@gizone/rrs-client 4.1.3-alpha.222 → 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.
@@ -61,10 +61,10 @@ 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
70
  * @type {string}
@@ -76,17 +76,17 @@ export interface GetUserWx200Response {
76
76
  * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'contentLengthLong'?: number;
79
+ 'bufferSize'?: number;
80
80
  /**
81
81
  *
82
- * @type {boolean}
82
+ * @type {object}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'committed'?: boolean;
85
+ 'writer'?: object;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {number}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'contentLengthLong'?: number;
92
92
  }
@@ -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
  }
@@ -61,10 +61,10 @@ 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
70
  * @type {string}
@@ -76,17 +76,17 @@ export interface GetUserWx200Response {
76
76
  * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'contentLengthLong'?: number;
79
+ 'bufferSize'?: number;
80
80
  /**
81
81
  *
82
- * @type {boolean}
82
+ * @type {object}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'committed'?: boolean;
85
+ 'writer'?: object;
86
86
  /**
87
87
  *
88
- * @type {object}
88
+ * @type {number}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
91
+ 'contentLengthLong'?: number;
92
92
  }
@@ -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
  }
@@ -70,10 +70,10 @@ 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
79
  * @type {string}
@@ -85,18 +85,18 @@ export interface GetUserWx200Response {
85
85
  * @type {number}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'contentLengthLong'?: number;
88
+ 'bufferSize'?: number;
89
89
  /**
90
90
  *
91
- * @type {boolean}
91
+ * @type {object}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'committed'?: boolean;
94
+ 'writer'?: object;
95
95
  /**
96
96
  *
97
- * @type {object}
97
+ * @type {number}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'writer'?: object;
100
+ 'contentLengthLong'?: number;
101
101
  }
102
102
 
@@ -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.222",
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": {