@gizone/rrs-client 3.11.13-alpha.60 → 3.11.13-alpha.61

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.
@@ -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 {Array<string>}
23
+ * @memberof GetUserWx200Response
24
+ */
25
+ 'headerNames'?: Array<string>;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'trailerFields'?: object;
32
38
  /**
33
39
  *
34
- * @type {Array<string>}
40
+ * @type {number}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'headerNames'?: Array<string>;
43
+ 'bufferSize'?: number;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {number}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'bufferSize'?: number;
62
62
  /**
63
63
  *
64
64
  * @type {GetUserWx200ResponseLocale}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { InspectionCategoryEnum } from './inspection-category-enum';
12
13
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
13
14
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
14
15
  /**
@@ -18,11 +19,11 @@ import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
18
19
  */
19
20
  export interface InspectionStandardAddOrUpdateVO {
20
21
  /**
21
- * 设备系统
22
- * @type {number}
22
+ *
23
+ * @type {InspectionCategoryEnum}
23
24
  * @memberof InspectionStandardAddOrUpdateVO
24
25
  */
25
- 'equipmentSystemId': number;
26
+ 'category': InspectionCategoryEnum;
26
27
  /**
27
28
  * 内容
28
29
  * @type {string}
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { EquipmentSystemEntity } from './equipment-system-entity';
13
12
  import type { InspectionCategoryEnum } from './inspection-category-enum';
14
13
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
15
14
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
@@ -31,12 +30,6 @@ export interface InspectionStandardEntity {
31
30
  * @memberof InspectionStandardEntity
32
31
  */
33
32
  'category'?: InspectionCategoryEnum;
34
- /**
35
- * 设备系统ID
36
- * @type {number}
37
- * @memberof InspectionStandardEntity
38
- */
39
- 'equipmentSystemId'?: number;
40
33
  /**
41
34
  * 内容
42
35
  * @type {string}
@@ -133,10 +126,4 @@ export interface InspectionStandardEntity {
133
126
  * @memberof InspectionStandardEntity
134
127
  */
135
128
  'executionTime'?: number;
136
- /**
137
- *
138
- * @type {EquipmentSystemEntity}
139
- * @memberof InspectionStandardEntity
140
- */
141
- 'equipmentSystem'?: EquipmentSystemEntity;
142
129
  }
@@ -16,11 +16,11 @@
16
16
  */
