@maxim_mazurok/gapi.client.merchantapi-reports_v1beta 0.0.20260608 → 0.0.20260615
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=reports_v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260615
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -658,7 +658,7 @@ declare namespace gapi.client {
|
|
|
658
658
|
key?: string;
|
|
659
659
|
/** OAuth 2.0 token for the current user. */
|
|
660
660
|
oauth_token?: string;
|
|
661
|
-
/** Required. Id of the account making the call. Must be a standalone account or an
|
|
661
|
+
/** Required. Id of the account making the call. Must be a standalone account or a subaccount of an advanced account. Format: accounts/{account} */
|
|
662
662
|
parent: string;
|
|
663
663
|
/** Returns response with indentations and line breaks. */
|
|
664
664
|
prettyPrint?: boolean;
|
|
@@ -687,7 +687,7 @@ declare namespace gapi.client {
|
|
|
687
687
|
key?: string;
|
|
688
688
|
/** OAuth 2.0 token for the current user. */
|
|
689
689
|
oauth_token?: string;
|
|
690
|
-
/** Required. Id of the account making the call. Must be a standalone account or an
|
|
690
|
+
/** Required. Id of the account making the call. Must be a standalone account or a subaccount of an advanced account. Format: accounts/{account} */
|
|
691
691
|
parent: string;
|
|
692
692
|
/** Returns response with indentations and line breaks. */
|
|
693
693
|
prettyPrint?: boolean;
|