@maxim_mazurok/gapi.client.testing-v1 0.0.20221209 → 0.0.20230103
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 -3
- package/package.json +1 -1
- package/tests.ts +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: 20230103
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -448,7 +448,7 @@ declare namespace gapi.client {
|
|
|
448
448
|
interface ManualSharding {
|
|
449
449
|
/**
|
|
450
450
|
* Required. Group of packages, classes, and/or test methods to be run for each manually-created shard. You must specify at least one shard if this field is present. When you select
|
|
451
|
-
* one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <=
|
|
451
|
+
* one or more physical devices, the number of repeated test_targets_for_shard must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only
|
|
452
452
|
* x86 virtual devices, it must be <= 500.
|
|
453
453
|
*/
|
|
454
454
|
testTargetsForShard?: TestTargetsForShard[];
|
|
@@ -741,7 +741,7 @@ declare namespace gapi.client {
|
|
|
741
741
|
interface UniformSharding {
|
|
742
742
|
/**
|
|
743
743
|
* Required. The total number of shards to create. This must always be a positive number that is no greater than the total number of test cases. When you select one or more physical
|
|
744
|
-
* devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <=
|
|
744
|
+
* devices, the number of shards must be <= 50. When you select one or more ARM virtual devices, it must be <= 100. When you select only x86 virtual devices, it must be <= 500.
|
|
745
745
|
*/
|
|
746
746
|
numShards?: number;
|
|
747
747
|
}
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230103
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|