@gizone/rrs-client 4.2.9-alpha.527 → 4.2.9-alpha.537

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 (101) hide show
  1. package/.openapi-generator/FILES +16 -0
  2. package/api.ts +1 -0
  3. package/apis/device-api.ts +91 -0
  4. package/apis/energy-cost-controller-api.ts +973 -0
  5. package/dist/api.d.ts +1 -0
  6. package/dist/api.js +1 -0
  7. package/dist/apis/device-api.d.ts +47 -0
  8. package/dist/apis/device-api.js +70 -0
  9. package/dist/apis/energy-cost-controller-api.d.ts +527 -0
  10. package/dist/apis/energy-cost-controller-api.js +737 -0
  11. package/dist/esm/api.d.ts +1 -0
  12. package/dist/esm/api.js +1 -0
  13. package/dist/esm/apis/device-api.d.ts +47 -0
  14. package/dist/esm/apis/device-api.js +70 -0
  15. package/dist/esm/apis/energy-cost-controller-api.d.ts +527 -0
  16. package/dist/esm/apis/energy-cost-controller-api.js +730 -0
  17. package/dist/esm/models/energy-cost-add-record-dto.d.ts +138 -0
  18. package/dist/esm/models/energy-cost-add-record-dto.js +27 -0
  19. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +60 -0
  20. package/dist/esm/models/energy-cost-add-setting-dto.js +23 -0
  21. package/dist/esm/models/energy-cost-confirm-record-dto.d.ts +42 -0
  22. package/dist/esm/models/energy-cost-confirm-record-dto.js +17 -0
  23. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +96 -0
  24. package/dist/esm/models/energy-cost-month-setting-list-vo.js +23 -0
  25. package/dist/esm/models/energy-cost-record-info-vo.d.ts +192 -0
  26. package/dist/esm/models/energy-cost-record-info-vo.js +27 -0
  27. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +132 -0
  28. package/dist/esm/models/energy-cost-scenarios-info-vo.js +23 -0
  29. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +60 -0
  30. package/dist/esm/models/energy-cost-update-setting-dto.js +23 -0
  31. package/dist/esm/models/index.d.ts +15 -0
  32. package/dist/esm/models/index.js +15 -0
  33. package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
  34. package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
  35. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  36. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  37. package/dist/esm/models/item.d.ts +55 -0
  38. package/dist/esm/models/item.js +19 -0
  39. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  40. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  41. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  42. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  43. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  44. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  45. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  46. package/dist/esm/models/json-result-map-string-object.js +14 -0
  47. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +7 -0
  48. package/dist/esm/models/surveillance-entity.d.ts +171 -0
  49. package/dist/esm/models/surveillance-entity.js +14 -0
  50. package/dist/models/energy-cost-add-record-dto.d.ts +138 -0
  51. package/dist/models/energy-cost-add-record-dto.js +30 -0
  52. package/dist/models/energy-cost-add-setting-dto.d.ts +60 -0
  53. package/dist/models/energy-cost-add-setting-dto.js +26 -0
  54. package/dist/models/energy-cost-confirm-record-dto.d.ts +42 -0
  55. package/dist/models/energy-cost-confirm-record-dto.js +20 -0
  56. package/dist/models/energy-cost-month-setting-list-vo.d.ts +96 -0
  57. package/dist/models/energy-cost-month-setting-list-vo.js +26 -0
  58. package/dist/models/energy-cost-record-info-vo.d.ts +192 -0
  59. package/dist/models/energy-cost-record-info-vo.js +30 -0
  60. package/dist/models/energy-cost-scenarios-info-vo.d.ts +132 -0
  61. package/dist/models/energy-cost-scenarios-info-vo.js +26 -0
  62. package/dist/models/energy-cost-update-setting-dto.d.ts +60 -0
  63. package/dist/models/energy-cost-update-setting-dto.js +26 -0
  64. package/dist/models/index.d.ts +15 -0
  65. package/dist/models/index.js +15 -0
  66. package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
  67. package/dist/models/iot-device-unit-delete-dto.js +15 -0
  68. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  69. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  70. package/dist/models/item.d.ts +55 -0
  71. package/dist/models/item.js +22 -0
  72. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
  73. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  74. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  75. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  76. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  77. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  78. package/dist/models/json-result-map-string-object.d.ts +63 -0
  79. package/dist/models/json-result-map-string-object.js +15 -0
  80. package/dist/models/surveillance-batch-import-template-dto.d.ts +7 -0
  81. package/dist/models/surveillance-entity.d.ts +171 -0
  82. package/dist/models/surveillance-entity.js +15 -0
  83. package/models/energy-cost-add-record-dto.ts +151 -0
  84. package/models/energy-cost-add-setting-dto.ts +70 -0
  85. package/models/energy-cost-confirm-record-dto.ts +53 -0
  86. package/models/energy-cost-month-setting-list-vo.ts +106 -0
  87. package/models/energy-cost-record-info-vo.ts +205 -0
  88. package/models/energy-cost-scenarios-info-vo.ts +142 -0
  89. package/models/energy-cost-update-setting-dto.ts +70 -0
  90. package/models/index.ts +15 -0
  91. package/models/iot-device-unit-delete-dto.ts +48 -0
  92. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  93. package/models/item.ts +64 -0
  94. package/models/json-result-energy-cost-record-info-vo.ts +72 -0
  95. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  96. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  97. package/models/json-result-map-string-object.ts +69 -0
  98. package/models/surveillance-batch-import-template-dto.ts +9 -0
  99. package/models/surveillance-entity.ts +185 -0
  100. package/ossutil.log +1047 -0
  101. 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 { EnergyCostRecordInfoVO } from './energy-cost-record-info-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultEnergyCostRecordInfoVO
