@gizone/rrs-client 3.11.16-alpha.83 → 3.11.17-alpha.101
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 +45 -2
- package/README.md +2 -2
- package/api.ts +4 -1
- 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 +582 -944
- 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/configuration.ts +1 -1
- package/dist/api.d.ts +4 -1
- package/dist/api.js +4 -1
- 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 +378 -519
- package/dist/apis/surveillance-api.js +357 -732
- 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/configuration.js +1 -1
- package/dist/esm/api.d.ts +4 -1
- package/dist/esm/api.js +4 -1
- 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 +378 -519
- package/dist/esm/apis/surveillance-api.js +356 -731
- 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/configuration.js +1 -1
- 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 +8 -8
- 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/ipage-access-vo.d.ts +4 -4
- package/dist/esm/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-surveillance-details-dto.js +14 -0
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +56 -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 +56 -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 +56 -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-add-vo.d.ts +156 -0
- package/dist/esm/models/surveillance-add-vo.js +14 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +222 -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-status-enum.d.ts +21 -0
- package/dist/esm/models/surveillance-status-enum.js +22 -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/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 +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +1 -0
- 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/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 +8 -8
- 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/ipage-access-vo.d.ts +4 -4
- package/dist/models/json-result-list-surveillance-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +56 -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 +56 -0
- package/dist/models/json-result-page-dto-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-details-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-details-dto.js +15 -0
- package/dist/models/json-result-surveillance-live-dto.d.ts +56 -0
- package/dist/models/json-result-surveillance-live-dto.js +15 -0
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +56 -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 +56 -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-add-vo.d.ts +156 -0
- package/dist/models/surveillance-add-vo.js +15 -0
- package/dist/models/surveillance-details-dto.d.ts +222 -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-status-enum.d.ts +21 -0
- package/dist/models/surveillance-status-enum.js +25 -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/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 +1 -0
- package/dist/models/work-order-settings-type-enum.js +1 -0
- 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/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +41 -1
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +4 -4
- package/models/json-result-list-surveillance-settings-details-dto.ts +66 -0
- package/models/json-result-network-monitor-repair-details-dto.ts +66 -0
- package/models/json-result-page-dto-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-details-dto.ts +66 -0
- package/models/json-result-surveillance-live-dto.ts +66 -0
- package/models/json-result-surveillance-settings-details-dto.ts +66 -0
- package/models/json-result-violation-work-order-details-dto.ts +66 -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-add-vo.ts +162 -0
- package/models/surveillance-details-dto.ts +242 -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-status-enum.ts +31 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -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 +1 -0
- package/models/work-order-source-enum.ts +3 -1
- package/models/{space-add-point-vo.ts → work-order-space-dto.ts} +14 -11
- package/models/work-order-sponsor-dto.ts +54 -0
- package/models/work-order-surveillance-dto.ts +36 -0
- package/models/work-order-type-enum.ts +3 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-list-surveillance-settings-details-dto.js} +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { 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
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { 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
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
12
13
|
/**
|
|
13
14
|
* 新增空间参数
|
|
14
15
|
* @export
|
|
@@ -105,6 +106,12 @@ export interface SpaceAddVO {
|
|
|
105
106
|
* @memberof SpaceAddVO
|
|
106
107
|
*/
|
|
107
108
|
'greeneryArea'?: number;
|
|
109
|
+
/**
|
|
110
|
+
* 行业属性
|
|
111
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
112
|
+
* @memberof SpaceAddVO
|
|
113
|
+
*/
|
|
114
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
108
115
|
}
|
|
109
116
|
export declare const SpaceAddVOImageDisplayMethodEnum: {
|
|
110
117
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { PlanImageList } from './plan-image-list';
|
|
13
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
14
|
import type { SpacePointDTO } from './space-point-dto';
|
|
14
15
|
/**
|
|
15
16
|
* 空间详情出参
|
|
@@ -79,10 +80,10 @@ export interface SpaceDetailDTO {
|
|
|
79
80
|
'imageUrl'?: Array<string>;
|
|
80
81
|
/**
|
|
81
82
|
* 空间点位
|
|
82
|
-
* @type {
|
|
83
|
+
* @type {Array<Array<number>>}
|
|
83
84
|
* @memberof SpaceDetailDTO
|
|
84
85
|
*/
|
|
85
|
-
'spacePoint'?:
|
|
86
|
+
'spacePoint'?: Array<Array<number>>;
|
|
86
87
|
/**
|
|
87
88
|
*
|
|
88
89
|
* @type {SpacePointDTO}
|
|
@@ -167,6 +168,12 @@ export interface SpaceDetailDTO {
|
|
|
167
168
|
* @memberof SpaceDetailDTO
|
|
168
169
|
*/
|
|
169
170
|
'promptText'?: string;
|
|
171
|
+
/**
|
|
172
|
+
* 行业属性
|
|
173
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
174
|
+
* @memberof SpaceDetailDTO
|
|
175
|
+
*/
|
|
176
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
170
177
|
}
|
|
171
178
|
export declare const SpaceDetailDTOImageDisplayMethodEnum: {
|
|
172
179
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
12
13
|
/**
|
|
13
14
|
* 修改空间名称
|
|
14
15
|
* @export
|
|
@@ -123,6 +124,12 @@ export interface SpaceEditVO {
|
|
|
123
124
|
* @memberof SpaceEditVO
|
|
124
125
|
*/
|
|
125
126
|
'promptText'?: string;
|
|
127
|
+
/**
|
|
128
|
+
* 行业属性
|
|
129
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
130
|
+
* @memberof SpaceEditVO
|
|
131
|
+
*/
|
|
132
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
126
133
|
}
|
|
127
134
|
export declare const SpaceEditVOImageDisplayMethodEnum: {
|
|
128
135
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -0,0 +1,25 @@
|
|
|
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];
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
};
|
|
@@ -16,29 +16,11 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface SpacePointDTO {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<
|
|
21
|
-
* @memberof SpacePointDTO
|
|
22
|
-
*/
|
|
23
|
-
'arrSlice'?: Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof SpacePointDTO
|
|
28
|
-
*/
|
|
29
|
-
'origin'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof SpacePointDTO
|
|
34
|
-
*/
|
|
35
|
-
'containerWidth'?: number;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {number}
|
|
19
|
+
* 空间id
|
|
20
|
+
* @type {Array<Array<number>>}
|
|
39
21
|
* @memberof SpacePointDTO
|
|
40
22
|
*/
|
|
41
|
-
'
|
|
23
|
+
'spacePoint'?: Array<Array<number>>;
|
|
42
24
|
/**
|
|
43
25
|
* 空间id
|
|
44
26
|
* @type {number}
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
|
+
import type { Surveillance } from './surveillance';
|
|
13
14
|
/**
|
|
14
15
|
* 返回数据,可以是任意类型的值
|
|
15
16
|
* @export
|
|
@@ -58,24 +59,6 @@ export interface SpaceTreeDTO {
|
|
|
58
59
|
* @memberof SpaceTreeDTO
|
|
59
60
|
*/
|
|
60
61
|
'child'?: Array<SpaceTreeDTO>;
|
|
61
|
-
/**
|
|
62
|
-
* 监控空间id
|
|
63
|
-
* @type {number}
|
|
64
|
-
* @memberof SpaceTreeDTO
|
|
65
|
-
*/
|
|
66
|
-
'spaceId'?: number;
|
|
67
|
-
/**
|
|
68
|
-
* 监控列表
|
|
69
|
-
* @type {Array<MonitorSearchDto>}
|
|
70
|
-
* @memberof SpaceTreeDTO
|
|
71
|
-
*/
|
|
72
|
-
'monitorList'?: Array<MonitorSearchDto>;
|
|
73
|
-
/**
|
|
74
|
-
* 监控列表
|
|
75
|
-
* @type {number}
|
|
76
|
-
* @memberof SpaceTreeDTO
|
|
77
|
-
*/
|
|
78
|
-
'monitorSize'?: number;
|
|
79
62
|
/**
|
|
80
63
|
* 是否首级 1 是 0 否
|
|
81
64
|
* @type {number}
|
|
@@ -124,6 +107,30 @@ export interface SpaceTreeDTO {
|
|
|
124
107
|
* @memberof SpaceTreeDTO
|
|
125
108
|
*/
|
|
126
109
|
'promptText'?: string;
|
|
110
|
+
/**
|
|
111
|
+
* 行业属性
|
|
112
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
113
|
+
* @memberof SpaceTreeDTO
|
|
114
|
+
*/
|
|
115
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
116
|
+
/**
|
|
117
|
+
* 监控数量
|
|
118
|
+
* @type {number}
|
|
119
|
+
* @memberof SpaceTreeDTO
|
|
120
|
+
*/
|
|
121
|
+
'surveillanceCount'?: number;
|
|
122
|
+
/**
|
|
123
|
+
* 监控空间位置
|
|
124
|
+
* @type {number}
|
|
125
|
+
* @memberof SpaceTreeDTO
|
|
126
|
+
*/
|
|
127
|
+
'spaceId'?: number;
|
|
128
|
+
/**
|
|
129
|
+
* 监控列表
|
|
130
|
+
* @type {Array<Surveillance>}
|
|
131
|
+
* @memberof SpaceTreeDTO
|
|
132
|
+
*/
|
|
133
|
+
'surveillances'?: Array<Surveillance>;
|
|
127
134
|
}
|
|
128
135
|
export declare const SpaceTreeDTOImageDisplayMethodEnum: {
|
|
129
136
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SpaceIndustryAttribute } from './space-industry-attribute';
|
|
13
|
+
/**
|
|
14
|
+
* 空间详情
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Space
|
|
17
|
+
*/
|
|
18
|
+
export interface Space {
|
|
19
|
+
/**
|
|
20
|
+
* 空间ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof Space
|
|
23
|
+
*/
|
|
24
|
+
'spaceId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 空间名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Space
|
|
29
|
+
*/
|
|
30
|
+
'spaceName'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 行业属性
|
|
33
|
+
* @type {Array<SpaceIndustryAttribute>}
|
|
34
|
+
* @memberof Space
|
|
35
|
+
*/
|
|
36
|
+
'industryAttributes'?: Array<SpaceIndustryAttribute>;
|
|
37
|
+
/**
|
|
38
|
+
* 父名称
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof Space
|
|
41
|
+
*/
|
|
42
|
+
'parentName'?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,156 @@
|
|
|
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 SurveillanceAddVo
|
|
16
|
+
*/
|
|
17
|
+
export interface SurveillanceAddVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof SurveillanceAddVo
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 区域名称 HIK同步
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SurveillanceAddVo
|
|
28
|
+
*/
|
|
29
|
+
'hikAreaName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 平台 HIK同步
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SurveillanceAddVo
|
|
34
|
+
*/
|
|
35
|
+
'hikPlatform'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 大区 HIK同步
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof SurveillanceAddVo
|
|
40
|
+
*/
|
|
41
|
+
'hikRegion'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 所属中心 HIK同步
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof SurveillanceAddVo
|
|
46
|
+
*/
|
|
47
|
+
'hikCenter'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 仓库名 HIK同步
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof SurveillanceAddVo
|
|
52
|
+
*/
|
|
53
|
+
'hikWarehouseName'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 区域ID HIK同步
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof SurveillanceAddVo
|
|
58
|
+
*/
|
|
59
|
+
'hikAreaId'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 设备ID HIK同步
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SurveillanceAddVo
|
|
64
|
+
*/
|
|
65
|
+
'hikDeviceId'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 监控名称
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof SurveillanceAddVo
|
|
70
|
+
*/
|
|
71
|
+
'surveillanceName'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* IP地址 HIK同步
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof SurveillanceAddVo
|
|
76
|
+
*/
|
|
77
|
+
'hikIpAddress'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 设备编码 HIK同步
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof SurveillanceAddVo
|
|
82
|
+
*/
|
|
83
|
+
'hikDeviceCode'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 像素参数 HIK同步
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof SurveillanceAddVo
|
|
88
|
+
*/
|
|
89
|
+
'hikPixelParameter'?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 设备状态 HIK同步
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof SurveillanceAddVo
|
|
94
|
+
*/
|
|
95
|
+
'hikDeviceStatus'?: string;
|
|
96
|
+
/**
|
|
97
|
+
* 持续时长 HIK同步
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof SurveillanceAddVo
|
|
100
|
+
*/
|
|
101
|
+
'hikDuration'?: number;
|
|
102
|
+
/**
|
|
103
|
+
* 离线原因 HIK同步
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof SurveillanceAddVo
|
|
106
|
+
*/
|
|
107
|
+
'hikOfflineReason'?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 离线修复时间 HIK同步
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof SurveillanceAddVo
|
|
112
|
+
*/
|
|
113
|
+
'hikOfflineRepairTime'?: string;
|
|
114
|
+
/**
|
|
115
|
+
* 图像状态 HIK同步
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof SurveillanceAddVo
|
|
118
|
+
*/
|
|
119
|
+
'hikImageStatus'?: string;
|
|
120
|
+
/**
|
|
121
|
+
* 录制状态 HIK同步
|
|
122
|
+
* @type {string}
|
|
123
|
+
* @memberof SurveillanceAddVo
|
|
124
|
+
*/
|
|
125
|
+
'hikRecordingStatus'?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 录像结果 HIK同步
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof SurveillanceAddVo
|
|
130
|
+
*/
|
|
131
|
+
'hikRecordingResult'?: string;
|
|
132
|
+
/**
|
|
133
|
+
* 巡检时间 HIK同步
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof SurveillanceAddVo
|
|
136
|
+
*/
|
|
137
|
+
'hikInspectionTime'?: string;
|
|
138
|
+
/**
|
|
139
|
+
* 断续频次 HIK同步
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof SurveillanceAddVo
|
|
142
|
+
*/
|
|
143
|
+
'hikIntermittentFrequency'?: string;
|
|
144
|
+
/**
|
|
145
|
+
* 录像保持天数 HIK同步
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof SurveillanceAddVo
|
|
148
|
+
*/
|
|
149
|
+
'hikVideoRetentionDays'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 未录像时长 HIK同步
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof SurveillanceAddVo
|
|
154
|
+
*/
|
|
155
|
+
'hikUnrecordedHours'?: string;
|
|
156
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|