@gizone/rrs-client 4.1.0-alpha.112 → 4.1.0-alpha.113
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 +2 -46
- package/api.ts +1 -5
- package/apis/iot-api.ts +15 -15
- package/apis/space-api.ts +15 -25
- package/apis/surveillance-api.ts +983 -530
- package/apis/{surveillance-roi-controller-api.ts → surveillance-roi-api.ts} +64 -64
- package/apis/work-order-api.ts +0 -671
- package/dist/api.d.ts +1 -5
- package/dist/api.js +1 -5
- package/dist/apis/iot-api.d.ts +10 -10
- package/dist/apis/iot-api.js +11 -11
- package/dist/apis/space-api.d.ts +7 -14
- package/dist/apis/space-api.js +11 -16
- package/dist/apis/surveillance-api.d.ts +541 -353
- package/dist/apis/surveillance-api.js +777 -332
- package/dist/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +36 -36
- package/dist/apis/work-order-api.d.ts +0 -354
- package/dist/apis/work-order-api.js +0 -503
- package/dist/esm/api.d.ts +1 -5
- package/dist/esm/api.js +1 -5
- package/dist/esm/apis/iot-api.d.ts +10 -10
- package/dist/esm/apis/iot-api.js +11 -11
- package/dist/esm/apis/space-api.d.ts +7 -14
- package/dist/esm/apis/space-api.js +11 -16
- package/dist/esm/apis/surveillance-api.d.ts +541 -353
- package/dist/esm/apis/surveillance-api.js +776 -331
- package/dist/esm/apis/{surveillance-roi-controller-api.d.ts → surveillance-roi-api.d.ts} +54 -54
- package/dist/esm/apis/{surveillance-roi-controller-api.js → surveillance-roi-api.js} +31 -31
- package/dist/esm/apis/work-order-api.d.ts +0 -354
- package/dist/esm/apis/work-order-api.js +0 -503
- package/dist/esm/models/equipment-detail-dto.d.ts +14 -8
- package/dist/esm/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
- package/dist/esm/models/index.d.ts +1 -41
- package/dist/esm/models/index.js +1 -41
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
- package/dist/esm/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/esm/models/space-add-vo.d.ts +0 -7
- package/dist/esm/models/space-detail-dto.d.ts +2 -9
- package/dist/esm/models/space-edit-vo.d.ts +0 -7
- package/dist/esm/models/space-point-dto.d.ts +21 -3
- package/dist/esm/models/space-tree-dto.d.ts +19 -26
- package/dist/esm/models/sync-equipment-vo.d.ts +0 -24
- package/dist/esm/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/esm/models/work-order-internal-status-enum.js +1 -7
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/esm/models/work-order-issue-type-enum.js +2 -11
- package/dist/esm/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/esm/models/work-order-settings-type-enum.js +7 -2
- package/dist/esm/models/work-order-source-enum.d.ts +0 -2
- package/dist/esm/models/work-order-source-enum.js +1 -3
- package/dist/esm/models/work-order-type-enum.d.ts +0 -2
- package/dist/esm/models/work-order-type-enum.js +1 -3
- package/dist/models/equipment-detail-dto.d.ts +14 -8
- package/dist/models/equipment-point-edit-vo.d.ts +8 -2
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/get-user-wx200-response.d.ts +9 -9
- package/dist/models/index.d.ts +1 -41
- package/dist/models/index.js +1 -41
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/space-add-excel-dto.d.ts +0 -6
- package/dist/models/{work-order-space-dto.d.ts → space-add-point-vo.d.ts} +9 -14
- package/dist/models/space-add-vo.d.ts +0 -7
- package/dist/models/space-detail-dto.d.ts +2 -9
- package/dist/models/space-edit-vo.d.ts +0 -7
- package/dist/models/space-point-dto.d.ts +21 -3
- package/dist/models/space-tree-dto.d.ts +19 -26
- package/dist/models/sync-equipment-vo.d.ts +0 -24
- package/dist/models/work-order-circulation-vo.d.ts +0 -12
- package/dist/models/work-order-internal-status-enum.d.ts +0 -6
- package/dist/models/work-order-internal-status-enum.js +1 -7
- package/dist/models/work-order-issue-type-enum.d.ts +1 -10
- package/dist/models/work-order-issue-type-enum.js +2 -11
- package/dist/models/work-order-settings-type-enum.d.ts +7 -2
- package/dist/models/work-order-settings-type-enum.js +7 -2
- package/dist/models/work-order-source-enum.d.ts +0 -2
- package/dist/models/work-order-source-enum.js +1 -3
- package/dist/models/work-order-type-enum.d.ts +0 -2
- package/dist/models/work-order-type-enum.js +1 -3
- package/models/equipment-detail-dto.ts +14 -8
- package/models/equipment-point-edit-vo.ts +8 -2
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/get-user-wx200-response.ts +9 -9
- package/models/index.ts +1 -41
- package/models/ipage-access-vo.ts +6 -6
- package/models/space-add-excel-dto.ts +0 -6
- package/models/{work-order-space-dto.ts → space-add-point-vo.ts} +11 -14
- package/models/space-add-vo.ts +0 -9
- package/models/space-detail-dto.ts +2 -11
- package/models/space-edit-vo.ts +0 -9
- package/models/space-point-dto.ts +21 -3
- package/models/space-tree-dto.ts +19 -28
- package/models/sync-equipment-vo.ts +0 -24
- package/models/work-order-circulation-vo.ts +0 -12
- package/models/work-order-internal-status-enum.ts +1 -7
- package/models/work-order-issue-type-enum.ts +2 -11
- package/models/work-order-settings-type-enum.ts +7 -2
- package/models/work-order-source-enum.ts +1 -3
- package/models/work-order-type-enum.ts +1 -3
- package/package.json +1 -1
- package/apis/device-api.ts +0 -244
- package/apis/monitor-controller-api.ts +0 -1260
- package/apis/monitor-sort-controller-api.ts +0 -499
- package/apis/surveillance-settings-api.ts +0 -583
- package/dist/apis/device-api.d.ts +0 -135
- package/dist/apis/device-api.js +0 -209
- package/dist/apis/monitor-controller-api.d.ts +0 -659
- package/dist/apis/monitor-controller-api.js +0 -989
- package/dist/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/apis/monitor-sort-controller-api.js +0 -416
- package/dist/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/apis/surveillance-settings-api.js +0 -486
- package/dist/esm/apis/device-api.d.ts +0 -135
- package/dist/esm/apis/device-api.js +0 -202
- package/dist/esm/apis/monitor-controller-api.d.ts +0 -659
- package/dist/esm/apis/monitor-controller-api.js +0 -982
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +0 -259
- package/dist/esm/apis/monitor-sort-controller-api.js +0 -409
- package/dist/esm/apis/surveillance-settings-api.d.ts +0 -302
- package/dist/esm/apis/surveillance-settings-api.js +0 -479
- package/dist/esm/models/functional-area-enum.d.ts +0 -26
- package/dist/esm/models/functional-area-enum.js +0 -27
- package/dist/esm/models/installation-body-enum.d.ts +0 -22
- package/dist/esm/models/installation-body-enum.js +0 -23
- package/dist/esm/models/iot-device-status-enum.d.ts +0 -22
- package/dist/esm/models/iot-device-status-enum.js +0 -23
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.js +0 -14
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-details-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-live-dto.js +0 -14
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-violation-work-order-details-dto.js +0 -14
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/esm/models/network-monitor-repair-add-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/esm/models/network-monitor-repair-decision-vo.js +0 -14
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/esm/models/network-monitor-repair-details-dto.js +0 -20
- package/dist/esm/models/network-repair-info.d.ts +0 -36
- package/dist/esm/models/network-repair-info.js +0 -14
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/esm/models/page-dto-surveillance-details-dto.js +0 -14
- package/dist/esm/models/park.d.ts +0 -43
- package/dist/esm/models/park.js +0 -14
- package/dist/esm/models/polling-surveillance-info.d.ts +0 -30
- package/dist/esm/models/polling-surveillance-info.js +0 -14
- package/dist/esm/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/esm/models/process-network-monitor-repair-vo.js +0 -14
- package/dist/esm/models/space-industry-attribute.d.ts +0 -25
- package/dist/esm/models/space-industry-attribute.js +0 -26
- package/dist/esm/models/space.d.ts +0 -43
- package/dist/esm/models/space.js +0 -14
- package/dist/esm/models/surveillance-details-dto.d.ts +0 -124
- package/dist/esm/models/surveillance-details-dto.js +0 -14
- package/dist/esm/models/surveillance-live-dto.d.ts +0 -48
- package/dist/esm/models/surveillance-live-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/esm/models/surveillance-settings-details-dto.js +0 -14
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/esm/models/surveillance-settings-polling-vo.js +0 -14
- package/dist/esm/models/surveillance-update-vo.d.ts +0 -62
- package/dist/esm/models/surveillance-update-vo.js +0 -14
- package/dist/esm/models/surveillance.d.ts +0 -49
- package/dist/esm/models/surveillance.js +0 -14
- package/dist/esm/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/esm/models/sync-device-unit-vo.js +0 -14
- package/dist/esm/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/esm/models/violation-center-attribute-enum.js +0 -22
- package/dist/esm/models/violation-decision-vo.d.ts +0 -68
- package/dist/esm/models/violation-decision-vo.js +0 -14
- package/dist/esm/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/esm/models/violation-issue-type-enum.js +0 -85
- package/dist/esm/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/esm/models/violation-responsibility-role-enum.js +0 -22
- package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/esm/models/violation-work-order-add-vo.js +0 -14
- package/dist/esm/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/esm/models/violation-work-order-details-dto.js +0 -20
- package/dist/esm/models/violation-work-order-info.d.ts +0 -106
- package/dist/esm/models/violation-work-order-info.js +0 -14
- package/dist/esm/models/work-order-approval-vo.d.ts +0 -24
- package/dist/esm/models/work-order-approval-vo.js +0 -14
- package/dist/esm/models/work-order-decision-vo.d.ts +0 -32
- package/dist/esm/models/work-order-decision-vo.js +0 -14
- package/dist/esm/models/work-order-ext-data.d.ts +0 -32
- package/dist/esm/models/work-order-ext-data.js +0 -14
- package/dist/esm/models/work-order-handler-dto.d.ts +0 -61
- package/dist/esm/models/work-order-handler-dto.js +0 -14
- package/dist/esm/models/work-order-space-dto.js +0 -14
- package/dist/esm/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/esm/models/work-order-sponsor-dto.js +0 -14
- package/dist/esm/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/esm/models/work-order-surveillance-dto.js +0 -14
- package/dist/models/functional-area-enum.d.ts +0 -26
- package/dist/models/functional-area-enum.js +0 -30
- package/dist/models/installation-body-enum.d.ts +0 -22
- package/dist/models/installation-body-enum.js +0 -26
- package/dist/models/iot-device-status-enum.d.ts +0 -22
- package/dist/models/iot-device-status-enum.js +0 -26
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +0 -62
- package/dist/models/json-result-network-monitor-repair-details-dto.js +0 -15
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-details-dto.js +0 -15
- package/dist/models/json-result-surveillance-live-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-live-dto.js +0 -15
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +0 -62
- package/dist/models/json-result-surveillance-settings-details-dto.js +0 -15
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-violation-work-order-details-dto.js +0 -15
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -87
- package/dist/models/network-monitor-repair-add-vo.js +0 -15
- package/dist/models/network-monitor-repair-decision-vo.d.ts +0 -42
- package/dist/models/network-monitor-repair-decision-vo.js +0 -15
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -164
- package/dist/models/network-monitor-repair-details-dto.js +0 -23
- package/dist/models/network-repair-info.d.ts +0 -36
- package/dist/models/network-repair-info.js +0 -15
- package/dist/models/page-dto-surveillance-details-dto.d.ts +0 -31
- package/dist/models/page-dto-surveillance-details-dto.js +0 -15
- package/dist/models/park.d.ts +0 -43
- package/dist/models/park.js +0 -15
- package/dist/models/polling-surveillance-info.d.ts +0 -30
- package/dist/models/polling-surveillance-info.js +0 -15
- package/dist/models/process-network-monitor-repair-vo.d.ts +0 -30
- package/dist/models/process-network-monitor-repair-vo.js +0 -15
- package/dist/models/space-industry-attribute.d.ts +0 -25
- package/dist/models/space-industry-attribute.js +0 -29
- package/dist/models/space.d.ts +0 -43
- package/dist/models/space.js +0 -15
- package/dist/models/surveillance-details-dto.d.ts +0 -124
- package/dist/models/surveillance-details-dto.js +0 -15
- package/dist/models/surveillance-live-dto.d.ts +0 -48
- package/dist/models/surveillance-live-dto.js +0 -15
- package/dist/models/surveillance-settings-details-dto.d.ts +0 -57
- package/dist/models/surveillance-settings-details-dto.js +0 -15
- package/dist/models/surveillance-settings-polling-vo.d.ts +0 -31
- package/dist/models/surveillance-settings-polling-vo.js +0 -15
- package/dist/models/surveillance-update-vo.d.ts +0 -62
- package/dist/models/surveillance-update-vo.js +0 -15
- package/dist/models/surveillance.d.ts +0 -49
- package/dist/models/surveillance.js +0 -15
- package/dist/models/sync-device-unit-vo.d.ts +0 -180
- package/dist/models/sync-device-unit-vo.js +0 -15
- package/dist/models/violation-center-attribute-enum.d.ts +0 -21
- package/dist/models/violation-center-attribute-enum.js +0 -25
- package/dist/models/violation-decision-vo.d.ts +0 -68
- package/dist/models/violation-decision-vo.js +0 -15
- package/dist/models/violation-issue-type-enum.d.ts +0 -84
- package/dist/models/violation-issue-type-enum.js +0 -88
- package/dist/models/violation-responsibility-role-enum.d.ts +0 -21
- package/dist/models/violation-responsibility-role-enum.js +0 -25
- package/dist/models/violation-work-order-add-vo.d.ts +0 -87
- package/dist/models/violation-work-order-add-vo.js +0 -15
- package/dist/models/violation-work-order-details-dto.d.ts +0 -151
- package/dist/models/violation-work-order-details-dto.js +0 -23
- package/dist/models/violation-work-order-info.d.ts +0 -106
- package/dist/models/violation-work-order-info.js +0 -15
- package/dist/models/work-order-approval-vo.d.ts +0 -24
- package/dist/models/work-order-approval-vo.js +0 -15
- package/dist/models/work-order-decision-vo.d.ts +0 -32
- package/dist/models/work-order-decision-vo.js +0 -15
- package/dist/models/work-order-ext-data.d.ts +0 -32
- package/dist/models/work-order-ext-data.js +0 -15
- package/dist/models/work-order-handler-dto.d.ts +0 -61
- package/dist/models/work-order-handler-dto.js +0 -15
- package/dist/models/work-order-space-dto.js +0 -15
- package/dist/models/work-order-sponsor-dto.d.ts +0 -48
- package/dist/models/work-order-sponsor-dto.js +0 -15
- package/dist/models/work-order-surveillance-dto.d.ts +0 -30
- package/dist/models/work-order-surveillance-dto.js +0 -15
- package/models/functional-area-enum.ts +0 -36
- package/models/installation-body-enum.ts +0 -32
- package/models/iot-device-status-enum.ts +0 -32
- package/models/json-result-list-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-network-monitor-repair-details-dto.ts +0 -72
- package/models/json-result-page-dto-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-details-dto.ts +0 -72
- package/models/json-result-surveillance-live-dto.ts +0 -72
- package/models/json-result-surveillance-settings-details-dto.ts +0 -72
- package/models/json-result-violation-work-order-details-dto.ts +0 -72
- package/models/network-monitor-repair-add-vo.ts +0 -101
- package/models/network-monitor-repair-decision-vo.ts +0 -48
- package/models/network-monitor-repair-details-dto.ts +0 -197
- package/models/network-repair-info.ts +0 -42
- package/models/page-dto-surveillance-details-dto.ts +0 -39
- package/models/park.ts +0 -53
- package/models/polling-surveillance-info.ts +0 -36
- package/models/process-network-monitor-repair-vo.ts +0 -36
- package/models/space-industry-attribute.ts +0 -35
- package/models/space.ts +0 -51
- package/models/surveillance-details-dto.ts +0 -140
- package/models/surveillance-live-dto.ts +0 -54
- package/models/surveillance-settings-details-dto.ts +0 -69
- package/models/surveillance-settings-polling-vo.ts +0 -39
- package/models/surveillance-update-vo.ts +0 -74
- package/models/surveillance.ts +0 -59
- package/models/sync-device-unit-vo.ts +0 -186
- package/models/violation-center-attribute-enum.ts +0 -31
- package/models/violation-decision-vo.ts +0 -80
- package/models/violation-issue-type-enum.ts +0 -94
- package/models/violation-responsibility-role-enum.ts +0 -31
- package/models/violation-work-order-add-vo.ts +0 -101
- package/models/violation-work-order-details-dto.ts +0 -182
- package/models/violation-work-order-info.ts +0 -122
- package/models/work-order-approval-vo.ts +0 -30
- package/models/work-order-decision-vo.ts +0 -42
- package/models/work-order-ext-data.ts +0 -42
- package/models/work-order-handler-dto.ts +0 -71
- package/models/work-order-sponsor-dto.ts +0 -54
- package/models/work-order-surveillance-dto.ts +0 -36
- /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
- /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → space-add-point-vo.js} +0 -0
package/models/space.ts
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { 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
|
-
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { 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
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 监控视频直播返回类
|
|
19
|
-
* @export
|
|
20
|
-
* @interface 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
|
-
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { 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
|
-
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { 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
|
-
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { 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
|
-
|
package/models/surveillance.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* 监控详情
|
|
22
|
-
* @export
|
|
23
|
-
* @interface Surveillance
|
|
24
|
-
*/
|
|
25
|
-
export interface Surveillance {
|
|
26
|
-
/**
|
|
27
|
-
* 监控ID
|
|
28
|
-
* @type {number}
|
|
29
|
-
* @memberof Surveillance
|
|
30
|
-
*/
|
|
31
|
-
'surveillanceId'?: number;
|
|
32
|
-
/**
|
|
33
|
-
* 空间ID
|
|
34
|
-
* @type {number}
|
|
35
|
-
* @memberof Surveillance
|
|
36
|
-
*/
|
|
37
|
-
'spaceId'?: number;
|
|
38
|
-
/**
|
|
39
|
-
* 监控名称
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof Surveillance
|
|
42
|
-
*/
|
|
43
|
-
'surveillanceName'?: string;
|
|
44
|
-
/**
|
|
45
|
-
* 监控点位
|
|
46
|
-
* @type {Array<number>}
|
|
47
|
-
* @memberof Surveillance
|
|
48
|
-
*/
|
|
49
|
-
'surveillancePoint'?: Array<number>;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {IotDeviceStatusEnum}
|
|
53
|
-
* @memberof Surveillance
|
|
54
|
-
*/
|
|
55
|
-
'surveillanceStatus'?: IotDeviceStatusEnum;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 设备同步参数
|
|
19
|
-
* @export
|
|
20
|
-
* @interface SyncDeviceUnitVo
|
|
21
|
-
*/
|
|
22
|
-
export interface SyncDeviceUnitVo {
|
|
23
|
-
/**
|
|
24
|
-
* 园区id
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof SyncDeviceUnitVo
|
|
27
|
-
*/
|
|
28
|
-
'parkId'?: number;
|
|
29
|
-
/**
|
|
30
|
-
* 所属系统
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof SyncDeviceUnitVo
|
|
33
|
-
*/
|
|
34
|
-
'owningSystem'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* 系统类型
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof SyncDeviceUnitVo
|
|
39
|
-
*/
|
|
40
|
-
'systemType'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 品牌id
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof SyncDeviceUnitVo
|
|
45
|
-
*/
|
|
46
|
-
'brandId'?: string;
|
|
47
|
-
/**
|
|
48
|
-
* 型号id
|
|
49
|
-
* @type {string}
|
|
50
|
-
* @memberof SyncDeviceUnitVo
|
|
51
|
-
*/
|
|
52
|
-
'modelId'?: string;
|
|
53
|
-
/**
|
|
54
|
-
* 设备厂商类型
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof SyncDeviceUnitVo
|
|
57
|
-
*/
|
|
58
|
-
'producterId'?: string;
|
|
59
|
-
/**
|
|
60
|
-
* 外部单位id
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof SyncDeviceUnitVo
|
|
63
|
-
*/
|
|
64
|
-
'unitId'?: string;
|
|
65
|
-
/**
|
|
66
|
-
* 设备类型
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof SyncDeviceUnitVo
|
|
69
|
-
*/
|
|
70
|
-
'deviceType'?: string;
|
|
71
|
-
/**
|
|
72
|
-
* 设备部件类型
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof SyncDeviceUnitVo
|
|
75
|
-
*/
|
|
76
|
-
'unitType'?: string;
|
|
77
|
-
/**
|
|
78
|
-
* code
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof SyncDeviceUnitVo
|
|
81
|
-
*/
|
|
82
|
-
'deviceCode'?: string;
|
|
83
|
-
/**
|
|
84
|
-
* 设备name
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof SyncDeviceUnitVo
|
|
87
|
-
*/
|
|
88
|
-
'deviceName'?: string;
|
|
89
|
-
/**
|
|
90
|
-
* 外部设备id
|
|
91
|
-
* @type {string}
|
|
92
|
-
* @memberof SyncDeviceUnitVo
|
|
93
|
-
*/
|
|
94
|
-
'outDeviceId'?: string;
|
|
95
|
-
/**
|
|
96
|
-
* 外部部件id
|
|
97
|
-
* @type {string}
|
|
98
|
-
* @memberof SyncDeviceUnitVo
|
|
99
|
-
*/
|
|
100
|
-
'outUnitId'?: string;
|
|
101
|
-
/**
|
|
102
|
-
* 设备部件编码
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof SyncDeviceUnitVo
|
|
105
|
-
*/
|
|
106
|
-
'unitCode'?: string;
|
|
107
|
-
/**
|
|
108
|
-
* 设备部件名称
|
|
109
|
-
* @type {string}
|
|
110
|
-
* @memberof SyncDeviceUnitVo
|
|
111
|
-
*/
|
|
112
|
-
'unitName'?: string;
|
|
113
|
-
/**
|
|
114
|
-
* 部件卡号
|
|
115
|
-
* @type {string}
|
|
116
|
-
* @memberof SyncDeviceUnitVo
|
|
117
|
-
*/
|
|
118
|
-
'unitCard'?: string;
|
|
119
|
-
/**
|
|
120
|
-
* 部件源地址
|
|
121
|
-
* @type {string}
|
|
122
|
-
* @memberof SyncDeviceUnitVo
|
|
123
|
-
*/
|
|
124
|
-
'unitSource'?: string;
|
|
125
|
-
/**
|
|
126
|
-
* 部件状态
|
|
127
|
-
* @type {string}
|
|
128
|
-
* @memberof SyncDeviceUnitVo
|
|
129
|
-
*/
|
|
130
|
-
'status'?: string;
|
|
131
|
-
/**
|
|
132
|
-
* 最大阈值
|
|
133
|
-
* @type {string}
|
|
134
|
-
* @memberof SyncDeviceUnitVo
|
|
135
|
-
*/
|
|
136
|
-
'maxValue'?: string;
|
|
137
|
-
/**
|
|
138
|
-
* 最小阈值
|
|
139
|
-
* @type {string}
|
|
140
|
-
* @memberof SyncDeviceUnitVo
|
|
141
|
-
*/
|
|
142
|
-
'minValue'?: string;
|
|
143
|
-
/**
|
|
144
|
-
* 详细安装位置
|
|
145
|
-
* @type {string}
|
|
146
|
-
* @memberof SyncDeviceUnitVo
|
|
147
|
-
*/
|
|
148
|
-
'location'?: string;
|
|
149
|
-
/**
|
|
150
|
-
* 心跳时间
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof SyncDeviceUnitVo
|
|
153
|
-
*/
|
|
154
|
-
'heartBeatAt'?: string;
|
|
155
|
-
/**
|
|
156
|
-
* 下次心跳时间
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof SyncDeviceUnitVo
|
|
159
|
-
*/
|
|
160
|
-
'heartBeatExpiresAt'?: string;
|
|
161
|
-
/**
|
|
162
|
-
* 倍率
|
|
163
|
-
* @type {number}
|
|
164
|
-
* @memberof SyncDeviceUnitVo
|
|
165
|
-
*/
|
|
166
|
-
'magnification'?: number;
|
|
167
|
-
/**
|
|
168
|
-
* 记录id 暂时无用
|
|
169
|
-
* @type {number}
|
|
170
|
-
* @memberof SyncDeviceUnitVo
|
|
171
|
-
*/
|
|
172
|
-
'recordId'?: number;
|
|
173
|
-
/**
|
|
174
|
-
* 上传时间间隔
|
|
175
|
-
* @type {number}
|
|
176
|
-
* @memberof SyncDeviceUnitVo
|
|
177
|
-
*/
|
|
178
|
-
'uploadTimeInterval'?: number;
|
|
179
|
-
/**
|
|
180
|
-
* 节点id
|
|
181
|
-
* @type {number}
|
|
182
|
-
* @memberof SyncDeviceUnitVo
|
|
183
|
-
*/
|
|
184
|
-
'nodeId'?: number;
|
|
185
|
-
}
|
|
186
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 违规工单中心属性
|
|
19
|
-
* @export
|
|
20
|
-
* @enum {string}
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
export const ViolationCenterAttributeEnum = {
|
|
24
|
-
OriginWarehouse: 'ORIGIN_WAREHOUSE',
|
|
25
|
-
BelongWarehouse: 'BELONG_WAREHOUSE'
|
|
26
|
-
} as const;
|
|
27
|
-
|
|
28
|
-
export type ViolationCenterAttributeEnum = typeof ViolationCenterAttributeEnum[keyof typeof ViolationCenterAttributeEnum];
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|