@maxim_mazurok/gapi.client.testing-v1 0.2.20260622 → 0.3.20260622

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 +2 -6
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -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
- | 'ACCESS_DENIED_REASON_UNSPECIFIED'
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
- | 'ACTION_TYPE_UNSPECIFIED'
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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.testing-v1",
3
- "version": "0.2.20260622",
3
+ "version": "0.3.20260622",
4
4
  "description": "TypeScript typings for Cloud Testing API v1",
5
5
  "repository": {
6
6
  "type": "git",