@gizone/rrs-client 3.11.15-alpha.73 → 3.11.16-alpha.75
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 +1 -0
- package/README.md +2 -2
- package/configuration.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +6 -0
- package/dist/esm/models/equipment-tree-details-dto.d.ts +6 -0
- package/dist/esm/models/equipment.d.ts +36 -0
- package/dist/esm/models/equipment.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/inspection-point.d.ts +6 -0
- package/dist/esm/models/inspection-standard-dto.d.ts +7 -0
- package/dist/esm/models/work-order-add-vo.d.ts +2 -2
- package/dist/esm/models/work-order-detail-dto.d.ts +7 -6
- package/dist/esm/models/work-order-inspection-detail-dto.d.ts +6 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +6 -0
- package/dist/models/equipment-tree-details-dto.d.ts +6 -0
- package/dist/models/equipment.d.ts +36 -0
- package/dist/models/equipment.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/inspection-point.d.ts +6 -0
- package/dist/models/inspection-standard-dto.d.ts +7 -0
- package/dist/models/work-order-add-vo.d.ts +2 -2
- package/dist/models/work-order-detail-dto.d.ts +7 -6
- package/dist/models/work-order-inspection-detail-dto.d.ts +6 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-search-system-dto.ts +6 -0
- package/models/equipment-tree-details-dto.ts +6 -0
- package/models/equipment.ts +42 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +1 -0
- package/models/inspection-point.ts +6 -0
- package/models/inspection-standard-dto.ts +9 -0
- package/models/work-order-add-vo.ts +2 -2
- package/models/work-order-detail-dto.ts +9 -6
- package/models/work-order-inspection-detail-dto.ts +6 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -245,6 +245,7 @@ models/equipment-system-team-vo.ts
|
|
|
245
245
|
models/equipment-system-tree-dto.ts
|
|
246
246
|
models/equipment-tree-details-dto.ts
|
|
247
247
|
models/equipment-tree-dto.ts
|
|
248
|
+
models/equipment.ts
|
|
248
249
|
models/esg-park-by-series-details-dto.ts
|
|
249
250
|
models/esg-park-by-series-dto.ts
|
|
250
251
|
models/esg-park-carbon-emission-details-dto.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @gizone/rrs-client@3.11.
|
|
1
|
+
## @gizone/rrs-client@3.11.16
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @gizone/rrs-client@3.11.
|
|
39
|
+
npm install @gizone/rrs-client@3.11.16 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/configuration.ts
CHANGED
|
@@ -92,7 +92,7 @@ export class Configuration {
|
|
|
92
92
|
this.baseOptions = {
|
|
93
93
|
headers: {
|
|
94
94
|
...param.baseOptions?.headers,
|
|
95
|
-
'User-Agent': "OpenAPI-Generator/3.11.
|
|
95
|
+
'User-Agent': "OpenAPI-Generator/3.11.16/typescript-axios"
|
|
96
96
|
},
|
|
97
97
|
...param.baseOptions
|
|
98
98
|
};
|
package/dist/configuration.js
CHANGED
|
@@ -23,7 +23,7 @@ class Configuration {
|
|
|
23
23
|
this.accessToken = param.accessToken;
|
|
24
24
|
this.basePath = param.basePath;
|
|
25
25
|
this.serverIndex = param.serverIndex;
|
|
26
|
-
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.
|
|
26
|
+
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.16/typescript-axios" }) }, param.baseOptions);
|
|
27
27
|
this.formDataCtor = param.formDataCtor;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
@@ -20,7 +20,7 @@ export class Configuration {
|
|
|
20
20
|
this.accessToken = param.accessToken;
|
|
21
21
|
this.basePath = param.basePath;
|
|
22
22
|
this.serverIndex = param.serverIndex;
|
|
23
|
-
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.
|
|
23
|
+
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.16/typescript-axios" }) }, param.baseOptions);
|
|
24
24
|
this.formDataCtor = param.formDataCtor;
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
@@ -207,6 +207,12 @@ export interface EquipmentDetailDTO {
|
|
|
207
207
|
* @memberof EquipmentDetailDTO
|
|
208
208
|
*/
|
|
209
209
|
'isPublicArea'?: boolean;
|
|
210
|
+
/**
|
|
211
|
+
* 关联设备id
|
|
212
|
+
* @type {Array<number>}
|
|
213
|
+
* @memberof EquipmentDetailDTO
|
|
214
|
+
*/
|
|
215
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
210
216
|
/**
|
|
211
217
|
*
|
|
212
218
|
* @type {string}
|
|
@@ -220,6 +220,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
220
220
|
* @memberof EquipmentSearchSystemDTO
|
|
221
221
|
*/
|
|
222
222
|
'isPublicArea'?: boolean;
|
|
223
|
+
/**
|
|
224
|
+
* 关联设备id
|
|
225
|
+
* @type {Array<number>}
|
|
226
|
+
* @memberof EquipmentSearchSystemDTO
|
|
227
|
+
*/
|
|
228
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
223
229
|
/**
|
|
224
230
|
*
|
|
225
231
|
* @type {string}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 Equipment
|
|
16
|
+
*/
|
|
17
|
+
export interface Equipment {
|
|
18
|
+
/**
|
|
19
|
+
* 设备id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof Equipment
|
|
22
|
+
*/
|
|
23
|
+
'equipmentId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Equipment
|
|
28
|
+
*/
|
|
29
|
+
'equipmentName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 关联设备
|
|
32
|
+
* @type {Array<number>}
|
|
33
|
+
* @memberof Equipment
|
|
34
|
+
*/
|
|
35
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
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 {};
|
|
@@ -17,6 +17,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
17
17
|
* @interface GetUserWx200Response
|
|
18
18
|
*/
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {object}
|
|
23
|
+
* @memberof GetUserWx200Response
|
|
24
|
+
*/
|
|
25
|
+
'trailerFields'?: object;
|
|
20
26
|
/**
|
|
21
27
|
*
|
|
22
28
|
* @type {number}
|
|
@@ -31,16 +37,16 @@ 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
|
-
* @type {
|
|
46
|
+
* @type {number}
|
|
41
47
|
* @memberof GetUserWx200Response
|
|
42
48
|
*/
|
|
43
|
-
'
|
|
49
|
+
'bufferSize'?: number;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
59
65
|
* @memberof GetUserWx200Response
|
|
60
66
|
*/
|
|
61
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
|
@@ -167,6 +167,7 @@ export * from './energy-set-vo';
|
|
|
167
167
|
export * from './energy-type-dto';
|
|
168
168
|
export * from './energy-work-order-detail-dto';
|
|
169
169
|
export * from './energy-work-order-reading-record-details-dto';
|
|
170
|
+
export * from './equipment';
|
|
170
171
|
export * from './equipment-add-redis-list-dto';
|
|
171
172
|
export * from './equipment-batch-supplier-vo';
|
|
172
173
|
export * from './equipment-detail-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -167,6 +167,7 @@ export * from './energy-set-vo';
|
|
|
167
167
|
export * from './energy-type-dto';
|
|
168
168
|
export * from './energy-work-order-detail-dto';
|
|
169
169
|
export * from './energy-work-order-reading-record-details-dto';
|
|
170
|
+
export * from './equipment';
|
|
170
171
|
export * from './equipment-add-redis-list-dto';
|
|
171
172
|
export * from './equipment-batch-supplier-vo';
|
|
172
173
|
export * from './equipment-detail-dto';
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { InspectionCategoryEnum } from './inspection-category-enum';
|
|
13
|
+
import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
|
|
13
14
|
import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
|
|
14
15
|
import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
|
|
15
16
|
/**
|
|
@@ -144,4 +145,10 @@ export interface InspectionStandardDTO {
|
|
|
144
145
|
* @memberof InspectionStandardDTO
|
|
145
146
|
*/
|
|
146
147
|
'executionTime'?: number;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @type {InspectionStandardTypeEnum}
|
|
151
|
+
* @memberof InspectionStandardDTO
|
|
152
|
+
*/
|
|
153
|
+
'type'?: InspectionStandardTypeEnum;
|
|
147
154
|
}
|
|
@@ -62,10 +62,10 @@ export interface WorkOrderAddVo {
|
|
|
62
62
|
'feedbackId'?: number;
|
|
63
63
|
/**
|
|
64
64
|
* 设备id
|
|
65
|
-
* @type {number}
|
|
65
|
+
* @type {Array<number>}
|
|
66
66
|
* @memberof WorkOrderAddVo
|
|
67
67
|
*/
|
|
68
|
-
'
|
|
68
|
+
'equipmentIds': Array<number>;
|
|
69
69
|
/**
|
|
70
70
|
* 执行部门ID
|
|
71
71
|
* @type {Array<number>}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { Equipment } from './equipment';
|
|
12
13
|
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
14
|
import type { SourceAlertDTO } from './source-alert-dto';
|
|
14
15
|
import type { SourceFeedbackDTO } from './source-feedback-dto';
|
|
@@ -297,12 +298,6 @@ export interface WorkOrderDetailDTO {
|
|
|
297
298
|
* @memberof WorkOrderDetailDTO
|
|
298
299
|
*/
|
|
299
300
|
'workOrderSource'?: WorkOrderSourceEnum;
|
|
300
|
-
/**
|
|
301
|
-
* 设备名称
|
|
302
|
-
* @type {string}
|
|
303
|
-
* @memberof WorkOrderDetailDTO
|
|
304
|
-
*/
|
|
305
|
-
'equipmentName'?: string;
|
|
306
301
|
/**
|
|
307
302
|
*
|
|
308
303
|
* @type {ParkCenterAttributeEnum}
|
|
@@ -339,6 +334,12 @@ export interface WorkOrderDetailDTO {
|
|
|
339
334
|
* @memberof WorkOrderDetailDTO
|
|
340
335
|
*/
|
|
341
336
|
'expectedCompletionTime'?: string;
|
|
337
|
+
/**
|
|
338
|
+
* 设备详情
|
|
339
|
+
* @type {Array<Equipment>}
|
|
340
|
+
* @memberof WorkOrderDetailDTO
|
|
341
|
+
*/
|
|
342
|
+
'equipments'?: Array<Equipment>;
|
|
342
343
|
}
|
|
343
344
|
export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
|
|
344
345
|
readonly Pending: "PENDING";
|
|
@@ -117,4 +117,10 @@ export interface WorkOrderInspectionDetailDTO {
|
|
|
117
117
|
* @memberof WorkOrderInspectionDetailDTO
|
|
118
118
|
*/
|
|
119
119
|
'executionTime'?: number;
|
|
120
|
+
/**
|
|
121
|
+
* 关联设备
|
|
122
|
+
* @type {Array<number>}
|
|
123
|
+
* @memberof WorkOrderInspectionDetailDTO
|
|
124
|
+
*/
|
|
125
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
120
126
|
}
|
|
@@ -207,6 +207,12 @@ export interface EquipmentDetailDTO {
|
|
|
207
207
|
* @memberof EquipmentDetailDTO
|
|
208
208
|
*/
|
|
209
209
|
'isPublicArea'?: boolean;
|
|
210
|
+
/**
|
|
211
|
+
* 关联设备id
|
|
212
|
+
* @type {Array<number>}
|
|
213
|
+
* @memberof EquipmentDetailDTO
|
|
214
|
+
*/
|
|
215
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
210
216
|
/**
|
|
211
217
|
*
|
|
212
218
|
* @type {string}
|
|
@@ -220,6 +220,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
220
220
|
* @memberof EquipmentSearchSystemDTO
|
|
221
221
|
*/
|
|
222
222
|
'isPublicArea'?: boolean;
|
|
223
|
+
/**
|
|
224
|
+
* 关联设备id
|
|
225
|
+
* @type {Array<number>}
|
|
226
|
+
* @memberof EquipmentSearchSystemDTO
|
|
227
|
+
*/
|
|
228
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
223
229
|
/**
|
|
224
230
|
*
|
|
225
231
|
* @type {string}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 Equipment
|
|
16
|
+
*/
|
|
17
|
+
export interface Equipment {
|
|
18
|
+
/**
|
|
19
|
+
* 设备id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof Equipment
|
|
22
|
+
*/
|
|
23
|
+
'equipmentId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Equipment
|
|
28
|
+
*/
|
|
29
|
+
'equipmentName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 关联设备
|
|
32
|
+
* @type {Array<number>}
|
|
33
|
+
* @memberof Equipment
|
|
34
|
+
*/
|
|
35
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
36
|
+
}
|
|
@@ -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 });
|
|
@@ -17,6 +17,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
17
17
|
* @interface GetUserWx200Response
|
|
18
18
|
*/
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {object}
|
|
23
|
+
* @memberof GetUserWx200Response
|
|
24
|
+
*/
|
|
25
|
+
'trailerFields'?: object;
|
|
20
26
|
/**
|
|
21
27
|
*
|
|
22
28
|
* @type {number}
|
|
@@ -31,16 +37,16 @@ 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
|
-
* @type {
|
|
46
|
+
* @type {number}
|
|
41
47
|
* @memberof GetUserWx200Response
|
|
42
48
|
*/
|
|
43
|
-
'
|
|
49
|
+
'bufferSize'?: number;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {string}
|
|
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
|
|
|
59
65
|
* @memberof GetUserWx200Response
|
|
60
66
|
*/
|
|
61
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
62
|
-
/**
|
|
63
|
-
*
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof GetUserWx200Response
|
|
66
|
-
*/
|
|
67
|
-
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -167,6 +167,7 @@ export * from './energy-set-vo';
|
|
|
167
167
|
export * from './energy-type-dto';
|
|
168
168
|
export * from './energy-work-order-detail-dto';
|
|
169
169
|
export * from './energy-work-order-reading-record-details-dto';
|
|
170
|
+
export * from './equipment';
|
|
170
171
|
export * from './equipment-add-redis-list-dto';
|
|
171
172
|
export * from './equipment-batch-supplier-vo';
|
|
172
173
|
export * from './equipment-detail-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -183,6 +183,7 @@ __exportStar(require("./energy-set-vo"), exports);
|
|
|
183
183
|
__exportStar(require("./energy-type-dto"), exports);
|
|
184
184
|
__exportStar(require("./energy-work-order-detail-dto"), exports);
|
|
185
185
|
__exportStar(require("./energy-work-order-reading-record-details-dto"), exports);
|
|
186
|
+
__exportStar(require("./equipment"), exports);
|
|
186
187
|
__exportStar(require("./equipment-add-redis-list-dto"), exports);
|
|
187
188
|
__exportStar(require("./equipment-batch-supplier-vo"), exports);
|
|
188
189
|
__exportStar(require("./equipment-detail-dto"), exports);
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { InspectionCategoryEnum } from './inspection-category-enum';
|
|
13
|
+
import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
|
|
13
14
|
import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
|
|
14
15
|
import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
|
|
15
16
|
/**
|
|
@@ -144,4 +145,10 @@ export interface InspectionStandardDTO {
|
|
|
144
145
|
* @memberof InspectionStandardDTO
|
|
145
146
|
*/
|
|
146
147
|
'executionTime'?: number;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
* @type {InspectionStandardTypeEnum}
|
|
151
|
+
* @memberof InspectionStandardDTO
|
|
152
|
+
*/
|
|
153
|
+
'type'?: InspectionStandardTypeEnum;
|
|
147
154
|
}
|
|
@@ -62,10 +62,10 @@ export interface WorkOrderAddVo {
|
|
|
62
62
|
'feedbackId'?: number;
|
|
63
63
|
/**
|
|
64
64
|
* 设备id
|
|
65
|
-
* @type {number}
|
|
65
|
+
* @type {Array<number>}
|
|
66
66
|
* @memberof WorkOrderAddVo
|
|
67
67
|
*/
|
|
68
|
-
'
|
|
68
|
+
'equipmentIds': Array<number>;
|
|
69
69
|
/**
|
|
70
70
|
* 执行部门ID
|
|
71
71
|
* @type {Array<number>}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { Equipment } from './equipment';
|
|
12
13
|
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
13
14
|
import type { SourceAlertDTO } from './source-alert-dto';
|
|
14
15
|
import type { SourceFeedbackDTO } from './source-feedback-dto';
|
|
@@ -297,12 +298,6 @@ export interface WorkOrderDetailDTO {
|
|
|
297
298
|
* @memberof WorkOrderDetailDTO
|
|
298
299
|
*/
|
|
299
300
|
'workOrderSource'?: WorkOrderSourceEnum;
|
|
300
|
-
/**
|
|
301
|
-
* 设备名称
|
|
302
|
-
* @type {string}
|
|
303
|
-
* @memberof WorkOrderDetailDTO
|
|
304
|
-
*/
|
|
305
|
-
'equipmentName'?: string;
|
|
306
301
|
/**
|
|
307
302
|
*
|
|
308
303
|
* @type {ParkCenterAttributeEnum}
|
|
@@ -339,6 +334,12 @@ export interface WorkOrderDetailDTO {
|
|
|
339
334
|
* @memberof WorkOrderDetailDTO
|
|
340
335
|
*/
|
|
341
336
|
'expectedCompletionTime'?: string;
|
|
337
|
+
/**
|
|
338
|
+
* 设备详情
|
|
339
|
+
* @type {Array<Equipment>}
|
|
340
|
+
* @memberof WorkOrderDetailDTO
|
|
341
|
+
*/
|
|
342
|
+
'equipments'?: Array<Equipment>;
|
|
342
343
|
}
|
|
343
344
|
export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
|
|
344
345
|
readonly Pending: "PENDING";
|
|
@@ -117,4 +117,10 @@ export interface WorkOrderInspectionDetailDTO {
|
|
|
117
117
|
* @memberof WorkOrderInspectionDetailDTO
|
|
118
118
|
*/
|
|
119
119
|
'executionTime'?: number;
|
|
120
|
+
/**
|
|
121
|
+
* 关联设备
|
|
122
|
+
* @type {Array<number>}
|
|
123
|
+
* @memberof WorkOrderInspectionDetailDTO
|
|
124
|
+
*/
|
|
125
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
120
126
|
}
|
|
@@ -212,6 +212,12 @@ export interface EquipmentDetailDTO {
|
|
|
212
212
|
* @memberof EquipmentDetailDTO
|
|
213
213
|
*/
|
|
214
214
|
'isPublicArea'?: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* 关联设备id
|
|
217
|
+
* @type {Array<number>}
|
|
218
|
+
* @memberof EquipmentDetailDTO
|
|
219
|
+
*/
|
|
220
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
215
221
|
/**
|
|
216
222
|
*
|
|
217
223
|
* @type {string}
|
|
@@ -227,6 +227,12 @@ export interface EquipmentSearchSystemDTO {
|
|
|
227
227
|
* @memberof EquipmentSearchSystemDTO
|
|
228
228
|
*/
|
|
229
229
|
'isPublicArea'?: boolean;
|
|
230
|
+
/**
|
|
231
|
+
* 关联设备id
|
|
232
|
+
* @type {Array<number>}
|
|
233
|
+
* @memberof EquipmentSearchSystemDTO
|
|
234
|
+
*/
|
|
235
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
230
236
|
/**
|
|
231
237
|
*
|
|
232
238
|
* @type {string}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* @interface Equipment
|
|
21
|
+
*/
|
|
22
|
+
export interface Equipment {
|
|
23
|
+
/**
|
|
24
|
+
* 设备id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof Equipment
|
|
27
|
+
*/
|
|
28
|
+
'equipmentId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 设备名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof Equipment
|
|
33
|
+
*/
|
|
34
|
+
'equipmentName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 关联设备
|
|
37
|
+
* @type {Array<number>}
|
|
38
|
+
* @memberof Equipment
|
|
39
|
+
*/
|
|
40
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -26,6 +26,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
26
26
|
* @interface GetUserWx200Response
|
|
27
27
|
*/
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {object}
|
|
32
|
+
* @memberof GetUserWx200Response
|
|
33
|
+
*/
|
|
34
|
+
'trailerFields'?: object;
|
|
29
35
|
/**
|
|
30
36
|
*
|
|
31
37
|
* @type {number}
|
|
@@ -40,16 +46,16 @@ export interface GetUserWx200Response {
|
|
|
40
46
|
'headerNames'?: Array<string>;
|
|
41
47
|
/**
|
|
42
48
|
*
|
|
43
|
-
* @type {
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
44
50
|
* @memberof GetUserWx200Response
|
|
45
51
|
*/
|
|
46
|
-
'
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
47
53
|
/**
|
|
48
54
|
*
|
|
49
|
-
* @type {
|
|
55
|
+
* @type {number}
|
|
50
56
|
* @memberof GetUserWx200Response
|
|
51
57
|
*/
|
|
52
|
-
'
|
|
58
|
+
'bufferSize'?: number;
|
|
53
59
|
/**
|
|
54
60
|
*
|
|
55
61
|
* @type {string}
|
|
@@ -68,12 +74,6 @@ export interface GetUserWx200Response {
|
|
|
68
74
|
* @memberof GetUserWx200Response
|
|
69
75
|
*/
|
|
70
76
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {number}
|
|
74
|
-
* @memberof GetUserWx200Response
|
|
75
|
-
*/
|
|
76
|
-
'bufferSize'?: number;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @type {string}
|
package/models/index.ts
CHANGED
|
@@ -167,6 +167,7 @@ export * from './energy-set-vo';
|
|
|
167
167
|
export * from './energy-type-dto';
|
|
168
168
|
export * from './energy-work-order-detail-dto';
|
|
169
169
|
export * from './energy-work-order-reading-record-details-dto';
|
|
170
|
+
export * from './equipment';
|
|
170
171
|
export * from './equipment-add-redis-list-dto';
|
|
171
172
|
export * from './equipment-batch-supplier-vo';
|
|
172
173
|
export * from './equipment-detail-dto';
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import type { InspectionCategoryEnum } from './inspection-category-enum';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
|
|
22
25
|
// May contain unused imports in some cases
|
|
23
26
|
// @ts-ignore
|
|
@@ -155,6 +158,12 @@ export interface InspectionStandardDTO {
|
|
|
155
158
|
* @memberof InspectionStandardDTO
|
|
156
159
|
*/
|
|
157
160
|
'executionTime'?: number;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {InspectionStandardTypeEnum}
|
|
164
|
+
* @memberof InspectionStandardDTO
|
|
165
|
+
*/
|
|
166
|
+
'type'?: InspectionStandardTypeEnum;
|
|
158
167
|
}
|
|
159
168
|
|
|
160
169
|
|
|
@@ -73,10 +73,10 @@ export interface WorkOrderAddVo {
|
|
|
73
73
|
'feedbackId'?: number;
|
|
74
74
|
/**
|
|
75
75
|
* 设备id
|
|
76
|
-
* @type {number}
|
|
76
|
+
* @type {Array<number>}
|
|
77
77
|
* @memberof WorkOrderAddVo
|
|
78
78
|
*/
|
|
79
|
-
'
|
|
79
|
+
'equipmentIds': Array<number>;
|
|
80
80
|
/**
|
|
81
81
|
* 执行部门ID
|
|
82
82
|
* @type {Array<number>}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { Equipment } from './equipment';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
@@ -326,12 +329,6 @@ export interface WorkOrderDetailDTO {
|
|
|
326
329
|
* @memberof WorkOrderDetailDTO
|
|
327
330
|
*/
|
|
328
331
|
'workOrderSource'?: WorkOrderSourceEnum;
|
|
329
|
-
/**
|
|
330
|
-
* 设备名称
|
|
331
|
-
* @type {string}
|
|
332
|
-
* @memberof WorkOrderDetailDTO
|
|
333
|
-
*/
|
|
334
|
-
'equipmentName'?: string;
|
|
335
332
|
/**
|
|
336
333
|
*
|
|
337
334
|
* @type {ParkCenterAttributeEnum}
|
|
@@ -368,6 +365,12 @@ export interface WorkOrderDetailDTO {
|
|
|
368
365
|
* @memberof WorkOrderDetailDTO
|
|
369
366
|
*/
|
|
370
367
|
'expectedCompletionTime'?: string;
|
|
368
|
+
/**
|
|
369
|
+
* 设备详情
|
|
370
|
+
* @type {Array<Equipment>}
|
|
371
|
+
* @memberof WorkOrderDetailDTO
|
|
372
|
+
*/
|
|
373
|
+
'equipments'?: Array<Equipment>;
|
|
371
374
|
}
|
|
372
375
|
|
|
373
376
|
export const WorkOrderDetailDTOWorkOrderStatusEnum = {
|
|
@@ -122,5 +122,11 @@ export interface WorkOrderInspectionDetailDTO {
|
|
|
122
122
|
* @memberof WorkOrderInspectionDetailDTO
|
|
123
123
|
*/
|
|
124
124
|
'executionTime'?: number;
|
|
125
|
+
/**
|
|
126
|
+
* 关联设备
|
|
127
|
+
* @type {Array<number>}
|
|
128
|
+
* @memberof WorkOrderInspectionDetailDTO
|
|
129
|
+
*/
|
|
130
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
125
131
|
}
|
|
126
132
|
|