@gizone/rrs-client 4.1.0-alpha.111 → 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 -45
- 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 -546
- 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 -370
- package/dist/apis/surveillance-api.js +777 -348
- 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 -370
- package/dist/esm/apis/surveillance-api.js +776 -347
- 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 -40
- package/dist/esm/models/index.js +1 -40
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- 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 -40
- package/dist/models/index.js +1 -40
- package/dist/models/ipage-access-vo.d.ts +4 -4
- 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 -40
- package/models/ipage-access-vo.ts +4 -4
- 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/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 -129
- package/dist/esm/models/surveillance-details-dto.js +0 -18
- 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 -54
- package/dist/esm/models/surveillance.js +0 -18
- 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/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 -129
- package/dist/models/surveillance-details-dto.js +0 -21
- 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 -54
- package/dist/models/surveillance.js +0 -21
- 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/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 -144
- 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 -63
- 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,61 +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 { WorkOrderHandlerStatusEnum } from './work-order-handler-status-enum';
|
|
13
|
-
/**
|
|
14
|
-
* 工单处理人
|
|
15
|
-
* @export
|
|
16
|
-
* @interface WorkOrderHandlerDto
|
|
17
|
-
*/
|
|
18
|
-
export interface WorkOrderHandlerDto {
|
|
19
|
-
/**
|
|
20
|
-
* 处理人id
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof WorkOrderHandlerDto
|
|
23
|
-
*/
|
|
24
|
-
'handlerUserId'?: number;
|
|
25
|
-
/**
|
|
26
|
-
* 处理人名称
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof WorkOrderHandlerDto
|
|
29
|
-
*/
|
|
30
|
-
'handlerUserName'?: string;
|
|
31
|
-
/**
|
|
32
|
-
* 处理人部门id
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof WorkOrderHandlerDto
|
|
35
|
-
*/
|
|
36
|
-
'handlerUserDeptId'?: number;
|
|
37
|
-
/**
|
|
38
|
-
* 处理人部门名称/租户名称
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof WorkOrderHandlerDto
|
|
41
|
-
*/
|
|
42
|
-
'handlerUserDeptName'?: string;
|
|
43
|
-
/**
|
|
44
|
-
* 处理时间
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof WorkOrderHandlerDto
|
|
47
|
-
*/
|
|
48
|
-
'handlerTime'?: string;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {WorkOrderHandlerStatusEnum}
|
|
52
|
-
* @memberof WorkOrderHandlerDto
|
|
53
|
-
*/
|
|
54
|
-
'handlerResult'?: WorkOrderHandlerStatusEnum;
|
|
55
|
-
/**
|
|
56
|
-
* 处理照片
|
|
57
|
-
* @type {Array<string>}
|
|
58
|
-
* @memberof WorkOrderHandlerDto
|
|
59
|
-
*/
|
|
60
|
-
'handlerImage'?: Array<string>;
|
|
61
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,48 +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 WorkOrderSponsorDto
|
|
16
|
-
*/
|
|
17
|
-
export interface WorkOrderSponsorDto {
|
|
18
|
-
/**
|
|
19
|
-
* 发起时间
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof WorkOrderSponsorDto
|
|
22
|
-
*/
|
|
23
|
-
'startTime'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* 发起人id
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof WorkOrderSponsorDto
|
|
28
|
-
*/
|
|
29
|
-
'sponsorId'?: number;
|
|
30
|
-
/**
|
|
31
|
-
* 发起人名称
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof WorkOrderSponsorDto
|
|
34
|
-
*/
|
|
35
|
-
'sponsorName'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* 发起人部门id
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof WorkOrderSponsorDto
|
|
40
|
-
*/
|
|
41
|
-
'sponsorUserDeptId'?: number;
|
|
42
|
-
/**
|
|
43
|
-
* 发起人部门名称/租户名称
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof WorkOrderSponsorDto
|
|
46
|
-
*/
|
|
47
|
-
'sponsorUserDeptName'?: string;
|
|
48
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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 WorkOrderSurveillanceDto
|
|
16
|
-
*/
|
|
17
|
-
export interface WorkOrderSurveillanceDto {
|
|
18
|
-
/**
|
|
19
|
-
* 监控设备id
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof WorkOrderSurveillanceDto
|
|
22
|
-
*/
|
|
23
|
-
'surveillanceId'?: number;
|
|
24
|
-
/**
|
|
25
|
-
* 监控设备名称
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WorkOrderSurveillanceDto
|
|
28
|
-
*/
|
|
29
|
-
'surveillanceName'?: string;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,36 +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 FunctionalAreaEnum = {
|
|
24
|
-
Platform: 'PLATFORM',
|
|
25
|
-
StockingArea: 'STOCKING_AREA',
|
|
26
|
-
Passageway: 'PASSAGEWAY',
|
|
27
|
-
OfficeArea: 'OFFICE_AREA',
|
|
28
|
-
DefectiveProductIdentificationArea: 'DEFECTIVE_PRODUCT_IDENTIFICATION_AREA',
|
|
29
|
-
PackingTable: 'PACKING_TABLE',
|
|
30
|
-
Others: 'OTHERS'
|
|
31
|
-
} as const;
|
|
32
|
-
|
|
33
|
-
export type FunctionalAreaEnum = typeof FunctionalAreaEnum[keyof typeof FunctionalAreaEnum];
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
@@ -1,32 +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 InstallationBodyEnum = {
|
|
24
|
-
RiRiShun: 'RI_RI_SHUN',
|
|
25
|
-
CangXiaoWei: 'CANG_XIAO_WEI',
|
|
26
|
-
FangDong: 'FANG_DONG'
|
|
27
|
-
} as const;
|
|
28
|
-
|
|
29
|
-
export type InstallationBodyEnum = typeof InstallationBodyEnum[keyof typeof InstallationBodyEnum];
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
@@ -1,72 +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 { BaseErrorResult } from './base-error-result';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { SurveillanceSettingsDetailsDto } from './surveillance-settings-details-dto';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface JsonResultListSurveillanceSettingsDetailsDto
|
|
27
|
-
*/
|
|
28
|
-
export interface JsonResultListSurveillanceSettingsDetailsDto {
|
|
29
|
-
/**
|
|
30
|
-
* 错误码,0:成功,其他:失败
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
33
|
-
*/
|
|
34
|
-
'code'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 错误消息
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
39
|
-
*/
|
|
40
|
-
'msg'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 错误堆栈
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
45
|
-
*/
|
|
46
|
-
'stacks'?: string;
|
|
47
|
-
/**
|
|
48
|
-
* 返回数据,可以是任意类型的值
|
|
49
|
-
* @type {Array<SurveillanceSettingsDetailsDto>}
|
|
50
|
-
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
51
|
-
*/
|
|
52
|
-
'data'?: Array<SurveillanceSettingsDetailsDto> | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
57
|
-
*/
|
|
58
|
-
'error'?: BaseErrorResult | null;
|
|
59
|
-
/**
|
|
60
|
-
* 日志追踪ID
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
63
|
-
*/
|
|
64
|
-
'traceId'?: string | null;
|
|
65
|
-
/**
|
|
66
|
-
* requestId
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof JsonResultListSurveillanceSettingsDetailsDto
|
|
69
|
-
*/
|
|
70
|
-
'requestId'?: string | null;
|
|
71
|
-
}
|
|
72
|
-
|
|
@@ -1,72 +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 { BaseErrorResult } from './base-error-result';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { NetworkMonitorRepairDetailsDto } from './network-monitor-repair-details-dto';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface JsonResultNetworkMonitorRepairDetailsDto
|
|
27
|
-
*/
|
|
28
|
-
export interface JsonResultNetworkMonitorRepairDetailsDto {
|
|
29
|
-
/**
|
|
30
|
-
* 错误码,0:成功,其他:失败
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
33
|
-
*/
|
|
34
|
-
'code'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 错误消息
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
39
|
-
*/
|
|
40
|
-
'msg'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 错误堆栈
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
45
|
-
*/
|
|
46
|
-
'stacks'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {NetworkMonitorRepairDetailsDto}
|
|
50
|
-
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
51
|
-
*/
|
|
52
|
-
'data'?: NetworkMonitorRepairDetailsDto | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
57
|
-
*/
|
|
58
|
-
'error'?: BaseErrorResult | null;
|
|
59
|
-
/**
|
|
60
|
-
* 日志追踪ID
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
63
|
-
*/
|
|
64
|
-
'traceId'?: string | null;
|
|
65
|
-
/**
|
|
66
|
-
* requestId
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof JsonResultNetworkMonitorRepairDetailsDto
|
|
69
|
-
*/
|
|
70
|
-
'requestId'?: string | null;
|
|
71
|
-
}
|
|
72
|
-
|
|
@@ -1,72 +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 { BaseErrorResult } from './base-error-result';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { PageDtoSurveillanceDetailsDto } from './page-dto-surveillance-details-dto';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface JsonResultPageDtoSurveillanceDetailsDto
|
|
27
|
-
*/
|
|
28
|
-
export interface JsonResultPageDtoSurveillanceDetailsDto {
|
|
29
|
-
/**
|
|
30
|
-
* 错误码,0:成功,其他:失败
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
33
|
-
*/
|
|
34
|
-
'code'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 错误消息
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
39
|
-
*/
|
|
40
|
-
'msg'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 错误堆栈
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
45
|
-
*/
|
|
46
|
-
'stacks'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {PageDtoSurveillanceDetailsDto}
|
|
50
|
-
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
51
|
-
*/
|
|
52
|
-
'data'?: PageDtoSurveillanceDetailsDto | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
57
|
-
*/
|
|
58
|
-
'error'?: BaseErrorResult | null;
|
|
59
|
-
/**
|
|
60
|
-
* 日志追踪ID
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
63
|
-
*/
|
|
64
|
-
'traceId'?: string | null;
|
|
65
|
-
/**
|
|
66
|
-
* requestId
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof JsonResultPageDtoSurveillanceDetailsDto
|
|
69
|
-
*/
|
|
70
|
-
'requestId'?: string | null;
|
|
71
|
-
}
|
|
72
|
-
|
|
@@ -1,72 +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 { BaseErrorResult } from './base-error-result';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { SurveillanceDetailsDto } from './surveillance-details-dto';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface JsonResultSurveillanceDetailsDto
|
|
27
|
-
*/
|
|
28
|
-
export interface JsonResultSurveillanceDetailsDto {
|
|
29
|
-
/**
|
|
30
|
-
* 错误码,0:成功,其他:失败
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof JsonResultSurveillanceDetailsDto
|
|
33
|
-
*/
|
|
34
|
-
'code'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 错误消息
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof JsonResultSurveillanceDetailsDto
|
|
39
|
-
*/
|
|
40
|
-
'msg'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 错误堆栈
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof JsonResultSurveillanceDetailsDto
|
|
45
|
-
*/
|
|
46
|
-
'stacks'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {SurveillanceDetailsDto}
|
|
50
|
-
* @memberof JsonResultSurveillanceDetailsDto
|
|
51
|
-
*/
|
|
52
|
-
'data'?: SurveillanceDetailsDto;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof JsonResultSurveillanceDetailsDto
|
|
57
|
-
*/
|
|
58
|
-
'error'?: BaseErrorResult | null;
|
|
59
|
-
/**
|
|
60
|
-
* 日志追踪ID
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof JsonResultSurveillanceDetailsDto
|
|
63
|
-
*/
|
|
64
|
-
'traceId'?: string | null;
|
|
65
|
-
/**
|
|
66
|
-
* requestId
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof JsonResultSurveillanceDetailsDto
|
|
69
|
-
*/
|
|
70
|
-
'requestId'?: string | null;
|
|
71
|
-
}
|
|
72
|
-
|
|
@@ -1,72 +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 { BaseErrorResult } from './base-error-result';
|
|
19
|
-
// May contain unused imports in some cases
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import type { SurveillanceLiveDto } from './surveillance-live-dto';
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @export
|
|
26
|
-
* @interface JsonResultSurveillanceLiveDto
|
|
27
|
-
*/
|
|
28
|
-
export interface JsonResultSurveillanceLiveDto {
|
|
29
|
-
/**
|
|
30
|
-
* 错误码,0:成功,其他:失败
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof JsonResultSurveillanceLiveDto
|
|
33
|
-
*/
|
|
34
|
-
'code'?: number;
|
|
35
|
-
/**
|
|
36
|
-
* 错误消息
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof JsonResultSurveillanceLiveDto
|
|
39
|
-
*/
|
|
40
|
-
'msg'?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 错误堆栈
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof JsonResultSurveillanceLiveDto
|
|
45
|
-
*/
|
|
46
|
-
'stacks'?: string;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {SurveillanceLiveDto}
|
|
50
|
-
* @memberof JsonResultSurveillanceLiveDto
|
|
51
|
-
*/
|
|
52
|
-
'data'?: SurveillanceLiveDto | null;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {BaseErrorResult}
|
|
56
|
-
* @memberof JsonResultSurveillanceLiveDto
|
|
57
|
-
*/
|
|
58
|
-
'error'?: BaseErrorResult | null;
|
|
59
|
-
/**
|
|
60
|
-
* 日志追踪ID
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof JsonResultSurveillanceLiveDto
|
|
63
|
-
*/
|
|
64
|
-
'traceId'?: string | null;
|
|
65
|
-
/**
|
|
66
|
-
* requestId
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof JsonResultSurveillanceLiveDto
|
|
69
|
-
*/
|
|
70
|
-
'requestId'?: string | null;
|
|
71
|
-
}
|
|
72
|
-
|