@gizone/rrs-client 3.11.16-alpha.82 → 3.11.17-alpha.84
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 +23 -0
- package/README.md +2 -2
- package/apis/surveillance-api.ts +1343 -102
- package/apis/work-order-api.ts +398 -10
- package/configuration.ts +1 -1
- package/dist/apis/surveillance-api.d.ts +678 -0
- package/dist/apis/surveillance-api.js +960 -82
- package/dist/apis/work-order-api.d.ts +215 -10
- package/dist/apis/work-order-api.js +293 -4
- package/dist/configuration.js +1 -1
- package/dist/esm/apis/surveillance-api.d.ts +678 -0
- package/dist/esm/apis/surveillance-api.js +959 -81
- package/dist/esm/apis/work-order-api.d.ts +215 -10
- package/dist/esm/apis/work-order-api.js +293 -4
- 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 +4 -4
- package/dist/esm/models/index.d.ts +23 -0
- package/dist/esm/models/index.js +23 -0
- 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 +6 -6
- package/dist/esm/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-new-work-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/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/esm/models/new-work-monitor-repair-add-vo.js +14 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/esm/models/new-work-monitor-repair-details-dto.js +20 -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/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/esm/models/process-new-work-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 +7 -0
- 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-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-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/work-order-circulation-vo.d.ts +12 -0
- package/dist/esm/models/work-order-decision-vo.d.ts +42 -0
- package/dist/esm/models/work-order-decision-vo.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 +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/esm/models/work-order-issue-type-enum.js +4 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/work-order-space-dto.d.ts +36 -0
- 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 +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -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 +4 -4
- package/dist/models/index.d.ts +23 -0
- package/dist/models/index.js +23 -0
- 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 +6 -6
- package/dist/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -0
- package/dist/models/json-result-new-work-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/new-work-monitor-repair-add-vo.d.ts +87 -0
- package/dist/models/new-work-monitor-repair-add-vo.js +15 -0
- package/dist/models/new-work-monitor-repair-details-dto.d.ts +184 -0
- package/dist/models/new-work-monitor-repair-details-dto.js +23 -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/process-new-work-monitor-repair-vo.d.ts +30 -0
- package/dist/models/process-new-work-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 +7 -0
- 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-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-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/work-order-circulation-vo.d.ts +12 -0
- package/dist/models/work-order-decision-vo.d.ts +42 -0
- package/dist/models/work-order-decision-vo.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 +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-issue-type-enum.d.ts +3 -0
- package/dist/models/work-order-issue-type-enum.js +4 -1
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-space-dto.d.ts +36 -0
- 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 +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/functional-area-enum.ts +36 -0
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +23 -0
- package/models/installation-body-enum.ts +32 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-new-work-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/new-work-monitor-repair-add-vo.ts +101 -0
- package/models/new-work-monitor-repair-details-dto.ts +221 -0
- package/models/page-dto-surveillance-details-dto.ts +39 -0
- package/models/process-new-work-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 +9 -0
- package/models/space-edit-vo.ts +9 -0
- package/models/space-industry-attribute.ts +35 -0
- 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-status-enum.ts +31 -0
- package/models/surveillance-update-vo.ts +74 -0
- package/models/surveillance.ts +59 -0
- package/models/work-order-circulation-vo.ts +12 -0
- package/models/work-order-decision-vo.ts +48 -0
- package/models/work-order-handler-dto.ts +71 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-issue-type-enum.ts +4 -1
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-space-dto.ts +42 -0
- 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 +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,184 @@
|
|
|
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 { SourceFeedbackDTO } from './source-feedback-dto';
|
|
15
|
+
import type { SourceWorkOrderInspectionDTO } from './source-work-order-inspection-dto';
|
|
16
|
+
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
17
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
18
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
19
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
20
|
+
import type { WorkOrderLiabilityPartyEnum } from './work-order-liability-party-enum';
|
|
21
|
+
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
22
|
+
import type { WorkOrderSpaceDto } from './work-order-space-dto';
|
|
23
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
24
|
+
import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
|
|
25
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
26
|
+
/**
|
|
27
|
+
* 新建网络监控工单报修参数
|
|
28
|
+
* @export
|
|
29
|
+
* @interface NewWorkMonitorRepairDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
export interface NewWorkMonitorRepairDetailsDto {
|
|
32
|
+
/**
|
|
33
|
+
* 工单id
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'id'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 工单编号
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'workOrderNo'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 工单名称
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'workOrderName'?: string;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {WorkOrderTypeEnum}
|
|
53
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
56
|
+
/**
|
|
57
|
+
* 工单状态
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'workOrderStatus'?: NewWorkMonitorRepairDetailsDtoWorkOrderStatusEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 图片
|
|
64
|
+
* @type {Array<string>}
|
|
65
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
66
|
+
*/
|
|
67
|
+
'images'?: Array<string>;
|
|
68
|
+
/**
|
|
69
|
+
* 视频
|
|
70
|
+
* @type {Array<string>}
|
|
71
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
72
|
+
*/
|
|
73
|
+
'imagesVideo'?: Array<string>;
|
|
74
|
+
/**
|
|
75
|
+
* 备注
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
78
|
+
*/
|
|
79
|
+
'remarks'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 园区ID
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
84
|
+
*/
|
|
85
|
+
'parkId'?: number;
|
|
86
|
+
/**
|
|
87
|
+
* 工单执行部门列表
|
|
88
|
+
* @type {Array<WorkOrderDeptDTO>}
|
|
89
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
90
|
+
*/
|
|
91
|
+
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
92
|
+
/**
|
|
93
|
+
* 工单执行部门ID列表
|
|
94
|
+
* @type {Array<number>}
|
|
95
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
96
|
+
*/
|
|
97
|
+
'workOrderDeptIds'?: Array<number>;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @type {SourceAlertDTO}
|
|
101
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
102
|
+
*/
|
|
103
|
+
'sourceAlert'?: SourceAlertDTO;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {SourceFeedbackDTO}
|
|
107
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
108
|
+
*/
|
|
109
|
+
'sourceFeedback'?: SourceFeedbackDTO;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {SourceWorkOrderInspectionDTO}
|
|
113
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
114
|
+
*/
|
|
115
|
+
'sourceWorkOrderInspection'?: SourceWorkOrderInspectionDTO;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {WorkOrderSourceEnum}
|
|
119
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
120
|
+
*/
|
|
121
|
+
'workOrderSource'?: WorkOrderSourceEnum;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {ParkCenterAttributeEnum}
|
|
125
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
126
|
+
*/
|
|
127
|
+
'centerAttribute': ParkCenterAttributeEnum;
|
|
128
|
+
/**
|
|
129
|
+
*
|
|
130
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
131
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
132
|
+
*/
|
|
133
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
137
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
138
|
+
*/
|
|
139
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {WorkOrderLiabilityPartyEnum}
|
|
143
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
144
|
+
*/
|
|
145
|
+
'liabilityParty'?: WorkOrderLiabilityPartyEnum;
|
|
146
|
+
/**
|
|
147
|
+
* 责任原因
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
150
|
+
*/
|
|
151
|
+
'liabilityCause'?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 监控设备详情
|
|
154
|
+
* @type {Array<WorkOrderSurveillanceDto>}
|
|
155
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
156
|
+
*/
|
|
157
|
+
'surveillances'?: Array<WorkOrderSurveillanceDto>;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @type {WorkOrderSpaceDto}
|
|
161
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
162
|
+
*/
|
|
163
|
+
'space'?: WorkOrderSpaceDto;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @type {WorkOrderSponsorDto}
|
|
167
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
168
|
+
*/
|
|
169
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @type {WorkOrderHandlerDto}
|
|
173
|
+
* @memberof NewWorkMonitorRepairDetailsDto
|
|
174
|
+
*/
|
|
175
|
+
'handler'?: WorkOrderHandlerDto;
|
|
176
|
+
}
|
|
177
|
+
export declare const NewWorkMonitorRepairDetailsDtoWorkOrderStatusEnum: {
|
|
178
|
+
readonly Pending: "PENDING";
|
|
179
|
+
readonly InProgress: "IN_PROGRESS";
|
|
180
|
+
readonly Completed: "COMPLETED";
|
|
181
|
+
readonly Overdue: "OVERDUE";
|
|
182
|
+
readonly Closed: "CLOSED";
|
|
183
|
+
};
|
|
184
|
+
export type NewWorkMonitorRepairDetailsDtoWorkOrderStatusEnum = typeof NewWorkMonitorRepairDetailsDtoWorkOrderStatusEnum[keyof typeof NewWorkMonitorRepairDetailsDtoWorkOrderStatusEnum];
|
|
@@ -0,0 +1,23 @@
|
|
|
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 });
|
|
16
|
+
exports.NewWorkMonitorRepairDetailsDtoWorkOrderStatusEnum = void 0;
|
|
17
|
+
exports.NewWorkMonitorRepairDetailsDtoWorkOrderStatusEnum = {
|
|
18
|
+
Pending: 'PENDING',
|
|
19
|
+
InProgress: 'IN_PROGRESS',
|
|
20
|
+
Completed: 'COMPLETED',
|
|
21
|
+
Overdue: 'OVERDUE',
|
|
22
|
+
Closed: 'CLOSED'
|
|
23
|
+
};
|
|
@@ -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,15 @@
|
|
|
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 });
|
|
@@ -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 ProcessNewWorkMonitorRepairVo
|
|
16
|
+
*/
|
|
17
|
+
export interface ProcessNewWorkMonitorRepairVo {
|
|
18
|
+
/**
|
|
19
|
+
* 处理照片
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof ProcessNewWorkMonitorRepairVo
|
|
22
|
+
*/
|
|
23
|
+
'handlerImage'?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* 原因描述
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ProcessNewWorkMonitorRepairVo
|
|
28
|
+
*/
|
|
29
|
+
'remarks'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 });
|
|
@@ -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
|
* 空间详情出参
|
|
@@ -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,29 @@
|
|
|
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 });
|
|
16
|
+
exports.SpaceIndustryAttribute = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 空间行业属性枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.SpaceIndustryAttribute = {
|
|
23
|
+
Fmcg: 'FMCG',
|
|
24
|
+
Appliance: 'APPLIANCE',
|
|
25
|
+
Car: 'CAR',
|
|
26
|
+
Haier: 'HAIER',
|
|
27
|
+
Socialized: 'SOCIALIZED',
|
|
28
|
+
LogisticsTreasure: 'LOGISTICS_TREASURE'
|
|
29
|
+
};
|
|
@@ -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,15 @@
|
|
|
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 });
|