@maxim_mazurok/gapi.client.cloudbilling-v1beta 0.0.20230804 → 0.0.20230818
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 -14
- package/package.json +1 -1
- package/tests.ts +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://cloudbilling.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230818
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -64,7 +64,7 @@ declare namespace gapi.client {
|
|
|
64
64
|
/** VLAN attachment used for interconnect. */
|
|
65
65
|
interconnectAttachments?:
|
|
66
66
|
VlanAttachment[];
|
|
67
|
-
/**
|
|
67
|
+
/** VLAN attachment type */
|
|
68
68
|
interconnectType?:
|
|
69
69
|
string;
|
|
70
70
|
/** Interconnect circuit link type. */
|
|
@@ -343,15 +343,9 @@ declare namespace gapi.client {
|
|
|
343
343
|
interface GoogleCloudBillingBillingaccountpricesV1betaMergedPrice {
|
|
344
344
|
}
|
|
345
345
|
interface GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice {
|
|
346
|
-
/**
|
|
347
|
-
sourceDiscountOnTargetPrice?:
|
|
348
|
-
GoogleCloudBillingBillingaccountpricesV1betaSourceDiscountOnTargetPrice;
|
|
349
|
-
/** Source SKU where the discount is migrated from. */
|
|
346
|
+
/** Source SKU where the discount is migrated from. Format: billingAccounts/{billing_account}/skus/{sku} */
|
|
350
347
|
sourceSku?:
|
|
351
348
|
string;
|
|
352
|
-
/** Type of the migrated price. It can have values such as 'source-discount-on-target-price'. */
|
|
353
|
-
type?:
|
|
354
|
-
string;
|
|
355
349
|
}
|
|
356
350
|
interface GoogleCloudBillingBillingaccountpricesV1betaPriceReason {
|
|
357
351
|
/** Default price which is the current list price. */
|
|
@@ -412,11 +406,6 @@ declare namespace gapi.client {
|
|
|
412
406
|
startAmount?:
|
|
413
407
|
Decimal;
|
|
414
408
|
}
|
|
415
|
-
interface GoogleCloudBillingBillingaccountpricesV1betaSourceDiscountOnTargetPrice {
|
|
416
|
-
/** Discount percent of the source SKU that is applied on the target SKU's default price. */
|
|
417
|
-
migratedDiscountPercent?:
|
|
418
|
-
Decimal;
|
|
419
|
-
}
|
|
420
409
|
interface GoogleCloudBillingBillingaccountpricesV1betaUnitInfo {
|
|
421
410
|
/** Shorthand for the unit. Example: GiBy.mo. */
|
|
422
411
|
unit?:
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230818
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|