@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta 0.0.20250414 → 0.0.20250416
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 +5 -5
- 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: 20250416
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -49,7 +49,7 @@ declare namespace gapi.client {
|
|
|
49
49
|
name?: string;
|
|
50
50
|
/** Output only. Whether this is a test account. */
|
|
51
51
|
testAccount?: boolean;
|
|
52
|
-
/** Required. The time zone of the account. On writes, `time_zone` sets both the `reporting_time_zone` and the `display_time_zone`. For reads, `time_zone` always returns the `display_time_zone`. If `display_time_zone` doesn't exist for your account, `time_zone` is empty. */
|
|
52
|
+
/** Required. The time zone of the account. On writes, `time_zone` sets both the `reporting_time_zone` and the `display_time_zone`. For reads, `time_zone` always returns the `display_time_zone`. If `display_time_zone` doesn't exist for your account, `time_zone` is empty. The `version` field is not supported, won't be set in responses and will be silently ignored if specified in requests. */
|
|
53
53
|
timeZone?: TimeZone;
|
|
54
54
|
}
|
|
55
55
|
interface AccountAggregation {}
|
|
@@ -591,7 +591,7 @@ declare namespace gapi.client {
|
|
|
591
591
|
interface Service {
|
|
592
592
|
/** Required. A boolean exposing the active status of the shipping service. */
|
|
593
593
|
active?: boolean;
|
|
594
|
-
/** The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups. */
|
|
594
|
+
/** Required. The CLDR code of the currency to which this service applies. Must match that of the prices in rate groups. */
|
|
595
595
|
currencyCode?: string;
|
|
596
596
|
/** Required. The CLDR territory code of the countries to which the service applies. */
|
|
597
597
|
deliveryCountries?: string[];
|
|
@@ -1945,7 +1945,7 @@ declare namespace gapi.client {
|
|
|
1945
1945
|
key?: string;
|
|
1946
1946
|
/** OAuth 2.0 token for the current user. */
|
|
1947
1947
|
oauth_token?: string;
|
|
1948
|
-
/** Required. The account
|
|
1948
|
+
/** Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: `accounts/{ACCOUNT_ID}` */
|
|
1949
1949
|
parent: string;
|
|
1950
1950
|
/** Returns response with indentations and line breaks. */
|
|
1951
1951
|
prettyPrint?: boolean;
|
|
@@ -1974,7 +1974,7 @@ declare namespace gapi.client {
|
|
|
1974
1974
|
key?: string;
|
|
1975
1975
|
/** OAuth 2.0 token for the current user. */
|
|
1976
1976
|
oauth_token?: string;
|
|
1977
|
-
/** Required. The account
|
|
1977
|
+
/** Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: `accounts/{ACCOUNT_ID}` */
|
|
1978
1978
|
parent: string;
|
|
1979
1979
|
/** Returns response with indentations and line breaks. */
|
|
1980
1980
|
prettyPrint?: boolean;
|