@maxim_mazurok/gapi.client.merchantapi-accounts_v1 0.0.20250826 → 0.0.20250901

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -4
  2. 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_v1
12
- // Revision: 20250826
12
+ // Revision: 20250901
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -186,7 +186,7 @@ declare namespace gapi.client {
186
186
  regions?: Region[];
187
187
  }
188
188
  interface BatchDeleteRegionsRequest {
189
- /** Required. The names of the regions to delete. A maximum of 1000 regions can be deleted in a batch. */
189
+ /** Required. The names of the regions to delete. A maximum of 100 regions can be deleted in a batch. */
190
190
  requests?: DeleteRegionRequest[];
191
191
  }
192
192
  interface BatchUpdateRegionsRequest {
@@ -2845,7 +2845,7 @@ declare namespace gapi.client {
2845
2845
  key?: string;
2846
2846
  /** OAuth 2.0 token for the current user. */
2847
2847
  oauth_token?: string;
2848
- /** Required. The account to create a region for. Format: `accounts/{account}` */
2848
+ /** Required. The account to delete one or more regions from. Format: `accounts/{account}` */
2849
2849
  parent: string;
2850
2850
  /** Returns response with indentations and line breaks. */
2851
2851
  prettyPrint?: boolean;
@@ -2874,7 +2874,7 @@ declare namespace gapi.client {
2874
2874
  key?: string;
2875
2875
  /** OAuth 2.0 token for the current user. */
2876
2876
  oauth_token?: string;
2877
- /** Required. The account to create a region for. Format: `accounts/{account}` */
2877
+ /** Required. The account to delete one or more regions from. Format: `accounts/{account}` */
2878
2878
  parent: string;
2879
2879
  /** Returns response with indentations and line breaks. */
2880
2880
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.merchantapi-accounts_v1",
3
- "version": "0.0.20250826",
3
+ "version": "0.0.20250901",
4
4
  "description": "TypeScript typings for Merchant API accounts_v1",
5
5
  "repository": {
6
6
  "type": "git",