@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.0.20241016 → 0.0.20241017
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 +3 -1
- 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: 20241017
|
|
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. */
|
package/package.json
CHANGED