@gizone/rrs-client 4.2.9-alpha.538 → 4.2.9-alpha.540

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 (51) hide show
  1. package/.openapi-generator/FILES +5 -0
  2. package/api.ts +1 -0
  3. package/apis/energy-cost-controller-api.ts +158 -474
  4. package/apis/energy-cost-record-controller-api.ts +686 -0
  5. package/dist/api.d.ts +1 -0
  6. package/dist/api.js +1 -0
  7. package/dist/apis/energy-cost-controller-api.d.ts +111 -282
  8. package/dist/apis/energy-cost-controller-api.js +111 -337
  9. package/dist/apis/energy-cost-record-controller-api.d.ts +377 -0
  10. package/dist/apis/energy-cost-record-controller-api.js +523 -0
  11. package/dist/esm/api.d.ts +1 -0
  12. package/dist/esm/api.js +1 -0
  13. package/dist/esm/apis/energy-cost-controller-api.d.ts +111 -282
  14. package/dist/esm/apis/energy-cost-controller-api.js +110 -336
  15. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +377 -0
  16. package/dist/esm/apis/energy-cost-record-controller-api.js +516 -0
  17. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  18. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
  19. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +30 -25
  20. package/dist/esm/models/energy-cost-month-setting-list-vo.js +4 -1
  21. package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  22. package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
  23. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +47 -0
  24. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +17 -0
  25. package/dist/esm/models/index.d.ts +4 -0
  26. package/dist/esm/models/index.js +4 -0
  27. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
  28. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  29. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
  30. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  31. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
  32. package/dist/models/energy-cost-month-setting-list-vo.d.ts +30 -25
  33. package/dist/models/energy-cost-month-setting-list-vo.js +5 -0
  34. package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  35. package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
  36. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +47 -0
  37. package/dist/models/energy-cost-setting-summy-update-dto.js +20 -0
  38. package/dist/models/index.d.ts +4 -0
  39. package/dist/models/index.js +4 -0
  40. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
  41. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  42. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
  43. package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
  44. package/models/energy-cost-month-setting-list-vo.ts +33 -25
  45. package/models/energy-cost-setting-summy-add-dto.ts +50 -0
  46. package/models/energy-cost-setting-summy-update-dto.ts +56 -0
  47. package/models/index.ts +4 -0
  48. package/models/ipage-energy-cost-record-info-vo.ts +3 -3
  49. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
  50. package/ossutil.log +1056 -1050
  51. package/package.json +1 -1
@@ -0,0 +1,72 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * OpenAPI definition
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: v0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { BaseErrorResult } from './base-error-result';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { EnergyCostMonthSettingListSummaryStandardsVO } from './energy-cost-month-setting-list-summary-standards-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
27
+ */
28
+ export interface JsonResultListEnergyCostMonthSettingListSummaryStandardsVO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<EnergyCostMonthSettingListSummaryStandardsVO>}
50
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
51
+ */
52
+ 'data'?: Array<EnergyCostMonthSettingListSummaryStandardsVO> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListEnergyCostMonthSettingListSummaryStandardsVO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+