@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.0.20241001 → 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.
- package/index.d.ts +5 -3
- 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: 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
|
|
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
|
|
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