@firebase/firestore 3.7.2 → 3.7.3-20221109210852

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.
@@ -286,7 +286,7 @@ declare class yn {
286
286
  /**
287
287
  * Sentinel values that can be used when writing document fields with `set()`
288
288
  * or `update()`.
289
- */ declare class $n {
289
+ */ declare class Dn {
290
290
  /**
291
291
  * @param _methodName - The public API endpoint that returns this class.
292
292
  * @hideconstructor
@@ -764,7 +764,7 @@ declare function An(t: any, e: any, ...n: any[]): vn;
764
764
  /**
765
765
  * Returns a special sentinel `FieldPath` to refer to the ID of a document.
766
766
  * It can be used in queries to sort or filter by the document ID.
767
- */ declare function Dn(): Nn;
767
+ */ declare function $n(): Nn;
768
768
  declare function Tr(...t: any[]): Er;
769
769
  declare function Ir(...t: any[]): Er;
770
770
  /**
@@ -809,7 +809,7 @@ declare function Ir(...t: any[]): Er;
809
809
  * @param reference - The reference of the document to fetch.
810
810
  * @returns A Promise resolved with a `DocumentSnapshot` containing the current
811
811
  * document contents.
812
- */ declare function $r(t: any): Promise<ir>;
812
+ */ declare function Dr(t: any): Promise<ir>;
813
813
  /**
814
814
  * Executes the query and returns the results as a {@link QuerySnapshot}.
815
815
  *
@@ -1045,19 +1045,19 @@ import { FirebaseError as c } from "@firebase/util/dist/src/errors";
1045
1045
  L: any;
1046
1046
  /** Creates a new top-level parse context. */ dt(t: any, e: any, n: any, r?: boolean): kn;
1047
1047
  }
1048
- declare class zn extends $n {
1048
+ declare class zn extends Dn {
1049
1049
  constructor(t: any, e: any);
1050
1050
  wt: any;
1051
1051
  _toFieldTransform(t: any): Pe;
1052
1052
  isEqual(t: any): boolean;
1053
1053
  }
1054
- declare class Qn extends $n {
1054
+ declare class Qn extends Dn {
1055
1055
  constructor(t: any, e: any);
1056
1056
  wt: any;
1057
1057
  _toFieldTransform(t: any): Pe;
1058
1058
  isEqual(t: any): boolean;
1059
1059
  }
1060
- declare class Un extends $n {
1060
+ declare class Un extends Dn {
1061
1061
  _toFieldTransform(t: any): null;
1062
1062
  isEqual(t: any): boolean;
1063
1063
  }
@@ -1068,7 +1068,7 @@ declare class Er extends hr {
1068
1068
  At: any;
1069
1069
  _apply(t: any): bn;
1070
1070
  }
1071
- declare class Gn extends $n {
1071
+ declare class Gn extends Dn {
1072
1072
  constructor(t: any, e: any);
1073
1073
  yt: any;
1074
1074
  _toFieldTransform(t: any): Pe;
@@ -1088,7 +1088,7 @@ declare class wr extends hr {
1088
1088
  type: string;
1089
1089
  _apply(t: any): bn;
1090
1090
  }
1091
- declare class Bn extends $n {
1091
+ declare class Bn extends Dn {
1092
1092
  _toFieldTransform(t: any): Pe;
1093
1093
  isEqual(t: any): boolean;
1094
1094
  }
@@ -1189,4 +1189,4 @@ declare class Z {
1189
1189
  field: any;
1190
1190
  transform: any;
1191
1191
  }
1192
- export { yn as AggregateField, _n as AggregateQuerySnapshot, Vn as Bytes, En as CollectionReference, vn as DocumentReference, ir as DocumentSnapshot, Nn as FieldPath, $n as FieldValue, fn as Firestore, U as FirestoreError, xn as GeoPoint, bn as Query, hr as QueryConstraint, or as QueryDocumentSnapshot, ur as QuerySnapshot, bt as Timestamp, Zr as Transaction, Qr as WriteBatch, Or as addDoc, Cr as aggregateQuerySnapshotEqual, jr as arrayRemove, Ur as arrayUnion, In as collection, Tn as collectionGroup, mn as connectFirestoreEmulator, qr as deleteDoc, Lr as deleteField, An as doc, Dn as documentId, Tr as endAt, Ir as endBefore, kr as getCount, $r as getDoc, xr as getDocs, wn as getFirestore, Br as increment, dn as initializeFirestore, yr as limit, _r as limitToLast, mr as orderBy, lr as query, Pn as queryEqual, Rn as refEqual, ts as runTransaction, Mr as serverTimestamp, Fr as setDoc, p as setLogLevel, cr as snapshotEqual, br as startAfter, vr as startAt, pn as terminate, Sr as updateDoc, dr as where, Gr as writeBatch };
1192
+ export { yn as AggregateField, _n as AggregateQuerySnapshot, Vn as Bytes, En as CollectionReference, vn as DocumentReference, ir as DocumentSnapshot, Nn as FieldPath, Dn as FieldValue, fn as Firestore, U as FirestoreError, xn as GeoPoint, bn as Query, hr as QueryConstraint, or as QueryDocumentSnapshot, ur as QuerySnapshot, bt as Timestamp, Zr as Transaction, Qr as WriteBatch, Or as addDoc, Cr as aggregateQuerySnapshotEqual, jr as arrayRemove, Ur as arrayUnion, In as collection, Tn as collectionGroup, mn as connectFirestoreEmulator, qr as deleteDoc, Lr as deleteField, An as doc, $n as documentId, Tr as endAt, Ir as endBefore, kr as getCount, Dr as getDoc, xr as getDocs, wn as getFirestore, Br as increment, dn as initializeFirestore, yr as limit, _r as limitToLast, mr as orderBy, lr as query, Pn as queryEqual, Rn as refEqual, ts as runTransaction, Mr as serverTimestamp, Fr as setDoc, p as setLogLevel, cr as snapshotEqual, br as startAfter, vr as startAt, pn as terminate, Sr as updateDoc, dr as where, Gr as writeBatch };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/firestore",
3
- "version": "3.7.2",
3
+ "version": "3.7.3-20221109210852",
4
4
  "engines": {
5
5
  "node": ">=10.10.0"
6
6
  },