@gizone/rrs-client 3.11.17-alpha.92 → 3.11.17-alpha.93

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 {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {object}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'trailerFields'?: object;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {Array<string>}
@@ -55,16 +55,16 @@ export interface GetUserWx200Response {
55
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'bufferSize'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseLocale}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -27,26 +27,26 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'pages'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {boolean}
34
34
  * @memberof IPageAccessVO
35
+ * @deprecated
35
36
  */
36
- 'records'?: Array<AccessVO>;
37
+ 'hitCount'?: boolean;
37
38
  /**
38
39
  *
39
- * @type {number}
40
+ * @type {Array<AccessVO>}
40
41
  * @memberof IPageAccessVO
41
42
  */
42
- 'pages'?: number;
43
+ 'records'?: Array<AccessVO>;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageAccessVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'current'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -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
  }
@@ -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 {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {object}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'trailerFields'?: object;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
34
  * @type {Array<string>}
@@ -55,16 +55,16 @@ export interface GetUserWx200Response {
55
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'bufferSize'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseLocale}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -27,26 +27,26 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'pages'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {boolean}
34
34
  * @memberof IPageAccessVO
35
+ * @deprecated
35
36
  */
36
- 'records'?: Array<AccessVO>;
37
+ 'hitCount'?: boolean;
37
38
  /**
38
39
  *
39
- * @type {number}
40
+ * @type {Array<AccessVO>}
40
41
  * @memberof IPageAccessVO
41
42
  */
42
- 'pages'?: number;
43
+ 'records'?: Array<AccessVO>;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageAccessVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'current'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -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
  }
@@ -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 {object}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'trailerFields'?: object;
35
35
  /**
36
36
  *
37
- * @type {object}
37
+ * @type {number}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'trailerFields'?: object;
40
+ 'status'?: number;
41
41
  /**
42
42
  *
43
43
  * @type {Array<string>}
@@ -64,16 +64,16 @@ export interface GetUserWx200Response {
64
64
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
65
  /**
66
66
  *
67
- * @type {GetUserWx200ResponseLocale}
67
+ * @type {number}
68
68
  * @memberof GetUserWx200Response
69
69
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
70
+ 'bufferSize'?: number;
71
71
  /**
72
72
  *
73
- * @type {number}
73
+ * @type {GetUserWx200ResponseLocale}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'bufferSize'?: number;
76
+ 'locale'?: GetUserWx200ResponseLocale;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -34,26 +34,26 @@ export interface IPageAccessVO {
34
34
  * @type {number}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'current'?: number;
37
+ 'pages'?: number;
38
38
  /**
39
39
  *
40
- * @type {Array<AccessVO>}
40
+ * @type {boolean}
41
41
  * @memberof IPageAccessVO
42
+ * @deprecated
42
43
  */
43
- 'records'?: Array<AccessVO>;
44
+ 'hitCount'?: boolean;
44
45
  /**
45
46
  *
46
- * @type {number}
47
+ * @type {Array<AccessVO>}
47
48
  * @memberof IPageAccessVO
48
49
  */
49
- 'pages'?: number;
50
+ 'records'?: Array<AccessVO>;
50
51
  /**
51
52
  *
52
- * @type {boolean}
53
+ * @type {number}
53
54
  * @memberof IPageAccessVO
54
- * @deprecated
55
55
  */
56
- 'hitCount'?: boolean;
56
+ 'current'?: number;
57
57
  /**
58
58
  *
59
59
  * @type {boolean}
@@ -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.17-alpha.92",
3
+ "version": "3.11.17-alpha.93",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {