@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.
Files changed (74) 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/list-cost-analysis-open-api-request.d.ts +66 -0
  29. package/dist/esm/types/list-cost-analysis-open-api-request.d.ts.map +1 -0
  30. package/dist/esm/types/list-cost-analysis-open-api-response.d.ts +41 -0
  31. package/dist/esm/types/list-cost-analysis-open-api-response.d.ts.map +1 -0
  32. package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  33. package/dist/esm/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  34. package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  35. package/dist/esm/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  36. package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  37. package/dist/esm/types/product-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  38. package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  39. package/dist/esm/types/project-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  40. package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts +40 -0
  41. package/dist/esm/types/query-tag-value-by-tag-key-request.d.ts.map +1 -0
  42. package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts +25 -0
  43. package/dist/esm/types/query-tag-value-by-tag-key-response.d.ts.map +1 -0
  44. package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  45. package/dist/esm/types/region-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  46. package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  47. package/dist/esm/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  48. package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts +30 -0
  49. package/dist/esm/types/zone-list-for-get-filter-info-for-cost-analysis-output.d.ts.map +1 -0
  50. package/dist/tsconfig.tsbuildinfo +1 -1
  51. package/package.json +1 -1
  52. package/src/api.ts +57 -0
  53. package/src/types/bill-category-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  54. package/src/types/billing-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  55. package/src/types/business-mode-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  56. package/src/types/configuration-code-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  57. package/src/types/cost-data-for-list-cost-analysis-open-api-output.ts +41 -0
  58. package/src/types/cost-for-list-cost-analysis-open-api-output.ts +34 -0
  59. package/src/types/element-code-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  60. package/src/types/filter-for-list-cost-analysis-open-api-input.ts +40 -0
  61. package/src/types/get-filter-info-for-cost-analysis-request.ts +40 -0
  62. package/src/types/get-filter-info-for-cost-analysis-response.ts +118 -0
  63. package/src/types/index.ts +21 -0
  64. package/src/types/list-cost-analysis-open-api-request.ts +77 -0
  65. package/src/types/list-cost-analysis-open-api-response.ts +47 -0
  66. package/src/types/owner-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  67. package/src/types/payer-user-name-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  68. package/src/types/product-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  69. package/src/types/project-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  70. package/src/types/query-tag-value-by-tag-key-request.ts +46 -0
  71. package/src/types/query-tag-value-by-tag-key-response.ts +28 -0
  72. package/src/types/region-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  73. package/src/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
  74. package/src/types/zone-list-for-get-filter-info-for-cost-analysis-output.ts +34 -0
@@ -0,0 +1,25 @@
1
+ /**
2
+ * billing
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface QueryTagValueByTagKeyResponse
17
+ */
18
+ export interface QueryTagValueByTagKeyResponse {
19
+ /**
20
+ * @type {Array<string>}
21
+ * @memberof QueryTagValueByTagKeyResponse
22
+ */
23
+ TagValueList?: Array<string>;
24
+ }
25
+ //# sourceMappingURL=query-tag-value-by-tag-key-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-tag-value-by-tag-key-response.d.ts","sourceRoot":"","sources":["../../../src/types/query-tag-value-by-tag-key-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * billing
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface RegionListForGetFilterInfoForCostAnalysisOutput
17
+ */
18
+ export interface RegionListForGetFilterInfoForCostAnalysisOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof RegionListForGetFilterInfoForCostAnalysisOutput
22
+ */
23
+ RegionCode?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof RegionListForGetFilterInfoForCostAnalysisOutput
27
+ */
28
+ RegionName?: string;
29
+ }
30
+ //# sourceMappingURL=region-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"region-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/region-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,+CAA+C;IAE5D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * billing
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SubjectNoListForGetFilterInfoForCostAnalysisOutput
17
+ */
18
+ export interface SubjectNoListForGetFilterInfoForCostAnalysisOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
22
+ */
23
+ SubjectName?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof SubjectNoListForGetFilterInfoForCostAnalysisOutput
27
+ */
28
+ SubjectNo?: string;
29
+ }
30
+ //# sourceMappingURL=subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subject-no-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/subject-no-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kDAAkD;IAE/D;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * billing
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface ZoneListForGetFilterInfoForCostAnalysisOutput
17
+ */
18
+ export interface ZoneListForGetFilterInfoForCostAnalysisOutput {
19
+ /**
20
+ * @type {string}
21
+ * @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
22
+ */
23
+ RegionZoneCode?: string;
24
+ /**
25
+ * @type {string}
26
+ * @memberof ZoneListForGetFilterInfoForCostAnalysisOutput
27
+ */
28
+ RegionZoneName?: string;
29
+ }
30
+ //# sourceMappingURL=zone-list-for-get-filter-info-for-cost-analysis-output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zone-list-for-get-filter-info-for-cost-analysis-output.d.ts","sourceRoot":"","sources":["../../../src/types/zone-list-for-get-filter-info-for-cost-analysis-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,6CAA6C;IAE1D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}