@gizone/rrs-client 4.2.0-alpha.244 → 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}
@@ -30,16 +30,16 @@ export interface IPageAccessVO {
30
30
  'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {number}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'records'?: Array<AccessVO>;
36
+ 'pages'?: number;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {Array<AccessVO>}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'records'?: Array<AccessVO>;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -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}
@@ -30,16 +30,16 @@ export interface IPageAccessVO {
30
30
  'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {number}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'records'?: Array<AccessVO>;
36
+ 'pages'?: number;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {Array<AccessVO>}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'records'?: Array<AccessVO>;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -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}
@@ -37,16 +37,16 @@ export interface IPageAccessVO {
37
37
  'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {Array<AccessVO>}
40
+ * @type {number}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'records'?: Array<AccessVO>;
43
+ 'pages'?: number;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {Array<AccessVO>}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'records'?: Array<AccessVO>;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -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.244",
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": {