@gizone/rrs-client 4.2.0-alpha.248 → 4.2.0-alpha.250

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,6 +17,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
+ /**
21
+ *
22
+ * @type {object}
23
+ * @memberof GetUserWx200Response
24
+ */
25
+ 'trailerFields'?: object;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {object}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'trailerFields'?: object;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  'bufferSize'?: number;
62
- /**
63
- *
64
- * @type {GetUserWx200ResponseLocale}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -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
  }
@@ -17,6 +17,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
+ /**
21
+ *
22
+ * @type {object}
23
+ * @memberof GetUserWx200Response
24
+ */
25
+ 'trailerFields'?: object;
20
26
  /**
21
27
  *
22
28
  * @type {number}
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
31
37
  'headerNames'?: Array<string>;
32
38
  /**
33
39
  *
34
- * @type {object}
40
+ * @type {GetUserWx200ResponseLocale}
35
41
  * @memberof GetUserWx200Response
36
42
  */
37
- 'trailerFields'?: object;
43
+ 'locale'?: GetUserWx200ResponseLocale;
38
44
  /**
39
45
  *
40
46
  * @type {string}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  'bufferSize'?: number;
62
- /**
63
- *
64
- * @type {GetUserWx200ResponseLocale}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -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
  }
@@ -26,6 +26,12 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
26
26
  * @interface GetUserWx200Response
27
27
  */
28
28
  export interface GetUserWx200Response {
29
+ /**
30
+ *
31
+ * @type {object}
32
+ * @memberof GetUserWx200Response
33
+ */
34
+ 'trailerFields'?: object;
29
35
  /**
30
36
  *
31
37
  * @type {number}
@@ -40,10 +46,10 @@ export interface GetUserWx200Response {
40
46
  'headerNames'?: Array<string>;
41
47
  /**
42
48
  *
43
- * @type {object}
49
+ * @type {GetUserWx200ResponseLocale}
44
50
  * @memberof GetUserWx200Response
45
51
  */
46
- 'trailerFields'?: object;
52
+ 'locale'?: GetUserWx200ResponseLocale;
47
53
  /**
48
54
  *
49
55
  * @type {string}
@@ -68,12 +74,6 @@ export interface GetUserWx200Response {
68
74
  * @memberof GetUserWx200Response
69
75
  */
70
76
  'bufferSize'?: number;
71
- /**
72
- *
73
- * @type {GetUserWx200ResponseLocale}
74
- * @memberof GetUserWx200Response
75
- */
76
- 'locale'?: GetUserWx200ResponseLocale;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -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.248",
3
+ "version": "4.2.0-alpha.250",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {