@firebase/firestore 3.4.2-canary.044a8d7f9 → 3.4.2-canary.88d43ec00

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 (169) hide show
  1. package/dist/firestore/src/api/snapshot.d.ts +6 -6
  2. package/dist/firestore/src/lite-api/snapshot.d.ts +2 -2
  3. package/dist/firestore/test/integration/bootstrap.d.ts +0 -1
  4. package/dist/firestore/test/integration/util/events_accumulator.d.ts +2 -2
  5. package/dist/firestore/test/integration/util/firebase_export.d.ts +6 -14
  6. package/dist/firestore/test/integration/util/helpers.d.ts +18 -18
  7. package/dist/firestore/test/integration/util/internal_helpers.d.ts +3 -3
  8. package/dist/firestore/test/integration/util/settings.d.ts +2 -2
  9. package/dist/firestore/test/unit/api/{blob.test.d.ts → bytes.test.d.ts} +0 -0
  10. package/dist/firestore/test/util/api_helpers.d.ts +1 -1
  11. package/dist/firestore/test/util/helpers.d.ts +4 -6
  12. package/dist/index.d.ts +6 -6
  13. package/dist/index.esm2017.js +869 -869
  14. package/dist/index.esm2017.js.map +1 -1
  15. package/dist/index.esm5.js +1257 -1257
  16. package/dist/index.esm5.js.map +1 -1
  17. package/dist/index.node.cjs.js +2674 -24
  18. package/dist/index.node.cjs.js.map +1 -1
  19. package/dist/index.node.mjs +2675 -25
  20. package/dist/index.node.mjs.map +1 -1
  21. package/dist/index.rn.js +1068 -1068
  22. package/dist/index.rn.js.map +1 -1
  23. package/dist/internal.d.ts +8 -8
  24. package/dist/lite/firestore/src/api/snapshot.d.ts +6 -6
  25. package/dist/lite/firestore/src/lite-api/snapshot.d.ts +2 -2
  26. package/dist/lite/firestore/test/integration/bootstrap.d.ts +0 -1
  27. package/dist/lite/firestore/test/integration/util/events_accumulator.d.ts +2 -2
  28. package/dist/lite/firestore/test/integration/util/firebase_export.d.ts +6 -14
  29. package/dist/lite/firestore/test/integration/util/helpers.d.ts +18 -18
  30. package/dist/lite/firestore/test/integration/util/internal_helpers.d.ts +3 -3
  31. package/dist/lite/firestore/test/integration/util/settings.d.ts +2 -2
  32. package/dist/lite/firestore/test/unit/api/{blob.test.d.ts → bytes.test.d.ts} +0 -0
  33. package/dist/lite/firestore/test/util/api_helpers.d.ts +1 -1
  34. package/dist/lite/firestore/test/util/helpers.d.ts +4 -6
  35. package/dist/lite/index.browser.esm2017.js +124 -124
  36. package/dist/lite/index.browser.esm2017.js.map +1 -1
  37. package/dist/lite/index.browser.esm5.js +99 -99
  38. package/dist/lite/index.browser.esm5.js.map +1 -1
  39. package/dist/lite/index.d.ts +2 -2
  40. package/dist/lite/index.node.cjs.js +11 -12
  41. package/dist/lite/index.node.cjs.js.map +1 -1
  42. package/dist/lite/index.node.mjs +11 -12
  43. package/dist/lite/index.node.mjs.map +1 -1
  44. package/dist/lite/index.rn.esm2017.js +148 -148
  45. package/dist/lite/index.rn.esm2017.js.map +1 -1
  46. package/dist/lite/internal.d.ts +2 -2
  47. package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +16 -16
  48. package/dist/lite/packages/firestore/src/api/snapshot.d.ts +6 -6
  49. package/dist/lite/packages/firestore/src/lite-api/snapshot.d.ts +2 -2
  50. package/dist/lite/packages/firestore/test/integration/bootstrap.d.ts +0 -1
  51. package/dist/lite/packages/firestore/test/integration/util/events_accumulator.d.ts +2 -2
  52. package/dist/lite/packages/firestore/test/integration/util/firebase_export.d.ts +6 -14
  53. package/dist/lite/packages/firestore/test/integration/util/helpers.d.ts +18 -18
  54. package/dist/lite/packages/firestore/test/integration/util/internal_helpers.d.ts +3 -3
  55. package/dist/lite/packages/firestore/test/integration/util/settings.d.ts +2 -2
  56. package/dist/lite/packages/firestore/test/unit/api/{blob.test.d.ts → bytes.test.d.ts} +0 -0
  57. package/dist/lite/packages/firestore/test/util/api_helpers.d.ts +1 -1
  58. package/dist/lite/packages/firestore/test/util/helpers.d.ts +4 -6
  59. package/dist/lite/private.d.ts +2 -2
  60. package/dist/packages/firestore/dist/index.esm2017.d.ts +105 -105
  61. package/dist/packages/firestore/src/api/snapshot.d.ts +6 -6
  62. package/dist/packages/firestore/src/lite-api/snapshot.d.ts +2 -2
  63. package/dist/packages/firestore/test/integration/bootstrap.d.ts +0 -1
  64. package/dist/packages/firestore/test/integration/util/events_accumulator.d.ts +2 -2
  65. package/dist/packages/firestore/test/integration/util/firebase_export.d.ts +6 -14
  66. package/dist/packages/firestore/test/integration/util/helpers.d.ts +18 -18
  67. package/dist/packages/firestore/test/integration/util/internal_helpers.d.ts +3 -3
  68. package/dist/packages/firestore/test/integration/util/settings.d.ts +2 -2
  69. package/dist/packages/firestore/test/unit/api/{blob.test.d.ts → bytes.test.d.ts} +0 -0
  70. package/dist/packages/firestore/test/util/api_helpers.d.ts +1 -1
  71. package/dist/packages/firestore/test/util/helpers.d.ts +4 -6
  72. package/dist/private.d.ts +8 -8
  73. package/package.json +10 -13
  74. package/dist/firestore/compat/api/blob.d.ts +0 -29
  75. package/dist/firestore/compat/api/database.d.ts +0 -228
  76. package/dist/firestore/compat/api/field_path.d.ts +0 -36
  77. package/dist/firestore/compat/api/field_value.d.ts +0 -29
  78. package/dist/firestore/compat/api/geo_point.d.ts +0 -17
  79. package/dist/firestore/compat/api/observer.d.ts +0 -29
  80. package/dist/firestore/compat/api/timestamp.d.ts +0 -17
  81. package/dist/firestore/compat/config.d.ts +0 -28
  82. package/dist/firestore/compat/index.console.d.ts +0 -42
  83. package/dist/firestore/compat/index.d.ts +0 -49
  84. package/dist/firestore/compat/index.node.d.ts +0 -22
  85. package/dist/firestore/compat/index.rn.d.ts +0 -22
  86. package/dist/firestore/compat/register-module.d.ts +0 -42
  87. package/dist/firestore/compat/util/input_validation.d.ts +0 -18
  88. package/dist/lite/firestore/compat/api/blob.d.ts +0 -29
  89. package/dist/lite/firestore/compat/api/database.d.ts +0 -228
  90. package/dist/lite/firestore/compat/api/field_path.d.ts +0 -36
  91. package/dist/lite/firestore/compat/api/field_value.d.ts +0 -29
  92. package/dist/lite/firestore/compat/api/geo_point.d.ts +0 -17
  93. package/dist/lite/firestore/compat/api/observer.d.ts +0 -29
  94. package/dist/lite/firestore/compat/api/timestamp.d.ts +0 -17
  95. package/dist/lite/firestore/compat/config.d.ts +0 -28
  96. package/dist/lite/firestore/compat/index.console.d.ts +0 -42
  97. package/dist/lite/firestore/compat/index.d.ts +0 -49
  98. package/dist/lite/firestore/compat/index.node.d.ts +0 -22
  99. package/dist/lite/firestore/compat/index.rn.d.ts +0 -22
  100. package/dist/lite/firestore/compat/register-module.d.ts +0 -42
  101. package/dist/lite/firestore/compat/util/input_validation.d.ts +0 -18
  102. package/dist/lite/packages/firestore/compat/api/blob.d.ts +0 -29
  103. package/dist/lite/packages/firestore/compat/api/database.d.ts +0 -228
  104. package/dist/lite/packages/firestore/compat/api/field_path.d.ts +0 -36
  105. package/dist/lite/packages/firestore/compat/api/field_value.d.ts +0 -29
  106. package/dist/lite/packages/firestore/compat/api/geo_point.d.ts +0 -17
  107. package/dist/lite/packages/firestore/compat/api/observer.d.ts +0 -29
  108. package/dist/lite/packages/firestore/compat/api/timestamp.d.ts +0 -17
  109. package/dist/lite/packages/firestore/compat/config.d.ts +0 -28
  110. package/dist/lite/packages/firestore/compat/index.console.d.ts +0 -42
  111. package/dist/lite/packages/firestore/compat/index.d.ts +0 -49
  112. package/dist/lite/packages/firestore/compat/index.node.d.ts +0 -22
  113. package/dist/lite/packages/firestore/compat/index.rn.d.ts +0 -22
  114. package/dist/lite/packages/firestore/compat/register-module.d.ts +0 -42
  115. package/dist/lite/packages/firestore/compat/util/input_validation.d.ts +0 -18
  116. package/dist/lite/src/protos/README.md +0 -2
  117. package/dist/lite/src/protos/firestore/bundle.proto +0 -121
  118. package/dist/lite/src/protos/firestore_bundle_proto.ts +0 -93
  119. package/dist/lite/src/protos/firestore_proto_api.ts +0 -1259
  120. package/dist/lite/src/protos/google/api/annotations.proto +0 -31
  121. package/dist/lite/src/protos/google/api/http.proto +0 -370
  122. package/dist/lite/src/protos/google/firestore/v1/common.proto +0 -84
  123. package/dist/lite/src/protos/google/firestore/v1/document.proto +0 -151
  124. package/dist/lite/src/protos/google/firestore/v1/firestore.proto +0 -761
  125. package/dist/lite/src/protos/google/firestore/v1/query.proto +0 -302
  126. package/dist/lite/src/protos/google/firestore/v1/write.proto +0 -264
  127. package/dist/lite/src/protos/google/protobuf/any.proto +0 -155
  128. package/dist/lite/src/protos/google/protobuf/descriptor.proto +0 -882
  129. package/dist/lite/src/protos/google/protobuf/empty.proto +0 -52
  130. package/dist/lite/src/protos/google/protobuf/struct.proto +0 -96
  131. package/dist/lite/src/protos/google/protobuf/timestamp.proto +0 -137
  132. package/dist/lite/src/protos/google/protobuf/wrappers.proto +0 -123
  133. package/dist/lite/src/protos/google/rpc/status.proto +0 -92
  134. package/dist/lite/src/protos/google/type/latlng.proto +0 -71
  135. package/dist/lite/src/protos/update.sh +0 -61
  136. package/dist/packages/firestore/compat/api/blob.d.ts +0 -29
  137. package/dist/packages/firestore/compat/api/database.d.ts +0 -228
  138. package/dist/packages/firestore/compat/api/field_path.d.ts +0 -36
  139. package/dist/packages/firestore/compat/api/field_value.d.ts +0 -29
  140. package/dist/packages/firestore/compat/api/geo_point.d.ts +0 -17
  141. package/dist/packages/firestore/compat/api/observer.d.ts +0 -29
  142. package/dist/packages/firestore/compat/api/timestamp.d.ts +0 -17
  143. package/dist/packages/firestore/compat/config.d.ts +0 -28
  144. package/dist/packages/firestore/compat/index.console.d.ts +0 -42
  145. package/dist/packages/firestore/compat/index.d.ts +0 -49
  146. package/dist/packages/firestore/compat/index.node.d.ts +0 -22
  147. package/dist/packages/firestore/compat/index.rn.d.ts +0 -22
  148. package/dist/packages/firestore/compat/register-module.d.ts +0 -42
  149. package/dist/packages/firestore/compat/util/input_validation.d.ts +0 -18
  150. package/dist/src/protos/README.md +0 -2
  151. package/dist/src/protos/firestore/bundle.proto +0 -121
  152. package/dist/src/protos/firestore_bundle_proto.ts +0 -93
  153. package/dist/src/protos/firestore_proto_api.ts +0 -1259
  154. package/dist/src/protos/google/api/annotations.proto +0 -31
  155. package/dist/src/protos/google/api/http.proto +0 -370
  156. package/dist/src/protos/google/firestore/v1/common.proto +0 -84
  157. package/dist/src/protos/google/firestore/v1/document.proto +0 -151
  158. package/dist/src/protos/google/firestore/v1/firestore.proto +0 -761
  159. package/dist/src/protos/google/firestore/v1/query.proto +0 -302
  160. package/dist/src/protos/google/firestore/v1/write.proto +0 -264
  161. package/dist/src/protos/google/protobuf/any.proto +0 -155
  162. package/dist/src/protos/google/protobuf/descriptor.proto +0 -882
  163. package/dist/src/protos/google/protobuf/empty.proto +0 -52
  164. package/dist/src/protos/google/protobuf/struct.proto +0 -96
  165. package/dist/src/protos/google/protobuf/timestamp.proto +0 -137
  166. package/dist/src/protos/google/protobuf/wrappers.proto +0 -123
  167. package/dist/src/protos/google/rpc/status.proto +0 -92
  168. package/dist/src/protos/google/type/latlng.proto +0 -71
  169. package/dist/src/protos/update.sh +0 -61
