@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta 0.0.20250428 → 0.0.20250430
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 +6 -6
- 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: 20250430
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -446,9 +446,9 @@ declare namespace gapi.client {
|
|
|
446
446
|
storeCodeSetWithMovs?: StoreCodeSetWithMov[];
|
|
447
447
|
}
|
|
448
448
|
interface OnlineReturnPolicy {
|
|
449
|
-
/** This field specifies if merchant only accepts defective products for returns
|
|
449
|
+
/** Optional. This field specifies if merchant only accepts defective products for returns. */
|
|
450
450
|
acceptDefectiveOnly?: boolean;
|
|
451
|
-
/** This field specifies if merchant allows customers to exchange products
|
|
451
|
+
/** Optional. This field specifies if merchant allows customers to exchange products. */
|
|
452
452
|
acceptExchange?: boolean;
|
|
453
453
|
/** Required. Immutable. The countries of sale where the return policy applies. The values must be a valid 2 letter ISO 3166 code. */
|
|
454
454
|
countries?: string[];
|
|
@@ -460,11 +460,11 @@ declare namespace gapi.client {
|
|
|
460
460
|
name?: string;
|
|
461
461
|
/** Optional. The return policy. */
|
|
462
462
|
policy?: Policy;
|
|
463
|
-
/** The field specifies the number of days it takes for merchants to process refunds
|
|
463
|
+
/** Optional. The field specifies the number of days it takes for merchants to process refunds. */
|
|
464
464
|
processRefundDays?: number;
|
|
465
465
|
/** Optional. The restocking fee that applies to all return reason categories. This would be treated as a free restocking fee if the value is not set. */
|
|
466
466
|
restockingFee?: RestockingFee;
|
|
467
|
-
/** The field specifies the return label source.
|
|
467
|
+
/** Optional. The field specifies the return label source. */
|
|
468
468
|
returnLabelSource?: string;
|
|
469
469
|
/** Optional. The return methods of how customers can return an item. This value is required to not be empty unless the type of return policy is noReturns. */
|
|
470
470
|
returnMethods?: string[];
|
|
@@ -2840,7 +2840,7 @@ declare namespace gapi.client {
|
|
|
2840
2840
|
pageToken?: string;
|
|
2841
2841
|
/** Returns response with indentations and line breaks. */
|
|
2842
2842
|
prettyPrint?: boolean;
|
|
2843
|
-
/** Required. The aggregation service provider. Format: `accounts/{
|
|
2843
|
+
/** Required. The aggregation service provider. Format: `accounts/{accountId}` */
|
|
2844
2844
|
provider: string;
|
|
2845
2845
|
/** 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. */
|
|
2846
2846
|
quotaUser?: string;
|