Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2025 Google LLC',
copyright: 'Copyright 2026 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/firestore',
Expand Down
2 changes: 1 addition & 1 deletion dev/src/v1/firestore_admin_client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -741,7 +741,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 744 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -870,7 +870,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 873 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -995,7 +995,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 998 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -1124,7 +1124,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 1127 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -1255,7 +1255,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 1258 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -1399,7 +1399,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 1402 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -1529,7 +1529,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 1532 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -1659,7 +1659,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 1662 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -1794,7 +1794,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 1797 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down Expand Up @@ -1929,7 +1929,7 @@
return [response, options, rawResponse];
},
)
.catch((error: any) => {

Check warning on line 1932 in dev/src/v1/firestore_admin_client.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
if (
error &&
'statusDetails' in error &&
Expand Down
2 changes: 1 addition & 1 deletion dev/src/v1/firestore_client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion dev/src/v1beta1/firestore_client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion dev/test/gapic_firestore_admin_v1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion dev/test/gapic_firestore_v1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion dev/test/gapic_firestore_v1beta1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2025 Google LLC
// Copyright 2026 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Loading