@@ -6,7 +6,7 @@ import { FirebaseError, createMockUserToken, getModularInstance } from '@firebas
6
6
  import nodeFetch from 'node-fetch';
7
7
  import { randomBytes as randomBytes$1 } from 'crypto';
8
8
 
9
- const version$1 = "3.4.2-canary.044a8d7f9";
9
+ const version$1 = "3.4.2-canary.88d43ec00";
10
10
 
11
11
  /**
12
12
  * @license
@@ -59,7 +59,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
59
59
  User.FIRST_PARTY = new User('first-party-uid');
60
60
  User.MOCK_USER = new User('mock-user');
61
61
 
62
- const version = "9.6.2-canary.044a8d7f9";
62
+ const version = "9.6.2-canary.88d43ec00";
63
63
 
64
64
  /**
65
65
  * @license
@@ -5543,7 +5543,7 @@ function parseData(input, context) {
5543
5543
  return parseObject(input, context);
5544
5544
  }
5545
5545
  else if (input instanceof FieldValue) {
5546
- // FieldValues usually parse into transforms (except FieldValue.delete())
5546
+ // FieldValues usually parse into transforms (except deleteField())
5547
5547
  // in which case we do not want to include this field in our parsed data
5548
5548
  // (as doing so will overwrite the field directly prior to the transform
5549
5549
  // trying to transform it). So we don't add this location to
@@ -5737,7 +5737,7 @@ function fieldPathFromArgument$1(methodName, path, targetDoc) {
5737
5737
  return fieldPathFromDotSeparatedString(methodName, path);
5738
5738
  }
5739
5739
  else {
5740
- const message = 'Field path arguments must be of type string or FieldPath.';
5740
+ const message = 'Field path arguments must be of type string or ';
5741
5741
  throw createError(message, methodName,
5742
5742
  /* hasConverter= */ false,
