@gizone/rrs-client 3.11.17-alpha.99 → 4.0.0-alpha.106
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/.openapi-generator/FILES +11 -2
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/device-api.ts +153 -0
- package/apis/surveillance-api.ts +30 -105
- package/apis/work-order-api.ts +283 -0
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/device-api.d.ts +88 -0
- package/dist/apis/device-api.js +139 -0
- package/dist/apis/surveillance-api.d.ts +30 -60
- package/dist/apis/surveillance-api.js +21 -75
- package/dist/apis/work-order-api.d.ts +149 -0
- package/dist/apis/work-order-api.js +214 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/device-api.d.ts +88 -0
- package/dist/esm/apis/device-api.js +132 -0
- package/dist/esm/apis/surveillance-api.d.ts +30 -60
- package/dist/esm/apis/surveillance-api.js +20 -74
- package/dist/esm/apis/work-order-api.d.ts +149 -0
- package/dist/esm/apis/work-order-api.js +214 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +8 -14
- package/dist/esm/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/index.d.ts +10 -2
- package/dist/esm/models/index.js +10 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +18 -111
- package/dist/esm/models/surveillance-details-dto.js +5 -1
- package/dist/esm/models/surveillance.d.ts +9 -4
- package/dist/esm/models/surveillance.js +5 -1
- package/dist/esm/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/esm/models/sync-device-unit-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/{models/surveillance-status-enum.d.ts → esm/models/violation-center-attribute-enum.d.ts} +5 -5
- package/dist/esm/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +4 -4
- package/dist/esm/models/violation-decision-vo.d.ts +68 -0
- package/dist/esm/models/violation-decision-vo.js +14 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/esm/models/violation-issue-type-enum.js +85 -0
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/esm/models/violation-responsibility-role-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/esm/models/violation-work-order-add-vo.js +14 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/esm/models/violation-work-order-details-dto.js +20 -0
- package/dist/esm/models/violation-work-order-info.d.ts +106 -0
- package/dist/esm/models/violation-work-order-info.js +14 -0
- package/dist/esm/models/{surveillance-status-enum.d.ts → work-order-approval-vo.d.ts} +10 -7
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +7 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +7 -1
- package/dist/esm/models/work-order-issue-type-enum.js +8 -2
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/equipment-detail-dto.d.ts +8 -14
- package/dist/models/equipment-point-edit-vo.d.ts +2 -8
- package/dist/models/equipment-search-system-dto.d.ts +6 -12
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +10 -2
- package/dist/models/index.js +10 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +56 -0
- package/dist/models/surveillance-details-dto.d.ts +18 -111
- package/dist/models/surveillance-details-dto.js +6 -0
- package/dist/models/surveillance.d.ts +9 -4
- package/dist/models/surveillance.js +6 -0
- package/dist/models/sync-device-unit-vo.d.ts +180 -0
- package/dist/models/sync-device-unit-vo.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/models/{surveillance-status-enum.js → violation-center-attribute-enum.js} +5 -5
- package/dist/models/violation-decision-vo.d.ts +68 -0
- package/dist/models/violation-decision-vo.js +15 -0
- package/dist/models/violation-issue-type-enum.d.ts +84 -0
- package/dist/models/violation-issue-type-enum.js +88 -0
- package/dist/models/violation-responsibility-role-enum.d.ts +21 -0
- package/dist/models/violation-responsibility-role-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +87 -0
- package/dist/models/violation-work-order-add-vo.js +15 -0
- package/dist/models/violation-work-order-details-dto.d.ts +151 -0
- package/dist/models/violation-work-order-details-dto.js +23 -0
- package/dist/models/violation-work-order-info.d.ts +106 -0
- package/dist/models/violation-work-order-info.js +15 -0
- package/dist/models/work-order-approval-vo.d.ts +24 -0
- package/dist/models/work-order-approval-vo.js +15 -0
- package/dist/models/work-order-decision-vo.d.ts +7 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +7 -1
- package/dist/models/work-order-issue-type-enum.js +8 -2
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/equipment-detail-dto.ts +8 -14
- package/models/equipment-point-edit-vo.ts +2 -8
- package/models/equipment-search-system-dto.ts +6 -12
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +10 -2
- package/models/json-result-violation-work-order-details-dto.ts +66 -0
- package/models/surveillance-details-dto.ts +19 -117
- package/models/surveillance.ts +10 -6
- package/models/sync-device-unit-vo.ts +186 -0
- package/models/sync-equipment-vo.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/violation-center-attribute-enum.ts +31 -0
- package/models/violation-decision-vo.ts +80 -0
- package/models/violation-issue-type-enum.ts +94 -0
- package/models/violation-responsibility-role-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +101 -0
- package/models/violation-work-order-details-dto.ts +182 -0
- package/models/violation-work-order-info.ts +122 -0
- package/models/{surveillance-status-enum.ts → work-order-approval-vo.ts} +10 -11
- package/models/work-order-decision-vo.ts +9 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +8 -2
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
- package/dist/esm/models/surveillance-add-vo.d.ts +0 -156
- package/dist/models/surveillance-add-vo.d.ts +0 -156
- package/models/surveillance-add-vo.ts +0 -162
- /package/dist/esm/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
- /package/dist/models/{surveillance-add-vo.js → json-result-violation-work-order-details-dto.js} +0 -0
|
@@ -23,5 +23,6 @@ export const WorkOrderSourceEnum = {
|
|
|
23
23
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
24
24
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
25
25
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
26
|
-
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER'
|
|
26
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
|
|
27
|
+
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
27
28
|
};
|
|
@@ -31,5 +31,6 @@ export declare const WorkOrderTypeEnum: {
|
|
|
31
31
|
readonly VideoRecognitionAlarm: "VIDEO_RECOGNITION_ALARM";
|
|
32
32
|
readonly AiInspection: "AI_INSPECTION";
|
|
33
33
|
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
|
+
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
34
35
|
};
|
|
35
36
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -32,5 +32,6 @@ export const WorkOrderTypeEnum = {
|
|
|
32
32
|
GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
|
|
33
33
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
34
34
|
AiInspection: 'AI_INSPECTION',
|
|
35
|
-
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER'
|
|
35
|
+
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
36
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
36
37
|
};
|
|
@@ -153,12 +153,18 @@ export interface EquipmentDetailDTO {
|
|
|
153
153
|
* @memberof EquipmentDetailDTO
|
|
154
154
|
*/
|
|
155
155
|
'planImage'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 设备点位
|
|
158
|
+
* @type {Array<number>}
|
|
159
|
+
* @memberof EquipmentDetailDTO
|
|
160
|
+
*/
|
|
161
|
+
'equipmentPoint'?: Array<number>;
|
|
156
162
|
/**
|
|
157
163
|
* 空间点位
|
|
158
|
-
* @type {
|
|
164
|
+
* @type {Array<Array<number>>}
|
|
159
165
|
* @memberof EquipmentDetailDTO
|
|
160
166
|
*/
|
|
161
|
-
'spacePoint'?:
|
|
167
|
+
'spacePoint'?: Array<Array<number>>;
|
|
162
168
|
/**
|
|
163
169
|
* 空间id
|
|
164
170
|
* @type {number}
|
|
@@ -213,16 +219,4 @@ export interface EquipmentDetailDTO {
|
|
|
213
219
|
* @memberof EquipmentDetailDTO
|
|
214
220
|
*/
|
|
215
221
|
'relatedEquipmentIds'?: Array<number>;
|
|
216
|
-
/**
|
|
217
|
-
*
|
|
218
|
-
* @type {string}
|
|
219
|
-
* @memberof EquipmentDetailDTO
|
|
220
|
-
*/
|
|
221
|
-
'xaxis'?: string;
|
|
222
|
-
/**
|
|
223
|
-
*
|
|
224
|
-
* @type {string}
|
|
225
|
-
* @memberof EquipmentDetailDTO
|
|
226
|
-
*/
|
|
227
|
-
'yaxis'?: string;
|
|
228
222
|
}
|
|
@@ -23,14 +23,8 @@ export interface EquipmentPointEditVo {
|
|
|
23
23
|
'id': number;
|
|
24
24
|
/**
|
|
25
25
|
* 点位编码
|
|
26
|
-
* @type {
|
|
26
|
+
* @type {Array<number>}
|
|
27
27
|
* @memberof EquipmentPointEditVo
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
30
|
-
/**
|
|
31
|
-
* 点位编码
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof EquipmentPointEditVo
|
|
34
|
-
*/
|
|
35
|
-
'equipmentPointYAxis'?: string;
|
|
29
|
+
'equipmentPoint'?: Array<number>;
|
|
36
30
|
}
|
|
@@ -166,12 +166,6 @@ export interface EquipmentSearchSystemDTO {
|
|
|
166
166
|
* @memberof EquipmentSearchSystemDTO
|
|
167
167
|
*/
|
|
168
168
|
'planImage'?: string;
|
|
169
|
-
/**
|
|
170
|
-
* 空间点位
|
|
171
|
-
* @type {string}
|
|
172
|
-
* @memberof EquipmentSearchSystemDTO
|
|
173
|
-
*/
|
|
174
|
-
'spacePoint'?: string;
|
|
175
169
|
/**
|
|
176
170
|
* 出厂时间
|
|
177
171
|
* @type {string}
|
|
@@ -227,15 +221,15 @@ export interface EquipmentSearchSystemDTO {
|
|
|
227
221
|
*/
|
|
228
222
|
'relatedEquipmentIds'?: Array<number>;
|
|
229
223
|
/**
|
|
230
|
-
*
|
|
231
|
-
* @type {
|
|
224
|
+
* 设备点位
|
|
225
|
+
* @type {Array<number>}
|
|
232
226
|
* @memberof EquipmentSearchSystemDTO
|
|
233
227
|
*/
|
|
234
|
-
'
|
|
228
|
+
'equipmentPoint'?: Array<number>;
|
|
235
229
|
/**
|
|
236
|
-
*
|
|
237
|
-
* @type {
|
|
230
|
+
* 空间点位
|
|
231
|
+
* @type {Array<Array<number>>}
|
|
238
232
|
* @memberof EquipmentSearchSystemDTO
|
|
239
233
|
*/
|
|
240
|
-
'
|
|
234
|
+
'spacePoint'?: Array<Array<number>>;
|
|
241
235
|
}
|
|
@@ -55,16 +55,16 @@ export interface GetUserWx200Response {
|
|
|
55
55
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
|
-
* @type {
|
|
58
|
+
* @type {GetUserWx200ResponseLocale}
|
|
59
59
|
* @memberof GetUserWx200Response
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @type {
|
|
64
|
+
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -536,6 +536,7 @@ export * from './json-result-sys-user-msg-dto';
|
|
|
536
536
|
export * from './json-result-unloading-area-entity';
|
|
537
537
|
export * from './json-result-user-add-redis-list-vo';
|
|
538
538
|
export * from './json-result-user-settings-entity';
|
|
539
|
+
export * from './json-result-violation-work-order-details-dto';
|
|
539
540
|
export * from './json-result-void';
|
|
540
541
|
export * from './json-result-white-add-redis-list-dto';
|
|
541
542
|
export * from './json-result-work-order-dept-settings-entity';
|
|
@@ -762,18 +763,17 @@ export * from './supplier-entity';
|
|
|
762
763
|
export * from './supplier-search-vo';
|
|
763
764
|
export * from './supplier-select-dto';
|
|
764
765
|
export * from './surveillance';
|
|
765
|
-
export * from './surveillance-add-vo';
|
|
766
766
|
export * from './surveillance-details-dto';
|
|
767
767
|
export * from './surveillance-live-dto';
|
|
768
768
|
export * from './surveillance-roi-entity';
|
|
769
769
|
export * from './surveillance-roi-list-vo';
|
|
770
770
|
export * from './surveillance-settings-details-dto';
|
|
771
771
|
export * from './surveillance-settings-polling-vo';
|
|
772
|
-
export * from './surveillance-status-enum';
|
|
773
772
|
export * from './surveillance-update-vo';
|
|
774
773
|
export * from './switch-pak-body';
|
|
775
774
|
export * from './switch-pak-body-v2-vo';
|
|
776
775
|
export * from './switch-park-v2-dto';
|
|
776
|
+
export * from './sync-device-unit-vo';
|
|
777
777
|
export * from './sync-equipment-vo';
|
|
778
778
|
export * from './sys-config';
|
|
779
779
|
export * from './sys-dept';
|
|
@@ -820,6 +820,13 @@ export * from './user-settings-update-bo';
|
|
|
820
820
|
export * from './user-whether-privacy-dto';
|
|
821
821
|
export * from './user-white-del-dto';
|
|
822
822
|
export * from './vehicle-payment-bo';
|
|
823
|
+
export * from './violation-center-attribute-enum';
|
|
824
|
+
export * from './violation-decision-vo';
|
|
825
|
+
export * from './violation-issue-type-enum';
|
|
826
|
+
export * from './violation-responsibility-role-enum';
|
|
827
|
+
export * from './violation-work-order-add-vo';
|
|
828
|
+
export * from './violation-work-order-details-dto';
|
|
829
|
+
export * from './violation-work-order-info';
|
|
823
830
|
export * from './water-meter-add-or-edit-vo';
|
|
824
831
|
export * from './water-meter-details-search-vo';
|
|
825
832
|
export * from './water-meter-search-vo';
|
|
@@ -835,6 +842,7 @@ export * from './white-black-del-vo';
|
|
|
835
842
|
export * from './white-edit-vo';
|
|
836
843
|
export * from './white-search-vo';
|
|
837
844
|
export * from './work-order-add-vo';
|
|
845
|
+
export * from './work-order-approval-vo';
|
|
838
846
|
export * from './work-order-circulation-vo';
|
|
839
847
|
export * from './work-order-comment-dto';
|
|
840
848
|
export * from './work-order-comment-entity';
|
package/dist/models/index.js
CHANGED
|
@@ -552,6 +552,7 @@ __exportStar(require("./json-result-sys-user-msg-dto"), exports);
|
|
|
552
552
|
__exportStar(require("./json-result-unloading-area-entity"), exports);
|
|
553
553
|
__exportStar(require("./json-result-user-add-redis-list-vo"), exports);
|
|
554
554
|
__exportStar(require("./json-result-user-settings-entity"), exports);
|
|
555
|
+
__exportStar(require("./json-result-violation-work-order-details-dto"), exports);
|
|
555
556
|
__exportStar(require("./json-result-void"), exports);
|
|
556
557
|
__exportStar(require("./json-result-white-add-redis-list-dto"), exports);
|
|
557
558
|
__exportStar(require("./json-result-work-order-dept-settings-entity"), exports);
|
|
@@ -778,18 +779,17 @@ __exportStar(require("./supplier-entity"), exports);
|
|
|
778
779
|
__exportStar(require("./supplier-search-vo"), exports);
|
|
779
780
|
__exportStar(require("./supplier-select-dto"), exports);
|
|
780
781
|
__exportStar(require("./surveillance"), exports);
|
|
781
|
-
__exportStar(require("./surveillance-add-vo"), exports);
|
|
782
782
|
__exportStar(require("./surveillance-details-dto"), exports);
|
|
783
783
|
__exportStar(require("./surveillance-live-dto"), exports);
|
|
784
784
|
__exportStar(require("./surveillance-roi-entity"), exports);
|
|
785
785
|
__exportStar(require("./surveillance-roi-list-vo"), exports);
|
|
786
786
|
__exportStar(require("./surveillance-settings-details-dto"), exports);
|
|
787
787
|
__exportStar(require("./surveillance-settings-polling-vo"), exports);
|
|
788
|
-
__exportStar(require("./surveillance-status-enum"), exports);
|
|
789
788
|
__exportStar(require("./surveillance-update-vo"), exports);
|
|
790
789
|
__exportStar(require("./switch-pak-body"), exports);
|
|
791
790
|
__exportStar(require("./switch-pak-body-v2-vo"), exports);
|
|
792
791
|
__exportStar(require("./switch-park-v2-dto"), exports);
|
|
792
|
+
__exportStar(require("./sync-device-unit-vo"), exports);
|
|
793
793
|
__exportStar(require("./sync-equipment-vo"), exports);
|
|
794
794
|
__exportStar(require("./sys-config"), exports);
|
|
795
795
|
__exportStar(require("./sys-dept"), exports);
|
|
@@ -836,6 +836,13 @@ __exportStar(require("./user-settings-update-bo"), exports);
|
|
|
836
836
|
__exportStar(require("./user-whether-privacy-dto"), exports);
|
|
837
837
|
__exportStar(require("./user-white-del-dto"), exports);
|
|
838
838
|
__exportStar(require("./vehicle-payment-bo"), exports);
|
|
839
|
+
__exportStar(require("./violation-center-attribute-enum"), exports);
|
|
840
|
+
__exportStar(require("./violation-decision-vo"), exports);
|
|
841
|
+
__exportStar(require("./violation-issue-type-enum"), exports);
|
|
842
|
+
__exportStar(require("./violation-responsibility-role-enum"), exports);
|
|
843
|
+
__exportStar(require("./violation-work-order-add-vo"), exports);
|
|
844
|
+
__exportStar(require("./violation-work-order-details-dto"), exports);
|
|
845
|
+
__exportStar(require("./violation-work-order-info"), exports);
|
|
839
846
|
__exportStar(require("./water-meter-add-or-edit-vo"), exports);
|
|
840
847
|
__exportStar(require("./water-meter-details-search-vo"), exports);
|
|
841
848
|
__exportStar(require("./water-meter-search-vo"), exports);
|
|
@@ -851,6 +858,7 @@ __exportStar(require("./white-black-del-vo"), exports);
|
|
|
851
858
|
__exportStar(require("./white-edit-vo"), exports);
|
|
852
859
|
__exportStar(require("./white-search-vo"), exports);
|
|
853
860
|
__exportStar(require("./work-order-add-vo"), exports);
|
|
861
|
+
__exportStar(require("./work-order-approval-vo"), exports);
|
|
854
862
|
__exportStar(require("./work-order-circulation-vo"), exports);
|
|
855
863
|
__exportStar(require("./work-order-comment-dto"), exports);
|
|
856
864
|
__exportStar(require("./work-order-comment-entity"), exports);
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { ViolationWorkOrderDetailsDto } from './violation-work-order-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultViolationWorkOrderDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultViolationWorkOrderDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ViolationWorkOrderDetailsDto}
|
|
41
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ViolationWorkOrderDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultViolationWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
}
|
|
@@ -11,10 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
13
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
-
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
15
|
-
import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
16
14
|
import type { Space } from './space';
|
|
17
|
-
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
18
15
|
/**
|
|
19
16
|
* 监控详情参数
|
|
20
17
|
* @export
|
|
@@ -39,36 +36,6 @@ export interface SurveillanceDetailsDto {
|
|
|
39
36
|
* @memberof SurveillanceDetailsDto
|
|
40
37
|
*/
|
|
41
38
|
'surveillanceNo'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* 区域名称 HIK同步
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof SurveillanceDetailsDto
|
|
46
|
-
*/
|
|
47
|
-
'hikAreaName'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {ParkPlatFormEnum}
|
|
51
|
-
* @memberof SurveillanceDetailsDto
|
|
52
|
-
*/
|
|
53
|
-
'hikPlatform'?: ParkPlatFormEnum;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {ParkCenterAttributeEnum}
|
|
57
|
-
* @memberof SurveillanceDetailsDto
|
|
58
|
-
*/
|
|
59
|
-
'hikCenter'?: ParkCenterAttributeEnum;
|
|
60
|
-
/**
|
|
61
|
-
* 大区 HIK同步
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof SurveillanceDetailsDto
|
|
64
|
-
*/
|
|
65
|
-
'hikRegion'?: string;
|
|
66
|
-
/**
|
|
67
|
-
* 仓库名 HIK同步
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof SurveillanceDetailsDto
|
|
70
|
-
*/
|
|
71
|
-
'hikWarehouseName'?: string;
|
|
72
39
|
/**
|
|
73
40
|
* 空间ID
|
|
74
41
|
* @type {number}
|
|
@@ -82,41 +49,35 @@ export interface SurveillanceDetailsDto {
|
|
|
82
49
|
*/
|
|
83
50
|
'functionalArea'?: FunctionalAreaEnum;
|
|
84
51
|
/**
|
|
85
|
-
*
|
|
86
|
-
* @type {number}
|
|
87
|
-
* @memberof SurveillanceDetailsDto
|
|
88
|
-
*/
|
|
89
|
-
'hikAreaId'?: number;
|
|
90
|
-
/**
|
|
91
|
-
* 设备ID HIK同步
|
|
52
|
+
* 监控名称
|
|
92
53
|
* @type {string}
|
|
93
54
|
* @memberof SurveillanceDetailsDto
|
|
94
55
|
*/
|
|
95
|
-
'
|
|
56
|
+
'surveillanceName'?: string;
|
|
96
57
|
/**
|
|
97
|
-
*
|
|
58
|
+
* 设备编码
|
|
98
59
|
* @type {string}
|
|
99
60
|
* @memberof SurveillanceDetailsDto
|
|
100
61
|
*/
|
|
101
|
-
'
|
|
62
|
+
'deviceCode'?: string;
|
|
102
63
|
/**
|
|
103
|
-
*
|
|
64
|
+
* 通道号
|
|
104
65
|
* @type {string}
|
|
105
66
|
* @memberof SurveillanceDetailsDto
|
|
106
67
|
*/
|
|
107
|
-
'
|
|
68
|
+
'channelCode'?: string;
|
|
108
69
|
/**
|
|
109
|
-
*
|
|
70
|
+
* 设备类型
|
|
110
71
|
* @type {string}
|
|
111
72
|
* @memberof SurveillanceDetailsDto
|
|
112
73
|
*/
|
|
113
|
-
'
|
|
74
|
+
'modelId'?: string;
|
|
114
75
|
/**
|
|
115
|
-
*
|
|
76
|
+
* 品牌编号
|
|
116
77
|
* @type {string}
|
|
117
78
|
* @memberof SurveillanceDetailsDto
|
|
118
79
|
*/
|
|
119
|
-
'
|
|
80
|
+
'brandId'?: string;
|
|
120
81
|
/**
|
|
121
82
|
* 是否空间显示
|
|
122
83
|
* @type {boolean}
|
|
@@ -124,71 +85,11 @@ export interface SurveillanceDetailsDto {
|
|
|
124
85
|
*/
|
|
125
86
|
'isShowSpace'?: boolean;
|
|
126
87
|
/**
|
|
127
|
-
*
|
|
128
|
-
* @type {SurveillanceStatusEnum}
|
|
129
|
-
* @memberof SurveillanceDetailsDto
|
|
130
|
-
*/
|
|
131
|
-
'hikDeviceStatus'?: SurveillanceStatusEnum;
|
|
132
|
-
/**
|
|
133
|
-
* 持续时长 HIK同步
|
|
134
|
-
* @type {number}
|
|
135
|
-
* @memberof SurveillanceDetailsDto
|
|
136
|
-
*/
|
|
137
|
-
'hikDuration'?: number;
|
|
138
|
-
/**
|
|
139
|
-
* 离线原因 HIK同步
|
|
140
|
-
* @type {string}
|
|
141
|
-
* @memberof SurveillanceDetailsDto
|
|
142
|
-
*/
|
|
143
|
-
'hikOfflineReason'?: string;
|
|
144
|
-
/**
|
|
145
|
-
* 离线修复时间 HIK同步
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof SurveillanceDetailsDto
|
|
148
|
-
*/
|
|
149
|
-
'hikOfflineRepairTime'?: string;
|
|
150
|
-
/**
|
|
151
|
-
* 图像状态 HIK同步
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof SurveillanceDetailsDto
|
|
154
|
-
*/
|
|
155
|
-
'hikImageStatus'?: string;
|
|
156
|
-
/**
|
|
157
|
-
* 录制状态 HIK同步
|
|
158
|
-
* @type {string}
|
|
159
|
-
* @memberof SurveillanceDetailsDto
|
|
160
|
-
*/
|
|
161
|
-
'hikRecordingStatus'?: string;
|
|
162
|
-
/**
|
|
163
|
-
* 录像结果 HIK同步
|
|
164
|
-
* @type {string}
|
|
165
|
-
* @memberof SurveillanceDetailsDto
|
|
166
|
-
*/
|
|
167
|
-
'hikRecordingResult'?: string;
|
|
168
|
-
/**
|
|
169
|
-
* 巡检时间 HIK同步
|
|
170
|
-
* @type {string}
|
|
171
|
-
* @memberof SurveillanceDetailsDto
|
|
172
|
-
*/
|
|
173
|
-
'hikInspectionTime'?: string;
|
|
174
|
-
/**
|
|
175
|
-
* 断续频次 HIK同步
|
|
176
|
-
* @type {string}
|
|
177
|
-
* @memberof SurveillanceDetailsDto
|
|
178
|
-
*/
|
|
179
|
-
'hikIntermittentFrequency'?: string;
|
|
180
|
-
/**
|
|
181
|
-
* 录像保持天数 HIK同步
|
|
182
|
-
* @type {string}
|
|
183
|
-
* @memberof SurveillanceDetailsDto
|
|
184
|
-
*/
|
|
185
|
-
'hikVideoRetentionDays'?: string;
|
|
186
|
-
/**
|
|
187
|
-
* 未录像时长 HIK同步
|
|
88
|
+
* 设备状态枚举
|
|
188
89
|
* @type {string}
|
|
189
90
|
* @memberof SurveillanceDetailsDto
|
|
190
91
|
*/
|
|
191
|
-
'
|
|
92
|
+
'deviceStatus'?: SurveillanceDetailsDtoDeviceStatusEnum;
|
|
192
93
|
/**
|
|
193
94
|
*
|
|
194
95
|
* @type {InstallationBodyEnum}
|
|
@@ -220,3 +121,9 @@ export interface SurveillanceDetailsDto {
|
|
|
220
121
|
*/
|
|
221
122
|
'surveillancePoint'?: Array<number>;
|
|
222
123
|
}
|
|
124
|
+
export declare const SurveillanceDetailsDtoDeviceStatusEnum: {
|
|
125
|
+
readonly Unknown: "UNKNOWN";
|
|
126
|
+
readonly Offline: "OFFLINE";
|
|
127
|
+
readonly Online: "ONLINE";
|
|
128
|
+
};
|
|
129
|
+
export type SurveillanceDetailsDtoDeviceStatusEnum = typeof SurveillanceDetailsDtoDeviceStatusEnum[keyof typeof SurveillanceDetailsDtoDeviceStatusEnum];
|
|
@@ -13,3 +13,9 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SurveillanceDetailsDtoDeviceStatusEnum = void 0;
|
|
17
|
+
exports.SurveillanceDetailsDtoDeviceStatusEnum = {
|
|
18
|
+
Unknown: 'UNKNOWN',
|
|
19
|
+
Offline: 'OFFLINE',
|
|
20
|
+
Online: 'ONLINE'
|
|
21
|
+
};
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SurveillanceStatusEnum } from './surveillance-status-enum';
|
|
13
12
|
/**
|
|
14
13
|
* 监控详情
|
|
15
14
|
* @export
|
|
@@ -41,9 +40,15 @@ export interface Surveillance {
|
|
|
41
40
|
*/
|
|
42
41
|
'surveillancePoint'?: Array<number>;
|
|
43
42
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
43
|
+
* 设备状态枚举
|
|
44
|
+
* @type {string}
|
|
46
45
|
* @memberof Surveillance
|
|
47
46
|
*/
|
|
48
|
-
'surveillanceStatus'?:
|
|
47
|
+
'surveillanceStatus'?: SurveillanceSurveillanceStatusEnum;
|
|
49
48
|
}
|
|
49
|
+
export declare const SurveillanceSurveillanceStatusEnum: {
|
|
50
|
+
readonly Unknown: "UNKNOWN";
|
|
51
|
+
readonly Offline: "OFFLINE";
|
|
52
|
+
readonly Online: "ONLINE";
|
|
53
|
+
};
|
|
54
|
+
export type SurveillanceSurveillanceStatusEnum = typeof SurveillanceSurveillanceStatusEnum[keyof typeof SurveillanceSurveillanceStatusEnum];
|
|
@@ -13,3 +13,9 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.SurveillanceSurveillanceStatusEnum = void 0;
|
|
17
|
+
exports.SurveillanceSurveillanceStatusEnum = {
|
|
18
|
+
Unknown: 'UNKNOWN',
|
|
19
|
+
Offline: 'OFFLINE',
|
|
20
|
+
Online: 'ONLINE'
|
|
21
|
+
};
|