From 434aa8343fdcbb4d5002f934979913c099489bee Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 16 Nov 2025 19:08:29 +0800 Subject: sdk, del --- .../dist/test/array_transforms.test.d.ts | 17 -------- .../dist/test/batch_writes.test.d.ts | 17 -------- .../firestore-compat/dist/test/bootstrap.d.ts | 17 -------- .../firestore-compat/dist/test/bundle.test.d.ts | 17 -------- .../firestore-compat/dist/test/cursor.test.d.ts | 17 -------- .../firestore-compat/dist/test/database.test.d.ts | 17 -------- .../firestore-compat/dist/test/fields.test.d.ts | 17 -------- .../dist/test/get_options.test.d.ts | 17 -------- .../dist/test/numeric_transforms.test.d.ts | 17 -------- .../firestore-compat/dist/test/query.test.d.ts | 17 -------- .../dist/test/server_timestamp.test.d.ts | 17 -------- .../firestore-compat/dist/test/smoke.test.d.ts | 17 -------- .../dist/test/transactions.test.d.ts | 17 -------- .../firestore-compat/dist/test/type.test.d.ts | 17 -------- .../dist/test/util/equality_matcher.d.ts | 33 --------------- .../dist/test/util/events_accumulator.d.ts | 39 ----------------- .../dist/test/util/firebase_export.d.ts | 29 ------------- .../firestore-compat/dist/test/util/helpers.d.ts | 49 ---------------------- .../firestore-compat/dist/test/util/promise.d.ts | 28 ------------- .../firestore-compat/dist/test/util/settings.d.ts | 23 ---------- .../dist/test/validation.test.d.ts | 17 -------- 21 files changed, 456 deletions(-) delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/array_transforms.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/batch_writes.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/bootstrap.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/bundle.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/cursor.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/database.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/fields.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/get_options.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/numeric_transforms.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/query.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/server_timestamp.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/smoke.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/transactions.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/type.test.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/equality_matcher.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/events_accumulator.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/firebase_export.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/helpers.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/promise.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/settings.d.ts delete mode 100644 frontend-old/node_modules/@firebase/firestore-compat/dist/test/validation.test.d.ts (limited to 'frontend-old/node_modules/@firebase/firestore-compat/dist/test') diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/array_transforms.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/array_transforms.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/array_transforms.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/batch_writes.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/batch_writes.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/batch_writes.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/bootstrap.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/bootstrap.d.ts deleted file mode 100644 index 6785ce9..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/bootstrap.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -import '../src/index'; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/bundle.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/bundle.test.d.ts deleted file mode 100644 index a84d7e7..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/bundle.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export declare const encoder: TextEncoder; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/cursor.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/cursor.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/cursor.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/database.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/database.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/database.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/fields.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/fields.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/fields.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/get_options.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/get_options.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/get_options.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/numeric_transforms.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/numeric_transforms.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/numeric_transforms.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/query.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/query.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/query.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/server_timestamp.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/server_timestamp.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/server_timestamp.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/smoke.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/smoke.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/smoke.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/transactions.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/transactions.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/transactions.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/type.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/type.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/type.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/equality_matcher.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/equality_matcher.d.ts deleted file mode 100644 index 57994ad..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/equality_matcher.d.ts +++ /dev/null @@ -1,33 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -/** - * Duck-typed interface for objects that have an isEqual() method. - * - * Note: This is copied from src/util/misc.ts to avoid importing private types. - */ -export interface Equatable { - isEqual(other: T): boolean; -} -/** - * Custom equals override for types that have a free-standing equals functions - * (such as `queryEquals()`). - */ -export interface CustomMatcher { - equalsFn: (left: T, right: T) => boolean; - forType: Function; -} -export declare function addEqualityMatcher(...customMatchers: Array>): void; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/events_accumulator.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/events_accumulator.d.ts deleted file mode 100644 index 7205365..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/events_accumulator.d.ts +++ /dev/null @@ -1,39 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -import * as firestore from '@firebase/firestore-types'; -/** - * A helper object that can accumulate an arbitrary amount of events and resolve - * a promise when expected number has been emitted. - */ -export declare class EventsAccumulator { - private events; - private waitingFor; - private deferred; - private rejectAdditionalEvents; - storeEvent: (evt: T) => void; - awaitEvents(length: number): Promise; - awaitEvent(): Promise; - /** Waits for a latency compensated local snapshot. */ - awaitLocalEvent(): Promise; - /** Waits for multiple latency compensated local snapshot. */ - awaitLocalEvents(count: number): Promise; - /** Waits for a snapshot that has no pending writes */ - awaitRemoteEvent(): Promise; - assertNoAdditionalEvents(): Promise; - allowAdditionalEvents(): void; - private checkFulfilled; -} diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/firebase_export.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/firebase_export.d.ts deleted file mode 100644 index 8db0ed3..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/firebase_export.d.ts +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -import { FirebaseApp } from '@firebase/app-types'; -import { GeoPoint, Timestamp } from '@firebase/firestore'; -import * as firestore from '@firebase/firestore-types'; -import { Blob } from '../../src/api/blob'; -import { Firestore, DocumentReference, QueryDocumentSnapshot } from '../../src/api/database'; -import { FieldPath } from '../../src/api/field_path'; -import { FieldValue } from '../../src/api/field_value'; -/** - * Creates a new test instance of Firestore using either firebase.firestore() - * or `initializeFirestore` from the modular API. - */ -export declare function newTestFirestore(projectId: string, nameOrApp?: string | FirebaseApp, settings?: firestore.Settings): firestore.FirebaseFirestore; -export { Firestore, FieldValue, FieldPath, Timestamp, Blob, GeoPoint, DocumentReference, QueryDocumentSnapshot }; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/helpers.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/helpers.d.ts deleted file mode 100644 index 38cf3fc..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/helpers.d.ts +++ /dev/null @@ -1,49 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -import * as firestore from '@firebase/firestore-types'; -export declare function isPersistenceAvailable(): boolean; -type ApiSuiteFunction = (message: string, testSuite: (persistence: boolean) => void) => void; -interface ApiDescribe { - (message: string, testSuite: (persistence: boolean) => void): void; - skip: ApiSuiteFunction; - only: ApiSuiteFunction; -} -export declare const apiDescribe: ApiDescribe; -/** Converts the documents in a QuerySnapshot to an array with the data of each document. */ -export declare function toDataArray(docSet: firestore.QuerySnapshot): firestore.DocumentData[]; -/** Converts the changes in a QuerySnapshot to an array with the data of each document. */ -export declare function toChangesArray(docSet: firestore.QuerySnapshot, options?: firestore.SnapshotListenOptions): firestore.DocumentData[]; -export declare function toDataMap(docSet: firestore.QuerySnapshot): { - [field: string]: firestore.DocumentData; -}; -/** Converts a DocumentSet to an array with the id of each document */ -export declare function toIds(docSet: firestore.QuerySnapshot): string[]; -export declare function withTestDb(persistence: boolean, fn: (db: firestore.FirebaseFirestore) => Promise): Promise; -/** Runs provided fn with a db for an alternate project id. */ -export declare function withAlternateTestDb(persistence: boolean, fn: (db: firestore.FirebaseFirestore) => Promise): Promise; -export declare function withTestDbs(persistence: boolean, numDbs: number, fn: (db: firestore.FirebaseFirestore[]) => Promise): Promise; -export declare function withTestDbsSettings(persistence: boolean, projectId: string, settings: firestore.Settings, numDbs: number, fn: (db: firestore.FirebaseFirestore[]) => Promise): Promise; -export declare function withTestDoc(persistence: boolean, fn: (doc: firestore.DocumentReference) => Promise): Promise; -export declare function withTestDocAndSettings(persistence: boolean, settings: firestore.Settings, fn: (doc: firestore.DocumentReference) => Promise): Promise; -export declare function withTestDocAndInitialData(persistence: boolean, initialData: firestore.DocumentData | null, fn: (doc: firestore.DocumentReference) => Promise): Promise; -export declare function withTestCollection(persistence: boolean, docs: { - [key: string]: firestore.DocumentData; -}, fn: (collection: firestore.CollectionReference) => Promise): Promise; -export declare function withTestCollectionSettings(persistence: boolean, settings: firestore.Settings, docs: { - [key: string]: firestore.DocumentData; -}, fn: (collection: firestore.CollectionReference) => Promise): Promise; -export {}; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/promise.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/promise.d.ts deleted file mode 100644 index 0826bce..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/promise.d.ts +++ /dev/null @@ -1,28 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export interface Resolver { - (value: R | Promise): void; -} -export interface Rejecter { - (reason?: Error): void; -} -export declare class Deferred { - promise: Promise; - resolve: Resolver; - reject: Rejecter; - constructor(); -} diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/settings.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/settings.d.ts deleted file mode 100644 index 0b8cfb6..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/util/settings.d.ts +++ /dev/null @@ -1,23 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export declare const USE_EMULATOR: boolean; -export declare const DEFAULT_SETTINGS: { - host: string; - ssl: boolean; -}; -export declare const DEFAULT_PROJECT_ID: any; -export declare const ALT_PROJECT_ID = "test-db2"; diff --git a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/validation.test.d.ts b/frontend-old/node_modules/@firebase/firestore-compat/dist/test/validation.test.d.ts deleted file mode 100644 index 9b0c1ff..0000000 --- a/frontend-old/node_modules/@firebase/firestore-compat/dist/test/validation.test.d.ts +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @license - * Copyright 2022 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -export {}; -- cgit v1.2.3