Skip to content

Commit

Permalink
Update API reports
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Oct 21, 2024
1 parent 2a2b592 commit 9024341
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common/api-review/firestore-lite.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1578,12 +1578,21 @@ export class Pipeline<AppModelType = DocumentData> {
offset(offset: number): Pipeline<AppModelType>;
// Warning: (ae-incompatible-release-tags) The symbol "select" is marked as @public, but its signature references "Selectable" which is marked as @beta
select(...selections: Array<Selectable | string>): Pipeline<AppModelType>;
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Selectable" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Constant" which is marked as @beta
//
// (undocumented)
protected selectablesToMap(selectables: Array<Selectable | string>): Map<string, Constant>;
// Warning: (ae-incompatible-release-tags) The symbol "sort" is marked as @public, but its signature references "Ordering" which is marked as @beta
sort(...orderings: Ordering[]): Pipeline<AppModelType>;
// (undocumented)
sort(options: {
orderings: Ordering[];
}): Pipeline<AppModelType>;
// Warning: (ae-incompatible-release-tags) The symbol "stages" is marked as @public, but its signature references "Stage" which is marked as @beta
//
// (undocumented)
protected stages: Stage[];
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "FilterCondition" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "Constant" which is marked as @beta
where(condition: FilterCondition & Constant): Pipeline<AppModelType>;
Expand Down
9 changes: 9 additions & 0 deletions common/api-review/firestore.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1836,12 +1836,21 @@ export class Pipeline<AppModelType = DocumentData> {
offset(offset: number): Pipeline<AppModelType>;
// Warning: (ae-incompatible-release-tags) The symbol "select" is marked as @public, but its signature references "Selectable" which is marked as @beta
select(...selections: Array<Selectable | string>): Pipeline<AppModelType>;
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Selectable" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "selectablesToMap" is marked as @public, but its signature references "Constant" which is marked as @beta
//
// (undocumented)
protected selectablesToMap(selectables: Array<Selectable | string>): Map<string, Constant>;
// Warning: (ae-incompatible-release-tags) The symbol "sort" is marked as @public, but its signature references "Ordering" which is marked as @beta
sort(...orderings: Ordering[]): Pipeline<AppModelType>;
// (undocumented)
sort(options: {
orderings: Ordering[];
}): Pipeline<AppModelType>;
// Warning: (ae-incompatible-release-tags) The symbol "stages" is marked as @public, but its signature references "Stage" which is marked as @beta
//
// (undocumented)
protected stages: Stage[];
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "FilterCondition" which is marked as @beta
// Warning: (ae-incompatible-release-tags) The symbol "where" is marked as @public, but its signature references "Constant" which is marked as @beta
where(condition: FilterCondition & Constant): Pipeline<AppModelType>;
Expand Down

0 comments on commit 9024341

Please sign in to comment.