@maxim_mazurok/gapi.client.testing-v1 0.2.20260622 → 0.3.20260703
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 -7
- 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: 20260703
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -86,8 +86,7 @@ declare namespace gapi.client {
|
|
|
86
86
|
interface AndroidModel {
|
|
87
87
|
/** Reasons for access denial. This model is accessible if this list is empty, otherwise the model is viewable only. */
|
|
88
88
|
accessDeniedReasons?:
|
|
89
|
-
| '
|
|
90
|
-
| 'EULA_NOT_ACCEPTED'[];
|
|
89
|
+
'ACCESS_DENIED_REASON_UNSPECIFIED' | 'EULA_NOT_ACCEPTED'[];
|
|
91
90
|
/** The company that this device is branded with. Example: "Google", "Samsung". */
|
|
92
91
|
brand?: string;
|
|
93
92
|
/** The name of the industrial design. This corresponds to android.os.Build.DEVICE. */
|
|
@@ -604,10 +603,7 @@ declare namespace gapi.client {
|
|
|
604
603
|
interface RoboDirective {
|
|
605
604
|
/** Required. The type of action that Robo should perform on the specified element. */
|
|
606
605
|
actionType?:
|
|
607
|
-
| '
|
|
608
|
-
| 'SINGLE_CLICK'
|
|
609
|
-
| 'ENTER_TEXT'
|
|
610
|
-
| 'IGNORE';
|
|
606
|
+
'ACTION_TYPE_UNSPECIFIED' | 'SINGLE_CLICK' | 'ENTER_TEXT' | 'IGNORE';
|
|
611
607
|
/** The text that Robo is directed to set. If left empty, the directive will be treated as a CLICK on the element matching the resource_name. */
|
|
612
608
|
inputText?: string;
|
|
613
609
|
/** Required. The android resource name of the target UI element. For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html */
|