@gizone/rrs-client 4.2.0-alpha.245 → 4.2.0-alpha.247

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,22 +19,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
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
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
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
  }
@@ -28,6 +28,12 @@ export interface IPageAccessVO {
28
28
  * @memberof IPageAccessVO
29
29
  */
30
30
  'current'?: number;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof IPageAccessVO
35
+ */
36
+ 'pages'?: number;
31
37
  /**
32
38
  *
33
39
  * @type {Array<AccessVO>}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @memberof IPageAccessVO
48
54
  */
49
55
  'searchCount'?: boolean;
50
- /**
51
- *
52
- * @type {number}
53
- * @memberof IPageAccessVO
54
- */
55
- 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
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
  *
379
- * @type {string}
379
+ * @type {number}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cid'?: string;
382
+ 'cuserId'?: number;
383
383
  }
@@ -19,22 +19,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
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
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
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
  }
@@ -28,6 +28,12 @@ export interface IPageAccessVO {
28
28
  * @memberof IPageAccessVO
29
29
  */
30
30
  'current'?: number;
31
+ /**
32
+ *
33
+ * @type {number}
34
+ * @memberof IPageAccessVO
35
+ */
36
+ 'pages'?: number;
31
37
  /**
32
38
  *
33
39
  * @type {Array<AccessVO>}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @memberof IPageAccessVO
48
54
  */
49
55
  'searchCount'?: boolean;
50
- /**
51
- *
52
- * @type {number}
53
- * @memberof IPageAccessVO
54
- */
55
- 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -370,14 +370,14 @@ export interface SysUser {
370
370
  'userAttachments'?: Array<SysUserAttachmentInfo>;
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
  *
379
- * @type {string}
379
+ * @type {number}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cid'?: string;
382
+ 'cuserId'?: number;
383
383
  }
@@ -28,22 +28,22 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {number}
31
+ * @type {object}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'trailerFields'?: object;
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
- * @type {object}
43
+ * @type {Array<string>}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'trailerFields'?: object;
46
+ 'headerNames'?: Array<string>;
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
 
@@ -35,6 +35,12 @@ export interface IPageAccessVO {
35
35
  * @memberof IPageAccessVO
36
36
  */
37
37
  'current'?: number;
38
+ /**
39
+ *
40
+ * @type {number}
41
+ * @memberof IPageAccessVO
42
+ */
43
+ 'pages'?: number;
38
44
  /**
39
45
  *
40
46
  * @type {Array<AccessVO>}
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
54
60
  * @memberof IPageAccessVO
55
61
  */
56
62
  'searchCount'?: boolean;
57
- /**
58
- *
59
- * @type {number}
60
- * @memberof IPageAccessVO
61
- */
62
- 'pages'?: number;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -379,15 +379,15 @@ export interface SysUser {
379
379
  'userAttachments'?: Array<SysUserAttachmentInfo>;
380
380
  /**
381
381
  *
382
- * @type {number}
382
+ * @type {string}
383
383
  * @memberof SysUser
384
384
  */
385
- 'cuserId'?: number;
385
+ 'cid'?: string;
386
386
  /**
387
387
  *
388
- * @type {string}
388
+ * @type {number}
389
389
  * @memberof SysUser
390
390
  */
391
- 'cid'?: string;
391
+ 'cuserId'?: number;
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.245",
3
+ "version": "4.2.0-alpha.247",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {