@gizone/rrs-client 3.11.12-alpha.6 → 3.11.12-alpha.8

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.
Files changed (48) hide show
  1. package/.openapi-generator/FILES +0 -2
  2. package/apis/work-order-api.ts +2 -196
  3. package/dist/apis/work-order-api.d.ts +2 -108
  4. package/dist/apis/work-order-api.js +0 -152
  5. package/dist/esm/apis/work-order-api.d.ts +2 -108
  6. package/dist/esm/apis/work-order-api.js +0 -152
  7. package/dist/esm/models/get-user-wx200-response.d.ts +14 -14
  8. package/dist/esm/models/index.d.ts +0 -2
  9. package/dist/esm/models/index.js +0 -2
  10. package/dist/esm/models/ipage-access-vo.d.ts +6 -6
  11. package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
  12. package/dist/esm/models/maintenance-history-dto.js +0 -6
  13. package/dist/esm/models/period-detail-resp.d.ts +0 -6
  14. package/dist/esm/models/period-detail-resp.js +0 -6
  15. package/dist/esm/models/work-order-detail-dto.d.ts +6 -6
  16. package/dist/esm/models/work-order-detail-dto.js +0 -6
  17. package/dist/esm/models/work-order-search-dto.d.ts +0 -6
  18. package/dist/esm/models/work-order-search-dto.js +0 -6
  19. package/dist/models/get-user-wx200-response.d.ts +14 -14
  20. package/dist/models/index.d.ts +0 -2
  21. package/dist/models/index.js +0 -2
  22. package/dist/models/ipage-access-vo.d.ts +6 -6
  23. package/dist/models/maintenance-history-dto.d.ts +0 -6
  24. package/dist/models/maintenance-history-dto.js +0 -6
  25. package/dist/models/period-detail-resp.d.ts +0 -6
  26. package/dist/models/period-detail-resp.js +0 -6
  27. package/dist/models/work-order-detail-dto.d.ts +6 -6
  28. package/dist/models/work-order-detail-dto.js +0 -6
  29. package/dist/models/work-order-search-dto.d.ts +0 -6
  30. package/dist/models/work-order-search-dto.js +0 -6
  31. package/models/get-user-wx200-response.ts +14 -14
  32. package/models/index.ts +0 -2
  33. package/models/ipage-access-vo.ts +6 -6
  34. package/models/maintenance-history-dto.ts +0 -6
  35. package/models/period-detail-resp.ts +0 -6
  36. package/models/work-order-detail-dto.ts +6 -6
  37. package/models/work-order-search-dto.ts +0 -6
  38. package/package.json +1 -1
  39. package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
  40. package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.js +0 -14
  41. package/dist/esm/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
  42. package/dist/esm/models/work-order-check-before-acceptance-no-vo.js +0 -14
  43. package/dist/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
  44. package/dist/models/work-order-check-before-acceptance-adopt-vo.js +0 -15
  45. package/dist/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
  46. package/dist/models/work-order-check-before-acceptance-no-vo.js +0 -15
  47. package/models/work-order-check-before-acceptance-adopt-vo.ts +0 -36
  48. package/models/work-order-check-before-acceptance-no-vo.ts +0 -42
@@ -37,40 +37,40 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {GetUserWx200ResponseLocale}
40
+ * @type {string}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
43
+ 'contentType'?: string;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'bufferSize'?: number;
49
+ 'contentLength'?: number;
50
50
  /**
51
51
  *
52
- * @type {string}
52
+ * @type {GetUserWx200ResponseOutputStream}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'contentType'?: string;
55
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
56
56
  /**
57
57
  *
58
58
  * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'contentLength'?: number;
61
+ 'bufferSize'?: number;
62
62
  /**
63
63
  *
64
- * @type {GetUserWx200ResponseOutputStream}
64
+ * @type {GetUserWx200ResponseLocale}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'outputStream'?: GetUserWx200ResponseOutputStream;
67
+ 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {object}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'writer'?: object;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -79,14 +79,14 @@ export interface GetUserWx200Response {
79
79
  'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {boolean}
82
+ * @type {string}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'committed'?: boolean;
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {boolean}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'committed'?: boolean;
92
92
  }
@@ -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';
@@ -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}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @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 = {
@@ -287,18 +287,18 @@ export interface WorkOrderDetailDTO {
287
287
  * @memberof WorkOrderDetailDTO
288
288
  */
