@volcengine/billing 1.0.2 → 1.0.4
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/instance-list-for-list-available-instances-output.d.ts +5 -0
- package/dist/esm/types/instance-list-for-list-available-instances-output.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/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 -0
- 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/instance-list-for-list-available-instances-output.ts +6 -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/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
package/src/types/index.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from './auth-for-list-invitation-output';
|
|
2
2
|
export * from './auth-info-for-list-financial-relation-output';
|
|
3
3
|
export * from './auth-info-for-list-invitation-output';
|
|
4
|
+
export * from './bill-category-list-for-get-filter-info-for-cost-analysis-output';
|
|
4
5
|
export * from './billing-mode-info-list-for-list-budget-filter-billing-mode-output';
|
|
6
|
+
export * from './billing-mode-list-for-get-filter-info-for-cost-analysis-output';
|
|
5
7
|
export * from './budget-alert-message-detail-list-for-query-budget-detail-output';
|
|
6
8
|
export * from './budget-alert-message-for-create-budget-input';
|
|
7
9
|
export * from './budget-alert-message-for-update-budget-input';
|
|
@@ -25,6 +27,7 @@ export * from './budget-range-product-for-query-budget-detail-output';
|
|
|
25
27
|
export * from './budget-range-region-for-query-budget-detail-output';
|
|
26
28
|
export * from './budget-range-subject-for-query-budget-detail-output';
|
|
27
29
|
export * from './budget-range-zone-for-query-budget-detail-output';
|
|
30
|
+
export * from './business-mode-list-for-get-filter-info-for-cost-analysis-output';
|
|
28
31
|
export * from './cancel-invitation-request';
|
|
29
32
|
export * from './cancel-invitation-response';
|
|
30
33
|
export * from './cancel-order-request';
|
|
@@ -39,7 +42,10 @@ export * from './config-list-for-query-price-for-pay-as-you-go-input';
|
|
|
39
42
|
export * from './config-list-for-query-price-for-pay-as-you-go-output';
|
|
40
43
|
export * from './config-list-for-query-price-for-subscription-input';
|
|
41
44
|
export * from './config-list-for-query-price-for-subscription-output';
|
|
45
|
+
export * from './configuration-code-for-get-filter-info-for-cost-analysis-output';
|
|
42
46
|
export * from './convert-list-for-list-bill-overview-by-category-output';
|
|
47
|
+
export * from './cost-data-for-list-cost-analysis-open-api-output';
|
|
48
|
+
export * from './cost-for-list-cost-analysis-open-api-output';
|
|
43
49
|
export * from './create-budget-request';
|
|
44
50
|
export * from './create-budget-response';
|
|
45
51
|
export * from './create-financial-relation-request';
|
|
@@ -50,6 +56,10 @@ export * from './delete-financial-relation-request';
|
|
|
50
56
|
export * from './delete-financial-relation-response';
|
|
51
57
|
export * from './discount-detail-for-query-price-for-pay-as-you-go-output';
|
|
52
58
|
export * from './discount-detail-for-query-price-for-subscription-output';
|
|
59
|
+
export * from './element-code-list-for-get-filter-info-for-cost-analysis-output';
|
|
60
|
+
export * from './filter-for-list-cost-analysis-open-api-input';
|
|
61
|
+
export * from './get-filter-info-for-cost-analysis-request';
|
|
62
|
+
export * from './get-filter-info-for-cost-analysis-response';
|
|
53
63
|
export * from './get-order-request';
|
|
54
64
|
export * from './get-order-response';
|
|
55
65
|
export * from './handle-invitation-request';
|
|
@@ -96,6 +106,8 @@ export * from './list-budget-filter-zone-code-request';
|
|
|
96
106
|
export * from './list-budget-filter-zone-code-response';
|
|
97
107
|
export * from './list-budget-request';
|
|
98
108
|
export * from './list-budget-response';
|
|
109
|
+
export * from './list-cost-analysis-open-api-request';
|
|
110
|
+
export * from './list-cost-analysis-open-api-response';
|
|
99
111
|
export * from './list-coupon-usage-records-request';
|
|
100
112
|
export * from './list-coupon-usage-records-response';
|
|
101
113
|
export * from './list-coupons-request';
|
|
@@ -140,9 +152,13 @@ export * from './order-info-for-common-buy-output';
|
|
|
140
152
|
export * from './order-info-for-get-order-output';
|
|
141
153
|
export * from './order-info-for-list-orders-output';
|
|
142
154
|
export * from './order-product-info-for-list-order-product-details-output';
|
|
155
|
+
export * from './owner-user-name-list-for-get-filter-info-for-cost-analysis-output';
|
|
143
156
|
export * from './pay-order-request';
|
|
144
157
|
export * from './pay-order-response';
|
|
158
|
+
export * from './payer-user-name-list-for-get-filter-info-for-cost-analysis-output';
|
|
145
159
|
export * from './product-limit-list-for-list-coupons-output';
|
|
160
|
+
export * from './product-list-for-get-filter-info-for-cost-analysis-output';
|
|
161
|
+
export * from './project-list-for-get-filter-info-for-cost-analysis-output';
|
|
146
162
|
export * from './query-balance-acct-request';
|
|
147
163
|
export * from './query-balance-acct-response';
|
|
148
164
|
export * from './query-budget-detail-request';
|
|
@@ -153,14 +169,18 @@ export * from './query-price-for-renew-request';
|
|
|
153
169
|
export * from './query-price-for-renew-response';
|
|
154
170
|
export * from './query-price-for-subscription-request';
|
|
155
171
|
export * from './query-price-for-subscription-response';
|
|
172
|
+
export * from './query-tag-value-by-tag-key-request';
|
|
173
|
+
export * from './query-tag-value-by-tag-key-response';
|
|
156
174
|
export * from './recipient-information-list-for-list-recipient-information-output';
|
|
157
175
|
export * from './region-info-list-for-list-budget-filter-region-code-output';
|
|
176
|
+
export * from './region-list-for-get-filter-info-for-cost-analysis-output';
|
|
158
177
|
export * from './relation-for-list-invitation-output';
|
|
159
178
|
export * from './renew-instance-request';
|
|
160
179
|
export * from './renew-instance-response';
|
|
161
180
|
export * from './set-renewal-type-request';
|
|
162
181
|
export * from './set-renewal-type-response';
|
|
163
182
|
export * from './subject-info-list-for-list-budget-filter-subject-info-output';
|
|
183
|
+
export * from './subject-no-list-for-get-filter-info-for-cost-analysis-output';
|
|
164
184
|
export * from './success-instance-info-for-unsubscribe-instance-output';
|
|
165
185
|
export * from './success-instance-list-for-renew-instance-output';
|
|
166
186
|
export * from './success-instance-list-for-set-renewal-type-output';
|
|
@@ -171,3 +191,4 @@ export * from './update-auth-response';
|
|
|
171
191
|
export * from './update-budget-request';
|
|
172
192
|
export * from './update-budget-response';
|
|
173
193
|
export * from './zone-info-list-for-list-budget-filter-zone-code-output';
|
|
194
|
+
export * from './zone-list-for-get-filter-info-for-cost-analysis-output';
|
|
@@ -68,6 +68,12 @@ export interface InstanceListForListAvailableInstancesOutput {
|
|
|
68
68
|
*/
|
|
69
69
|
Product?: string;
|
|
70
70
|
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof InstanceListForListAvailableInstancesOutput
|
|
74
|
+
*/
|
|
75
|
+
ProductName?: string;
|
|
76
|
+
|
|
71
77
|
/**
|
|
72
78
|
* @type {string}
|
|
73
79
|
* @memberof InstanceListForListAvailableInstancesOutput
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { FilterForListCostAnalysisOpenApiInput } from './filter-for-list-cost-analysis-open-api-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListCostAnalysisOpenApiRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface ListCostAnalysisOpenApiRequest {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
27
|
+
*/
|
|
28
|
+
BeginTimeStr: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
33
|
+
*/
|
|
34
|
+
ClassifyDimension: number;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
39
|
+
*/
|
|
40
|
+
ClassifyDimensionValue?: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
45
|
+
*/
|
|
46
|
+
CostType: number;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
51
|
+
*/
|
|
52
|
+
EndTimeStr: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {Array<FilterForListCostAnalysisOpenApiInput>}
|
|
56
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
57
|
+
*/
|
|
58
|
+
Filters?: Array<FilterForListCostAnalysisOpenApiInput>;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
63
|
+
*/
|
|
64
|
+
Limit?: number;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
69
|
+
*/
|
|
70
|
+
Offset?: number;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
75
|
+
*/
|
|
76
|
+
TimeGranularity: number;
|
|
77
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { CostDataForListCostAnalysisOpenApiOutput } from './cost-data-for-list-cost-analysis-open-api-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ListCostAnalysisOpenApiResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface ListCostAnalysisOpenApiResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<CostDataForListCostAnalysisOpenApiOutput>}
|
|
26
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
27
|
+
*/
|
|
28
|
+
CostData?: Array<CostDataForListCostAnalysisOpenApiOutput>;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
33
|
+
*/
|
|
34
|
+
Limit?: number;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
39
|
+
*/
|
|
40
|
+
Offset?: number;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
45
|
+
*/
|
|
46
|
+
Total?: number;
|
|
47
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
OwnerID?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
OwnerUserName?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
PayerID?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
PayerUserName?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ProductListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ProductListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ProductListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
ProductCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ProductListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
ProductName?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ProjectListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
Project?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
ProjectDisplayName?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface QueryTagValueByTagKeyRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface QueryTagValueByTagKeyRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
26
|
+
*/
|
|
27
|
+
BeginTimeStr: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
32
|
+
*/
|
|
33
|
+
EndTimeStr: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
38
|
+
*/
|
|
39
|
+
TagKey: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
44
|
+
*/
|
|
45
|
+
TimeGranularity: number;
|
|
46
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface QueryTagValueByTagKeyResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface QueryTagValueByTagKeyResponse {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {Array<string>}
|
|
25
|
+
* @memberof QueryTagValueByTagKeyResponse
|
|
26
|
+
*/
|
|
27
|
+
TagValueList?: Array<string>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface RegionListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface RegionListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof RegionListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
RegionCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof RegionListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
RegionName?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SubjectNoListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface SubjectNoListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
SubjectName?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
SubjectNo?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* billing
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ZoneListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ZoneListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
RegionZoneCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
RegionZoneName?: string;
|
|
34
|
+
}
|