5743
5743
  /* path= */ undefined, targetDoc);
@@ -6184,8 +6184,7 @@ function newQueryFilter(query, methodName, dataReader, databaseId, fieldPath, op
6184
6184
  let fieldValue;
6185
6185
  if (fieldPath.isKeyField()) {
6186
6186
  if (op === "array-contains" /* ARRAY_CONTAINS */ || op === "array-contains-any" /* ARRAY_CONTAINS_ANY */) {
6187
- throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid Query. You can't perform '${op}' ` +
6188
- 'queries on FieldPath.documentId().');
6187
+ throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid Query. You can't perform '${op}' queries on documentId().`);
6189
6188
  }
6190
6189
  else if (op === "in" /* IN */ || op === "not-in" /* NOT_IN */) {
6191
6190
  validateDisjunctiveFilterElements(value, op);
@@ -6296,14 +6295,14 @@ function newQueryBoundFromFields(query, databaseId, dataReader, methodName, valu
6296
6295
  `${methodName}(), but got a ${typeof rawValue}`);
6297
6296
  }
6298
6297
  if (!isCollectionGroupQuery(query) && rawValue.indexOf('/') !== -1) {
6299
- throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid query. When querying a collection and ordering by FieldPath.documentId(), ` +
6298
+ throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid query. When querying a collection and ordering by documentId(), ` +
6300
6299
  `the value passed to ${methodName}() must be a plain document ID, but ` +
6301
6300
  `'${rawValue}' contains a slash.`);
6302
6301
  }
