@gizone/rrs-client 4.1.3-alpha.226 → 4.1.3-alpha.227

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.
@@ -41,12 +41,6 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
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}
@@ -363,14 +363,14 @@ export interface SysUser {
363
363
  'userNo'?: 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
  /**
371
371
  *
372
- * @type {number}
372
+ * @type {string}
373
373
  * @memberof SysUser
374
374
  */
375
- 'cuserId'?: number;
375
+ 'cid'?: string;
376
376
  }
@@ -41,12 +41,6 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
- /**
45
- *
46
- * @type {number}
47
- * @memberof GetUserWx200Response
48
- */
49
- 'bufferSize'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {string}
@@ -65,6 +59,12 @@ export interface GetUserWx200Response {
65
59
  * @memberof GetUserWx200Response
66
60
  */
67
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
+ /**
63
+ *
64
+ * @type {number}
65
+ * @memberof GetUserWx200Response
66
+ */
67
+ 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
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}
@@ -363,14 +363,14 @@ export interface SysUser {
363
363
  'userNo'?: 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
  /**
371
371
  *
372
- * @type {number}
372
+ * @type {string}
373
373
  * @memberof SysUser
374
374
  */
375
- 'cuserId'?: number;
375
+ 'cid'?: string;
376
376
  }
@@ -50,12 +50,6 @@ export interface GetUserWx200Response {
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
52
  'locale'?: GetUserWx200ResponseLocale;
53
- /**
54
- *
55
- * @type {number}
56
- * @memberof GetUserWx200Response
57
- */
58
- 'bufferSize'?: number;
59
53
  /**
60
54
  *
61
55
  * @type {string}
@@ -74,6 +68,12 @@ export interface GetUserWx200Response {
74
68
  * @memberof GetUserWx200Response
75
69
  */
76
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
+ /**
72
+ *
73
+ * @type {number}
74
+ * @memberof GetUserWx200Response
75
+ */
76
+ 'bufferSize'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
+ * @deprecated
54
55
  */
55
- 'searchCount'?: boolean;
56
+ 'hitCount'?: boolean;
56
57
  /**
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}
@@ -370,15 +370,15 @@ export interface SysUser {
370
370
  'userNo'?: 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
  *
379
- * @type {number}
379
+ * @type {string}
380
380
  * @memberof SysUser
381
381
  */
382
- 'cuserId'?: number;
382
+ 'cid'?: string;
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.226",
3
+ "version": "4.1.3-alpha.227",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {