@maxim_mazurok/gapi.client.merchantapi-promotions_v1beta 0.0.20250804 → 0.0.20250808
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=promotions_v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250808
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -314,9 +314,9 @@ declare namespace gapi.client {
|
|
|
314
314
|
key?: string;
|
|
315
315
|
/** OAuth 2.0 token for the current user. */
|
|
316
316
|
oauth_token?: string;
|
|
317
|
-
/**
|
|
317
|
+
/** Optional. The maximum number of promotions to return. The service may return fewer than this value. The maximum value is 250; values above 250 will be coerced to 250. If unspecified, the maximum number of promotions will be returned. */
|
|
318
318
|
pageSize?: number;
|
|
319
|
-
/**
|
|
319
|
+
/** Optional. A page token, received from a previous `ListPromotions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPromotions` must match the call that provided the page token. */
|
|
320
320
|
pageToken?: string;
|
|
321
321
|
/** Required. The account to list processed promotions for. Format: `accounts/{account}` */
|
|
322
322
|
parent: string;
|