27
+ */
28
+ export interface JsonResultEnergyCostRecordInfoVO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultEnergyCostRecordInfoVO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultEnergyCostRecordInfoVO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultEnergyCostRecordInfoVO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {EnergyCostRecordInfoVO}
50
+ * @memberof JsonResultEnergyCostRecordInfoVO
51
+ */
52
+ 'data'?: EnergyCostRecordInfoVO;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultEnergyCostRecordInfoVO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultEnergyCostRecordInfoVO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultEnergyCostRecordInfoVO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -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 { IPageEnergyCostRecordInfoVO } from './ipage-energy-cost-record-info-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultIPageEnergyCostRecordInfoVO
27
+ */
28
+ export interface JsonResultIPageEnergyCostRecordInfoVO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ *
49
+ * @type {IPageEnergyCostRecordInfoVO}
50
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
51
+ */
52
+ 'data'?: IPageEnergyCostRecordInfoVO | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultIPageEnergyCostRecordInfoVO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -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 { EnergyCostMonthSettingListVO } from './energy-cost-month-setting-list-vo';
22
+
23
+ /**
24
+ *
25
+ * @export
26
+ * @interface JsonResultListEnergyCostMonthSettingListVO
27
+ */
28
+ export interface JsonResultListEnergyCostMonthSettingListVO {
29
+ /**
30
+ * 错误码,0:成功,其他:失败
31
+ * @type {number}
32
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
33
+ */
34
+ 'code'?: number;
35
+ /**
36
+ * 错误消息
37
+ * @type {string}
38
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
39
+ */
40
+ 'msg'?: string;
41
+ /**
42
+ * 错误堆栈
43
+ * @type {string}
44
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
45
+ */
46
+ 'stacks'?: string;
47
+ /**
48
+ * 返回数据,可以是任意类型的值
49
+ * @type {Array<EnergyCostMonthSettingListVO>}
50
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
51
+ */
52
+ 'data'?: Array<EnergyCostMonthSettingListVO> | null;
53
+ /**
54
+ *
55
+ * @type {BaseErrorResult}
56
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
57
+ */
58
+ 'error'?: BaseErrorResult | null;
59
+ /**
60
+ * 日志追踪ID
61
+ * @type {string}
62
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
63
+ */
64
+ 'traceId'?: string | null;
65
+ /**
66
+ * requestId
67
+ * @type {string}
68
+ * @memberof JsonResultListEnergyCostMonthSettingListVO
69
+ */
70
+ 'requestId'?: string | null;
71
+ }
72
+
@@ -0,0 +1,69 @@
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
+
20
+ /**
21
+ *
22
+ * @export
23
+ * @interface JsonResultMapStringObject
24
+ */
25
+ export interface JsonResultMapStringObject {
26
+ /**
27
+ * 错误码,0:成功,其他:失败
28
+ * @type {number}
29
+ * @memberof JsonResultMapStringObject
30
+ */
31
+ 'code'?: number;
32
+ /**
33
+ * 错误消息
34
+ * @type {string}
35
+ * @memberof JsonResultMapStringObject
36
+ */
37
+ 'msg'?: string;
38
+ /**
39
+ * 错误堆栈
40
+ * @type {string}
41
+ * @memberof JsonResultMapStringObject
42
+ */
43
+ 'stacks'?: string;
44
+ /**
45
+ * 返回数据,可以是任意类型的值
46
+ * @type {{ [key: string]: object | null; }}
47
+ * @memberof JsonResultMapStringObject
48
+ */
49
+ 'data'?: { [key: string]: object | null; } | null;
50
+ /**
51
+ *
52
+ * @type {BaseErrorResult}
53
+ * @memberof JsonResultMapStringObject
54
+ */
55
+ 'error'?: BaseErrorResult | null;
56
+ /**
57
+ * 日志追踪ID
58
+ * @type {string}
59
+ * @memberof JsonResultMapStringObject
60
+ */
61
+ 'traceId'?: string | null;
62
+ /**
63
+ * requestId
64
+ * @type {string}
65
+ * @memberof JsonResultMapStringObject
66
+ */
67
+ 'requestId'?: string | null;
68
+ }
69
+
@@ -19,6 +19,9 @@ import type { FunctionalAreaEnum } from './functional-area-enum';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
21
  import type { InstallationBodyEnum } from './installation-body-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { SurveillanceEntity } from './surveillance-entity';
