@gizone/rrs-client 3.11.16-alpha.83 → 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 -1
- package/README.md +2 -2
- package/apis/space-api.ts +25 -15
- package/apis/surveillance-api.ts +1343 -102
- package/apis/work-order-api.ts +398 -10
- package/configuration.ts +1 -1
- package/dist/apis/space-api.d.ts +14 -7
- package/dist/apis/space-api.js +16 -11
- 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/space-api.d.ts +14 -7
- package/dist/esm/apis/space-api.js +16 -11
- 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 +8 -8
- package/dist/esm/models/index.d.ts +23 -1
- package/dist/esm/models/index.js +23 -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 +6 -6
- package/dist/esm/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -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 +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-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/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/{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 +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 +8 -8
- package/dist/models/index.d.ts +23 -1
- package/dist/models/index.js +23 -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 +6 -6
- package/dist/models/json-result-new-work-monitor-repair-details-dto.d.ts +56 -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 +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-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/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/{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 +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 +8 -8
- package/models/index.ts +23 -1
- 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 +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-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/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/{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 +2 -1
- package/package.json +1 -1
- /package/dist/esm/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
- /package/dist/models/{space-add-point-vo.js → json-result-new-work-monitor-repair-details-dto.js} +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
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 WorkOrderDecisionVo
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderDecisionVo {
|
|
18
|
+
/**
|
|
19
|
+
* 是否需要维修
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof WorkOrderDecisionVo
|
|
22
|
+
*/
|
|
23
|
+
'isNeedRepair'?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* 维修金额
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof WorkOrderDecisionVo
|
|
28
|
+
*/
|
|
29
|
+
'repairAmount'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 原因描述
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WorkOrderDecisionVo
|
|
34
|
+
*/
|
|
35
|
+
'remarks'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 处理人ID
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof WorkOrderDecisionVo
|
|
40
|
+
*/
|
|
41
|
+
'handlerUserId'?: number;
|
|
42
|
+
}
|
|
@@ -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,61 @@
|
|
|
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
|
+
}
|
|
@@ -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 {};
|
|
@@ -19,5 +19,8 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
19
19
|
readonly RepairInProgressLevelTwo: "REPAIR_IN_PROGRESS_LEVEL_TWO";
|
|
20
20
|
readonly RepairInProgressLevelThree: "REPAIR_IN_PROGRESS_LEVEL_THREE";
|
|
21
21
|
readonly RepairInProgressLevelFour: "REPAIR_IN_PROGRESS_LEVEL_FOUR";
|
|
22
|
+
readonly NewWorkMonitorRepairInProgressLevelOne: "NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE";
|
|
23
|
+
readonly NewWorkMonitorRepairInProgressLevelTwo: "NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO";
|
|
24
|
+
readonly NewWorkMonitorRepairInProgressLevelThree: "NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE";
|
|
22
25
|
};
|
|
23
26
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -20,5 +20,8 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
20
20
|
RepairInProgressLevelOne: 'REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
21
21
|
RepairInProgressLevelTwo: 'REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
22
22
|
RepairInProgressLevelThree: 'REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
23
|
-
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR'
|
|
23
|
+
RepairInProgressLevelFour: 'REPAIR_IN_PROGRESS_LEVEL_FOUR',
|
|
24
|
+
NewWorkMonitorRepairInProgressLevelOne: 'NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_ONE',
|
|
25
|
+
NewWorkMonitorRepairInProgressLevelTwo: 'NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_TWO',
|
|
26
|
+
NewWorkMonitorRepairInProgressLevelThree: 'NEW_WORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE'
|
|
24
27
|
};
|
|
@@ -22,5 +22,8 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
22
22
|
readonly HygieneAndGreeningIssue: "HYGIENE_AND_GREENING_ISSUE";
|
|
23
23
|
readonly FacilityDamageIssue: "FACILITY_DAMAGE_ISSUE";
|
|
24
24
|
readonly SecurityIssue: "SECURITY_ISSUE";
|
|
25
|
+
readonly Networking: "NETWORKING";
|
|
26
|
+
readonly Surveillance: "SURVEILLANCE";
|
|
27
|
+
readonly DesktopTerminal: "DESKTOP_TERMINAL";
|
|
25
28
|
};
|
|
26
29
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -23,5 +23,8 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
23
23
|
SurveillanceIssues: 'SURVEILLANCE_ISSUES',
|
|
24
24
|
HygieneAndGreeningIssue: 'HYGIENE_AND_GREENING_ISSUE',
|
|
25
25
|
FacilityDamageIssue: 'FACILITY_DAMAGE_ISSUE',
|
|
26
|
-
SecurityIssue: 'SECURITY_ISSUE'
|
|
26
|
+
SecurityIssue: 'SECURITY_ISSUE',
|
|
27
|
+
Networking: 'NETWORKING',
|
|
28
|
+
Surveillance: 'SURVEILLANCE',
|
|
29
|
+
DesktopTerminal: 'DESKTOP_TERMINAL'
|
|
27
30
|
};
|
|
@@ -21,5 +21,6 @@ export declare const WorkOrderSourceEnum: {
|
|
|
21
21
|
readonly InspectionTransferWorkOrder: "INSPECTION_TRANSFER_WORK_ORDER";
|
|
22
22
|
readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
|
|
23
23
|
readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
|
|
24
|
+
readonly SurveillanceOffLineTransferWorkOrder: "SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER";
|
|
24
25
|
};
|
|
25
26
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -22,5 +22,6 @@ export const WorkOrderSourceEnum = {
|
|
|
22
22
|
AlterTransferWorkOrder: 'ALTER_TRANSFER_WORK_ORDER',
|
|
23
23
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
24
24
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
25
|
-
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER'
|
|
25
|
+
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
26
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER'
|
|
26
27
|
};
|
|
@@ -9,23 +9,28 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { SpacePointDTO } from './space-point-dto';
|
|
13
12
|
/**
|
|
14
|
-
*
|
|
13
|
+
* 空间详情
|
|
15
14
|
* @export
|
|
16
|
-
* @interface
|
|
15
|
+
* @interface WorkOrderSpaceDto
|
|
17
16
|
*/
|
|
18
|
-
export interface
|
|
17
|
+
export interface WorkOrderSpaceDto {
|
|
19
18
|
/**
|
|
20
19
|
* 空间id
|
|
21
20
|
* @type {number}
|
|
22
|
-
* @memberof
|
|
21
|
+
* @memberof WorkOrderSpaceDto
|
|
23
22
|
*/
|
|
24
23
|
'spaceId'?: number;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {
|
|
28
|
-
* @memberof
|
|
25
|
+
* 空间名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderSpaceDto
|
|
29
28
|
*/
|
|
30
|
-
'
|
|
29
|
+
'spaceName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 父名称
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof WorkOrderSpaceDto
|
|
34
|
+
*/
|
|
35
|
+
'parentName'?: string;
|
|
31
36
|
}
|
|
@@ -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,48 @@
|
|
|
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
|
+
}
|
|
@@ -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 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
|
+
}
|
|
@@ -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 {};
|
|
@@ -30,5 +30,6 @@ export declare const WorkOrderTypeEnum: {
|
|
|
30
30
|
readonly GasMeterWorkOrder: "GAS_METER_WORK_ORDER";
|
|
31
31
|
readonly VideoRecognitionAlarm: "VIDEO_RECOGNITION_ALARM";
|
|
32
32
|
readonly AiInspection: "AI_INSPECTION";
|
|
33
|
+
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
33
34
|
};
|
|
34
35
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -31,5 +31,6 @@ export const WorkOrderTypeEnum = {
|
|
|
31
31
|
WaterPurificationMeterWorkOrder: 'WATER_PURIFICATION_METER_WORK_ORDER',
|
|
32
32
|
GasMeterWorkOrder: 'GAS_METER_WORK_ORDER',
|
|
33
33
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
34
|
-
AiInspection: 'AI_INSPECTION'
|
|
34
|
+
AiInspection: 'AI_INSPECTION',
|
|
35
|
+
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER'
|
|
35
36
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
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 FunctionalAreaEnum: {
|
|
18
|
+
readonly Platform: "PLATFORM";
|
|
19
|
+
readonly StockingArea: "STOCKING_AREA";
|
|
20
|
+
readonly Passageway: "PASSAGEWAY";
|
|
21
|
+
readonly OfficeArea: "OFFICE_AREA";
|
|
22
|
+
readonly DefectiveProductIdentificationArea: "DEFECTIVE_PRODUCT_IDENTIFICATION_AREA";
|
|
23
|
+
readonly PackingTable: "PACKING_TABLE";
|
|
24
|
+
readonly Others: "OTHERS";
|
|
25
|
+
};
|
|
26
|
+
export type FunctionalAreaEnum = typeof FunctionalAreaEnum[keyof typeof FunctionalAreaEnum];
|
|
@@ -0,0 +1,30 @@
|
|
|
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.FunctionalAreaEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 功能区域枚举
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.FunctionalAreaEnum = {
|
|
23
|
+
Platform: 'PLATFORM',
|
|
24
|
+
StockingArea: 'STOCKING_AREA',
|
|
25
|
+
Passageway: 'PASSAGEWAY',
|
|
26
|
+
OfficeArea: 'OFFICE_AREA',
|
|
27
|
+
DefectiveProductIdentificationArea: 'DEFECTIVE_PRODUCT_IDENTIFICATION_AREA',
|
|
28
|
+
PackingTable: 'PACKING_TABLE',
|
|
29
|
+
Others: 'OTHERS'
|
|
30
|
+
};
|
|
@@ -23,6 +23,12 @@ export interface GetUserWx200Response {
|
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
25
|
'status'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {object}
|
|
29
|
+
* @memberof GetUserWx200Response
|
|
30
|
+
*/
|
|
31
|
+
'trailerFields'?: object;
|
|
26
32
|
/**
|
|
27
33
|
*
|
|
28
34
|
* @type {Array<string>}
|
|
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
|
|
|
31
37
|
'headerNames'?: Array<string>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
35
41
|
* @memberof GetUserWx200Response
|
|
36
42
|
*/
|
|
37
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
|
|
|
53
59
|
* @memberof GetUserWx200Response
|
|
54
60
|
*/
|
|
55
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {GetUserWx200ResponseLocale}
|
|
59
|
-
* @memberof GetUserWx200Response
|
|
60
|
-
*/
|
|
61
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ export * from './fire-control-equipment-batch-setting-location-vo';
|
|
|
241
241
|
export * from './fire-control-equipment-edit-vo';
|
|
242
242
|
export * from './fire-control-equipment-search-vo';
|
|
243
243
|
export * from './followup-work-order-dto';
|
|
244
|
+
export * from './functional-area-enum';
|
|
244
245
|
export * from './fusion-role-request-dto';
|
|
245
246
|
export * from './gate-list-po';
|
|
246
247
|
export * from './get-user-wx200-response';
|
|
@@ -299,6 +300,7 @@ export * from './inspection-standard-dto';
|
|
|
299
300
|
export * from './inspection-standard-entity';
|
|
300
301
|
export * from './inspection-standard-import-dto';
|
|
301
302
|
export * from './inspection-standard-type-enum';
|
|
303
|
+
export * from './installation-body-enum';
|
|
302
304
|
export * from './internet-access-park-vehicle-vo';
|
|
303
305
|
export * from './internet-meter-add-vo';
|
|
304
306
|
export * from './internet-meter-details-add-vo';
|
|
@@ -459,6 +461,7 @@ export * from './json-result-monitor-detail-dto';
|
|
|
459
461
|
export * from './json-result-monitor-live-dto';
|
|
460
462
|
export * from './json-result-monitor-screen-dto';
|
|
461
463
|
export * from './json-result-monitor-sort-entity';
|
|
464
|
+
export * from './json-result-new-work-monitor-repair-details-dto';
|
|
462
465
|
export * from './json-result-news-entity';
|
|
463
466
|
export * from './json-result-node-dto';
|
|
464
467
|
export * from './json-result-object';
|
|
@@ -502,6 +505,7 @@ export * from './json-result-page-dto-renovation-plan-list-vo';
|
|
|
502
505
|
export * from './json-result-page-dto-stock-list-page-dto';
|
|
503
506
|
export * from './json-result-page-dto-stock-record-list-page-dto';
|
|
504
507
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
508
|
+
export * from './json-result-page-dto-surveillance-details-dto';
|
|
505
509
|
export * from './json-result-page-dto-surveillance-roi-list-vo';
|
|
506
510
|
export * from './json-result-page-dto-sys-user-msg-dto';
|
|
507
511
|
export * from './json-result-page-dto-work-order-search-dto';
|
|
@@ -520,6 +524,8 @@ export * from './json-result-stock-push-settings-entity';
|
|
|
520
524
|
export * from './json-result-string';
|
|
521
525
|
export * from './json-result-supplier-contract-details-dto';
|
|
522
526
|
export * from './json-result-supplier-entity';
|
|
527
|
+
export * from './json-result-surveillance-details-dto';
|
|
528
|
+
export * from './json-result-surveillance-live-dto';
|
|
523
529
|
export * from './json-result-surveillance-roi-list-vo';
|
|
524
530
|
export * from './json-result-switch-park-v2-dto';
|
|
525
531
|
export * from './json-result-sys-dept';
|
|
@@ -573,6 +579,8 @@ export * from './monitor-search-dto';
|
|
|
573
579
|
export * from './monitor-search-vo';
|
|
574
580
|
export * from './monitor-sort-entity';
|
|
575
581
|
export * from './monitor-sort-search-vo';
|
|
582
|
+
export * from './new-work-monitor-repair-add-vo';
|
|
583
|
+
export * from './new-work-monitor-repair-details-dto';
|
|
576
584
|
export * from './news-entity';
|
|
577
585
|
export * from './news-in-button';
|
|
578
586
|
export * from './news-info';
|
|
@@ -642,6 +650,7 @@ export * from './page-dto-renovation-plan-list-vo';
|
|
|
642
650
|
export * from './page-dto-stock-list-page-dto';
|
|
643
651
|
export * from './page-dto-stock-record-list-page-dto';
|
|
644
652
|
export * from './page-dto-supplier-contract-details-dto';
|
|
653
|
+
export * from './page-dto-surveillance-details-dto';
|
|
645
654
|
export * from './page-dto-surveillance-roi-list-vo';
|
|
646
655
|
export * from './page-dto-sys-user-msg-dto';
|
|
647
656
|
export * from './page-dto-work-order-search-dto';
|
|
@@ -668,6 +677,7 @@ export * from './plan-search-dto';
|
|
|
668
677
|
export * from './plan-to-state-vo';
|
|
669
678
|
export * from './privacy-add-vo';
|
|
670
679
|
export * from './privacy-update-state-dto';
|
|
680
|
+
export * from './process-new-work-monitor-repair-vo';
|
|
671
681
|
export * from './process-work-order-vo';
|
|
672
682
|
export * from './receive-information-visitors-vo';
|
|
673
683
|
export * from './record-statistics-vo';
|
|
@@ -701,14 +711,15 @@ export * from './select-time-cost-tenant-rent-bill-bo';
|
|
|
701
711
|
export * from './source-alert-dto';
|
|
702
712
|
export * from './source-feedback-dto';
|
|
703
713
|
export * from './source-work-order-inspection-dto';
|
|
714
|
+
export * from './space';
|
|
704
715
|
export * from './space-add-excel-dto';
|
|
705
716
|
export * from './space-add-plan-vo';
|
|
706
|
-
export * from './space-add-point-vo';
|
|
707
717
|
export * from './space-add-redis-list-dto';
|
|
708
718
|
export * from './space-add-vo';
|
|
709
719
|
export * from './space-detail-dto';
|
|
710
720
|
export * from './space-edit-vo';
|
|
711
721
|
export * from './space-image-detail-dto';
|
|
722
|
+
export * from './space-industry-attribute';
|
|
712
723
|
export * from './space-point-dto';
|
|
713
724
|
export * from './space-qr-code';
|
|
714
725
|
export * from './space-qr-code-dto';
|
|
@@ -744,8 +755,14 @@ export * from './supplier-edit-vo';
|
|
|
744
755
|
export * from './supplier-entity';
|
|
745
756
|
export * from './supplier-search-vo';
|
|
746
757
|
export * from './supplier-select-dto';
|
|
758
|
+
export * from './surveillance';
|
|
759
|
+
export * from './surveillance-add-vo';
|
|
760
|
+
export * from './surveillance-details-dto';
|
|
761
|
+
export * from './surveillance-live-dto';
|
|
747
762
|
export * from './surveillance-roi-entity';
|
|
748
763
|
export * from './surveillance-roi-list-vo';
|
|
764
|
+
export * from './surveillance-status-enum';
|
|
765
|
+
export * from './surveillance-update-vo';
|
|
749
766
|
export * from './switch-pak-body';
|
|
750
767
|
export * from './switch-pak-body-v2-vo';
|
|
751
768
|
export * from './switch-park-v2-dto';
|
|
@@ -814,6 +831,7 @@ export * from './work-order-circulation-vo';
|
|
|
814
831
|
export * from './work-order-comment-dto';
|
|
815
832
|
export * from './work-order-comment-entity';
|
|
816
833
|
export * from './work-order-comment-vo';
|
|
834
|
+
export * from './work-order-decision-vo';
|
|
817
835
|
export * from './work-order-dept-dto';
|
|
818
836
|
export * from './work-order-dept-settings-add-or-update-vo';
|
|
819
837
|
export * from './work-order-dept-settings-entity';
|
|
@@ -821,6 +839,7 @@ export * from './work-order-detail-dto';
|
|
|
821
839
|
export * from './work-order-distribute-leaflets-vo';
|
|
822
840
|
export * from './work-order-handle-meter-reading-details-vo';
|
|
823
841
|
export * from './work-order-handle-meter-reading-vo';
|
|
842
|
+
export * from './work-order-handler-dto';
|
|
824
843
|
export * from './work-order-handler-status-enum';
|
|
825
844
|
export * from './work-order-inspection-detail-dto';
|
|
826
845
|
export * from './work-order-inspection-item-req';
|
|
@@ -836,11 +855,14 @@ export * from './work-order-report-vo';
|
|
|
836
855
|
export * from './work-order-search-dto';
|
|
837
856
|
export * from './work-order-settings-type-enum';
|
|
838
857
|
export * from './work-order-source-enum';
|
|
858
|
+
export * from './work-order-space-dto';
|
|
859
|
+
export * from './work-order-sponsor-dto';
|
|
839
860
|
export * from './work-order-spot-check-vo';
|
|
840
861
|
export * from './work-order-staging-data-vo';
|
|
841
862
|
export * from './work-order-status-vo';
|
|
842
863
|
export * from './work-order-step-by-step-push-dto';
|
|
843
864
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
865
|
+
export * from './work-order-surveillance-dto';
|
|
844
866
|
export * from './work-order-type-dto';
|
|
845
867
|
export * from './work-order-type-enum';
|
|
846
868
|
export * from './wx-ma-user-info';
|