@maxim_mazurok/gapi.client.cloudchannel-v1 0.0.20250322 → 0.0.20250325
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 +4 -4
- 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://cloudchannel.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250325
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -101,7 +101,7 @@ declare namespace gapi.client {
|
|
|
101
101
|
offer?: string;
|
|
102
102
|
/** Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. For Google Workspace, the following Parameters may be accepted as input: - max_units: The maximum assignable units for a flexible offer OR - num_units: The total commitment for commitment-based offers The response may additionally include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. For Google Cloud billing subaccounts, the following Parameter may be accepted as input: - display_name: The display name of the billing subaccount. */
|
|
103
103
|
parameters?: GoogleCloudChannelV1alpha1Parameter[];
|
|
104
|
-
/** Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.
|
|
104
|
+
/** Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. */
|
|
105
105
|
priceReferenceId?: string;
|
|
106
106
|
/** Output only. Service provisioning details for the entitlement. */
|
|
107
107
|
provisionedService?: GoogleCloudChannelV1alpha1ProvisionedService;
|
|
@@ -283,7 +283,7 @@ declare namespace gapi.client {
|
|
|
283
283
|
offer?: string;
|
|
284
284
|
/** Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer. */
|
|
285
285
|
parameters?: GoogleCloudChannelV1Parameter[];
|
|
286
|
-
/** Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.
|
|
286
|
+
/** Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. */
|
|
287
287
|
priceReferenceId?: string;
|
|
288
288
|
/** Optional. Purchase order id provided by the reseller. */
|
|
289
289
|
purchaseOrderId?: string;
|
|
@@ -503,7 +503,7 @@ declare namespace gapi.client {
|
|
|
503
503
|
offer?: string;
|
|
504
504
|
/** Extended entitlement parameters. When creating an entitlement, valid parameter names and values are defined in the Offer.parameter_definitions. For Google Workspace, the following Parameters may be accepted as input: - max_units: The maximum assignable units for a flexible offer OR - num_units: The total commitment for commitment-based offers The response may additionally include the following output-only Parameters: - assigned_units: The number of licenses assigned to users. For Google Cloud billing subaccounts, the following Parameter may be accepted as input: - display_name: The display name of the billing subaccount. */
|
|
505
505
|
parameters?: GoogleCloudChannelV1Parameter[];
|
|
506
|
-
/** Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.
|
|
506
|
+
/** Optional. Price reference ID for the offer. Optional field only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. */
|
|
507
507
|
priceReferenceId?: string;
|
|
508
508
|
/** Output only. Service provisioning details for the entitlement. */
|
|
509
509
|
provisionedService?: GoogleCloudChannelV1ProvisionedService;
|