Skip to content

Commit 2d1aa6e

Browse files
Merge 'billing-Node.js-2022-01-01-online-2281-2026_02_25_11_02_33' into 'master'
billing-Node.js-2022-01-01-online-2281-2026_02_25_11_02_33 See merge request: !31
2 parents 82e0dc9 + 68d9006 commit 2d1aa6e

7 files changed

Lines changed: 37 additions & 2 deletions

service/billing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@volcengine/billing",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "swagger client for @volcengine/billing",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",

service/billing/src/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export type UnsubscribeInstanceCommandOutput = CommandOutput<UnsubscribeInstance
172172
export type UpdateAuthCommandOutput = CommandOutput<UpdateAuthResponse>;
173173
export type UpdateBudgetCommandOutput = CommandOutput<UpdateBudgetResponse>;
174174

175-
176175
/**
177176
* BILLINGClient Service Client
178177
*/

service/billing/src/types/list-for-list-amortized-cost-bill-daily-output.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,12 @@ export interface ListForListAmortizedCostBillDailyOutput {
614614
*/
615615
RegionCode?: string;
616616

617+
/**
618+
* @type {string}
619+
* @memberof ListForListAmortizedCostBillDailyOutput
620+
*/
621+
ResourceID?: string;
622+
617623
/**
618624
* @type {string}
619625
* @memberof ListForListAmortizedCostBillDailyOutput

service/billing/src/types/list-for-list-amortized-cost-bill-detail-output.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,12 @@ export interface ListForListAmortizedCostBillDetailOutput {
530530
*/
531531
Region?: string;
532532

533+
/**
534+
* @type {string}
535+
* @memberof ListForListAmortizedCostBillDetailOutput
536+
*/
537+
ResourceID?: string;
538+
533539
/**
534540
* @type {string}
535541
* @memberof ListForListAmortizedCostBillDetailOutput

service/billing/src/types/list-for-list-amortized-cost-bill-monthly-output.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,12 @@ export interface ListForListAmortizedCostBillMonthlyOutput {
752752
*/
753753
Region?: string;
754754

755+
/**
756+
* @type {string}
757+
* @memberof ListForListAmortizedCostBillMonthlyOutput
758+
*/
759+
ResourceID?: string;
760+
755761
/**
756762
* @type {string}
757763
* @memberof ListForListAmortizedCostBillMonthlyOutput

service/billing/src/types/list-for-list-bill-detail-output.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,12 @@ export interface ListForListBillDetailOutput {
422422
*/
423423
ReservationInstance?: string;
424424

425+
/**
426+
* @type {string}
427+
* @memberof ListForListBillDetailOutput
428+
*/
429+
ResourceID?: string;
430+
425431
/**
426432
* @type {number}
427433
* @memberof ListForListBillDetailOutput

service/billing/src/types/list-for-list-split-bill-detail-output.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ export interface ListForListSplitBillDetailOutput {
9292
*/
9393
CostUnit?: string;
9494

95+
/**
96+
* @type {string}
97+
* @memberof ListForListSplitBillDetailOutput
98+
*/
99+
Count?: string;
100+
95101
/**
96102
* @type {string}
97103
* @memberof ListForListSplitBillDetailOutput
@@ -398,6 +404,12 @@ export interface ListForListSplitBillDetailOutput {
398404
*/
399405
ReservationInstance?: string;
400406

407+
/**
408+
* @type {string}
409+
* @memberof ListForListSplitBillDetailOutput
410+
*/
411+
ResourceID?: string;
412+
401413
/**
402414
* @type {string}
403415
* @memberof ListForListSplitBillDetailOutput

0 commit comments

Comments
 (0)