289
289
  'workOrderSource'?: WorkOrderSourceEnum;
290
+ /**
291
+ * 设备名称
292
+ * @type {string}
293
+ * @memberof WorkOrderDetailDTO
294
+ */
295
+ 'equipmentName'?: string;
290
296
  }
291
297
  export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
292
- readonly InPreparation: "IN_PREPARATION";
293
298
  readonly Pending: "PENDING";
294
299
  readonly InProgress: "IN_PROGRESS";
295
- readonly PendingAcceptance: "PENDING_ACCEPTANCE";
296
300
  readonly Completed: "COMPLETED";
297
- readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
298
301
  readonly Overdue: "OVERDUE";
299
- readonly OverdueFinished: "OVERDUE_FINISHED";
300
- readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
301
- readonly OverdueClosed: "OVERDUE_CLOSED";
302
302
  readonly Closed: "CLOSED";
303
303
  };
304
304
  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 = {
@@ -46,40 +46,40 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {GetUserWx200ResponseLocale}
49
+ * @type {string}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
52
+ 'contentType'?: string;
53
53
  /**
54
54
  *
55
55
  * @type {number}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'bufferSize'?: number;
58
+ 'contentLength'?: number;
59
59
  /**
60
60
  *
61
- * @type {string}
61
+ * @type {GetUserWx200ResponseOutputStream}
62
62
  * @memberof GetUserWx200Response
63
63
  */
64
- 'contentType'?: string;
64
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
65
65
  /**
66
66
  *
67
67
  * @type {number}
68
68
  * @memberof GetUserWx200Response
69
69
  */
70
- 'contentLength'?: number;
70
+ 'bufferSize'?: number;
71
71
  /**
72
72
  *
73
- * @type {GetUserWx200ResponseOutputStream}
73
+ * @type {GetUserWx200ResponseLocale}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'outputStream'?: GetUserWx200ResponseOutputStream;
76
+ 'locale'?: GetUserWx200ResponseLocale;
77
77
  /**
78
78
  *
79
- * @type {string}
79
+ * @type {object}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'characterEncoding'?: string;
82
+ 'writer'?: object;
83
83
  /**
84
84
  *
85
85
  * @type {number}
@@ -88,15 +88,15 @@ export interface GetUserWx200Response {
88
88
  'contentLengthLong'?: number;
89
89
  /**
90
90
  *
91
- * @type {boolean}
91
+ * @type {string}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'committed'?: boolean;
94
+ 'characterEncoding'?: string;
95
95
  /**
96
96
  *
97
- * @type {object}
97
+ * @type {boolean}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'writer'?: object;
100
+ 'committed'?: boolean;
101
101
  }
102
102
 
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}
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
60
54
  * @deprecated
61
55
  */
62
56
  'hitCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {boolean}
60
+ * @memberof IPageAccessVO
61
+ */
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @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
 
@@ -308,19 +308,19 @@ export interface WorkOrderDetailDTO {
308
308
  * @memberof WorkOrderDetailDTO
309
309
  */
310
310
  'workOrderSource'?: WorkOrderSourceEnum;
311
+ /**
312
+ * 设备名称
313
+ * @type {string}
314
+ * @memberof WorkOrderDetailDTO
315
+ */
316
+ 'equipmentName'?: string;
311
317
  }
312
318
 
313
319
  export const WorkOrderDetailDTOWorkOrderStatusEnum = {
314
- InPreparation: 'IN_PREPARATION',
315
320
  Pending: 'PENDING',
316
321
  InProgress: 'IN_PROGRESS',
317
- PendingAcceptance: 'PENDING_ACCEPTANCE',
318
322
  Completed: 'COMPLETED',
319
- AcceptanceRejected: 'ACCEPTANCE_REJECTED',
320
323
  Overdue: 'OVERDUE',
321
- OverdueFinished: 'OVERDUE_FINISHED',
322
- OverdueUnfinished: 'OVERDUE_UNFINISHED',
323
- OverdueClosed: 'OVERDUE_CLOSED',
324
324
  Closed: 'CLOSED'
325
325
  } as const;
326
326
 
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.12-alpha.6",
3
+ "version": "3.11.12-alpha.8",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -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 });