@maxim_mazurok/gapi.client.merchantapi-promotions_v1 0.0.20250804 → 0.0.20250805
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_v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250805
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -311,9 +311,9 @@ declare namespace gapi.client {
|
|
|
311
311
|
key?: string;
|
|
312
312
|
/** OAuth 2.0 token for the current user. */
|
|
313
313
|
oauth_token?: string;
|
|
314
|
-
/**
|
|
314
|
+
/** 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. */
|
|
315
315
|
pageSize?: number;
|
|
316
|
-
/**
|
|
316
|
+
/** 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. */
|
|
317
317
|
pageToken?: string;
|
|
318
318
|
/** Required. The account to list processed promotions for. Format: `accounts/{account}` */
|
|
319
319
|
parent: string;
|