@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.
Files changed (77) hide show
  1. package/.turbo/turbo-build.log +6 -6
  2. package/dist/cjs/index.js +33 -3
  3. package/dist/esm/api.d.ts +33 -0
  4. package/dist/esm/api.d.ts.map +1 -1
  5. package/dist/esm/index.mjs +22 -1
  6. package/dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  7. package/dist/esm/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  8. package/dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  9. package/dist/esm/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  10. package/dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  11. package/dist/esm/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  12. package/dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  13. package/dist/esm/types/configuration-code-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  14. package/dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts +36 -0
  15. package/dist/esm/types/cost-data-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
  16. package/dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts +30 -0
  17. package/dist/esm/types/cost-for-list-cost-analysis-open-api-output.d.ts.map +1 -0
  18. package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  19. package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  20. package/dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts +35 -0
  21. package/dist/esm/types/filter-for-list-cost-analysis-open-api-input.d.ts.map +1 -0
  22. package/dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts +35 -0
  23. package/dist/esm/types/get-filter-info-for-cost-analysis-request.d.ts.map +1 -0
  24. package/dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts +102 -0
  25. package/dist/esm/types/get-filter-info-for-cost-analysis-response.d.ts.map +1 -0
  26. package/dist/esm/types/index.d.ts +21 -0
  27. package/dist/esm/types/index.d.ts.map +1 -1
  28. package/dist/esm/types/instance-list-for-list-available-instances-output.d.ts +5 -0
  29. package/dist/esm/types/instance-list-for-list-available-instances-output.d.ts.map +1 -1
  30. package/dist/esm/types/list-cost-analysis-open-api-request.d.ts +66 -0
  31. package/dist/esm/types/list-cost-analysis-open-api-request.d.ts.map +1 -0
  32. package/dist/esm/types/list-cost-analysis-open-api-response.d.ts +41 -0
  33. package/dist/esm/types/list-cost-analysis-open-api-response.d.ts.map +1 -0
  34. package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  35. package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  36. package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  37. package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  38. package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  39. package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  40. package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  41. package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  42. package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts +40 -0
  43. package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts.map +1 -0
  44. package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts +25 -0
  45. package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts.map +1 -0
  46. package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  47. package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  48. package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  49. package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  50. package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  51. package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  52. package/dist/tsconfig.tsbuildinfo +1 -1
  53. package/package.json +1 -1
  54. package/src/api.ts +57 -0
  55. package/src/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  56. package/src/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  57. package/src/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  58. package/src/types/configuration-code-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  59. package/src/types/cost-data-for-list-cost-analysis-open-api-output.ts +41 -0
  60. package/src/types/cost-for-list-cost-analysis-open-api-output.ts +34 -0
  61. package/src/types/element-code-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  62. package/src/types/filter-for-list-cost-analysis-open-api-input.ts +40 -0
  63. package/src/types/get-filter-info-for-cost-analysis-request.ts +40 -0
  64. package/src/types/get-filter-info-for-cost-analysis-response.ts +118 -0
  65. package/src/types/index.ts +21 -0
  66. package/src/types/instance-list-for-list-available-instances-output.ts +6 -0
  67. package/src/types/list-cost-analysis-open-api-request.ts +77 -0
  68. package/src/types/list-cost-analysis-open-api-response.ts +47 -0
  69. package/src/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  70. package/src/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  71. package/src/types/product-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  72. package/src/types/project-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  73. package/src/types/query-tag-value-by-tag-key-request.ts +46 -0
  74. package/src/types/query-tag-value-by-tag-key-response.ts +28 -0
  75. package/src/types/region-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  76. package/src/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  77. package/src/types/zone-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/billing",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "swagger client for @volcengine/billing",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/cjs/index.js",
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
+ }