@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.1.20251103 → 0.1.20251105
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 +29 -29
- 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: 20251105
|
|
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,7 +149,7 @@ 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/{
|
|
152
|
+
/** Identifier. The name of the device execution resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}` */
|
|
153
153
|
name?: string;
|
|
154
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. */
|
|
155
155
|
resultsStoragePath?: string;
|
|
@@ -333,7 +333,7 @@ declare namespace gapi.client {
|
|
|
333
333
|
displayName?: string;
|
|
334
334
|
/** Optional. Input only. Login credentials for the test. Input only. */
|
|
335
335
|
loginCredential?: GoogleFirebaseAppdistroV1alphaLoginCredential;
|
|
336
|
-
/** 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}` */
|
|
337
337
|
name?: string;
|
|
338
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}` */
|
|
339
339
|
testCase?: string;
|
|
@@ -379,7 +379,7 @@ declare namespace gapi.client {
|
|
|
379
379
|
dependentTestCases?: string[];
|
|
380
380
|
/** Required. Display name of the test case. */
|
|
381
381
|
displayName?: string;
|
|
382
|
-
/** 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}` */
|
|
383
383
|
name?: string;
|
|
384
384
|
/** Optional. Test case that must be run before this test case. */
|
|
385
385
|
prerequisiteTestCase?: string;
|
|
@@ -387,7 +387,7 @@ declare namespace gapi.client {
|
|
|
387
387
|
interface GoogleFirebaseAppdistroV1alphaTestConfig {
|
|
388
388
|
/** Optional. Display name of the AI driven test. Required if the release test is created with multiple goals. */
|
|
389
389
|
displayName?: string;
|
|
390
|
-
/** 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` */
|
|
391
391
|
name?: string;
|
|
392
392
|
/** Optional. Configuration for Robo crawler */
|
|
393
393
|
roboCrawler?: GoogleFirebaseAppdistroV1alphaRoboCrawler;
|
|
@@ -423,7 +423,7 @@ declare namespace gapi.client {
|
|
|
423
423
|
interface GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest {
|
|
424
424
|
/** Optional. If set to true, and the test case is not found, a new test case will be created. */
|
|
425
425
|
allowMissing?: boolean;
|
|
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/{
|
|
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}` */
|
|
427
427
|
testCase?: GoogleFirebaseAppdistroV1alphaTestCase;
|
|
428
428
|
}
|
|
429
429
|
interface GoogleFirebaseAppdistroV1Release {
|
|
@@ -439,7 +439,7 @@ declare namespace gapi.client {
|
|
|
439
439
|
expireTime?: string;
|
|
440
440
|
/** Output only. A link to the Firebase console displaying a single release. */
|
|
441
441
|
firebaseConsoleUri?: string;
|
|
442
|
-
/** 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}` */
|
|
443
443
|
name?: string;
|
|
444
444
|
/** Notes of the release. */
|
|
445
445
|
releaseNotes?: GoogleFirebaseAppdistroV1ReleaseNotes;
|
|
@@ -759,7 +759,7 @@ declare namespace gapi.client {
|
|
|
759
759
|
fields?: string;
|
|
760
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. */
|
|
761
761
|
key?: string;
|
|
762
|
-
/** 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}` */
|
|
763
763
|
name: string;
|
|
764
764
|
/** OAuth 2.0 token for the current user. */
|
|
765
765
|
oauth_token?: string;
|
|
@@ -788,7 +788,7 @@ declare namespace gapi.client {
|
|
|
788
788
|
key?: string;
|
|
789
789
|
/** OAuth 2.0 token for the current user. */
|
|
790
790
|
oauth_token?: string;
|
|
791
|
-
/** 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}` */
|
|
792
792
|
parent: string;
|
|
793
793
|
/** Returns response with indentations and line breaks. */
|
|
794
794
|
prettyPrint?: boolean;
|
|
@@ -819,7 +819,7 @@ declare namespace gapi.client {
|
|
|
819
819
|
key?: string;
|
|
820
820
|
/** OAuth 2.0 token for the current user. */
|
|
821
821
|
oauth_token?: string;
|
|
822
|
-
/** 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}` */
|
|
823
823
|
parent: string;
|
|
824
824
|
/** Returns response with indentations and line breaks. */
|
|
825
825
|
prettyPrint?: boolean;
|
|
@@ -848,7 +848,7 @@ declare namespace gapi.client {
|
|
|
848
848
|
fields?: string;
|
|
849
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. */
|
|
850
850
|
key?: string;
|
|
851
|
-
/** 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}` */
|
|
852
852
|
name: string;
|
|
853
853
|
/** OAuth 2.0 token for the current user. */
|
|
854
854
|
oauth_token?: string;
|
|
@@ -881,7 +881,7 @@ declare namespace gapi.client {
|
|
|
881
881
|
pageSize?: number;
|
|
882
882
|
/** Optional. A page token, received from a previous `ListReleaseTests` call. Provide this to retrieve the subsequent page. */
|
|
883
883
|
pageToken?: string;
|
|
884
|
-
/** 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}` */
|
|
885
885
|
parent: string;
|
|
886
886
|
/** Returns response with indentations and line breaks. */
|
|
887
887
|
prettyPrint?: boolean;
|
|
@@ -915,7 +915,7 @@ declare namespace gapi.client {
|
|
|
915
915
|
key?: string;
|
|
916
916
|
/** OAuth 2.0 token for the current user. */
|
|
917
917
|
oauth_token?: string;
|
|
918
|
-
/** 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}` */
|
|
919
919
|
parent: string;
|
|
920
920
|
/** Returns response with indentations and line breaks. */
|
|
921
921
|
prettyPrint?: boolean;
|
|
@@ -944,7 +944,7 @@ declare namespace gapi.client {
|
|
|
944
944
|
key?: string;
|
|
945
945
|
/** OAuth 2.0 token for the current user. */
|
|
946
946
|
oauth_token?: string;
|
|
947
|
-
/** 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}` */
|
|
948
948
|
parent: string;
|
|
949
949
|
/** Returns response with indentations and line breaks. */
|
|
950
950
|
prettyPrint?: boolean;
|
|
@@ -973,7 +973,7 @@ declare namespace gapi.client {
|
|
|
973
973
|
key?: string;
|
|
974
974
|
/** OAuth 2.0 token for the current user. */
|
|
975
975
|
oauth_token?: string;
|
|
976
|
-
/** 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}` */
|
|
977
977
|
parent: string;
|
|
978
978
|
/** Returns response with indentations and line breaks. */
|
|
979
979
|
prettyPrint?: boolean;
|
|
@@ -1002,7 +1002,7 @@ declare namespace gapi.client {
|
|
|
1002
1002
|
key?: string;
|
|
1003
1003
|
/** OAuth 2.0 token for the current user. */
|
|
1004
1004
|
oauth_token?: string;
|
|
1005
|
-
/** 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}` */
|
|
1006
1006
|
parent: string;
|
|
1007
1007
|
/** Returns response with indentations and line breaks. */
|
|
1008
1008
|
prettyPrint?: boolean;
|
|
@@ -1035,7 +1035,7 @@ declare namespace gapi.client {
|
|
|
1035
1035
|
prettyPrint?: boolean;
|
|
1036
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. */
|
|
1037
1037
|
quotaUser?: string;
|
|
1038
|
-
/** 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}` */
|
|
1039
1039
|
testCase: string;
|
|
1040
1040
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1041
1041
|
upload_protocol?: string;
|
|
@@ -1064,7 +1064,7 @@ declare namespace gapi.client {
|
|
|
1064
1064
|
prettyPrint?: boolean;
|
|
1065
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. */
|
|
1066
1066
|
quotaUser?: string;
|
|
1067
|
-
/** 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}` */
|
|
1068
1068
|
testCase: string;
|
|
1069
1069
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1070
1070
|
upload_protocol?: string;
|
|
@@ -1089,7 +1089,7 @@ declare namespace gapi.client {
|
|
|
1089
1089
|
key?: string;
|
|
1090
1090
|
/** OAuth 2.0 token for the current user. */
|
|
1091
1091
|
oauth_token?: string;
|
|
1092
|
-
/** 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}` */
|
|
1093
1093
|
parent: string;
|
|
1094
1094
|
/** Returns response with indentations and line breaks. */
|
|
1095
1095
|
prettyPrint?: boolean;
|
|
@@ -1120,7 +1120,7 @@ declare namespace gapi.client {
|
|
|
1120
1120
|
key?: string;
|
|
1121
1121
|
/** OAuth 2.0 token for the current user. */
|
|
1122
1122
|
oauth_token?: string;
|
|
1123
|
-
/** 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}` */
|
|
1124
1124
|
parent: string;
|
|
1125
1125
|
/** Returns response with indentations and line breaks. */
|
|
1126
1126
|
prettyPrint?: boolean;
|
|
@@ -1149,7 +1149,7 @@ declare namespace gapi.client {
|
|
|
1149
1149
|
fields?: string;
|
|
1150
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. */
|
|
1151
1151
|
key?: string;
|
|
1152
|
-
/** 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}` */
|
|
1153
1153
|
name: string;
|
|
1154
1154
|
/** OAuth 2.0 token for the current user. */
|
|
1155
1155
|
oauth_token?: string;
|
|
@@ -1176,7 +1176,7 @@ declare namespace gapi.client {
|
|
|
1176
1176
|
fields?: string;
|
|
1177
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. */
|
|
1178
1178
|
key?: string;
|
|
1179
|
-
/** 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}` */
|
|
1180
1180
|
name: string;
|
|
1181
1181
|
/** OAuth 2.0 token for the current user. */
|
|
1182
1182
|
oauth_token?: string;
|
|
@@ -1209,7 +1209,7 @@ declare namespace gapi.client {
|
|
|
1209
1209
|
pageSize?: number;
|
|
1210
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. */
|
|
1211
1211
|
pageToken?: string;
|
|
1212
|
-
/** 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}` */
|
|
1213
1213
|
parent: string;
|
|
1214
1214
|
/** Returns response with indentations and line breaks. */
|
|
1215
1215
|
prettyPrint?: boolean;
|
|
@@ -1236,7 +1236,7 @@ declare namespace gapi.client {
|
|
|
1236
1236
|
fields?: string;
|
|
1237
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. */
|
|
1238
1238
|
key?: string;
|
|
1239
|
-
/** 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}` */
|
|
1240
1240
|
name: string;
|
|
1241
1241
|
/** OAuth 2.0 token for the current user. */
|
|
1242
1242
|
oauth_token?: string;
|
|
@@ -1267,7 +1267,7 @@ declare namespace gapi.client {
|
|
|
1267
1267
|
fields?: string;
|
|
1268
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. */
|
|
1269
1269
|
key?: string;
|
|
1270
|
-
/** 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}` */
|
|
1271
1271
|
name: string;
|
|
1272
1272
|
/** OAuth 2.0 token for the current user. */
|
|
1273
1273
|
oauth_token?: string;
|
|
@@ -1298,7 +1298,7 @@ declare namespace gapi.client {
|
|
|
1298
1298
|
fields?: string;
|
|
1299
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. */
|
|
1300
1300
|
key?: string;
|
|
1301
|
-
/** 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` */
|
|
1302
1302
|
name: string;
|
|
1303
1303
|
/** OAuth 2.0 token for the current user. */
|
|
1304
1304
|
oauth_token?: string;
|
|
@@ -1325,7 +1325,7 @@ declare namespace gapi.client {
|
|
|
1325
1325
|
fields?: string;
|
|
1326
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. */
|
|
1327
1327
|
key?: string;
|
|
1328
|
-
/** 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` */
|
|
1329
1329
|
name: string;
|
|
1330
1330
|
/** OAuth 2.0 token for the current user. */
|
|
1331
1331
|
oauth_token?: string;
|
|
@@ -1356,7 +1356,7 @@ declare namespace gapi.client {
|
|
|
1356
1356
|
fields?: string;
|
|
1357
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. */
|
|
1358
1358
|
key?: string;
|
|
1359
|
-
/** 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` */
|
|
1360
1360
|
name: string;
|
|
1361
1361
|
/** OAuth 2.0 token for the current user. */
|
|
1362
1362
|
oauth_token?: string;
|
package/package.json
CHANGED