17
17
  export interface InspectionStandardImportDTO {
18
18
  /**
19
- * 设备系统
19
+ * 巡检分类
20
20
  * @type {string}
21
21
  * @memberof InspectionStandardImportDTO
22
22
  */
23
- 'equipmentSystemName'?: string;
23
+ 'category'?: string;
24
24
  /**
25
25
  * 内容项
26
26
  * @type {string}
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {string}
360
+ * @type {number}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cid'?: string;
363
+ 'cuserId'?: number;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  }
@@ -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 {Array<string>}
23
+ * @memberof GetUserWx200Response
24
+ */
25
+ 'headerNames'?: Array<string>;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'trailerFields'?: object;
32
38
  /**
33
39
  *
34
- * @type {Array<string>}
40
+ * @type {number}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'headerNames'?: Array<string>;
43
+ 'bufferSize'?: number;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {number}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'bufferSize'?: number;
62
62
  /**
63
63
  *
64
64
  * @type {GetUserWx200ResponseLocale}
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { InspectionCategoryEnum } from './inspection-category-enum';
12
13
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
13
14
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
14
15
  /**
@@ -18,11 +19,11 @@ import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
18
19
  */
19
20
  export interface InspectionStandardAddOrUpdateVO {
20
21
  /**
21
- * 设备系统
22
- * @type {number}
22
+ *
23
+ * @type {InspectionCategoryEnum}
23
24
  * @memberof InspectionStandardAddOrUpdateVO
24
25
  */
25
- 'equipmentSystemId': number;
26
+ 'category': InspectionCategoryEnum;
26
27
  /**
27
28
  * 内容
28
29
  * @type {string}
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { EquipmentSystemEntity } from './equipment-system-entity';
13
12
  import type { InspectionCategoryEnum } from './inspection-category-enum';
14
13
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
15
14
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
@@ -31,12 +30,6 @@ export interface InspectionStandardEntity {
31
30
  * @memberof InspectionStandardEntity
32
31
  */
33
32
  'category'?: InspectionCategoryEnum;
34
- /**
35
- * 设备系统ID
36
- * @type {number}
37
- * @memberof InspectionStandardEntity
38
- */
39
- 'equipmentSystemId'?: number;
40
33
  /**
41
34
  * 内容
42
35
  * @type {string}
@@ -133,10 +126,4 @@ export interface InspectionStandardEntity {
133
126
  * @memberof InspectionStandardEntity
134
127
  */
135
128
  'executionTime'?: number;
136
- /**
137
- *
138
- * @type {EquipmentSystemEntity}
139
- * @memberof InspectionStandardEntity
140
- */
141
- 'equipmentSystem'?: EquipmentSystemEntity;
142
129
  }
@@ -16,11 +16,11 @@
16
16
  */
17
17
  export interface InspectionStandardImportDTO {
18
18
  /**
19
- * 设备系统
19
+ * 巡检分类
20
20
  * @type {string}
21
21
  * @memberof InspectionStandardImportDTO
22
22
  */
23
- 'equipmentSystemName'?: string;
23
+ 'category'?: string;
24
24
  /**
25
25
  * 内容项
26
26
  * @type {string}
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {string}
360
+ * @type {number}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cid'?: string;
363
+ 'cuserId'?: number;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  }
@@ -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 {Array<string>}
32
+ * @memberof GetUserWx200Response
33
+ */
34
+ 'headerNames'?: Array<string>;
29
35
  /**
30
36
  *
31
37
  * @type {number}
@@ -40,10 +46,10 @@ export interface GetUserWx200Response {
40
46
  'trailerFields'?: object;
41
47
  /**
42
48
  *
43
- * @type {Array<string>}
49
+ * @type {number}
44
50
  * @memberof GetUserWx200Response
45
51
  */
46
- 'headerNames'?: Array<string>;
52
+ 'bufferSize'?: number;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {number}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'bufferSize'?: number;
71
71
  /**
72
72
  *
73
73
  * @type {GetUserWx200ResponseLocale}
@@ -13,6 +13,9 @@
13
13
  */
14
14
 
15
15
 
16
+ // May contain unused imports in some cases
17
+ // @ts-ignore
18
+ import type { InspectionCategoryEnum } from './inspection-category-enum';
16
19
  // May contain unused imports in some cases
17
20
  // @ts-ignore
18
21
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
@@ -27,11 +30,11 @@ import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
27
30
  */
28
31
  export interface InspectionStandardAddOrUpdateVO {
29
32
  /**
30
- * 设备系统
31
- * @type {number}
33
+ *
34
+ * @type {InspectionCategoryEnum}
32
35
  * @memberof InspectionStandardAddOrUpdateVO
33
36
  */
34
- 'equipmentSystemId': number;
37
+ 'category': InspectionCategoryEnum;
35
38
  /**
36
39
  * 内容
37
40
  * @type {string}
@@ -13,9 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
- // May contain unused imports in some cases
17
- // @ts-ignore
18
- import type { EquipmentSystemEntity } from './equipment-system-entity';
19
16
  // May contain unused imports in some cases
20
17
  // @ts-ignore
21
18
  import type { InspectionCategoryEnum } from './inspection-category-enum';
@@ -44,12 +41,6 @@ export interface InspectionStandardEntity {
44
41
  * @memberof InspectionStandardEntity
45
42
  */
46
43
  'category'?: InspectionCategoryEnum;
47
- /**
48
- * 设备系统ID
49
- * @type {number}
50
- * @memberof InspectionStandardEntity
51
- */
52
- 'equipmentSystemId'?: number;
53
44
  /**
54
45
  * 内容
55
46
  * @type {string}
@@ -146,12 +137,6 @@ export interface InspectionStandardEntity {
146
137
  * @memberof InspectionStandardEntity
147
138
  */
148
139
  'executionTime'?: number;
149
- /**
150
- *
151
- * @type {EquipmentSystemEntity}
152
- * @memberof InspectionStandardEntity
153
- */
154
- 'equipmentSystem'?: EquipmentSystemEntity;
155
140
  }
156
141
 
157
142
 
@@ -21,11 +21,11 @@
21
21
  */
22
22
  export interface InspectionStandardImportDTO {
23
23
  /**
24
- * 设备系统
24
+ * 巡检分类
25
25
  * @type {string}
26
26
  * @memberof InspectionStandardImportDTO
27
27
  */
28
- 'equipmentSystemName'?: string;
28
+ 'category'?: string;
29
29
  /**
30
30
  * 内容项
31
31
  * @type {string}
@@ -364,15 +364,15 @@ export interface SysUser {
364
364
  'supplierId'?: number;
365
365
  /**
366
366
  *
367
- * @type {string}
367
+ * @type {number}
368
368
  * @memberof SysUser
369
369
  */
370
- 'cid'?: string;
370
+ 'cuserId'?: number;
371
371
  /**
372
372
  *
373
- * @type {number}
373
+ * @type {string}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cuserId'?: number;
376
+ 'cid'?: string;
377
377
  }
378
378
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.13-alpha.60",
3
+ "version": "3.11.13-alpha.61",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {