@gizone/rrs-client 4.1.3-alpha.190 → 4.1.3-alpha.192

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 {Array<string>}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'headerNames'?: Array<string>;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -37,10 +31,10 @@ export interface GetUserWx200Response {
37
31
  'trailerFields'?: object;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {Array<string>}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'headerNames'?: Array<string>;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -59,6 +53,12 @@ export interface GetUserWx200Response {
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -67,22 +67,22 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {number}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'contentLengthLong'?: number;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {boolean}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'committed'?: boolean;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {string}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'characterEncoding'?: string;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -38,8 +38,9 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {number}
@@ -50,9 +51,8 @@ export interface IPageAccessVO {
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {number}
360
+ * @type {string}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cuserId'?: number;
363
+ 'cid'?: string;
364
364
  /**
365
365
  *
366
- * @type {string}
366
+ * @type {number}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cid'?: string;
369
+ 'cuserId'?: number;
370
370
  }
@@ -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 {Array<string>}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'headerNames'?: Array<string>;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -37,10 +31,10 @@ export interface GetUserWx200Response {
37
31
  'trailerFields'?: object;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {Array<string>}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'headerNames'?: Array<string>;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -59,6 +53,12 @@ export interface GetUserWx200Response {
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -67,22 +67,22 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {number}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'contentLengthLong'?: number;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {boolean}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'committed'?: boolean;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {string}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'characterEncoding'?: string;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -38,8 +38,9 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {number}
@@ -50,9 +51,8 @@ export interface IPageAccessVO {
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {number}
360
+ * @type {string}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cuserId'?: number;
363
+ 'cid'?: string;
364
364
  /**
365
365
  *
366
- * @type {string}
366
+ * @type {number}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cid'?: string;
369
+ 'cuserId'?: number;
370
370
  }
@@ -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 {Array<string>}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'headerNames'?: Array<string>;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -46,10 +40,10 @@ export interface GetUserWx200Response {
46
40
  'trailerFields'?: object;
47
41
  /**
48
42
  *
49
- * @type {GetUserWx200ResponseLocale}
43
+ * @type {Array<string>}
50
44
  * @memberof GetUserWx200Response
51
45
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
46
+ 'headerNames'?: Array<string>;
53
47
  /**
54
48
  *
55
49
  * @type {string}
@@ -68,6 +62,12 @@ export interface GetUserWx200Response {
68
62
  * @memberof GetUserWx200Response
69
63
  */
70
64
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
+ /**
66
+ *
67
+ * @type {GetUserWx200ResponseLocale}
68
+ * @memberof GetUserWx200Response
69
+ */
70
+ 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
@@ -76,22 +76,22 @@ export interface GetUserWx200Response {
76
76
  'bufferSize'?: number;
77
77
  /**
78
78
  *
79
- * @type {number}
79
+ * @type {string}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'contentLengthLong'?: number;
82
+ 'characterEncoding'?: string;
83
83
  /**
84
84
  *
85
- * @type {boolean}
85
+ * @type {number}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'committed'?: boolean;
88
+ 'contentLengthLong'?: number;
89
89
  /**
90
90
  *
91
- * @type {string}
91
+ * @type {boolean}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'characterEncoding'?: string;
94
+ 'committed'?: boolean;
95
95
  /**
96
96
  *
97
97
  * @type {object}
@@ -45,8 +45,9 @@ export interface IPageAccessVO {
45
45
  *
46
46
  * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
+ * @deprecated
48
49
  */
49
- 'searchCount'?: boolean;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
53
  * @type {number}
@@ -57,9 +58,8 @@ export interface IPageAccessVO {
57
58
  *
58
59
  * @type {boolean}
59
60
  * @memberof IPageAccessVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -364,15 +364,15 @@ export interface SysUser {
364
364
  'supplierId'?: number;
365
365
  /**
366
366
  *
367
- * @type {number}
367
+ * @type {string}
368
368
  * @memberof SysUser
369
369
  */
370
- 'cuserId'?: number;
370
+ 'cid'?: string;
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.190",
3
+ "version": "4.1.3-alpha.192",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {