Skip to content

Commit c1bff43

Browse files
committed
Update API reports
1 parent dc42228 commit c1bff43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

common/api-review/firestore.api.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,14 @@ export type TaskState = 'Error' | 'Running' | 'Success';
556556
// @public
557557
export function terminate(firestore: Firestore): Promise<void>;
558558

559+
// @public
560+
export class _TestingHooks {
561+
static getOrCreateInstance(): _TestingHooks;
562+
static get instance(): _TestingHooks | null;
563+
notifyOnExistenceFilterMismatch(arg: unknown): void;
564+
onExistenceFilterMismatch(callback: (arg: unknown) => void): () => void;
565+
}
566+
559567
// @public
560568
export class Timestamp {
561569
constructor(

0 commit comments

Comments
 (0)