Skip to content

Commit 9024341

Browse files
committed
Update API reports
1 parent 2a2b592 commit 9024341

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

common/api-review/firestore-lite.api.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,12 +1578,21 @@ export class Pipeline<AppModelType = DocumentData> {
15781578
offset(offset: number): Pipeline<AppModelType>;
15791579
// Warning: (ae-incompatible-release-tags) The symbol "select" is marked as @public, but its signature references "Selectable" which is marked as @beta
15801580
select(...selections: Array<Selectable | string>): Pipeline<AppModelType>;
1581+
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Selectable" which is marked as @beta
1582+
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Constant" which is marked as @beta
1583+
//
1584+
// (undocumented)
1585+
protected selectablesToMap(selectables: Array<Selectable | string>): Map<string, Constant>;
15811586
// Warning: (ae-incompatible-release-tags) The symbol "sort" is marked as @public, but its signature references "Ordering" which is marked as @beta
15821587
sort(...orderings: Ordering[]): Pipeline<AppModelType>;
15831588
// (undocumented)
15841589
sort(options: {
15851590
orderings: Ordering[];
15861591
}): Pipeline<AppModelType>;
1592+
// Warning: (ae-incompatible-release-tags) The symbol "stages" is marked as @public, but its signature references "Stage" which is marked as @beta
1593+
//
1594+
// (undocumented)
1595+
protected stages: Stage[];
15871596
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "FilterCondition" which is marked as @beta
15881597
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "Constant" which is marked as @beta
15891598
where(condition: FilterCondition & Constant): Pipeline<AppModelType>;

common/api-review/firestore.api.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,12 +1836,21 @@ export class Pipeline<AppModelType = DocumentData> {
18361836
offset(offset: number): Pipeline<AppModelType>;
18371837
// Warning: (ae-incompatible-release-tags) The symbol "select" is marked as @public, but its signature references "Selectable" which is marked as @beta
18381838
select(...selections: Array<Selectable | string>): Pipeline<AppModelType>;
1839+
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Selectable" which is marked as @beta
1840+
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Constant" which is marked as @beta
1841+
//
1842+
// (undocumented)
1843+
protected selectablesToMap(selectables: Array<Selectable | string>): Map<string, Constant>;
18391844
// Warning: (ae-incompatible-release-tags) The symbol "sort" is marked as @public, but its signature references "Ordering" which is marked as @beta
18401845
sort(...orderings: Ordering[]): Pipeline<AppModelType>;
18411846
// (undocumented)
18421847
sort(options: {
18431848
orderings: Ordering[];
18441849
}): Pipeline<AppModelType>;
1850+
// Warning: (ae-incompatible-release-tags) The symbol "stages" is marked as @public, but its signature references "Stage" which is marked as @beta
1851+
//
1852+
// (undocumented)
1853+
protected stages: Stage[];
18451854
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "FilterCondition" which is marked as @beta
18461855
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "Constant" which is marked as @beta
18471856
where(condition: FilterCondition & Constant): Pipeline<AppModelType>;

0 commit comments

Comments
 (0)