@maxim_mazurok/gapi.client.testing-v1 0.0.20250321 → 0.0.20250411
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 -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://testing.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250411
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -81,6 +81,8 @@ declare namespace gapi.client {
|
|
|
81
81
|
orientations?: string[];
|
|
82
82
|
}
|
|
83
83
|
interface AndroidModel {
|
|
84
|
+
/** Reasons for access denial. This model is accessible if this list is empty, otherwise the model is viewable only. */
|
|
85
|
+
accessDeniedReasons?: string[];
|
|
84
86
|
/** The company that this device is branded with. Example: "Google", "Samsung". */
|
|
85
87
|
brand?: string;
|
|
86
88
|
/** The name of the industrial design. This corresponds to android.os.Build.DEVICE. */
|
|
@@ -1226,6 +1228,8 @@ declare namespace gapi.client {
|
|
|
1226
1228
|
environmentType: string;
|
|
1227
1229
|
/** Selector specifying which fields to include in a partial response. */
|
|
1228
1230
|
fields?: string;
|
|
1231
|
+
/** Optional. Whether to include viewable only models in the response. This is only applicable for Android models. */
|
|
1232
|
+
includeViewableModels?: boolean;
|
|
1229
1233
|
/** 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. */
|
|
1230
1234
|
key?: string;
|
|
1231
1235
|
/** OAuth 2.0 token for the current user. */
|