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

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