@volcengine/billing 1.0.1 → 1.0.3
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/.turbo/turbo-build.log +6 -6
- package/dist/cjs/index.js +33 -3
- package/dist/esm/api.d.ts +33 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +22 -1
- package/dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts +36 -0
- package/dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
- package/dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts +30 -0
- package/dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
- package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts +35 -0
- package/dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts.map +1 -0
- package/dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts +35 -0
- package/dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts.map +1 -0
- package/dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts +102 -0
- package/dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +21 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/list-cost-analysis-open-api-request.d.ts +66 -0
- package/dist/esm/types/list-cost-analysis-open-api-request.d.ts.map +1 -0
- package/dist/esm/types/list-cost-analysis-open-api-response.d.ts +41 -0
- package/dist/esm/types/list-cost-analysis-open-api-response.d.ts.map +1 -0
- package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts +5 -0
- package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts +5 -0
- package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts +5 -0
- package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-bill-detail-output.d.ts +5 -0
- package/dist/esm/types/list-for-list-bill-detail-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts +10 -0
- package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts.map +1 -1
- package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts +40 -0
- package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts.map +1 -0
- package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts +25 -0
- package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts.map +1 -0
- package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
- package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/api.ts +57 -1
- package/src/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/configuration-code-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/cost-data-for-list-cost-analysis-open-api-output.ts +41 -0
- package/src/types/cost-for-list-cost-analysis-open-api-output.ts +34 -0
- package/src/types/element-code-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/filter-for-list-cost-analysis-open-api-input.ts +40 -0
- package/src/types/get-filter-info-for-cost-analysis-request.ts +40 -0
- package/src/types/get-filter-info-for-cost-analysis-response.ts +118 -0
- package/src/types/index.ts +21 -0
- package/src/types/list-cost-analysis-open-api-request.ts +77 -0
- package/src/types/list-cost-analysis-open-api-response.ts +47 -0
- package/src/types/list-for-list-amortized-cost-bill-daily-output.ts +6 -0
- package/src/types/list-for-list-amortized-cost-bill-detail-output.ts +6 -0
- package/src/types/list-for-list-amortized-cost-bill-monthly-output.ts +6 -0
- package/src/types/list-for-list-bill-detail-output.ts +6 -0
- package/src/types/list-for-list-split-bill-detail-output.ts +12 -0
- package/src/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/product-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/project-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/query-tag-value-by-tag-key-request.ts +46 -0
- package/src/types/query-tag-value-by-tag-key-response.ts +28 -0
- package/src/types/region-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
- package/src/types/zone-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
|
@@ -76,6 +76,11 @@ export interface ListForListSplitBillDetailOutput {
|
|
|
76
76
|
* @memberof ListForListSplitBillDetailOutput
|
|
77
77
|
*/
|
|
78
78
|
CostUnit?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ListForListSplitBillDetailOutput
|
|
82
|
+
*/
|
|
83
|
+
Count?: string;
|
|
79
84
|
/**
|
|
80
85
|
* @type {string}
|
|
81
86
|
* @memberof ListForListSplitBillDetailOutput
|
|
@@ -331,6 +336,11 @@ export interface ListForListSplitBillDetailOutput {
|
|
|
331
336
|
* @memberof ListForListSplitBillDetailOutput
|
|
332
337
|
*/
|
|
333
338
|
ReservationInstance?: string;
|
|
339
|
+
/**
|
|
340
|
+
* @type {string}
|
|
341
|
+
* @memberof ListForListSplitBillDetailOutput
|
|
342
|
+
*/
|
|
343
|
+
ResourceID?: string;
|
|
334
344
|
/**
|
|
335
345
|
* @type {string}
|
|
336
346
|
* @memberof ListForListSplitBillDetailOutput
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-for-list-split-bill-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/list-for-list-split-bill-detail-output.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"list-for-list-split-bill-detail-output.d.ts","sourceRoot":"","sources":["../../../src/types/list-for-list-split-bill-detail-output.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
OwnerID?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
OwnerUserName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
PayerID?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
PayerUserName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProductListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProductListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
ProductCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProductListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
ProductName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=product-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/product-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gDAAgD;IAE7D;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
Project?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
ProjectDisplayName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=project-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/project-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gDAAgD;IAE7D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface QueryTagValueByTagKeyRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface QueryTagValueByTagKeyRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
22
|
+
*/
|
|
23
|
+
BeginTimeStr: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
27
|
+
*/
|
|
28
|
+
EndTimeStr: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
32
|
+
*/
|
|
33
|
+
TagKey: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
37
|
+
*/
|
|
38
|
+
TimeGranularity: number;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=query-tag-value-by-tag-key-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-tag-value-by-tag-key-request.d.ts","sourceRoot":"","sources":["../../../src/types/query-tag-value-by-tag-key-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface QueryTagValueByTagKeyResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface QueryTagValueByTagKeyResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof QueryTagValueByTagKeyResponse
|
|
22
|
+
*/
|
|
23
|
+
TagValueList?: Array<string>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=query-tag-value-by-tag-key-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-tag-value-by-tag-key-response.d.ts","sourceRoot":"","sources":["../../../src/types/query-tag-value-by-tag-key-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RegionListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface RegionListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RegionListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
RegionCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof RegionListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
RegionName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=region-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"region-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/region-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+CAA+C;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SubjectNoListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface SubjectNoListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
SubjectName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
SubjectNo?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kDAAkD;IAE/D;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ZoneListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ZoneListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
RegionZoneCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
RegionZoneName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=zone-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zone-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/zone-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6CAA6C;IAE1D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|