@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta 0.0.20250416 → 0.0.20250421
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 +7 -3
- 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://merchantapi.googleapis.com/$discovery/rest?version=accounts_v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250421
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -36,6 +36,10 @@ declare namespace gapi.client {
|
|
|
36
36
|
/** When set, it states that the accepted `TermsOfService` is only valid until the end of this date (in UTC). A new one must be accepted before then. The information of the required `TermsOfService` is found in the `Required` message. */
|
|
37
37
|
validUntil?: Date;
|
|
38
38
|
}
|
|
39
|
+
interface AcceptTermsOfServiceResponse {
|
|
40
|
+
/** The agreement state after accepting the ToS. */
|
|
41
|
+
termsOfServiceAgreementState?: TermsOfServiceAgreementState;
|
|
42
|
+
}
|
|
39
43
|
interface Account {
|
|
40
44
|
/** Output only. The ID of the account. */
|
|
41
45
|
accountId?: string;
|
|
@@ -2419,7 +2423,7 @@ declare namespace gapi.client {
|
|
|
2419
2423
|
pageToken?: string;
|
|
2420
2424
|
/** Returns response with indentations and line breaks. */
|
|
2421
2425
|
prettyPrint?: boolean;
|
|
2422
|
-
/** Required. The aggregation service provider. Format: `
|
|
2426
|
+
/** Required. The aggregation service provider. Format: `accounts/{providerId}` */
|
|
2423
2427
|
provider: string;
|
|
2424
2428
|
/** 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. */
|
|
2425
2429
|
quotaUser?: string;
|
|
@@ -2535,7 +2539,7 @@ declare namespace gapi.client {
|
|
|
2535
2539
|
upload_protocol?: string;
|
|
2536
2540
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2537
2541
|
uploadType?: string;
|
|
2538
|
-
}): Request<
|
|
2542
|
+
}): Request<AcceptTermsOfServiceResponse>;
|
|
2539
2543
|
/** Retrieves the `TermsOfService` associated with the provided version. */
|
|
2540
2544
|
get(request?: {
|
|
2541
2545
|
/** V1 error format. */
|