@maxim_mazurok/gapi.client.merchantapi-issueresolution_v1beta 0.2.20260701 → 0.2.20260707
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=issueresolution_v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260707
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -372,7 +372,7 @@ declare namespace gapi.client {
|
|
|
372
372
|
message?: string;
|
|
373
373
|
}
|
|
374
374
|
interface AggregateProductStatusesResource {
|
|
375
|
-
/** Lists the `AggregateProductStatuses` resources for your merchant account. The response might contain fewer items than specified by `pageSize`. If `pageToken` was returned in previous request, it can be used to obtain additional results. */
|
|
375
|
+
/** Lists the `AggregateProductStatuses` resources for your merchant account. The response might contain fewer items than specified by `pageSize`. If `pageToken` was returned in previous request, it can be used to obtain additional results. This method can only be accessed by standalone accounts and sub-accounts of an advanced account. To retrieve product statuses for sub-accounts, you must first call the accounts.listSubaccounts method to obtain a list of sub-accounts, and then call `accounts.aggregateProductStatuses.list` for each sub-account individually. */
|
|
376
376
|
list(request?: {
|
|
377
377
|
/** V1 error format. */
|
|
378
378
|
'$.xgafv'?: '1' | '2';
|
|
@@ -394,7 +394,7 @@ declare namespace gapi.client {
|
|
|
394
394
|
pageSize?: number;
|
|
395
395
|
/** Optional. A page token, received from a previous `ListAggregateProductStatuses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAggregateProductStatuses` must match the call that provided the page token. */
|
|
396
396
|
pageToken?: string;
|
|
397
|
-
/** Required. The account to list aggregate product statuses for. Format: `accounts/{account}` */
|
|
397
|
+
/** Required. The account to list aggregate product statuses for. Format: `accounts/{account}` Can only be sub-accounts and standalone accounts. */
|
|
398
398
|
parent: string;
|
|
399
399
|
/** Returns response with indentations and line breaks. */
|
|
400
400
|
prettyPrint?: boolean;
|
package/package.json
CHANGED