@gizone/rrs-client 4.2.9-alpha.625 → 4.2.9-alpha.629

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 (29) hide show
  1. package/.openapi-generator/FILES +0 -2
  2. package/apis/energy-cost-analysis-controller-api.ts +0 -91
  3. package/dist/apis/energy-cost-analysis-controller-api.d.ts +0 -47
  4. package/dist/apis/energy-cost-analysis-controller-api.js +0 -70
  5. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +0 -47
  6. package/dist/esm/apis/energy-cost-analysis-controller-api.js +0 -70
  7. package/dist/esm/models/index.d.ts +0 -2
  8. package/dist/esm/models/index.js +0 -2
  9. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
  10. package/dist/esm/models/sys-user.d.ts +4 -4
  11. package/dist/models/index.d.ts +0 -2
  12. package/dist/models/index.js +0 -2
  13. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
  14. package/dist/models/sys-user.d.ts +4 -4
  15. package/models/index.ts +0 -2
  16. package/models/ipage-energy-cost-record-info-vo.ts +9 -9
  17. package/models/sys-user.ts +4 -4
  18. package/ossutil.log +1161 -1158
  19. package/package.json +1 -1
  20. package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +0 -62
  21. package/dist/esm/models/json-result-two-energy-consumption-summar-vo.js +0 -14
  22. package/dist/esm/models/two-energy-consumption-summar-vo.d.ts +0 -30
  23. package/dist/esm/models/two-energy-consumption-summar-vo.js +0 -14
  24. package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +0 -62
  25. package/dist/models/json-result-two-energy-consumption-summar-vo.js +0 -15
  26. package/dist/models/two-energy-consumption-summar-vo.d.ts +0 -30
  27. package/dist/models/two-energy-consumption-summar-vo.js +0 -15
  28. package/models/json-result-two-energy-consumption-summar-vo.ts +0 -72
  29. package/models/two-energy-consumption-summar-vo.ts +0 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.625",
3
+ "version": "4.2.9-alpha.629",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,62 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { TwoEnergyConsumptionSummarVO } from './two-energy-consumption-summar-vo';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultTwoEnergyConsumptionSummarVO
18
- */
19
- export interface JsonResultTwoEnergyConsumptionSummarVO {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {TwoEnergyConsumptionSummarVO}
41
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
42
- */
43
- 'data'?: TwoEnergyConsumptionSummarVO | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
54
- */
55
- 'traceId'?: string | null;
56
- /**
57
- * requestId
58
- * @type {string}
59
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
60
- */
61
- 'requestId'?: string | null;
62
- }
@@ -1,14 +0,0 @@
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
- export {};
@@ -1,30 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 能源成本用量趋势
14
- * @export
15
- * @interface TwoEnergyConsumptionSummarVO
16
- */
17
- export interface TwoEnergyConsumptionSummarVO {
18
- /**
19
- * 用量
20
- * @type {number}
21
- * @memberof TwoEnergyConsumptionSummarVO
22
- */
23
- 'parkUtilityUsage'?: number;
24
- /**
25
- * 费用
26
- * @type {number}
27
- * @memberof TwoEnergyConsumptionSummarVO
28
- */
29
- 'billCharges'?: number;
30
- }
@@ -1,14 +0,0 @@
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
- export {};
@@ -1,62 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { BaseErrorResult } from './base-error-result';
13
- import type { TwoEnergyConsumptionSummarVO } from './two-energy-consumption-summar-vo';
14
- /**
15
- *
16
- * @export
17
- * @interface JsonResultTwoEnergyConsumptionSummarVO
18
- */
19
- export interface JsonResultTwoEnergyConsumptionSummarVO {
20
- /**
21
- * 错误码,0:成功,其他:失败
22
- * @type {number}
23
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
24
- */
25
- 'code'?: number;
26
- /**
27
- * 错误消息
28
- * @type {string}
29
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
30
- */
31
- 'msg'?: string;
32
- /**
33
- * 错误堆栈
34
- * @type {string}
35
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
36
- */
37
- 'stacks'?: string;
38
- /**
39
- *
40
- * @type {TwoEnergyConsumptionSummarVO}
41
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
42
- */
43
- 'data'?: TwoEnergyConsumptionSummarVO | null;
44
- /**
45
- *
46
- * @type {BaseErrorResult}
47
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
48
- */
49
- 'error'?: BaseErrorResult | null;
50
- /**
51
- * 日志追踪ID
52
- * @type {string}
53
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
54
- */
55
- 'traceId'?: string | null;
56
- /**
57
- * requestId
58
- * @type {string}
59
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
60
- */
61
- 'requestId'?: string | null;
62
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * OpenAPI definition
6
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,30 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- * 能源成本用量趋势
14
- * @export
15
- * @interface TwoEnergyConsumptionSummarVO
16
- */
17
- export interface TwoEnergyConsumptionSummarVO {
18
- /**
19
- * 用量
20
- * @type {number}
21
- * @memberof TwoEnergyConsumptionSummarVO
22
- */
23
- 'parkUtilityUsage'?: number;
24
- /**
25
- * 费用
26
- * @type {number}
27
- * @memberof TwoEnergyConsumptionSummarVO
28
- */
29
- 'billCharges'?: number;
30
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * OpenAPI definition
6
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,72 +0,0 @@
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 { TwoEnergyConsumptionSummarVO } from './two-energy-consumption-summar-vo';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface JsonResultTwoEnergyConsumptionSummarVO
27
- */
28
- export interface JsonResultTwoEnergyConsumptionSummarVO {
29
- /**
30
- * 错误码,0:成功,其他:失败
31
- * @type {number}
32
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
33
- */
34
- 'code'?: number;
35
- /**
36
- * 错误消息
37
- * @type {string}
38
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
39
- */
40
- 'msg'?: string;
41
- /**
42
- * 错误堆栈
43
- * @type {string}
44
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
45
- */
46
- 'stacks'?: string;
47
- /**
48
- *
49
- * @type {TwoEnergyConsumptionSummarVO}
50
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
51
- */
52
- 'data'?: TwoEnergyConsumptionSummarVO | null;
53
- /**
54
- *
55
- * @type {BaseErrorResult}
56
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
57
- */
58
- 'error'?: BaseErrorResult | null;
59
- /**
60
- * 日志追踪ID
61
- * @type {string}
62
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
63
- */
64
- 'traceId'?: string | null;
65
- /**
66
- * requestId
67
- * @type {string}
68
- * @memberof JsonResultTwoEnergyConsumptionSummarVO
69
- */
70
- 'requestId'?: string | null;
71
- }
72
-
@@ -1,36 +0,0 @@
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
-
17
- /**
18
- * 能源成本用量趋势
19
- * @export
20
- * @interface TwoEnergyConsumptionSummarVO
21
- */
22
- export interface TwoEnergyConsumptionSummarVO {
23
- /**
24
- * 用量
25
- * @type {number}
26
- * @memberof TwoEnergyConsumptionSummarVO
27
- */
28
- 'parkUtilityUsage'?: number;
29
- /**
30
- * 费用
31
- * @type {number}
32
- * @memberof TwoEnergyConsumptionSummarVO
33
- */
34
- 'billCharges'?: number;
35
- }
36
-