@dereekb/firebase 13.4.2 → 13.5.1

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/index.esm.js CHANGED
@@ -3805,30 +3805,30 @@ function firebaseQueryItemAccumulator(iteration, mapItem) {
3805
3805
  return firebaseQuerySnapshotAccumulator(iteration, mapFn);
3806
3806
  }
3807
3807
 
3808
- function _array_like_to_array$g(arr, len) {
3808
+ function _array_like_to_array$f(arr, len) {
3809
3809
  if (len == null || len > arr.length) len = arr.length;
3810
3810
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
3811
3811
  return arr2;
3812
3812
  }
3813
- function _array_without_holes$d(arr) {
3814
- if (Array.isArray(arr)) return _array_like_to_array$g(arr);
3813
+ function _array_without_holes$b(arr) {
3814
+ if (Array.isArray(arr)) return _array_like_to_array$f(arr);
3815
3815
  }
3816
- function _iterable_to_array$d(iter) {
3816
+ function _iterable_to_array$b(iter) {
3817
3817
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
3818
3818
  }
3819
- function _non_iterable_spread$d() {
3819
+ function _non_iterable_spread$b() {
3820
3820
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
3821
3821
  }
3822
- function _to_consumable_array$d(arr) {
3823
- return _array_without_holes$d(arr) || _iterable_to_array$d(arr) || _unsupported_iterable_to_array$g(arr) || _non_iterable_spread$d();
3822
+ function _to_consumable_array$b(arr) {
3823
+ return _array_without_holes$b(arr) || _iterable_to_array$b(arr) || _unsupported_iterable_to_array$f(arr) || _non_iterable_spread$b();
3824
3824
  }
3825
- function _unsupported_iterable_to_array$g(o, minLen) {
3825
+ function _unsupported_iterable_to_array$f(o, minLen) {
3826
3826
  if (!o) return;
3827
- if (typeof o === "string") return _array_like_to_array$g(o, minLen);
3827
+ if (typeof o === "string") return _array_like_to_array$f(o, minLen);
3828
3828
  var n = Object.prototype.toString.call(o).slice(8, -1);
3829
3829
  if (n === "Object" && o.constructor) n = o.constructor.name;
3830
3830
  if (n === "Map" || n === "Set") return Array.from(n);
3831
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$g(o, minLen);
3831
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$f(o, minLen);
3832
3832
  }
3833
3833
  /**
3834
3834
  * Creates a {@link FirestoreQueryConstraint} with the given type identifier and data.
@@ -4188,7 +4188,7 @@ function orderBy(fieldPath, directionStr) {
4188
4188
  * );
4189
4189
  * const newConstraints = replaceLimit(existingConstraints);
4190
4190
  */ function replaceConstraints(replaceFn, types) {
4191
- var separateFn = separateConstraints.apply(void 0, _to_consumable_array$d(types));
4191
+ var separateFn = separateConstraints.apply(void 0, _to_consumable_array$b(types));
4192
4192
  return function(constraints) {
4193
4193
  var separated = separateFn(constraints);
4194
4194
  var replacements = asArray(replaceFn(separated.excluded));
@@ -4374,13 +4374,13 @@ function whereDateIsBeforeWithSort(fieldPath) {
4374
4374
  ];
4375
4375
  }
4376
4376
 
4377
- function _array_like_to_array$f(arr, len) {
4377
+ function _array_like_to_array$e(arr, len) {
4378
4378
  if (len == null || len > arr.length) len = arr.length;
4379
4379
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
4380
4380
  return arr2;
4381
4381
  }
4382
- function _array_without_holes$c(arr) {
4383
- if (Array.isArray(arr)) return _array_like_to_array$f(arr);
4382
+ function _array_without_holes$a(arr) {
4383
+ if (Array.isArray(arr)) return _array_like_to_array$e(arr);
4384
4384
  }
4385
4385
  function _define_property$r(obj, key, value) {
4386
4386
  if (key in obj) {
@@ -4395,10 +4395,10 @@ function _define_property$r(obj, key, value) {
4395
4395
  }
4396
4396
  return obj;
4397
4397
  }
4398
- function _iterable_to_array$c(iter) {
4398
+ function _iterable_to_array$a(iter) {
4399
4399
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
4400
4400
  }
4401
- function _non_iterable_spread$c() {
4401
+ function _non_iterable_spread$a() {
4402
4402
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
4403
4403
  }
4404
4404
  function _object_spread$l(target) {
@@ -4435,16 +4435,16 @@ function _object_spread_props$h(target, source) {
4435
4435
  }
4436
4436
  return target;
4437
4437
  }
4438
- function _to_consumable_array$c(arr) {
4439
- return _array_without_holes$c(arr) || _iterable_to_array$c(arr) || _unsupported_iterable_to_array$f(arr) || _non_iterable_spread$c();
4438
+ function _to_consumable_array$a(arr) {
4439
+ return _array_without_holes$a(arr) || _iterable_to_array$a(arr) || _unsupported_iterable_to_array$e(arr) || _non_iterable_spread$a();
4440
4440
  }
4441
- function _unsupported_iterable_to_array$f(o, minLen) {
4441
+ function _unsupported_iterable_to_array$e(o, minLen) {
4442
4442
  if (!o) return;
4443
- if (typeof o === "string") return _array_like_to_array$f(o, minLen);
4443
+ if (typeof o === "string") return _array_like_to_array$e(o, minLen);
4444
4444
  var n = Object.prototype.toString.call(o).slice(8, -1);
4445
4445
  if (n === "Object" && o.constructor) n = o.constructor.name;
4446
4446
  if (n === "Map" || n === "Set") return Array.from(n);
4447
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$f(o, minLen);
4447
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$e(o, minLen);
4448
4448
  }
4449
4449
  /**
4450
4450
  * Filters out constraints that should not be directly specified in pagination queries.
@@ -4507,13 +4507,13 @@ function _unsupported_iterable_to_array$f(o, minLen) {
4507
4507
  // Add Limit
4508
4508
  var limitCount = filterLimit !== null && filterLimit !== void 0 ? filterLimit : itemsPerPage + (startAfterFilter ? 1 : 0); // todo: may not be needed.
4509
4509
  var limitConstraint = limit(limitCount);
4510
- var constraintsWithLimit = _to_consumable_array$c(constraints).concat([
4510
+ var constraintsWithLimit = _to_consumable_array$a(constraints).concat([
4511
4511
  limitConstraint
4512
4512
  ]);
4513
4513
  // make query
4514
4514
  var batchQuery = (_driver = driver).query.apply(_driver, [
4515
4515
  queryLike
4516
- ].concat(_to_consumable_array$c(constraintsWithLimit)));
4516
+ ].concat(_to_consumable_array$a(constraintsWithLimit)));
4517
4517
  var resultPromise = driver.getDocs(batchQuery).then(function(snapshot) {
4518
4518
  var time = new Date();
4519
4519
  var docs = snapshot.docs;
@@ -4769,13 +4769,13 @@ function _firestoreItemPageIterationWithSnapshotIteration(snapshotIteration) {
4769
4769
  return _firestoreItemPageIterationWithSnapshotIteration(snapshotIteration);
4770
4770
  }
4771
4771
 
4772
- function _array_like_to_array$e(arr, len) {
4772
+ function _array_like_to_array$d(arr, len) {
4773
4773
  if (len == null || len > arr.length) len = arr.length;
4774
4774
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
4775
4775
  return arr2;
4776
4776
  }
4777
- function _array_without_holes$b(arr) {
4778
- if (Array.isArray(arr)) return _array_like_to_array$e(arr);
4777
+ function _array_without_holes$9(arr) {
4778
+ if (Array.isArray(arr)) return _array_like_to_array$d(arr);
4779
4779
  }
4780
4780
  function asyncGeneratorStep$g(gen, resolve, reject, _next, _throw, key, arg) {
4781
4781
  try {
@@ -4806,22 +4806,22 @@ function _async_to_generator$g(fn) {
4806
4806
  });
4807
4807
  };
4808
4808
  }
4809
- function _iterable_to_array$b(iter) {
4809
+ function _iterable_to_array$9(iter) {
4810
4810
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
4811
4811
  }
4812
- function _non_iterable_spread$b() {
4812
+ function _non_iterable_spread$9() {
4813
4813
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
4814
4814
  }
4815
- function _to_consumable_array$b(arr) {
4816
- return _array_without_holes$b(arr) || _iterable_to_array$b(arr) || _unsupported_iterable_to_array$e(arr) || _non_iterable_spread$b();
4815
+ function _to_consumable_array$9(arr) {
4816
+ return _array_without_holes$9(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$d(arr) || _non_iterable_spread$9();
4817
4817
  }
4818
- function _unsupported_iterable_to_array$e(o, minLen) {
4818
+ function _unsupported_iterable_to_array$d(o, minLen) {
4819
4819
  if (!o) return;
4820
- if (typeof o === "string") return _array_like_to_array$e(o, minLen);
4820
+ if (typeof o === "string") return _array_like_to_array$d(o, minLen);
4821
4821
  var n = Object.prototype.toString.call(o).slice(8, -1);
4822
4822
  if (n === "Object" && o.constructor) n = o.constructor.name;
4823
4823
  if (n === "Map" || n === "Set") return Array.from(n);
4824
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$e(o, minLen);
4824
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$d(o, minLen);
4825
4825
  }
4826
4826
  function _ts_generator$g(thisArg, body) {
4827
4827
  var f, y, t, _ = {
@@ -4959,7 +4959,7 @@ function _ts_generator$g(thisArg, body) {
4959
4959
  var allConstraints = flattenArrayOrValueArray(queryConstraints);
4960
4960
  var query = makeQuery.apply(void 0, [
4961
4961
  inputQuery
4962
- ].concat(_to_consumable_array$b(allConstraints)));
4962
+ ].concat(_to_consumable_array$9(allConstraints)));
4963
4963
  var result = {
4964
4964
  query: query,
4965
4965
  countDocs: function countDocs1() {
@@ -4981,7 +4981,7 @@ function _ts_generator$g(thisArg, body) {
4981
4981
  constraintsForOneDoc = addOrReplaceLimitInConstraints(1)(allConstraints);
4982
4982
  query = makeQuery.apply(void 0, [
4983
4983
  inputQuery
4984
- ].concat(_to_consumable_array$b(constraintsForOneDoc)));
4984
+ ].concat(_to_consumable_array$9(constraintsForOneDoc)));
4985
4985
  return [
4986
4986
  4,
4987
4987
  getDocs(query, transaction)
@@ -5085,7 +5085,7 @@ function _ts_generator$g(thisArg, body) {
5085
5085
  return snapshot.ref.path;
5086
5086
  }
5087
5087
 
5088
- function _array_like_to_array$d(arr, len) {
5088
+ function _array_like_to_array$c(arr, len) {
5089
5089
  if (len == null || len > arr.length) len = arr.length;
5090
5090
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
5091
5091
  return arr2;
@@ -5197,15 +5197,15 @@ function _object_spread_props$g(target, source) {
5197
5197
  return target;
5198
5198
  }
5199
5199
  function _sliced_to_array$3(arr, i) {
5200
- return _array_with_holes$3(arr) || _iterable_to_array_limit$3(arr, i) || _unsupported_iterable_to_array$d(arr, i) || _non_iterable_rest$3();
5200
+ return _array_with_holes$3(arr) || _iterable_to_array_limit$3(arr, i) || _unsupported_iterable_to_array$c(arr, i) || _non_iterable_rest$3();
5201
5201
  }
5202
- function _unsupported_iterable_to_array$d(o, minLen) {
5202
+ function _unsupported_iterable_to_array$c(o, minLen) {
5203
5203
  if (!o) return;
5204
- if (typeof o === "string") return _array_like_to_array$d(o, minLen);
5204
+ if (typeof o === "string") return _array_like_to_array$c(o, minLen);
5205
5205
  var n = Object.prototype.toString.call(o).slice(8, -1);
5206
5206
  if (n === "Object" && o.constructor) n = o.constructor.name;
5207
5207
  if (n === "Map" || n === "Set") return Array.from(n);
5208
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$d(o, minLen);
5208
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$c(o, minLen);
5209
5209
  }
5210
5210
  function _ts_generator$f(thisArg, body) {
5211
5211
  var f, y, t, _ = {
@@ -6268,13 +6268,13 @@ function _ts_generator$e(thisArg, body) {
6268
6268
  return type;
6269
6269
  }
6270
6270
 
6271
- function _array_like_to_array$c(arr, len) {
6271
+ function _array_like_to_array$b(arr, len) {
6272
6272
  if (len == null || len > arr.length) len = arr.length;
6273
6273
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
6274
6274
  return arr2;
6275
6275
  }
6276
- function _array_without_holes$a(arr) {
6277
- if (Array.isArray(arr)) return _array_like_to_array$c(arr);
6276
+ function _array_without_holes$8(arr) {
6277
+ if (Array.isArray(arr)) return _array_like_to_array$b(arr);
6278
6278
  }
6279
6279
  function asyncGeneratorStep$d(gen, resolve, reject, _next, _throw, key, arg) {
6280
6280
  try {
@@ -6305,22 +6305,22 @@ function _async_to_generator$d(fn) {
6305
6305
  });
6306
6306
  };
6307
6307
  }
6308
- function _iterable_to_array$a(iter) {
6308
+ function _iterable_to_array$8(iter) {
6309
6309
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
6310
6310
  }
6311
- function _non_iterable_spread$a() {
6311
+ function _non_iterable_spread$8() {
6312
6312
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
6313
6313
  }
6314
- function _to_consumable_array$a(arr) {
6315
- return _array_without_holes$a(arr) || _iterable_to_array$a(arr) || _unsupported_iterable_to_array$c(arr) || _non_iterable_spread$a();
6314
+ function _to_consumable_array$8(arr) {
6315
+ return _array_without_holes$8(arr) || _iterable_to_array$8(arr) || _unsupported_iterable_to_array$b(arr) || _non_iterable_spread$8();
6316
6316
  }
6317
- function _unsupported_iterable_to_array$c(o, minLen) {
6317
+ function _unsupported_iterable_to_array$b(o, minLen) {
6318
6318
  if (!o) return;
6319
- if (typeof o === "string") return _array_like_to_array$c(o, minLen);
6319
+ if (typeof o === "string") return _array_like_to_array$b(o, minLen);
6320
6320
  var n = Object.prototype.toString.call(o).slice(8, -1);
6321
6321
  if (n === "Object" && o.constructor) n = o.constructor.name;
6322
6322
  if (n === "Map" || n === "Set") return Array.from(n);
6323
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$c(o, minLen);
6323
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$b(o, minLen);
6324
6324
  }
6325
6325
  function _ts_generator$d(thisArg, body) {
6326
6326
  var f, y, t, _ = {
@@ -6538,7 +6538,7 @@ function _ts_generator$d(thisArg, body) {
6538
6538
  for(var _len = arguments.length, queryConstraints = new Array(_len), _key = 0; _key < _len; _key++){
6539
6539
  queryConstraints[_key] = arguments[_key];
6540
6540
  }
6541
- return wrapQuery((_baseQuery = baseQuery).filter.apply(_baseQuery, _to_consumable_array$a(queryConstraints)));
6541
+ return wrapQuery((_baseQuery = baseQuery).filter.apply(_baseQuery, _to_consumable_array$8(queryConstraints)));
6542
6542
  }
6543
6543
  };
6544
6544
  };
@@ -6548,18 +6548,18 @@ function _ts_generator$d(thisArg, body) {
6548
6548
  for(var _len = arguments.length, queryConstraints = new Array(_len), _key = 0; _key < _len; _key++){
6549
6549
  queryConstraints[_key] = arguments[_key];
6550
6550
  }
6551
- return wrapQuery((_queryFactory = queryFactory).query.apply(_queryFactory, _to_consumable_array$a(queryConstraints)));
6551
+ return wrapQuery((_queryFactory = queryFactory).query.apply(_queryFactory, _to_consumable_array$8(queryConstraints)));
6552
6552
  }
6553
6553
  };
6554
6554
  }
6555
6555
 
6556
- function _array_like_to_array$b(arr, len) {
6556
+ function _array_like_to_array$a(arr, len) {
6557
6557
  if (len == null || len > arr.length) len = arr.length;
6558
6558
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
6559
6559
  return arr2;
6560
6560
  }
6561
- function _array_without_holes$9(arr) {
6562
- if (Array.isArray(arr)) return _array_like_to_array$b(arr);
6561
+ function _array_without_holes$7(arr) {
6562
+ if (Array.isArray(arr)) return _array_like_to_array$a(arr);
6563
6563
  }
6564
6564
  function _define_property$p(obj, key, value) {
6565
6565
  if (key in obj) {
@@ -6574,10 +6574,10 @@ function _define_property$p(obj, key, value) {
6574
6574
  }
6575
6575
  return obj;
6576
6576
  }
6577
- function _iterable_to_array$9(iter) {
6577
+ function _iterable_to_array$7(iter) {
6578
6578
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
6579
6579
  }
6580
- function _non_iterable_spread$9() {
6580
+ function _non_iterable_spread$7() {
6581
6581
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
6582
6582
  }
6583
6583
  function _object_spread$j(target) {
@@ -6614,20 +6614,20 @@ function _object_spread_props$f(target, source) {
6614
6614
  }
6615
6615
  return target;
6616
6616
  }
6617
- function _to_consumable_array$9(arr) {
6618
- return _array_without_holes$9(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$b(arr) || _non_iterable_spread$9();
6617
+ function _to_consumable_array$7(arr) {
6618
+ return _array_without_holes$7(arr) || _iterable_to_array$7(arr) || _unsupported_iterable_to_array$a(arr) || _non_iterable_spread$7();
6619
6619
  }
6620
6620
  function _type_of$9(obj) {
6621
6621
  "@swc/helpers - typeof";
6622
6622
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
6623
6623
  }
6624
- function _unsupported_iterable_to_array$b(o, minLen) {
6624
+ function _unsupported_iterable_to_array$a(o, minLen) {
6625
6625
  if (!o) return;
6626
- if (typeof o === "string") return _array_like_to_array$b(o, minLen);
6626
+ if (typeof o === "string") return _array_like_to_array$a(o, minLen);
6627
6627
  var n = Object.prototype.toString.call(o).slice(8, -1);
6628
6628
  if (n === "Object" && o.constructor) n = o.constructor.name;
6629
6629
  if (n === "Map" || n === "Set") return Array.from(n);
6630
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$b(o, minLen);
6630
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$a(o, minLen);
6631
6631
  }
6632
6632
  /**
6633
6633
  * Separator used in Firestore paths to separate collection and document IDs.
@@ -7033,7 +7033,7 @@ function firestoreModelIdentity(parentOrModelName, collectionNameOrModelName, in
7033
7033
  * @param input
7034
7034
  * @returns
7035
7035
  */ function firestoreModelKeyPartPairsKeyPath(input) {
7036
- return firestoreModelKeyPath.apply(void 0, _to_consumable_array$9(firestoreModelKeyPartPairsPaths(input)));
7036
+ return firestoreModelKeyPath.apply(void 0, _to_consumable_array$7(firestoreModelKeyPartPairsPaths(input)));
7037
7037
  }
7038
7038
  /**
7039
7039
  * Maps the input FirestoreModelCollectionAndIdPair[] values to FirestoreModelKeyPart[] values.
@@ -7296,13 +7296,13 @@ function _object_spread_props$e(target, source) {
7296
7296
  });
7297
7297
  }
7298
7298
 
7299
- function _array_like_to_array$a(arr, len) {
7299
+ function _array_like_to_array$9(arr, len) {
7300
7300
  if (len == null || len > arr.length) len = arr.length;
7301
7301
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
7302
7302
  return arr2;
7303
7303
  }
7304
- function _array_without_holes$8(arr) {
7305
- if (Array.isArray(arr)) return _array_like_to_array$a(arr);
7304
+ function _array_without_holes$6(arr) {
7305
+ if (Array.isArray(arr)) return _array_like_to_array$9(arr);
7306
7306
  }
7307
7307
  function _define_property$n(obj, key, value) {
7308
7308
  if (key in obj) {
@@ -7317,10 +7317,10 @@ function _define_property$n(obj, key, value) {
7317
7317
  }
7318
7318
  return obj;
7319
7319
  }
7320
- function _iterable_to_array$8(iter) {
7320
+ function _iterable_to_array$6(iter) {
7321
7321
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
7322
7322
  }
7323
- function _non_iterable_spread$8() {
7323
+ function _non_iterable_spread$6() {
7324
7324
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
7325
7325
  }
7326
7326
  function _object_spread$h(target) {
@@ -7357,16 +7357,16 @@ function _object_spread_props$d(target, source) {
7357
7357
  }
7358
7358
  return target;
7359
7359
  }
7360
- function _to_consumable_array$8(arr) {
7361
- return _array_without_holes$8(arr) || _iterable_to_array$8(arr) || _unsupported_iterable_to_array$a(arr) || _non_iterable_spread$8();
7360
+ function _to_consumable_array$6(arr) {
7361
+ return _array_without_holes$6(arr) || _iterable_to_array$6(arr) || _unsupported_iterable_to_array$9(arr) || _non_iterable_spread$6();
7362
7362
  }
7363
- function _unsupported_iterable_to_array$a(o, minLen) {
7363
+ function _unsupported_iterable_to_array$9(o, minLen) {
7364
7364
  if (!o) return;
7365
- if (typeof o === "string") return _array_like_to_array$a(o, minLen);
7365
+ if (typeof o === "string") return _array_like_to_array$9(o, minLen);
7366
7366
  var n = Object.prototype.toString.call(o).slice(8, -1);
7367
7367
  if (n === "Object" && o.constructor) n = o.constructor.name;
7368
7368
  if (n === "Map" || n === "Set") return Array.from(n);
7369
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$a(o, minLen);
7369
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$9(o, minLen);
7370
7370
  }
7371
7371
  /**
7372
7372
  * Creates a factory function for generating FirestoreContext instances.
@@ -7413,7 +7413,7 @@ function _unsupported_iterable_to_array$a(o, minLen) {
7413
7413
  return (_drivers_firestoreAccessorDriver = drivers.firestoreAccessorDriver).collection.apply(_drivers_firestoreAccessorDriver, [
7414
7414
  firestore,
7415
7415
  path
7416
- ].concat(_to_consumable_array$8(pathSegments)));
7416
+ ].concat(_to_consumable_array$6(pathSegments)));
7417
7417
  },
7418
7418
  subcollection: drivers.firestoreAccessorDriver.subcollection,
7419
7419
  runTransaction: drivers.firestoreAccessorDriver.transactionFactoryForFirestore(firestore),
@@ -7714,13 +7714,13 @@ function _ts_generator$c(thisArg, body) {
7714
7714
  });
7715
7715
  }
7716
7716
 
7717
- function _array_like_to_array$9(arr, len) {
7717
+ function _array_like_to_array$8(arr, len) {
7718
7718
  if (len == null || len > arr.length) len = arr.length;
7719
7719
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
7720
7720
  return arr2;
7721
7721
  }
7722
- function _array_without_holes$7(arr) {
7723
- if (Array.isArray(arr)) return _array_like_to_array$9(arr);
7722
+ function _array_without_holes$5(arr) {
7723
+ if (Array.isArray(arr)) return _array_like_to_array$8(arr);
7724
7724
  }
7725
7725
  function _define_property$m(obj, key, value) {
7726
7726
  if (key in obj) {
@@ -7735,10 +7735,10 @@ function _define_property$m(obj, key, value) {
7735
7735
  }
7736
7736
  return obj;
7737
7737
  }
7738
- function _iterable_to_array$7(iter) {
7738
+ function _iterable_to_array$5(iter) {
7739
7739
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
7740
7740
  }
7741
- function _non_iterable_spread$7() {
7741
+ function _non_iterable_spread$5() {
7742
7742
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
7743
7743
  }
7744
7744
  function _object_spread$g(target) {
@@ -7756,16 +7756,16 @@ function _object_spread$g(target) {
7756
7756
  }
7757
7757
  return target;
7758
7758
  }
7759
- function _to_consumable_array$7(arr) {
7760
- return _array_without_holes$7(arr) || _iterable_to_array$7(arr) || _unsupported_iterable_to_array$9(arr) || _non_iterable_spread$7();
7759
+ function _to_consumable_array$5(arr) {
7760
+ return _array_without_holes$5(arr) || _iterable_to_array$5(arr) || _unsupported_iterable_to_array$8(arr) || _non_iterable_spread$5();
7761
7761
  }
7762
- function _unsupported_iterable_to_array$9(o, minLen) {
7762
+ function _unsupported_iterable_to_array$8(o, minLen) {
7763
7763
  if (!o) return;
7764
- if (typeof o === "string") return _array_like_to_array$9(o, minLen);
7764
+ if (typeof o === "string") return _array_like_to_array$8(o, minLen);
7765
7765
  var n = Object.prototype.toString.call(o).slice(8, -1);
7766
7766
  if (n === "Object" && o.constructor) n = o.constructor.name;
7767
7767
  if (n === "Map" || n === "Set") return Array.from(n);
7768
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$9(o, minLen);
7768
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$8(o, minLen);
7769
7769
  }
7770
7770
  /**
7771
7771
  * Converts a {@link FirestoreAccessorArrayUpdate} into Firestore `UpdateData` using the
@@ -7794,7 +7794,7 @@ function _unsupported_iterable_to_array$9(o, minLen) {
7794
7794
  result = mapObjectMap(fieldUpdate, function(arrayUpdate) {
7795
7795
  var result;
7796
7796
  if (arrayUpdate) {
7797
- result = arrayUpdateFunction.apply(void 0, _to_consumable_array$7(arrayUpdate)); // use spread operator to insert each value as an argument, as "nested arrays" are not allowed in the Firestore
7797
+ result = arrayUpdateFunction.apply(void 0, _to_consumable_array$5(arrayUpdate)); // use spread operator to insert each value as an argument, as "nested arrays" are not allowed in the Firestore
7798
7798
  }
7799
7799
  return result;
7800
7800
  });
@@ -8533,13 +8533,13 @@ function _ts_generator$b(thisArg, body) {
8533
8533
  };
8534
8534
  }
8535
8535
 
8536
- function _array_like_to_array$8(arr, len) {
8536
+ function _array_like_to_array$7(arr, len) {
8537
8537
  if (len == null || len > arr.length) len = arr.length;
8538
8538
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
8539
8539
  return arr2;
8540
8540
  }
8541
- function _array_without_holes$6(arr) {
8542
- if (Array.isArray(arr)) return _array_like_to_array$8(arr);
8541
+ function _array_without_holes$4(arr) {
8542
+ if (Array.isArray(arr)) return _array_like_to_array$7(arr);
8543
8543
  }
8544
8544
  function _define_property$i(obj, key, value) {
8545
8545
  if (key in obj) {
@@ -8554,10 +8554,10 @@ function _define_property$i(obj, key, value) {
8554
8554
  }
8555
8555
  return obj;
8556
8556
  }
8557
- function _iterable_to_array$6(iter) {
8557
+ function _iterable_to_array$4(iter) {
8558
8558
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
8559
8559
  }
8560
- function _non_iterable_spread$6() {
8560
+ function _non_iterable_spread$4() {
8561
8561
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
8562
8562
  }
8563
8563
  function _object_spread$f(target) {
@@ -8594,16 +8594,16 @@ function _object_spread_props$c(target, source) {
8594
8594
  }
8595
8595
  return target;
8596
8596
  }
8597
- function _to_consumable_array$6(arr) {
8598
- return _array_without_holes$6(arr) || _iterable_to_array$6(arr) || _unsupported_iterable_to_array$8(arr) || _non_iterable_spread$6();
8597
+ function _to_consumable_array$4(arr) {
8598
+ return _array_without_holes$4(arr) || _iterable_to_array$4(arr) || _unsupported_iterable_to_array$7(arr) || _non_iterable_spread$4();
8599
8599
  }
8600
- function _unsupported_iterable_to_array$8(o, minLen) {
8600
+ function _unsupported_iterable_to_array$7(o, minLen) {
8601
8601
  if (!o) return;
8602
- if (typeof o === "string") return _array_like_to_array$8(o, minLen);
8602
+ if (typeof o === "string") return _array_like_to_array$7(o, minLen);
8603
8603
  var n = Object.prototype.toString.call(o).slice(8, -1);
8604
8604
  if (n === "Object" && o.constructor) n = o.constructor.name;
8605
8605
  if (n === "Map" || n === "Set") return Array.from(n);
8606
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$8(o, minLen);
8606
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$7(o, minLen);
8607
8607
  }
8608
8608
  /**
8609
8609
  * Appends one or more `QueryConstraint` values to the builder, returning a new builder instance.
@@ -8614,7 +8614,7 @@ function _unsupported_iterable_to_array$8(o, minLen) {
8614
8614
  */ function addConstraintToBuilder(builder, constraint) {
8615
8615
  return {
8616
8616
  query: builder.query,
8617
- constraints: _to_consumable_array$6(builder.constraints).concat(_to_consumable_array$6(Array.isArray(constraint) ? constraint : [
8617
+ constraints: _to_consumable_array$4(builder.constraints).concat(_to_consumable_array$4(Array.isArray(constraint) ? constraint : [
8618
8618
  constraint
8619
8619
  ]))
8620
8620
  };
@@ -8639,13 +8639,13 @@ var _obj;
8639
8639
  }), _define_property$i(_obj, FIRESTORE_OFFSET_QUERY_CONSTRAINT_TYPE, undefined), _define_property$i(_obj, FIRESTORE_START_AT_QUERY_CONSTRAINT_TYPE, function(builder, data) {
8640
8640
  return addConstraintToBuilder(builder, startAt$1(data.snapshot));
8641
8641
  }), _define_property$i(_obj, FIRESTORE_START_AT_VALUE_QUERY_CONSTRAINT_TYPE, function(builder, data) {
8642
- return addConstraintToBuilder(builder, startAt$1.apply(void 0, _to_consumable_array$6(data.fieldValues)));
8642
+ return addConstraintToBuilder(builder, startAt$1.apply(void 0, _to_consumable_array$4(data.fieldValues)));
8643
8643
  }), _define_property$i(_obj, FIRESTORE_START_AFTER_QUERY_CONSTRAINT_TYPE, function(builder, data) {
8644
8644
  return addConstraintToBuilder(builder, startAfter$1(data.snapshot));
8645
8645
  }), _define_property$i(_obj, FIRESTORE_END_AT_QUERY_CONSTRAINT_TYPE, function(builder, data) {
8646
8646
  return addConstraintToBuilder(builder, endAt$1(data.snapshot));
8647
8647
  }), _define_property$i(_obj, FIRESTORE_END_AT_VALUE_QUERY_CONSTRAINT_TYPE, function(builder, data) {
8648
- return addConstraintToBuilder(builder, endAt$1.apply(void 0, _to_consumable_array$6(data.fieldValues)));
8648
+ return addConstraintToBuilder(builder, endAt$1.apply(void 0, _to_consumable_array$4(data.fieldValues)));
8649
8649
  }), _define_property$i(_obj, FIRESTORE_END_BEFORE_QUERY_CONSTRAINT_TYPE, function(builder, data) {
8650
8650
  return addConstraintToBuilder(builder, endBefore$1(data.snapshot));
8651
8651
  }), _obj);
@@ -8669,7 +8669,7 @@ var _obj;
8669
8669
  var initialQuery = param.query, constraints = param.constraints;
8670
8670
  return query.apply(void 0, [
8671
8671
  initialQuery
8672
- ].concat(_to_consumable_array$6(constraints)));
8672
+ ].concat(_to_consumable_array$4(constraints)));
8673
8673
  },
8674
8674
  documentIdFieldPath: function documentIdFieldPath() {
8675
8675
  return documentId();
@@ -9362,7 +9362,7 @@ function onCallTypedModelParams(modelTypeInput, data, specifier, call) {
9362
9362
  };
9363
9363
  }
9364
9364
 
9365
- function _array_like_to_array$7(arr, len) {
9365
+ function _array_like_to_array$6(arr, len) {
9366
9366
  if (len == null || len > arr.length) len = arr.length;
9367
9367
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
9368
9368
  return arr2;
@@ -9398,15 +9398,15 @@ function _non_iterable_rest$2() {
9398
9398
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
9399
9399
  }
9400
9400
  function _sliced_to_array$2(arr, i) {
9401
- return _array_with_holes$2(arr) || _iterable_to_array_limit$2(arr, i) || _unsupported_iterable_to_array$7(arr, i) || _non_iterable_rest$2();
9401
+ return _array_with_holes$2(arr) || _iterable_to_array_limit$2(arr, i) || _unsupported_iterable_to_array$6(arr, i) || _non_iterable_rest$2();
9402
9402
  }
9403
- function _unsupported_iterable_to_array$7(o, minLen) {
9403
+ function _unsupported_iterable_to_array$6(o, minLen) {
9404
9404
  if (!o) return;
9405
- if (typeof o === "string") return _array_like_to_array$7(o, minLen);
9405
+ if (typeof o === "string") return _array_like_to_array$6(o, minLen);
9406
9406
  var n = Object.prototype.toString.call(o).slice(8, -1);
9407
9407
  if (n === "Object" && o.constructor) n = o.constructor.name;
9408
9408
  if (n === "Map" || n === "Set") return Array.from(n);
9409
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$7(o, minLen);
9409
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$6(o, minLen);
9410
9410
  }
9411
9411
  /**
9412
9412
  * Default specifier string (`'_'`) used when a CRUD operation has specifiers but one
@@ -9755,6 +9755,15 @@ var FIREBASE_SERVER_AUTH_CLAIMS_RESET_LAST_COM_DATE_KEY = 'resetCommunicationAt'
9755
9755
  /**
9756
9756
  * Error code when the provided phone number is not a valid E.164 string.
9757
9757
  */ var FIREBASE_AUTH_INVALID_PHONE_NUMBER_ERROR = 'auth/invalid-phone-number';
9758
+ /**
9759
+ * Error code when a provider is already linked to the current user account.
9760
+ */ var FIREBASE_AUTH_PROVIDER_ALREADY_LINKED_ERROR = 'auth/provider-already-linked';
9761
+ /**
9762
+ * Error code when the credential is already associated with a different user account.
9763
+ */ var FIREBASE_AUTH_CREDENTIAL_ALREADY_IN_USE_ERROR = 'auth/credential-already-in-use';
9764
+ /**
9765
+ * Error code when an email address is already in use by another account during linking.
9766
+ */ var FIREBASE_AUTH_EMAIL_ALREADY_IN_USE_ERROR = 'auth/email-already-in-use';
9758
9767
  /**
9759
9768
  * Converts a {@link FirebaseAuthError} into a user-friendly {@link ReadableError} with a human-readable message.
9760
9769
  *
@@ -9796,6 +9805,24 @@ var FIREBASE_SERVER_AUTH_CLAIMS_RESET_LAST_COM_DATE_KEY = 'resetCommunicationAt'
9796
9805
  message: 'Could not reach the server. Are you connected to the internet?'
9797
9806
  };
9798
9807
  break;
9808
+ case FIREBASE_AUTH_PROVIDER_ALREADY_LINKED_ERROR:
9809
+ error = {
9810
+ code: code,
9811
+ message: 'This provider is already linked to your account.'
9812
+ };
9813
+ break;
9814
+ case FIREBASE_AUTH_CREDENTIAL_ALREADY_IN_USE_ERROR:
9815
+ error = {
9816
+ code: code,
9817
+ message: 'These credentials are already associated with a different account.'
9818
+ };
9819
+ break;
9820
+ case FIREBASE_AUTH_EMAIL_ALREADY_IN_USE_ERROR:
9821
+ error = {
9822
+ code: code,
9823
+ message: 'This email address is already in use by another account.'
9824
+ };
9825
+ break;
9799
9826
  default:
9800
9827
  error = {
9801
9828
  code: code,
@@ -11689,13 +11716,13 @@ function _ts_generator$6(thisArg, body) {
11689
11716
  };
11690
11717
  }
11691
11718
 
11692
- function _array_like_to_array$6(arr, len) {
11719
+ function _array_like_to_array$5(arr, len) {
11693
11720
  if (len == null || len > arr.length) len = arr.length;
11694
11721
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
11695
11722
  return arr2;
11696
11723
  }
11697
- function _array_without_holes$5(arr) {
11698
- if (Array.isArray(arr)) return _array_like_to_array$6(arr);
11724
+ function _array_without_holes$3(arr) {
11725
+ if (Array.isArray(arr)) return _array_like_to_array$5(arr);
11699
11726
  }
11700
11727
  function asyncGeneratorStep$5(gen, resolve, reject, _next, _throw, key, arg) {
11701
11728
  try {
@@ -11739,10 +11766,10 @@ function _define_property$a(obj, key, value) {
11739
11766
  }
11740
11767
  return obj;
11741
11768
  }
11742
- function _iterable_to_array$5(iter) {
11769
+ function _iterable_to_array$3(iter) {
11743
11770
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
11744
11771
  }
11745
- function _non_iterable_spread$5() {
11772
+ function _non_iterable_spread$3() {
11746
11773
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
11747
11774
  }
11748
11775
  function _object_spread$a(target) {
@@ -11779,16 +11806,16 @@ function _object_spread_props$8(target, source) {
11779
11806
  }
11780
11807
  return target;
11781
11808
  }
11782
- function _to_consumable_array$5(arr) {
11783
- return _array_without_holes$5(arr) || _iterable_to_array$5(arr) || _unsupported_iterable_to_array$6(arr) || _non_iterable_spread$5();
11809
+ function _to_consumable_array$3(arr) {
11810
+ return _array_without_holes$3(arr) || _iterable_to_array$3(arr) || _unsupported_iterable_to_array$5(arr) || _non_iterable_spread$3();
11784
11811
  }
11785
- function _unsupported_iterable_to_array$6(o, minLen) {
11812
+ function _unsupported_iterable_to_array$5(o, minLen) {
11786
11813
  if (!o) return;
11787
- if (typeof o === "string") return _array_like_to_array$6(o, minLen);
11814
+ if (typeof o === "string") return _array_like_to_array$5(o, minLen);
11788
11815
  var n = Object.prototype.toString.call(o).slice(8, -1);
11789
11816
  if (n === "Object" && o.constructor) n = o.constructor.name;
11790
11817
  if (n === "Map" || n === "Set") return Array.from(n);
11791
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$6(o, minLen);
11818
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$5(o, minLen);
11792
11819
  }
11793
11820
  function _ts_generator$5(thisArg, body) {
11794
11821
  var f, y, t, _ = {
@@ -12191,7 +12218,7 @@ function _ts_generator$5(thisArg, body) {
12191
12218
  case 2:
12192
12219
  allNestedFolderFileResults = _state.sent();
12193
12220
  allNestedFiles = allNestedFolderFileResults.flat();
12194
- allFiles = _to_consumable_array$5(allImmediateFiles).concat(_to_consumable_array$5(allNestedFiles));
12221
+ allFiles = _to_consumable_array$3(allImmediateFiles).concat(_to_consumable_array$3(allNestedFiles));
12195
12222
  result = _object_spread_props$8(_object_spread$a({}, rootResults), {
12196
12223
  files: function files() {
12197
12224
  return allFiles;
@@ -13538,14 +13565,6 @@ var notificationBoxModelCrudFunctionsConfig = {
13538
13565
  * Thrown when attempting to update a recipient config that is locked by the user.
13539
13566
  */ var NOTIFICATION_USER_LOCKED_CONFIG_FROM_BEING_UPDATED_ERROR_CODE = 'NOTIFICATION_USER_LOCKED_CONFIG_FROM_BEING_UPDATED';
13540
13567
 
13541
- function _array_like_to_array$5(arr, len) {
13542
- if (len == null || len > arr.length) len = arr.length;
13543
- for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
13544
- return arr2;
13545
- }
13546
- function _array_without_holes$4(arr) {
13547
- if (Array.isArray(arr)) return _array_like_to_array$5(arr);
13548
- }
13549
13568
  function _define_property$8(obj, key, value) {
13550
13569
  if (key in obj) {
13551
13570
  Object.defineProperty(obj, key, {
@@ -13559,12 +13578,6 @@ function _define_property$8(obj, key, value) {
13559
13578
  }
13560
13579
  return obj;
13561
13580
  }
13562
- function _iterable_to_array$4(iter) {
13563
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
13564
- }
13565
- function _non_iterable_spread$4() {
13566
- throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
13567
- }
13568
13581
  function _object_spread$8(target) {
13569
13582
  for(var i = 1; i < arguments.length; i++){
13570
13583
  var source = arguments[i] != null ? arguments[i] : {};
@@ -13599,17 +13612,6 @@ function _object_spread_props$6(target, source) {
13599
13612
  }
13600
13613
  return target;
13601
13614
  }
13602
- function _to_consumable_array$4(arr) {
13603
- return _array_without_holes$4(arr) || _iterable_to_array$4(arr) || _unsupported_iterable_to_array$5(arr) || _non_iterable_spread$4();
13604
- }
13605
- function _unsupported_iterable_to_array$5(o, minLen) {
13606
- if (!o) return;
13607
- if (typeof o === "string") return _array_like_to_array$5(o, minLen);
13608
- var n = Object.prototype.toString.call(o).slice(8, -1);
13609
- if (n === "Object" && o.constructor) n = o.constructor.name;
13610
- if (n === "Map" || n === "Set") return Array.from(n);
13611
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array$5(o, minLen);
13612
- }
13613
13615
  /**
13614
13616
  * Applies an array of config entry params to a {@link NotificationBoxRecipientTemplateConfigRecord},
13615
13617
  * inserting new entries, merging updates, and removing entries marked with `remove: true`.
@@ -13736,7 +13738,7 @@ function _unsupported_iterable_to_array$5(o, minLen) {
13736
13738
  });
13737
13739
  var result;
13738
13740
  if (hasChanges) {
13739
- result = _to_consumable_array$4(boxesMap.values());
13741
+ result = Array.from(boxesMap.values());
13740
13742
  }
13741
13743
  return result;
13742
13744
  }
@@ -14230,17 +14232,11 @@ function _array_like_to_array$4(arr, len) {
14230
14232
  function _array_with_holes$1(arr) {
14231
14233
  if (Array.isArray(arr)) return arr;
14232
14234
  }
14233
- function _array_without_holes$3(arr) {
14234
- if (Array.isArray(arr)) return _array_like_to_array$4(arr);
14235
- }
14236
14235
  function _class_call_check$5(instance, Constructor) {
14237
14236
  if (!(instance instanceof Constructor)) {
14238
14237
  throw new TypeError("Cannot call a class as a function");
14239
14238
  }
14240
14239
  }
14241
- function _iterable_to_array$3(iter) {
14242
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
14243
- }
14244
14240
  function _iterable_to_array_limit$1(arr, i) {
14245
14241
  var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
14246
14242
  if (_i == null) return;
@@ -14268,15 +14264,9 @@ function _iterable_to_array_limit$1(arr, i) {
14268
14264
  function _non_iterable_rest$1() {
14269
14265
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
14270
14266
  }
14271
- function _non_iterable_spread$3() {
14272
- throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
14273
- }
14274
14267
  function _sliced_to_array$1(arr, i) {
14275
14268
  return _array_with_holes$1(arr) || _iterable_to_array_limit$1(arr, i) || _unsupported_iterable_to_array$4(arr, i) || _non_iterable_rest$1();
14276
14269
  }
14277
- function _to_consumable_array$3(arr) {
14278
- return _array_without_holes$3(arr) || _iterable_to_array$3(arr) || _unsupported_iterable_to_array$4(arr) || _non_iterable_spread$3();
14279
- }
14280
14270
  function _unsupported_iterable_to_array$4(o, minLen) {
14281
14271
  if (!o) return;
14282
14272
  if (typeof o === "string") return _array_like_to_array$4(o, minLen);
@@ -14361,23 +14351,23 @@ function _unsupported_iterable_to_array$4(o, minLen) {
14361
14351
  allKnownTemplateTypeInfo.push(info);
14362
14352
  allKnownTemplateTypes.push(info.type);
14363
14353
  });
14364
- var allNotificationModelIdentityValues = _to_consumable_array$3(allNotificationModelIdentityValuesSet);
14354
+ var allNotificationModelIdentityValues = Array.from(allNotificationModelIdentityValuesSet);
14365
14355
  var notificationModelTemplateInfoMap = notificationModelTypeInfoMapBuilder.map();
14366
14356
  var targetModelTemplateInfoMap = targetModelTypeInfoMapBuilder.map();
14367
- var notificationModelTemplateTypesMap = new Map(_to_consumable_array$3(notificationModelTemplateInfoMap.entries()).map(function(param) {
14357
+ var notificationModelTemplateTypesMap = new Map(Array.from(notificationModelTemplateInfoMap.entries()).map(function(param) {
14368
14358
  var _param = _sliced_to_array$1(param, 2), k = _param[0], x = _param[1];
14369
14359
  return [
14370
14360
  k,
14371
- x.map(function(y) {
14361
+ (x !== null && x !== void 0 ? x : []).map(function(y) {
14372
14362
  return y.type;
14373
14363
  })
14374
14364
  ];
14375
14365
  }));
14376
- var targetModelTemplateTypesMap = new Map(_to_consumable_array$3(targetModelTemplateInfoMap.entries()).map(function(param) {
14366
+ var targetModelTemplateTypesMap = new Map(Array.from(targetModelTemplateInfoMap.entries()).map(function(param) {
14377
14367
  var _param = _sliced_to_array$1(param, 2), k = _param[0], x = _param[1];
14378
14368
  return [
14379
14369
  k,
14380
- x.map(function(y) {
14370
+ (x !== null && x !== void 0 ? x : []).map(function(y) {
14381
14371
  return y.type;
14382
14372
  })
14383
14373
  ];
@@ -18114,4 +18104,4 @@ function _is_native_reflect_construct() {
18114
18104
  });
18115
18105
  }
18116
18106
 
18117
- export { ALL_OIDC_TOKEN_ENDPOINT_AUTH_METHOD_OPTIONS, ALL_STORAGE_FILE_NOTIFICATION_TASK_TYPES, ALL_USER_UPLOADS_FOLDER_NAME, ALL_USER_UPLOADS_FOLDER_PATH, AbstractFirestoreDocument, AbstractFirestoreDocumentDataAccessorWrapper, AbstractFirestoreDocumentWithParent, AppNotificationTemplateTypeInfoRecordService, BASE_MODEL_STORAGE_FILE_PATH, CALL_MODEL_APP_FUNCTION_KEY, COPY_USER_RELATED_DATA_ACCESSOR_FACTORY_FUNCTION, CREATE_NOTIFICATION_ID_REQUIRED_ERROR_CODE, ContextGrantedModelRolesReaderInstance, DBX_FIREBASE_SERVER_NO_AUTH_ERROR_CODE, DBX_FIREBASE_SERVER_NO_UID_ERROR_CODE, DEFAULT_DATE_CELL_RANGE_VALUE, DEFAULT_FIRESTORE_DATE_CELL_SCHEDULE_VALUE, DEFAULT_FIRESTORE_ITEM_PAGE_ITERATOR_ITEMS_PER_PAGE, DEFAULT_FIRESTORE_STRING_FIELD_VALUE, DEFAULT_FIRESTORE_UNITED_STATES_ADDRESS_VALUE, DEFAULT_FIRESTORE_WEBSITE_FILE_LINK_VALUE, DEFAULT_ITERATE_FIRESTORE_DOCUMENT_SNAPSHOT_BATCHES_BATCH_SIZE, DEFAULT_NOTIFICATION_TASK_NOTIFICATION_MODEL_KEY, DEFAULT_NOTIFICATION_TASK_SUBTASK_CLEANUP_RETRY_ATTEMPTS, DEFAULT_NOTIFICATION_TASK_SUBTASK_CLEANUP_RETRY_DELAY, DEFAULT_NOTIFICATION_TEMPLATE_TYPE, DEFAULT_QUERY_CHANGE_WATCHER_DELAY, DEFAULT_SINGLE_ITEM_FIRESTORE_COLLECTION_DOCUMENT_IDENTIFIER, DEFAULT_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, DEFAULT_WEBSITE_LINK, EMPTY_STORAGE_FILE_PURPOSE_SUBGROUP, EXACT_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, FIREBASE_AUTH_EMAIL_ALREADY_EXISTS_ERROR, FIREBASE_AUTH_INVALID_PHONE_NUMBER_ERROR, FIREBASE_AUTH_NETWORK_REQUEST_ERROR, FIREBASE_AUTH_NETWORK_REQUEST_FAILED, FIREBASE_AUTH_PASSWORD_MAX_LENGTH, FIREBASE_AUTH_PASSWORD_MIN_LENGTH, FIREBASE_AUTH_PHONE_NUMBER_ALREADY_EXISTS_ERROR, FIREBASE_AUTH_USER_NOT_FOUND_ERROR, FIREBASE_AUTH_WRONG_PASSWORD, FIREBASE_DEVELOPMENT_FUNCTIONS_MAP_KEY, FIREBASE_SERVER_AUTH_CLAIMS_RESET_LAST_COM_DATE_KEY, FIREBASE_SERVER_AUTH_CLAIMS_RESET_PASSWORD_KEY, FIREBASE_SERVER_AUTH_CLAIMS_SETUP_LAST_COM_DATE_KEY, FIREBASE_SERVER_AUTH_CLAIMS_SETUP_PASSWORD_KEY, FIRESTORE_CLIENT_QUERY_CONSTRAINT_HANDLER_MAPPING, FIRESTORE_COLLECTION_NAME_SEPARATOR, FIRESTORE_DUMMY_MODEL_KEY, FIRESTORE_EMPTY_VALUE, FIRESTORE_END_AT_QUERY_CONSTRAINT_TYPE, FIRESTORE_END_AT_VALUE_QUERY_CONSTRAINT_TYPE, FIRESTORE_END_BEFORE_QUERY_CONSTRAINT_TYPE, FIRESTORE_ITEM_PAGE_ITERATOR, FIRESTORE_ITEM_PAGE_ITERATOR_DELEGATE, FIRESTORE_LIMIT_QUERY_CONSTRAINT_TYPE, FIRESTORE_LIMIT_TO_LAST_QUERY_CONSTRAINT_TYPE, FIRESTORE_MAX_WHERE_IN_FILTER_ARGS_COUNT, FIRESTORE_MODEL_ID_REGEX, FIRESTORE_MODEL_KEY_REGEX, FIRESTORE_MODEL_KEY_REGEX_STRICT, FIRESTORE_OFFSET_QUERY_CONSTRAINT_TYPE, FIRESTORE_ORDER_BY_DOCUMENT_ID_QUERY_CONSTRAINT_TYPE, FIRESTORE_ORDER_BY_QUERY_CONSTRAINT_TYPE, FIRESTORE_PASSTHROUGH_FIELD, FIRESTORE_PERMISSION_DENIED_ERROR_CODE, FIRESTORE_START_AFTER_QUERY_CONSTRAINT_TYPE, FIRESTORE_START_AT_QUERY_CONSTRAINT_TYPE, FIRESTORE_START_AT_VALUE_QUERY_CONSTRAINT_TYPE, FIRESTORE_WHERE_DOCUMENT_ID_QUERY_CONSTRAINT_TYPE, FIRESTORE_WHERE_QUERY_CONSTRAINT_TYPE, FirebaseDevelopmentFunctions, FirebaseModelPermissionServiceInstance, FirebaseServerError, FirestoreAccessorStreamMode, FirestoreDocumentContextType, HIGH_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, LOW_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, MAX_FIRESTORE_MAP_ZOOM_LEVEL_VALUE, MIN_FIRESTORE_MAP_ZOOM_LEVEL_VALUE, MODEL_FUNCTION_FIREBASE_CRUD_FUNCTION_SPECIFIER_DEFAULT, MODEL_FUNCTION_FIREBASE_CRUD_FUNCTION_SPECIFIER_SPLITTER, MODEL_STORAGE_FILE_SLASH_PATH_FACTORY, ModifyBeforeSetFirestoreDocumentDataAccessorWrapper, NOTIFICATION_BOX_DOES_NOT_EXIST_ERROR_CODE, NOTIFICATION_BOX_EXCLUSION_TARGET_INVALID_ERROR_CODE, NOTIFICATION_BOX_EXISTS_FOR_MODEL_ERROR_CODE, NOTIFICATION_BOX_RECIPIENT_DOES_NOT_EXIST_ERROR_CODE, NOTIFICATION_MESSAGE_MAX_LENGTH, NOTIFICATION_MESSAGE_MIN_LENGTH, NOTIFICATION_MODEL_ALREADY_INITIALIZED_ERROR_CODE, NOTIFICATION_RECIPIENT_NAME_MAX_LENGTH, NOTIFICATION_RECIPIENT_NAME_MIN_LENGTH, NOTIFICATION_SUBJECT_MAX_LENGTH, NOTIFICATION_SUBJECT_MIN_LENGTH, NOTIFICATION_SUMMARY_EMBEDDED_NOTIFICATION_ITEM_MESSAGE_MAX_LENGTH, NOTIFICATION_SUMMARY_EMBEDDED_NOTIFICATION_ITEM_SUBJECT_MAX_LENGTH, NOTIFICATION_SUMMARY_ITEM_LIMIT, NOTIFICATION_TASK_SUBTASK_CHECKPOINT_CLEANUP, NOTIFICATION_TASK_SUBTASK_CHECKPOINT_PROCESSING, NOTIFICATION_USER_BLOCKED_FROM_BEING_ADD_TO_RECIPIENTS_ERROR_CODE, NOTIFICATION_USER_INVALID_UID_FOR_CREATE_ERROR_CODE, NOTIFICATION_USER_LOCKED_CONFIG_FROM_BEING_UPDATED_ERROR_CODE, NOTIFICATION_WEEK_NOTIFICATION_ITEM_LIMIT, NotificationBoxDocument, NotificationBoxRecipientFlag, NotificationBoxRecipientTemplateConfigBoolean, NotificationDocument, NotificationFirestoreCollections, NotificationFunctions, NotificationMessageFlag, NotificationRecipientSendFlag, NotificationSendState, NotificationSendType, NotificationSummaryDocument, NotificationUserDocument, NotificationWeekDocument, OIDC_ENTRY_CLIENT_TYPE, OidcEntryDocument, OidcModelFirestoreCollections, OidcModelFunctions, PRIVATE_KEY_JWT_TOKEN_ENDPOINT_AUTH_METHOD, RUN_DEV_FUNCTION_APP_FUNCTION_KEY, SCHEDULED_FUNCTION_DEV_FUNCTION_SPECIFIER, STORAGEFILE_RELATED_FILE_METADATA_KEY, STORAGE_FILE_ALREADY_PROCESSED_ERROR_CODE, STORAGE_FILE_CANNOT_BE_DELETED_YET_ERROR_CODE, STORAGE_FILE_GROUP_CREATE_INPUT_ERROR_CODE, STORAGE_FILE_GROUP_QUEUED_FOR_INITIALIZATION_ERROR_CODE, STORAGE_FILE_GROUP_ROOT_FOLDER_PATH, STORAGE_FILE_GROUP_ZIP_FILE_PATH, STORAGE_FILE_GROUP_ZIP_INFO_JSON_FILE_NAME, STORAGE_FILE_GROUP_ZIP_STORAGE_FILE_PURPOSE, STORAGE_FILE_GROUP_ZIP_STORAGE_FILE_PURPOSE_CREATE_ZIP_SUBTASK, STORAGE_FILE_MODEL_ALREADY_INITIALIZED_ERROR_CODE, STORAGE_FILE_NOT_FLAGGED_FOR_DELETION_ERROR_CODE, STORAGE_FILE_NOT_FLAGGED_FOR_GROUPS_SYNC_ERROR_CODE, STORAGE_FILE_PROCESSING_NOTIFICATION_TASK_TYPE, STORAGE_FILE_PROCESSING_NOT_ALLOWED_FOR_INVALID_STATE_ERROR_CODE, STORAGE_FILE_PROCESSING_NOT_AVAILABLE_FOR_TYPE_ERROR_CODE, STORAGE_FILE_PROCESSING_NOT_QUEUED_FOR_PROCESSING_ERROR_CODE, STORAGE_FILE_PROCESSING_STUCK_THROTTLE_CHECK_MS, STORAGE_FILE_UPLOAD_USER_ROLE, ScheduledFunctionDevelopmentFirebaseFunctionListEntry, ScheduledFunctionDevelopmentFunctionTypeEnum, StorageFileCreationType, StorageFileDocument, StorageFileFirestoreCollections, StorageFileFunctions, StorageFileGroupDocument, StorageFileProcessingState, StorageFileState, StorageFileUploadStreamUnsupportedError, SystemStateDocument, SystemStateFirestoreCollections, UPLOADED_FILE_DOES_NOT_EXIST_ERROR_CODE, UPLOADED_FILE_INITIALIZATION_DISCARDED_ERROR_CODE, UPLOADED_FILE_INITIALIZATION_FAILED_ERROR_CODE, UPLOADED_FILE_NOT_ALLOWED_TO_BE_INITIALIZED_ERROR_CODE, UPLOADS_FOLDER_PATH, _createNotificationDocumentFromPair, abstractSubscribeOrUnsubscribeToNotificationBoxParamsType, abstractSubscribeToNotificationBoxParamsType, addConstraintToBuilder, addOrReplaceLimitInConstraints, allChildDocumentsUnderParent, allChildDocumentsUnderParentPath, allChildDocumentsUnderRelativePath, allowDocumentSnapshotWithPathOnceFilter, allowedNotificationRecipients, appNotificationTemplateTypeInfoRecordService, applyExclusionsToNotificationUserNotificationBoxRecipientConfigs, arrayUpdateWithAccessorFunction, asTopLevelFieldPath, asTopLevelFieldPaths, assertFirestoreUpdateHasData, assertStorageUploadOptionsStringFormat, assignDateCellRangeFunction, assignDateCellScheduleFunction, assignUnitedStatesAddressFunction, assignWebsiteFileLinkFunction, assignWebsiteLinkFunction, buildFirebaseCollectionTypeModelTypeMap, calculateNsForNotificationUserNotificationBoxRecipientConfigs, calculateStorageFileGroupEmbeddedFileUpdate, calculateStorageFileGroupRegeneration, callModelFirebaseFunctionMapFactory, canQueueStorageFileForProcessing, childFirestoreModelKey, childFirestoreModelKeyPath, childFirestoreModelKeys, cleanupSentNotificationsParamsType, clientFirebaseFirestoreContextFactory, clientFirebaseStorageContextFactory, combineUploadFileTypeDeterminers, completeSubtaskProcessingAndScheduleCleanupTaskResult, contextGrantedModelRolesReader, contextGrantedModelRolesReaderDoesNotExistErrorMessage, contextGrantedModelRolesReaderPermissionErrorMessage, convertHttpsCallableErrorToReadableError, copyDocumentIdForUserRelatedModifierFunction, copyDocumentIdToFieldModifierFunction, copyStoragePath, copyUserRelatedDataAccessorFactoryFunction, copyUserRelatedDataModifierConfig, createNotificationBoxParamsType, createNotificationDocument, createNotificationDocumentIfSending, createNotificationDocumentPair, createNotificationSummaryParamsType, createNotificationTaskTemplate, createNotificationTemplate, createNotificationUserParamsType, createOidcClientFieldParamsType, createOidcClientParamsType, createStorageFileDocumentPair, createStorageFileDocumentPairFactory, createStorageFileGroupParamsType, createStorageFileParamsType, dataFromDocumentSnapshots, dataFromSnapshotStream, delayCompletion, deleteAllQueuedStorageFilesParamsType, deleteOidcClientParamsType, deleteStorageFileParamsType, determineByFileName, determineByFilePath, determineByFolderName, determineUserByFolder, determineUserByFolderWrapperFunction, determineUserByUserUploadsFolderWrapperFunction, developmentFirebaseFunctionMapFactory, directDataHttpsCallable, documentData, documentDataFunction, documentDataWithIdAndKey, documentReferenceFromDocument, documentReferencesFromDocuments, documentReferencesFromSnapshot, downloadStorageFileParamsType, effectiveNotificationBoxRecipientConfig, effectiveNotificationBoxRecipientTemplateConfig, endAt, endAtValue, endBefore, extendFirestoreCollectionWithSingleDocumentAccessor, filterConstraintsOfType, filterDisallowedFirestoreItemPageIteratorInputConstraints, filterRepeatCheckpointSnapshots, filterWithDateRange, firebaseAuthErrorToReadableError, firebaseFirestoreClientDrivers, firebaseFirestoreQueryConstraintFunctionsDriver, firebaseFirestoreQueryDriver, firebaseFunctionMapFactory, firebaseModelLoader, firebaseModelPermissionService, firebaseModelService, firebaseModelServiceFactory, firebaseModelsService, firebaseQueryItemAccumulator, firebaseQuerySnapshotAccumulator, firebaseStorageBucketFolderPath, firebaseStorageClientAccessorDriver, firebaseStorageClientAccessorFile, firebaseStorageClientAccessorFolder, firebaseStorageClientDrivers, firebaseStorageClientListFilesResultFactory, firebaseStorageContextFactory, firebaseStorageFileExists, firebaseStorageFilePathFromStorageFilePath, firebaseStorageRefForStorageFilePath, firestoreArray, firestoreArrayMap, firestoreBitwiseObjectMap, firestoreBitwiseSet, firestoreBitwiseSetMap, firestoreBoolean, firestoreClientAccessorDriver, firestoreClientArrayUpdateToUpdateData, firestoreClientIncrementUpdateToUpdateData, firestoreCollectionQueryFactory, firestoreContextFactory, firestoreDate, firestoreDateCellRange, firestoreDateCellRangeArray, firestoreDateCellRangeAssignFn, firestoreDateCellSchedule, firestoreDateCellScheduleAssignFn, firestoreDateNumber, firestoreDencoderArray, firestoreDencoderMap, firestoreDencoderStringArray, firestoreDocumentAccessorContextExtension, firestoreDocumentAccessorFactory, firestoreDocumentLoader, firestoreDocumentSnapshotPairsLoader, firestoreDocumentSnapshotPairsLoaderInstance, firestoreDummyKey, firestoreEncodedArray, firestoreEncodedObjectMap, firestoreEnum, firestoreEnumArray, firestoreField, firestoreFieldConfigToModelMapFunctionsRef, firestoreFixedItemPageIteration, firestoreFixedItemPageIterationFactory, firestoreIdBatchVerifierFactory, firestoreIdentityTypeArray, firestoreIdentityTypeArrayName, firestoreItemPageIteration, firestoreItemPageIterationFactory, firestoreLatLngString, firestoreMap, firestoreMapZoomLevel, firestoreModelId, firestoreModelIdArrayField, firestoreModelIdFromDocument, firestoreModelIdFromEmail, firestoreModelIdGrantedRoleArrayMap, firestoreModelIdGrantedRoleMap, firestoreModelIdOrKeyType, firestoreModelIdString, firestoreModelIdType, firestoreModelIdentity, firestoreModelIdentityTypeMap, firestoreModelIdsFromDocuments, firestoreModelIdsFromKey, firestoreModelKey, firestoreModelKeyArrayField, firestoreModelKeyCollectionName, firestoreModelKeyCollectionType, firestoreModelKeyCollectionTypeArray, firestoreModelKeyCollectionTypeArrayName, firestoreModelKeyCollectionTypePair, firestoreModelKeyEncodedGrantedRoleMap, firestoreModelKeyFactory, firestoreModelKeyFromDocument, firestoreModelKeyGrantedRoleArrayMap, firestoreModelKeyGrantedRoleMap, firestoreModelKeyPairObject, firestoreModelKeyParentKey, firestoreModelKeyParentKeyPartPairs, firestoreModelKeyPart, firestoreModelKeyPartPairs, firestoreModelKeyPartPairsKeyPath, firestoreModelKeyPartPairsPaths, firestoreModelKeyPath, firestoreModelKeyString, firestoreModelKeyType, firestoreModelKeyTypePair, firestoreModelKeys, firestoreModelKeysFromDocuments, firestoreModelType, firestoreNotificationBoxRecipient, firestoreNotificationBoxRecipientTemplateConfigRecord, firestoreNotificationItem, firestoreNotificationRecipientWithConfig, firestoreNotificationUserDefaultNotificationBoxRecipientConfig, firestoreNotificationUserNotificationBoxRecipientConfig, firestoreNumber, firestoreObjectArray, firestorePassThroughField, firestoreQueryConstraint, firestoreQueryConstraintFactory, firestoreQueryDocumentSnapshotPairsLoader, firestoreQueryFactory, firestoreSingleDocumentAccessor, firestoreString, firestoreSubObject, firestoreTimezoneString, firestoreUID, firestoreUniqueArray, firestoreUniqueKeyedArray, firestoreUniqueNumberArray, firestoreUniqueStringArray, firestoreUnitedStatesAddress, firestoreUnitedStatesAddressAssignFn, firestoreUnixDateTimeSecondsNumber, firestoreUpdateWithNoDataError, firestoreWebsiteFileLink, firestoreWebsiteFileLinkAssignFn, firestoreWebsiteFileLinkEncodedArray, firestoreWebsiteFileLinkObjectArray, firestoreWebsiteLink, firestoreWebsiteLinkArray, firestoreWebsiteLinkAssignFn, flatFirestoreModelKey, getDataFromDocumentSnapshots, getDocumentSnapshotData, getDocumentSnapshotDataPair, getDocumentSnapshotDataPairs, getDocumentSnapshotDataPairsWithData, getDocumentSnapshotDataTuples, getDocumentSnapshotPair, getDocumentSnapshotPairs, getDocumentSnapshots, getDocumentSnapshotsData, grantFullAccessIfAdmin, grantFullAccessIfAuthUserRelated, grantModelRolesIfAdmin, grantModelRolesIfAdminFunction, grantModelRolesIfAuthUserRelatedModelFunction, grantModelRolesIfFunction, grantModelRolesIfHasAuthRolesFactory, grantModelRolesIfHasAuthRolesFunction, grantModelRolesOnlyIfFunction, grantStorageFileRolesForUserAuthFunction, inContextFirebaseModelServiceFactory, inContextFirebaseModelsServiceFactory, incrementUpdateWithAccessorFunction, inferKeyFromTwoWayFlatFirestoreModelKey, inferNotificationBoxRelatedModelKey, inferStorageFileGroupRelatedModelKey, inferredTargetModelIdParamsType, inferredTargetModelParamsType, initializeAllApplicableNotificationBoxesParamsType, initializeAllApplicableNotificationSummariesParamsType, initializeAllApplicableStorageFileGroupsParamsType, initializeAllStorageFilesFromUploadsParamsType, initializeNotificationModelParamsType, initializeStorageFileFromUploadParamsType, initializeStorageFileModelParamsType, interceptAccessorFactoryFunction, isAdminInFirebaseModelContext, isClientFirebaseError, isCompleteNotificationSendState, isFirebaseStorageObjectNotFoundError, isFirestoreModelId, isFirestoreModelIdOrKey, isFirestoreModelKey, isOwnerOfUserRelatedModelInFirebaseModelContext, iterateFirestoreDocumentSnapshotBatches, iterateFirestoreDocumentSnapshotCheckpoints, iterateFirestoreDocumentSnapshotPairBatches, iterateFirestoreDocumentSnapshotPairs, iterateFirestoreDocumentSnapshots, iterateStorageListFiles, iterateStorageListFilesByEachFile, iterateStorageListFilesFactory, iterationQueryDocChangeWatcher, iterationQueryDocChangeWatcherChangeTypeForGroup, latestDataFromDocuments, latestSnapshotsFromDocuments, lazyFirebaseFunctionsFactory, limit, limitToLast, limitUploadFileTypeDeterminer, limitedFirestoreDocumentAccessorFactory, limitedFirestoreDocumentAccessorSnapshotCache, loadAllFirestoreDocumentSnapshot, loadAllFirestoreDocumentSnapshotPairs, loadDocumentsForDocumentReferences, loadDocumentsForDocumentReferencesFromValues, loadDocumentsForIds, loadDocumentsForIdsFromValues, loadDocumentsForKeys, loadDocumentsForKeysFromValues, loadDocumentsForSnapshots, loadDocumentsForValues, loadNotificationBoxDocumentForReferencePair, loadStorageFileGroupDocumentForReferencePair, makeDocuments, makeFirestoreCollection, makeFirestoreCollectionGroup, makeFirestoreCollectionWithParent, makeFirestoreItemPageIteratorDelegate, makeFirestoreQueryConstraintFunctionsDriver, makeRootSingleItemFirestoreCollection, makeSingleItemFirestoreCollection, mapDataFromSnapshot, mapHttpsCallable, mapLatestSnapshotsFromDocuments, mergeNotificationBoxRecipientTemplateConfigRecords, mergeNotificationBoxRecipientTemplateConfigs, mergeNotificationBoxRecipients, mergeNotificationSendMessagesResult, mergeNotificationUserDefaultNotificationBoxRecipientConfig, mergeNotificationUserNotificationBoxRecipientConfigs, modelStorageSlashPathFactory, modifyBeforeSetInterceptAccessorFactoryFunction, newDocuments, newNotificationBoxRecipientForUid, noContentNotificationMessageFunctionFactory, noStringFormatInStorageUploadOptionsError, notificationBoxCollectionReference, notificationBoxConverter, notificationBoxFirestoreCollection, notificationBoxIdForModel, notificationBoxIdentity, notificationBoxModelCrudFunctionsConfig, notificationBoxRecipientTemplateConfigArrayEntryParamType, notificationBoxRecipientTemplateConfigArrayToRecord, notificationBoxRecipientTemplateConfigRecordToArray, notificationBoxesFlaggedForNeedsInitializationQuery, notificationBoxesFlaggedInvalidQuery, notificationCollectionReference, notificationCollectionReferenceFactory, notificationConverter, notificationFirestoreCollectionFactory, notificationFirestoreCollectionGroup, notificationFunctionMap, notificationFunctionTypeConfigMap, notificationIdentity, notificationMessageFunction, notificationRecipientParamsType, notificationSendExclusionCanSendFunction, notificationSendFlagsImplyIsComplete, notificationSubtaskComplete, notificationSummariesFlaggedForNeedsInitializationQuery, notificationSummaryCollectionReference, notificationSummaryConverter, notificationSummaryFirestoreCollection, notificationSummaryIdForModel, notificationSummaryIdForUidFunctionForRootFirestoreModelIdentity, notificationSummaryIdentity, notificationTaskCanRunNextCheckpoint, notificationTaskComplete, notificationTaskDelayRetry, notificationTaskFailed, notificationTaskPartiallyComplete, notificationTaskUniqueId, notificationTemplateTypeInfoRecord, notificationUserCollectionReference, notificationUserConverter, notificationUserFirestoreCollection, notificationUserHasExclusionQuery, notificationUserIdentity, notificationUsersFlaggedForNeedsSyncQuery, notificationWeekCollectionReference, notificationWeekCollectionReferenceFactory, notificationWeekConverter, notificationWeekFirestoreCollectionFactory, notificationWeekFirestoreCollectionGroup, notificationWeekIdentity, notificationsPastSendAtTimeQuery, notificationsReadyForCleanupQuery, offset, oidcClientEntriesByOwnerQuery, oidcEntriesByGrantIdQuery, oidcEntriesByUidQuery, oidcEntriesByUserCodeQuery, oidcEntriesWithTypeQuery, oidcEntryCollectionReference, oidcEntryConverter, oidcEntryFirestoreCollection, oidcEntryIdentity, oidcFunctionTypeConfigMap, oidcModelCrudFunctionsConfig, oidcModelFunctionMap, onCallCreateModelParams, onCallCreateModelResult, onCallCreateModelResultWithDocs, onCallDeleteModelParams, onCallDevelopmentParams, onCallReadModelParams, onCallTypedModelParams, onCallTypedModelParamsFunction, onCallUpdateModelParams, optionalFirestoreArray, optionalFirestoreBoolean, optionalFirestoreDate, optionalFirestoreDateNumber, optionalFirestoreEnum, optionalFirestoreField, optionalFirestoreNumber, optionalFirestoreString, optionalFirestoreUID, optionalFirestoreUnitedStatesAddress, optionalFirestoreUnixDateTimeSecondsNumber, orderBy, orderByDocumentId, processAllQueuedStorageFilesParamsType, processStorageFileParamsType, readFirestoreModelKey, readFirestoreModelKeyFromDocumentSnapshot, regenerateAllFlaggedStorageFileGroupsContentParamsType, regenerateStorageFileGroupContentParamsType, replaceConstraints, resyncAllNotificationUserParamsType, resyncNotificationUserParamsType, rotateOidcClientSecretParamsType, scheduledFunctionDevelopmentFirebaseFunctionParamsType, selectFromFirebaseModelsService, sendNotificationParamsType, sendQueuedNotificationsParamsType, separateConstraints, setIdAndKeyFromKeyIdRefOnDocumentData, setIdAndKeyFromSnapshotOnDocumentData, shouldSaveNotificationToNotificationWeek, shouldSendCreatedNotificationInput, snapshotConverterFunctions, snapshotStreamDataForAccessor, snapshotStreamForAccessor, sortNotificationItemsFunction, startAfter, startAt, startAtValue, storageFileCollectionReference, storageFileConverter, storageFileFirestoreCollection, storageFileFlaggedForSyncWithGroupsQuery, storageFileFunctionMap, storageFileFunctionTypeConfigMap, storageFileGroupCollectionReference, storageFileGroupConverter, storageFileGroupCreateStorageFileKeyFactory, storageFileGroupCreatedStorageFileKey, storageFileGroupEmbeddedFile, storageFileGroupFirestoreCollection, storageFileGroupFolderPath, storageFileGroupIdForModel, storageFileGroupIdentity, storageFileGroupZipFileStoragePath, storageFileGroupZipStorageFileKey, storageFileGroupsFlaggedForContentRegenerationQuery, storageFileGroupsFlaggedForNeedsInitializationQuery, storageFileGroupsFlaggedInvalidQuery, storageFileIdentity, storageFileModelCrudFunctionsConfig, storageFileProcessingNotificationTaskTemplate, storageFilePurposeAndUserQuery, storageFileUploadUserSimpleClaimsConfiguration, storageFilesQueuedForDeleteQuery, storageFilesQueuedForProcessingQuery, storageListFilesResultFactory, storageListFilesResultHasNoNextError, storagePathFactory, storedFileReaderFactory, streamDocumentSnapshotDataPairs, streamDocumentSnapshotDataPairsWithData, streamDocumentSnapshotsData, streamFromOnSnapshot, syncAllFlaggedStorageFilesWithGroupsParamsType, syncStorageFileWithGroupsParamsType, systemStateCollectionReference, systemStateConverter, systemStateFirestoreCollection, systemStateIdentity, targetModelIdParamsType, targetModelParamsType, twoWayFlatFirestoreModelKey, unreadNotificationItems, unsupportedFirestoreDriverFunctionError, updateNotificationBoxParamsType, updateNotificationBoxRecipientLikeParamsType, updateNotificationBoxRecipientParamsType, updateNotificationBoxRecipientTemplateConfigRecord, updateNotificationRecipient, updateNotificationSummaryParamsType, updateNotificationUserDefaultNotificationBoxRecipientConfig, updateNotificationUserDefaultNotificationBoxRecipientConfigParamsType, updateNotificationUserNotificationBoxRecipientConfigIfChanged, updateNotificationUserNotificationBoxRecipientConfigs, updateNotificationUserNotificationBoxRecipientParamsType, updateNotificationUserNotificationSendExclusions, updateNotificationUserParamsType, updateOidcClientFieldParamsType, updateOidcClientParamsType, updateStorageFileGroupEntryParamsType, updateStorageFileGroupParamsType, updateStorageFileParamsType, updateWithAccessorUpdateAndConverterFunction, uploadFileWithStream, useContextAuth, useContextAuthUid, useDocumentSnapshot, useDocumentSnapshotData, useFirebaseModelsService, userUploadsFolderSlashPathFactory, userUploadsFolderStoragePathFactory, where, whereDateIsAfter, whereDateIsAfterWithSort, whereDateIsBefore, whereDateIsBeforeWithSort, whereDateIsBetween, whereDateIsInRange, whereDateIsOnOrAfter, whereDateIsOnOrAfterWithSort, whereDateIsOnOrBefore, whereDateIsOnOrBeforeWithSort, whereDocumentId, whereStringHasRootIdentityModelKey, whereStringValueHasPrefix };
18107
+ export { ALL_OIDC_TOKEN_ENDPOINT_AUTH_METHOD_OPTIONS, ALL_STORAGE_FILE_NOTIFICATION_TASK_TYPES, ALL_USER_UPLOADS_FOLDER_NAME, ALL_USER_UPLOADS_FOLDER_PATH, AbstractFirestoreDocument, AbstractFirestoreDocumentDataAccessorWrapper, AbstractFirestoreDocumentWithParent, AppNotificationTemplateTypeInfoRecordService, BASE_MODEL_STORAGE_FILE_PATH, CALL_MODEL_APP_FUNCTION_KEY, COPY_USER_RELATED_DATA_ACCESSOR_FACTORY_FUNCTION, CREATE_NOTIFICATION_ID_REQUIRED_ERROR_CODE, ContextGrantedModelRolesReaderInstance, DBX_FIREBASE_SERVER_NO_AUTH_ERROR_CODE, DBX_FIREBASE_SERVER_NO_UID_ERROR_CODE, DEFAULT_DATE_CELL_RANGE_VALUE, DEFAULT_FIRESTORE_DATE_CELL_SCHEDULE_VALUE, DEFAULT_FIRESTORE_ITEM_PAGE_ITERATOR_ITEMS_PER_PAGE, DEFAULT_FIRESTORE_STRING_FIELD_VALUE, DEFAULT_FIRESTORE_UNITED_STATES_ADDRESS_VALUE, DEFAULT_FIRESTORE_WEBSITE_FILE_LINK_VALUE, DEFAULT_ITERATE_FIRESTORE_DOCUMENT_SNAPSHOT_BATCHES_BATCH_SIZE, DEFAULT_NOTIFICATION_TASK_NOTIFICATION_MODEL_KEY, DEFAULT_NOTIFICATION_TASK_SUBTASK_CLEANUP_RETRY_ATTEMPTS, DEFAULT_NOTIFICATION_TASK_SUBTASK_CLEANUP_RETRY_DELAY, DEFAULT_NOTIFICATION_TEMPLATE_TYPE, DEFAULT_QUERY_CHANGE_WATCHER_DELAY, DEFAULT_SINGLE_ITEM_FIRESTORE_COLLECTION_DOCUMENT_IDENTIFIER, DEFAULT_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, DEFAULT_WEBSITE_LINK, EMPTY_STORAGE_FILE_PURPOSE_SUBGROUP, EXACT_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, FIREBASE_AUTH_CREDENTIAL_ALREADY_IN_USE_ERROR, FIREBASE_AUTH_EMAIL_ALREADY_EXISTS_ERROR, FIREBASE_AUTH_EMAIL_ALREADY_IN_USE_ERROR, FIREBASE_AUTH_INVALID_PHONE_NUMBER_ERROR, FIREBASE_AUTH_NETWORK_REQUEST_ERROR, FIREBASE_AUTH_NETWORK_REQUEST_FAILED, FIREBASE_AUTH_PASSWORD_MAX_LENGTH, FIREBASE_AUTH_PASSWORD_MIN_LENGTH, FIREBASE_AUTH_PHONE_NUMBER_ALREADY_EXISTS_ERROR, FIREBASE_AUTH_PROVIDER_ALREADY_LINKED_ERROR, FIREBASE_AUTH_USER_NOT_FOUND_ERROR, FIREBASE_AUTH_WRONG_PASSWORD, FIREBASE_DEVELOPMENT_FUNCTIONS_MAP_KEY, FIREBASE_SERVER_AUTH_CLAIMS_RESET_LAST_COM_DATE_KEY, FIREBASE_SERVER_AUTH_CLAIMS_RESET_PASSWORD_KEY, FIREBASE_SERVER_AUTH_CLAIMS_SETUP_LAST_COM_DATE_KEY, FIREBASE_SERVER_AUTH_CLAIMS_SETUP_PASSWORD_KEY, FIRESTORE_CLIENT_QUERY_CONSTRAINT_HANDLER_MAPPING, FIRESTORE_COLLECTION_NAME_SEPARATOR, FIRESTORE_DUMMY_MODEL_KEY, FIRESTORE_EMPTY_VALUE, FIRESTORE_END_AT_QUERY_CONSTRAINT_TYPE, FIRESTORE_END_AT_VALUE_QUERY_CONSTRAINT_TYPE, FIRESTORE_END_BEFORE_QUERY_CONSTRAINT_TYPE, FIRESTORE_ITEM_PAGE_ITERATOR, FIRESTORE_ITEM_PAGE_ITERATOR_DELEGATE, FIRESTORE_LIMIT_QUERY_CONSTRAINT_TYPE, FIRESTORE_LIMIT_TO_LAST_QUERY_CONSTRAINT_TYPE, FIRESTORE_MAX_WHERE_IN_FILTER_ARGS_COUNT, FIRESTORE_MODEL_ID_REGEX, FIRESTORE_MODEL_KEY_REGEX, FIRESTORE_MODEL_KEY_REGEX_STRICT, FIRESTORE_OFFSET_QUERY_CONSTRAINT_TYPE, FIRESTORE_ORDER_BY_DOCUMENT_ID_QUERY_CONSTRAINT_TYPE, FIRESTORE_ORDER_BY_QUERY_CONSTRAINT_TYPE, FIRESTORE_PASSTHROUGH_FIELD, FIRESTORE_PERMISSION_DENIED_ERROR_CODE, FIRESTORE_START_AFTER_QUERY_CONSTRAINT_TYPE, FIRESTORE_START_AT_QUERY_CONSTRAINT_TYPE, FIRESTORE_START_AT_VALUE_QUERY_CONSTRAINT_TYPE, FIRESTORE_WHERE_DOCUMENT_ID_QUERY_CONSTRAINT_TYPE, FIRESTORE_WHERE_QUERY_CONSTRAINT_TYPE, FirebaseDevelopmentFunctions, FirebaseModelPermissionServiceInstance, FirebaseServerError, FirestoreAccessorStreamMode, FirestoreDocumentContextType, HIGH_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, LOW_UPLOADED_FILE_TYPE_DETERMINATION_LEVEL, MAX_FIRESTORE_MAP_ZOOM_LEVEL_VALUE, MIN_FIRESTORE_MAP_ZOOM_LEVEL_VALUE, MODEL_FUNCTION_FIREBASE_CRUD_FUNCTION_SPECIFIER_DEFAULT, MODEL_FUNCTION_FIREBASE_CRUD_FUNCTION_SPECIFIER_SPLITTER, MODEL_STORAGE_FILE_SLASH_PATH_FACTORY, ModifyBeforeSetFirestoreDocumentDataAccessorWrapper, NOTIFICATION_BOX_DOES_NOT_EXIST_ERROR_CODE, NOTIFICATION_BOX_EXCLUSION_TARGET_INVALID_ERROR_CODE, NOTIFICATION_BOX_EXISTS_FOR_MODEL_ERROR_CODE, NOTIFICATION_BOX_RECIPIENT_DOES_NOT_EXIST_ERROR_CODE, NOTIFICATION_MESSAGE_MAX_LENGTH, NOTIFICATION_MESSAGE_MIN_LENGTH, NOTIFICATION_MODEL_ALREADY_INITIALIZED_ERROR_CODE, NOTIFICATION_RECIPIENT_NAME_MAX_LENGTH, NOTIFICATION_RECIPIENT_NAME_MIN_LENGTH, NOTIFICATION_SUBJECT_MAX_LENGTH, NOTIFICATION_SUBJECT_MIN_LENGTH, NOTIFICATION_SUMMARY_EMBEDDED_NOTIFICATION_ITEM_MESSAGE_MAX_LENGTH, NOTIFICATION_SUMMARY_EMBEDDED_NOTIFICATION_ITEM_SUBJECT_MAX_LENGTH, NOTIFICATION_SUMMARY_ITEM_LIMIT, NOTIFICATION_TASK_SUBTASK_CHECKPOINT_CLEANUP, NOTIFICATION_TASK_SUBTASK_CHECKPOINT_PROCESSING, NOTIFICATION_USER_BLOCKED_FROM_BEING_ADD_TO_RECIPIENTS_ERROR_CODE, NOTIFICATION_USER_INVALID_UID_FOR_CREATE_ERROR_CODE, NOTIFICATION_USER_LOCKED_CONFIG_FROM_BEING_UPDATED_ERROR_CODE, NOTIFICATION_WEEK_NOTIFICATION_ITEM_LIMIT, NotificationBoxDocument, NotificationBoxRecipientFlag, NotificationBoxRecipientTemplateConfigBoolean, NotificationDocument, NotificationFirestoreCollections, NotificationFunctions, NotificationMessageFlag, NotificationRecipientSendFlag, NotificationSendState, NotificationSendType, NotificationSummaryDocument, NotificationUserDocument, NotificationWeekDocument, OIDC_ENTRY_CLIENT_TYPE, OidcEntryDocument, OidcModelFirestoreCollections, OidcModelFunctions, PRIVATE_KEY_JWT_TOKEN_ENDPOINT_AUTH_METHOD, RUN_DEV_FUNCTION_APP_FUNCTION_KEY, SCHEDULED_FUNCTION_DEV_FUNCTION_SPECIFIER, STORAGEFILE_RELATED_FILE_METADATA_KEY, STORAGE_FILE_ALREADY_PROCESSED_ERROR_CODE, STORAGE_FILE_CANNOT_BE_DELETED_YET_ERROR_CODE, STORAGE_FILE_GROUP_CREATE_INPUT_ERROR_CODE, STORAGE_FILE_GROUP_QUEUED_FOR_INITIALIZATION_ERROR_CODE, STORAGE_FILE_GROUP_ROOT_FOLDER_PATH, STORAGE_FILE_GROUP_ZIP_FILE_PATH, STORAGE_FILE_GROUP_ZIP_INFO_JSON_FILE_NAME, STORAGE_FILE_GROUP_ZIP_STORAGE_FILE_PURPOSE, STORAGE_FILE_GROUP_ZIP_STORAGE_FILE_PURPOSE_CREATE_ZIP_SUBTASK, STORAGE_FILE_MODEL_ALREADY_INITIALIZED_ERROR_CODE, STORAGE_FILE_NOT_FLAGGED_FOR_DELETION_ERROR_CODE, STORAGE_FILE_NOT_FLAGGED_FOR_GROUPS_SYNC_ERROR_CODE, STORAGE_FILE_PROCESSING_NOTIFICATION_TASK_TYPE, STORAGE_FILE_PROCESSING_NOT_ALLOWED_FOR_INVALID_STATE_ERROR_CODE, STORAGE_FILE_PROCESSING_NOT_AVAILABLE_FOR_TYPE_ERROR_CODE, STORAGE_FILE_PROCESSING_NOT_QUEUED_FOR_PROCESSING_ERROR_CODE, STORAGE_FILE_PROCESSING_STUCK_THROTTLE_CHECK_MS, STORAGE_FILE_UPLOAD_USER_ROLE, ScheduledFunctionDevelopmentFirebaseFunctionListEntry, ScheduledFunctionDevelopmentFunctionTypeEnum, StorageFileCreationType, StorageFileDocument, StorageFileFirestoreCollections, StorageFileFunctions, StorageFileGroupDocument, StorageFileProcessingState, StorageFileState, StorageFileUploadStreamUnsupportedError, SystemStateDocument, SystemStateFirestoreCollections, UPLOADED_FILE_DOES_NOT_EXIST_ERROR_CODE, UPLOADED_FILE_INITIALIZATION_DISCARDED_ERROR_CODE, UPLOADED_FILE_INITIALIZATION_FAILED_ERROR_CODE, UPLOADED_FILE_NOT_ALLOWED_TO_BE_INITIALIZED_ERROR_CODE, UPLOADS_FOLDER_PATH, _createNotificationDocumentFromPair, abstractSubscribeOrUnsubscribeToNotificationBoxParamsType, abstractSubscribeToNotificationBoxParamsType, addConstraintToBuilder, addOrReplaceLimitInConstraints, allChildDocumentsUnderParent, allChildDocumentsUnderParentPath, allChildDocumentsUnderRelativePath, allowDocumentSnapshotWithPathOnceFilter, allowedNotificationRecipients, appNotificationTemplateTypeInfoRecordService, applyExclusionsToNotificationUserNotificationBoxRecipientConfigs, arrayUpdateWithAccessorFunction, asTopLevelFieldPath, asTopLevelFieldPaths, assertFirestoreUpdateHasData, assertStorageUploadOptionsStringFormat, assignDateCellRangeFunction, assignDateCellScheduleFunction, assignUnitedStatesAddressFunction, assignWebsiteFileLinkFunction, assignWebsiteLinkFunction, buildFirebaseCollectionTypeModelTypeMap, calculateNsForNotificationUserNotificationBoxRecipientConfigs, calculateStorageFileGroupEmbeddedFileUpdate, calculateStorageFileGroupRegeneration, callModelFirebaseFunctionMapFactory, canQueueStorageFileForProcessing, childFirestoreModelKey, childFirestoreModelKeyPath, childFirestoreModelKeys, cleanupSentNotificationsParamsType, clientFirebaseFirestoreContextFactory, clientFirebaseStorageContextFactory, combineUploadFileTypeDeterminers, completeSubtaskProcessingAndScheduleCleanupTaskResult, contextGrantedModelRolesReader, contextGrantedModelRolesReaderDoesNotExistErrorMessage, contextGrantedModelRolesReaderPermissionErrorMessage, convertHttpsCallableErrorToReadableError, copyDocumentIdForUserRelatedModifierFunction, copyDocumentIdToFieldModifierFunction, copyStoragePath, copyUserRelatedDataAccessorFactoryFunction, copyUserRelatedDataModifierConfig, createNotificationBoxParamsType, createNotificationDocument, createNotificationDocumentIfSending, createNotificationDocumentPair, createNotificationSummaryParamsType, createNotificationTaskTemplate, createNotificationTemplate, createNotificationUserParamsType, createOidcClientFieldParamsType, createOidcClientParamsType, createStorageFileDocumentPair, createStorageFileDocumentPairFactory, createStorageFileGroupParamsType, createStorageFileParamsType, dataFromDocumentSnapshots, dataFromSnapshotStream, delayCompletion, deleteAllQueuedStorageFilesParamsType, deleteOidcClientParamsType, deleteStorageFileParamsType, determineByFileName, determineByFilePath, determineByFolderName, determineUserByFolder, determineUserByFolderWrapperFunction, determineUserByUserUploadsFolderWrapperFunction, developmentFirebaseFunctionMapFactory, directDataHttpsCallable, documentData, documentDataFunction, documentDataWithIdAndKey, documentReferenceFromDocument, documentReferencesFromDocuments, documentReferencesFromSnapshot, downloadStorageFileParamsType, effectiveNotificationBoxRecipientConfig, effectiveNotificationBoxRecipientTemplateConfig, endAt, endAtValue, endBefore, extendFirestoreCollectionWithSingleDocumentAccessor, filterConstraintsOfType, filterDisallowedFirestoreItemPageIteratorInputConstraints, filterRepeatCheckpointSnapshots, filterWithDateRange, firebaseAuthErrorToReadableError, firebaseFirestoreClientDrivers, firebaseFirestoreQueryConstraintFunctionsDriver, firebaseFirestoreQueryDriver, firebaseFunctionMapFactory, firebaseModelLoader, firebaseModelPermissionService, firebaseModelService, firebaseModelServiceFactory, firebaseModelsService, firebaseQueryItemAccumulator, firebaseQuerySnapshotAccumulator, firebaseStorageBucketFolderPath, firebaseStorageClientAccessorDriver, firebaseStorageClientAccessorFile, firebaseStorageClientAccessorFolder, firebaseStorageClientDrivers, firebaseStorageClientListFilesResultFactory, firebaseStorageContextFactory, firebaseStorageFileExists, firebaseStorageFilePathFromStorageFilePath, firebaseStorageRefForStorageFilePath, firestoreArray, firestoreArrayMap, firestoreBitwiseObjectMap, firestoreBitwiseSet, firestoreBitwiseSetMap, firestoreBoolean, firestoreClientAccessorDriver, firestoreClientArrayUpdateToUpdateData, firestoreClientIncrementUpdateToUpdateData, firestoreCollectionQueryFactory, firestoreContextFactory, firestoreDate, firestoreDateCellRange, firestoreDateCellRangeArray, firestoreDateCellRangeAssignFn, firestoreDateCellSchedule, firestoreDateCellScheduleAssignFn, firestoreDateNumber, firestoreDencoderArray, firestoreDencoderMap, firestoreDencoderStringArray, firestoreDocumentAccessorContextExtension, firestoreDocumentAccessorFactory, firestoreDocumentLoader, firestoreDocumentSnapshotPairsLoader, firestoreDocumentSnapshotPairsLoaderInstance, firestoreDummyKey, firestoreEncodedArray, firestoreEncodedObjectMap, firestoreEnum, firestoreEnumArray, firestoreField, firestoreFieldConfigToModelMapFunctionsRef, firestoreFixedItemPageIteration, firestoreFixedItemPageIterationFactory, firestoreIdBatchVerifierFactory, firestoreIdentityTypeArray, firestoreIdentityTypeArrayName, firestoreItemPageIteration, firestoreItemPageIterationFactory, firestoreLatLngString, firestoreMap, firestoreMapZoomLevel, firestoreModelId, firestoreModelIdArrayField, firestoreModelIdFromDocument, firestoreModelIdFromEmail, firestoreModelIdGrantedRoleArrayMap, firestoreModelIdGrantedRoleMap, firestoreModelIdOrKeyType, firestoreModelIdString, firestoreModelIdType, firestoreModelIdentity, firestoreModelIdentityTypeMap, firestoreModelIdsFromDocuments, firestoreModelIdsFromKey, firestoreModelKey, firestoreModelKeyArrayField, firestoreModelKeyCollectionName, firestoreModelKeyCollectionType, firestoreModelKeyCollectionTypeArray, firestoreModelKeyCollectionTypeArrayName, firestoreModelKeyCollectionTypePair, firestoreModelKeyEncodedGrantedRoleMap, firestoreModelKeyFactory, firestoreModelKeyFromDocument, firestoreModelKeyGrantedRoleArrayMap, firestoreModelKeyGrantedRoleMap, firestoreModelKeyPairObject, firestoreModelKeyParentKey, firestoreModelKeyParentKeyPartPairs, firestoreModelKeyPart, firestoreModelKeyPartPairs, firestoreModelKeyPartPairsKeyPath, firestoreModelKeyPartPairsPaths, firestoreModelKeyPath, firestoreModelKeyString, firestoreModelKeyType, firestoreModelKeyTypePair, firestoreModelKeys, firestoreModelKeysFromDocuments, firestoreModelType, firestoreNotificationBoxRecipient, firestoreNotificationBoxRecipientTemplateConfigRecord, firestoreNotificationItem, firestoreNotificationRecipientWithConfig, firestoreNotificationUserDefaultNotificationBoxRecipientConfig, firestoreNotificationUserNotificationBoxRecipientConfig, firestoreNumber, firestoreObjectArray, firestorePassThroughField, firestoreQueryConstraint, firestoreQueryConstraintFactory, firestoreQueryDocumentSnapshotPairsLoader, firestoreQueryFactory, firestoreSingleDocumentAccessor, firestoreString, firestoreSubObject, firestoreTimezoneString, firestoreUID, firestoreUniqueArray, firestoreUniqueKeyedArray, firestoreUniqueNumberArray, firestoreUniqueStringArray, firestoreUnitedStatesAddress, firestoreUnitedStatesAddressAssignFn, firestoreUnixDateTimeSecondsNumber, firestoreUpdateWithNoDataError, firestoreWebsiteFileLink, firestoreWebsiteFileLinkAssignFn, firestoreWebsiteFileLinkEncodedArray, firestoreWebsiteFileLinkObjectArray, firestoreWebsiteLink, firestoreWebsiteLinkArray, firestoreWebsiteLinkAssignFn, flatFirestoreModelKey, getDataFromDocumentSnapshots, getDocumentSnapshotData, getDocumentSnapshotDataPair, getDocumentSnapshotDataPairs, getDocumentSnapshotDataPairsWithData, getDocumentSnapshotDataTuples, getDocumentSnapshotPair, getDocumentSnapshotPairs, getDocumentSnapshots, getDocumentSnapshotsData, grantFullAccessIfAdmin, grantFullAccessIfAuthUserRelated, grantModelRolesIfAdmin, grantModelRolesIfAdminFunction, grantModelRolesIfAuthUserRelatedModelFunction, grantModelRolesIfFunction, grantModelRolesIfHasAuthRolesFactory, grantModelRolesIfHasAuthRolesFunction, grantModelRolesOnlyIfFunction, grantStorageFileRolesForUserAuthFunction, inContextFirebaseModelServiceFactory, inContextFirebaseModelsServiceFactory, incrementUpdateWithAccessorFunction, inferKeyFromTwoWayFlatFirestoreModelKey, inferNotificationBoxRelatedModelKey, inferStorageFileGroupRelatedModelKey, inferredTargetModelIdParamsType, inferredTargetModelParamsType, initializeAllApplicableNotificationBoxesParamsType, initializeAllApplicableNotificationSummariesParamsType, initializeAllApplicableStorageFileGroupsParamsType, initializeAllStorageFilesFromUploadsParamsType, initializeNotificationModelParamsType, initializeStorageFileFromUploadParamsType, initializeStorageFileModelParamsType, interceptAccessorFactoryFunction, isAdminInFirebaseModelContext, isClientFirebaseError, isCompleteNotificationSendState, isFirebaseStorageObjectNotFoundError, isFirestoreModelId, isFirestoreModelIdOrKey, isFirestoreModelKey, isOwnerOfUserRelatedModelInFirebaseModelContext, iterateFirestoreDocumentSnapshotBatches, iterateFirestoreDocumentSnapshotCheckpoints, iterateFirestoreDocumentSnapshotPairBatches, iterateFirestoreDocumentSnapshotPairs, iterateFirestoreDocumentSnapshots, iterateStorageListFiles, iterateStorageListFilesByEachFile, iterateStorageListFilesFactory, iterationQueryDocChangeWatcher, iterationQueryDocChangeWatcherChangeTypeForGroup, latestDataFromDocuments, latestSnapshotsFromDocuments, lazyFirebaseFunctionsFactory, limit, limitToLast, limitUploadFileTypeDeterminer, limitedFirestoreDocumentAccessorFactory, limitedFirestoreDocumentAccessorSnapshotCache, loadAllFirestoreDocumentSnapshot, loadAllFirestoreDocumentSnapshotPairs, loadDocumentsForDocumentReferences, loadDocumentsForDocumentReferencesFromValues, loadDocumentsForIds, loadDocumentsForIdsFromValues, loadDocumentsForKeys, loadDocumentsForKeysFromValues, loadDocumentsForSnapshots, loadDocumentsForValues, loadNotificationBoxDocumentForReferencePair, loadStorageFileGroupDocumentForReferencePair, makeDocuments, makeFirestoreCollection, makeFirestoreCollectionGroup, makeFirestoreCollectionWithParent, makeFirestoreItemPageIteratorDelegate, makeFirestoreQueryConstraintFunctionsDriver, makeRootSingleItemFirestoreCollection, makeSingleItemFirestoreCollection, mapDataFromSnapshot, mapHttpsCallable, mapLatestSnapshotsFromDocuments, mergeNotificationBoxRecipientTemplateConfigRecords, mergeNotificationBoxRecipientTemplateConfigs, mergeNotificationBoxRecipients, mergeNotificationSendMessagesResult, mergeNotificationUserDefaultNotificationBoxRecipientConfig, mergeNotificationUserNotificationBoxRecipientConfigs, modelStorageSlashPathFactory, modifyBeforeSetInterceptAccessorFactoryFunction, newDocuments, newNotificationBoxRecipientForUid, noContentNotificationMessageFunctionFactory, noStringFormatInStorageUploadOptionsError, notificationBoxCollectionReference, notificationBoxConverter, notificationBoxFirestoreCollection, notificationBoxIdForModel, notificationBoxIdentity, notificationBoxModelCrudFunctionsConfig, notificationBoxRecipientTemplateConfigArrayEntryParamType, notificationBoxRecipientTemplateConfigArrayToRecord, notificationBoxRecipientTemplateConfigRecordToArray, notificationBoxesFlaggedForNeedsInitializationQuery, notificationBoxesFlaggedInvalidQuery, notificationCollectionReference, notificationCollectionReferenceFactory, notificationConverter, notificationFirestoreCollectionFactory, notificationFirestoreCollectionGroup, notificationFunctionMap, notificationFunctionTypeConfigMap, notificationIdentity, notificationMessageFunction, notificationRecipientParamsType, notificationSendExclusionCanSendFunction, notificationSendFlagsImplyIsComplete, notificationSubtaskComplete, notificationSummariesFlaggedForNeedsInitializationQuery, notificationSummaryCollectionReference, notificationSummaryConverter, notificationSummaryFirestoreCollection, notificationSummaryIdForModel, notificationSummaryIdForUidFunctionForRootFirestoreModelIdentity, notificationSummaryIdentity, notificationTaskCanRunNextCheckpoint, notificationTaskComplete, notificationTaskDelayRetry, notificationTaskFailed, notificationTaskPartiallyComplete, notificationTaskUniqueId, notificationTemplateTypeInfoRecord, notificationUserCollectionReference, notificationUserConverter, notificationUserFirestoreCollection, notificationUserHasExclusionQuery, notificationUserIdentity, notificationUsersFlaggedForNeedsSyncQuery, notificationWeekCollectionReference, notificationWeekCollectionReferenceFactory, notificationWeekConverter, notificationWeekFirestoreCollectionFactory, notificationWeekFirestoreCollectionGroup, notificationWeekIdentity, notificationsPastSendAtTimeQuery, notificationsReadyForCleanupQuery, offset, oidcClientEntriesByOwnerQuery, oidcEntriesByGrantIdQuery, oidcEntriesByUidQuery, oidcEntriesByUserCodeQuery, oidcEntriesWithTypeQuery, oidcEntryCollectionReference, oidcEntryConverter, oidcEntryFirestoreCollection, oidcEntryIdentity, oidcFunctionTypeConfigMap, oidcModelCrudFunctionsConfig, oidcModelFunctionMap, onCallCreateModelParams, onCallCreateModelResult, onCallCreateModelResultWithDocs, onCallDeleteModelParams, onCallDevelopmentParams, onCallReadModelParams, onCallTypedModelParams, onCallTypedModelParamsFunction, onCallUpdateModelParams, optionalFirestoreArray, optionalFirestoreBoolean, optionalFirestoreDate, optionalFirestoreDateNumber, optionalFirestoreEnum, optionalFirestoreField, optionalFirestoreNumber, optionalFirestoreString, optionalFirestoreUID, optionalFirestoreUnitedStatesAddress, optionalFirestoreUnixDateTimeSecondsNumber, orderBy, orderByDocumentId, processAllQueuedStorageFilesParamsType, processStorageFileParamsType, readFirestoreModelKey, readFirestoreModelKeyFromDocumentSnapshot, regenerateAllFlaggedStorageFileGroupsContentParamsType, regenerateStorageFileGroupContentParamsType, replaceConstraints, resyncAllNotificationUserParamsType, resyncNotificationUserParamsType, rotateOidcClientSecretParamsType, scheduledFunctionDevelopmentFirebaseFunctionParamsType, selectFromFirebaseModelsService, sendNotificationParamsType, sendQueuedNotificationsParamsType, separateConstraints, setIdAndKeyFromKeyIdRefOnDocumentData, setIdAndKeyFromSnapshotOnDocumentData, shouldSaveNotificationToNotificationWeek, shouldSendCreatedNotificationInput, snapshotConverterFunctions, snapshotStreamDataForAccessor, snapshotStreamForAccessor, sortNotificationItemsFunction, startAfter, startAt, startAtValue, storageFileCollectionReference, storageFileConverter, storageFileFirestoreCollection, storageFileFlaggedForSyncWithGroupsQuery, storageFileFunctionMap, storageFileFunctionTypeConfigMap, storageFileGroupCollectionReference, storageFileGroupConverter, storageFileGroupCreateStorageFileKeyFactory, storageFileGroupCreatedStorageFileKey, storageFileGroupEmbeddedFile, storageFileGroupFirestoreCollection, storageFileGroupFolderPath, storageFileGroupIdForModel, storageFileGroupIdentity, storageFileGroupZipFileStoragePath, storageFileGroupZipStorageFileKey, storageFileGroupsFlaggedForContentRegenerationQuery, storageFileGroupsFlaggedForNeedsInitializationQuery, storageFileGroupsFlaggedInvalidQuery, storageFileIdentity, storageFileModelCrudFunctionsConfig, storageFileProcessingNotificationTaskTemplate, storageFilePurposeAndUserQuery, storageFileUploadUserSimpleClaimsConfiguration, storageFilesQueuedForDeleteQuery, storageFilesQueuedForProcessingQuery, storageListFilesResultFactory, storageListFilesResultHasNoNextError, storagePathFactory, storedFileReaderFactory, streamDocumentSnapshotDataPairs, streamDocumentSnapshotDataPairsWithData, streamDocumentSnapshotsData, streamFromOnSnapshot, syncAllFlaggedStorageFilesWithGroupsParamsType, syncStorageFileWithGroupsParamsType, systemStateCollectionReference, systemStateConverter, systemStateFirestoreCollection, systemStateIdentity, targetModelIdParamsType, targetModelParamsType, twoWayFlatFirestoreModelKey, unreadNotificationItems, unsupportedFirestoreDriverFunctionError, updateNotificationBoxParamsType, updateNotificationBoxRecipientLikeParamsType, updateNotificationBoxRecipientParamsType, updateNotificationBoxRecipientTemplateConfigRecord, updateNotificationRecipient, updateNotificationSummaryParamsType, updateNotificationUserDefaultNotificationBoxRecipientConfig, updateNotificationUserDefaultNotificationBoxRecipientConfigParamsType, updateNotificationUserNotificationBoxRecipientConfigIfChanged, updateNotificationUserNotificationBoxRecipientConfigs, updateNotificationUserNotificationBoxRecipientParamsType, updateNotificationUserNotificationSendExclusions, updateNotificationUserParamsType, updateOidcClientFieldParamsType, updateOidcClientParamsType, updateStorageFileGroupEntryParamsType, updateStorageFileGroupParamsType, updateStorageFileParamsType, updateWithAccessorUpdateAndConverterFunction, uploadFileWithStream, useContextAuth, useContextAuthUid, useDocumentSnapshot, useDocumentSnapshotData, useFirebaseModelsService, userUploadsFolderSlashPathFactory, userUploadsFolderStoragePathFactory, where, whereDateIsAfter, whereDateIsAfterWithSort, whereDateIsBefore, whereDateIsBeforeWithSort, whereDateIsBetween, whereDateIsInRange, whereDateIsOnOrAfter, whereDateIsOnOrAfterWithSort, whereDateIsOnOrBefore, whereDateIsOnOrBeforeWithSort, whereDocumentId, whereStringHasRootIdentityModelKey, whereStringValueHasPrefix };