22
25
 
23
26
  /**
24
27
  * 监控批量导入模板数据传输对象
@@ -128,6 +131,12 @@ export interface SurveillanceBatchImportTemplateDto {
128
131
  * @memberof SurveillanceBatchImportTemplateDto
129
132
  */
130
133
  'spaceId'?: number;
134
+ /**
135
+ *
136
+ * @type {SurveillanceEntity}
137
+ * @memberof SurveillanceBatchImportTemplateDto
138
+ */
139
+ 'surveillanceEntity'?: SurveillanceEntity;
131
140
  }
132
141
 
133
142
 
@@ -0,0 +1,185 @@
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 { FunctionalAreaEnum } from './functional-area-enum';
19
+ // May contain unused imports in some cases
20
+ // @ts-ignore
21
+ import type { InstallationBodyEnum } from './installation-body-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
24
+ import type { IotDeviceStatusEnum } from './iot-device-status-enum';
25
+
26
+ /**
27
+ * 监控实体类
28
+ * @export
29
+ * @interface SurveillanceEntity
30
+ */
31
+ export interface SurveillanceEntity {
32
+ /**
33
+ * 主键ID
34
+ * @type {number}
35
+ * @memberof SurveillanceEntity
36
+ */
37
+ 'id'?: number;
38
+ /**
39
+ * 园区ID
40
+ * @type {number}
41
+ * @memberof SurveillanceEntity
42
+ */
43
+ 'parkId'?: number;
44
+ /**
45
+ * 监控序号
46
+ * @type {string}
47
+ * @memberof SurveillanceEntity
48
+ */
49
+ 'surveillanceNo'?: string;
50
+ /**
51
+ * 设备编码
52
+ * @type {string}
53
+ * @memberof SurveillanceEntity
54
+ */
55
+ 'deviceCode'?: string;
56
+ /**
57
+ * 通道号
58
+ * @type {string}
59
+ * @memberof SurveillanceEntity
60
+ */
61
+ 'deviceChannel'?: string;
62
+ /**
63
+ * 设备类型
64
+ * @type {string}
65
+ * @memberof SurveillanceEntity
66
+ */
67
+ 'modelId'?: string;
68
+ /**
69
+ * 品牌编号
70
+ * @type {string}
71
+ * @memberof SurveillanceEntity
72
+ */
73
+ 'brandId'?: string;
74
+ /**
75
+ * 空间ID
76
+ * @type {number}
77
+ * @memberof SurveillanceEntity
78
+ */
79
+ 'spaceId'?: number;
80
+ /**
81
+ *
82
+ * @type {FunctionalAreaEnum}
83
+ * @memberof SurveillanceEntity
84
+ */
85
+ 'functionalArea'?: FunctionalAreaEnum;
86
+ /**
87
+ * 监控名称
88
+ * @type {string}
89
+ * @memberof SurveillanceEntity
90
+ */
91
+ 'surveillanceName'?: string;
92
+ /**
93
+ * 监控全名称
94
+ * @type {string}
95
+ * @memberof SurveillanceEntity
96
+ */
97
+ 'surveillanceFullName'?: string;
98
+ /**
99
+ * 是否空间显示
100
+ * @type {boolean}
101
+ * @memberof SurveillanceEntity
102
+ */
103
+ 'isShowSpace'?: boolean;
104
+ /**
105
+ *
106
+ * @type {IotDeviceStatusEnum}
107
+ * @memberof SurveillanceEntity
108
+ */
109
+ 'surveillanceStatus'?: IotDeviceStatusEnum;
110
+ /**
111
+ *
112
+ * @type {InstallationBodyEnum}
113
+ * @memberof SurveillanceEntity
114
+ */
115
+ 'installationBody'?: InstallationBodyEnum;
116
+ /**
117
+ * 安装单位
118
+ * @type {string}
119
+ * @memberof SurveillanceEntity
120
+ */
121
+ 'installationUnit'?: string;
122
+ /**
123
+ * 建设时间
124
+ * @type {string}
125
+ * @memberof SurveillanceEntity
126
+ */
127
+ 'constructionTime'?: string;
128
+ /**
129
+ * 监控点位
130
+ * @type {Array<number>}
131
+ * @memberof SurveillanceEntity
132
+ */
133
+ 'surveillancePoint'?: Array<number>;
134
+ /**
135
+ * 监控rtmp地址
136
+ * @type {string}
137
+ * @memberof SurveillanceEntity
138
+ */
139
+ 'rtmpUrl'?: string;
140
+ /**
141
+ * 监控截图
142
+ * @type {string}
143
+ * @memberof SurveillanceEntity
144
+ */
145
+ 'surveillancePicture'?: string;
146
+ /**
147
+ * 创建时间
148
+ * @type {string}
149
+ * @memberof SurveillanceEntity
150
+ */
151
+ 'createTime'?: string;
152
+ /**
153
+ * 修改时间
154
+ * @type {string}
155
+ * @memberof SurveillanceEntity
156
+ */
157
+ 'updateTime'?: string;
158
+ /**
159
+ * 是否删除 1未删除 0删除
160
+ * @type {number}
161
+ * @memberof SurveillanceEntity
162
+ */
163
+ 'isDelete'?: number;
164
+ /**
165
+ * 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
166
+ * @type {string}
167
+ * @memberof SurveillanceEntity
168
+ */
169
+ 'imageStatus'?: string;
170
+ /**
171
+ * 录像保存天数
172
+ * @type {number}
173
+ * @memberof SurveillanceEntity
174
+ */
175
+ 'videoRecordingDays'?: number;
176
+ /**
177
+ * 所属项目
178
+ * @type {string}
179
+ * @memberof SurveillanceEntity
180
+ */
181
+ 'projectName'?: string;
182
+ }
183
+
184
+
185
+