@gizone/rrs-client 3.11.12-alpha.6 → 3.11.12-alpha.7
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 +0 -2
- package/apis/work-order-api.ts +2 -196
- package/dist/apis/work-order-api.d.ts +2 -108
- package/dist/apis/work-order-api.js +0 -152
- package/dist/esm/apis/work-order-api.d.ts +2 -108
- package/dist/esm/apis/work-order-api.js +0 -152
- package/dist/esm/models/get-user-wx200-response.d.ts +18 -18
- package/dist/esm/models/index.d.ts +0 -2
- package/dist/esm/models/index.js +0 -2
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
- package/dist/esm/models/maintenance-history-dto.js +0 -6
- package/dist/esm/models/period-detail-resp.d.ts +0 -6
- package/dist/esm/models/period-detail-resp.js +0 -6
- package/dist/esm/models/work-order-detail-dto.d.ts +0 -6
- package/dist/esm/models/work-order-detail-dto.js +0 -6
- package/dist/esm/models/work-order-search-dto.d.ts +0 -6
- package/dist/esm/models/work-order-search-dto.js +0 -6
- package/dist/models/get-user-wx200-response.d.ts +18 -18
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/maintenance-history-dto.d.ts +0 -6
- package/dist/models/maintenance-history-dto.js +0 -6
- package/dist/models/period-detail-resp.d.ts +0 -6
- package/dist/models/period-detail-resp.js +0 -6
- package/dist/models/work-order-detail-dto.d.ts +0 -6
- package/dist/models/work-order-detail-dto.js +0 -6
- package/dist/models/work-order-search-dto.d.ts +0 -6
- package/dist/models/work-order-search-dto.js +0 -6
- package/models/get-user-wx200-response.ts +18 -18
- package/models/index.ts +0 -2
- package/models/ipage-access-vo.ts +6 -6
- package/models/maintenance-history-dto.ts +0 -6
- package/models/period-detail-resp.ts +0 -6
- package/models/work-order-detail-dto.ts +0 -6
- package/models/work-order-search-dto.ts +0 -6
- package/package.json +1 -1
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.js +0 -14
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.js +0 -14
- package/dist/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/models/work-order-check-before-acceptance-adopt-vo.js +0 -15
- package/dist/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/models/work-order-check-before-acceptance-no-vo.js +0 -15
- package/models/work-order-check-before-acceptance-adopt-vo.ts +0 -36
- package/models/work-order-check-before-acceptance-no-vo.ts +0 -42
|
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
17
17
|
* @interface GetUserWx200Response
|
|
18
18
|
*/
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {number}
|
|
23
|
-
* @memberof GetUserWx200Response
|
|
24
|
-
*/
|
|
25
|
-
'status'?: number;
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
28
22
|
* @type {Array<string>}
|
|
@@ -31,22 +25,16 @@ export interface GetUserWx200Response {
|
|
|
31
25
|
'headerNames'?: Array<string>;
|
|
32
26
|
/**
|
|
33
27
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof GetUserWx200Response
|
|
36
|
-
*/
|
|
37
|
-
'trailerFields'?: object;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {GetUserWx200ResponseLocale}
|
|
28
|
+
* @type {number}
|
|
41
29
|
* @memberof GetUserWx200Response
|
|
42
30
|
*/
|
|
43
|
-
'
|
|
31
|
+
'status'?: number;
|
|
44
32
|
/**
|
|
45
33
|
*
|
|
46
|
-
* @type {
|
|
34
|
+
* @type {object}
|
|
47
35
|
* @memberof GetUserWx200Response
|
|
48
36
|
*/
|
|
49
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
50
38
|
/**
|
|
51
39
|
*
|
|
52
40
|
* @type {string}
|
|
@@ -67,10 +55,16 @@ export interface GetUserWx200Response {
|
|
|
67
55
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
56
|
/**
|
|
69
57
|
*
|
|
70
|
-
* @type {
|
|
58
|
+
* @type {GetUserWx200ResponseLocale}
|
|
71
59
|
* @memberof GetUserWx200Response
|
|
72
60
|
*/
|
|
73
|
-
'
|
|
61
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof GetUserWx200Response
|
|
66
|
+
*/
|
|
67
|
+
'bufferSize'?: number;
|
|
74
68
|
/**
|
|
75
69
|
*
|
|
76
70
|
* @type {number}
|
|
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
|
|
|
83
77
|
* @memberof GetUserWx200Response
|
|
84
78
|
*/
|
|
85
79
|
'committed'?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {string}
|
|
83
|
+
* @memberof GetUserWx200Response
|
|
84
|
+
*/
|
|
85
|
+
'characterEncoding'?: string;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
88
|
* @type {object}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -794,8 +794,6 @@ export * from './white-black-del-vo';
|
|
|
794
794
|
export * from './white-edit-vo';
|
|
795
795
|
export * from './white-search-vo';
|
|
796
796
|
export * from './work-order-add-vo';
|
|
797
|
-
export * from './work-order-check-before-acceptance-adopt-vo';
|
|
798
|
-
export * from './work-order-check-before-acceptance-no-vo';
|
|
799
797
|
export * from './work-order-circulation-vo';
|
|
800
798
|
export * from './work-order-comment-dto';
|
|
801
799
|
export * from './work-order-comment-entity';
|
package/dist/models/index.js
CHANGED
|
@@ -810,8 +810,6 @@ __exportStar(require("./white-black-del-vo"), exports);
|
|
|
810
810
|
__exportStar(require("./white-edit-vo"), exports);
|
|
811
811
|
__exportStar(require("./white-search-vo"), exports);
|
|
812
812
|
__exportStar(require("./work-order-add-vo"), exports);
|
|
813
|
-
__exportStar(require("./work-order-check-before-acceptance-adopt-vo"), exports);
|
|
814
|
-
__exportStar(require("./work-order-check-before-acceptance-no-vo"), exports);
|
|
815
813
|
__exportStar(require("./work-order-circulation-vo"), exports);
|
|
816
814
|
__exportStar(require("./work-order-comment-dto"), exports);
|
|
817
815
|
__exportStar(require("./work-order-comment-entity"), exports);
|
|
@@ -22,12 +22,6 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof IPageAccessVO
|
|
29
|
-
*/
|
|
30
|
-
'searchCount'?: boolean;
|
|
31
25
|
/**
|
|
32
26
|
*
|
|
33
27
|
* @type {number}
|
|
@@ -40,6 +34,12 @@ export interface IPageAccessVO {
|
|
|
40
34
|
* @memberof IPageAccessVO
|
|
41
35
|
*/
|
|
42
36
|
'records'?: Array<AccessVO>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof IPageAccessVO
|
|
41
|
+
*/
|
|
42
|
+
'searchCount'?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
45
|
* @type {number}
|
|
@@ -41,16 +41,10 @@ export interface MaintenanceHistoryDto {
|
|
|
41
41
|
'status'?: MaintenanceHistoryDtoStatusEnum;
|
|
42
42
|
}
|
|
43
43
|
export declare const MaintenanceHistoryDtoStatusEnum: {
|
|
44
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
45
44
|
readonly Pending: "PENDING";
|
|
46
45
|
readonly InProgress: "IN_PROGRESS";
|
|
47
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
48
46
|
readonly Completed: "COMPLETED";
|
|
49
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
50
47
|
readonly Overdue: "OVERDUE";
|
|
51
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
52
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
53
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
54
48
|
readonly Closed: "CLOSED";
|
|
55
49
|
};
|
|
56
50
|
export type MaintenanceHistoryDtoStatusEnum = typeof MaintenanceHistoryDtoStatusEnum[keyof typeof MaintenanceHistoryDtoStatusEnum];
|
|
@@ -15,15 +15,9 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.MaintenanceHistoryDtoStatusEnum = void 0;
|
|
17
17
|
exports.MaintenanceHistoryDtoStatusEnum = {
|
|
18
|
-
InPreparation: 'IN_PREPARATION',
|
|
19
18
|
Pending: 'PENDING',
|
|
20
19
|
InProgress: 'IN_PROGRESS',
|
|
21
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
22
20
|
Completed: 'COMPLETED',
|
|
23
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
24
21
|
Overdue: 'OVERDUE',
|
|
25
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
26
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
27
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
28
22
|
Closed: 'CLOSED'
|
|
29
23
|
};
|
|
@@ -189,16 +189,10 @@ export interface PeriodDetailResp {
|
|
|
189
189
|
'workOrderDeptIds'?: Array<number>;
|
|
190
190
|
}
|
|
191
191
|
export declare const PeriodDetailRespWorkOrderStatusEnum: {
|
|
192
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
193
192
|
readonly Pending: "PENDING";
|
|
194
193
|
readonly InProgress: "IN_PROGRESS";
|
|
195
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
196
194
|
readonly Completed: "COMPLETED";
|
|
197
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
198
195
|
readonly Overdue: "OVERDUE";
|
|
199
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
200
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
201
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
202
196
|
readonly Closed: "CLOSED";
|
|
203
197
|
};
|
|
204
198
|
export type PeriodDetailRespWorkOrderStatusEnum = typeof PeriodDetailRespWorkOrderStatusEnum[keyof typeof PeriodDetailRespWorkOrderStatusEnum];
|
|
@@ -15,16 +15,10 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.PeriodDetailRespPlanTypeEnum = exports.PeriodDetailRespSamplingResultsEnum = exports.PeriodDetailRespWorkOrderStatusEnum = void 0;
|
|
17
17
|
exports.PeriodDetailRespWorkOrderStatusEnum = {
|
|
18
|
-
InPreparation: 'IN_PREPARATION',
|
|
19
18
|
Pending: 'PENDING',
|
|
20
19
|
InProgress: 'IN_PROGRESS',
|
|
21
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
22
20
|
Completed: 'COMPLETED',
|
|
23
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
24
21
|
Overdue: 'OVERDUE',
|
|
25
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
26
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
27
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
28
22
|
Closed: 'CLOSED'
|
|
29
23
|
};
|
|
30
24
|
exports.PeriodDetailRespSamplingResultsEnum = {
|
|
@@ -289,16 +289,10 @@ export interface WorkOrderDetailDTO {
|
|
|
289
289
|
'workOrderSource'?: WorkOrderSourceEnum;
|
|
290
290
|
}
|
|
291
291
|
export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
|
|
292
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
293
292
|
readonly Pending: "PENDING";
|
|
294
293
|
readonly InProgress: "IN_PROGRESS";
|
|
295
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
296
294
|
readonly Completed: "COMPLETED";
|
|
297
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
298
295
|
readonly Overdue: "OVERDUE";
|
|
299
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
300
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
301
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
302
296
|
readonly Closed: "CLOSED";
|
|
303
297
|
};
|
|
304
298
|
export type WorkOrderDetailDTOWorkOrderStatusEnum = typeof WorkOrderDetailDTOWorkOrderStatusEnum[keyof typeof WorkOrderDetailDTOWorkOrderStatusEnum];
|
|
@@ -15,16 +15,10 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.WorkOrderDetailDTOSamplingResultsEnum = exports.WorkOrderDetailDTOWorkOrderStatusEnum = void 0;
|
|
17
17
|
exports.WorkOrderDetailDTOWorkOrderStatusEnum = {
|
|
18
|
-
InPreparation: 'IN_PREPARATION',
|
|
19
18
|
Pending: 'PENDING',
|
|
20
19
|
InProgress: 'IN_PROGRESS',
|
|
21
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
22
20
|
Completed: 'COMPLETED',
|
|
23
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
24
21
|
Overdue: 'OVERDUE',
|
|
25
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
26
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
27
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
28
22
|
Closed: 'CLOSED'
|
|
29
23
|
};
|
|
30
24
|
exports.WorkOrderDetailDTOSamplingResultsEnum = {
|
|
@@ -109,16 +109,10 @@ export interface WorkOrderSearchDTO {
|
|
|
109
109
|
'inspectionException'?: boolean;
|
|
110
110
|
}
|
|
111
111
|
export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
|
|
112
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
113
112
|
readonly Pending: "PENDING";
|
|
114
113
|
readonly InProgress: "IN_PROGRESS";
|
|
115
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
116
114
|
readonly Completed: "COMPLETED";
|
|
117
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
118
115
|
readonly Overdue: "OVERDUE";
|
|
119
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
120
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
121
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
122
116
|
readonly Closed: "CLOSED";
|
|
123
117
|
};
|
|
124
118
|
export type WorkOrderSearchDTOWorkOrderStatusEnum = typeof WorkOrderSearchDTOWorkOrderStatusEnum[keyof typeof WorkOrderSearchDTOWorkOrderStatusEnum];
|
|
@@ -15,16 +15,10 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.WorkOrderSearchDTOSamplingResultsEnum = exports.WorkOrderSearchDTOWorkOrderStatusEnum = void 0;
|
|
17
17
|
exports.WorkOrderSearchDTOWorkOrderStatusEnum = {
|
|
18
|
-
InPreparation: 'IN_PREPARATION',
|
|
19
18
|
Pending: 'PENDING',
|
|
20
19
|
InProgress: 'IN_PROGRESS',
|
|
21
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
22
20
|
Completed: 'COMPLETED',
|
|
23
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
24
21
|
Overdue: 'OVERDUE',
|
|
25
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
26
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
27
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
28
22
|
Closed: 'CLOSED'
|
|
29
23
|
};
|
|
30
24
|
exports.WorkOrderSearchDTOSamplingResultsEnum = {
|
|
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
26
26
|
* @interface GetUserWx200Response
|
|
27
27
|
*/
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof GetUserWx200Response
|
|
33
|
-
*/
|
|
34
|
-
'status'?: number;
|
|
35
29
|
/**
|
|
36
30
|
*
|
|
37
31
|
* @type {Array<string>}
|
|
@@ -40,22 +34,16 @@ export interface GetUserWx200Response {
|
|
|
40
34
|
'headerNames'?: Array<string>;
|
|
41
35
|
/**
|
|
42
36
|
*
|
|
43
|
-
* @type {
|
|
44
|
-
* @memberof GetUserWx200Response
|
|
45
|
-
*/
|
|
46
|
-
'trailerFields'?: object;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {GetUserWx200ResponseLocale}
|
|
37
|
+
* @type {number}
|
|
50
38
|
* @memberof GetUserWx200Response
|
|
51
39
|
*/
|
|
52
|
-
'
|
|
40
|
+
'status'?: number;
|
|
53
41
|
/**
|
|
54
42
|
*
|
|
55
|
-
* @type {
|
|
43
|
+
* @type {object}
|
|
56
44
|
* @memberof GetUserWx200Response
|
|
57
45
|
*/
|
|
58
|
-
'
|
|
46
|
+
'trailerFields'?: object;
|
|
59
47
|
/**
|
|
60
48
|
*
|
|
61
49
|
* @type {string}
|
|
@@ -76,10 +64,16 @@ export interface GetUserWx200Response {
|
|
|
76
64
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
77
65
|
/**
|
|
78
66
|
*
|
|
79
|
-
* @type {
|
|
67
|
+
* @type {GetUserWx200ResponseLocale}
|
|
80
68
|
* @memberof GetUserWx200Response
|
|
81
69
|
*/
|
|
82
|
-
'
|
|
70
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof GetUserWx200Response
|
|
75
|
+
*/
|
|
76
|
+
'bufferSize'?: number;
|
|
83
77
|
/**
|
|
84
78
|
*
|
|
85
79
|
* @type {number}
|
|
@@ -92,6 +86,12 @@ export interface GetUserWx200Response {
|
|
|
92
86
|
* @memberof GetUserWx200Response
|
|
93
87
|
*/
|
|
94
88
|
'committed'?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof GetUserWx200Response
|
|
93
|
+
*/
|
|
94
|
+
'characterEncoding'?: string;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
97
|
* @type {object}
|
package/models/index.ts
CHANGED
|
@@ -794,8 +794,6 @@ export * from './white-black-del-vo';
|
|
|
794
794
|
export * from './white-edit-vo';
|
|
795
795
|
export * from './white-search-vo';
|
|
796
796
|
export * from './work-order-add-vo';
|
|
797
|
-
export * from './work-order-check-before-acceptance-adopt-vo';
|
|
798
|
-
export * from './work-order-check-before-acceptance-no-vo';
|
|
799
797
|
export * from './work-order-circulation-vo';
|
|
800
798
|
export * from './work-order-comment-dto';
|
|
801
799
|
export * from './work-order-comment-entity';
|
|
@@ -29,12 +29,6 @@ export interface IPageAccessVO {
|
|
|
29
29
|
* @memberof IPageAccessVO
|
|
30
30
|
*/
|
|
31
31
|
'total'?: number;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @type {boolean}
|
|
35
|
-
* @memberof IPageAccessVO
|
|
36
|
-
*/
|
|
37
|
-
'searchCount'?: boolean;
|
|
38
32
|
/**
|
|
39
33
|
*
|
|
40
34
|
* @type {number}
|
|
@@ -47,6 +41,12 @@ export interface IPageAccessVO {
|
|
|
47
41
|
* @memberof IPageAccessVO
|
|
48
42
|
*/
|
|
49
43
|
'records'?: Array<AccessVO>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof IPageAccessVO
|
|
48
|
+
*/
|
|
49
|
+
'searchCount'?: boolean;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
52
|
* @type {number}
|
|
@@ -47,16 +47,10 @@ export interface MaintenanceHistoryDto {
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
export const MaintenanceHistoryDtoStatusEnum = {
|
|
50
|
-
InPreparation: 'IN_PREPARATION',
|
|
51
50
|
Pending: 'PENDING',
|
|
52
51
|
InProgress: 'IN_PROGRESS',
|
|
53
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
54
52
|
Completed: 'COMPLETED',
|
|
55
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
56
53
|
Overdue: 'OVERDUE',
|
|
57
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
58
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
59
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
60
54
|
Closed: 'CLOSED'
|
|
61
55
|
} as const;
|
|
62
56
|
|
|
@@ -203,16 +203,10 @@ export interface PeriodDetailResp {
|
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
export const PeriodDetailRespWorkOrderStatusEnum = {
|
|
206
|
-
InPreparation: 'IN_PREPARATION',
|
|
207
206
|
Pending: 'PENDING',
|
|
208
207
|
InProgress: 'IN_PROGRESS',
|
|
209
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
210
208
|
Completed: 'COMPLETED',
|
|
211
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
212
209
|
Overdue: 'OVERDUE',
|
|
213
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
214
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
215
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
216
210
|
Closed: 'CLOSED'
|
|
217
211
|
} as const;
|
|
218
212
|
|
|
@@ -311,16 +311,10 @@ export interface WorkOrderDetailDTO {
|
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
export const WorkOrderDetailDTOWorkOrderStatusEnum = {
|
|
314
|
-
InPreparation: 'IN_PREPARATION',
|
|
315
314
|
Pending: 'PENDING',
|
|
316
315
|
InProgress: 'IN_PROGRESS',
|
|
317
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
318
316
|
Completed: 'COMPLETED',
|
|
319
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
320
317
|
Overdue: 'OVERDUE',
|
|
321
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
322
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
323
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
324
318
|
Closed: 'CLOSED'
|
|
325
319
|
} as const;
|
|
326
320
|
|
|
@@ -119,16 +119,10 @@ export interface WorkOrderSearchDTO {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
export const WorkOrderSearchDTOWorkOrderStatusEnum = {
|
|
122
|
-
InPreparation: 'IN_PREPARATION',
|
|
123
122
|
Pending: 'PENDING',
|
|
124
123
|
InProgress: 'IN_PROGRESS',
|
|
125
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
126
124
|
Completed: 'COMPLETED',
|
|
127
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
128
125
|
Overdue: 'OVERDUE',
|
|
129
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
130
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
131
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
132
126
|
Closed: 'CLOSED'
|
|
133
127
|
} as const;
|
|
134
128
|
|
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
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 WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
16
|
-
*/
|
|
17
|
-
export interface WorkOrderCheckBeforeAcceptanceAdoptVo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
22
|
-
*/
|
|
23
|
-
'workOrderId'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
28
|
-
*/
|
|
29
|
-
'images'?: string;
|
|
30
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,36 +0,0 @@
|
|
|
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 WorkOrderCheckBeforeAcceptanceNoVo
|
|
16
|
-
*/
|
|
17
|
-
export interface WorkOrderCheckBeforeAcceptanceNoVo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
22
|
-
*/
|
|
23
|
-
'id'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
28
|
-
*/
|
|
29
|
-
'workOrderName'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
34
|
-
*/
|
|
35
|
-
'images'?: Array<string>;
|
|
36
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,30 +0,0 @@
|
|
|
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 WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
16
|
-
*/
|
|
17
|
-
export interface WorkOrderCheckBeforeAcceptanceAdoptVo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
22
|
-
*/
|
|
23
|
-
'workOrderId'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WorkOrderCheckBeforeAcceptanceAdoptVo
|
|
28
|
-
*/
|
|
29
|
-
'images'?: string;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 });
|
|
@@ -1,36 +0,0 @@
|
|
|
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 WorkOrderCheckBeforeAcceptanceNoVo
|
|
16
|
-
*/
|
|
17
|
-
export interface WorkOrderCheckBeforeAcceptanceNoVo {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
22
|
-
*/
|
|
23
|
-
'id'?: number;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
28
|
-
*/
|
|
29
|
-
'workOrderName'?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {Array<string>}
|
|
33
|
-
* @memberof WorkOrderCheckBeforeAcceptanceNoVo
|
|
34
|
-
*/
|
|
35
|
-
'images'?: Array<string>;
|
|
36
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 });
|