You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -210,13 +223,17 @@ export function charLength(stringExpression: Expr): FunctionExpr;
210
223
exportclassCollectionGroupSourceimplementsStage {
211
224
constructor(collectionId:string);
212
225
// (undocumented)
226
+
readonly collectionId:string;
227
+
// (undocumented)
213
228
name:string;
214
229
}
215
230
216
231
// @beta (undocumented)
217
232
exportclassCollectionSourceimplementsStage {
218
233
constructor(collectionPath:string);
219
234
// (undocumented)
235
+
readonly collectionPath:string;
236
+
// (undocumented)
220
237
name:string;
221
238
}
222
239
@@ -225,14 +242,25 @@ export function cond(condition: BooleanExpr, thenExpr: Expr, elseExpr: Expr): Fu
225
242
226
243
// @beta
227
244
exportclassConstantextendsExpr {
245
+
constructor(value:any, options?: {
246
+
preferIntegers:boolean;
247
+
} |undefined);
228
248
// (undocumented)
229
249
readonly exprType:ExprType;
230
-
}
250
+
// (undocumented)
251
+
readonly options?: {
252
+
preferIntegers:boolean;
253
+
} |undefined;
254
+
// (undocumented)
255
+
readonly value:any;
256
+
}
231
257
232
258
// Warning: (ae-incompatible-release-tags) The symbol "constant" is marked as @public, but its signature references "Constant" which is marked as @beta
233
259
//
234
260
// @public
235
-
exportfunction constant(value:number):Constant;
261
+
exportfunction constant(value:number, options?: {
262
+
preferIntegers:boolean;
263
+
}):Constant;
236
264
237
265
// Warning: (ae-incompatible-release-tags) The symbol "constant" is marked as @public, but its signature references "Constant" which is marked as @beta
238
266
//
@@ -328,6 +356,8 @@ export function descending(fieldName: string): Ordering;
328
356
exportclassDistinctimplementsStage {
329
357
constructor(groups:Map<string, Expr>);
330
358
// (undocumented)
359
+
readonly groups:Map<string, Expr>;
360
+
// (undocumented)
331
361
name:string;
332
362
}
333
363
@@ -353,6 +383,8 @@ export function documentId(documentPathExpr: Expr): FunctionExpr;
// Warning: (ae-incompatible-release-tags) The symbol "removeFields" is marked as @public, but its signature references "Field" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "replaceWith" is marked as @public, but its signature references "Field" which is marked as @beta
996
-
replaceWith(fieldValue:Field|string):Pipeline;
1017
+
replaceWith(fieldName:string):Pipeline;
1018
+
// Warning: (ae-incompatible-release-tags) The symbol "replaceWith" is marked as @public, but its signature references "Expr" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "select" is marked as @public, but its signature references "Selectable" which is marked as @beta
@@ -1002,32 +1025,61 @@ export class Pipeline {
1002
1025
selectablesToMap:any;
1003
1026
// Warning: (ae-incompatible-release-tags) The symbol "sort" is marked as @public, but its signature references "Ordering" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "stages" is marked as @public, but its signature references "Stage" which is marked as @beta
1029
+
//
1005
1030
// (undocumented)
1006
-
stages:any;
1031
+
stages:Stage[];
1007
1032
union(other:Pipeline):Pipeline;
1008
1033
// Warning: (ae-incompatible-release-tags) The symbol "unnest" is marked as @public, but its signature references "Selectable" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "BooleanExpr" which is marked as @beta
1013
1036
where(condition:BooleanExpr):Pipeline;
1014
1037
}
1015
1038
1016
-
// Warning: (ae-forgotten-export) The symbol "DocumentData" needs to be exported by the entry point pipelines.d.ts
/* Excluded from this release type: __constructor */
1023
-
get createTime():Timestamp|undefined;
1024
-
data():AppModelType|undefined;
1045
+
/* Excluded from this release type: fromDocument */
1046
+
// Warning: (ae-forgotten-export) The symbol "DocumentData" needs to be exported by the entry point pipelines.d.ts
1047
+
data():DocumentData|undefined;
1048
+
/* Excluded from this release type: _ref */
1049
+
/* Excluded from this release type: _fields */
1050
+
/* Excluded from this release type: __constructor */
1051
+
/* Excluded from this release type: fromDocument */
1025
1052
get(fieldPath:string|FieldPath|Field):any;
1053
+
/* Excluded from this release type: _ref */
1054
+
/* Excluded from this release type: _fields */
1055
+
/* Excluded from this release type: __constructor */
1056
+
/* Excluded from this release type: fromDocument */
1026
1057
get id():string|undefined;
1058
+
/* Excluded from this release type: _ref */
1059
+
/* Excluded from this release type: _fields */
1060
+
/* Excluded from this release type: __constructor */
1061
+
/* Excluded from this release type: fromDocument */
1062
+
// Warning: (ae-forgotten-export) The symbol "SnapshotMetadata" needs to be exported by the entry point pipelines.d.ts
1063
+
//
1064
+
// (undocumented)
1065
+
readonly metadata?:SnapshotMetadata|undefined;
1066
+
/* Excluded from this release type: _ref */
1067
+
/* Excluded from this release type: _fields */
1068
+
/* Excluded from this release type: __constructor */
1069
+
/* Excluded from this release type: fromDocument */
1027
1070
get ref():DocumentReference|undefined;
1071
+
/* Excluded from this release type: _ref */
1072
+
/* Excluded from this release type: _fields */
1073
+
/* Excluded from this release type: __constructor */
1074
+
/* Excluded from this release type: fromDocument */
1028
1075
get updateTime():Timestamp|undefined;
1029
1076
}
1030
1077
1078
+
// Warning: (ae-incompatible-release-tags) The symbol "pipelineResultEqual" is marked as @public, but its signature references "PipelineResult" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "__constructor" is marked as @public, but its signature references "PipelineResult" which is marked as @beta
@@ -1050,7 +1102,7 @@ export class PipelineSource<PipelineType> {
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/pipelines.d.ts:4552:26 - (ae-incompatible-release-tags) The symbol "accumulators" is marked as @public, but its signature references "AggregateWithAlias" which is marked as @beta
1295
-
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/pipelines.d.ts:4552:62 - (ae-incompatible-release-tags) The symbol "groups" is marked as @public, but its signature references "Selectable" which is marked as @beta
1352
+
// /Users/wuandy/projects/firebase-js-sdk/packages/firestore/dist/pipelines.d.ts:4487:26 - (ae-incompatible-release-tags) The symbol "accumulators" is marked as @public, but its signature references "AggregateWithAlias" which is marked as @beta
1353
+
// /Users/wuandy/projects/firebase-js-sdk/packages/firestore/dist/pipelines.d.ts:4487:62 - (ae-incompatible-release-tags) The symbol "groups" is marked as @public, but its signature references "Selectable" which is marked as @beta
1296
1354
1297
1355
// (No @packageDocumentation comment for this package)
0 commit comments