@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
package/models/space-add-vo.ts
CHANGED
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
* 新增空间参数
|
|
@@ -110,6 +113,12 @@ export interface SpaceAddVO {
|
|
|
110
113
|
* @memberof SpaceAddVO
|
|
111
114
|
*/
|
|
112
115
|
'greeneryArea'?: number;
|
|
116
|
+
/**
|
|
117
|
+
* 行业属性
|
|
118
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
119
|
+
* @memberof SpaceAddVO
|
|
120
|
+
*/
|
|
121
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
113
122
|
}
|
|
114
123
|
|
|
115
124
|
export const SpaceAddVOImageDisplayMethodEnum = {
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import type { PlanImageList } from './plan-image-list';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import type { SpacePointDTO } from './space-point-dto';
|
|
22
25
|
|
|
23
26
|
/**
|
|
@@ -88,10 +91,10 @@ export interface SpaceDetailDTO {
|
|
|
88
91
|
'imageUrl'?: Array<string>;
|
|
89
92
|
/**
|
|
90
93
|
* 空间点位
|
|
91
|
-
* @type {
|
|
94
|
+
* @type {Array<Array<number>>}
|
|
92
95
|
* @memberof SpaceDetailDTO
|
|
93
96
|
*/
|
|
94
|
-
'spacePoint'?:
|
|
97
|
+
'spacePoint'?: Array<Array<number>>;
|
|
95
98
|
/**
|
|
96
99
|
*
|
|
97
100
|
* @type {SpacePointDTO}
|
|
@@ -176,6 +179,12 @@ export interface SpaceDetailDTO {
|
|
|
176
179
|
* @memberof SpaceDetailDTO
|
|
177
180
|
*/
|
|
178
181
|
'promptText'?: string;
|
|
182
|
+
/**
|
|
183
|
+
* 行业属性
|
|
184
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
185
|
+
* @memberof SpaceDetailDTO
|
|
186
|
+
*/
|
|
187
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
179
188
|
}
|
|
180
189
|
|
|
181
190
|
export const SpaceDetailDTOImageDisplayMethodEnum = {
|
package/models/space-edit-vo.ts
CHANGED
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
16
19
|
|
|
17
20
|
/**
|
|
18
21
|
* 修改空间名称
|
|
@@ -128,6 +131,12 @@ export interface SpaceEditVO {
|
|
|
128
131
|
* @memberof SpaceEditVO
|
|
129
132
|
*/
|
|
130
133
|
'promptText'?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 行业属性
|
|
136
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
137
|
+
* @memberof SpaceEditVO
|
|
138
|
+
*/
|
|
139
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
131
140
|
}
|
|
132
141
|
|
|
133
142
|
export const SpaceEditVOImageDisplayMethodEnum = {
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const SpaceIndustryAttribute = {
|
|
24
|
+
Fmcg: 'FMCG',
|
|
25
|
+
Appliance: 'APPLIANCE',
|
|
26
|
+
Car: 'CAR',
|
|
27
|
+
Haier: 'HAIER',
|
|
28
|
+
Socialized: 'SOCIALIZED',
|
|
29
|
+
LogisticsTreasure: 'LOGISTICS_TREASURE'
|
|
30
|
+
} as const;
|
|
31
|
+
|
|
32
|
+
export type SpaceIndustryAttribute = typeof SpaceIndustryAttribute[keyof typeof SpaceIndustryAttribute];
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
@@ -21,29 +21,11 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export interface SpacePointDTO {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {Array<
|
|
26
|
-
* @memberof SpacePointDTO
|
|
27
|
-
*/
|
|
28
|
-
'arrSlice'?: Array<string>;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof SpacePointDTO
|
|
33
|
-
*/
|
|
34
|
-
'origin'?: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {number}
|
|
38
|
-
* @memberof SpacePointDTO
|
|
39
|
-
*/
|
|
40
|
-
'containerWidth'?: number;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {number}
|
|
24
|
+
* 空间id
|
|
25
|
+
* @type {Array<Array<number>>}
|
|
44
26
|
* @memberof SpacePointDTO
|
|
45
27
|
*/
|
|
46
|
-
'
|
|
28
|
+
'spacePoint'?: Array<Array<number>>;
|
|
47
29
|
/**
|
|
48
30
|
* 空间id
|
|
49
31
|
* @type {number}
|
package/models/space-tree-dto.ts
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { Surveillance } from './surveillance';
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
* 返回数据,可以是任意类型的值
|
|
@@ -65,24 +68,6 @@ export interface SpaceTreeDTO {
|
|
|
65
68
|
* @memberof SpaceTreeDTO
|
|
66
69
|
*/
|
|
67
70
|
'child'?: Array<SpaceTreeDTO>;
|
|
68
|
-
/**
|
|
69
|
-
* 监控空间id
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof SpaceTreeDTO
|
|
72
|
-
*/
|
|
73
|
-
'spaceId'?: number;
|
|
74
|
-
/**
|
|
75
|
-
* 监控列表
|
|
76
|
-
* @type {Array<MonitorSearchDto>}
|
|
77
|
-
* @memberof SpaceTreeDTO
|
|
78
|
-
*/
|
|
79
|
-
'monitorList'?: Array<MonitorSearchDto>;
|
|
80
|
-
/**
|
|
81
|
-
* 监控列表
|
|
82
|
-
* @type {number}
|
|
83
|
-
* @memberof SpaceTreeDTO
|
|
84
|
-
*/
|
|
85
|
-
'monitorSize'?: number;
|
|
86
71
|
/**
|
|
87
72
|
* 是否首级 1 是 0 否
|
|
88
73
|
* @type {number}
|
|
@@ -131,6 +116,30 @@ export interface SpaceTreeDTO {
|
|
|
131
116
|
* @memberof SpaceTreeDTO
|
|
132
117
|
*/
|
|
133
118
|
'promptText'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 行业属性
|
|
121
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
122
|
+
* @memberof SpaceTreeDTO
|
|
123
|
+
*/
|
|
124
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
125
|
+
/**
|
|
126
|
+
* 监控数量
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof SpaceTreeDTO
|
|
129
|
+
*/
|
|
130
|
+
'surveillanceCount'?: number;
|
|
131
|
+
/**
|
|
132
|
+
* 监控空间位置
|
|
133
|
+
* @type {number}
|
|
134
|
+
* @memberof SpaceTreeDTO
|
|
135
|
+
*/
|
|
136
|
+
'spaceId'?: number;
|
|
137
|
+
/**
|
|
138
|
+
* 监控列表
|
|
139
|
+
* @type {Array<Surveillance>}
|
|
140
|
+
* @memberof SpaceTreeDTO
|
|
141
|
+
*/
|
|
142
|
+
'surveillances'?: Array<Surveillance>;
|
|
134
143
|
}
|
|
135
144
|
|
|
136
145
|
export const SpaceTreeDTOImageDisplayMethodEnum = {
|
package/models/space.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
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 { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 空间详情
|
|
22
|
+
* @export
|
|
23
|
+
* @interface Space
|
|
24
|
+
*/
|
|
25
|
+
export interface Space {
|
|
26
|
+
/**
|
|
27
|
+
* 空间ID
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof Space
|
|
30
|
+
*/
|
|
31
|
+
'spaceId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 空间名称
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof Space
|
|
36
|
+
*/
|
|
37
|
+
'spaceName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 行业属性
|
|
40
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
41
|
+
* @memberof Space
|
|
42
|
+
*/
|
|
43
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
44
|
+
/**
|
|
45
|
+
* 父名称
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof Space
|
|
48
|
+
*/
|
|
49
|
+
'parentName'?: string;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -0,0 +1,140 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { Space } from './space';
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* 监控详情参数
|
|
31
|
+
* @export
|
|
32
|
+
* @interface SurveillanceDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
export interface SurveillanceDetailsDto {
|
|
35
|
+
/**
|
|
36
|
+
* 主键ID
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof SurveillanceDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'id'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 园区ID
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof SurveillanceDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'parkId'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 监控序号
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SurveillanceDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'surveillanceNo'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 空间ID
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof SurveillanceDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'spaceId'?: number;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {FunctionalAreaEnum}
|
|
62
|
+
* @memberof SurveillanceDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
65
|
+
/**
|
|
66
|
+
* 监控名称
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SurveillanceDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'surveillanceName'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 设备编码
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof SurveillanceDetailsDto
|
|
75
|
+
*/
|
|
76
|
+
'deviceCode'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 通道号
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SurveillanceDetailsDto
|
|
81
|
+
*/
|
|
82
|
+
'channelCode'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 设备类型
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof SurveillanceDetailsDto
|
|
87
|
+
*/
|
|
88
|
+
'modelId'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 品牌编号
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof SurveillanceDetailsDto
|
|
93
|
+
*/
|
|
94
|
+
'brandId'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 是否空间显示
|
|
97
|
+
* @type {boolean}
|
|
98
|
+
* @memberof SurveillanceDetailsDto
|
|
99
|
+
*/
|
|
100
|
+
'isShowSpace'?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {IotDeviceStatusEnum}
|
|
104
|
+
* @memberof SurveillanceDetailsDto
|
|
105
|
+
*/
|
|
106
|
+
'deviceStatus'?: IotDeviceStatusEnum;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {InstallationBodyEnum}
|
|
110
|
+
* @memberof SurveillanceDetailsDto
|
|
111
|
+
*/
|
|
112
|
+
'installationBody'?: InstallationBodyEnum;
|
|
113
|
+
/**
|
|
114
|
+
* 安装单位
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof SurveillanceDetailsDto
|
|
117
|
+
*/
|
|
118
|
+
'installationUnit'?: string;
|
|
119
|
+
/**
|
|
120
|
+
* 建设时间
|
|
121
|
+
* @type {string}
|
|
122
|
+
* @memberof SurveillanceDetailsDto
|
|
123
|
+
*/
|
|
124
|
+
'constructionTime'?: string;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {Space}
|
|
128
|
+
* @memberof SurveillanceDetailsDto
|
|
129
|
+
*/
|
|
130
|
+
'space'?: Space;
|
|
131
|
+
/**
|
|
132
|
+
* 监控点位
|
|
133
|
+
* @type {Array<number>}
|
|
134
|
+
* @memberof SurveillanceDetailsDto
|
|
135
|
+
*/
|
|
136
|
+
'surveillancePoint'?: Array<number>;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
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 SurveillanceLiveDto
|
|
21
|
+
*/
|
|
22
|
+
export interface SurveillanceLiveDto {
|
|
23
|
+
/**
|
|
24
|
+
* url
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof SurveillanceLiveDto
|
|
27
|
+
*/
|
|
28
|
+
'url'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 设备token
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof SurveillanceLiveDto
|
|
33
|
+
*/
|
|
34
|
+
'kitToken'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 设备类型 model
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof SurveillanceLiveDto
|
|
39
|
+
*/
|
|
40
|
+
'type'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 设备编号
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SurveillanceLiveDto
|
|
45
|
+
*/
|
|
46
|
+
'deviceCode'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 设备通道
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SurveillanceLiveDto
|
|
51
|
+
*/
|
|
52
|
+
'deviceChannel'?: string;
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -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 { Park } from './park';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { Surveillance } from './surveillance';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 监控设置详情VO
|
|
28
|
+
* @export
|
|
29
|
+
* @interface SurveillanceSettingsDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
export interface SurveillanceSettingsDetailsDto {
|
|
32
|
+
/**
|
|
33
|
+
* 园区id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'parkId'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 轮询间隔(分钟)
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'pollingInterval'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 轮询的监控
|
|
46
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
47
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
50
|
+
/**
|
|
51
|
+
* 监控覆盖率标准
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'monitoringCoverageStandard'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {Park}
|
|
59
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'park'?: Park;
|
|
62
|
+
/**
|
|
63
|
+
* 监控信息列表
|
|
64
|
+
* @type {Array<Surveillance>}
|
|
65
|
+
* @memberof SurveillanceSettingsDetailsDto
|
|
66
|
+
*/
|
|
67
|
+
'surveillances'?: Array<Surveillance>;
|
|
68
|
+
}
|
|
69
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { PollingSurveillanceInfo } from './polling-surveillance-info';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 监控设置轮询VO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface SurveillanceSettingsPollingVo
|
|
24
|
+
*/
|
|
25
|
+
export interface SurveillanceSettingsPollingVo {
|
|
26
|
+
/**
|
|
27
|
+
* 轮询间隔
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
30
|
+
*/
|
|
31
|
+
'pollingInterval'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 监控列表
|
|
34
|
+
* @type {Array<PollingSurveillanceInfo>}
|
|
35
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
36
|
+
*/
|
|
37
|
+
'pollingSurveillances'?: Array<PollingSurveillanceInfo>;
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
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
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 监控更新参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface SurveillanceUpdateVo
|
|
27
|
+
*/
|
|
28
|
+
export interface SurveillanceUpdateVo {
|
|
29
|
+
/**
|
|
30
|
+
* 空间ID
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof SurveillanceUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'spaceId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {FunctionalAreaEnum}
|
|
38
|
+
* @memberof SurveillanceUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 监控名称
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SurveillanceUpdateVo
|
|
45
|
+
*/
|
|
46
|
+
'surveillanceName'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {InstallationBodyEnum}
|
|
50
|
+
* @memberof SurveillanceUpdateVo
|
|
51
|
+
*/
|
|
52
|
+
'installationBody'?: InstallationBodyEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 安装单位
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SurveillanceUpdateVo
|
|
57
|
+
*/
|
|
58
|
+
'installationUnit'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 建设时间
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SurveillanceUpdateVo
|
|
63
|
+
*/
|
|
64
|
+
'constructionTime'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 是否空间显示
|
|
67
|
+
* @type {boolean}
|
|
68
|
+
* @memberof SurveillanceUpdateVo
|
|
69
|
+
*/
|
|
70
|
+
'isShowSpace'?: boolean;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|