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

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}
@@ -37,10 +31,10 @@ export interface GetUserWx200Response {
37
31
  'headerNames'?: Array<string>;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'bufferSize'?: number;
62
+ /**
63
+ *
64
+ * @type {GetUserWx200ResponseLocale}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -30,29 +30,29 @@ export interface IPageAccessVO {
30
30
  'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'pages'?: number;
36
+ 'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
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 {string}
373
+ * @type {number}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cid'?: string;
376
+ 'cuserId'?: number;
377
377
  /**
378
378
  *
379
- * @type {number}
379
+ * @type {string}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cuserId'?: number;
382
+ 'cid'?: string;
383
383
  }
@@ -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}
@@ -37,10 +31,10 @@ export interface GetUserWx200Response {
37
31
  'headerNames'?: Array<string>;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'bufferSize'?: number;
62
+ /**
63
+ *
64
+ * @type {GetUserWx200ResponseLocale}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -30,29 +30,29 @@ export interface IPageAccessVO {
30
30
  'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'pages'?: number;
36
+ 'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
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 {string}
373
+ * @type {number}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cid'?: string;
376
+ 'cuserId'?: number;
377
377
  /**
378
378
  *
379
- * @type {number}
379
+ * @type {string}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cuserId'?: number;
382
+ 'cid'?: string;
383
383
  }
@@ -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}
@@ -46,10 +40,10 @@ export interface GetUserWx200Response {
46
40
  'headerNames'?: Array<string>;
47
41
  /**
48
42
  *
49
- * @type {GetUserWx200ResponseLocale}
43
+ * @type {object}
50
44
  * @memberof GetUserWx200Response
51
45
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
46
+ 'trailerFields'?: object;
53
47
  /**
54
48
  *
55
49
  * @type {string}
@@ -74,6 +68,12 @@ export interface GetUserWx200Response {
74
68
  * @memberof GetUserWx200Response
75
69
  */
76
70
  'bufferSize'?: number;
71
+ /**
72
+ *
73
+ * @type {GetUserWx200ResponseLocale}
74
+ * @memberof GetUserWx200Response
75
+ */
76
+ 'locale'?: GetUserWx200ResponseLocale;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -37,29 +37,29 @@ export interface IPageAccessVO {
37
37
  'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<AccessVO>}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'pages'?: number;
43
+ 'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {Array<AccessVO>}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'records'?: Array<AccessVO>;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
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 {string}
382
+ * @type {number}
383
383
  * @memberof SysUser
384
384
  */
385
- 'cid'?: string;
385
+ 'cuserId'?: number;
386
386
  /**
387
387
  *
388
- * @type {number}
388
+ * @type {string}
389
389
  * @memberof SysUser
390
390
  */
391
- 'cuserId'?: number;
391
+ 'cid'?: string;
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.247",
3
+ "version": "4.2.0-alpha.248",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {