@maxim_mazurok/gapi.client.cloudchannel-v1 0.1.20260616 → 0.2.20260620
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 +8 -27
- 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: 20260620
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -182,10 +182,7 @@ declare namespace gapi.client {
|
|
|
182
182
|
interface GoogleCloudChannelV1alpha1OpportunityEvent {
|
|
183
183
|
/** Type of event which happened for the opportunity. */
|
|
184
184
|
eventType?:
|
|
185
|
-
| '
|
|
186
|
-
| 'CREATED'
|
|
187
|
-
| 'UPDATED'
|
|
188
|
-
| 'PARTNER_DETACHED';
|
|
185
|
+
'TYPE_UNSPECIFIED' | 'CREATED' | 'UPDATED' | 'PARTNER_DETACHED';
|
|
189
186
|
/** Resource name of the opportunity. Format: opportunities/{opportunity} */
|
|
190
187
|
opportunity?: string;
|
|
191
188
|
/** Resource name of the partner. Format: partners/{partner} */
|
|
@@ -268,11 +265,7 @@ declare namespace gapi.client {
|
|
|
268
265
|
startTime?: string;
|
|
269
266
|
/** The current state of the report generation process. */
|
|
270
267
|
state?:
|
|
271
|
-
| '
|
|
272
|
-
| 'STARTED'
|
|
273
|
-
| 'WRITING'
|
|
274
|
-
| 'AVAILABLE'
|
|
275
|
-
| 'FAILED';
|
|
268
|
+
'STATE_UNSPECIFIED' | 'STARTED' | 'WRITING' | 'AVAILABLE' | 'FAILED';
|
|
276
269
|
}
|
|
277
270
|
interface GoogleCloudChannelV1alpha1RunReportJobResponse {
|
|
278
271
|
/** Pass `report_job.name` to FetchReportResultsRequest.report_job to retrieve the report's results. */
|
|
@@ -475,9 +468,7 @@ declare namespace gapi.client {
|
|
|
475
468
|
adjustment?: GoogleCloudChannelV1RepricingAdjustment;
|
|
476
469
|
/** Required. The RebillingBasis to use for the applied override. Shows the relative cost based on your repricing costs. */
|
|
477
470
|
rebillingBasis?:
|
|
478
|
-
| '
|
|
479
|
-
| 'COST_AT_LIST'
|
|
480
|
-
| 'DIRECT_CUSTOMER_COST';
|
|
471
|
+
'REBILLING_BASIS_UNSPECIFIED' | 'COST_AT_LIST' | 'DIRECT_CUSTOMER_COST';
|
|
481
472
|
/** Required. Specifies the condition which, if met, will apply the override. */
|
|
482
473
|
repricingCondition?: GoogleCloudChannelV1RepricingCondition;
|
|
483
474
|
}
|
|
@@ -628,9 +619,7 @@ declare namespace gapi.client {
|
|
|
628
619
|
provisionedService?: GoogleCloudChannelV1ProvisionedService;
|
|
629
620
|
/** Output only. Current provisioning state of the entitlement. */
|
|
630
621
|
provisioningState?:
|
|
631
|
-
| '
|
|
632
|
-
| 'ACTIVE'
|
|
633
|
-
| 'SUSPENDED';
|
|
622
|
+
'PROVISIONING_STATE_UNSPECIFIED' | 'ACTIVE' | 'SUSPENDED';
|
|
634
623
|
/** Optional. This purchase order (PO) information is for resellers to use for their company tracking usage. If a purchaseOrderId value is given, it appears in the API responses and shows up in the invoice. The property accepts up to 80 plain text characters. This is only supported for Google Workspace entitlements. */
|
|
635
624
|
purchaseOrderId?: string;
|
|
636
625
|
/** Output only. Enumerable of all current suspension reasons for an entitlement. */
|
|
@@ -1148,11 +1137,7 @@ declare namespace gapi.client {
|
|
|
1148
1137
|
startTime?: string;
|
|
1149
1138
|
/** The current state of the report generation process. */
|
|
1150
1139
|
state?:
|
|
1151
|
-
| '
|
|
1152
|
-
| 'STARTED'
|
|
1153
|
-
| 'WRITING'
|
|
1154
|
-
| 'AVAILABLE'
|
|
1155
|
-
| 'FAILED';
|
|
1140
|
+
'STATE_UNSPECIFIED' | 'STARTED' | 'WRITING' | 'AVAILABLE' | 'FAILED';
|
|
1156
1141
|
}
|
|
1157
1142
|
interface GoogleCloudChannelV1ReportValue {
|
|
1158
1143
|
/** A value of type `google.type.DateTime` (year, month, day, hour, minute, second, and UTC offset or timezone.) */
|
|
@@ -1189,9 +1174,7 @@ declare namespace gapi.client {
|
|
|
1189
1174
|
entitlementGranularity?: GoogleCloudChannelV1RepricingConfigEntitlementGranularity;
|
|
1190
1175
|
/** Required. The RebillingBasis to use for this bill. Specifies the relative cost based on repricing costs you will apply. */
|
|
1191
1176
|
rebillingBasis?:
|
|
1192
|
-
| '
|
|
1193
|
-
| 'COST_AT_LIST'
|
|
1194
|
-
| 'DIRECT_CUSTOMER_COST';
|
|
1177
|
+
'REBILLING_BASIS_UNSPECIFIED' | 'COST_AT_LIST' | 'DIRECT_CUSTOMER_COST';
|
|
1195
1178
|
}
|
|
1196
1179
|
interface GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity {}
|
|
1197
1180
|
interface GoogleCloudChannelV1RepricingConfigEntitlementGranularity {
|
|
@@ -3139,9 +3122,7 @@ declare namespace gapi.client {
|
|
|
3139
3122
|
callback?: string;
|
|
3140
3123
|
/** Required. Change Type for the entitlement. */
|
|
3141
3124
|
'changeOfferPurchase.changeType'?:
|
|
3142
|
-
| '
|
|
3143
|
-
| 'UPGRADE'
|
|
3144
|
-
| 'DOWNGRADE';
|
|
3125
|
+
'CHANGE_TYPE_UNSPECIFIED' | 'UPGRADE' | 'DOWNGRADE';
|
|
3145
3126
|
/** Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} */
|
|
3146
3127
|
'changeOfferPurchase.entitlement'?: string;
|
|
3147
3128
|
/** Required. List SKUs belonging to this Product. Format: products/{product_id}. Supports products/- to retrieve SKUs for all products. */
|