@maxim_mazurok/gapi.client.cloudcommerceprocurement-v1 0.0.20250907 → 0.0.20250914
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 +5 -1
- 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://cloudcommerceprocurement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250914
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -39,6 +39,8 @@ declare namespace gapi.client {
|
|
|
39
39
|
name?: string;
|
|
40
40
|
/** Output only. The identifier of the service provider that this account was created against. Each service provider is assigned a unique provider value when they onboard with Cloud Commerce platform. */
|
|
41
41
|
provider?: string;
|
|
42
|
+
/** The reseller parent billing account of the account's corresponding billing account, applicable only when the corresponding billing account is a subaccount of a reseller. Included in responses only for view ACCOUNT_VIEW_FULL. Format: billingAccounts/{billing_account_id} */
|
|
43
|
+
resellerParentBillingAccount?: string;
|
|
42
44
|
/** Output only. The state of the account. This is used to decide whether the customer is in good standing with the provider and is able to make purchases. An account might not be able to make a purchase if the billing account is suspended, for example. */
|
|
43
45
|
state?: string;
|
|
44
46
|
/** Output only. The last update timestamp. */
|
|
@@ -249,6 +251,8 @@ declare namespace gapi.client {
|
|
|
249
251
|
upload_protocol?: string;
|
|
250
252
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
251
253
|
uploadType?: string;
|
|
254
|
+
/** Optional. What information to include in the response. */
|
|
255
|
+
view?: string;
|
|
252
256
|
}): Request<Account>;
|
|
253
257
|
/** Lists Accounts that the provider has access to. */
|
|
254
258
|
list(request?: {
|
package/package.json
CHANGED