@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.2.20260716 → 0.2.20260722

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.
Files changed (2) hide show
  1. package/index.d.ts +19 -1
  2. 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: 20260716
12
+ // Revision: 20260722
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -518,6 +518,8 @@ declare namespace gapi.client {
518
518
  testCase?: GoogleFirebaseAppdistroV1alphaTestCase;
519
519
  }
520
520
  interface GoogleFirebaseAppdistroV1Release {
521
+ /** Output only. Number of testers with accepted invitations. */
522
+ acceptedInvitationCount?: number;
521
523
  /** Output only. Registration state of the Android package (BinaryType.APK). */
522
524
  androidPackageRegistrationState?:
523
525
  | 'ANDROID_PACKAGE_REGISTRATION_STATE_UNSPECIFIED'
@@ -526,6 +528,8 @@ declare namespace gapi.client {
526
528
  | 'REGISTERED_WITH_ANOTHER_CERTIFICATE_FINGERPRINT';
527
529
  /** Output only. A signed link (which expires in one hour) to directly download the app binary (IPA/APK/AAB) file. */
528
530
  binaryDownloadUri?: string;
531
+ /** Output only. Type of binary. */
532
+ binaryType?: 'BINARY_TYPE_UNSPECIFIED' | 'IPA' | 'APK' | 'AAB';
529
533
  /** Output only. Build version of the release. For an Android release, the build version is the `versionCode`. For an iOS release, the build version is the `CFBundleVersion`. */
530
534
  buildVersion?: string;
531
535
  /** Output only. The time the release was created. */
@@ -534,14 +538,28 @@ declare namespace gapi.client {
534
538
  displayVersion?: string;
535
539
  /** Output only. The time the release will expire. */
536
540
  expireTime?: string;
541
+ /** Output only. Number of feedback reports left by testers. */
542
+ feedbackCount?: number;
537
543
  /** Output only. A link to the Firebase console displaying a single release. */
538
544
  firebaseConsoleUri?: string;
545
+ /** Output only. Number of testers who have downloaded this release. */
546
+ installationCount?: number;
539
547
  /** The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}` */
540
548
  name?: string;
549
+ /** Output only. Number of testers who were invited (incl. expired invitations), but did not (yet) accept the invitation. */
550
+ openInvitationCount?: number;
541
551
  /** Notes about the release. */
542
552
  releaseNotes?: GoogleFirebaseAppdistroV1ReleaseNotes;
543
553
  /** Output only. A link to the release in the tester web clip or Android app that lets testers (which were granted access to the app) view release notes and install the app onto their devices. */
544
554
  testingUri?: string;
555
+ /** Output only. The overall state of tests run on this release */
556
+ testState?:
557
+ | 'TEST_STATE_UNSPECIFIED'
558
+ | 'NO_TESTS_REQUESTED'
559
+ | 'IN_PROGRESS'
560
+ | 'PASSED'
561
+ | 'FAILED'
562
+ | 'INCONCLUSIVE';
545
563
  /** Output only. The time the release was last updated. */
546
564
  updateTime?: string;
547
565
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha",
3
- "version": "0.2.20260716",
3
+ "version": "0.2.20260722",
4
4
  "description": "TypeScript typings for Firebase App Distribution API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",