@gizone/rrs-client 4.1.1-beta.157 → 4.1.2-alpha.168
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 +14 -1
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/space-api.ts +4 -118
- package/apis/surveillance-api.ts +24 -24
- package/apis/work-order-api.ts +161 -89
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
- 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 +93 -70
- package/dist/apis/work-order-api.js +114 -69
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
- 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 +93 -70
- package/dist/esm/apis/work-order-api.js +113 -68
- package/dist/esm/configuration.js +1 -1
- 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 +10 -10
- package/dist/esm/models/index.d.ts +13 -1
- package/dist/esm/models/index.js +13 -1
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- 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/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-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-add-vo.d.ts +6 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +17 -11
- package/dist/esm/models/network-monitor-repair-details-dto.js +1 -7
- package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/esm/models/offline-alert-device-vo.js +14 -0
- package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-submit-vo.js +14 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/esm/models/offline-alert-work-order-info.js +21 -0
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
- 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/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- package/dist/esm/models/source-work-order-dto.d.ts +37 -0
- package/dist/esm/models/source-work-order-dto.js +14 -0
- 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/sync-device-unit-vo.d.ts +0 -12
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- 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-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/esm/models/work-order-internal-status-enum.js +3 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/esm/models/work-order-issue-type-enum.js +11 -1
- package/dist/esm/models/work-order-report-vo.d.ts +8 -1
- package/dist/esm/models/work-order-search-dto.d.ts +10 -11
- package/dist/esm/models/work-order-search-dto.js +0 -7
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +2 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- 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/esm/models/work-order-submit-vo.d.ts +25 -0
- package/dist/esm/models/work-order-submit-vo.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/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 +10 -10
- package/dist/models/index.d.ts +13 -1
- package/dist/models/index.js +13 -1
- package/dist/models/ipage-access-vo.d.ts +4 -4
- 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/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-offline-alert-work-order-details-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-add-vo.d.ts +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +17 -11
- package/dist/models/network-monitor-repair-details-dto.js +0 -8
- package/dist/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/models/offline-alert-device-vo.js +15 -0
- package/dist/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/models/offline-alert-submit-vo.js +15 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/models/offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/models/offline-alert-work-order-info.js +24 -0
- package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/models/offline-alert-work-order-vo.js +15 -0
- package/dist/models/period-detail-resp.d.ts +4 -11
- package/dist/models/period-detail-resp.js +1 -8
- package/dist/models/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- package/dist/models/source-work-order-dto.d.ts +37 -0
- package/dist/models/source-work-order-dto.js +15 -0
- 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/sync-device-unit-vo.d.ts +0 -12
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- 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-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/models/work-order-internal-status-enum.js +3 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/models/work-order-issue-type-enum.js +11 -1
- package/dist/models/work-order-report-vo.d.ts +8 -1
- package/dist/models/work-order-search-dto.d.ts +10 -11
- package/dist/models/work-order-search-dto.js +1 -8
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +2 -1
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-status-enum.d.ts +24 -0
- package/dist/models/work-order-status-enum.js +28 -0
- package/dist/models/work-order-submit-vo.d.ts +25 -0
- package/dist/models/work-order-submit-vo.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/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +13 -1
- package/models/ipage-access-vo.ts +4 -4
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
- package/models/maintenance-history-dto.ts +6 -12
- package/models/network-monitor-repair-add-vo.ts +6 -0
- package/models/network-monitor-repair-details-dto.ts +21 -12
- package/models/offline-alert-device-vo.ts +36 -0
- package/models/offline-alert-submit-vo.ts +53 -0
- package/models/offline-alert-work-order-details-dto.ts +113 -0
- package/models/offline-alert-work-order-info.ts +86 -0
- package/models/offline-alert-work-order-vo.ts +53 -0
- package/models/period-detail-resp.ts +6 -12
- package/models/result-code.ts +1 -0
- package/models/source-work-order-dto.ts +47 -0
- 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/sync-device-unit-vo.ts +0 -12
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/violation-work-order-details-dto.ts +6 -12
- package/models/work-order-detail-dto.ts +6 -12
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +3 -1
- package/models/work-order-issue-type-enum.ts +11 -1
- package/models/work-order-report-vo.ts +10 -1
- package/models/work-order-search-dto.ts +12 -12
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-status-enum.ts +34 -0
- package/models/work-order-submit-vo.ts +33 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -18,10 +18,13 @@
|
|
|
18
18
|
import type { PlanImageList } from './plan-image-list';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
-
import type {
|
|
21
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import type { SpacePointDTO } from './space-point-dto';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { SpaceTypeEnum } from './space-type-enum';
|
|
25
28
|
|
|
26
29
|
/**
|
|
27
30
|
* 空间详情出参
|
|
@@ -181,10 +184,22 @@ export interface SpaceDetailDTO {
|
|
|
181
184
|
'promptText'?: string;
|
|
182
185
|
/**
|
|
183
186
|
* 行业属性
|
|
184
|
-
* @type {Array<
|
|
187
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
188
|
+
* @memberof SpaceDetailDTO
|
|
189
|
+
*/
|
|
190
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
191
|
+
/**
|
|
192
|
+
*
|
|
193
|
+
* @type {SpaceTypeEnum}
|
|
194
|
+
* @memberof SpaceDetailDTO
|
|
195
|
+
*/
|
|
196
|
+
'spaceType'?: SpaceTypeEnum;
|
|
197
|
+
/**
|
|
198
|
+
* 空间编码
|
|
199
|
+
* @type {string}
|
|
185
200
|
* @memberof SpaceDetailDTO
|
|
186
201
|
*/
|
|
187
|
-
'
|
|
202
|
+
'spaceCode'?: string;
|
|
188
203
|
}
|
|
189
204
|
|
|
190
205
|
export const SpaceDetailDTOImageDisplayMethodEnum = {
|
package/models/space-edit-vo.ts
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { SpaceTypeEnum } from './space-type-enum';
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
* 修改空间名称
|
|
@@ -133,10 +136,22 @@ export interface SpaceEditVO {
|
|
|
133
136
|
'promptText'?: string;
|
|
134
137
|
/**
|
|
135
138
|
* 行业属性
|
|
136
|
-
* @type {Array<
|
|
139
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
140
|
+
* @memberof SpaceEditVO
|
|
141
|
+
*/
|
|
142
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
143
|
+
/**
|
|
144
|
+
*
|
|
145
|
+
* @type {SpaceTypeEnum}
|
|
146
|
+
* @memberof SpaceEditVO
|
|
147
|
+
*/
|
|
148
|
+
'spaceType': SpaceTypeEnum;
|
|
149
|
+
/**
|
|
150
|
+
* 空间编码
|
|
151
|
+
* @type {string}
|
|
137
152
|
* @memberof SpaceEditVO
|
|
138
153
|
*/
|
|
139
|
-
'
|
|
154
|
+
'spaceCode'?: string;
|
|
140
155
|
}
|
|
141
156
|
|
|
142
157
|
export const SpaceEditVOImageDisplayMethodEnum = {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
export const
|
|
23
|
+
export const SpaceIndustryAttributeEnum = {
|
|
24
24
|
Fmcg: 'FMCG',
|
|
25
25
|
Appliance: 'APPLIANCE',
|
|
26
26
|
Car: 'CAR',
|
|
@@ -29,7 +29,7 @@ export const SpaceIndustryAttribute = {
|
|
|
29
29
|
LogisticsTreasure: 'LOGISTICS_TREASURE'
|
|
30
30
|
} as const;
|
|
31
31
|
|
|
32
|
-
export type
|
|
32
|
+
export type SpaceIndustryAttributeEnum = typeof SpaceIndustryAttributeEnum[keyof typeof SpaceIndustryAttributeEnum];
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
package/models/space-tree-dto.ts
CHANGED
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { SpaceTypeEnum } from './space-type-enum';
|
|
19
22
|
// May contain unused imports in some cases
|
|
20
23
|
// @ts-ignore
|
|
21
24
|
import type { Surveillance } from './surveillance';
|
|
@@ -118,10 +121,10 @@ export interface SpaceTreeDTO {
|
|
|
118
121
|
'promptText'?: string;
|
|
119
122
|
/**
|
|
120
123
|
* 行业属性
|
|
121
|
-
* @type {Array<
|
|
124
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
122
125
|
* @memberof SpaceTreeDTO
|
|
123
126
|
*/
|
|
124
|
-
'industryAttributes'?: Array<
|
|
127
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
125
128
|
/**
|
|
126
129
|
* 监控数量
|
|
127
130
|
* @type {number}
|
|
@@ -140,6 +143,18 @@ export interface SpaceTreeDTO {
|
|
|
140
143
|
* @memberof SpaceTreeDTO
|
|
141
144
|
*/
|
|
142
145
|
'surveillances'?: Array<Surveillance>;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
* @type {SpaceTypeEnum}
|
|
149
|
+
* @memberof SpaceTreeDTO
|
|
150
|
+
*/
|
|
151
|
+
'spaceType'?: SpaceTypeEnum;
|
|
152
|
+
/**
|
|
153
|
+
* 空间编码
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof SpaceTreeDTO
|
|
156
|
+
*/
|
|
157
|
+
'spaceCode'?: string;
|
|
143
158
|
}
|
|
144
159
|
|
|
145
160
|
export const SpaceTreeDTOImageDisplayMethodEnum = {
|
|
@@ -0,0 +1,33 @@
|
|
|
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 SpaceTypeEnum = {
|
|
24
|
+
Park: 'PARK',
|
|
25
|
+
Building: 'BUILDING',
|
|
26
|
+
Warehouse: 'WAREHOUSE',
|
|
27
|
+
Other: 'OTHER'
|
|
28
|
+
} as const;
|
|
29
|
+
|
|
30
|
+
export type SpaceTypeEnum = typeof SpaceTypeEnum[keyof typeof SpaceTypeEnum];
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
package/models/space.ts
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
|
-
import type {
|
|
18
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* 空间详情
|
|
@@ -37,10 +37,10 @@ export interface Space {
|
|
|
37
37
|
'spaceName'?: string;
|
|
38
38
|
/**
|
|
39
39
|
* 行业属性
|
|
40
|
-
* @type {Array<
|
|
40
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
41
41
|
* @memberof Space
|
|
42
42
|
*/
|
|
43
|
-
'industryAttributes'?: Array<
|
|
43
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
44
44
|
/**
|
|
45
45
|
* 父名称
|
|
46
46
|
* @type {string}
|
|
@@ -146,18 +146,6 @@ export interface SyncDeviceUnitVo {
|
|
|
146
146
|
* @memberof SyncDeviceUnitVo
|
|
147
147
|
*/
|
|
148
148
|
'location'?: string;
|
|
149
|
-
/**
|
|
150
|
-
* 心跳时间
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof SyncDeviceUnitVo
|
|
153
|
-
*/
|
|
154
|
-
'heartBeatAt'?: string;
|
|
155
|
-
/**
|
|
156
|
-
* 下次心跳时间
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof SyncDeviceUnitVo
|
|
159
|
-
*/
|
|
160
|
-
'heartBeatExpiresAt'?: string;
|
|
161
149
|
/**
|
|
162
150
|
* 倍率
|
|
163
151
|
* @type {number}
|
|
@@ -26,7 +26,8 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
26
26
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
27
27
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
28
28
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
29
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
30
31
|
} as const;
|
|
31
32
|
|
|
32
33
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -42,6 +42,9 @@ import type { WorkOrderSpaceDto } from './work-order-space-dto';
|
|
|
42
42
|
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
43
43
|
// May contain unused imports in some cases
|
|
44
44
|
// @ts-ignore
|
|
45
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
46
|
+
// May contain unused imports in some cases
|
|
47
|
+
// @ts-ignore
|
|
45
48
|
import type { WorkOrderSurveillanceDto } from './work-order-surveillance-dto';
|
|
46
49
|
// May contain unused imports in some cases
|
|
47
50
|
// @ts-ignore
|
|
@@ -84,11 +87,11 @@ export interface ViolationWorkOrderDetailsDto {
|
|
|
84
87
|
*/
|
|
85
88
|
'workOrderType'?: WorkOrderTypeEnum;
|
|
86
89
|
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {
|
|
90
|
+
*
|
|
91
|
+
* @type {WorkOrderStatusEnum}
|
|
89
92
|
* @memberof ViolationWorkOrderDetailsDto
|
|
90
93
|
*/
|
|
91
|
-
'workOrderStatus'?:
|
|
94
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
92
95
|
/**
|
|
93
96
|
* 工单执行部门列表
|
|
94
97
|
* @type {Array<WorkOrderDeptDTO>}
|
|
@@ -169,14 +172,5 @@ export interface ViolationWorkOrderDetailsDto {
|
|
|
169
172
|
'workOrderExtData'?: WorkOrderExtData;
|
|
170
173
|
}
|
|
171
174
|
|
|
172
|
-
export const ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = {
|
|
173
|
-
Pending: 'PENDING',
|
|
174
|
-
InProgress: 'IN_PROGRESS',
|
|
175
|
-
Completed: 'COMPLETED',
|
|
176
|
-
Overdue: 'OVERDUE',
|
|
177
|
-
Closed: 'CLOSED'
|
|
178
|
-
} as const;
|
|
179
|
-
|
|
180
|
-
export type ViolationWorkOrderDetailsDtoWorkOrderStatusEnum = typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof ViolationWorkOrderDetailsDtoWorkOrderStatusEnum];
|
|
181
175
|
|
|
182
176
|
|
|
@@ -51,6 +51,9 @@ import type { WorkOrderLiabilityPartyEnum } from './work-order-liability-party-e
|
|
|
51
51
|
import type { WorkOrderSourceEnum } from './work-order-source-enum';
|
|
52
52
|
// May contain unused imports in some cases
|
|
53
53
|
// @ts-ignore
|
|
54
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
55
|
+
// May contain unused imports in some cases
|
|
56
|
+
// @ts-ignore
|
|
54
57
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
55
58
|
|
|
56
59
|
/**
|
|
@@ -84,11 +87,11 @@ export interface WorkOrderDetailDTO {
|
|
|
84
87
|
*/
|
|
85
88
|
'workOrderType'?: WorkOrderTypeEnum;
|
|
86
89
|
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {
|
|
90
|
+
*
|
|
91
|
+
* @type {WorkOrderStatusEnum}
|
|
89
92
|
* @memberof WorkOrderDetailDTO
|
|
90
93
|
*/
|
|
91
|
-
'workOrderStatus'?:
|
|
94
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
92
95
|
/**
|
|
93
96
|
* 发起时间
|
|
94
97
|
* @type {string}
|
|
@@ -373,15 +376,6 @@ export interface WorkOrderDetailDTO {
|
|
|
373
376
|
'equipments'?: Array<Equipment>;
|
|
374
377
|
}
|
|
375
378
|
|
|
376
|
-
export const WorkOrderDetailDTOWorkOrderStatusEnum = {
|
|
377
|
-
Pending: 'PENDING',
|
|
378
|
-
InProgress: 'IN_PROGRESS',
|
|
379
|
-
Completed: 'COMPLETED',
|
|
380
|
-
Overdue: 'OVERDUE',
|
|
381
|
-
Closed: 'CLOSED'
|
|
382
|
-
} as const;
|
|
383
|
-
|
|
384
|
-
export type WorkOrderDetailDTOWorkOrderStatusEnum = typeof WorkOrderDetailDTOWorkOrderStatusEnum[keyof typeof WorkOrderDetailDTOWorkOrderStatusEnum];
|
|
385
379
|
export const WorkOrderDetailDTOSamplingResultsEnum = {
|
|
386
380
|
Zero: 'ZERO',
|
|
387
381
|
One: 'ONE',
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
22
25
|
|
|
23
26
|
/**
|
|
@@ -38,5 +41,11 @@ export interface WorkOrderExtData {
|
|
|
38
41
|
* @memberof WorkOrderExtData
|
|
39
42
|
*/
|
|
40
43
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {OfflineAlertWorkOrderInfo}
|
|
47
|
+
* @memberof WorkOrderExtData
|
|
48
|
+
*/
|
|
49
|
+
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
41
50
|
}
|
|
42
51
|
|
|
@@ -30,7 +30,9 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
30
30
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
31
31
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
32
32
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
33
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
33
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
34
|
+
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
35
|
+
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
34
36
|
} as const;
|
|
35
37
|
|
|
36
38
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -36,7 +36,17 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
36
36
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
37
37
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
38
38
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
39
|
-
Operations: 'OPERATIONS'
|
|
39
|
+
Operations: 'OPERATIONS',
|
|
40
|
+
PowerOutage: 'POWER_OUTAGE',
|
|
41
|
+
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
42
|
+
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
43
|
+
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
44
|
+
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
45
|
+
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
46
|
+
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
47
|
+
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
48
|
+
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
49
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
40
50
|
} as const;
|
|
41
51
|
|
|
42
52
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
@@ -34,7 +37,13 @@ export interface WorkOrderReportVo {
|
|
|
34
37
|
* @type {number}
|
|
35
38
|
* @memberof WorkOrderReportVo
|
|
36
39
|
*/
|
|
37
|
-
'handlerUserId'
|
|
40
|
+
'handlerUserId'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {OfflineAlertWorkOrderVo}
|
|
44
|
+
* @memberof WorkOrderReportVo
|
|
45
|
+
*/
|
|
46
|
+
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
38
47
|
}
|
|
39
48
|
|
|
40
49
|
|
|
@@ -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}
|
|
@@ -143,17 +146,14 @@ export interface WorkOrderSearchDTO {
|
|
|
143
146
|
* @memberof WorkOrderSearchDTO
|
|
144
147
|
*/
|
|
145
148
|
'handler'?: WorkOrderHandlerDto;
|
|
149
|
+
/**
|
|
150
|
+
* 结束时间
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof WorkOrderSearchDTO
|
|
153
|
+
*/
|
|
154
|
+
'finishTime'?: string;
|
|
146
155
|
}
|
|
147
156
|
|
|
148
|
-
export const WorkOrderSearchDTOWorkOrderStatusEnum = {
|
|
149
|
-
Pending: 'PENDING',
|
|
150
|
-
InProgress: 'IN_PROGRESS',
|
|
151
|
-
Completed: 'COMPLETED',
|
|
152
|
-
Overdue: 'OVERDUE',
|
|
153
|
-
Closed: 'CLOSED'
|
|
154
|
-
} as const;
|
|
155
|
-
|
|
156
|
-
export type WorkOrderSearchDTOWorkOrderStatusEnum = typeof WorkOrderSearchDTOWorkOrderStatusEnum[keyof typeof WorkOrderSearchDTOWorkOrderStatusEnum];
|
|
157
157
|
export const WorkOrderSearchDTOSamplingResultsEnum = {
|
|
158
158
|
Zero: 'ZERO',
|
|
159
159
|
One: 'ONE',
|
|
@@ -26,7 +26,8 @@ export const WorkOrderSettingsTypeEnum = {
|
|
|
26
26
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
27
27
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
28
28
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
29
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
30
31
|
} as const;
|
|
31
32
|
|
|
32
33
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -27,7 +27,7 @@ export const WorkOrderSourceEnum = {
|
|
|
27
27
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
28
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
29
29
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
30
|
-
|
|
30
|
+
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
31
31
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
32
32
|
} as const;
|
|
33
33
|
|
|
@@ -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
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 工单提交
|
|
22
|
+
* @export
|
|
23
|
+
* @interface WorkOrderSubmitVo
|
|
24
|
+
*/
|
|
25
|
+
export interface WorkOrderSubmitVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {OfflineAlertSubmitVo}
|
|
29
|
+
* @memberof WorkOrderSubmitVo
|
|
30
|
+
*/
|
|
31
|
+
'offlineAlertSubmit'?: OfflineAlertSubmitVo;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -37,7 +37,8 @@ export const WorkOrderTypeEnum = {
|
|
|
37
37
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
38
38
|
AiInspection: 'AI_INSPECTION',
|
|
39
39
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
40
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
40
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
41
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
41
42
|
} as const;
|
|
42
43
|
|
|
43
44
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|