Skip to content

Commit 26c76f3

Browse files
committed
Merge branch 'markduckworth/ppl-augment' of github.com:firebase/firebase-js-sdk into markduckworth/ppl-augment
2 parents 4b67f8a + 585d52e commit 26c76f3

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,8 +1029,6 @@ export interface FindNearestOptions {
10291029
// @public
10301030
export class Firestore {
10311031
get app(): FirebaseApp;
1032-
// Warning: (ae-incompatible-release-tags) The symbol "pipeline" is marked as @public, but its signature references "PipelineSource" which is marked as @beta
1033-
pipeline(): PipelineSource;
10341032
toJSON(): object;
10351033
type: 'firestore-lite' | 'firestore';
10361034
}
@@ -1621,7 +1619,6 @@ export class Query<AppModelType = DocumentData, DbModelType extends DocumentData
16211619
protected constructor();
16221620
readonly converter: FirestoreDataConverter<AppModelType, DbModelType> | null;
16231621
readonly firestore: Firestore;
1624-
pipeline(): Pipeline;
16251622
readonly type: 'query' | 'collection';
16261623
withConverter(converter: null): Query<DocumentData, DocumentData>;
16271624
withConverter<NewAppModelType, NewDbModelType extends DocumentData = DocumentData>(converter: FirestoreDataConverter<NewAppModelType, NewDbModelType>): Query<NewAppModelType, NewDbModelType>;
@@ -2178,8 +2175,8 @@ export function xor(left: FilterExpr, ...right: FilterExpr[]): Xor;
21782175

21792176
// Warnings were encountered during analysis:
21802177
//
2181-
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/lite/index.d.ts:9261:9 - (ae-incompatible-release-tags) The symbol "accumulators" is marked as @public, but its signature references "AccumulatorTarget" which is marked as @beta
2182-
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/lite/index.d.ts:9262:9 - (ae-incompatible-release-tags) The symbol "groups" is marked as @public, but its signature references "Selectable" which is marked as @beta
2183-
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/lite/index.d.ts:9291:9 - (ae-incompatible-release-tags) The symbol "orderings" is marked as @public, but its signature references "Ordering" which is marked as @beta
2178+
// /home/runner/work/firebase-js-sdk/firebase-js-sdk/packages/firestore/dist/lite/index.d.ts:9257:9 - (ae-incompatible-release-tags) The symbol "accumulators" is marked as @public, but its signature references "AccumulatorTarget" which is marked as @beta
2179+
// /home/runner/work/firebase-js-sdk/firebase-js-sdk/packages/firestore/dist/lite/index.d.ts:9258:9 - (ae-incompatible-release-tags) The symbol "groups" is marked as @public, but its signature references "Selectable" which is marked as @beta
2180+
// /home/runner/work/firebase-js-sdk/firebase-js-sdk/packages/firestore/dist/lite/index.d.ts:9287:9 - (ae-incompatible-release-tags) The symbol "orderings" is marked as @public, but its signature references "Ordering" which is marked as @beta
21842181

21852182
```

common/api-review/firestore.api.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,8 +1073,6 @@ export interface FindNearestOptions {
10731073
// @public
10741074
export class Firestore {
10751075
get app(): FirebaseApp;
1076-
// Warning: (ae-incompatible-release-tags) The symbol "pipeline" is marked as @public, but its signature references "PipelineSource" which is marked as @beta
1077-
pipeline(): PipelineSource;
10781076
toJSON(): object;
10791077
type: 'firestore-lite' | 'firestore';
10801078
}
@@ -1879,7 +1877,6 @@ export class Query<AppModelType = DocumentData, DbModelType extends DocumentData
18791877
protected constructor();
18801878
readonly converter: FirestoreDataConverter<AppModelType, DbModelType> | null;
18811879
readonly firestore: Firestore;
1882-
pipeline(): Pipeline;
18831880
readonly type: 'query' | 'collection';
18841881
withConverter(converter: null): Query<DocumentData, DocumentData>;
18851882
withConverter<NewAppModelType, NewDbModelType extends DocumentData = DocumentData>(converter: FirestoreDataConverter<NewAppModelType, NewDbModelType>): Query<NewAppModelType, NewDbModelType>;
@@ -2466,8 +2463,8 @@ export function xor(left: FilterExpr, ...right: FilterExpr[]): Xor;
24662463

24672464
// Warnings were encountered during analysis:
24682465
//
2469-
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/index.d.ts:10111:9 - (ae-incompatible-release-tags) The symbol "accumulators" is marked as @public, but its signature references "AccumulatorTarget" which is marked as @beta
2470-
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/index.d.ts:10112:9 - (ae-incompatible-release-tags) The symbol "groups" is marked as @public, but its signature references "Selectable" which is marked as @beta
2471-
// /Users/markduckworth/projects/firebase-js-sdk/packages/firestore/dist/index.d.ts:10141:9 - (ae-incompatible-release-tags) The symbol "orderings" is marked as @public, but its signature references "Ordering" which is marked as @beta
2466+
// /home/runner/work/firebase-js-sdk/firebase-js-sdk/packages/firestore/dist/index.d.ts:10107:9 - (ae-incompatible-release-tags) The symbol "accumulators" is marked as @public, but its signature references "AccumulatorTarget" which is marked as @beta
2467+
// /home/runner/work/firebase-js-sdk/firebase-js-sdk/packages/firestore/dist/index.d.ts:10108:9 - (ae-incompatible-release-tags) The symbol "groups" is marked as @public, but its signature references "Selectable" which is marked as @beta
2468+
// /home/runner/work/firebase-js-sdk/firebase-js-sdk/packages/firestore/dist/index.d.ts:10137:9 - (ae-incompatible-release-tags) The symbol "orderings" is marked as @public, but its signature references "Ordering" which is marked as @beta
24722469

24732470
```

0 commit comments

Comments
 (0)