@maxim_mazurok/gapi.client.cloudbilling-v1beta 0.0.20230818 → 0.0.20230825
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 +7 -4
- 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: 20230825
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -312,7 +312,7 @@ declare namespace gapi.client {
|
|
|
312
312
|
/** Percentage of the fixed discount. */
|
|
313
313
|
discountPercent?:
|
|
314
314
|
Decimal;
|
|
315
|
-
/** Type of the fixed discount scope which indicates the source of the discount. It can have values such as 'sku-group'. */
|
|
315
|
+
/** Type of the fixed discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'. */
|
|
316
316
|
discountScopeType?:
|
|
317
317
|
string;
|
|
318
318
|
/** Time that the fixed discount is anchored to. */
|
|
@@ -329,7 +329,7 @@ declare namespace gapi.client {
|
|
|
329
329
|
/** Percentage of the floating discount. */
|
|
330
330
|
discountPercent?:
|
|
331
331
|
Decimal;
|
|
332
|
-
/** Type of the floating discount scope which indicates the source of the discount. It can have values such as 'sku-group'. */
|
|
332
|
+
/** Type of the floating discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'. */
|
|
333
333
|
discountScopeType?:
|
|
334
334
|
string;
|
|
335
335
|
/** SKU group where the floating discount comes from. */
|
|
@@ -372,7 +372,10 @@ declare namespace gapi.client {
|
|
|
372
372
|
/** Price migrated from other SKUs. */
|
|
373
373
|
migratedPrice?:
|
|
374
374
|
GoogleCloudBillingBillingaccountpricesV1betaMigratedPrice;
|
|
375
|
-
/**
|
|
375
|
+
/**
|
|
376
|
+
* Type of the price reason. It can have values such as 'unspecified', 'default-price', 'fixed-price', 'fixed-discount', 'floating-discount', 'migrated-price', 'merged-price',
|
|
377
|
+
* 'list-price-as-ceiling'.
|
|
378
|
+
*/
|
|
376
379
|
type?:
|
|
377
380
|
string;
|
|
378
381
|
}
|
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: 20230825
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|