@maxim_mazurok/gapi.client.testing-v1 0.1.20250930 → 0.1.20251003

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 +3 -3
  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://testing.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250930
12
+ // Revision: 20251003
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -690,7 +690,7 @@ declare namespace gapi.client {
690
690
  interface TestSetup {
691
691
  /** The device will be logged in on this account for the duration of the test. */
692
692
  account?: Account;
693
- /** APKs to install in addition to those being directly tested. These will be installed after the app under test. Currently capped at 100. */
693
+ /** APKs to install in addition to those being directly tested. These will be installed after the app under test. Limited to a combined total of 100 initial setup and additional files. */
694
694
  additionalApks?: Apk[];
695
695
  /** List of directories on the device to upload to GCS at the end of the test; they must be absolute paths under /sdcard, /storage or /data/local/tmp. Path names are restricted to characters a-z A-Z 0-9 _ - . + and / Note: The paths /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if /sdcard on a particular device does not map to external storage, the system will replace it with the external storage path prefix for that device. */
696
696
  directoriesToPull?: string[];
@@ -700,7 +700,7 @@ declare namespace gapi.client {
700
700
  environmentVariables?: EnvironmentVariable[];
701
701
  /** List of files to push to the device before starting the test. */
702
702
  filesToPush?: DeviceFile[];
703
- /** Optional. Initial setup APKs to install before the app under test is installed. Currently capped at 100. */
703
+ /** Optional. Initial setup APKs to install before the app under test is installed. Limited to a combined total of 100 initial setup and additional files. */
704
704
  initialSetupApks?: Apk[];
705
705
  /** The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog. */
706
706
  networkProfile?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.testing-v1",
3
- "version": "0.1.20250930",
3
+ "version": "0.1.20251003",
4
4
  "description": "TypeScript typings for Cloud Testing API v1",
5
5
  "repository": {
6
6
  "type": "git",