@gizone/rrs-client 4.1.0-alpha.112 → 4.1.0-alpha.114
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/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/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/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
|
@@ -1,164 +0,0 @@
|
|
|
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 { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
|
-
import type { SourceAlertDTO } from './source-alert-dto';
|
|
14
|
-
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
15
|
-
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
16
|
-
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
17
|
-
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
18
|
-
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
-
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
20
|
-
import type { WorkOrderSpaceDto } from './work-order-space-dto';
|
|
21
|
-
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
22
|
-
import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
|
|
23
|
-
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
24
|
-
/**
|
|
25
|
-
* 新建网络监控工单报修参数
|
|
26
|
-
* @export
|
|
27
|
-
* @interface NetworkMonitorRepairDetailsDto
|
|
28
|
-
*/
|
|
29
|
-
export interface NetworkMonitorRepairDetailsDto {
|
|
30
|
-
/**
|
|
31
|
-
* 工单id
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
34
|
-
*/
|
|
35
|
-
'id'?: number;
|
|
36
|
-
/**
|
|
37
|
-
* 工单编号
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
40
|
-
*/
|
|
41
|
-
'workOrderNo'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* 工单名称
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
46
|
-
*/
|
|
47
|
-
'workOrderName'?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {WorkOrderTypeEnum}
|
|
51
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
52
|
-
*/
|
|
53
|
-
'workOrderType'?: WorkOrderTypeEnum;
|
|
54
|
-
/**
|
|
55
|
-
* 工单状态
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
58
|
-
*/
|
|
59
|
-
'workOrderStatus'?: NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum;
|
|
60
|
-
/**
|
|
61
|
-
* 图片
|
|
62
|
-
* @type {Array<string>}
|
|
63
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
64
|
-
*/
|
|
65
|
-
'images'?: Array<string>;
|
|
66
|
-
/**
|
|
67
|
-
* 视频
|
|
68
|
-
* @type {Array<string>}
|
|
69
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
70
|
-
*/
|
|
71
|
-
'imagesVideo'?: Array<string>;
|
|
72
|
-
/**
|
|
73
|
-
* 备注
|
|
74
|
-
* @type {string}
|
|
75
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
76
|
-
*/
|
|
77
|
-
'remarks'?: string;
|
|
78
|
-
/**
|
|
79
|
-
* 园区ID
|
|
80
|
-
* @type {number}
|
|
81
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
82
|
-
*/
|
|
83
|
-
'parkId'?: number;
|
|
84
|
-
/**
|
|
85
|
-
* 工单执行部门列表
|
|
86
|
-
* @type {Array<WorkOrderDeptDTO>}
|
|
87
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
88
|
-
*/
|
|
89
|
-
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
90
|
-
/**
|
|
91
|
-
* 工单执行部门ID列表
|
|
92
|
-
* @type {Array<number>}
|
|
93
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
94
|
-
*/
|
|
95
|
-
'workOrderDeptIds'?: Array<number>;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @type {SourceAlertDTO}
|
|
99
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
100
|
-
*/
|
|
101
|
-
'sourceAlert'?: SourceAlertDTO;
|
|
102
|
-
/**
|
|
103
|
-
*
|
|
104
|
-
* @type {WorkOrderSourceEnum}
|
|
105
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
106
|
-
*/
|
|
107
|
-
'workOrderSource'?: WorkOrderSourceEnum;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
* @type {ParkCenterAttributeEnum}
|
|
111
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
112
|
-
*/
|
|
113
|
-
'centerAttribute': ParkCenterAttributeEnum;
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {WorkOrderIssueTypeEnum}
|
|
117
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
118
|
-
*/
|
|
119
|
-
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
120
|
-
/**
|
|
121
|
-
*
|
|
122
|
-
* @type {WorkOrderInternalStatusEnum}
|
|
123
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
124
|
-
*/
|
|
125
|
-
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
126
|
-
/**
|
|
127
|
-
* 监控设备详情
|
|
128
|
-
* @type {Array<WorkOrderSurveillanceDto>}
|
|
129
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
130
|
-
*/
|
|
131
|
-
'surveillances'?: Array<WorkOrderSurveillanceDto>;
|
|
132
|
-
/**
|
|
133
|
-
*
|
|
134
|
-
* @type {WorkOrderSpaceDto}
|
|
135
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
136
|
-
*/
|
|
137
|
-
'space'?: WorkOrderSpaceDto;
|
|
138
|
-
/**
|
|
139
|
-
*
|
|
140
|
-
* @type {WorkOrderSponsorDto}
|
|
141
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
142
|
-
*/
|
|
143
|
-
'sponsor'?: WorkOrderSponsorDto;
|
|
144
|
-
/**
|
|
145
|
-
*
|
|
146
|
-
* @type {WorkOrderHandlerDto}
|
|
147
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
148
|
-
*/
|
|
149
|
-
'handler'?: WorkOrderHandlerDto;
|
|
150
|
-
/**
|
|
151
|
-
*
|
|
152
|
-
* @type {WorkOrderExtData}
|
|
153
|
-
* @memberof NetworkMonitorRepairDetailsDto
|
|
154
|
-
*/
|
|
155
|
-
'workOrderExtData'?: WorkOrderExtData;
|
|
156
|
-
}
|
|
157
|
-
export declare const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
|
|
158
|
-
readonly Pending: "PENDING";
|
|
159
|
-
readonly InProgress: "IN_PROGRESS";
|
|
160
|
-
readonly Completed: "COMPLETED";
|
|
161
|
-
readonly Overdue: "OVERDUE";
|
|
162
|
-
readonly Closed: "CLOSED";
|
|
163
|
-
};
|
|
164
|
-
export type NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = typeof NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum[keyof typeof NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum];
|
|
@@ -1,20 +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
|
-
export const NetworkMonitorRepairDetailsDtoWorkOrderStatusEnum = {
|
|
15
|
-
Pending: 'PENDING',
|
|
16
|
-
InProgress: 'IN_PROGRESS',
|
|
17
|
-
Completed: 'COMPLETED',
|
|
18
|
-
Overdue: 'OVERDUE',
|
|
19
|
-
Closed: 'CLOSED'
|
|
20
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
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 NetworkRepairInfo
|
|
16
|
-
*/
|
|
17
|
-
export interface NetworkRepairInfo {
|
|
18
|
-
/**
|
|
19
|
-
* 是否需要维修
|
|
20
|
-
* @type {boolean}
|
|
21
|
-
* @memberof NetworkRepairInfo
|
|
22
|
-
*/
|
|
23
|
-
'isNeedRepair'?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* 原因描述
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof NetworkRepairInfo
|
|
28
|
-
*/
|
|
29
|
-
'reasonDescription'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* 维修金额
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof NetworkRepairInfo
|
|
34
|
-
*/
|
|
35
|
-
'repairAmount'?: number;
|
|
36
|
-
}
|
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,31 +0,0 @@
|
|
|
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 { SurveillanceDetailsDto } from './surveillance-details-dto';
|
|
13
|
-
/**
|
|
14
|
-
* 返回数据,可以是任意类型的值
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PageDtoSurveillanceDetailsDto
|
|
17
|
-
*/
|
|
18
|
-
export interface PageDtoSurveillanceDetailsDto {
|
|
19
|
-
/**
|
|
20
|
-
* 总记录数
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof PageDtoSurveillanceDetailsDto
|
|
23
|
-
*/
|
|
24
|
-
'totalSize'?: number;
|
|
25
|
-
/**
|
|
26
|
-
* 页数据列表
|
|
27
|
-
* @type {Array<SurveillanceDetailsDto>}
|
|
28
|
-
* @memberof PageDtoSurveillanceDetailsDto
|
|
29
|
-
*/
|
|
30
|
-
'pageList'?: Array<SurveillanceDetailsDto>;
|
|
31
|
-
}
|
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
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 { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
13
|
-
/**
|
|
14
|
-
* 园区信息
|
|
15
|
-
* @export
|
|
16
|
-
* @interface Park
|
|
17
|
-
*/
|
|
18
|
-
export interface Park {
|
|
19
|
-
/**
|
|
20
|
-
* 园区id
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof Park
|
|
23
|
-
*/
|
|
24
|
-
'parkId'?: number;
|
|
25
|
-
/**
|
|
26
|
-
* 园区名称
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof Park
|
|
29
|
-
*/
|
|
30
|
-
'parkName'?: string;
|
|
31
|
-
/**
|
|
32
|
-
* 中心
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof Park
|
|
35
|
-
*/
|
|
36
|
-
'center'?: string;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {ParkPlatFormEnum}
|
|
40
|
-
* @memberof Park
|
|
41
|
-
*/
|
|
42
|
-
'platform'?: ParkPlatFormEnum;
|
|
43
|
-
}
|
package/dist/esm/models/park.js
DELETED
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
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 PollingSurveillanceInfo
|
|
16
|
-
*/
|
|
17
|
-
export interface PollingSurveillanceInfo {
|
|
18
|
-
/**
|
|
19
|
-
* 排序
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof PollingSurveillanceInfo
|
|
22
|
-
*/
|
|
23
|
-
'sort'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 监控id
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof PollingSurveillanceInfo
|
|
28
|
-
*/
|
|
29
|
-
'surveillanceId'?: number;
|
|
30
|
-
}
|
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
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 ProcessNetworkMonitorRepairVo
|
|
16
|
-
*/
|
|
17
|
-
export interface ProcessNetworkMonitorRepairVo {
|
|
18
|
-
/**
|
|
19
|
-
* 处理照片
|
|
20
|
-
* @type {Array<string>}
|
|
21
|
-
* @memberof ProcessNetworkMonitorRepairVo
|
|
22
|
-
*/
|
|
23
|
-
'handlerImage'?: Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
* 原因描述
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ProcessNetworkMonitorRepairVo
|
|
28
|
-
*/
|
|
29
|
-
'remarks'?: string;
|
|
30
|
-
}
|
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
* @enum {string}
|
|
16
|
-
*/
|
|
17
|
-
export declare const SpaceIndustryAttribute: {
|
|
18
|
-
readonly Fmcg: "FMCG";
|
|
19
|
-
readonly Appliance: "APPLIANCE";
|
|
20
|
-
readonly Car: "CAR";
|
|
21
|
-
readonly Haier: "HAIER";
|
|
22
|
-
readonly Socialized: "SOCIALIZED";
|
|
23
|
-
readonly LogisticsTreasure: "LOGISTICS_TREASURE";
|
|
24
|
-
};
|
|
25
|
-
export type SpaceIndustryAttribute = typeof SpaceIndustryAttribute[keyof typeof SpaceIndustryAttribute];
|
|
@@ -1,26 +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
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export const SpaceIndustryAttribute = {
|
|
20
|
-
Fmcg: 'FMCG',
|
|
21
|
-
Appliance: 'APPLIANCE',
|
|
22
|
-
Car: 'CAR',
|
|
23
|
-
Haier: 'HAIER',
|
|
24
|
-
Socialized: 'SOCIALIZED',
|
|
25
|
-
LogisticsTreasure: 'LOGISTICS_TREASURE'
|
|
26
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
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
|
-
}
|
package/dist/esm/models/space.js
DELETED
|
@@ -1,14 +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
|
-
export {};
|
|
@@ -1,124 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,14 +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
|
-
export {};
|