6303
6302
  const path = query.path.child(ResourcePath.fromString(rawValue));
6304
6303
  if (!DocumentKey.isDocumentKey(path)) {
6305
6304
  throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid query. When querying a collection group and ordering by ` +
6306
- `FieldPath.documentId(), the value passed to ${methodName}() must result in a ` +
6305
+ `documentId(), the value passed to ${methodName}() must result in a ` +
6307
6306
  `valid document path, but '${path}' is not because it contains an odd number ` +
6308
6307
  `of segments.`);
6309
6308
  }
@@ -6326,18 +6325,18 @@ function parseDocumentIdValue(databaseId, query, documentIdValue) {
6326
6325
  documentIdValue = getModularInstance(documentIdValue);
6327
6326
  if (typeof documentIdValue === 'string') {
6328
6327
  if (documentIdValue === '') {
6329
- throw new FirestoreError(Code.INVALID_ARGUMENT, 'Invalid query. When querying with FieldPath.documentId(), you ' +
6328
+ throw new FirestoreError(Code.INVALID_ARGUMENT, 'Invalid query. When querying with documentId(), you ' +
6330
6329
  'must provide a valid document ID, but it was an empty string.');
6331
6330
  }
6332
6331
  if (!isCollectionGroupQuery(query) && documentIdValue.indexOf('/') !== -1) {
6333
6332
  throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid query. When querying a collection by ` +
6334
- `FieldPath.documentId(), you must provide a plain document ID, but ` +
6333
+ `documentId(), you must provide a plain document ID, but ` +
6335
6334
  `'${documentIdValue}' contains a '/' character.`);
6336
6335
  }
6337
6336
  const path = query.path.child(ResourcePath.fromString(documentIdValue));
6338
6337
  if (!DocumentKey.isDocumentKey(path)) {
6339
6338
  throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid query. When querying a collection group by ` +
6340
- `FieldPath.documentId(), the value provided must result in a valid document path, ` +
6339
+ `documentId(), the value provided must result in a valid document path, ` +
6341
6340
  `but '${path}' is not because it has an odd number of segments (${path.length}).`);
6342
6341
  }
6343
6342
  return refValue(databaseId, new DocumentKey(path));
@@ -6346,7 +6345,7 @@ function parseDocumentIdValue(databaseId, query, documentIdValue) {
6346
6345
  return refValue(databaseId, documentIdValue._key);
6347
6346
  }
6348
6347
  else {
6349
- throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid query. When querying with FieldPath.documentId(), you must provide a valid ` +
6348
+ throw new FirestoreError(Code.INVALID_ARGUMENT, `Invalid query. When querying with documentId(), you must provide a valid ` +
6350
6349
  `string or a DocumentReference, but it was: ` +
6351
6350
  `${valueDescription(documentIdValue)}.`);
6352
6351
  }