@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.
Files changed (94) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  3. package/dist/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  4. package/dist/firestore/src/index/index_byte_encoder.d.ts +14 -0
  5. package/dist/firestore/src/index/ordered_code_writer.d.ts +60 -0
  6. package/dist/firestore/src/lite-api/reference.d.ts +4 -2
  7. package/dist/firestore/src/lite-api/reference_impl.d.ts +5 -0
  8. package/dist/firestore/src/lite-api/transaction.d.ts +4 -0
  9. package/dist/firestore/src/lite-api/write_batch.d.ts +3 -0
  10. package/dist/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  11. package/dist/firestore/src/model/collections.d.ts +0 -4
  12. package/dist/firestore/src/model/document.d.ts +3 -1
  13. package/dist/firestore/src/model/values.d.ts +3 -0
  14. package/dist/firestore/src/util/byte_string.d.ts +1 -0
  15. package/dist/firestore/src/util/error.d.ts +2 -3
  16. package/dist/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  17. package/dist/firestore/test/util/helpers.d.ts +1 -0
  18. package/dist/index.d.ts +13 -21
  19. package/dist/index.esm2017.js +2649 -2640
  20. package/dist/index.esm2017.js.map +1 -1
  21. package/dist/index.esm5.js +2640 -2630
  22. package/dist/index.esm5.js.map +1 -1
  23. package/dist/index.node.cjs.js +42 -24
  24. package/dist/index.node.cjs.js.map +1 -1
  25. package/dist/index.node.mjs +43 -25
  26. package/dist/index.node.mjs.map +1 -1
  27. package/dist/index.rn.js +2839 -2830
  28. package/dist/index.rn.js.map +1 -1
  29. package/dist/internal.d.ts +18 -22
  30. package/dist/lite/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  31. package/dist/lite/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  32. package/dist/lite/firestore/src/index/index_byte_encoder.d.ts +14 -0
  33. package/dist/lite/firestore/src/index/ordered_code_writer.d.ts +60 -0
  34. package/dist/lite/firestore/src/lite-api/reference.d.ts +4 -2
  35. package/dist/lite/firestore/src/lite-api/reference_impl.d.ts +5 -0
  36. package/dist/lite/firestore/src/lite-api/transaction.d.ts +4 -0
  37. package/dist/lite/firestore/src/lite-api/write_batch.d.ts +3 -0
  38. package/dist/lite/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  39. package/dist/lite/firestore/src/model/collections.d.ts +0 -4
  40. package/dist/lite/firestore/src/model/document.d.ts +3 -1
  41. package/dist/lite/firestore/src/model/values.d.ts +3 -0
  42. package/dist/lite/firestore/src/util/byte_string.d.ts +1 -0
  43. package/dist/lite/firestore/src/util/error.d.ts +2 -3
  44. package/dist/lite/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  45. package/dist/lite/firestore/test/util/helpers.d.ts +1 -0
  46. package/dist/lite/index.browser.esm2017.js +1378 -1365
  47. package/dist/lite/index.browser.esm2017.js.map +1 -1
  48. package/dist/lite/index.browser.esm5.js +842 -828
  49. package/dist/lite/index.browser.esm5.js.map +1 -1
  50. package/dist/lite/index.d.ts +18 -21
  51. package/dist/lite/index.node.cjs.js +25 -7
  52. package/dist/lite/index.node.cjs.js.map +1 -1
  53. package/dist/lite/index.node.mjs +26 -8
  54. package/dist/lite/index.node.mjs.map +1 -1
  55. package/dist/lite/index.rn.esm2017.js +849 -836
  56. package/dist/lite/index.rn.esm2017.js.map +1 -1
  57. package/dist/lite/internal.d.ts +86 -21
  58. package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +142 -141
  59. package/dist/lite/packages/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  60. package/dist/lite/packages/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  61. package/dist/lite/packages/firestore/src/index/index_byte_encoder.d.ts +14 -0
  62. package/dist/lite/packages/firestore/src/index/ordered_code_writer.d.ts +60 -0
  63. package/dist/lite/packages/firestore/src/lite-api/reference.d.ts +4 -2
  64. package/dist/lite/packages/firestore/src/lite-api/reference_impl.d.ts +5 -0
  65. package/dist/lite/packages/firestore/src/lite-api/transaction.d.ts +4 -0
  66. package/dist/lite/packages/firestore/src/lite-api/write_batch.d.ts +3 -0
  67. package/dist/lite/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  68. package/dist/lite/packages/firestore/src/model/collections.d.ts +0 -4
  69. package/dist/lite/packages/firestore/src/model/document.d.ts +3 -1
  70. package/dist/lite/packages/firestore/src/model/values.d.ts +3 -0
  71. package/dist/lite/packages/firestore/src/util/byte_string.d.ts +1 -0
  72. package/dist/lite/packages/firestore/src/util/error.d.ts +2 -3
  73. package/dist/lite/packages/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  74. package/dist/lite/packages/firestore/test/util/helpers.d.ts +1 -0
  75. package/dist/lite/private.d.ts +85 -21
  76. package/dist/packages/firestore/dist/index.esm2017.d.ts +152 -152
  77. package/dist/packages/firestore/src/index/directional_index_byte_encoder.d.ts +24 -0
  78. package/dist/packages/firestore/src/index/firestore_index_value_writer.d.ts +33 -0
  79. package/dist/packages/firestore/src/index/index_byte_encoder.d.ts +14 -0
  80. package/dist/packages/firestore/src/index/ordered_code_writer.d.ts +60 -0
  81. package/dist/packages/firestore/src/lite-api/reference.d.ts +4 -2
  82. package/dist/packages/firestore/src/lite-api/reference_impl.d.ts +5 -0
  83. package/dist/packages/firestore/src/lite-api/transaction.d.ts +4 -0
  84. package/dist/packages/firestore/src/lite-api/write_batch.d.ts +3 -0
  85. package/dist/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +5 -0
  86. package/dist/packages/firestore/src/model/collections.d.ts +0 -4
  87. package/dist/packages/firestore/src/model/document.d.ts +3 -1
  88. package/dist/packages/firestore/src/model/values.d.ts +3 -0
  89. package/dist/packages/firestore/src/util/byte_string.d.ts +1 -0
  90. package/dist/packages/firestore/src/util/error.d.ts +2 -3
  91. package/dist/packages/firestore/test/unit/index/ordered_code_writer.test.d.ts +1 -0
  92. package/dist/packages/firestore/test/util/helpers.d.ts +1 -0
  93. package/dist/private.d.ts +17 -22
  94. package/package.json +7 -7
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { ByteString } from '../util/byte_string';
18
+ /** An index value encoder. */
19
+ export interface DirectionalIndexByteEncoder {
20
+ writeBytes(value: ByteString): void;
21
+ writeString(value: string): void;
22
+ writeNumber(value: number): void;
23
+ writeInfinity(): void;
24
+ }
@@ -0,0 +1,33 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { Value } from '../protos/firestore_proto_api';
18
+ import { DirectionalIndexByteEncoder } from './directional_index_byte_encoder';
19
+ /** Firestore index value writer. */
20
+ export declare class FirestoreIndexValueWriter {
21
+ static INSTANCE: FirestoreIndexValueWriter;
22
+ private constructor();
23
+ /** Writes an index value. */
24
+ writeIndexValue(value: Value, encoder: DirectionalIndexByteEncoder): void;
25
+ private writeIndexValueAux;
26
+ private writeIndexString;
27
+ private writeUnlabeledIndexString;
28
+ private writeIndexMap;
29
+ private writeIndexArray;
30
+ private writeIndexEntityRef;
31
+ private writeValueTypeLabel;
32
+ private writeTruncationMarker;
33
+ }
@@ -0,0 +1,14 @@
1
+ import { DirectionalIndexByteEncoder } from './directional_index_byte_encoder';
2
+ /**
3
+ * Implements `DirectionalIndexByteEncoder` using `OrderedCodeWriter` for the
4
+ * actual encoding.
5
+ */
6
+ export declare class IndexByteEncoder {
7
+ private orderedCode;
8
+ private ascending;
9
+ private descending;
10
+ seed(encodedBytes: Uint8Array): void;
11
+ forKind(kind: 'asc' | 'desc'): DirectionalIndexByteEncoder;
12
+ encodedBytes(): Uint8Array;
13
+ reset(): void;
14
+ }
@@ -0,0 +1,60 @@
1
+ import { ByteString } from '../util/byte_string';
2
+ /**
3
+ * Counts the number of zeros in a byte.
4
+ *
5
+ * Visible for testing.
6
+ */
7
+ export declare function numberOfLeadingZerosInByte(x: number): number;
8
+ /**
9
+ * OrderedCodeWriter is a minimal-allocation implementation of the writing
10
+ * behavior defined by the backend.
11
+ *
12
+ * The code is ported from its Java counterpart.
13
+ */
14
+ export declare class OrderedCodeWriter {
15
+ buffer: Uint8Array;
16
+ position: number;
17
+ writeBytesAscending(value: ByteString): void;
18
+ writeBytesDescending(value: ByteString): void;
19
+ /** Writes utf8 bytes into this byte sequence, ascending. */
20
+ writeUtf8Ascending(sequence: string): void;
21
+ /** Writes utf8 bytes into this byte sequence, descending */
22
+ writeUtf8Descending(sequence: string): void;
23
+ writeNumberAscending(val: number): void;
24
+ writeNumberDescending(val: number): void;
25
+ /**
26
+ * Writes the "infinity" byte sequence that sorts after all other byte
27
+ * sequences written in ascending order.
28
+ */
29
+ writeInfinityAscending(): void;
30
+ /**
31
+ * Writes the "infinity" byte sequence that sorts before all other byte
32
+ * sequences written in descending order.
33
+ */
34
+ writeInfinityDescending(): void;
35
+ /**
36
+ * Resets the buffer such that it is the same as when it was newly
37
+ * constructed.
38
+ */
39
+ reset(): void;
40
+ seed(encodedBytes: Uint8Array): void;
41
+ /** Makes a copy of the encoded bytes in this buffer. */
42
+ encodedBytes(): Uint8Array;
43
+ /**
44
+ * Encodes `val` into an encoding so that the order matches the IEEE 754
45
+ * floating-point comparison results with the following exceptions:
46
+ * -0.0 < 0.0
47
+ * all non-NaN < NaN
48
+ * NaN = NaN
49
+ */
50
+ private toOrderedBits;
51
+ /** Writes a single byte ascending to the buffer. */
52
+ private writeByteAscending;
53
+ /** Writes a single byte descending to the buffer. */
54
+ private writeByteDescending;
55
+ private writeSeparatorAscending;
56
+ private writeSeparatorDescending;
57
+ private writeEscapedByteAscending;
58
+ private writeEscapedByteDescending;
59
+ private ensureAvailable;
60
+ }
@@ -61,10 +61,12 @@ export declare type UpdateData<T> = T extends Primitive ? T : T extends {} ? {
61
61
  *
62
62
  * @param merge - Changes the behavior of a `setDoc()` call to only replace the
63
63
  * values specified in its data argument. Fields omitted from the `setDoc()`
64
- * call remain untouched.
64
+ * call remain untouched. If your input sets any field to an empty map, all
65
+ * nested fields are overwritten.
65
66
  * @param mergeFields - Changes the behavior of `setDoc()` calls to only replace
66
67
  * the specified field paths. Any field path that is not specified is ignored
67
- * and remains untouched.
68
+ * and remains untouched. If your input sets any field to an empty map, all
69
+ * nested fields are overwritten.
68
70
  */
69
71
  export declare type SetOptions = {
70
72
  readonly merge?: boolean;
@@ -77,6 +77,7 @@ export declare function getDocs<T>(query: Query<T>): Promise<QuerySnapshot<T>>;
77
77
  *
78
78
  * @param reference - A reference to the document to write.
79
79
  * @param data - A map of the fields and values for the document.
80
+ * @throws Error - If the provided input is not a valid Firestore document.
80
81
  * @returns A `Promise` resolved once the data has been successfully written
81
82
  * to the backend.
82
83
  */
@@ -94,6 +95,7 @@ export declare function setDoc<T>(reference: DocumentReference<T>, data: WithFie
94
95
  * @param reference - A reference to the document to write.
95
96
  * @param data - A map of the fields and values for the document.
96
97
  * @param options - An object to configure the set behavior.
98
+ * @throws Error - If the provided input is not a valid Firestore document.
97
99
  * @returns A `Promise` resolved once the data has been successfully written
98
100
  * to the backend.
99
101
  */
@@ -112,6 +114,7 @@ export declare function setDoc<T>(reference: DocumentReference<T>, data: Partial
112
114
  * @param data - An object containing the fields and values with which to
113
115
  * update the document. Fields can contain dots to reference nested fields
114
116
  * within the document.
117
+ * @throws Error - If the provided input is not valid Firestore data.
115
118
  * @returns A `Promise` resolved once the data has been successfully written
116
119
  * to the backend.
117
120
  */
@@ -133,6 +136,7 @@ export declare function updateDoc<T>(reference: DocumentReference<T>, data: Upda
133
136
  * @param field - The first field to update.
134
137
  * @param value - The first value.
135
138
  * @param moreFieldsAndValues - Additional key value pairs.
139
+ * @throws Error - If the provided input is not valid Firestore data.
136
140
  * @returns A `Promise` resolved once the data has been successfully written
137
141
  * to the backend.
138
142
  */
@@ -161,6 +165,7 @@ export declare function deleteDoc(reference: DocumentReference<unknown>): Promis
161
165
  *
162
166
  * @param reference - A reference to the collection to add this document to.
163
167
  * @param data - An Object containing the data for the new document.
168
+ * @throws Error - If the provided input is not a valid Firestore document.
164
169
  * @returns A `Promise` resolved with a `DocumentReference` pointing to the
165
170
  * newly created document after it has been written to the backend.
166
171
  */
@@ -45,6 +45,7 @@ export declare class Transaction {
45
45
  *
46
46
  * @param documentRef - A reference to the document to be set.
47
47
  * @param data - An object of the fields and values for the document.
48
+ * @throws Error - If the provided input is not a valid Firestore document.
48
49
  * @returns This `Transaction` instance. Used for chaining method calls.
49
50
  */
50
51
  set<T>(documentRef: DocumentReference<T>, data: WithFieldValue<T>): this;
@@ -57,6 +58,7 @@ export declare class Transaction {
57
58
  * @param documentRef - A reference to the document to be set.
58
59
  * @param data - An object of the fields and values for the document.
59
60
  * @param options - An object to configure the set behavior.
61
+ * @throws Error - If the provided input is not a valid Firestore document.
60
62
  * @returns This `Transaction` instance. Used for chaining method calls.
61
63
  */
62
64
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): this;
@@ -69,6 +71,7 @@ export declare class Transaction {
69
71
  * @param data - An object containing the fields and values with which to
70
72
  * update the document. Fields can contain dots to reference nested fields
71
73
  * within the document.
74
+ * @throws Error - If the provided input is not valid Firestore data.
72
75
  * @returns This `Transaction` instance. Used for chaining method calls.
73
76
  */
74
77
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): this;
@@ -84,6 +87,7 @@ export declare class Transaction {
84
87
  * @param field - The first field to update.
85
88
  * @param value - The first value.
86
89
  * @param moreFieldsAndValues - Additional key/value pairs.
90
+ * @throws Error - If the provided input is not valid Firestore data.
87
91
  * @returns This `Transaction` instance. Used for chaining method calls.
88
92
  */
89
93
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): this;
@@ -53,6 +53,7 @@ export declare class WriteBatch {
53
53
  * @param documentRef - A reference to the document to be set.
54
54
  * @param data - An object of the fields and values for the document.
55
55
  * @param options - An object to configure the set behavior.
56
+ * @throws Error - If the provided input is not a valid Firestore document.
56
57
  * @returns This `WriteBatch` instance. Used for chaining method calls.
57
58
  */
58
59
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): WriteBatch;
@@ -65,6 +66,7 @@ export declare class WriteBatch {
65
66
  * @param data - An object containing the fields and values with which to
66
67
  * update the document. Fields can contain dots to reference nested fields
67
68
  * within the document.
69
+ * @throws Error - If the provided input is not valid Firestore data.
68
70
  * @returns This `WriteBatch` instance. Used for chaining method calls.
69
71
  */
70
72
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): WriteBatch;
@@ -80,6 +82,7 @@ export declare class WriteBatch {
80
82
  * @param field - The first field to update.
81
83
  * @param value - The first value.
82
84
  * @param moreFieldsAndValues - Additional key value pairs.
85
+ * @throws Error - If the provided input is not valid Firestore data.
83
86
  * @returns This `WriteBatch` instance. Used for chaining method calls.
84
87
  */
85
88
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): WriteBatch;
@@ -16,11 +16,16 @@
16
16
  */
17
17
  import { SnapshotVersion } from '../core/snapshot_version';
18
18
  import { MutableDocumentMap } from '../model/collections';
19
+ import { MutableDocument } from '../model/document';
19
20
  import { IndexManager } from './index_manager';
20
21
  import { LocalSerializer } from './local_serializer';
21
22
  import { PersistencePromise } from './persistence_promise';
22
23
  import { PersistenceTransaction } from './persistence_transaction';
23
24
  import { RemoteDocumentCache } from './remote_document_cache';
25
+ export interface DocumentSizeEntry {
26
+ document: MutableDocument;
27
+ size: number;
28
+ }
24
29
  export interface IndexedDbRemoteDocumentCache extends RemoteDocumentCache {
25
30
  }
26
31
  /**
@@ -21,10 +21,6 @@ import { SortedSet } from '../util/sorted_set';
21
21
  import { Document, MutableDocument } from './document';
22
22
  import { DocumentKey } from './document_key';
23
23
  /** Miscellaneous collection types / constants. */
24
- export interface DocumentSizeEntry {
25
- document: MutableDocument;
26
- size: number;
27
- }
28
24
  export declare type MutableDocumentMap = SortedMap<DocumentKey, MutableDocument>;
29
25
  export declare function mutableDocumentMap(): MutableDocumentMap;
30
26
  export interface DocumentSizeEntries {
@@ -61,6 +61,8 @@ export interface Document {
61
61
  */
62
62
  isUnknownDocument(): boolean;
63
63
  isEqual(other: Document | null | undefined): boolean;
64
+ /** Creates a mutable copy of this document. */
65
+ mutableCopy(): MutableDocument;
64
66
  toString(): string;
65
67
  }
66
68
  /**
@@ -124,7 +126,7 @@ export declare class MutableDocument implements Document {
124
126
  isNoDocument(): boolean;
125
127
  isUnknownDocument(): boolean;
126
128
  isEqual(other: Document | null | undefined): boolean;
127
- clone(): MutableDocument;
129
+ mutableCopy(): MutableDocument;
128
130
  toString(): string;
129
131
  }
130
132
  /**
@@ -18,6 +18,7 @@ import { DatabaseId } from '../core/database_info';
18
18
  import { ArrayValue, MapValue, Value } from '../protos/firestore_proto_api';
19
19
  import { DocumentKey } from './document_key';
20
20
  import { TypeOrder } from './type_order';
21
+ export declare const MAX_VALUE: Value;
21
22
  /** Extracts the backend's type order for the provided value. */
22
23
  export declare function typeOrder(value: Value): TypeOrder;
23
24
  /** Tests `left` and `right` for equality based on the backend semantics. */
@@ -73,3 +74,5 @@ export declare function isMapValue(value?: Value | null): value is {
73
74
  };
74
75
  /** Creates a deep copy of `source`. */
75
76
  export declare function deepClone(source: Value): Value;
77
+ /** Returns true if the Value represents the canonical {@link #MAX_VALUE} . */
78
+ export declare function isMaxValue(value: Value): boolean;
@@ -29,6 +29,7 @@ export declare class ByteString {
29
29
  private constructor();
30
30
  static fromBase64String(base64: string): ByteString;
31
31
  static fromUint8Array(array: Uint8Array): ByteString;
32
+ [Symbol.iterator](): Iterator<number>;
32
33
  toBase64(): string;
33
34
  toUint8Array(): Uint8Array;
34
35
  approximateByteSize(): number;
@@ -14,6 +14,7 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
+ import { FirebaseError } from '@firebase/util';
17
18
  /**
18
19
  * The set of Firestore status codes. The codes are the same at the ones
19
20
  * exposed by gRPC here:
@@ -170,7 +171,7 @@ export declare const Code: {
170
171
  DATA_LOSS: FirestoreErrorCode;
171
172
  };
172
173
  /** An error returned by a Firestore operation. */
173
- export declare class FirestoreError extends Error {
174
+ export declare class FirestoreError extends FirebaseError {
174
175
  /**
175
176
  * The backend error code associated with this error.
176
177
  */
@@ -179,8 +180,6 @@ export declare class FirestoreError extends Error {
179
180
  * A custom error description.
180
181
  */
181
182
  readonly message: string;
182
- /** The custom name for all FirestoreErrors. */
183
- readonly name: string;
184
183
  /** The stack of the error. */
185
184
  readonly stack?: string;
186
185
  /** @hideconstructor */
@@ -71,6 +71,7 @@ export declare function bound(values: Array<[string, {}, firestore.OrderByDirect
71
71
  export declare function query(resourcePath: string, ...constraints: Array<OrderBy | Filter>): Query;
72
72
  export declare function targetData(targetId: TargetId, queryPurpose: TargetPurpose, path: string): TargetData;
73
73
  export declare function noChangeEvent(targetId: number, snapshotVersion: number, resumeToken?: ByteString): RemoteEvent;
74
+ export declare function existenceFilterEvent(targetId: number, count: number, snapshotVersion: number): RemoteEvent;
74
75
  export declare function docAddedRemoteEvent(docOrDocs: MutableDocument | MutableDocument[], updatedInTargets?: TargetId[], removedFromTargets?: TargetId[], activeTargets?: TargetId[]): RemoteEvent;
75
76
  export declare function docUpdateRemoteEvent(doc: MutableDocument, updatedInTargets?: TargetId[], removedFromTargets?: TargetId[], limboTargets?: TargetId[]): RemoteEvent;
76
77
  export declare class TestBundledDocuments {
package/dist/private.d.ts CHANGED
@@ -7,6 +7,7 @@
7
7
  import { DocumentData as DocumentData_2 } from '@firebase/firestore-types';
8
8
  import { EmulatorMockTokenOptions } from '@firebase/util';
9
9
  import { FirebaseApp } from '@firebase/app';
10
+ import { FirebaseError } from '@firebase/util';
10
11
  import { LogLevelString as LogLevel } from '@firebase/logger';
11
12
  import { SetOptions as SetOptions_2 } from '@firebase/firestore-types';
12
13
 
@@ -787,6 +788,8 @@ declare interface Document_2 {
787
788
  */
788
789
  isUnknownDocument(): boolean;
789
790
  isEqual(other: Document_2 | null | undefined): boolean;
791
+ /** Creates a mutable copy of this document. */
792
+ mutableCopy(): MutableDocument;
790
793
  toString(): string;
791
794
  }
792
795
 
@@ -1519,7 +1522,7 @@ declare interface FirestoreDataConverter_2<T> {
1519
1522
  }
1520
1523
 
1521
1524
  /** An error returned by a Firestore operation. */
1522
- export declare class FirestoreError extends Error {
1525
+ export declare class FirestoreError extends FirebaseError {
1523
1526
  /**
1524
1527
  * The backend error code associated with this error.
1525
1528
  */
@@ -1528,8 +1531,6 @@ export declare class FirestoreError extends Error {
1528
1531
  * A custom error description.
1529
1532
  */
1530
1533
  readonly message: string;
1531
- /** The custom name for all FirestoreErrors. */
1532
- readonly name: string;
1533
1534
  /** The stack of the error. */
1534
1535
  readonly stack?: string;
1535
1536
  /** @hideconstructor */
@@ -1544,22 +1545,6 @@ export declare class FirestoreError extends Error {
1544
1545
  message: string);
1545
1546
  }
1546
1547
 
1547
- /**
1548
- * @license
1549
- * Copyright 2017 Google LLC
1550
- *
1551
- * Licensed under the Apache License, Version 2.0 (the "License");
1552
- * you may not use this file except in compliance with the License.
1553
- * You may obtain a copy of the License at
1554
- *
1555
- * http://www.apache.org/licenses/LICENSE-2.0
1556
- *
1557
- * Unless required by applicable law or agreed to in writing, software
1558
- * distributed under the License is distributed on an "AS IS" BASIS,
1559
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1560
- * See the License for the specific language governing permissions and
1561
- * limitations under the License.
1562
- */
1563
1548
  /**
1564
1549
  * The set of Firestore status codes. The codes are the same at the ones
1565
1550
  * exposed by gRPC here:
@@ -2479,10 +2464,11 @@ declare class MutableDocument implements Document_2 {
2479
2464
  isNoDocument(): boolean;
2480
2465
  isUnknownDocument(): boolean;
2481
2466
  isEqual(other: Document_2 | null | undefined): boolean;
2482
- clone(): MutableDocument;
2467
+ mutableCopy(): MutableDocument;
2483
2468
  toString(): string;
2484
2469
  }
2485
2470
 
2471
+ /** Miscellaneous collection types / constants. */
2486
2472
  declare type MutableDocumentMap = SortedMap<_DocumentKey, MutableDocument>;
2487
2473
 
2488
2474
  /**
@@ -4068,10 +4054,12 @@ export declare function setLogLevel(logLevel: LogLevel): void;
4068
4054
  *
4069
4055
  * @param merge - Changes the behavior of a `setDoc()` call to only replace the
4070
4056
  * values specified in its data argument. Fields omitted from the `setDoc()`
4071
- * call remain untouched.
4057
+ * call remain untouched. If your input sets any field to an empty map, all
4058
+ * nested fields are overwritten.
4072
4059
  * @param mergeFields - Changes the behavior of `setDoc()` calls to only replace
4073
4060
  * the specified field paths. Any field path that is not specified is ignored
4074
- * and remains untouched.
4061
+ * and remains untouched. If your input sets any field to an empty map, all
4062
+ * nested fields are overwritten.
4075
4063
  */
4076
4064
  export declare type SetOptions = {
4077
4065
  readonly merge?: boolean;
@@ -4985,6 +4973,7 @@ declare class Transaction_2 {
4985
4973
  *
4986
4974
  * @param documentRef - A reference to the document to be set.
4987
4975
  * @param data - An object of the fields and values for the document.
4976
+ * @throws Error - If the provided input is not a valid Firestore document.
4988
4977
  * @returns This `Transaction` instance. Used for chaining method calls.
4989
4978
  */
4990
4979
  set<T>(documentRef: DocumentReference<T>, data: WithFieldValue<T>): this;
@@ -4997,6 +4986,7 @@ declare class Transaction_2 {
4997
4986
  * @param documentRef - A reference to the document to be set.
4998
4987
  * @param data - An object of the fields and values for the document.
4999
4988
  * @param options - An object to configure the set behavior.
4989
+ * @throws Error - If the provided input is not a valid Firestore document.
5000
4990
  * @returns This `Transaction` instance. Used for chaining method calls.
5001
4991
  */
5002
4992
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): this;
@@ -5009,6 +4999,7 @@ declare class Transaction_2 {
5009
4999
  * @param data - An object containing the fields and values with which to
5010
5000
  * update the document. Fields can contain dots to reference nested fields
5011
5001
  * within the document.
5002
+ * @throws Error - If the provided input is not valid Firestore data.
5012
5003
  * @returns This `Transaction` instance. Used for chaining method calls.
5013
5004
  */
5014
5005
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): this;
@@ -5024,6 +5015,7 @@ declare class Transaction_2 {
5024
5015
  * @param field - The first field to update.
5025
5016
  * @param value - The first value.
5026
5017
  * @param moreFieldsAndValues - Additional key/value pairs.
5018
+ * @throws Error - If the provided input is not valid Firestore data.
5027
5019
  * @returns This `Transaction` instance. Used for chaining method calls.
5028
5020
  */
5029
5021
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): this;
@@ -5294,6 +5286,7 @@ export declare class WriteBatch {
5294
5286
  * @param documentRef - A reference to the document to be set.
5295
5287
  * @param data - An object of the fields and values for the document.
5296
5288
  * @param options - An object to configure the set behavior.
5289
+ * @throws Error - If the provided input is not a valid Firestore document.
5297
5290
  * @returns This `WriteBatch` instance. Used for chaining method calls.
5298
5291
  */
5299
5292
  set<T>(documentRef: DocumentReference<T>, data: PartialWithFieldValue<T>, options: SetOptions): WriteBatch;
@@ -5306,6 +5299,7 @@ export declare class WriteBatch {
5306
5299
  * @param data - An object containing the fields and values with which to
5307
5300
  * update the document. Fields can contain dots to reference nested fields
5308
5301
  * within the document.
5302
+ * @throws Error - If the provided input is not valid Firestore data.
5309
5303
  * @returns This `WriteBatch` instance. Used for chaining method calls.
5310
5304
  */
5311
5305
  update<T>(documentRef: DocumentReference<T>, data: UpdateData<T>): WriteBatch;
@@ -5321,6 +5315,7 @@ export declare class WriteBatch {
5321
5315
  * @param field - The first field to update.
5322
5316
  * @param value - The first value.
5323
5317
  * @param moreFieldsAndValues - Additional key value pairs.
5318
+ * @throws Error - If the provided input is not valid Firestore data.
5324
5319
  * @returns This `WriteBatch` instance. Used for chaining method calls.
5325
5320
  */
5326
5321
  update(documentRef: DocumentReference<unknown>, field: string | FieldPath, value: unknown, ...moreFieldsAndValues: unknown[]): WriteBatch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/firestore",
3
- "version": "3.4.1",
3
+ "version": "3.4.2-202205224240",
4
4
  "engines": {
5
5
  "node": ">=10.10.0"
6
6
  },
@@ -80,9 +80,9 @@
80
80
  "lite/package.json"
81
81
  ],
82
82
  "dependencies": {
83
- "@firebase/component": "0.5.9",
83
+ "@firebase/component": "0.5.10-202205224240",
84
84
  "@firebase/logger": "0.3.2",
85
- "@firebase/util": "1.4.2",
85
+ "@firebase/util": "1.4.3-202205224240",
86
86
  "@firebase/webchannel-wrapper": "0.6.1",
87
87
  "@grpc/grpc-js": "^1.3.2",
88
88
  "@grpc/proto-loader": "^0.6.0",
@@ -90,12 +90,12 @@
90
90
  "tslib": "^2.1.0"
91
91
  },
92
92
  "peerDependencies": {
93
- "@firebase/app": "0.x"
93
+ "@firebase/app": "0.7.12-202205224240"
94
94
  },
95
95
  "devDependencies": {
96
- "@firebase/app": "0.7.11",
97
- "@firebase/app-compat": "0.1.12",
98
- "@firebase/auth": "0.19.4",
96
+ "@firebase/app": "0.7.12-202205224240",
97
+ "@firebase/app-compat": "0.1.13-202205224240",
98
+ "@firebase/auth": "0.19.5-202205224240",
99
99
  "@rollup/plugin-alias": "3.1.5",
100
100
  "@rollup/plugin-json": "4.1.0",
101
101
  "@types/eslint": "7.28.0",