@gizone/rrs-client 4.1.3-alpha.218 → 4.1.3-alpha.219

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,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {number}
40
- * @memberof IPageAccessVO
41
- */
42
- 'pages'?: number;
43
37
  /**
44
38
  *
45
39
  * @type {boolean}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @memberof IPageAccessVO
54
48
  */
55
49
  'searchCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -363,14 +363,14 @@ export interface SysUser {
363
363
  'userNo'?: string;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  /**
371
371
  *
372
- * @type {string}
372
+ * @type {number}
373
373
  * @memberof SysUser
374
374
  */
375
- 'cid'?: string;
375
+ 'cuserId'?: number;
376
376
  }
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {number}
40
- * @memberof IPageAccessVO
41
- */
42
- 'pages'?: number;
43
37
  /**
44
38
  *
45
39
  * @type {boolean}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @memberof IPageAccessVO
54
48
  */
55
49
  'searchCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {number}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -363,14 +363,14 @@ export interface SysUser {
363
363
  'userNo'?: string;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  /**
371
371
  *
372
- * @type {string}
372
+ * @type {number}
373
373
  * @memberof SysUser
374
374
  */
375
- 'cid'?: string;
375
+ 'cuserId'?: number;
376
376
  }
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
26
26
  * @interface GetUserWx200Response
27
27
  */
28
28
  export interface GetUserWx200Response {
29
- /**
30
- *
31
- * @type {object}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'trailerFields'?: object;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
44
38
  * @memberof GetUserWx200Response
45
39
  */
46
40
  'headerNames'?: Array<string>;
41
+ /**
42
+ *
43
+ * @type {object}
44
+ * @memberof GetUserWx200Response
45
+ */
46
+ 'trailerFields'?: object;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
41
41
  * @memberof IPageAccessVO
42
42
  */
43
43
  'records'?: Array<AccessVO>;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof IPageAccessVO
48
- */
49
- 'pages'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {boolean}
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
60
54
  * @memberof IPageAccessVO
61
55
  */
62
56
  'searchCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {number}
60
+ * @memberof IPageAccessVO
61
+ */
62
+ 'pages'?: number;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -370,15 +370,15 @@ export interface SysUser {
370
370
  'userNo'?: string;
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
  }
384
384
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.218",
3
+ "version": "4.1.3-alpha.219",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {