|
4 | 4 |
|
5 | 5 | ```ts
|
6 | 6 |
|
| 7 | +import { DocumentData as DocumentData_2 } from '@firebase/firestore-types'; |
| 8 | +import { FieldPath as FieldPath_4 } from '@firebase/firestore-types'; |
7 | 9 | import { FirebaseApp } from '@firebase/app-types';
|
8 | 10 | import { FirebaseAuthInternalName } from '@firebase/auth-interop-types';
|
9 | 11 | import { _FirebaseService } from '@firebase/app-types';
|
10 |
| -import * as firestore from '@firebase/firestore-types'; |
11 | 12 | import { LogLevel } from '@firebase/logger';
|
12 | 13 | import { LogLevelString } from '@firebase/logger';
|
13 | 14 | import { Provider } from '@firebase/component';
|
| 15 | +import { SetOptions as SetOptions_2 } from '@firebase/firestore-types'; |
| 16 | +import { SnapshotMetadata as SnapshotMetadata_2 } from '@firebase/firestore-types'; |
14 | 17 |
|
15 | 18 | // @public (undocumented)
|
16 | 19 | export function addDoc<T>(reference: CollectionReference<T>, data: T): Promise<DocumentReference<T>>;
|
@@ -399,7 +402,7 @@ export class QuerySnapshot<T = DocumentData> {
|
399 | 402 | // Warning: (ae-forgotten-export) The symbol "DocumentChange" needs to be exported by the entry point index.d.ts
|
400 | 403 | //
|
401 | 404 | // (undocumented)
|
402 |
| - docChanges(options?: SnapshotListenOptions): Array<DocumentChange_2<T>>; |
| 405 | + docChanges(options?: SnapshotListenOptions): Array<DocumentChange<T>>; |
403 | 406 | // (undocumented)
|
404 | 407 | get docs(): Array<QueryDocumentSnapshot<T>>;
|
405 | 408 | // (undocumented)
|
@@ -463,14 +466,14 @@ export interface SnapshotListenOptions {
|
463 | 466 | }
|
464 | 467 |
|
465 | 468 | // @public (undocumented)
|
466 |
| -export class SnapshotMetadata implements firestore.SnapshotMetadata { |
| 469 | +export class SnapshotMetadata implements SnapshotMetadata_2 { |
467 | 470 | constructor(hasPendingWrites: boolean, fromCache: boolean);
|
468 | 471 | // (undocumented)
|
469 | 472 | readonly fromCache: boolean;
|
470 | 473 | // (undocumented)
|
471 | 474 | readonly hasPendingWrites: boolean;
|
472 | 475 | // (undocumented)
|
473 |
| - isEqual(other: firestore.SnapshotMetadata): boolean; |
| 476 | + isEqual(other: SnapshotMetadata_2): boolean; |
474 | 477 | }
|
475 | 478 |
|
476 | 479 | // @public (undocumented)
|
|
0 commit comments