@gizone/rrs-client 4.2.0-alpha.266 → 4.2.0-alpha.268

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,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {object}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'trailerFields'?: object;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,10 +31,16 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'status'?: number;
37
+ 'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,24 +59,12 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<AccessVO>}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'records'?: Array<AccessVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageAccessVO
54
- */
55
- 'searchCount'?: 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
  }
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {object}
22
+ * @type {number}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'trailerFields'?: object;
25
+ 'status'?: number;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,10 +31,16 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {object}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'status'?: number;
37
+ 'trailerFields'?: object;
38
+ /**
39
+ *
40
+ * @type {GetUserWx200ResponseLocale}
41
+ * @memberof GetUserWx200Response
42
+ */
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -53,24 +59,12 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<AccessVO>}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'records'?: Array<AccessVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageAccessVO
54
- */
55
- 'searchCount'?: 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
  }
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {object}
31
+ * @type {number}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'trailerFields'?: object;
34
+ 'status'?: number;
35
35
  /**
36
36
  *
37
37
  * @type {Array<string>}
@@ -40,10 +40,16 @@ export interface GetUserWx200Response {
40
40
  'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
- * @type {number}
43
+ * @type {object}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'status'?: number;
46
+ 'trailerFields'?: object;
47
+ /**
48
+ *
49
+ * @type {GetUserWx200ResponseLocale}
50
+ * @memberof GetUserWx200Response
51
+ */
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -62,24 +68,12 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
76
  'bufferSize'?: number;
77
- /**
78
- *
79
- * @type {string}
80
- * @memberof GetUserWx200Response
81
- */
82
- 'characterEncoding'?: string;
83
77
  /**
84
78
  *
85
79
  * @type {number}
@@ -92,6 +86,12 @@ export interface GetUserWx200Response {
92
86
  * @memberof GetUserWx200Response
93
87
  */
94
88
  'committed'?: boolean;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof GetUserWx200Response
93
+ */
94
+ 'characterEncoding'?: string;
95
95
  /**
96
96
  *
97
97
  * @type {object}
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
+ /**
33
+ *
34
+ * @type {Array<AccessVO>}
35
+ * @memberof IPageAccessVO
36
+ */
37
+ 'records'?: Array<AccessVO>;
32
38
  /**
33
39
  *
34
40
  * @type {number}
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
37
43
  'current'?: number;
38
44
  /**
39
45
  *
40
- * @type {Array<AccessVO>}
46
+ * @type {boolean}
41
47
  * @memberof IPageAccessVO
42
48
  */
43
- 'records'?: Array<AccessVO>;
49
+ 'searchCount'?: boolean;
44
50
  /**
45
51
  *
46
52
  * @type {number}
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
54
60
  * @deprecated
55
61
  */
56
62
  'hitCount'?: boolean;
57
- /**
58
- *
59
- * @type {boolean}
60
- * @memberof IPageAccessVO
61
- */
62
- 'searchCount'?: 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.266",
3
+ "version": "4.2.0-alpha.268",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {