@maxim_mazurok/gapi.client.merchantapi-accounts_v1 0.0.20250825 → 0.0.20250830

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 +5 -5
  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: 20250825
12
+ // Revision: 20250830
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 {
@@ -776,7 +776,7 @@ declare namespace gapi.client {
776
776
  shippingEligible?: boolean;
777
777
  }
778
778
  interface RegisterGcpRequest {
779
- /** Immutable. If the developer email provided is associated with a user in the merchant account provided, the user will be updated to have "API developer" access type and the email preference corresponding to that user will be updated to have the new "API notifications" preference. If the developer email provided is not associated with any user we will just add it as a contact. The email preference corresponding to that contact will have the new "API notifications" preference */
779
+ /** Immutable. If the developer email provided is associated with a user in the merchant account provided, the user will be updated to have "API developer" access type and the email preference corresponding to that user will be updated to have the new "API notifications" preference. If the developer email provided is not associated with any user we will just add it as a contact. The email preference corresponding to that contact will have the new "API notifications" preference. Make sure the email used is associated with a Google Account (Google Workspace account or Gmail account) and is not a service account as service accounts can't receive emails. */
780
780
  developerEmail?: string;
781
781
  }
782
782
  interface RejectAccountServiceRequest {}
@@ -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.20250825",
3
+ "version": "0.0.20250830",
4
4
  "description": "TypeScript typings for Merchant API accounts_v1",
5
5
  "repository": {
6
6
  "type": "git",