@gizone/rrs-client 4.1.2-alpha.165 → 4.1.2-alpha.169
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 +5 -1
- package/apis/space-api.ts +4 -118
- package/apis/surveillance-api.ts +24 -24
- package/apis/work-order-api.ts +58 -89
- package/dist/apis/space-api.d.ts +4 -65
- package/dist/apis/space-api.js +0 -81
- package/dist/apis/surveillance-api.d.ts +14 -14
- package/dist/apis/surveillance-api.js +18 -18
- package/dist/apis/work-order-api.d.ts +38 -70
- package/dist/apis/work-order-api.js +39 -69
- package/dist/esm/apis/space-api.d.ts +4 -65
- package/dist/esm/apis/space-api.js +0 -81
- package/dist/esm/apis/surveillance-api.d.ts +14 -14
- package/dist/esm/apis/surveillance-api.js +18 -18
- package/dist/esm/apis/work-order-api.d.ts +38 -70
- package/dist/esm/apis/work-order-api.js +38 -68
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +9 -9
- package/dist/esm/models/index.d.ts +5 -1
- package/dist/esm/models/index.js +5 -1
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/maintenance-history-dto.d.ts +4 -11
- package/dist/esm/models/maintenance-history-dto.js +1 -7
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +4 -11
- package/dist/esm/models/network-monitor-repair-details-dto.js +1 -7
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +4 -11
- package/dist/esm/models/offline-alert-work-order-details-dto.js +1 -7
- package/dist/esm/models/period-detail-resp.d.ts +4 -11
- package/dist/esm/models/period-detail-resp.js +0 -7
- package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
- package/dist/esm/models/space-add-vo.d.ts +22 -9
- package/dist/esm/models/space-detail-dto.d.ts +16 -3
- package/dist/esm/models/space-edit-vo.d.ts +16 -3
- package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +16 -3
- package/dist/esm/models/space-type-enum.d.ts +23 -0
- package/dist/esm/models/space-type-enum.js +24 -0
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/esm/models/violation-work-order-details-dto.js +1 -7
- package/dist/esm/models/work-order-detail-dto.d.ts +4 -11
- package/dist/esm/models/work-order-detail-dto.js +0 -7
- package/dist/esm/models/work-order-search-dto.d.ts +4 -11
- package/dist/esm/models/work-order-search-dto.js +0 -7
- package/dist/esm/models/work-order-status-enum.d.ts +24 -0
- package/dist/esm/models/work-order-status-enum.js +25 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +9 -9
- package/dist/models/index.d.ts +5 -1
- package/dist/models/index.js +5 -1
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/maintenance-history-dto.d.ts +4 -11
- package/dist/models/maintenance-history-dto.js +0 -8
- package/dist/models/network-monitor-repair-details-dto.d.ts +4 -11
- package/dist/models/network-monitor-repair-details-dto.js +0 -8
- package/dist/models/offline-alert-work-order-details-dto.d.ts +4 -11
- package/dist/models/offline-alert-work-order-details-dto.js +0 -8
- package/dist/models/period-detail-resp.d.ts +4 -11
- package/dist/models/period-detail-resp.js +1 -8
- package/dist/models/space-add-excel-dto.d.ts +28 -10
- package/dist/models/space-add-vo.d.ts +22 -9
- package/dist/models/space-detail-dto.d.ts +16 -3
- package/dist/models/space-edit-vo.d.ts +16 -3
- package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +16 -3
- package/dist/models/space-type-enum.d.ts +23 -0
- package/dist/models/space-type-enum.js +27 -0
- package/dist/models/space.d.ts +3 -3
- package/dist/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/models/violation-work-order-details-dto.js +0 -8
- package/dist/models/work-order-detail-dto.d.ts +4 -11
- package/dist/models/work-order-detail-dto.js +1 -8
- package/dist/models/work-order-search-dto.d.ts +4 -11
- package/dist/models/work-order-search-dto.js +1 -8
- package/dist/models/work-order-status-enum.d.ts +24 -0
- package/dist/models/work-order-status-enum.js +28 -0
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/get-user-wx200-response.ts +9 -9
- package/models/index.ts +5 -1
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/maintenance-history-dto.ts +6 -12
- package/models/network-monitor-repair-details-dto.ts +6 -12
- package/models/offline-alert-work-order-details-dto.ts +6 -12
- package/models/period-detail-resp.ts +6 -12
- package/models/space-add-excel-dto.ts +28 -10
- package/models/space-add-vo.ts +24 -9
- package/models/space-detail-dto.ts +18 -3
- package/models/space-edit-vo.ts +18 -3
- package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
- package/models/space-tree-dto.ts +18 -3
- package/models/space-type-enum.ts +33 -0
- package/models/space.ts +3 -3
- package/models/violation-work-order-details-dto.ts +6 -12
- package/models/work-order-detail-dto.ts +6 -12
- package/models/work-order-search-dto.ts +6 -12
- package/models/work-order-status-enum.ts +34 -0
- package/package.json +1 -1
|
@@ -27,6 +27,9 @@ import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
|
27
27
|
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
28
28
|
// May contain unused imports in some cases
|
|
29
29
|
// @ts-ignore
|
|
30
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
30
33
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
31
34
|
|
|
32
35
|
/**
|
|
@@ -90,11 +93,11 @@ export interface WorkOrderSearchDTO {
|
|
|
90
93
|
*/
|
|
91
94
|
'handlerUserName'?: string;
|
|
92
95
|
/**
|
|
93
|
-
*
|
|
94
|
-
* @type {
|
|
96
|
+
*
|
|
97
|
+
* @type {WorkOrderStatusEnum}
|
|
95
98
|
* @memberof WorkOrderSearchDTO
|
|
96
99
|
*/
|
|
97
|
-
'workOrderStatus'?:
|
|
100
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
98
101
|
/**
|
|
99
102
|
* 处理人联系方式
|
|
100
103
|
* @type {string}
|
|
@@ -151,15 +154,6 @@ export interface WorkOrderSearchDTO {
|
|
|
151
154
|
'finishTime'?: string;
|
|
152
155
|
}
|
|
153
156
|
|
|
154
|
-
export const WorkOrderSearchDTOWorkOrderStatusEnum = {
|
|
155
|
-
Pending: 'PENDING',
|
|
156
|
-
InProgress: 'IN_PROGRESS',
|
|
157
|
-
Completed: 'COMPLETED',
|
|
158
|
-
Overdue: 'OVERDUE',
|
|
159
|
-
Closed: 'CLOSED'
|
|
160
|
-
} as const;
|
|
161
|
-
|
|
162
|
-
export type WorkOrderSearchDTOWorkOrderStatusEnum = typeof WorkOrderSearchDTOWorkOrderStatusEnum[keyof typeof WorkOrderSearchDTOWorkOrderStatusEnum];
|
|
163
157
|
export const WorkOrderSearchDTOSamplingResultsEnum = {
|
|
164
158
|
Zero: 'ZERO',
|
|
165
159
|
One: 'ONE',
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
* 状态 1待分派 2进行中 4已完成 6已逾期 10已关闭
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const WorkOrderStatusEnum = {
|
|
24
|
+
Pending: 'PENDING',
|
|
25
|
+
InProgress: 'IN_PROGRESS',
|
|
26
|
+
Completed: 'COMPLETED',
|
|
27
|
+
Overdue: 'OVERDUE',
|
|
28
|
+
Closed: 'CLOSED'
|
|
29
|
+
} as const;
|
|
30
|
+
|
|
31
|
+
export type WorkOrderStatusEnum = typeof WorkOrderStatusEnum[keyof typeof WorkOrderStatusEnum];
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|