@firebase/firestore 3.4.1 → 3.4.2-202205224240
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.
- package/CHANGELOG.md +13 -0
- package/dist/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
- package/dist/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
- package/dist/firestore/src/index/index_byte_encoder.d.ts +14 -0
- package/dist/firestore/src/index/ordered_code_writer.d.ts +60 -0
- package/dist/firestore/src/lite-api/reference.d.ts +4 -2
- package/dist/firestore/src/lite-api/reference_impl.d.ts +5 -0
- package/dist/firestore/src/lite-api/transaction.d.ts +4 -0
- package/dist/firestore/src/lite-api/write_batch.d.ts +3 -0
- package/dist/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
- package/dist/firestore/src/model/collections.d.ts +0 -4
- package/dist/firestore/src/model/document.d.ts +3 -1
- package/dist/firestore/src/model/values.d.ts +3 -0
- package/dist/firestore/src/util/byte_string.d.ts +1 -0
- package/dist/firestore/src/util/error.d.ts +2 -3
- package/dist/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
- package/dist/firestore/test/util/helpers.d.ts +1 -0
- package/dist/index.d.ts +13 -21
- package/dist/index.esm2017.js +2649 -2640
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +2640 -2630
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +42 -24
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +43 -25
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +2839 -2830
- package/dist/index.rn.js.map +1 -1
- package/dist/internal.d.ts +18 -22
- package/dist/lite/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
- package/dist/lite/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
- package/dist/lite/firestore/src/index/index_byte_encoder.d.ts +14 -0
- package/dist/lite/firestore/src/index/ordered_code_writer.d.ts +60 -0
- package/dist/lite/firestore/src/lite-api/reference.d.ts +4 -2
- package/dist/lite/firestore/src/lite-api/reference_impl.d.ts +5 -0
- package/dist/lite/firestore/src/lite-api/transaction.d.ts +4 -0
- package/dist/lite/firestore/src/lite-api/write_batch.d.ts +3 -0
- package/dist/lite/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
- package/dist/lite/firestore/src/model/collections.d.ts +0 -4
- package/dist/lite/firestore/src/model/document.d.ts +3 -1
- package/dist/lite/firestore/src/model/values.d.ts +3 -0
- package/dist/lite/firestore/src/util/byte_string.d.ts +1 -0
- package/dist/lite/firestore/src/util/error.d.ts +2 -3
- package/dist/lite/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
- package/dist/lite/firestore/test/util/helpers.d.ts +1 -0
- package/dist/lite/index.browser.esm2017.js +1378 -1365
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +842 -828
- package/dist/lite/index.browser.esm5.js.map +1 -1
- package/dist/lite/index.d.ts +18 -21
- package/dist/lite/index.node.cjs.js +25 -7
- package/dist/lite/index.node.cjs.js.map +1 -1
- package/dist/lite/index.node.mjs +26 -8
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +849 -836
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/internal.d.ts +86 -21
- package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +142 -141
- package/dist/lite/packages/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
- package/dist/lite/packages/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
- package/dist/lite/packages/firestore/src/index/index_byte_encoder.d.ts +14 -0
- package/dist/lite/packages/firestore/src/index/ordered_code_writer.d.ts +60 -0
- package/dist/lite/packages/firestore/src/lite-api/reference.d.ts +4 -2
- package/dist/lite/packages/firestore/src/lite-api/reference_impl.d.ts +5 -0
- package/dist/lite/packages/firestore/src/lite-api/transaction.d.ts +4 -0
- package/dist/lite/packages/firestore/src/lite-api/write_batch.d.ts +3 -0
- package/dist/lite/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
- package/dist/lite/packages/firestore/src/model/collections.d.ts +0 -4
- package/dist/lite/packages/firestore/src/model/document.d.ts +3 -1
- package/dist/lite/packages/firestore/src/model/values.d.ts +3 -0
- package/dist/lite/packages/firestore/src/util/byte_string.d.ts +1 -0
- package/dist/lite/packages/firestore/src/util/error.d.ts +2 -3
- package/dist/lite/packages/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
- package/dist/lite/packages/firestore/test/util/helpers.d.ts +1 -0
- package/dist/lite/private.d.ts +85 -21
- package/dist/packages/firestore/dist/index.esm2017.d.ts +152 -152
- package/dist/packages/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
- package/dist/packages/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
- package/dist/packages/firestore/src/index/index_byte_encoder.d.ts +14 -0
- package/dist/packages/firestore/src/index/ordered_code_writer.d.ts +60 -0
- package/dist/packages/firestore/src/lite-api/reference.d.ts +4 -2
- package/dist/packages/firestore/src/lite-api/reference_impl.d.ts +5 -0
- package/dist/packages/firestore/src/lite-api/transaction.d.ts +4 -0
- package/dist/packages/firestore/src/lite-api/write_batch.d.ts +3 -0
- package/dist/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
- package/dist/packages/firestore/src/model/collections.d.ts +0 -4
- package/dist/packages/firestore/src/model/document.d.ts +3 -1
- package/dist/packages/firestore/src/model/values.d.ts +3 -0
- package/dist/packages/firestore/src/util/byte_string.d.ts +1 -0
- package/dist/packages/firestore/src/util/error.d.ts +2 -3
- package/dist/packages/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
- package/dist/packages/firestore/test/util/helpers.d.ts +1 -0
- package/dist/private.d.ts +17 -22
- package/package.json +7 -7
|
@@ -16,18 +16,18 @@
|
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
18
18
|
* An immutable object representing an array of bytes.
|
|
19
|
-
*/ declare class
|
|
19
|
+
*/ declare class vn {
|
|
20
20
|
/**
|
|
21
21
|
* Creates a new `Bytes` object from the given Base64 string, converting it to
|
|
22
22
|
* bytes.
|
|
23
23
|
*
|
|
24
24
|
* @param base64 - The Base64 string used to create the `Bytes` object.
|
|
25
|
-
*/ static fromBase64String(t: any):
|
|
25
|
+
*/ static fromBase64String(t: any): vn;
|
|
26
26
|
/**
|
|
27
27
|
* Creates a new `Bytes` object from the given Uint8Array.
|
|
28
28
|
*
|
|
29
29
|
* @param array - The Uint8Array used to create the `Bytes` object.
|
|
30
|
-
*/ static fromUint8Array(t: any):
|
|
30
|
+
*/ static fromUint8Array(t: any): vn;
|
|
31
31
|
/** @hideconstructor */
|
|
32
32
|
constructor(t: any);
|
|
33
33
|
_byteString: any;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
/**
|
|
57
57
|
* A `CollectionReference` object can be used for adding documents, getting
|
|
58
58
|
* document references, and querying for documents (using {@link query}).
|
|
59
|
-
*/ declare class
|
|
59
|
+
*/ declare class fn extends ln {
|
|
60
60
|
_path: any;
|
|
61
61
|
/** The collection's identifier. */ get id(): any;
|
|
62
62
|
/**
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
/**
|
|
67
67
|
* A reference to the containing `DocumentReference` if this is a
|
|
68
68
|
* subcollection. If this isn't a subcollection, the reference is null.
|
|
69
|
-
*/ get parent():
|
|
69
|
+
*/ get parent(): hn | null;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* @license
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
* and can be used to write, read, or listen to the location. The document at
|
|
106
106
|
* the referenced location may or may not exist.
|
|
107
107
|
*/
|
|
108
|
-
declare class
|
|
108
|
+
declare class hn {
|
|
109
109
|
/** @hideconstructor */
|
|
110
|
-
constructor(t: any,
|
|
110
|
+
constructor(t: any, e: any, n: any);
|
|
111
111
|
converter: any;
|
|
112
112
|
_key: any;
|
|
113
113
|
/** The type of this Firestore reference. */
|
|
@@ -123,8 +123,8 @@ declare class ae {
|
|
|
123
123
|
*/ get path(): any;
|
|
124
124
|
/**
|
|
125
125
|
* The collection this `DocumentReference` belongs to.
|
|
126
|
-
*/ get parent():
|
|
127
|
-
withConverter(t: any):
|
|
126
|
+
*/ get parent(): fn;
|
|
127
|
+
withConverter(t: any): hn;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* @license
|
|
@@ -150,9 +150,9 @@ declare class ae {
|
|
|
150
150
|
* For a `DocumentSnapshot` that points to a non-existing document, any data
|
|
151
151
|
* access will return 'undefined'. You can use the `exists()` method to
|
|
152
152
|
* explicitly verify a document's existence.
|
|
153
|
-
*/ declare class
|
|
153
|
+
*/ declare class Hn {
|
|
154
154
|
/** @hideconstructor protected */
|
|
155
|
-
constructor(t: any,
|
|
155
|
+
constructor(t: any, e: any, n: any, r: any, s: any);
|
|
156
156
|
_firestore: any;
|
|
157
157
|
_userDataWriter: any;
|
|
158
158
|
_key: any;
|
|
@@ -161,7 +161,7 @@ declare class ae {
|
|
|
161
161
|
/** Property of the `DocumentSnapshot` that provides the document's ID. */ get id(): any;
|
|
162
162
|
/**
|
|
163
163
|
* The `DocumentReference` for the document included in the `DocumentSnapshot`.
|
|
164
|
-
*/ get ref():
|
|
164
|
+
*/ get ref(): hn;
|
|
165
165
|
/**
|
|
166
166
|
* Signals whether or not the document at the snapshot's location exists.
|
|
167
167
|
*
|
|
@@ -208,7 +208,7 @@ declare class ae {
|
|
|
208
208
|
*
|
|
209
209
|
* Create a `FieldPath` by providing field names. If more than one field
|
|
210
210
|
* name is provided, the path will point to a nested field in a document.
|
|
211
|
-
*/ declare class
|
|
211
|
+
*/ declare class _n {
|
|
212
212
|
/**
|
|
213
213
|
* Creates a `FieldPath` from the provided field names. If more than one field
|
|
214
214
|
* name is provided, the path will point to a nested field in a document.
|
|
@@ -216,7 +216,7 @@ declare class ae {
|
|
|
216
216
|
* @param fieldNames - A list of field names.
|
|
217
217
|
*/
|
|
218
218
|
constructor(...t: any[]);
|
|
219
|
-
_internalPath:
|
|
219
|
+
_internalPath: tt;
|
|
220
220
|
/**
|
|
221
221
|
* Returns true if this `FieldPath` is equal to the provided one.
|
|
222
222
|
*
|
|
@@ -243,7 +243,7 @@ declare class ae {
|
|
|
243
243
|
/**
|
|
244
244
|
* Sentinel values that can be used when writing document fields with `set()`
|
|
245
245
|
* or `update()`.
|
|
246
|
-
*/ declare class
|
|
246
|
+
*/ declare class bn {
|
|
247
247
|
/**
|
|
248
248
|
* @param _methodName - The public API endpoint that returns this class.
|
|
249
249
|
* @hideconstructor
|
|
@@ -271,9 +271,9 @@ declare class ae {
|
|
|
271
271
|
* The Cloud Firestore service interface.
|
|
272
272
|
*
|
|
273
273
|
* Do not call this constructor directly. Instead, use {@link getFirestore}.
|
|
274
|
-
*/ declare class
|
|
274
|
+
*/ declare class sn {
|
|
275
275
|
/** @hideconstructor */
|
|
276
|
-
constructor(t: any,
|
|
276
|
+
constructor(t: any, e: any, n: any);
|
|
277
277
|
_authCredentials: any;
|
|
278
278
|
_appCheckCredentials: any;
|
|
279
279
|
/**
|
|
@@ -281,9 +281,9 @@ declare class ae {
|
|
|
281
281
|
*/
|
|
282
282
|
type: string;
|
|
283
283
|
_persistenceKey: string;
|
|
284
|
-
_settings:
|
|
284
|
+
_settings: rn;
|
|
285
285
|
_settingsFrozen: boolean;
|
|
286
|
-
_databaseId:
|
|
286
|
+
_databaseId: K;
|
|
287
287
|
_app: any;
|
|
288
288
|
/**
|
|
289
289
|
* The {@link @firebase/app#FirebaseApp} associated with this `Firestore` service
|
|
@@ -292,14 +292,14 @@ declare class ae {
|
|
|
292
292
|
get _initialized(): boolean;
|
|
293
293
|
get _terminated(): boolean;
|
|
294
294
|
_setSettings(t: any): void;
|
|
295
|
-
_getSettings():
|
|
296
|
-
_freezeSettings():
|
|
295
|
+
_getSettings(): rn;
|
|
296
|
+
_freezeSettings(): rn;
|
|
297
297
|
_delete(): Promise<void>;
|
|
298
298
|
_terminateTask: Promise<void> | undefined;
|
|
299
299
|
/** Returns a JSON-serializable representation of this `Firestore` instance. */ toJSON(): {
|
|
300
300
|
app: any;
|
|
301
|
-
databaseId:
|
|
302
|
-
settings:
|
|
301
|
+
databaseId: K;
|
|
302
|
+
settings: rn;
|
|
303
303
|
};
|
|
304
304
|
/**
|
|
305
305
|
* Terminates all components used by this client. Subclasses can override
|
|
@@ -309,10 +309,9 @@ declare class ae {
|
|
|
309
309
|
* Only ever called once.
|
|
310
310
|
*/ _terminate(): Promise<void>;
|
|
311
311
|
}
|
|
312
|
-
/** An error returned by a Firestore operation. */ declare class
|
|
312
|
+
/** An error returned by a Firestore operation. */ declare class U extends c {
|
|
313
313
|
/** @hideconstructor */
|
|
314
|
-
constructor(t: any,
|
|
315
|
-
code: any;
|
|
314
|
+
constructor(t: any, e: any);
|
|
316
315
|
}
|
|
317
316
|
/**
|
|
318
317
|
* @license
|
|
@@ -336,14 +335,14 @@ declare class ae {
|
|
|
336
335
|
*
|
|
337
336
|
* Latitude values are in the range of [-90, 90].
|
|
338
337
|
* Longitude values are in the range of [-180, 180].
|
|
339
|
-
*/ declare class
|
|
338
|
+
*/ declare class En {
|
|
340
339
|
/**
|
|
341
340
|
* Creates a new immutable `GeoPoint` object with the provided latitude and
|
|
342
341
|
* longitude values.
|
|
343
342
|
* @param latitude - The latitude as number between -90 and 90.
|
|
344
343
|
* @param longitude - The longitude as number between -180 and 180.
|
|
345
344
|
*/
|
|
346
|
-
constructor(t: any,
|
|
345
|
+
constructor(t: any, e: any);
|
|
347
346
|
_lat: any;
|
|
348
347
|
_long: any;
|
|
349
348
|
/**
|
|
@@ -370,15 +369,15 @@ declare class ae {
|
|
|
370
369
|
/**
|
|
371
370
|
* A `Query` refers to a query which you can read or listen to. You can also
|
|
372
371
|
* construct refined `Query` objects by adding filters and ordering.
|
|
373
|
-
*/ declare class
|
|
372
|
+
*/ declare class ln {
|
|
374
373
|
/** @hideconstructor protected */
|
|
375
|
-
constructor(t: any,
|
|
374
|
+
constructor(t: any, e: any, n: any);
|
|
376
375
|
converter: any;
|
|
377
376
|
_query: any;
|
|
378
377
|
/** The type of this Firestore reference. */
|
|
379
378
|
type: string;
|
|
380
379
|
firestore: any;
|
|
381
|
-
withConverter(t: any):
|
|
380
|
+
withConverter(t: any): ln;
|
|
382
381
|
}
|
|
383
382
|
/**
|
|
384
383
|
* @license
|
|
@@ -404,7 +403,7 @@ declare class ae {
|
|
|
404
403
|
* can then be passed to {@link query} to create a new query instance that
|
|
405
404
|
* also contains this `QueryConstraint`.
|
|
406
405
|
*/
|
|
407
|
-
declare class
|
|
406
|
+
declare class tr {
|
|
408
407
|
}
|
|
409
408
|
/**
|
|
410
409
|
* A `QueryDocumentSnapshot` contains data read from a document in your
|
|
@@ -416,7 +415,7 @@ declare class Ze {
|
|
|
416
415
|
* `DocumentSnapshot`. Since query results contain only existing documents, the
|
|
417
416
|
* `exists` property will always be true and `data()` will never return
|
|
418
417
|
* 'undefined'.
|
|
419
|
-
*/ declare class
|
|
418
|
+
*/ declare class Kn extends Hn {
|
|
420
419
|
}
|
|
421
420
|
/**
|
|
422
421
|
* A `QuerySnapshot` contains zero or more `DocumentSnapshot` objects
|
|
@@ -424,9 +423,9 @@ declare class Ze {
|
|
|
424
423
|
* array via the `docs` property or enumerated using the `forEach` method. The
|
|
425
424
|
* number of documents can be determined via the `empty` and `size`
|
|
426
425
|
* properties.
|
|
427
|
-
*/ declare class
|
|
426
|
+
*/ declare class Jn {
|
|
428
427
|
/** @hideconstructor */
|
|
429
|
-
constructor(t: any,
|
|
428
|
+
constructor(t: any, e: any);
|
|
430
429
|
_docs: any;
|
|
431
430
|
query: any;
|
|
432
431
|
/** An array of all the documents in the `QuerySnapshot`. */ get docs(): any[];
|
|
@@ -438,7 +437,7 @@ declare class Ze {
|
|
|
438
437
|
* @param callback - A callback to be called with a `QueryDocumentSnapshot` for
|
|
439
438
|
* each document in the snapshot.
|
|
440
439
|
* @param thisArg - The `this` binding for the callback.
|
|
441
|
-
*/ forEach(t: any,
|
|
440
|
+
*/ forEach(t: any, e: any): void;
|
|
442
441
|
}
|
|
443
442
|
/**
|
|
444
443
|
* @license
|
|
@@ -470,19 +469,19 @@ declare class Ze {
|
|
|
470
469
|
* For examples and further specifications, refer to the
|
|
471
470
|
* {@link https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto | Timestamp definition}.
|
|
472
471
|
*/
|
|
473
|
-
declare class
|
|
472
|
+
declare class gt {
|
|
474
473
|
/**
|
|
475
474
|
* Creates a new timestamp with the current date, with millisecond precision.
|
|
476
475
|
*
|
|
477
476
|
* @returns a new timestamp representing the current date.
|
|
478
|
-
*/ static now():
|
|
477
|
+
*/ static now(): gt;
|
|
479
478
|
/**
|
|
480
479
|
* Creates a new timestamp from the given date.
|
|
481
480
|
*
|
|
482
481
|
* @param date - The date to initialize the `Timestamp` from.
|
|
483
482
|
* @returns A new `Timestamp` representing the same point in time as the given
|
|
484
483
|
* date.
|
|
485
|
-
*/ static fromDate(t: any):
|
|
484
|
+
*/ static fromDate(t: any): gt;
|
|
486
485
|
/**
|
|
487
486
|
* Creates a new timestamp from the given number of milliseconds.
|
|
488
487
|
*
|
|
@@ -490,7 +489,7 @@ declare class _t {
|
|
|
490
489
|
* 1970-01-01T00:00:00Z.
|
|
491
490
|
* @returns A new `Timestamp` representing the same point in time as the given
|
|
492
491
|
* number of milliseconds.
|
|
493
|
-
*/ static fromMillis(t: any):
|
|
492
|
+
*/ static fromMillis(t: any): gt;
|
|
494
493
|
/**
|
|
495
494
|
* Creates a new timestamp.
|
|
496
495
|
*
|
|
@@ -502,7 +501,7 @@ declare class _t {
|
|
|
502
501
|
* non-negative nanoseconds values that count forward in time. Must be
|
|
503
502
|
* from 0 to 999,999,999 inclusive.
|
|
504
503
|
*/
|
|
505
|
-
constructor(t: any,
|
|
504
|
+
constructor(t: any, e: any);
|
|
506
505
|
seconds: any;
|
|
507
506
|
nanoseconds: any;
|
|
508
507
|
/**
|
|
@@ -537,26 +536,26 @@ declare class _t {
|
|
|
537
536
|
* to be compared using the `>`, `<=`, `>=` and `>` operators.
|
|
538
537
|
*/ valueOf(): string;
|
|
539
538
|
}
|
|
540
|
-
declare class
|
|
539
|
+
declare class kr {
|
|
541
540
|
/** @hideconstructor */
|
|
542
|
-
constructor(t: any,
|
|
541
|
+
constructor(t: any, e: any);
|
|
543
542
|
_firestore: any;
|
|
544
543
|
_transaction: any;
|
|
545
|
-
_dataReader:
|
|
544
|
+
_dataReader: Vn;
|
|
546
545
|
/**
|
|
547
546
|
* Reads the document referenced by the provided {@link DocumentReference}.
|
|
548
547
|
*
|
|
549
548
|
* @param documentRef - A reference to the document to be read.
|
|
550
549
|
* @returns A `DocumentSnapshot` with the read data.
|
|
551
550
|
*/ get(t: any): any;
|
|
552
|
-
set(t: any,
|
|
553
|
-
update(t: any,
|
|
551
|
+
set(t: any, e: any, n: any): kr;
|
|
552
|
+
update(t: any, e: any, n: any, ...r: any[]): kr;
|
|
554
553
|
/**
|
|
555
554
|
* Deletes the document referred to by the provided {@link DocumentReference}.
|
|
556
555
|
*
|
|
557
556
|
* @param documentRef - A reference to the document to be deleted.
|
|
558
557
|
* @returns This `Transaction` instance. Used for chaining method calls.
|
|
559
|
-
*/ delete(t: any):
|
|
558
|
+
*/ delete(t: any): kr;
|
|
560
559
|
}
|
|
561
560
|
/**
|
|
562
561
|
* @license
|
|
@@ -581,22 +580,22 @@ declare class Ur {
|
|
|
581
580
|
* provides methods for adding writes to the write batch. None of the writes
|
|
582
581
|
* will be committed (or visible locally) until {@link WriteBatch.commit} is
|
|
583
582
|
* called.
|
|
584
|
-
*/ declare class
|
|
583
|
+
*/ declare class Fr {
|
|
585
584
|
/** @hideconstructor */
|
|
586
|
-
constructor(t: any,
|
|
585
|
+
constructor(t: any, e: any);
|
|
587
586
|
_firestore: any;
|
|
588
587
|
_commitHandler: any;
|
|
589
588
|
_mutations: any[];
|
|
590
589
|
_committed: boolean;
|
|
591
|
-
_dataReader:
|
|
592
|
-
set(t: any,
|
|
593
|
-
update(t: any,
|
|
590
|
+
_dataReader: Vn;
|
|
591
|
+
set(t: any, e: any, n: any): Fr;
|
|
592
|
+
update(t: any, e: any, n: any, ...r: any[]): Fr;
|
|
594
593
|
/**
|
|
595
594
|
* Deletes the document referred to by the provided {@link DocumentReference}.
|
|
596
595
|
*
|
|
597
596
|
* @param documentRef - A reference to the document to be deleted.
|
|
598
597
|
* @returns This `WriteBatch` instance. Used for chaining method calls.
|
|
599
|
-
*/ delete(t: any):
|
|
598
|
+
*/ delete(t: any): Fr;
|
|
600
599
|
/**
|
|
601
600
|
* Commits all of the writes in this write batch as a single atomic unit.
|
|
602
601
|
*
|
|
@@ -622,9 +621,10 @@ declare class Ur {
|
|
|
622
621
|
*
|
|
623
622
|
* @param reference - A reference to the collection to add this document to.
|
|
624
623
|
* @param data - An Object containing the data for the new document.
|
|
624
|
+
* @throws Error - If the provided input is not a valid Firestore document.
|
|
625
625
|
* @returns A `Promise` resolved with a `DocumentReference` pointing to the
|
|
626
626
|
* newly created document after it has been written to the backend.
|
|
627
|
-
*/ declare function
|
|
627
|
+
*/ declare function Pr(t: any, e: any): Promise<hn>;
|
|
628
628
|
/**
|
|
629
629
|
* Returns a special value that can be used with {@link (setDoc:1)} or {@link
|
|
630
630
|
* updateDoc:1} that tells the server to remove the given elements from any
|
|
@@ -635,7 +635,7 @@ declare class Ur {
|
|
|
635
635
|
* @param elements - The elements to remove from the array.
|
|
636
636
|
* @returns The `FieldValue` sentinel for use in a call to `setDoc()` or
|
|
637
637
|
* `updateDoc()`
|
|
638
|
-
*/ declare function
|
|
638
|
+
*/ declare function Nr(...t: any[]): qn;
|
|
639
639
|
/**
|
|
640
640
|
* Returns a special value that can be used with {@link @firebase/firestore/lite#(setDoc:1)} or {@link
|
|
641
641
|
* @firebase/firestore/lite#(updateDoc:1)} that tells the server to union the given elements with any array
|
|
@@ -647,8 +647,8 @@ declare class Ur {
|
|
|
647
647
|
* @param elements - The elements to union into the array.
|
|
648
648
|
* @returns The `FieldValue` sentinel for use in a call to `setDoc()` or
|
|
649
649
|
* `updateDoc()`.
|
|
650
|
-
*/ declare function
|
|
651
|
-
declare function
|
|
650
|
+
*/ declare function Dr(...t: any[]): xn;
|
|
651
|
+
declare function dn(t: any, e: any, ...n: any[]): fn;
|
|
652
652
|
/**
|
|
653
653
|
* Creates and returns a new `Query` instance that includes all documents in the
|
|
654
654
|
* database that are contained in a collection or subcollection with the
|
|
@@ -659,7 +659,7 @@ declare function fe(t: any, n: any, ...e: any[]): le;
|
|
|
659
659
|
* collection or subcollection with this ID as the last segment of its path
|
|
660
660
|
* will be included. Cannot contain a slash.
|
|
661
661
|
* @returns The created `Query`.
|
|
662
|
-
*/ declare function
|
|
662
|
+
*/ declare function wn(t: any, e: any): ln;
|
|
663
663
|
/**
|
|
664
664
|
* Modify this instance to communicate with the Cloud Firestore emulator.
|
|
665
665
|
*
|
|
@@ -672,7 +672,7 @@ declare function fe(t: any, n: any, ...e: any[]): le;
|
|
|
672
672
|
* @param port - the emulator port (ex: 9000).
|
|
673
673
|
* @param options.mockUserToken - the mock auth token to use for unit testing
|
|
674
674
|
* Security Rules.
|
|
675
|
-
*/ declare function
|
|
675
|
+
*/ declare function cn(t: any, e: any, n: any, r?: {}): void;
|
|
676
676
|
/**
|
|
677
677
|
* Deletes the document referred to by the specified `DocumentReference`.
|
|
678
678
|
*
|
|
@@ -684,7 +684,7 @@ declare function fe(t: any, n: any, ...e: any[]): le;
|
|
|
684
684
|
* @param reference - A reference to the document to delete.
|
|
685
685
|
* @returns A `Promise` resolved once the document has been successfully
|
|
686
686
|
* deleted from the backend.
|
|
687
|
-
*/ declare function
|
|
687
|
+
*/ declare function Ar(t: any): Promise<void>;
|
|
688
688
|
/**
|
|
689
689
|
* @license
|
|
690
690
|
* Copyright 2020 Google LLC
|
|
@@ -704,14 +704,14 @@ declare function fe(t: any, n: any, ...e: any[]): le;
|
|
|
704
704
|
/**
|
|
705
705
|
* Returns a sentinel for use with {@link @firebase/firestore/lite#(updateDoc:1)} or
|
|
706
706
|
* {@link @firebase/firestore/lite#(setDoc:1)} with `{merge: true}` to mark a field for deletion.
|
|
707
|
-
*/ declare function
|
|
708
|
-
declare function
|
|
707
|
+
*/ declare function Rr(): $n;
|
|
708
|
+
declare function mn(t: any, e: any, ...n: any[]): hn;
|
|
709
709
|
/**
|
|
710
710
|
* Returns a special sentinel `FieldPath` to refer to the ID of a document.
|
|
711
711
|
* It can be used in queries to sort or filter by the document ID.
|
|
712
|
-
*/ declare function
|
|
713
|
-
declare function
|
|
714
|
-
declare function
|
|
712
|
+
*/ declare function gn(): _n;
|
|
713
|
+
declare function wr(...t: any[]): fr;
|
|
714
|
+
declare function dr(...t: any[]): fr;
|
|
715
715
|
/**
|
|
716
716
|
* Reads the document referred to by the specified document reference.
|
|
717
717
|
*
|
|
@@ -724,7 +724,7 @@ declare function fr(...t: any[]): lr;
|
|
|
724
724
|
* @param reference - The reference of the document to fetch.
|
|
725
725
|
* @returns A Promise resolved with a `DocumentSnapshot` containing the current
|
|
726
726
|
* document contents.
|
|
727
|
-
*/ declare function br(t: any): Promise<
|
|
727
|
+
*/ declare function br(t: any): Promise<Hn>;
|
|
728
728
|
/**
|
|
729
729
|
* Executes the query and returns the results as a {@link QuerySnapshot}.
|
|
730
730
|
*
|
|
@@ -736,7 +736,7 @@ declare function fr(...t: any[]): lr;
|
|
|
736
736
|
*
|
|
737
737
|
* @param query - The `Query` to execute.
|
|
738
738
|
* @returns A Promise that will be resolved with the results of the query.
|
|
739
|
-
*/ declare function
|
|
739
|
+
*/ declare function Er(t: any): Promise<Jn>;
|
|
740
740
|
/**
|
|
741
741
|
* Returns the existing `Firestore` instance that is associated with the
|
|
742
742
|
* provided {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new
|
|
@@ -745,7 +745,7 @@ declare function fr(...t: any[]): lr;
|
|
|
745
745
|
* @param app - The {@link @firebase/app#FirebaseApp} instance that the returned `Firestore`
|
|
746
746
|
* instance is associated with.
|
|
747
747
|
* @returns The `Firestore` instance of the provided app.
|
|
748
|
-
*/ declare function
|
|
748
|
+
*/ declare function un(e?: import("@firebase/app").FirebaseApp): import("../../lite").Firestore;
|
|
749
749
|
/**
|
|
750
750
|
* Returns a special value that can be used with {@link @firebase/firestore/lite#(setDoc:1)} or {@link
|
|
751
751
|
* @firebase/firestore/lite#(updateDoc:1)} that tells the server to increment the field's current value by
|
|
@@ -764,14 +764,14 @@ declare function fr(...t: any[]): lr;
|
|
|
764
764
|
* @param n - The value to increment by.
|
|
765
765
|
* @returns The `FieldValue` sentinel for use in a call to `setDoc()` or
|
|
766
766
|
* `updateDoc()`
|
|
767
|
-
*/ declare function
|
|
768
|
-
declare function
|
|
767
|
+
*/ declare function $r(t: any): On;
|
|
768
|
+
declare function on(t: any, e: any): import("../../lite").Firestore;
|
|
769
769
|
/**
|
|
770
770
|
* Creates a {@link QueryConstraint} that only returns the first matching documents.
|
|
771
771
|
*
|
|
772
772
|
* @param limit - The maximum number of items to return.
|
|
773
773
|
* @returns The created {@link Query}.
|
|
774
|
-
*/ declare function
|
|
774
|
+
*/ declare function ur(t: any): or;
|
|
775
775
|
/**
|
|
776
776
|
* Creates a {@link QueryConstraint} that only returns the last matching documents.
|
|
777
777
|
*
|
|
@@ -780,7 +780,7 @@ declare function ie(t: any, n: any): import("../../lite").Firestore;
|
|
|
780
780
|
*
|
|
781
781
|
* @param limit - The maximum number of items to return.
|
|
782
782
|
* @returns The created {@link Query}.
|
|
783
|
-
*/ declare function
|
|
783
|
+
*/ declare function cr(t: any): or;
|
|
784
784
|
/**
|
|
785
785
|
* Creates a {@link QueryConstraint} that sorts the query result by the
|
|
786
786
|
* specified field, optionally in descending order instead of ascending.
|
|
@@ -789,7 +789,7 @@ declare function ie(t: any, n: any): import("../../lite").Firestore;
|
|
|
789
789
|
* @param directionStr - Optional direction to sort by ('asc' or 'desc'). If
|
|
790
790
|
* not specified, order will be ascending.
|
|
791
791
|
* @returns The created {@link Query}.
|
|
792
|
-
*/ declare function
|
|
792
|
+
*/ declare function ir(t: any, e?: string): sr;
|
|
793
793
|
/**
|
|
794
794
|
* Creates a new immutable instance of {@link Query} that is extended to also include
|
|
795
795
|
* additional query constraints.
|
|
@@ -798,7 +798,7 @@ declare function ie(t: any, n: any): import("../../lite").Firestore;
|
|
|
798
798
|
* @param queryConstraints - The list of {@link QueryConstraint}s to apply.
|
|
799
799
|
* @throws if any of the provided query constraints cannot be combined with the
|
|
800
800
|
* existing or new constraints.
|
|
801
|
-
*/ declare function
|
|
801
|
+
*/ declare function er(t: any, ...e: any[]): any;
|
|
802
802
|
/**
|
|
803
803
|
* Returns true if the provided queries point to the same collection and apply
|
|
804
804
|
* the same constraints.
|
|
@@ -807,7 +807,7 @@ declare function ie(t: any, n: any): import("../../lite").Firestore;
|
|
|
807
807
|
* @param right - A `Query` to compare.
|
|
808
808
|
* @returns true if the references point to the same location in the same
|
|
809
809
|
* Firestore database.
|
|
810
|
-
*/ declare function
|
|
810
|
+
*/ declare function yn(t: any, e: any): boolean;
|
|
811
811
|
/**
|
|
812
812
|
* Returns true if the provided references are equal.
|
|
813
813
|
*
|
|
@@ -815,7 +815,7 @@ declare function ie(t: any, n: any): import("../../lite").Firestore;
|
|
|
815
815
|
* @param right - A reference to compare.
|
|
816
816
|
* @returns true if the references point to the same location in the same
|
|
817
817
|
* Firestore database.
|
|
818
|
-
*/ declare function
|
|
818
|
+
*/ declare function pn(t: any, e: any): boolean;
|
|
819
819
|
/**
|
|
820
820
|
* Executes the given `updateFunction` and then attempts to commit the changes
|
|
821
821
|
* applied within the transaction. If any document read within the transaction
|
|
@@ -832,12 +832,12 @@ declare function ie(t: any, n: any): import("../../lite").Firestore;
|
|
|
832
832
|
* (the `updateFunction` returned a failed promise), the promise returned by the
|
|
833
833
|
* `updateFunction `is returned here. Otherwise, if the transaction failed, a
|
|
834
834
|
* rejected promise with the corresponding failure error is returned.
|
|
835
|
-
*/ declare function
|
|
835
|
+
*/ declare function jr(t: any, e: any): Promise<any>;
|
|
836
836
|
/**
|
|
837
837
|
* Returns a sentinel used with {@link @firebase/firestore/lite#(setDoc:1)} or {@link @firebase/firestore/lite#(updateDoc:1)} to
|
|
838
838
|
* include a server-generated timestamp in the written data.
|
|
839
|
-
*/ declare function
|
|
840
|
-
declare function
|
|
839
|
+
*/ declare function Vr(): Sn;
|
|
840
|
+
declare function Tr(t: any, e: any, n: any): Promise<void>;
|
|
841
841
|
/**
|
|
842
842
|
* Sets the verbosity of Cloud Firestore logs (debug, error, or silent).
|
|
843
843
|
*
|
|
@@ -850,16 +850,16 @@ declare function Er(t: any, n: any, e: any): Promise<void>;
|
|
|
850
850
|
* <li>`error` to log errors only.</li>
|
|
851
851
|
* <li><code>`silent` to turn off logging.</li>
|
|
852
852
|
* </ul>
|
|
853
|
-
*/ declare function
|
|
853
|
+
*/ declare function w(t: any): void;
|
|
854
854
|
/**
|
|
855
855
|
* Returns true if the provided snapshots are equal.
|
|
856
856
|
*
|
|
857
857
|
* @param left - A snapshot to compare.
|
|
858
858
|
* @param right - A snapshot to compare.
|
|
859
859
|
* @returns true if the snapshots are equal.
|
|
860
|
-
*/ declare function
|
|
861
|
-
declare function
|
|
862
|
-
declare function
|
|
860
|
+
*/ declare function Xn(t: any, e: any): any;
|
|
861
|
+
declare function lr(...t: any[]): ar;
|
|
862
|
+
declare function hr(...t: any[]): ar;
|
|
863
863
|
/**
|
|
864
864
|
* Terminates the provided `Firestore` instance.
|
|
865
865
|
*
|
|
@@ -879,8 +879,8 @@ declare function ar(...t: any[]): cr;
|
|
|
879
879
|
* @param firestore - The `Firestore` instance to terminate.
|
|
880
880
|
* @returns A `Promise` that is resolved when the instance has been successfully
|
|
881
881
|
* terminated.
|
|
882
|
-
*/ declare function
|
|
883
|
-
declare function
|
|
882
|
+
*/ declare function an(t: any): any;
|
|
883
|
+
declare function Ir(t: any, e: any, n: any, ...r: any[]): Promise<void>;
|
|
884
884
|
/**
|
|
885
885
|
* Creates a {@link QueryConstraint} that enforces that documents must contain the
|
|
886
886
|
* specified field and that the value should satisfy the relation constraint
|
|
@@ -891,7 +891,7 @@ declare function Tr(t: any, n: any, e: any, ...r: any[]): Promise<void>;
|
|
|
891
891
|
* "<=", "!=").
|
|
892
892
|
* @param value - The value for comparison
|
|
893
893
|
* @returns The created {@link Query}.
|
|
894
|
-
*/ declare function
|
|
894
|
+
*/ declare function rr(t: any, e: any, n: any): nr;
|
|
895
895
|
/**
|
|
896
896
|
* Creates a write batch, used for performing multiple writes as a single
|
|
897
897
|
* atomic operation. The maximum number of writes allowed in a single WriteBatch
|
|
@@ -904,18 +904,18 @@ declare function Tr(t: any, n: any, e: any, ...r: any[]): Promise<void>;
|
|
|
904
904
|
*
|
|
905
905
|
* @returns A `WriteBatch` that can be used to atomically execute multiple
|
|
906
906
|
* writes.
|
|
907
|
-
*/ declare function
|
|
907
|
+
*/ declare function xr(t: any): Fr;
|
|
908
908
|
/**
|
|
909
909
|
* A dot-separated path for navigating sub-objects within a document.
|
|
910
910
|
* @internal
|
|
911
|
-
*/ declare class
|
|
911
|
+
*/ declare class tt extends J {
|
|
912
912
|
/**
|
|
913
913
|
* Returns true if the string could be used as a segment in a field path
|
|
914
914
|
* without escaping.
|
|
915
915
|
*/ static isValidIdentifier(t: any): boolean;
|
|
916
916
|
/**
|
|
917
917
|
* The field designating the key of a document.
|
|
918
|
-
*/ static keyField():
|
|
918
|
+
*/ static keyField(): tt;
|
|
919
919
|
/**
|
|
920
920
|
* Parses a field string from the given server-formatted string.
|
|
921
921
|
*
|
|
@@ -925,9 +925,9 @@ declare function Tr(t: any, n: any, e: any, ...r: any[]): Promise<void>;
|
|
|
925
925
|
*
|
|
926
926
|
* TODO(b/37244157): we should make this more strict. Right now, it allows
|
|
927
927
|
* non-identifier path components, even if they aren't escaped.
|
|
928
|
-
*/ static fromServerFormat(t: any):
|
|
929
|
-
static emptyPath():
|
|
930
|
-
construct(t: any,
|
|
928
|
+
*/ static fromServerFormat(t: any): tt;
|
|
929
|
+
static emptyPath(): tt;
|
|
930
|
+
construct(t: any, e: any, n: any): tt;
|
|
931
931
|
canonicalString(): any;
|
|
932
932
|
toString(): any;
|
|
933
933
|
/**
|
|
@@ -943,7 +943,7 @@ declare function Tr(t: any, n: any, e: any, ...r: any[]): Promise<void>;
|
|
|
943
943
|
* user-supplied `FirestoreSettings` object. This is a separate type so that
|
|
944
944
|
* defaults can be supplied and the value can be checked for equality.
|
|
945
945
|
*/
|
|
946
|
-
declare class
|
|
946
|
+
declare class rn {
|
|
947
947
|
constructor(t: any);
|
|
948
948
|
host: any;
|
|
949
949
|
ssl: any;
|
|
@@ -960,84 +960,85 @@ declare class re {
|
|
|
960
960
|
* Represents the database ID a Firestore client is associated with.
|
|
961
961
|
* @internal
|
|
962
962
|
*/
|
|
963
|
-
declare class
|
|
964
|
-
constructor(t: any,
|
|
963
|
+
declare class K {
|
|
964
|
+
constructor(t: any, e: any);
|
|
965
965
|
projectId: any;
|
|
966
966
|
database: any;
|
|
967
967
|
get isDefaultDatabase(): boolean;
|
|
968
968
|
isEqual(t: any): boolean;
|
|
969
969
|
}
|
|
970
|
+
import { FirebaseError as c } from "@firebase/util/dist/src/errors";
|
|
970
971
|
/**
|
|
971
972
|
* Helper for parsing raw user input (provided via the API) into internal model
|
|
972
973
|
* classes.
|
|
973
|
-
*/ declare class
|
|
974
|
-
constructor(t: any,
|
|
974
|
+
*/ declare class Vn {
|
|
975
|
+
constructor(t: any, e: any, n: any);
|
|
975
976
|
databaseId: any;
|
|
976
977
|
ignoreUndefinedProperties: any;
|
|
977
978
|
q: any;
|
|
978
|
-
/** Creates a new top-level parse context. */ ht(t: any,
|
|
979
|
+
/** Creates a new top-level parse context. */ ht(t: any, e: any, n: any, r?: boolean): Rn;
|
|
979
980
|
}
|
|
980
|
-
declare class
|
|
981
|
-
constructor(t: any,
|
|
981
|
+
declare class qn extends bn {
|
|
982
|
+
constructor(t: any, e: any);
|
|
982
983
|
lt: any;
|
|
983
|
-
_toFieldTransform(t: any):
|
|
984
|
+
_toFieldTransform(t: any): ve;
|
|
984
985
|
isEqual(t: any): boolean;
|
|
985
986
|
}
|
|
986
|
-
declare class
|
|
987
|
-
constructor(t: any,
|
|
987
|
+
declare class xn extends bn {
|
|
988
|
+
constructor(t: any, e: any);
|
|
988
989
|
lt: any;
|
|
989
|
-
_toFieldTransform(t: any):
|
|
990
|
+
_toFieldTransform(t: any): ve;
|
|
990
991
|
isEqual(t: any): boolean;
|
|
991
992
|
}
|
|
992
|
-
declare class
|
|
993
|
+
declare class $n extends bn {
|
|
993
994
|
_toFieldTransform(t: any): null;
|
|
994
995
|
isEqual(t: any): boolean;
|
|
995
996
|
}
|
|
996
|
-
declare class
|
|
997
|
-
constructor(t: any,
|
|
997
|
+
declare class fr extends tr {
|
|
998
|
+
constructor(t: any, e: any, n: any);
|
|
998
999
|
type: any;
|
|
999
|
-
|
|
1000
|
+
bt: any;
|
|
1000
1001
|
Et: any;
|
|
1001
|
-
_apply(t: any):
|
|
1002
|
+
_apply(t: any): ln;
|
|
1002
1003
|
}
|
|
1003
|
-
declare class
|
|
1004
|
-
constructor(t: any,
|
|
1004
|
+
declare class On extends bn {
|
|
1005
|
+
constructor(t: any, e: any);
|
|
1005
1006
|
ft: any;
|
|
1006
|
-
_toFieldTransform(t: any):
|
|
1007
|
+
_toFieldTransform(t: any): ve;
|
|
1007
1008
|
isEqual(t: any): boolean;
|
|
1008
1009
|
}
|
|
1009
|
-
declare class
|
|
1010
|
-
constructor(t: any,
|
|
1010
|
+
declare class or extends tr {
|
|
1011
|
+
constructor(t: any, e: any, n: any);
|
|
1011
1012
|
type: any;
|
|
1012
1013
|
gt: any;
|
|
1013
|
-
|
|
1014
|
-
_apply(t: any):
|
|
1014
|
+
vt: any;
|
|
1015
|
+
_apply(t: any): ln;
|
|
1015
1016
|
}
|
|
1016
|
-
declare class
|
|
1017
|
-
constructor(t: any,
|
|
1017
|
+
declare class sr extends tr {
|
|
1018
|
+
constructor(t: any, e: any);
|
|
1018
1019
|
dt: any;
|
|
1019
1020
|
_t: any;
|
|
1020
1021
|
type: string;
|
|
1021
|
-
_apply(t: any):
|
|
1022
|
+
_apply(t: any): ln;
|
|
1022
1023
|
}
|
|
1023
|
-
declare class
|
|
1024
|
-
_toFieldTransform(t: any):
|
|
1024
|
+
declare class Sn extends bn {
|
|
1025
|
+
_toFieldTransform(t: any): ve;
|
|
1025
1026
|
isEqual(t: any): boolean;
|
|
1026
1027
|
}
|
|
1027
|
-
declare class
|
|
1028
|
-
constructor(t: any,
|
|
1028
|
+
declare class ar extends tr {
|
|
1029
|
+
constructor(t: any, e: any, n: any);
|
|
1029
1030
|
type: any;
|
|
1030
|
-
|
|
1031
|
+
bt: any;
|
|
1031
1032
|
Et: any;
|
|
1032
|
-
_apply(t: any):
|
|
1033
|
+
_apply(t: any): ln;
|
|
1033
1034
|
}
|
|
1034
|
-
declare class nr extends
|
|
1035
|
-
constructor(t: any,
|
|
1035
|
+
declare class nr extends tr {
|
|
1036
|
+
constructor(t: any, e: any, n: any);
|
|
1036
1037
|
dt: any;
|
|
1037
1038
|
wt: any;
|
|
1038
1039
|
yt: any;
|
|
1039
1040
|
type: string;
|
|
1040
|
-
_apply(t: any):
|
|
1041
|
+
_apply(t: any): ln;
|
|
1041
1042
|
}
|
|
1042
1043
|
/**
|
|
1043
1044
|
* @license
|
|
@@ -1058,9 +1059,9 @@ declare class nr extends Ze {
|
|
|
1058
1059
|
/**
|
|
1059
1060
|
* Path represents an ordered sequence of string segments.
|
|
1060
1061
|
*/
|
|
1061
|
-
declare class
|
|
1062
|
-
static comparator(t: any,
|
|
1063
|
-
constructor(t: any,
|
|
1062
|
+
declare class J {
|
|
1063
|
+
static comparator(t: any, e: any): 0 | 1 | -1;
|
|
1064
|
+
constructor(t: any, e: any, n: any);
|
|
1064
1065
|
segments: any;
|
|
1065
1066
|
offset: any;
|
|
1066
1067
|
len: any;
|
|
@@ -1079,7 +1080,7 @@ declare class K {
|
|
|
1079
1080
|
forEach(t: any): void;
|
|
1080
1081
|
toArray(): any;
|
|
1081
1082
|
}
|
|
1082
|
-
/** A "context" object passed around while parsing user data. */ declare class
|
|
1083
|
+
/** A "context" object passed around while parsing user data. */ declare class Rn {
|
|
1083
1084
|
/**
|
|
1084
1085
|
* Initializes a ParseContext with the given source and path.
|
|
1085
1086
|
*
|
|
@@ -1098,7 +1099,7 @@ declare class K {
|
|
|
1098
1099
|
* which case certain features will not work and errors will be somewhat
|
|
1099
1100
|
* compromised).
|
|
1100
1101
|
*/
|
|
1101
|
-
constructor(t: any,
|
|
1102
|
+
constructor(t: any, e: any, n: any, r: any, s: any, i: any);
|
|
1102
1103
|
settings: any;
|
|
1103
1104
|
databaseId: any;
|
|
1104
1105
|
q: any;
|
|
@@ -1107,11 +1108,11 @@ declare class K {
|
|
|
1107
1108
|
fieldMask: any;
|
|
1108
1109
|
get path(): any;
|
|
1109
1110
|
get tt(): any;
|
|
1110
|
-
/** Returns a new context with the specified settings overwritten. */
|
|
1111
|
-
|
|
1112
|
-
it(t: any):
|
|
1113
|
-
ot(t: any):
|
|
1114
|
-
ut(t: any):
|
|
1111
|
+
/** Returns a new context with the specified settings overwritten. */ et(t: any): Rn;
|
|
1112
|
+
nt(t: any): Rn;
|
|
1113
|
+
it(t: any): Rn;
|
|
1114
|
+
ot(t: any): Rn;
|
|
1115
|
+
ut(t: any): U;
|
|
1115
1116
|
/** Returns 'true' if 'fieldPath' was traversed when creating this context. */ contains(t: any): boolean;
|
|
1116
1117
|
Z(): void;
|
|
1117
1118
|
st(t: any): void;
|
|
@@ -1132,9 +1133,9 @@ declare class K {
|
|
|
1132
1133
|
* See the License for the specific language governing permissions and
|
|
1133
1134
|
* limitations under the License.
|
|
1134
1135
|
*/
|
|
1135
|
-
/** A field path and the TransformOperation to perform upon it. */ declare class
|
|
1136
|
-
constructor(t: any,
|
|
1136
|
+
/** A field path and the TransformOperation to perform upon it. */ declare class ve {
|
|
1137
|
+
constructor(t: any, e: any);
|
|
1137
1138
|
field: any;
|
|
1138
1139
|
transform: any;
|
|
1139
1140
|
}
|
|
1140
|
-
export {
|
|
1141
|
+
export { vn as Bytes, fn as CollectionReference, hn as DocumentReference, Hn as DocumentSnapshot, _n as FieldPath, bn as FieldValue, sn as Firestore, U as FirestoreError, En as GeoPoint, ln as Query, tr as QueryConstraint, Kn as QueryDocumentSnapshot, Jn as QuerySnapshot, gt as Timestamp, kr as Transaction, Fr as WriteBatch, Pr as addDoc, Nr as arrayRemove, Dr as arrayUnion, dn as collection, wn as collectionGroup, cn as connectFirestoreEmulator, Ar as deleteDoc, Rr as deleteField, mn as doc, gn as documentId, wr as endAt, dr as endBefore, br as getDoc, Er as getDocs, un as getFirestore, $r as increment, on as initializeFirestore, ur as limit, cr as limitToLast, ir as orderBy, er as query, yn as queryEqual, pn as refEqual, jr as runTransaction, Vr as serverTimestamp, Tr as setDoc, w as setLogLevel, Xn as snapshotEqual, lr as startAfter, hr as startAt, an as terminate, Ir as updateDoc, rr as where, xr as writeBatch };
|