@maxim_mazurok/gapi.client.firebaseappdistribution-v1alpha 0.0.20250228 → 0.0.20250304
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 +63 -1
- 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: 20250304
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -97,6 +97,10 @@ declare namespace gapi.client {
|
|
|
97
97
|
/** Output only. The screenshot used in the context of this assertion. */
|
|
98
98
|
screenshot?: GoogleFirebaseAppdistroV1alphaScreenshot;
|
|
99
99
|
}
|
|
100
|
+
interface GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest {
|
|
101
|
+
/** 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_id}/testCases/{test_case_id}` */
|
|
102
|
+
names?: string[];
|
|
103
|
+
}
|
|
100
104
|
interface GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse {}
|
|
101
105
|
interface GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest {
|
|
102
106
|
/** The actual release notes body from the user */
|
|
@@ -857,6 +861,64 @@ declare namespace gapi.client {
|
|
|
857
861
|
tests: TestsResource;
|
|
858
862
|
}
|
|
859
863
|
interface TestCasesResource {
|
|
864
|
+
/** Delete test cases. */
|
|
865
|
+
batchDelete(request: {
|
|
866
|
+
/** V1 error format. */
|
|
867
|
+
'$.xgafv'?: string;
|
|
868
|
+
/** OAuth access token. */
|
|
869
|
+
access_token?: string;
|
|
870
|
+
/** Data format for response. */
|
|
871
|
+
alt?: string;
|
|
872
|
+
/** JSONP */
|
|
873
|
+
callback?: string;
|
|
874
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
875
|
+
fields?: string;
|
|
876
|
+
/** 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. */
|
|
877
|
+
key?: string;
|
|
878
|
+
/** OAuth 2.0 token for the current user. */
|
|
879
|
+
oauth_token?: string;
|
|
880
|
+
/** Required. The parent resource where these test cases will be deleted. Format: `projects/{project_number}/apps/{app_id}` */
|
|
881
|
+
parent: string;
|
|
882
|
+
/** Returns response with indentations and line breaks. */
|
|
883
|
+
prettyPrint?: boolean;
|
|
884
|
+
/** 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. */
|
|
885
|
+
quotaUser?: string;
|
|
886
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
887
|
+
upload_protocol?: string;
|
|
888
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
889
|
+
uploadType?: string;
|
|
890
|
+
/** Request body */
|
|
891
|
+
resource: GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest;
|
|
892
|
+
}): Request<{}>;
|
|
893
|
+
batchDelete(
|
|
894
|
+
request: {
|
|
895
|
+
/** V1 error format. */
|
|
896
|
+
'$.xgafv'?: string;
|
|
897
|
+
/** OAuth access token. */
|
|
898
|
+
access_token?: string;
|
|
899
|
+
/** Data format for response. */
|
|
900
|
+
alt?: string;
|
|
901
|
+
/** JSONP */
|
|
902
|
+
callback?: string;
|
|
903
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
904
|
+
fields?: string;
|
|
905
|
+
/** 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. */
|
|
906
|
+
key?: string;
|
|
907
|
+
/** OAuth 2.0 token for the current user. */
|
|
908
|
+
oauth_token?: string;
|
|
909
|
+
/** Required. The parent resource where these test cases will be deleted. Format: `projects/{project_number}/apps/{app_id}` */
|
|
910
|
+
parent: string;
|
|
911
|
+
/** Returns response with indentations and line breaks. */
|
|
912
|
+
prettyPrint?: boolean;
|
|
913
|
+
/** 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. */
|
|
914
|
+
quotaUser?: string;
|
|
915
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
916
|
+
upload_protocol?: string;
|
|
917
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
918
|
+
uploadType?: string;
|
|
919
|
+
},
|
|
920
|
+
body: GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest,
|
|
921
|
+
): Request<{}>;
|
|
860
922
|
/** Create a new test case. */
|
|
861
923
|
create(request: {
|
|
862
924
|
/** V1 error format. */
|
package/package.json
CHANGED