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

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 +33 -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: 20241004
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -95,6 +95,7 @@ declare namespace gapi.client {
95
95
  /** Output only. The screenshot used in the context of this assertion. */
96
96
  screenshot?: GoogleFirebaseAppdistroV1alphaScreenshot;
97
97
  }
98
+ interface GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse {}
98
99
  interface GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest {
99
100
  /** The actual release notes body from the user */
100
101
  releaseNotes?: GoogleFirebaseAppdistroV1alphaReleaseNotes;
@@ -257,6 +258,8 @@ declare namespace gapi.client {
257
258
  loginCredential?: GoogleFirebaseAppdistroV1alphaLoginCredential;
258
259
  /** The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` */
259
260
  name?: string;
261
+ /** Output only. The state of the release test. */
262
+ testState?: string;
260
263
  }
261
264
  interface GoogleFirebaseAppdistroV1alphaRoboCrawler {
262
265
  /** Optional. Instructions for AI driven test */
@@ -655,6 +658,33 @@ declare namespace gapi.client {
655
658
  upload_status: Upload_statusResource;
656
659
  }
657
660
  interface TestsResource {
661
+ /** Abort automated test run on release. */
662
+ cancel(request?: {
663
+ /** V1 error format. */
664
+ '$.xgafv'?: string;
665
+ /** OAuth access token. */
666
+ access_token?: string;
667
+ /** Data format for response. */
668
+ alt?: string;
669
+ /** JSONP */
670
+ callback?: string;
671
+ /** Selector specifying which fields to include in a partial response. */
672
+ fields?: string;
673
+ /** 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. */
674
+ key?: string;
675
+ /** Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}` */
676
+ name: string;
677
+ /** OAuth 2.0 token for the current user. */
678
+ oauth_token?: string;
679
+ /** Returns response with indentations and line breaks. */
680
+ prettyPrint?: boolean;
681
+ /** 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. */
682
+ quotaUser?: string;
683
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
684
+ upload_protocol?: string;
685
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
686
+ uploadType?: string;
687
+ }): Request<{}>;
658
688
  /** Run automated test(s) on release. */
659
689
  create(request: {
660
690
  /** V1 error format. */
@@ -677,7 +707,7 @@ declare namespace gapi.client {
677
707
  prettyPrint?: boolean;
678
708
  /** 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
709
  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. */
710
+ /** 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
711
  releaseTestId?: string;
682
712
  /** Upload protocol for media (e.g. "raw", "multipart"). */
683
713
  upload_protocol?: string;
@@ -708,7 +738,7 @@ declare namespace gapi.client {
708
738
  prettyPrint?: boolean;
709
739
  /** 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
740
  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. */
741
+ /** 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
742
  releaseTestId?: string;
713
743
  /** Upload protocol for media (e.g. "raw", "multipart"). */
714
744
  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.20241004",
4
4
  "description": "TypeScript typings for Firebase App Distribution API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",