@gizone/rrs-client 4.1.0-alpha.113 → 4.1.0-alpha.115
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 +46 -2
- package/api.ts +5 -1
- package/apis/device-api.ts +244 -0
- package/apis/iot-api.ts +15 -15
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +529 -982
- package/apis/{surveillance-roi-api.ts → surveillance-roi-controller-api.ts} +64 -64
- package/apis/surveillance-settings-api.ts +583 -0
- package/apis/work-order-api.ts +671 -0
- package/dist/api.d.ts +5 -1
- package/dist/api.js +5 -1
- package/dist/apis/device-api.d.ts +135 -0
- package/dist/apis/device-api.js +209 -0
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/monitor-controller-api.d.ts +659 -0
- package/dist/apis/monitor-controller-api.js +989 -0
- package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/apis/monitor-sort-controller-api.js +416 -0
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- package/dist/apis/surveillance-api.d.ts +353 -541
- package/dist/apis/surveillance-api.js +332 -777
- package/dist/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +36 -36
- package/dist/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/apis/surveillance-settings-api.js +486 -0
- package/dist/apis/work-order-api.d.ts +354 -0
- package/dist/apis/work-order-api.js +503 -0
- package/dist/esm/api.d.ts +5 -1
- package/dist/esm/api.js +5 -1
- package/dist/esm/apis/device-api.d.ts +135 -0
- package/dist/esm/apis/device-api.js +202 -0
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
- package/dist/esm/apis/monitor-controller-api.js +982 -0
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
- package/dist/esm/apis/space-api.d.ts +14 -7
- package/dist/esm/apis/space-api.js +16 -11
- package/dist/esm/apis/surveillance-api.d.ts +353 -541
- package/dist/esm/apis/surveillance-api.js +331 -776
- package/dist/esm/apis/{surveillance-roi-api.d.ts → surveillance-roi-controller-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-api.js → surveillance-roi-controller-api.js} +31 -31
- package/dist/esm/apis/surveillance-settings-api.d.ts +302 -0
- package/dist/esm/apis/surveillance-settings-api.js +479 -0
- package/dist/esm/apis/work-order-api.d.ts +354 -0
- package/dist/esm/apis/work-order-api.js +503 -0
- 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/functional-area-enum.d.ts +26 -0
- package/dist/esm/models/functional-area-enum.js +27 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +12 -12
- package/dist/esm/models/index.d.ts +41 -1
- package/dist/esm/models/index.js +41 -1
- package/dist/esm/models/installation-body-enum.d.ts +22 -0
- package/dist/esm/models/installation-body-enum.js +23 -0
- package/dist/esm/models/iot-device-status-enum.d.ts +22 -0
- package/dist/esm/models/iot-device-status-enum.js +23 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-live-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/network-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/esm/models/network-monitor-repair-decision-vo.js +14 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +20 -0
- package/dist/esm/models/network-repair-info.d.ts +36 -0
- package/dist/esm/models/network-repair-info.js +14 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-details-dto.js +14 -0
- package/dist/esm/models/park.d.ts +43 -0
- package/dist/esm/models/park.js +14 -0
- package/dist/esm/models/polling-surveillance-info.d.ts +30 -0
- package/dist/esm/models/polling-surveillance-info.js +14 -0
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-network-monitor-repair-vo.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/space-add-vo.d.ts +7 -0
- package/dist/esm/models/space-detail-dto.d.ts +9 -2
- package/dist/esm/models/space-edit-vo.d.ts +7 -0
- package/dist/esm/models/space-industry-attribute.d.ts +25 -0
- package/dist/esm/models/space-industry-attribute.js +26 -0
- package/dist/esm/models/space-point-dto.d.ts +3 -21
- package/dist/esm/models/space-tree-dto.d.ts +26 -19
- package/dist/esm/models/space.d.ts +43 -0
- package/dist/esm/models/space.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +124 -0
- package/dist/esm/models/surveillance-details-dto.js +14 -0
- package/dist/esm/models/surveillance-live-dto.d.ts +48 -0
- package/dist/esm/models/surveillance-live-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/esm/models/surveillance-settings-details-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-vo.js +14 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +62 -0
- package/dist/esm/models/surveillance-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +49 -0
- package/dist/esm/models/surveillance.js +14 -0
- 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/esm/models/violation-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/violation-center-attribute-enum.js +22 -0
- 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/work-order-approval-vo.d.ts +24 -0
- package/dist/esm/models/work-order-approval-vo.js +14 -0
- package/dist/esm/models/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +32 -0
- package/dist/esm/models/work-order-decision-vo.js +14 -0
- package/dist/esm/models/work-order-ext-data.d.ts +32 -0
- package/dist/esm/models/work-order-ext-data.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +61 -0
- package/dist/esm/models/work-order-handler-dto.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/esm/models/work-order-internal-status-enum.js +7 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/esm/models/work-order-issue-type-enum.js +11 -2
- package/dist/esm/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/esm/models/work-order-settings-type-enum.js +2 -7
- package/dist/esm/models/work-order-source-enum.d.ts +2 -0
- package/dist/esm/models/work-order-source-enum.js +3 -1
- package/dist/esm/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/esm/models/work-order-space-dto.js +14 -0
- package/dist/esm/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/esm/models/work-order-sponsor-dto.js +14 -0
- package/dist/esm/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/esm/models/work-order-surveillance-dto.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +2 -0
- package/dist/esm/models/work-order-type-enum.js +3 -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/functional-area-enum.d.ts +26 -0
- package/dist/models/functional-area-enum.js +30 -0
- package/dist/models/get-user-wx200-response.d.ts +12 -12
- package/dist/models/index.d.ts +41 -1
- package/dist/models/index.js +41 -1
- package/dist/models/installation-body-enum.d.ts +22 -0
- package/dist/models/installation-body-enum.js +26 -0
- package/dist/models/iot-device-status-enum.d.ts +22 -0
- package/dist/models/iot-device-status-enum.js +26 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +62 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +62 -0
- package/dist/models/json-result-surveillance-settings-details-dto.js +15 -0
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-violation-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/network-monitor-repair-add-vo.js +15 -0
- package/dist/models/network-monitor-repair-decision-vo.d.ts +42 -0
- package/dist/models/network-monitor-repair-decision-vo.js +15 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +164 -0
- package/dist/models/network-monitor-repair-details-dto.js +23 -0
- package/dist/models/network-repair-info.d.ts +36 -0
- package/dist/models/network-repair-info.js +15 -0
- package/dist/models/page-dto-surveillance-details-dto.d.ts +31 -0
- package/dist/models/page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/park.d.ts +43 -0
- package/dist/models/park.js +15 -0
- package/dist/models/polling-surveillance-info.d.ts +30 -0
- package/dist/models/polling-surveillance-info.js +15 -0
- package/dist/models/process-network-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-network-monitor-repair-vo.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/space-add-vo.d.ts +7 -0
- package/dist/models/space-detail-dto.d.ts +9 -2
- package/dist/models/space-edit-vo.d.ts +7 -0
- package/dist/models/space-industry-attribute.d.ts +25 -0
- package/dist/models/space-industry-attribute.js +29 -0
- package/dist/models/space-point-dto.d.ts +3 -21
- package/dist/models/space-tree-dto.d.ts +26 -19
- package/dist/models/space.d.ts +43 -0
- package/dist/models/space.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +124 -0
- package/dist/models/surveillance-details-dto.js +15 -0
- package/dist/models/surveillance-live-dto.d.ts +48 -0
- package/dist/models/surveillance-live-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +57 -0
- package/dist/models/surveillance-settings-details-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-vo.js +15 -0
- package/dist/models/surveillance-update-vo.d.ts +62 -0
- package/dist/models/surveillance-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +49 -0
- package/dist/models/surveillance.js +15 -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/violation-center-attribute-enum.js +25 -0
- 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-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +32 -0
- package/dist/models/work-order-decision-vo.js +15 -0
- package/dist/models/work-order-ext-data.d.ts +32 -0
- package/dist/models/work-order-ext-data.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +61 -0
- package/dist/models/work-order-handler-dto.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +6 -0
- package/dist/models/work-order-internal-status-enum.js +7 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -1
- package/dist/models/work-order-issue-type-enum.js +11 -2
- package/dist/models/work-order-settings-type-enum.d.ts +2 -7
- package/dist/models/work-order-settings-type-enum.js +2 -7
- package/dist/models/work-order-source-enum.d.ts +2 -0
- package/dist/models/work-order-source-enum.js +3 -1
- package/dist/models/{space-add-point-vo.d.ts → work-order-space-dto.d.ts} +14 -9
- package/dist/models/work-order-space-dto.js +15 -0
- package/dist/models/work-order-sponsor-dto.d.ts +48 -0
- package/dist/models/work-order-sponsor-dto.js +15 -0
- package/dist/models/work-order-surveillance-dto.d.ts +30 -0
- package/dist/models/work-order-surveillance-dto.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +2 -0
- package/dist/models/work-order-type-enum.js +3 -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/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +12 -12
- package/models/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/iot-device-status-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-list-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-network-monitor-repair-details-dto.ts +72 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-details-dto.ts +72 -0
- package/models/json-result-surveillance-live-dto.ts +72 -0
- package/models/json-result-surveillance-settings-details-dto.ts +72 -0
- package/models/json-result-violation-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +101 -0
- package/models/network-monitor-repair-decision-vo.ts +48 -0
- package/models/network-monitor-repair-details-dto.ts +197 -0
- package/models/network-repair-info.ts +42 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/park.ts +53 -0
- package/models/polling-surveillance-info.ts +36 -0
- package/models/process-network-monitor-repair-vo.ts +36 -0
- package/models/space-add-excel-dto.ts +6 -0
- package/models/space-add-vo.ts +9 -0
- package/models/space-detail-dto.ts +11 -2
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- package/models/space-point-dto.ts +3 -21
- package/models/space-tree-dto.ts +28 -19
- package/models/space.ts +51 -0
- package/models/surveillance-details-dto.ts +140 -0
- package/models/surveillance-live-dto.ts +54 -0
- package/models/surveillance-settings-details-dto.ts +69 -0
- package/models/surveillance-settings-polling-vo.ts +39 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- 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/work-order-approval-vo.ts +30 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +42 -0
- package/models/work-order-ext-data.ts +42 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +7 -1
- package/models/work-order-issue-type-enum.ts +11 -2
- package/models/work-order-settings-type-enum.ts +2 -7
- package/models/work-order-source-enum.ts +3 -1
- package/models/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
- package/models/work-order-sponsor-dto.ts +54 -0
- package/models/work-order-surveillance-dto.ts +36 -0
- package/models/work-order-type-enum.ts +3 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
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 { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
|
+
/**
|
|
14
|
+
* 空间详情
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Space
|
|
17
|
+
*/
|
|
18
|
+
export interface Space {
|
|
19
|
+
/**
|
|
20
|
+
* 空间ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof Space
|
|
23
|
+
*/
|
|
24
|
+
'spaceId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 空间名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Space
|
|
29
|
+
*/
|
|
30
|
+
'spaceName'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 行业属性
|
|
33
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
34
|
+
* @memberof Space
|
|
35
|
+
*/
|
|
36
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
37
|
+
/**
|
|
38
|
+
* 父名称
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof Space
|
|
41
|
+
*/
|
|
42
|
+
'parentName'?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,124 @@
|
|
|
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 { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
import type { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
15
|
+
import type { Space } from './space';
|
|
16
|
+
/**
|
|
17
|
+
* 监控详情参数
|
|
18
|
+
* @export
|
|
19
|
+
* @interface SurveillanceDetailsDto
|
|
20
|
+
*/
|
|
21
|
+
export interface SurveillanceDetailsDto {
|
|
22
|
+
/**
|
|
23
|
+
* 主键ID
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof SurveillanceDetailsDto
|
|
26
|
+
*/
|
|
27
|
+
'id'?: number;
|
|
28
|
+
/**
|
|
29
|
+
* 园区ID
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof SurveillanceDetailsDto
|
|
32
|
+
*/
|
|
33
|
+
'parkId'?: number;
|
|
34
|
+
/**
|
|
35
|
+
* 监控序号
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SurveillanceDetailsDto
|
|
38
|
+
*/
|
|
39
|
+
'surveillanceNo'?: string;
|
|
40
|
+
/**
|
|
41
|
+
* 空间ID
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof SurveillanceDetailsDto
|
|
44
|
+
*/
|
|
45
|
+
'spaceId'?: number;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {FunctionalAreaEnum}
|
|
49
|
+
* @memberof SurveillanceDetailsDto
|
|
50
|
+
*/
|
|
51
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
52
|
+
/**
|
|
53
|
+
* 监控名称
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof SurveillanceDetailsDto
|
|
56
|
+
*/
|
|
57
|
+
'surveillanceName'?: string;
|
|
58
|
+
/**
|
|
59
|
+
* 设备编码
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof SurveillanceDetailsDto
|
|
62
|
+
*/
|
|
63
|
+
'deviceCode'?: string;
|
|
64
|
+
/**
|
|
65
|
+
* 通道号
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof SurveillanceDetailsDto
|
|
68
|
+
*/
|
|
69
|
+
'channelCode'?: string;
|
|
70
|
+
/**
|
|
71
|
+
* 设备类型
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof SurveillanceDetailsDto
|
|
74
|
+
*/
|
|
75
|
+
'modelId'?: string;
|
|
76
|
+
/**
|
|
77
|
+
* 品牌编号
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof SurveillanceDetailsDto
|
|
80
|
+
*/
|
|
81
|
+
'brandId'?: string;
|
|
82
|
+
/**
|
|
83
|
+
* 是否空间显示
|
|
84
|
+
* @type {boolean}
|
|
85
|
+
* @memberof SurveillanceDetailsDto
|
|
86
|
+
*/
|
|
87
|
+
'isShowSpace'?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {IotDeviceStatusEnum}
|
|
91
|
+
* @memberof SurveillanceDetailsDto
|
|
92
|
+
*/
|
|
93
|
+
'deviceStatus'?: IotDeviceStatusEnum;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {InstallationBodyEnum}
|
|
97
|
+
* @memberof SurveillanceDetailsDto
|
|
98
|
+
*/
|
|
99
|
+
'installationBody'?: InstallationBodyEnum;
|
|
100
|
+
/**
|
|
101
|
+
* 安装单位
|
|
102
|
+
* @type {string}
|
|
103
|
+
* @memberof SurveillanceDetailsDto
|
|
104
|
+
*/
|
|
105
|
+
'installationUnit'?: string;
|
|
106
|
+
/**
|
|
107
|
+
* 建设时间
|
|
108
|
+
* @type {string}
|
|
109
|
+
* @memberof SurveillanceDetailsDto
|
|
110
|
+
*/
|
|
111
|
+
'constructionTime'?: string;
|
|
112
|
+
/**
|
|
113
|
+
*
|
|
114
|
+
* @type {Space}
|
|
115
|
+
* @memberof SurveillanceDetailsDto
|
|
116
|
+
*/
|
|
117
|
+
'space'?: Space;
|
|
118
|
+
/**
|
|
119
|
+
* 监控点位
|
|
120
|
+
* @type {Array<number>}
|
|
121
|
+
* @memberof SurveillanceDetailsDto
|
|
122
|
+
*/
|
|
123
|
+
'surveillancePoint'?: Array<number>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,48 @@
|
|
|
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 SurveillanceLiveDto
|
|
16
|
+
*/
|
|
17
|
+
export interface SurveillanceLiveDto {
|
|
18
|
+
/**
|
|
19
|
+
* url
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SurveillanceLiveDto
|
|
22
|
+
*/
|
|
23
|
+
'url'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 设备token
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SurveillanceLiveDto
|
|
28
|
+
*/
|
|
29
|
+
'kitToken'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 设备类型 model
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SurveillanceLiveDto
|
|
34
|
+
*/
|
|
35
|
+
'type'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 设备编号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SurveillanceLiveDto
|
|
40
|
+
*/
|
|
41
|
+
'deviceCode'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 设备通道
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SurveillanceLiveDto
|
|
46
|
+
*/
|
|
47
|
+
'deviceChannel'?: string;
|
|
48
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,57 @@
|
|
|
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 { Park } from './park';
|
|
13
|
+
import type { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
14
|
+
import type { Surveillance } from './surveillance';
|
|
15
|
+
/**
|
|
16
|
+
* 监控设置详情VO
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SurveillanceSettingsDetailsDto
|
|
19
|
+
*/
|
|
20
|
+
export interface SurveillanceSettingsDetailsDto {
|
|
21
|
+
/**
|
|
22
|
+
* 园区id
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
25
|
+
*/
|
|
26
|
+
'parkId'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 轮询间隔(分钟)
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
31
|
+
*/
|
|
32
|
+
'pollingInterval'?: number;
|
|
33
|
+
/**
|
|
34
|
+
* 轮询的监控
|
|
35
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
36
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
37
|
+
*/
|
|
38
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
39
|
+
/**
|
|
40
|
+
* 监控覆盖率标准
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
43
|
+
*/
|
|
44
|
+
'monitoringCoverageStandard'?: number;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {Park}
|
|
48
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
49
|
+
*/
|
|
50
|
+
'park'?: Park;
|
|
51
|
+
/**
|
|
52
|
+
* 监控信息列表
|
|
53
|
+
* @type {Array<Surveillance>}
|
|
54
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
55
|
+
*/
|
|
56
|
+
'surveillances'?: Array<Surveillance>;
|
|
57
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
13
|
+
/**
|
|
14
|
+
* 监控设置轮询VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SurveillanceSettingsPollingVo
|
|
17
|
+
*/
|
|
18
|
+
export interface SurveillanceSettingsPollingVo {
|
|
19
|
+
/**
|
|
20
|
+
* 轮询间隔
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
23
|
+
*/
|
|
24
|
+
'pollingInterval'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 监控列表
|
|
27
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
28
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
29
|
+
*/
|
|
30
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 监控更新参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface SurveillanceUpdateVo
|
|
18
|
+
*/
|
|
19
|
+
export interface SurveillanceUpdateVo {
|
|
20
|
+
/**
|
|
21
|
+
* 空间ID
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof SurveillanceUpdateVo
|
|
24
|
+
*/
|
|
25
|
+
'spaceId'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {FunctionalAreaEnum}
|
|
29
|
+
* @memberof SurveillanceUpdateVo
|
|
30
|
+
*/
|
|
31
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 监控名称
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof SurveillanceUpdateVo
|
|
36
|
+
*/
|
|
37
|
+
'surveillanceName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {InstallationBodyEnum}
|
|
41
|
+
* @memberof SurveillanceUpdateVo
|
|
42
|
+
*/
|
|
43
|
+
'installationBody'?: InstallationBodyEnum;
|
|
44
|
+
/**
|
|
45
|
+
* 安装单位
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof SurveillanceUpdateVo
|
|
48
|
+
*/
|
|
49
|
+
'installationUnit'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 建设时间
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof SurveillanceUpdateVo
|
|
54
|
+
*/
|
|
55
|
+
'constructionTime'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 是否空间显示
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof SurveillanceUpdateVo
|
|
60
|
+
*/
|
|
61
|
+
'isShowSpace'?: boolean;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 {};
|
|
@@ -0,0 +1,49 @@
|
|
|
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 { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 监控详情
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Surveillance
|
|
17
|
+
*/
|
|
18
|
+
export interface Surveillance {
|
|
19
|
+
/**
|
|
20
|
+
* 监控ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof Surveillance
|
|
23
|
+
*/
|
|
24
|
+
'surveillanceId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 空间ID
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof Surveillance
|
|
29
|
+
*/
|
|
30
|
+
'spaceId'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 监控名称
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof Surveillance
|
|
35
|
+
*/
|
|
36
|
+
'surveillanceName'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 监控点位
|
|
39
|
+
* @type {Array<number>}
|
|
40
|
+
* @memberof Surveillance
|
|
41
|
+
*/
|
|
42
|
+
'surveillancePoint'?: Array<number>;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {IotDeviceStatusEnum}
|
|
46
|
+
* @memberof Surveillance
|
|
47
|
+
*/
|
|
48
|
+
'surveillanceStatus'?: IotDeviceStatusEnum;
|
|
49
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 {};
|