4
4
5
5
``` ts
6
6
7
+ /// <reference types = " node" />
8
+
7
9
import { Agent } from ' http' ;
8
10
import { Bucket } from ' @google-cloud/storage' ;
9
11
import { FirebaseDatabase } from ' @firebase/database-types' ;
@@ -27,6 +29,8 @@ export namespace app {
27
29
// (undocumented)
28
30
firestore(): firestore .Firestore ;
29
31
// (undocumented)
32
+ installations(): installations .Installations ;
33
+ // @deprecated (undocumented)
30
34
instanceId(): instanceId .InstanceId ;
31
35
// (undocumented)
32
36
machineLearning(): machineLearning .MachineLearning ;
@@ -52,6 +56,10 @@ export namespace appCheck {
52
56
export type AppCheck = AppCheck ;
53
57
// Warning: (ae-forgotten-export) The symbol "AppCheckToken" needs to be exported by the entry point default-namespace.d.ts
54
58
export type AppCheckToken = AppCheckToken ;
59
+ // Warning: (ae-forgotten-export) The symbol "AppCheckTokenOptions" needs to be exported by the entry point default-namespace.d.ts
60
+ //
61
+ // (undocumented)
62
+ export type AppCheckTokenOptions = AppCheckTokenOptions ;
55
63
// Warning: (ae-forgotten-export) The symbol "DecodedAppCheckToken" needs to be exported by the entry point default-namespace.d.ts
56
64
export type DecodedAppCheckToken = DecodedAppCheckToken ;
57
65
// Warning: (ae-forgotten-export) The symbol "VerifyAppCheckTokenResponse" needs to be exported by the entry point default-namespace.d.ts
@@ -271,6 +279,15 @@ export interface GoogleOAuthAccessToken {
271
279
// @public (undocumented)
272
280
export function initializeApp(options ? : AppOptions , name ? : string ): app .App ;
273
281
282
+ // @public
283
+ export function installations(app ? : App ): installations .Installations ;
284
+
285
+ // @public (undocumented)
286
+ export namespace installations {
287
+ // Warning: (ae-forgotten-export) The symbol "Installations" needs to be exported by the entry point default-namespace.d.ts
288
+ export type Installations = Installations ;
289
+ }
290
+
274
291
// @public
275
292
export function instanceId(app ? : App ): instanceId .InstanceId ;
276
293
@@ -473,5 +490,4 @@ export namespace storage {
473
490
export type Storage = Storage ;
474
491
}
475
492
476
-
477
493
```
0 commit comments