@maxim_mazurok/gapi.client.cloudchannel-v1 0.0.20250415 → 0.0.20250420
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 +9 -7
- 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: 20250420
|
|
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.
|
|
104
|
+
/** Optional. Price reference ID for the offer. 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;
|
|
@@ -285,7 +285,7 @@ declare namespace gapi.client {
|
|
|
285
285
|
offer?: string;
|
|
286
286
|
/** Optional. Parameters needed to purchase the Offer. To view the available Parameters refer to the Offer.parameter_definitions from the desired offer. */
|
|
287
287
|
parameters?: GoogleCloudChannelV1Parameter[];
|
|
288
|
-
/** Optional. Price reference ID for the offer.
|
|
288
|
+
/** Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. */
|
|
289
289
|
priceReferenceId?: string;
|
|
290
290
|
/** Optional. Purchase order id provided by the reseller. */
|
|
291
291
|
purchaseOrderId?: string;
|
|
@@ -435,6 +435,8 @@ declare namespace gapi.client {
|
|
|
435
435
|
correlationId?: string;
|
|
436
436
|
/** Output only. Time when the customer was created. */
|
|
437
437
|
createTime?: string;
|
|
438
|
+
/** Optional. Indicate if a customer is attesting about the correctness of provided information. Only required if creating a GCP Entitlement. */
|
|
439
|
+
customerAttestationState?: string;
|
|
438
440
|
/** Required. The customer's primary domain. Must match the primary contact email's domain. */
|
|
439
441
|
domain?: string;
|
|
440
442
|
/** Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier. */
|
|
@@ -505,7 +507,7 @@ declare namespace gapi.client {
|
|
|
505
507
|
offer?: string;
|
|
506
508
|
/** 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. */
|
|
507
509
|
parameters?: GoogleCloudChannelV1Parameter[];
|
|
508
|
-
/** Optional. Price reference ID for the offer.
|
|
510
|
+
/** Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. */
|
|
509
511
|
priceReferenceId?: string;
|
|
510
512
|
/** Output only. Service provisioning details for the entitlement. */
|
|
511
513
|
provisionedService?: GoogleCloudChannelV1ProvisionedService;
|
|
@@ -623,7 +625,7 @@ declare namespace gapi.client {
|
|
|
623
625
|
interface GoogleCloudChannelV1ListOffersResponse {
|
|
624
626
|
/** A token to retrieve the next page of results. */
|
|
625
627
|
nextPageToken?: string;
|
|
626
|
-
/** The list of Offers requested. */
|
|
628
|
+
/** The list of Offers requested. The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated. */
|
|
627
629
|
offers?: GoogleCloudChannelV1Offer[];
|
|
628
630
|
}
|
|
629
631
|
interface GoogleCloudChannelV1ListProductsResponse {
|
|
@@ -867,7 +869,7 @@ declare namespace gapi.client {
|
|
|
867
869
|
interface GoogleCloudChannelV1PurchasableOffer {
|
|
868
870
|
/** Offer. */
|
|
869
871
|
offer?: GoogleCloudChannelV1Offer;
|
|
870
|
-
/** Optional. Price reference ID for the offer.
|
|
872
|
+
/** Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. */
|
|
871
873
|
priceReferenceId?: string;
|
|
872
874
|
}
|
|
873
875
|
interface GoogleCloudChannelV1PurchasableSku {
|
|
@@ -1036,7 +1038,7 @@ declare namespace gapi.client {
|
|
|
1036
1038
|
interface GoogleCloudChannelV1TransferableOffer {
|
|
1037
1039
|
/** Offer with parameter constraints updated to allow the Transfer. */
|
|
1038
1040
|
offer?: GoogleCloudChannelV1Offer;
|
|
1039
|
-
/** Optional. Price reference ID for the offer.
|
|
1041
|
+
/** Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order. */
|
|
1040
1042
|
priceReferenceId?: string;
|
|
1041
1043
|
}
|
|
1042
1044
|
interface GoogleCloudChannelV1TransferableSku {
|