@maxim_mazurok/gapi.client.merchantapi-accounts_v1beta 0.0.20250504 → 0.0.20250505
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 +3 -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: 20250505
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -219,7 +219,7 @@ declare namespace gapi.client {
|
|
|
219
219
|
percentageAdjustment?: string;
|
|
220
220
|
}
|
|
221
221
|
interface ClaimHomepageRequest {
|
|
222
|
-
/** Optional. When set to `true`, this option removes any existing claim on the requested website
|
|
222
|
+
/** Optional. When set to `true`, this option removes any existing claim on the requested website from any other account to the account making the request, effectively replacing the previous claim. */
|
|
223
223
|
overwrite?: boolean;
|
|
224
224
|
}
|
|
225
225
|
interface CreateAndConfigureAccountRequest {
|
|
@@ -1276,7 +1276,7 @@ declare namespace gapi.client {
|
|
|
1276
1276
|
): Request<EmailPreferences>;
|
|
1277
1277
|
}
|
|
1278
1278
|
interface HomepageResource {
|
|
1279
|
-
/** Claims a store's homepage. Executing this method requires admin access. If the homepage is already claimed, this will recheck the verification (unless the merchant is exempted from claiming, which also exempts from verification) and return a successful response. If ownership can no longer be verified, it will return an error, but it won't clear the claim. In case of failure, a canonical error message
|
|
1279
|
+
/** Claims a store's homepage. Executing this method requires admin access. If the homepage is already claimed, this will recheck the verification (unless the merchant is exempted from claiming, which also exempts from verification) and return a successful response. If ownership can no longer be verified, it will return an error, but it won't clear the claim. In case of failure, a canonical error message is returned: * PERMISSION_DENIED: User doesn't have the necessary permissions on this Merchant Center account. * FAILED_PRECONDITION: - The account is not a Merchant Center account. - Merchant Center account doesn't have a homepage. - Claiming failed (in this case the error message contains more details). */
|
|
1280
1280
|
claim(request: {
|
|
1281
1281
|
/** V1 error format. */
|
|
1282
1282
|
'$.xgafv'?: string;
|