@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.0.20250806 → 0.0.20250808
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +16 -14
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://firebaseappdistribution.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250808
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -337,6 +337,8 @@ declare namespace gapi.client {
|
|
|
337
337
|
aiInstructions?: GoogleFirebaseAppdistroV1alphaAiInstructions;
|
|
338
338
|
/** Output only. Timestamp when the test case was created */
|
|
339
339
|
createTime?: string;
|
|
340
|
+
/** Output only. Other test cases that depend on this test cse as a prerequisite. */
|
|
341
|
+
dependentTestCases?: string[];
|
|
340
342
|
/** Required. Display name of the test case. */
|
|
341
343
|
displayName?: string;
|
|
342
344
|
/** Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}` */
|
|
@@ -425,7 +427,7 @@ declare namespace gapi.client {
|
|
|
425
427
|
fields?: string;
|
|
426
428
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
427
429
|
key?: string;
|
|
428
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
430
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
429
431
|
mobilesdkAppId: string;
|
|
430
432
|
/** OAuth 2.0 token for the current user. */
|
|
431
433
|
oauth_token?: string;
|
|
@@ -435,7 +437,7 @@ declare namespace gapi.client {
|
|
|
435
437
|
quotaUser?: string;
|
|
436
438
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
437
439
|
upload_protocol?: string;
|
|
438
|
-
/** The hash for the upload */
|
|
440
|
+
/** Required. The hash for the upload */
|
|
439
441
|
uploadHash: string;
|
|
440
442
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
441
443
|
uploadType?: string;
|
|
@@ -456,7 +458,7 @@ declare namespace gapi.client {
|
|
|
456
458
|
fields?: string;
|
|
457
459
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
458
460
|
key?: string;
|
|
459
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
461
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
460
462
|
mobilesdkAppId: string;
|
|
461
463
|
/** OAuth 2.0 token for the current user. */
|
|
462
464
|
oauth_token?: string;
|
|
@@ -464,7 +466,7 @@ declare namespace gapi.client {
|
|
|
464
466
|
prettyPrint?: boolean;
|
|
465
467
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
466
468
|
quotaUser?: string;
|
|
467
|
-
/** Release identifier */
|
|
469
|
+
/** Required. Release identifier */
|
|
468
470
|
releaseId: string;
|
|
469
471
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
470
472
|
upload_protocol?: string;
|
|
@@ -487,7 +489,7 @@ declare namespace gapi.client {
|
|
|
487
489
|
fields?: string;
|
|
488
490
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
489
491
|
key?: string;
|
|
490
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
492
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
491
493
|
mobilesdkAppId: string;
|
|
492
494
|
/** OAuth 2.0 token for the current user. */
|
|
493
495
|
oauth_token?: string;
|
|
@@ -495,7 +497,7 @@ declare namespace gapi.client {
|
|
|
495
497
|
prettyPrint?: boolean;
|
|
496
498
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
497
499
|
quotaUser?: string;
|
|
498
|
-
/** Release identifier */
|
|
500
|
+
/** Required. Release identifier */
|
|
499
501
|
releaseId: string;
|
|
500
502
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
501
503
|
upload_protocol?: string;
|
|
@@ -520,7 +522,7 @@ declare namespace gapi.client {
|
|
|
520
522
|
fields?: string;
|
|
521
523
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
522
524
|
key?: string;
|
|
523
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
525
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
524
526
|
mobilesdkAppId: string;
|
|
525
527
|
/** OAuth 2.0 token for the current user. */
|
|
526
528
|
oauth_token?: string;
|
|
@@ -528,7 +530,7 @@ declare namespace gapi.client {
|
|
|
528
530
|
prettyPrint?: boolean;
|
|
529
531
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
530
532
|
quotaUser?: string;
|
|
531
|
-
/** Release identifier */
|
|
533
|
+
/** Required. Release identifier */
|
|
532
534
|
releaseId: string;
|
|
533
535
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
534
536
|
upload_protocol?: string;
|
|
@@ -551,7 +553,7 @@ declare namespace gapi.client {
|
|
|
551
553
|
fields?: string;
|
|
552
554
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
553
555
|
key?: string;
|
|
554
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
556
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
555
557
|
mobilesdkAppId: string;
|
|
556
558
|
/** OAuth 2.0 token for the current user. */
|
|
557
559
|
oauth_token?: string;
|
|
@@ -559,7 +561,7 @@ declare namespace gapi.client {
|
|
|
559
561
|
prettyPrint?: boolean;
|
|
560
562
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
561
563
|
quotaUser?: string;
|
|
562
|
-
/** Release identifier */
|
|
564
|
+
/** Required. Release identifier */
|
|
563
565
|
releaseId: string;
|
|
564
566
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
565
567
|
upload_protocol?: string;
|
|
@@ -616,7 +618,7 @@ declare namespace gapi.client {
|
|
|
616
618
|
fields?: string;
|
|
617
619
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
618
620
|
key?: string;
|
|
619
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
621
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
620
622
|
mobilesdkAppId: string;
|
|
621
623
|
/** OAuth 2.0 token for the current user. */
|
|
622
624
|
oauth_token?: string;
|
|
@@ -626,7 +628,7 @@ declare namespace gapi.client {
|
|
|
626
628
|
quotaUser?: string;
|
|
627
629
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
628
630
|
upload_protocol?: string;
|
|
629
|
-
/** The token for the upload */
|
|
631
|
+
/** Required. The token for the upload */
|
|
630
632
|
uploadToken: string;
|
|
631
633
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
632
634
|
uploadType?: string;
|
|
@@ -676,7 +678,7 @@ declare namespace gapi.client {
|
|
|
676
678
|
fields?: string;
|
|
677
679
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
678
680
|
key?: string;
|
|
679
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
681
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
680
682
|
mobilesdkAppId: string;
|
|
681
683
|
/** OAuth 2.0 token for the current user. */
|
|
682
684
|
oauth_token?: string;
|
package/package.json
CHANGED