@gizone/rrs-client 4.2.0-alpha.342 → 4.2.0-alpha.343

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.
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
12
13
  /**
13
14
  * 后续工单
14
15
  * @export
@@ -27,4 +28,10 @@ export interface FollowupWorkOrderDTO {
27
28
  * @memberof FollowupWorkOrderDTO
28
29
  */
29
30
  'workOrderNo'?: string;
31
+ /**
32
+ *
33
+ * @type {WorkOrderTypeEnum}
34
+ * @memberof FollowupWorkOrderDTO
35
+ */
36
+ 'workOrderType'?: WorkOrderTypeEnum;
30
37
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
12
13
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
13
14
  import type { WorkOrderExtData } from './work-order-ext-data';
14
15
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
@@ -101,4 +102,10 @@ export interface OfflineAlertWorkOrderDetailsDto {
101
102
  * @memberof OfflineAlertWorkOrderDetailsDto
102
103
  */
103
104
  'workOrderDeptIds'?: Array<number>;
105
+ /**
106
+ *
107
+ * @type {FollowupWorkOrderDTO}
108
+ * @memberof OfflineAlertWorkOrderDetailsDto
109
+ */
110
+ 'followupWorkOrder'?: FollowupWorkOrderDTO;
104
111
  }
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
12
13
  /**
13
14
  * 后续工单
14
15
  * @export
@@ -27,4 +28,10 @@ export interface FollowupWorkOrderDTO {
27
28
  * @memberof FollowupWorkOrderDTO
28
29
  */
29
30
  'workOrderNo'?: string;
31
+ /**
32
+ *
33
+ * @type {WorkOrderTypeEnum}
34
+ * @memberof FollowupWorkOrderDTO
35
+ */
36
+ 'workOrderType'?: WorkOrderTypeEnum;
30
37
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
12
13
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
13
14
  import type { WorkOrderExtData } from './work-order-ext-data';
14
15
  import type { WorkOrderHandlerDto } from './work-order-handler-dto';
@@ -101,4 +102,10 @@ export interface OfflineAlertWorkOrderDetailsDto {
101
102
  * @memberof OfflineAlertWorkOrderDetailsDto
102
103
  */
103
104
  'workOrderDeptIds'?: Array<number>;
105
+ /**
106
+ *
107
+ * @type {FollowupWorkOrderDTO}
108
+ * @memberof OfflineAlertWorkOrderDetailsDto
109
+ */
110
+ 'followupWorkOrder'?: FollowupWorkOrderDTO;
104
111
  }
@@ -377,14 +377,14 @@ export interface SysUser {
377
377
  'sourceUserId'?: string;
378
378
  /**
379
379
  *
380
- * @type {string}
380
+ * @type {number}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cid'?: string;
383
+ 'cuserId'?: number;
384
384
  /**
385
385
  *
386
- * @type {number}
386
+ * @type {string}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cuserId'?: number;
389
+ 'cid'?: string;
390
390
  }
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { WorkOrderTypeEnum } from './work-order-type-enum';
16
19
 
17
20
  /**
18
21
  * 后续工单
@@ -32,5 +35,13 @@ export interface FollowupWorkOrderDTO {
32
35
  * @memberof FollowupWorkOrderDTO
33
36
  */
34
37
  'workOrderNo'?: string;
38
+ /**
39
+ *
40
+ * @type {WorkOrderTypeEnum}
41
+ * @memberof FollowupWorkOrderDTO
42
+ */
43
+ 'workOrderType'?: WorkOrderTypeEnum;
35
44
  }
36
45
 
46
+
47
+
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { FollowupWorkOrderDTO } from './followup-work-order-dto';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
@@ -122,6 +125,12 @@ export interface OfflineAlertWorkOrderDetailsDto {
122
125
  * @memberof OfflineAlertWorkOrderDetailsDto
123
126
  */
124
127
  'workOrderDeptIds'?: Array<number>;
128
+ /**
129
+ *
130
+ * @type {FollowupWorkOrderDTO}
131
+ * @memberof OfflineAlertWorkOrderDetailsDto
132
+ */
133
+ 'followupWorkOrder'?: FollowupWorkOrderDTO;
125
134
  }
126
135
 
127
136
 
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {string}
391
+ * @type {number}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cid'?: string;
394
+ 'cuserId'?: number;
395
395
  /**
396
396
  *
397
- * @type {number}
397
+ * @type {string}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cuserId'?: number;
400
+ 'cid'?: string;
401
401
  }
402
402
 
403
403
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.342",
3
+ "version": "4.2.0-alpha.343",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {