@gizone/rrs-client 3.11.12-alpha.50 → 3.11.12-alpha.52

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.
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'headerNames'?: Array<string>;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<AccessVO>}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'records'?: Array<AccessVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageAccessVO
54
- */
55
- 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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
@@ -28,11 +29,11 @@ export interface SourceWorkOrderInspectionDTO {
28
29
  */
29
30
  'workOrderNo'?: string;
30
31
  /**
31
- * 工单类型
32
- * @type {number}
32
+ *
33
+ * @type {WorkOrderTypeEnum}
33
34
  * @memberof SourceWorkOrderInspectionDTO
34
35
  */
35
- 'workOrderType'?: number;
36
+ 'workOrderType'?: WorkOrderTypeEnum;
36
37
  /**
37
38
  * 巡检ID
38
39
  * @type {number}
@@ -19,16 +19,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {Array<string>}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'headerNames'?: Array<string>;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {object}
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<AccessVO>}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'records'?: Array<AccessVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageAccessVO
54
- */
55
- 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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
@@ -28,11 +29,11 @@ export interface SourceWorkOrderInspectionDTO {
28
29
  */
29
30
  'workOrderNo'?: string;
30
31
  /**
31
- * 工单类型
32
- * @type {number}
32
+ *
33
+ * @type {WorkOrderTypeEnum}
33
34
  * @memberof SourceWorkOrderInspectionDTO
34
35
  */
35
- 'workOrderType'?: number;
36
+ 'workOrderType'?: WorkOrderTypeEnum;
36
37
  /**
37
38
  * 巡检ID
38
39
  * @type {number}
@@ -28,16 +28,16 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {number}
31
+ * @type {Array<string>}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'headerNames'?: Array<string>;
35
35
  /**
36
36
  *
37
- * @type {Array<string>}
37
+ * @type {number}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'headerNames'?: Array<string>;
40
+ 'status'?: number;
41
41
  /**
42
42
  *
43
43
  * @type {object}
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
+ /**
33
+ *
34
+ * @type {Array<AccessVO>}
35
+ * @memberof IPageAccessVO
36
+ */
37
+ 'records'?: Array<AccessVO>;
32
38
  /**
33
39
  *
34
40
  * @type {number}
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
37
43
  'current'?: number;
38
44
  /**
39
45
  *
40
- * @type {Array<AccessVO>}
46
+ * @type {boolean}
41
47
  * @memberof IPageAccessVO
42
48
  */
43
- 'records'?: Array<AccessVO>;
49
+ 'searchCount'?: boolean;
44
50
  /**
45
51
  *
46
52
  * @type {number}
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
54
60
  * @deprecated
55
61
  */
56
62
  'hitCount'?: boolean;
57
- /**
58
- *
59
- * @type {boolean}
60
- * @memberof IPageAccessVO
61
- */
62
- 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -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
  * 工单来源巡检
@@ -33,11 +36,11 @@ export interface SourceWorkOrderInspectionDTO {
33
36
  */
34
37
  'workOrderNo'?: string;
35
38
  /**
36
- * 工单类型
37
- * @type {number}
39
+ *
40
+ * @type {WorkOrderTypeEnum}
38
41
  * @memberof SourceWorkOrderInspectionDTO
39
42
  */
40
- 'workOrderType'?: number;
43
+ 'workOrderType'?: WorkOrderTypeEnum;
41
44
  /**
42
45
  * 巡检ID
43
46
  * @type {number}
@@ -52,3 +55,5 @@ export interface SourceWorkOrderInspectionDTO {
52
55
  'inspectionItemId'?: number;
53
56
  }
54
57
 
58
+
59
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.12-alpha.50",
3
+ "version": "3.11.12-alpha.52",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {