@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.0.20250807 → 0.0.20250811
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 +27 -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: 20250811
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -144,10 +144,16 @@ declare namespace gapi.client {
|
|
|
144
144
|
videoUri?: string;
|
|
145
145
|
}
|
|
146
146
|
interface GoogleFirebaseAppdistroV1alphaDeviceInteraction {
|
|
147
|
+
/** Output only. A back action. */
|
|
148
|
+
backAction?: any;
|
|
149
|
+
/** Output only. A drag and drop action. */
|
|
150
|
+
dragAndDrop?: GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop;
|
|
147
151
|
/** Output only. A text entry action, that enters text into a particular text field, clearing any existing text in the field. Unlike `text_input` this action does not require any other actions such as a tap to be performed before it can enter the text. */
|
|
148
152
|
enterText?: GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText;
|
|
149
153
|
/** Output only. Key code for a key event action. */
|
|
150
154
|
keyCode?: string;
|
|
155
|
+
/** Output only. A long press (tap and hold) action. */
|
|
156
|
+
longPress?: AndroidxCrawlerOutputPoint;
|
|
151
157
|
/** Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken. */
|
|
152
158
|
screenshot?: GoogleFirebaseAppdistroV1alphaScreenshot;
|
|
153
159
|
/** Output only. A swipe action. */
|
|
@@ -159,6 +165,13 @@ declare namespace gapi.client {
|
|
|
159
165
|
/** Output only. A wait action. */
|
|
160
166
|
wait?: GoogleFirebaseAppdistroV1alphaDeviceInteractionWait;
|
|
161
167
|
}
|
|
168
|
+
interface GoogleFirebaseAppdistroV1alphaDeviceInteractionBack {}
|
|
169
|
+
interface GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop {
|
|
170
|
+
/** Output only. The end point of the drag and drop. */
|
|
171
|
+
end?: AndroidxCrawlerOutputPoint;
|
|
172
|
+
/** Output only. The start point of the drag and drop. */
|
|
173
|
+
start?: AndroidxCrawlerOutputPoint;
|
|
174
|
+
}
|
|
162
175
|
interface GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText {
|
|
163
176
|
/** Output only. The visible bounds of the element to enter text into. */
|
|
164
177
|
elementBounds?: AndroidxCrawlerOutputRectangle;
|
|
@@ -427,7 +440,7 @@ declare namespace gapi.client {
|
|
|
427
440
|
fields?: string;
|
|
428
441
|
/** 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. */
|
|
429
442
|
key?: string;
|
|
430
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
443
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
431
444
|
mobilesdkAppId: string;
|
|
432
445
|
/** OAuth 2.0 token for the current user. */
|
|
433
446
|
oauth_token?: string;
|
|
@@ -437,7 +450,7 @@ declare namespace gapi.client {
|
|
|
437
450
|
quotaUser?: string;
|
|
438
451
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
439
452
|
upload_protocol?: string;
|
|
440
|
-
/** The hash for the upload */
|
|
453
|
+
/** Required. The hash for the upload */
|
|
441
454
|
uploadHash: string;
|
|
442
455
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
443
456
|
uploadType?: string;
|
|
@@ -458,7 +471,7 @@ declare namespace gapi.client {
|
|
|
458
471
|
fields?: string;
|
|
459
472
|
/** 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. */
|
|
460
473
|
key?: string;
|
|
461
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
474
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
462
475
|
mobilesdkAppId: string;
|
|
463
476
|
/** OAuth 2.0 token for the current user. */
|
|
464
477
|
oauth_token?: string;
|
|
@@ -466,7 +479,7 @@ declare namespace gapi.client {
|
|
|
466
479
|
prettyPrint?: boolean;
|
|
467
480
|
/** 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. */
|
|
468
481
|
quotaUser?: string;
|
|
469
|
-
/** Release identifier */
|
|
482
|
+
/** Required. Release identifier */
|
|
470
483
|
releaseId: string;
|
|
471
484
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
472
485
|
upload_protocol?: string;
|
|
@@ -489,7 +502,7 @@ declare namespace gapi.client {
|
|
|
489
502
|
fields?: string;
|
|
490
503
|
/** 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. */
|
|
491
504
|
key?: string;
|
|
492
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
505
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
493
506
|
mobilesdkAppId: string;
|
|
494
507
|
/** OAuth 2.0 token for the current user. */
|
|
495
508
|
oauth_token?: string;
|
|
@@ -497,7 +510,7 @@ declare namespace gapi.client {
|
|
|
497
510
|
prettyPrint?: boolean;
|
|
498
511
|
/** 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. */
|
|
499
512
|
quotaUser?: string;
|
|
500
|
-
/** Release identifier */
|
|
513
|
+
/** Required. Release identifier */
|
|
501
514
|
releaseId: string;
|
|
502
515
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
503
516
|
upload_protocol?: string;
|
|
@@ -522,7 +535,7 @@ declare namespace gapi.client {
|
|
|
522
535
|
fields?: string;
|
|
523
536
|
/** 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. */
|
|
524
537
|
key?: string;
|
|
525
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
538
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
526
539
|
mobilesdkAppId: string;
|
|
527
540
|
/** OAuth 2.0 token for the current user. */
|
|
528
541
|
oauth_token?: string;
|
|
@@ -530,7 +543,7 @@ declare namespace gapi.client {
|
|
|
530
543
|
prettyPrint?: boolean;
|
|
531
544
|
/** 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. */
|
|
532
545
|
quotaUser?: string;
|
|
533
|
-
/** Release identifier */
|
|
546
|
+
/** Required. Release identifier */
|
|
534
547
|
releaseId: string;
|
|
535
548
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
536
549
|
upload_protocol?: string;
|
|
@@ -553,7 +566,7 @@ declare namespace gapi.client {
|
|
|
553
566
|
fields?: string;
|
|
554
567
|
/** 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. */
|
|
555
568
|
key?: string;
|
|
556
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
569
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
557
570
|
mobilesdkAppId: string;
|
|
558
571
|
/** OAuth 2.0 token for the current user. */
|
|
559
572
|
oauth_token?: string;
|
|
@@ -561,7 +574,7 @@ declare namespace gapi.client {
|
|
|
561
574
|
prettyPrint?: boolean;
|
|
562
575
|
/** 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. */
|
|
563
576
|
quotaUser?: string;
|
|
564
|
-
/** Release identifier */
|
|
577
|
+
/** Required. Release identifier */
|
|
565
578
|
releaseId: string;
|
|
566
579
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
567
580
|
upload_protocol?: string;
|
|
@@ -618,7 +631,7 @@ declare namespace gapi.client {
|
|
|
618
631
|
fields?: string;
|
|
619
632
|
/** 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. */
|
|
620
633
|
key?: string;
|
|
621
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
634
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
622
635
|
mobilesdkAppId: string;
|
|
623
636
|
/** OAuth 2.0 token for the current user. */
|
|
624
637
|
oauth_token?: string;
|
|
@@ -628,7 +641,7 @@ declare namespace gapi.client {
|
|
|
628
641
|
quotaUser?: string;
|
|
629
642
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
630
643
|
upload_protocol?: string;
|
|
631
|
-
/** The token for the upload */
|
|
644
|
+
/** Required. The token for the upload */
|
|
632
645
|
uploadToken: string;
|
|
633
646
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
634
647
|
uploadType?: string;
|
|
@@ -678,7 +691,7 @@ declare namespace gapi.client {
|
|
|
678
691
|
fields?: string;
|
|
679
692
|
/** 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. */
|
|
680
693
|
key?: string;
|
|
681
|
-
/** Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
694
|
+
/** Required. Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 */
|
|
682
695
|
mobilesdkAppId: string;
|
|
683
696
|
/** OAuth 2.0 token for the current user. */
|
|
684
697
|
oauth_token?: string;
|
package/package.json
CHANGED