@maxim_mazurok/gapi.client.firestore-v1 0.3.20260702 → 0.3.20260706

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -45
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://firestore.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20260702
12
+ // Revision: 20260706
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -55,8 +55,6 @@ declare namespace gapi.client {
55
55
  newTransaction?: TransactionOptions;
56
56
  /** Reads documents as they were at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. */
57
57
  readTime?: string;
58
- /** Optional. The request options for this request. */
59
- requestOptions?: RequestOptions;
60
58
  /** Reads documents in a transaction. */
61
59
  transaction?: string;
62
60
  }
@@ -73,8 +71,6 @@ declare namespace gapi.client {
73
71
  interface BatchWriteRequest {
74
72
  /** Labels associated with this batch write. */
75
73
  labels?: {[P in string]: string};
76
- /** Optional. The request options for this request. */
77
- requestOptions?: RequestOptions;
78
74
  /** The writes to apply. Method does not apply writes atomically and does not guarantee ordering. Each write succeeds or fails independently. You cannot write to the same document more than once per request. */
79
75
  writes?: Write[];
80
76
  }
@@ -87,8 +83,6 @@ declare namespace gapi.client {
87
83
  interface BeginTransactionRequest {
88
84
  /** The options for the transaction. Defaults to a read-write transaction. */
89
85
  options?: TransactionOptions;
90
- /** Optional. The request options for this request. */
91
- requestOptions?: RequestOptions;
92
86
  }
93
87
  interface BeginTransactionResponse {
94
88
  /** The transaction that was started. */
@@ -113,8 +107,6 @@ declare namespace gapi.client {
113
107
  collectionId?: string;
114
108
  }
115
109
  interface CommitRequest {
116
- /** Optional. The request options for this request. */
117
- requestOptions?: RequestOptions;
118
110
  /** If set, applies all writes in this transaction, and commits it. */
119
111
  transaction?: string;
120
112
  /** The writes to apply. Always executed atomically and in order. */
@@ -198,8 +190,6 @@ declare namespace gapi.client {
198
190
  newTransaction?: TransactionOptions;
199
191
  /** Execute the pipeline in a snapshot transaction at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. */
200
192
  readTime?: string;
201
- /** Optional. The request options for this request. */
202
- requestOptions?: RequestOptions;
203
193
  /** A pipelined operation. */
204
194
  structuredPipeline?: StructuredPipeline;
205
195
  /** Run the query within an already active transaction. The value here is the opaque transaction ID to execute the query in. */
@@ -902,8 +892,6 @@ declare namespace gapi.client {
902
892
  pageToken?: string;
903
893
  /** Reads documents as they were at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. */
904
894
  readTime?: string;
905
- /** Optional. The request options for this request. */
906
- requestOptions?: RequestOptions;
907
895
  }
908
896
  interface ListCollectionIdsResponse {
909
897
  /** The collection ids. */
@@ -924,8 +912,6 @@ declare namespace gapi.client {
924
912
  labels?: {[P in string]: string};
925
913
  /** The ID of a target to remove from this stream. */
926
914
  removeTarget?: number;
927
- /** Optional. The request options for the request. */
928
- requestOptions?: RequestOptions;
929
915
  }
930
916
  interface ListenResponse {
931
917
  /** A Document has changed. */
@@ -976,8 +962,6 @@ declare namespace gapi.client {
976
962
  partitionCount?: string;
977
963
  /** Reads documents as they were at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. */
978
964
  readTime?: string;
979
- /** Optional. The request options for the request. */
980
- requestOptions?: RequestOptions;
981
965
  /** A structured query. Query must specify collection with all descendants and be ordered by name ascending. Other filters, order bys, limits, offsets, and start/end cursors are not supported. */
982
966
  structuredQuery?: StructuredQuery;
983
967
  }
@@ -1022,13 +1006,7 @@ declare namespace gapi.client {
1022
1006
  /** An optional transaction to retry. */
1023
1007
  retryTransaction?: string;
1024
1008
  }
1025
- interface RequestOptions {
1026
- /** Optional. The request tags for the request. */
1027
- requestTags?: string[];
1028
- }
1029
1009
  interface RollbackRequest {
1030
- /** Optional. The request options for this request. */
1031
- requestOptions?: RequestOptions;
1032
1010
  /** Required. The transaction to roll back. */
1033
1011
  transaction?: string;
1034
1012
  }
@@ -1039,8 +1017,6 @@ declare namespace gapi.client {
1039
1017
  newTransaction?: TransactionOptions;
1040
1018
  /** Executes the query at the given timestamp. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. */
1041
1019
  readTime?: string;
1042
- /** Optional. The request options for the request. */
1043
- requestOptions?: RequestOptions;
1044
1020
  /** An aggregation query. */
1045
1021
  structuredAggregationQuery?: StructuredAggregationQuery;
1046
1022
  /** Run the aggregation within an already active transaction. The value here is the opaque transaction ID to execute the query in. */
@@ -1063,8 +1039,6 @@ declare namespace gapi.client {
1063
1039
  newTransaction?: TransactionOptions;
1064
1040
  /** Reads documents as they were at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. */
1065
1041
  readTime?: string;
1066
- /** Optional. The request options for this request. */
1067
- requestOptions?: RequestOptions;
1068
1042
  /** A structured query. */
1069
1043
  structuredQuery?: StructuredQuery;
1070
1044
  /** Run the query within an already active transaction. The value here is the opaque transaction ID to execute the query in. */
@@ -1230,8 +1204,6 @@ declare namespace gapi.client {
1230
1204
  interface WriteRequest {
1231
1205
  /** Labels associated with this write request. */
1232
1206
  labels?: {[P in string]: string};
1233
- /** Optional. The request options for the request. */
1234
- requestOptions?: RequestOptions;
1235
1207
  /** The ID of the write stream to resume. This may only be set in the first message. When left empty, a new write stream will be created. */
1236
1208
  streamId?: string;
1237
1209
  /** A stream token that was previously sent by the server. The client should set this field to the token from the most recent WriteResponse it has received. This acknowledges that the client has received responses up to this token. After sending this token, earlier tokens may not be used anymore. The server may close the stream if there are too many unacknowledged responses. Leave this field unset when creating a new stream. To resume a stream at a specific point, set this field and the `stream_id` field. Leave this field unset when creating a new stream. */
@@ -1994,8 +1966,6 @@ declare namespace gapi.client {
1994
1966
  prettyPrint?: boolean;
1995
1967
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1996
1968
  quotaUser?: string;
1997
- /** Optional. The request tags for the request. */
1998
- 'requestOptions.requestTags'?: string | string[];
1999
1969
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2000
1970
  upload_protocol?: string;
2001
1971
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -2031,8 +2001,6 @@ declare namespace gapi.client {
2031
2001
  prettyPrint?: boolean;
2032
2002
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2033
2003
  quotaUser?: string;
2034
- /** Optional. The request tags for the request. */
2035
- 'requestOptions.requestTags'?: string | string[];
2036
2004
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2037
2005
  upload_protocol?: string;
2038
2006
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -2066,8 +2034,6 @@ declare namespace gapi.client {
2066
2034
  prettyPrint?: boolean;
2067
2035
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2068
2036
  quotaUser?: string;
2069
- /** Optional. The request tags for the request. */
2070
- 'requestOptions.requestTags'?: string | string[];
2071
2037
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2072
2038
  upload_protocol?: string;
2073
2039
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -2157,8 +2123,6 @@ declare namespace gapi.client {
2157
2123
  quotaUser?: string;
2158
2124
  /** Reads the version of the document at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days. */
2159
2125
  readTime?: string;
2160
- /** Optional. The request tags for the request. */
2161
- 'requestOptions.requestTags'?: string | string[];
2162
2126
  /** Reads the document in a transaction. */
2163
2127
  transaction?: string;
2164
2128
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -2202,8 +2166,6 @@ declare namespace gapi.client {
2202
2166
  readTime?: string;
2203
2167
  /** Optional. If the list should recursively include all documents nested under the parent at any level. If the request specifies a `collection_id`, then the list will include all nested documents in the collection under the parent. This is optional, and when not provided, Firestore will only list documents nested immediately under the parent. Requests with `recursive` may not specify `show_missing`. */
2204
2168
  recursive?: boolean;
2205
- /** Optional. The request tags for the request. */
2206
- 'requestOptions.requestTags'?: string | string[];
2207
2169
  /** If the list should show missing documents. A document is missing if it does not exist, but there are sub-documents nested underneath it. When true, such missing documents will be returned with a key but will not have fields, `create_time`, or `update_time` set. Requests with `show_missing` may not specify `where` or `order_by`. */
2208
2170
  showMissing?: boolean;
2209
2171
  /** Perform the read as part of an already active transaction. */
@@ -2307,8 +2269,6 @@ declare namespace gapi.client {
2307
2269
  readTime?: string;
2308
2270
  /** Optional. If the list should recursively include all documents nested under the parent at any level. If the request specifies a `collection_id`, then the list will include all nested documents in the collection under the parent. This is optional, and when not provided, Firestore will only list documents nested immediately under the parent. Requests with `recursive` may not specify `show_missing`. */
2309
2271
  recursive?: boolean;
2310
- /** Optional. The request tags for the request. */
2311
- 'requestOptions.requestTags'?: string | string[];
2312
2272
  /** If the list should show missing documents. A document is missing if it does not exist, but there are sub-documents nested underneath it. When true, such missing documents will be returned with a key but will not have fields, `create_time`, or `update_time` set. Requests with `show_missing` may not specify `where` or `order_by`. */
2313
2273
  showMissing?: boolean;
2314
2274
  /** Perform the read as part of an already active transaction. */
@@ -2462,8 +2422,6 @@ declare namespace gapi.client {
2462
2422
  prettyPrint?: boolean;
2463
2423
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2464
2424
  quotaUser?: string;
2465
- /** Optional. The request tags for the request. */
2466
- 'requestOptions.requestTags'?: string | string[];
2467
2425
  /** The list of field paths in the mask. See Document.fields for a field path syntax reference. */
2468
2426
  'updateMask.fieldPaths'?: string | string[];
2469
2427
  /** Upload protocol for media (e.g. "raw", "multipart"). */
@@ -2501,8 +2459,6 @@ declare namespace gapi.client {
2501
2459
  prettyPrint?: boolean;
2502
2460
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2503
2461
  quotaUser?: string;
2504
- /** Optional. The request tags for the request. */
2505
- 'requestOptions.requestTags'?: string | string[];
2506
2462
  /** The list of field paths in the mask. See Document.fields for a field path syntax reference. */
2507
2463
  'updateMask.fieldPaths'?: string | string[];
2508
2464
  /** Upload protocol for media (e.g. "raw", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firestore-v1",
3
- "version": "0.3.20260702",
3
+ "version": "0.3.20260706",
4
4
  "description": "TypeScript typings for Cloud Firestore API v1",
5
5
  "repository": {
6
6
  "type": "git",