@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.1.20251030 → 0.1.20251104
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 +30 -28
- 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://firebaseappdistribution.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251104
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -106,7 +106,7 @@ declare namespace gapi.client {
|
|
|
106
106
|
screenshot?: GoogleFirebaseAppdistroV1alphaScreenshot;
|
|
107
107
|
}
|
|
108
108
|
interface GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest {
|
|
109
|
-
/** Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{
|
|
109
|
+
/** Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
110
110
|
names?: string[];
|
|
111
111
|
}
|
|
112
112
|
interface GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest {
|
|
@@ -149,6 +149,8 @@ declare namespace gapi.client {
|
|
|
149
149
|
failedReason?: string;
|
|
150
150
|
/** Output only. The reason why the test was inconclusive. */
|
|
151
151
|
inconclusiveReason?: string;
|
|
152
|
+
/** Identifier. The name of the device execution resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}` */
|
|
153
|
+
name?: string;
|
|
152
154
|
/** Output only. The path to a directory in Cloud Storage that will eventually contain the results for this execution. For example, gs://bucket/Nexus5-18-en-portrait. */
|
|
153
155
|
resultsStoragePath?: string;
|
|
154
156
|
/** Output only. The statistics collected during the Robo test. */
|
|
@@ -331,7 +333,7 @@ declare namespace gapi.client {
|
|
|
331
333
|
displayName?: string;
|
|
332
334
|
/** Optional. Input only. Login credentials for the test. Input only. */
|
|
333
335
|
loginCredential?: GoogleFirebaseAppdistroV1alphaLoginCredential;
|
|
334
|
-
/** The name of the release test resource. Format: `projects/{project_number}/apps/{
|
|
336
|
+
/** The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` */
|
|
335
337
|
name?: string;
|
|
336
338
|
/** Optional. The test case that was used to generate this release test. Note: The test case may have changed or been deleted since the release test was created. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
337
339
|
testCase?: string;
|
|
@@ -377,7 +379,7 @@ declare namespace gapi.client {
|
|
|
377
379
|
dependentTestCases?: string[];
|
|
378
380
|
/** Required. Display name of the test case. */
|
|
379
381
|
displayName?: string;
|
|
380
|
-
/** Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{
|
|
382
|
+
/** Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
381
383
|
name?: string;
|
|
382
384
|
/** Optional. Test case that must be run before this test case. */
|
|
383
385
|
prerequisiteTestCase?: string;
|
|
@@ -385,7 +387,7 @@ declare namespace gapi.client {
|
|
|
385
387
|
interface GoogleFirebaseAppdistroV1alphaTestConfig {
|
|
386
388
|
/** Optional. Display name of the AI driven test. Required if the release test is created with multiple goals. */
|
|
387
389
|
displayName?: string;
|
|
388
|
-
/** Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{
|
|
390
|
+
/** Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app}/testConfig` */
|
|
389
391
|
name?: string;
|
|
390
392
|
/** Optional. Configuration for Robo crawler */
|
|
391
393
|
roboCrawler?: GoogleFirebaseAppdistroV1alphaRoboCrawler;
|
|
@@ -421,7 +423,7 @@ declare namespace gapi.client {
|
|
|
421
423
|
interface GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest {
|
|
422
424
|
/** Optional. If set to true, and the test case is not found, a new test case will be created. */
|
|
423
425
|
allowMissing?: boolean;
|
|
424
|
-
/** Required. The test case to update. The test case's `name` field is used to identify the test case to update. Format: `projects/{project_number}/apps/{
|
|
426
|
+
/** Required. The test case to update. The test case's `name` field is used to identify the test case to update. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
425
427
|
testCase?: GoogleFirebaseAppdistroV1alphaTestCase;
|
|
426
428
|
}
|
|
427
429
|
interface GoogleFirebaseAppdistroV1Release {
|
|
@@ -437,7 +439,7 @@ declare namespace gapi.client {
|
|
|
437
439
|
expireTime?: string;
|
|
438
440
|
/** Output only. A link to the Firebase console displaying a single release. */
|
|
439
441
|
firebaseConsoleUri?: string;
|
|
440
|
-
/** The name of the release resource. Format: `projects/{project_number}/apps/{
|
|
442
|
+
/** The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}` */
|
|
441
443
|
name?: string;
|
|
442
444
|
/** Notes of the release. */
|
|
443
445
|
releaseNotes?: GoogleFirebaseAppdistroV1ReleaseNotes;
|
|
@@ -757,7 +759,7 @@ declare namespace gapi.client {
|
|
|
757
759
|
fields?: string;
|
|
758
760
|
/** 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. */
|
|
759
761
|
key?: string;
|
|
760
|
-
/** Required. The name of the release test resource. Format: `projects/{project_number}/apps/{
|
|
762
|
+
/** Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` */
|
|
761
763
|
name: string;
|
|
762
764
|
/** OAuth 2.0 token for the current user. */
|
|
763
765
|
oauth_token?: string;
|
|
@@ -786,7 +788,7 @@ declare namespace gapi.client {
|
|
|
786
788
|
key?: string;
|
|
787
789
|
/** OAuth 2.0 token for the current user. */
|
|
788
790
|
oauth_token?: string;
|
|
789
|
-
/** Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{
|
|
791
|
+
/** Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{app}/releases/{release}` */
|
|
790
792
|
parent: string;
|
|
791
793
|
/** Returns response with indentations and line breaks. */
|
|
792
794
|
prettyPrint?: boolean;
|
|
@@ -817,7 +819,7 @@ declare namespace gapi.client {
|
|
|
817
819
|
key?: string;
|
|
818
820
|
/** OAuth 2.0 token for the current user. */
|
|
819
821
|
oauth_token?: string;
|
|
820
|
-
/** Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{
|
|
822
|
+
/** Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{app}/releases/{release}` */
|
|
821
823
|
parent: string;
|
|
822
824
|
/** Returns response with indentations and line breaks. */
|
|
823
825
|
prettyPrint?: boolean;
|
|
@@ -846,7 +848,7 @@ declare namespace gapi.client {
|
|
|
846
848
|
fields?: string;
|
|
847
849
|
/** 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. */
|
|
848
850
|
key?: string;
|
|
849
|
-
/** Required. The name of the release test resource. Format: `projects/{project_number}/apps/{
|
|
851
|
+
/** Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}` */
|
|
850
852
|
name: string;
|
|
851
853
|
/** OAuth 2.0 token for the current user. */
|
|
852
854
|
oauth_token?: string;
|
|
@@ -879,7 +881,7 @@ declare namespace gapi.client {
|
|
|
879
881
|
pageSize?: number;
|
|
880
882
|
/** Optional. A page token, received from a previous `ListReleaseTests` call. Provide this to retrieve the subsequent page. */
|
|
881
883
|
pageToken?: string;
|
|
882
|
-
/** Required. The name of the release resource, which is the parent of the tests Format: `projects/{project_number}/apps/{
|
|
884
|
+
/** Required. The name of the release resource, which is the parent of the tests Format: `projects/{project_number}/apps/{app}/releases/{release}` */
|
|
883
885
|
parent: string;
|
|
884
886
|
/** Returns response with indentations and line breaks. */
|
|
885
887
|
prettyPrint?: boolean;
|
|
@@ -913,7 +915,7 @@ declare namespace gapi.client {
|
|
|
913
915
|
key?: string;
|
|
914
916
|
/** OAuth 2.0 token for the current user. */
|
|
915
917
|
oauth_token?: string;
|
|
916
|
-
/** Required. The parent resource of the test cases being deleted. Format: `projects/{project_number}/apps/{
|
|
918
|
+
/** Required. The parent resource of the test cases being deleted. Format: `projects/{project_number}/apps/{app}` */
|
|
917
919
|
parent: string;
|
|
918
920
|
/** Returns response with indentations and line breaks. */
|
|
919
921
|
prettyPrint?: boolean;
|
|
@@ -942,7 +944,7 @@ declare namespace gapi.client {
|
|
|
942
944
|
key?: string;
|
|
943
945
|
/** OAuth 2.0 token for the current user. */
|
|
944
946
|
oauth_token?: string;
|
|
945
|
-
/** Required. The parent resource of the test cases being deleted. Format: `projects/{project_number}/apps/{
|
|
947
|
+
/** Required. The parent resource of the test cases being deleted. Format: `projects/{project_number}/apps/{app}` */
|
|
946
948
|
parent: string;
|
|
947
949
|
/** Returns response with indentations and line breaks. */
|
|
948
950
|
prettyPrint?: boolean;
|
|
@@ -971,7 +973,7 @@ declare namespace gapi.client {
|
|
|
971
973
|
key?: string;
|
|
972
974
|
/** OAuth 2.0 token for the current user. */
|
|
973
975
|
oauth_token?: string;
|
|
974
|
-
/** Required. The parent resource of the test cases being updated. Format: `projects/{project_number}/apps/{
|
|
976
|
+
/** Required. The parent resource of the test cases being updated. Format: `projects/{project_number}/apps/{app}` */
|
|
975
977
|
parent: string;
|
|
976
978
|
/** Returns response with indentations and line breaks. */
|
|
977
979
|
prettyPrint?: boolean;
|
|
@@ -1000,7 +1002,7 @@ declare namespace gapi.client {
|
|
|
1000
1002
|
key?: string;
|
|
1001
1003
|
/** OAuth 2.0 token for the current user. */
|
|
1002
1004
|
oauth_token?: string;
|
|
1003
|
-
/** Required. The parent resource of the test cases being updated. Format: `projects/{project_number}/apps/{
|
|
1005
|
+
/** Required. The parent resource of the test cases being updated. Format: `projects/{project_number}/apps/{app}` */
|
|
1004
1006
|
parent: string;
|
|
1005
1007
|
/** Returns response with indentations and line breaks. */
|
|
1006
1008
|
prettyPrint?: boolean;
|
|
@@ -1033,7 +1035,7 @@ declare namespace gapi.client {
|
|
|
1033
1035
|
prettyPrint?: boolean;
|
|
1034
1036
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1035
1037
|
quotaUser?: string;
|
|
1036
|
-
/** Required. The name of the test case resource for which to clear the cache. Format: `projects/{project_number}/apps/{
|
|
1038
|
+
/** Required. The name of the test case resource for which to clear the cache. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
1037
1039
|
testCase: string;
|
|
1038
1040
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1039
1041
|
upload_protocol?: string;
|
|
@@ -1062,7 +1064,7 @@ declare namespace gapi.client {
|
|
|
1062
1064
|
prettyPrint?: boolean;
|
|
1063
1065
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1064
1066
|
quotaUser?: string;
|
|
1065
|
-
/** Required. The name of the test case resource for which to clear the cache. Format: `projects/{project_number}/apps/{
|
|
1067
|
+
/** Required. The name of the test case resource for which to clear the cache. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
1066
1068
|
testCase: string;
|
|
1067
1069
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1068
1070
|
upload_protocol?: string;
|
|
@@ -1087,7 +1089,7 @@ declare namespace gapi.client {
|
|
|
1087
1089
|
key?: string;
|
|
1088
1090
|
/** OAuth 2.0 token for the current user. */
|
|
1089
1091
|
oauth_token?: string;
|
|
1090
|
-
/** Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{
|
|
1092
|
+
/** Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{app}` */
|
|
1091
1093
|
parent: string;
|
|
1092
1094
|
/** Returns response with indentations and line breaks. */
|
|
1093
1095
|
prettyPrint?: boolean;
|
|
@@ -1118,7 +1120,7 @@ declare namespace gapi.client {
|
|
|
1118
1120
|
key?: string;
|
|
1119
1121
|
/** OAuth 2.0 token for the current user. */
|
|
1120
1122
|
oauth_token?: string;
|
|
1121
|
-
/** Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{
|
|
1123
|
+
/** Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{app}` */
|
|
1122
1124
|
parent: string;
|
|
1123
1125
|
/** Returns response with indentations and line breaks. */
|
|
1124
1126
|
prettyPrint?: boolean;
|
|
@@ -1147,7 +1149,7 @@ declare namespace gapi.client {
|
|
|
1147
1149
|
fields?: string;
|
|
1148
1150
|
/** 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. */
|
|
1149
1151
|
key?: string;
|
|
1150
|
-
/** Required. The name of the test case resource to delete. Format: `projects/{project_number}/apps/{
|
|
1152
|
+
/** Required. The name of the test case resource to delete. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
1151
1153
|
name: string;
|
|
1152
1154
|
/** OAuth 2.0 token for the current user. */
|
|
1153
1155
|
oauth_token?: string;
|
|
@@ -1174,7 +1176,7 @@ declare namespace gapi.client {
|
|
|
1174
1176
|
fields?: string;
|
|
1175
1177
|
/** 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. */
|
|
1176
1178
|
key?: string;
|
|
1177
|
-
/** Required. The name of the test case resource to retrieve. Format: `projects/{project_number}/apps/{
|
|
1179
|
+
/** Required. The name of the test case resource to retrieve. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
1178
1180
|
name: string;
|
|
1179
1181
|
/** OAuth 2.0 token for the current user. */
|
|
1180
1182
|
oauth_token?: string;
|
|
@@ -1207,7 +1209,7 @@ declare namespace gapi.client {
|
|
|
1207
1209
|
pageSize?: number;
|
|
1208
1210
|
/** Optional. A page token, received from a previous `ListTestCases` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTestCases` must match the call that provided the page token. */
|
|
1209
1211
|
pageToken?: string;
|
|
1210
|
-
/** Required. The parent resource from which to list test cases. Format: `projects/{project_number}/apps/{
|
|
1212
|
+
/** Required. The parent resource from which to list test cases. Format: `projects/{project_number}/apps/{app}` */
|
|
1211
1213
|
parent: string;
|
|
1212
1214
|
/** Returns response with indentations and line breaks. */
|
|
1213
1215
|
prettyPrint?: boolean;
|
|
@@ -1234,7 +1236,7 @@ declare namespace gapi.client {
|
|
|
1234
1236
|
fields?: string;
|
|
1235
1237
|
/** 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. */
|
|
1236
1238
|
key?: string;
|
|
1237
|
-
/** Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{
|
|
1239
|
+
/** Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
1238
1240
|
name: string;
|
|
1239
1241
|
/** OAuth 2.0 token for the current user. */
|
|
1240
1242
|
oauth_token?: string;
|
|
@@ -1265,7 +1267,7 @@ declare namespace gapi.client {
|
|
|
1265
1267
|
fields?: string;
|
|
1266
1268
|
/** 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. */
|
|
1267
1269
|
key?: string;
|
|
1268
|
-
/** Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{
|
|
1270
|
+
/** Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}` */
|
|
1269
1271
|
name: string;
|
|
1270
1272
|
/** OAuth 2.0 token for the current user. */
|
|
1271
1273
|
oauth_token?: string;
|
|
@@ -1296,7 +1298,7 @@ declare namespace gapi.client {
|
|
|
1296
1298
|
fields?: string;
|
|
1297
1299
|
/** 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. */
|
|
1298
1300
|
key?: string;
|
|
1299
|
-
/** Required. The name of the `TestConfig` resource to retrieve. Format: `projects/{project_number}/apps/{
|
|
1301
|
+
/** Required. The name of the `TestConfig` resource to retrieve. Format: `projects/{project_number}/apps/{app}/testConfig` */
|
|
1300
1302
|
name: string;
|
|
1301
1303
|
/** OAuth 2.0 token for the current user. */
|
|
1302
1304
|
oauth_token?: string;
|
|
@@ -1323,7 +1325,7 @@ declare namespace gapi.client {
|
|
|
1323
1325
|
fields?: string;
|
|
1324
1326
|
/** 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. */
|
|
1325
1327
|
key?: string;
|
|
1326
|
-
/** Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{
|
|
1328
|
+
/** Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app}/testConfig` */
|
|
1327
1329
|
name: string;
|
|
1328
1330
|
/** OAuth 2.0 token for the current user. */
|
|
1329
1331
|
oauth_token?: string;
|
|
@@ -1354,7 +1356,7 @@ declare namespace gapi.client {
|
|
|
1354
1356
|
fields?: string;
|
|
1355
1357
|
/** 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. */
|
|
1356
1358
|
key?: string;
|
|
1357
|
-
/** Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{
|
|
1359
|
+
/** Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app}/testConfig` */
|
|
1358
1360
|
name: string;
|
|
1359
1361
|
/** OAuth 2.0 token for the current user. */
|
|
1360
1362
|
oauth_token?: string;
|
package/package.json
CHANGED