@volcengine/billing 1.0.2 → 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/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/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/api.ts
CHANGED
|
@@ -30,6 +30,8 @@ import { DeleteBudgetRequest } from './types/index';
|
|
|
30
30
|
import { DeleteBudgetResponse } from './types/index';
|
|
31
31
|
import { DeleteFinancialRelationRequest } from './types/index';
|
|
32
32
|
import { DeleteFinancialRelationResponse } from './types/index';
|
|
33
|
+
import { GetFilterInfoForCostAnalysisRequest } from './types/index';
|
|
34
|
+
import { GetFilterInfoForCostAnalysisResponse } from './types/index';
|
|
33
35
|
import { GetOrderRequest } from './types/index';
|
|
34
36
|
import { GetOrderResponse } from './types/index';
|
|
35
37
|
import { HandleInvitationRequest } from './types/index';
|
|
@@ -74,6 +76,8 @@ import { ListBudgetFilterZoneCodeRequest } from './types/index';
|
|
|
74
76
|
import { ListBudgetFilterZoneCodeResponse } from './types/index';
|
|
75
77
|
import { ListBudgetRequest } from './types/index';
|
|
76
78
|
import { ListBudgetResponse } from './types/index';
|
|
79
|
+
import { ListCostAnalysisOpenApiRequest } from './types/index';
|
|
80
|
+
import { ListCostAnalysisOpenApiResponse } from './types/index';
|
|
77
81
|
import { ListCouponUsageRecordsRequest } from './types/index';
|
|
78
82
|
import { ListCouponUsageRecordsResponse } from './types/index';
|
|
79
83
|
import { ListCouponsRequest } from './types/index';
|
|
@@ -106,6 +110,8 @@ import { QueryPriceForRenewRequest } from './types/index';
|
|
|
106
110
|
import { QueryPriceForRenewResponse } from './types/index';
|
|
107
111
|
import { QueryPriceForSubscriptionRequest } from './types/index';
|
|
108
112
|
import { QueryPriceForSubscriptionResponse } from './types/index';
|
|
113
|
+
import { QueryTagValueByTagKeyRequest } from './types/index';
|
|
114
|
+
import { QueryTagValueByTagKeyResponse } from './types/index';
|
|
109
115
|
import { RenewInstanceRequest } from './types/index';
|
|
110
116
|
import { RenewInstanceResponse } from './types/index';
|
|
111
117
|
import { SetRenewalTypeRequest } from './types/index';
|
|
@@ -128,6 +134,7 @@ export type CreateBudgetCommandOutput = CommandOutput<CreateBudgetResponse>;
|
|
|
128
134
|
export type CreateFinancialRelationCommandOutput = CommandOutput<CreateFinancialRelationResponse>;
|
|
129
135
|
export type DeleteBudgetCommandOutput = CommandOutput<DeleteBudgetResponse>;
|
|
130
136
|
export type DeleteFinancialRelationCommandOutput = CommandOutput<DeleteFinancialRelationResponse>;
|
|
137
|
+
export type GetFilterInfoForCostAnalysisCommandOutput = CommandOutput<GetFilterInfoForCostAnalysisResponse>;
|
|
131
138
|
export type GetOrderCommandOutput = CommandOutput<GetOrderResponse>;
|
|
132
139
|
export type HandleInvitationCommandOutput = CommandOutput<HandleInvitationResponse>;
|
|
133
140
|
export type ListAmortizedCostBillDailyCommandOutput = CommandOutput<ListAmortizedCostBillDailyResponse>;
|
|
@@ -150,6 +157,7 @@ export type ListBudgetFilterSubjectInfoCommandOutput = CommandOutput<ListBudgetF
|
|
|
150
157
|
export type ListBudgetFilterTagKeyCommandOutput = CommandOutput<ListBudgetFilterTagKeyResponse>;
|
|
151
158
|
export type ListBudgetFilterTagValueCommandOutput = CommandOutput<ListBudgetFilterTagValueResponse>;
|
|
152
159
|
export type ListBudgetFilterZoneCodeCommandOutput = CommandOutput<ListBudgetFilterZoneCodeResponse>;
|
|
160
|
+
export type ListCostAnalysisOpenApiCommandOutput = CommandOutput<ListCostAnalysisOpenApiResponse>;
|
|
153
161
|
export type ListCouponUsageRecordsCommandOutput = CommandOutput<ListCouponUsageRecordsResponse>;
|
|
154
162
|
export type ListCouponsCommandOutput = CommandOutput<ListCouponsResponse>;
|
|
155
163
|
export type ListFinancialRelationCommandOutput = CommandOutput<ListFinancialRelationResponse>;
|
|
@@ -166,6 +174,7 @@ export type QueryBudgetDetailCommandOutput = CommandOutput<QueryBudgetDetailResp
|
|
|
166
174
|
export type QueryPriceForPayAsYouGoCommandOutput = CommandOutput<QueryPriceForPayAsYouGoResponse>;
|
|
167
175
|
export type QueryPriceForRenewCommandOutput = CommandOutput<QueryPriceForRenewResponse>;
|
|
168
176
|
export type QueryPriceForSubscriptionCommandOutput = CommandOutput<QueryPriceForSubscriptionResponse>;
|
|
177
|
+
export type QueryTagValueByTagKeyCommandOutput = CommandOutput<QueryTagValueByTagKeyResponse>;
|
|
169
178
|
export type RenewInstanceCommandOutput = CommandOutput<RenewInstanceResponse>;
|
|
170
179
|
export type SetRenewalTypeCommandOutput = CommandOutput<SetRenewalTypeResponse>;
|
|
171
180
|
export type UnsubscribeInstanceCommandOutput = CommandOutput<UnsubscribeInstanceResponse>;
|
|
@@ -305,6 +314,21 @@ export class DeleteFinancialRelationCommand extends Command<
|
|
|
305
314
|
this.requestConfig = buildRequestConfigFromMetaPath(DeleteFinancialRelationCommand.metaPath);
|
|
306
315
|
}
|
|
307
316
|
}
|
|
317
|
+
/**
|
|
318
|
+
* Command to GetFilterInfoForCostAnalysis
|
|
319
|
+
*/
|
|
320
|
+
export class GetFilterInfoForCostAnalysisCommand extends Command<
|
|
321
|
+
GetFilterInfoForCostAnalysisRequest,
|
|
322
|
+
GetFilterInfoForCostAnalysisCommandOutput,
|
|
323
|
+
'GetFilterInfoForCostAnalysisCommand'
|
|
324
|
+
> {
|
|
325
|
+
static readonly metaPath = '/GetFilterInfoForCostAnalysis/2022-01-01/billing/post/application_json/';
|
|
326
|
+
|
|
327
|
+
constructor(input: GetFilterInfoForCostAnalysisRequest) {
|
|
328
|
+
super(input);
|
|
329
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetFilterInfoForCostAnalysisCommand.metaPath);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
308
332
|
/**
|
|
309
333
|
* Command to GetOrder
|
|
310
334
|
*/
|
|
@@ -635,6 +659,21 @@ export class ListBudgetFilterZoneCodeCommand extends Command<
|
|
|
635
659
|
this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterZoneCodeCommand.metaPath);
|
|
636
660
|
}
|
|
637
661
|
}
|
|
662
|
+
/**
|
|
663
|
+
* Command to ListCostAnalysisOpenApi
|
|
664
|
+
*/
|
|
665
|
+
export class ListCostAnalysisOpenApiCommand extends Command<
|
|
666
|
+
ListCostAnalysisOpenApiRequest,
|
|
667
|
+
ListCostAnalysisOpenApiCommandOutput,
|
|
668
|
+
'ListCostAnalysisOpenApiCommand'
|
|
669
|
+
> {
|
|
670
|
+
static readonly metaPath = '/ListCostAnalysisOpenApi/2022-01-01/billing/post/application_json/';
|
|
671
|
+
|
|
672
|
+
constructor(input: ListCostAnalysisOpenApiRequest) {
|
|
673
|
+
super(input);
|
|
674
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListCostAnalysisOpenApiCommand.metaPath);
|
|
675
|
+
}
|
|
676
|
+
}
|
|
638
677
|
/**
|
|
639
678
|
* Command to ListCouponUsageRecords
|
|
640
679
|
*/
|
|
@@ -875,6 +914,21 @@ export class QueryPriceForSubscriptionCommand extends Command<
|
|
|
875
914
|
this.requestConfig = buildRequestConfigFromMetaPath(QueryPriceForSubscriptionCommand.metaPath);
|
|
876
915
|
}
|
|
877
916
|
}
|
|
917
|
+
/**
|
|
918
|
+
* Command to QueryTagValueByTagKey
|
|
919
|
+
*/
|
|
920
|
+
export class QueryTagValueByTagKeyCommand extends Command<
|
|
921
|
+
QueryTagValueByTagKeyRequest,
|
|
922
|
+
QueryTagValueByTagKeyCommandOutput,
|
|
923
|
+
'QueryTagValueByTagKeyCommand'
|
|
924
|
+
> {
|
|
925
|
+
static readonly metaPath = '/QueryTagValueByTagKey/2022-01-01/billing/post/application_json/';
|
|
926
|
+
|
|
927
|
+
constructor(input: QueryTagValueByTagKeyRequest) {
|
|
928
|
+
super(input);
|
|
929
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryTagValueByTagKeyCommand.metaPath);
|
|
930
|
+
}
|
|
931
|
+
}
|
|
878
932
|
/**
|
|
879
933
|
* Command to RenewInstance
|
|
880
934
|
*/
|
|
@@ -961,6 +1015,7 @@ export default {
|
|
|
961
1015
|
CreateFinancialRelationCommand,
|
|
962
1016
|
DeleteBudgetCommand,
|
|
963
1017
|
DeleteFinancialRelationCommand,
|
|
1018
|
+
GetFilterInfoForCostAnalysisCommand,
|
|
964
1019
|
GetOrderCommand,
|
|
965
1020
|
HandleInvitationCommand,
|
|
966
1021
|
ListAmortizedCostBillDailyCommand,
|
|
@@ -983,6 +1038,7 @@ export default {
|
|
|
983
1038
|
ListBudgetFilterTagKeyCommand,
|
|
984
1039
|
ListBudgetFilterTagValueCommand,
|
|
985
1040
|
ListBudgetFilterZoneCodeCommand,
|
|
1041
|
+
ListCostAnalysisOpenApiCommand,
|
|
986
1042
|
ListCouponUsageRecordsCommand,
|
|
987
1043
|
ListCouponsCommand,
|
|
988
1044
|
ListFinancialRelationCommand,
|
|
@@ -999,6 +1055,7 @@ export default {
|
|
|
999
1055
|
QueryPriceForPayAsYouGoCommand,
|
|
1000
1056
|
QueryPriceForRenewCommand,
|
|
1001
1057
|
QueryPriceForSubscriptionCommand,
|
|
1058
|
+
QueryTagValueByTagKeyCommand,
|
|
1002
1059
|
RenewInstanceCommand,
|
|
1003
1060
|
SetRenewalTypeCommand,
|
|
1004
1061
|
UnsubscribeInstanceCommand,
|
|
@@ -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 BillCategoryListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface BillCategoryListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof BillCategoryListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
BillCategoryCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof BillCategoryListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
BillCategoryName?: 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 BillingModeListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface BillingModeListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof BillingModeListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
BillingModeCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof BillingModeListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
BillingModeName?: 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 BusinessModeListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface BusinessModeListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof BusinessModeListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
BusinessModeCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof BusinessModeListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
BusinessModeName?: 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 ConfigurationCodeForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ConfigurationCodeForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ConfigurationCodeForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
ConfigCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ConfigurationCodeForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
ConfigName?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { CostForListCostAnalysisOpenApiOutput } from './cost-for-list-cost-analysis-open-api-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CostDataForListCostAnalysisOpenApiOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface CostDataForListCostAnalysisOpenApiOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CostDataForListCostAnalysisOpenApiOutput
|
|
27
|
+
*/
|
|
28
|
+
ClassifyDimension?: number;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CostDataForListCostAnalysisOpenApiOutput
|
|
33
|
+
*/
|
|
34
|
+
ClassifyItem?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<CostForListCostAnalysisOpenApiOutput>}
|
|
38
|
+
* @memberof CostDataForListCostAnalysisOpenApiOutput
|
|
39
|
+
*/
|
|
40
|
+
Costs?: Array<CostForListCostAnalysisOpenApiOutput>;
|
|
41
|
+
}
|
|
@@ -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 CostForListCostAnalysisOpenApiOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface CostForListCostAnalysisOpenApiOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof CostForListCostAnalysisOpenApiOutput
|
|
26
|
+
*/
|
|
27
|
+
Amount?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof CostForListCostAnalysisOpenApiOutput
|
|
32
|
+
*/
|
|
33
|
+
TimeStr?: 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 ElementCodeListForGetFilterInfoForCostAnalysisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface ElementCodeListForGetFilterInfoForCostAnalysisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ElementCodeListForGetFilterInfoForCostAnalysisOutput
|
|
26
|
+
*/
|
|
27
|
+
ProductElementCode?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ElementCodeListForGetFilterInfoForCostAnalysisOutput
|
|
32
|
+
*/
|
|
33
|
+
ProductElementName?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 FilterForListCostAnalysisOpenApiInput
|
|
20
|
+
*/
|
|
21
|
+
export interface FilterForListCostAnalysisOpenApiInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof FilterForListCostAnalysisOpenApiInput
|
|
26
|
+
*/
|
|
27
|
+
FilterKey?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {Array<string>}
|
|
31
|
+
* @memberof FilterForListCostAnalysisOpenApiInput
|
|
32
|
+
*/
|
|
33
|
+
FilterValue?: Array<string>;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof FilterForListCostAnalysisOpenApiInput
|
|
38
|
+
*/
|
|
39
|
+
Operator?: number;
|
|
40
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 GetFilterInfoForCostAnalysisRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface GetFilterInfoForCostAnalysisRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof GetFilterInfoForCostAnalysisRequest
|
|
26
|
+
*/
|
|
27
|
+
BeginTimeStr: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof GetFilterInfoForCostAnalysisRequest
|
|
32
|
+
*/
|
|
33
|
+
EndTimeStr: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof GetFilterInfoForCostAnalysisRequest
|
|
38
|
+
*/
|
|
39
|
+
TimeGranularity: number;
|
|
40
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
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 { BillCategoryListForGetFilterInfoForCostAnalysisOutput } from './bill-category-list-for-get-filter-info-for-cost-analysis-output';
|
|
16
|
+
import { BillingModeListForGetFilterInfoForCostAnalysisOutput } from './billing-mode-list-for-get-filter-info-for-cost-analysis-output';
|
|
17
|
+
import { BusinessModeListForGetFilterInfoForCostAnalysisOutput } from './business-mode-list-for-get-filter-info-for-cost-analysis-output';
|
|
18
|
+
import { ConfigurationCodeForGetFilterInfoForCostAnalysisOutput } from './configuration-code-for-get-filter-info-for-cost-analysis-output';
|
|
19
|
+
import { ElementCodeListForGetFilterInfoForCostAnalysisOutput } from './element-code-list-for-get-filter-info-for-cost-analysis-output';
|
|
20
|
+
import { OwnerUserNameListForGetFilterInfoForCostAnalysisOutput } from './owner-user-name-list-for-get-filter-info-for-cost-analysis-output';
|
|
21
|
+
import { PayerUserNameListForGetFilterInfoForCostAnalysisOutput } from './payer-user-name-list-for-get-filter-info-for-cost-analysis-output';
|
|
22
|
+
import { ProductListForGetFilterInfoForCostAnalysisOutput } from './product-list-for-get-filter-info-for-cost-analysis-output';
|
|
23
|
+
import { ProjectListForGetFilterInfoForCostAnalysisOutput } from './project-list-for-get-filter-info-for-cost-analysis-output';
|
|
24
|
+
import { RegionListForGetFilterInfoForCostAnalysisOutput } from './region-list-for-get-filter-info-for-cost-analysis-output';
|
|
25
|
+
import { SubjectNoListForGetFilterInfoForCostAnalysisOutput } from './subject-no-list-for-get-filter-info-for-cost-analysis-output';
|
|
26
|
+
import { ZoneListForGetFilterInfoForCostAnalysisOutput } from './zone-list-for-get-filter-info-for-cost-analysis-output';
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
*
|
|
30
|
+
* @export
|
|
31
|
+
* @interface GetFilterInfoForCostAnalysisResponse
|
|
32
|
+
*/
|
|
33
|
+
export interface GetFilterInfoForCostAnalysisResponse {
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {Array<BillCategoryListForGetFilterInfoForCostAnalysisOutput>}
|
|
37
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
38
|
+
*/
|
|
39
|
+
BillCategoryList?: Array<BillCategoryListForGetFilterInfoForCostAnalysisOutput>;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {Array<BillingModeListForGetFilterInfoForCostAnalysisOutput>}
|
|
43
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
44
|
+
*/
|
|
45
|
+
BillingModeList?: Array<BillingModeListForGetFilterInfoForCostAnalysisOutput>;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {Array<BusinessModeListForGetFilterInfoForCostAnalysisOutput>}
|
|
49
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
50
|
+
*/
|
|
51
|
+
BusinessModeList?: Array<BusinessModeListForGetFilterInfoForCostAnalysisOutput>;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {Array<ConfigurationCodeForGetFilterInfoForCostAnalysisOutput>}
|
|
55
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
56
|
+
*/
|
|
57
|
+
ConfigurationCode?: Array<ConfigurationCodeForGetFilterInfoForCostAnalysisOutput>;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {Array<string>}
|
|
61
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
62
|
+
*/
|
|
63
|
+
CostUnitList?: Array<string>;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {Array<ElementCodeListForGetFilterInfoForCostAnalysisOutput>}
|
|
67
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
68
|
+
*/
|
|
69
|
+
ElementCodeList?: Array<ElementCodeListForGetFilterInfoForCostAnalysisOutput>;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {Array<OwnerUserNameListForGetFilterInfoForCostAnalysisOutput>}
|
|
73
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
74
|
+
*/
|
|
75
|
+
OwnerUserNameList?: Array<OwnerUserNameListForGetFilterInfoForCostAnalysisOutput>;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @type {Array<PayerUserNameListForGetFilterInfoForCostAnalysisOutput>}
|
|
79
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
80
|
+
*/
|
|
81
|
+
PayerUserNameList?: Array<PayerUserNameListForGetFilterInfoForCostAnalysisOutput>;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @type {Array<ProductListForGetFilterInfoForCostAnalysisOutput>}
|
|
85
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
86
|
+
*/
|
|
87
|
+
ProductList?: Array<ProductListForGetFilterInfoForCostAnalysisOutput>;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @type {Array<ProjectListForGetFilterInfoForCostAnalysisOutput>}
|
|
91
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
92
|
+
*/
|
|
93
|
+
ProjectList?: Array<ProjectListForGetFilterInfoForCostAnalysisOutput>;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @type {Array<RegionListForGetFilterInfoForCostAnalysisOutput>}
|
|
97
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
98
|
+
*/
|
|
99
|
+
RegionList?: Array<RegionListForGetFilterInfoForCostAnalysisOutput>;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* @type {Array<SubjectNoListForGetFilterInfoForCostAnalysisOutput>}
|
|
103
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
104
|
+
*/
|
|
105
|
+
SubjectNoList?: Array<SubjectNoListForGetFilterInfoForCostAnalysisOutput>;
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @type {Array<string>}
|
|
109
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
110
|
+
*/
|
|
111
|
+
TagKeyList?: Array<string>;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @type {Array<ZoneListForGetFilterInfoForCostAnalysisOutput>}
|
|
115
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
116
|
+
*/
|
|
117
|
+
ZoneList?: Array<ZoneListForGetFilterInfoForCostAnalysisOutput>;
|
|
118
|
+
}
|
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';
|