@gizone/rrs-client 4.2.0-alpha.261 → 4.2.0-alpha.262

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.
@@ -67,22 +67,22 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {number}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'contentLengthLong'?: number;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {string}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'characterEncoding'?: string;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {object}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'writer'?: object;
86
86
  /**
87
87
  *
88
88
  * @type {boolean}
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionComp } from './inspection-comp';
13
13
  import type { InspectionPoint } from './inspection-point';
14
+ import type { PlanLevelEnum } from './plan-level-enum';
14
15
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
16
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
16
17
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
@@ -201,6 +202,12 @@ export interface PeriodDetailResp {
201
202
  * @memberof PeriodDetailResp
202
203
  */
203
204
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
205
+ /**
206
+ *
207
+ * @type {PlanLevelEnum}
208
+ * @memberof PeriodDetailResp
209
+ */
210
+ 'planLevel'?: PlanLevelEnum;
204
211
  }
205
212
  export declare const PeriodDetailRespSamplingResultsEnum: {
206
213
  readonly Zero: "ZERO";
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
371
371
  /**
372
372
  *
373
- * @type {string}
373
+ * @type {number}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cid'?: string;
376
+ 'cuserId'?: number;
377
377
  /**
378
378
  *
379
- * @type {number}
379
+ * @type {string}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cuserId'?: number;
382
+ 'cid'?: string;
383
383
  }
@@ -67,22 +67,22 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {string}
70
+ * @type {number}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
73
+ 'contentLengthLong'?: number;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {string}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'characterEncoding'?: string;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {object}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'writer'?: object;
86
86
  /**
87
87
  *
88
88
  * @type {boolean}
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import type { InspectionComp } from './inspection-comp';
13
13
  import type { InspectionPoint } from './inspection-point';
14
+ import type { PlanLevelEnum } from './plan-level-enum';
14
15
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
15
16
  import type { WorkOrderStatusEnum } from './work-order-status-enum';
16
17
  import type { WorkOrderTypeEnum } from './work-order-type-enum';
@@ -201,6 +202,12 @@ export interface PeriodDetailResp {
201
202
  * @memberof PeriodDetailResp
202
203
  */
203
204
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
205
+ /**
206
+ *
207
+ * @type {PlanLevelEnum}
208
+ * @memberof PeriodDetailResp
209
+ */
210
+ 'planLevel'?: PlanLevelEnum;
204
211
  }
205
212
  export declare const PeriodDetailRespSamplingResultsEnum: {
206
213
  readonly Zero: "ZERO";
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
371
371
  /**
372
372
  *
373
- * @type {string}
373
+ * @type {number}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cid'?: string;
376
+ 'cuserId'?: number;
377
377
  /**
378
378
  *
379
- * @type {number}
379
+ * @type {string}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cuserId'?: number;
382
+ 'cid'?: string;
383
383
  }
@@ -76,22 +76,22 @@ export interface GetUserWx200Response {
76
76
  'bufferSize'?: number;
77
77
  /**
78
78
  *
79
- * @type {string}
79
+ * @type {number}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'characterEncoding'?: string;
82
+ 'contentLengthLong'?: number;
83
83
  /**
84
84
  *
85
- * @type {object}
85
+ * @type {string}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'writer'?: object;
88
+ 'characterEncoding'?: string;
89
89
  /**
90
90
  *
91
- * @type {number}
91
+ * @type {object}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'contentLengthLong'?: number;
94
+ 'writer'?: object;
95
95
  /**
96
96
  *
97
97
  * @type {boolean}
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -21,6 +21,9 @@ import type { InspectionComp } from './inspection-comp';
21
21
  import type { InspectionPoint } from './inspection-point';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
+ import type { PlanLevelEnum } from './plan-level-enum';
25
+ // May contain unused imports in some cases
26
+ // @ts-ignore
24
27
  import type { WorkOrderDeptDTO } from './work-order-dept-dto';
25
28
  // May contain unused imports in some cases
26
29
  // @ts-ignore
@@ -218,6 +221,12 @@ export interface PeriodDetailResp {
218
221
  * @memberof PeriodDetailResp
219
222
  */
220
223
  'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
224
+ /**
225
+ *
226
+ * @type {PlanLevelEnum}
227
+ * @memberof PeriodDetailResp
228
+ */
229
+ 'planLevel'?: PlanLevelEnum;
221
230
  }
222
231
 
223
232
  export const PeriodDetailRespSamplingResultsEnum = {
@@ -379,15 +379,15 @@ export interface SysUser {
379
379
  'userAttachments'?: Array<SysUserAttachmentInfo>;
380
380
  /**
381
381
  *
382
- * @type {string}
382
+ * @type {number}
383
383
  * @memberof SysUser
384
384
  */
385
- 'cid'?: string;
385
+ 'cuserId'?: number;
386
386
  /**
387
387
  *
388
- * @type {number}
388
+ * @type {string}
389
389
  * @memberof SysUser
390
390
  */
391
- 'cuserId'?: number;
391
+ 'cid'?: string;
392
392
  }
393
393
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.261",
3
+ "version": "4.2.0-alpha.262",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {