@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.0.20241002 → 0.0.20241003

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 +5 -3
  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: 20241002
12
+ // Revision: 20241003
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -257,6 +257,8 @@ declare namespace gapi.client {
257
257
  loginCredential?: GoogleFirebaseAppdistroV1alphaLoginCredential;
258
258
  /** The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` */
259
259
  name?: string;
260
+ /** Output only. The state of the release test. */
261
+ testState?: string;
260
262
  }
261
263
  interface GoogleFirebaseAppdistroV1alphaRoboCrawler {
262
264
  /** Optional. Instructions for AI driven test */
@@ -677,7 +679,7 @@ declare namespace gapi.client {
677
679
  prettyPrint?: boolean;
678
680
  /** 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. */
679
681
  quotaUser?: string;
680
- /** Optional. The ID to use for the test, which will become the final component of the tests's resource name. This value should be 4-63 characters, and valid characters are /a-z-/. If it is not provided one will be automatically generated. */
682
+ /** Optional. The ID to use for the test, which will become the final component of the test's resource name. This value should be 4-63 characters, and valid characters are /a-z-/. If it is not provided one will be automatically generated. */
681
683
  releaseTestId?: string;
682
684
  /** Upload protocol for media (e.g. "raw", "multipart"). */
683
685
  upload_protocol?: string;
@@ -708,7 +710,7 @@ declare namespace gapi.client {
708
710
  prettyPrint?: boolean;
709
711
  /** 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. */
710
712
  quotaUser?: string;
711
- /** Optional. The ID to use for the test, which will become the final component of the tests's resource name. This value should be 4-63 characters, and valid characters are /a-z-/. If it is not provided one will be automatically generated. */
713
+ /** Optional. The ID to use for the test, which will become the final component of the test's resource name. This value should be 4-63 characters, and valid characters are /a-z-/. If it is not provided one will be automatically generated. */
712
714
  releaseTestId?: string;
713
715
  /** Upload protocol for media (e.g. "raw", "multipart"). */
714
716
  upload_protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha",
3
- "version": "0.0.20241002",
3
+ "version": "0.0.20241003",
4
4
  "description": "TypeScript typings for Firebase App Distribution API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",