@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.0.20241016 → 0.0.20241018

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 -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: 20241016
12
+ // Revision: 20241018
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -132,6 +132,8 @@ declare namespace gapi.client {
132
132
  videoUri?: string;
133
133
  }
134
134
  interface GoogleFirebaseAppdistroV1alphaDeviceInteraction {
135
+ /** Output only. Key code for a key event action. */
136
+ keyCode?: string;
135
137
  /** Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken. */
136
138
  screenshot?: GoogleFirebaseAppdistroV1alphaScreenshot;
137
139
  /** Output only. A swipe action. */
@@ -804,6 +806,8 @@ declare namespace gapi.client {
804
806
  upload_protocol?: string;
805
807
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
806
808
  uploadType?: string;
809
+ /** Optional. The requested view on the returned ReleaseTests. Defaults to the basic view. */
810
+ view?: string;
807
811
  }): Request<GoogleFirebaseAppdistroV1alphaListReleaseTestsResponse>;
808
812
  }
809
813
  interface ReleasesResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha",
3
- "version": "0.0.20241016",
3
+ "version": "0.0.20241018",
4
4
  "description": "TypeScript typings for Firebase App Distribution API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",