@gizone/rrs-client 4.1.3-alpha.223 → 4.1.3-alpha.224

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}
@@ -61,32 +61,32 @@ export interface GetUserWx200Response {
61
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {boolean}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'committed'?: boolean;
68
68
  /**
69
69
  *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'bufferSize'?: number;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {object}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'writer'?: object;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {number}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'contentLengthLong'?: number;
92
92
  }
@@ -36,10 +36,10 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -49,10 +49,10 @@ export interface IPageAccessVO {
49
49
  'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {number}
52
+ * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
54
  */
55
- 'pages'?: number;
55
+ 'searchCount'?: boolean;
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
  }
@@ -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}
@@ -61,32 +61,32 @@ export interface GetUserWx200Response {
61
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {boolean}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'committed'?: boolean;
68
68
  /**
69
69
  *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'bufferSize'?: number;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {object}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'writer'?: object;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {number}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'contentLengthLong'?: number;
92
92
  }
@@ -36,10 +36,10 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {boolean}
39
+ * @type {number}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'searchCount'?: boolean;
42
+ 'pages'?: number;
43
43
  /**
44
44
  *
45
45
  * @type {boolean}
@@ -49,10 +49,10 @@ export interface IPageAccessVO {
49
49
  'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {number}
52
+ * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
54
  */
55
- 'pages'?: number;
55
+ 'searchCount'?: boolean;
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
  }
@@ -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}
@@ -70,33 +70,33 @@ export interface GetUserWx200Response {
70
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
71
  /**
72
72
  *
73
- * @type {number}
73
+ * @type {boolean}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'bufferSize'?: number;
76
+ 'committed'?: boolean;
77
77
  /**
78
78
  *
79
- * @type {boolean}
79
+ * @type {string}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'committed'?: boolean;
82
+ 'characterEncoding'?: string;
83
83
  /**
84
84
  *
85
- * @type {object}
85
+ * @type {number}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'writer'?: object;
88
+ 'bufferSize'?: number;
89
89
  /**
90
90
  *
91
- * @type {number}
91
+ * @type {object}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'contentLengthLong'?: number;
94
+ 'writer'?: object;
95
95
  /**
96
96
  *
97
- * @type {string}
97
+ * @type {number}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'characterEncoding'?: string;
100
+ 'contentLengthLong'?: number;
101
101
  }
102
102
 
@@ -43,10 +43,10 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {boolean}
46
+ * @type {number}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'searchCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -56,10 +56,10 @@ export interface IPageAccessVO {
56
56
  'hitCount'?: boolean;
57
57
  /**
58
58
  *
59
- * @type {number}
59
+ * @type {boolean}
60
60
  * @memberof IPageAccessVO
61
61
  */
62
- 'pages'?: number;
62
+ 'searchCount'?: boolean;
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.223",
3
+ "version": "4.1.3-alpha.224",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {