@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
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ElementCodeListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ElementCodeListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ElementCodeListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
ProductElementCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ElementCodeListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
ProductElementName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
package/dist/esm/types/element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"element-code-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/element-code-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oDAAoD;IAEjE;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface FilterForListCostAnalysisOpenApiInput
|
|
17
|
+
*/
|
|
18
|
+
export interface FilterForListCostAnalysisOpenApiInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof FilterForListCostAnalysisOpenApiInput
|
|
22
|
+
*/
|
|
23
|
+
FilterKey?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<string>}
|
|
26
|
+
* @memberof FilterForListCostAnalysisOpenApiInput
|
|
27
|
+
*/
|
|
28
|
+
FilterValue?: Array<string>;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof FilterForListCostAnalysisOpenApiInput
|
|
32
|
+
*/
|
|
33
|
+
Operator?: number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=filter-for-list-cost-analysis-open-api-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-for-list-cost-analysis-open-api-input.d.ts","sourceRoot":"","sources":["../../../src/types/filter-for-list-cost-analysis-open-api-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetFilterInfoForCostAnalysisRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GetFilterInfoForCostAnalysisRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetFilterInfoForCostAnalysisRequest
|
|
22
|
+
*/
|
|
23
|
+
BeginTimeStr: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GetFilterInfoForCostAnalysisRequest
|
|
27
|
+
*/
|
|
28
|
+
EndTimeStr: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof GetFilterInfoForCostAnalysisRequest
|
|
32
|
+
*/
|
|
33
|
+
TimeGranularity: number;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=get-filter-info-for-cost-analysis-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-filter-info-for-cost-analysis-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-filter-info-for-cost-analysis-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BillCategoryListForGetFilterInfoForCostAnalysisOutput } from './bill-category-list-for-get-filter-info-for-cost-analysis-output';
|
|
13
|
+
import { BillingModeListForGetFilterInfoForCostAnalysisOutput } from './billing-mode-list-for-get-filter-info-for-cost-analysis-output';
|
|
14
|
+
import { BusinessModeListForGetFilterInfoForCostAnalysisOutput } from './business-mode-list-for-get-filter-info-for-cost-analysis-output';
|
|
15
|
+
import { ConfigurationCodeForGetFilterInfoForCostAnalysisOutput } from './configuration-code-for-get-filter-info-for-cost-analysis-output';
|
|
16
|
+
import { ElementCodeListForGetFilterInfoForCostAnalysisOutput } from './element-code-list-for-get-filter-info-for-cost-analysis-output';
|
|
17
|
+
import { OwnerUserNameListForGetFilterInfoForCostAnalysisOutput } from './owner-user-name-list-for-get-filter-info-for-cost-analysis-output';
|
|
18
|
+
import { PayerUserNameListForGetFilterInfoForCostAnalysisOutput } from './payer-user-name-list-for-get-filter-info-for-cost-analysis-output';
|
|
19
|
+
import { ProductListForGetFilterInfoForCostAnalysisOutput } from './product-list-for-get-filter-info-for-cost-analysis-output';
|
|
20
|
+
import { ProjectListForGetFilterInfoForCostAnalysisOutput } from './project-list-for-get-filter-info-for-cost-analysis-output';
|
|
21
|
+
import { RegionListForGetFilterInfoForCostAnalysisOutput } from './region-list-for-get-filter-info-for-cost-analysis-output';
|
|
22
|
+
import { SubjectNoListForGetFilterInfoForCostAnalysisOutput } from './subject-no-list-for-get-filter-info-for-cost-analysis-output';
|
|
23
|
+
import { ZoneListForGetFilterInfoForCostAnalysisOutput } from './zone-list-for-get-filter-info-for-cost-analysis-output';
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
*
|
|
27
|
+
* @export
|
|
28
|
+
* @interface GetFilterInfoForCostAnalysisResponse
|
|
29
|
+
*/
|
|
30
|
+
export interface GetFilterInfoForCostAnalysisResponse {
|
|
31
|
+
/**
|
|
32
|
+
* @type {Array<BillCategoryListForGetFilterInfoForCostAnalysisOutput>}
|
|
33
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
34
|
+
*/
|
|
35
|
+
BillCategoryList?: Array<BillCategoryListForGetFilterInfoForCostAnalysisOutput>;
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<BillingModeListForGetFilterInfoForCostAnalysisOutput>}
|
|
38
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
39
|
+
*/
|
|
40
|
+
BillingModeList?: Array<BillingModeListForGetFilterInfoForCostAnalysisOutput>;
|
|
41
|
+
/**
|
|
42
|
+
* @type {Array<BusinessModeListForGetFilterInfoForCostAnalysisOutput>}
|
|
43
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
44
|
+
*/
|
|
45
|
+
BusinessModeList?: Array<BusinessModeListForGetFilterInfoForCostAnalysisOutput>;
|
|
46
|
+
/**
|
|
47
|
+
* @type {Array<ConfigurationCodeForGetFilterInfoForCostAnalysisOutput>}
|
|
48
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
49
|
+
*/
|
|
50
|
+
ConfigurationCode?: Array<ConfigurationCodeForGetFilterInfoForCostAnalysisOutput>;
|
|
51
|
+
/**
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
54
|
+
*/
|
|
55
|
+
CostUnitList?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
* @type {Array<ElementCodeListForGetFilterInfoForCostAnalysisOutput>}
|
|
58
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
59
|
+
*/
|
|
60
|
+
ElementCodeList?: Array<ElementCodeListForGetFilterInfoForCostAnalysisOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @type {Array<OwnerUserNameListForGetFilterInfoForCostAnalysisOutput>}
|
|
63
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
64
|
+
*/
|
|
65
|
+
OwnerUserNameList?: Array<OwnerUserNameListForGetFilterInfoForCostAnalysisOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @type {Array<PayerUserNameListForGetFilterInfoForCostAnalysisOutput>}
|
|
68
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
69
|
+
*/
|
|
70
|
+
PayerUserNameList?: Array<PayerUserNameListForGetFilterInfoForCostAnalysisOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @type {Array<ProductListForGetFilterInfoForCostAnalysisOutput>}
|
|
73
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
74
|
+
*/
|
|
75
|
+
ProductList?: Array<ProductListForGetFilterInfoForCostAnalysisOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @type {Array<ProjectListForGetFilterInfoForCostAnalysisOutput>}
|
|
78
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
79
|
+
*/
|
|
80
|
+
ProjectList?: Array<ProjectListForGetFilterInfoForCostAnalysisOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @type {Array<RegionListForGetFilterInfoForCostAnalysisOutput>}
|
|
83
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
84
|
+
*/
|
|
85
|
+
RegionList?: Array<RegionListForGetFilterInfoForCostAnalysisOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @type {Array<SubjectNoListForGetFilterInfoForCostAnalysisOutput>}
|
|
88
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
89
|
+
*/
|
|
90
|
+
SubjectNoList?: Array<SubjectNoListForGetFilterInfoForCostAnalysisOutput>;
|
|
91
|
+
/**
|
|
92
|
+
* @type {Array<string>}
|
|
93
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
94
|
+
*/
|
|
95
|
+
TagKeyList?: Array<string>;
|
|
96
|
+
/**
|
|
97
|
+
* @type {Array<ZoneListForGetFilterInfoForCostAnalysisOutput>}
|
|
98
|
+
* @memberof GetFilterInfoForCostAnalysisResponse
|
|
99
|
+
*/
|
|
100
|
+
ZoneList?: Array<ZoneListForGetFilterInfoForCostAnalysisOutput>;
|
|
101
|
+
}
|
|
102
|
+
//# sourceMappingURL=get-filter-info-for-cost-analysis-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-filter-info-for-cost-analysis-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-filter-info-for-cost-analysis-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qDAAqD,EAAE,MAAM,mEAAmE,CAAC;AAC1I,OAAO,EAAE,oDAAoD,EAAE,MAAM,kEAAkE,CAAC;AACxI,OAAO,EAAE,qDAAqD,EAAE,MAAM,mEAAmE,CAAC;AAC1I,OAAO,EAAE,sDAAsD,EAAE,MAAM,mEAAmE,CAAC;AAC3I,OAAO,EAAE,oDAAoD,EAAE,MAAM,kEAAkE,CAAC;AACxI,OAAO,EAAE,sDAAsD,EAAE,MAAM,qEAAqE,CAAC;AAC7I,OAAO,EAAE,sDAAsD,EAAE,MAAM,qEAAqE,CAAC;AAC7I,OAAO,EAAE,gDAAgD,EAAE,MAAM,6DAA6D,CAAC;AAC/H,OAAO,EAAE,gDAAgD,EAAE,MAAM,6DAA6D,CAAC;AAC/H,OAAO,EAAE,+CAA+C,EAAE,MAAM,4DAA4D,CAAC;AAC7H,OAAO,EAAE,kDAAkD,EAAE,MAAM,gEAAgE,CAAC;AACpI,OAAO,EAAE,6CAA6C,EAAE,MAAM,0DAA0D,CAAC;AACxH;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAEhF;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,oDAAoD,CAAC,CAAC;IAE9E;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAEhF;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,sDAAsD,CAAC,CAAC;IAElF;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE7B;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,oDAAoD,CAAC,CAAC;IAE9E;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,sDAAsD,CAAC,CAAC;IAElF;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,sDAAsD,CAAC,CAAC;IAElF;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,gDAAgD,CAAC,CAAC;IAEtE;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,gDAAgD,CAAC,CAAC;IAEtE;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,+CAA+C,CAAC,CAAC;IAEpE;;;OAGG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,kDAAkD,CAAC,CAAC;IAE1E;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,6CAA6C,CAAC,CAAC;CACnE"}
|
|
@@ -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,4 +191,5 @@ 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';
|
|
174
195
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FilterForListCostAnalysisOpenApiInput } from './filter-for-list-cost-analysis-open-api-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListCostAnalysisOpenApiRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ListCostAnalysisOpenApiRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
23
|
+
*/
|
|
24
|
+
BeginTimeStr: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
28
|
+
*/
|
|
29
|
+
ClassifyDimension: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
33
|
+
*/
|
|
34
|
+
ClassifyDimensionValue?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
38
|
+
*/
|
|
39
|
+
CostType: number;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
43
|
+
*/
|
|
44
|
+
EndTimeStr: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {Array<FilterForListCostAnalysisOpenApiInput>}
|
|
47
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
48
|
+
*/
|
|
49
|
+
Filters?: Array<FilterForListCostAnalysisOpenApiInput>;
|
|
50
|
+
/**
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
53
|
+
*/
|
|
54
|
+
Limit?: number;
|
|
55
|
+
/**
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
58
|
+
*/
|
|
59
|
+
Offset?: number;
|
|
60
|
+
/**
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof ListCostAnalysisOpenApiRequest
|
|
63
|
+
*/
|
|
64
|
+
TimeGranularity: number;
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=list-cost-analysis-open-api-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cost-analysis-open-api-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-cost-analysis-open-api-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,qCAAqC,EAAE,MAAM,gDAAgD,CAAC;AACtG;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;IAEvD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CostDataForListCostAnalysisOpenApiOutput } from './cost-data-for-list-cost-analysis-open-api-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListCostAnalysisOpenApiResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListCostAnalysisOpenApiResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<CostDataForListCostAnalysisOpenApiOutput>}
|
|
22
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
23
|
+
*/
|
|
24
|
+
CostData?: Array<CostDataForListCostAnalysisOpenApiOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
28
|
+
*/
|
|
29
|
+
Limit?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
33
|
+
*/
|
|
34
|
+
Offset?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListCostAnalysisOpenApiResponse
|
|
38
|
+
*/
|
|
39
|
+
Total?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-cost-analysis-open-api-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cost-analysis-open-api-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-cost-analysis-open-api-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC7G;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;IAE3D;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface OwnerUserNameListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
OwnerID?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof OwnerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
OwnerUserName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface PayerUserNameListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
PayerID?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof PayerUserNameListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
PayerUserName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProductListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProductListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
ProductCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProductListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
ProductName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=product-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/product-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gDAAgD;IAE7D;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ProjectListForGetFilterInfoForCostAnalysisOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
22
|
+
*/
|
|
23
|
+
Project?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProjectListForGetFilterInfoForCostAnalysisOutput
|
|
27
|
+
*/
|
|
28
|
+
ProjectDisplayName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=project-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/project-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gDAAgD;IAE7D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface QueryTagValueByTagKeyRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface QueryTagValueByTagKeyRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
22
|
+
*/
|
|
23
|
+
BeginTimeStr: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
27
|
+
*/
|
|
28
|
+
EndTimeStr: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
32
|
+
*/
|
|
33
|
+
TagKey: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {number}
|
|
36
|
+
* @memberof QueryTagValueByTagKeyRequest
|
|
37
|
+
*/
|
|
38
|
+
TimeGranularity: number;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=query-tag-value-by-tag-key-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-tag-value-by-tag-key-request.d.ts","sourceRoot":"","sources":["../../../src/types/query-tag-value-by-tag-key-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC;CAC3B"}
|