@gizone/rrs-client 4.1.3-alpha.183 → 4.1.3-alpha.185

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,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {object}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'trailerFields'?: object;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,10 +31,10 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'status'?: number;
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -71,12 +71,6 @@ export interface GetUserWx200Response {
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
73
  'characterEncoding'?: string;
74
- /**
75
- *
76
- * @type {object}
77
- * @memberof GetUserWx200Response
78
- */
79
- 'writer'?: object;
80
74
  /**
81
75
  *
82
76
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'committed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<AccessVO>}
27
+ * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'records'?: Array<AccessVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -27,4 +27,10 @@ export interface WorkOrderDistributeLeafletsVo {
27
27
  * @memberof WorkOrderDistributeLeafletsVo
28
28
  */
29
29
  'handlerUserId': number;
30
+ /**
31
+ * 派单原因
32
+ * @type {string}
33
+ * @memberof WorkOrderDistributeLeafletsVo
34
+ */
35
+ 'distributeReason'?: string;
30
36
  }
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {object}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'trailerFields'?: object;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,10 +31,10 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'status'?: number;
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -71,12 +71,6 @@ export interface GetUserWx200Response {
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
73
  'characterEncoding'?: string;
74
- /**
75
- *
76
- * @type {object}
77
- * @memberof GetUserWx200Response
78
- */
79
- 'writer'?: object;
80
74
  /**
81
75
  *
82
76
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'committed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<AccessVO>}
27
+ * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'records'?: Array<AccessVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -27,4 +27,10 @@ export interface WorkOrderDistributeLeafletsVo {
27
27
  * @memberof WorkOrderDistributeLeafletsVo
28
28
  */
29
29
  'handlerUserId': number;
30
+ /**
31
+ * 派单原因
32
+ * @type {string}
33
+ * @memberof WorkOrderDistributeLeafletsVo
34
+ */
35
+ 'distributeReason'?: string;
30
36
  }
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {object}
31
+ * @type {number}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'trailerFields'?: object;
34
+ 'status'?: number;
35
35
  /**
36
36
  *
37
37
  * @type {Array<string>}
@@ -40,10 +40,10 @@ export interface GetUserWx200Response {
40
40
  'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
- * @type {number}
43
+ * @type {object}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'status'?: number;
46
+ 'trailerFields'?: object;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
@@ -80,12 +80,6 @@ export interface GetUserWx200Response {
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
82
  'characterEncoding'?: string;
83
- /**
84
- *
85
- * @type {object}
86
- * @memberof GetUserWx200Response
87
- */
88
- 'writer'?: object;
89
83
  /**
90
84
  *
91
85
  * @type {number}
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
94
  'committed'?: boolean;
95
+ /**
96
+ *
97
+ * @type {object}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'writer'?: object;
101
101
  }
102
102
 
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<AccessVO>}
34
+ * @type {number}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'records'?: Array<AccessVO>;
37
+ 'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<AccessVO>}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'current'?: number;
43
+ 'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
46
  * @type {number}
@@ -32,5 +32,11 @@ export interface WorkOrderDistributeLeafletsVo {
32
32
  * @memberof WorkOrderDistributeLeafletsVo
33
33
  */
34
34
  'handlerUserId': number;
35
+ /**
36
+ * 派单原因
37
+ * @type {string}
38
+ * @memberof WorkOrderDistributeLeafletsVo
39
+ */
40
+ 'distributeReason'?: string;
35
41
  }
36
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.183",
3
+ "version": "4.1.3-alpha.185",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {