@gizone/rrs-client 4.2.0-alpha.249 → 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}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -67,26 +67,26 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -38,9 +38,8 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
- * @deprecated
42
41
  */
43
- 'hitCount'?: boolean;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
45
  * @type {number}
@@ -51,8 +50,9 @@ export interface IPageAccessVO {
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: 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
  }
@@ -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}
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
53
59
  * @memberof GetUserWx200Response
54
60
  */
55
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
- /**
57
- *
58
- * @type {GetUserWx200ResponseLocale}
59
- * @memberof GetUserWx200Response
60
- */
61
- 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -67,26 +67,26 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {boolean}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'committed'?: boolean;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
- * @type {object}
76
+ * @type {number}
77
77
  * @memberof GetUserWx200Response
78
78
  */
79
- 'writer'?: object;
79
+ 'contentLengthLong'?: number;
80
80
  /**
81
81
  *
82
- * @type {number}
82
+ * @type {boolean}
83
83
  * @memberof GetUserWx200Response
84
84
  */
85
- 'contentLengthLong'?: number;
85
+ 'committed'?: boolean;
86
86
  /**
87
87
  *
88
- * @type {string}
88
+ * @type {object}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'characterEncoding'?: string;
91
+ 'writer'?: object;
92
92
  }
@@ -38,9 +38,8 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
- * @deprecated
42
41
  */
43
- 'hitCount'?: boolean;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
45
  * @type {number}
@@ -51,8 +50,9 @@ export interface IPageAccessVO {
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: 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
  }
@@ -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}
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
62
68
  * @memberof GetUserWx200Response
63
69
  */
64
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
- /**
66
- *
67
- * @type {GetUserWx200ResponseLocale}
68
- * @memberof GetUserWx200Response
69
- */
70
- 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
@@ -76,27 +76,27 @@ export interface GetUserWx200Response {
76
76
  'bufferSize'?: number;
77
77
  /**
78
78
  *
79
- * @type {boolean}
79
+ * @type {string}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'committed'?: boolean;
82
+ 'characterEncoding'?: string;
83
83
  /**
84
84
  *
85
- * @type {object}
85
+ * @type {number}
86
86
  * @memberof GetUserWx200Response
87
87
  */
88
- 'writer'?: object;
88
+ 'contentLengthLong'?: number;
89
89
  /**
90
90
  *
91
- * @type {number}
91
+ * @type {boolean}
92
92
  * @memberof GetUserWx200Response
93
93
  */
94
- 'contentLengthLong'?: number;
94
+ 'committed'?: boolean;
95
95
  /**
96
96
  *
97
- * @type {string}
97
+ * @type {object}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'characterEncoding'?: string;
100
+ 'writer'?: object;
101
101
  }
102
102
 
@@ -45,9 +45,8 @@ export interface IPageAccessVO {
45
45
  *
46
46
  * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
- * @deprecated
49
48
  */
50
- 'hitCount'?: boolean;
49
+ 'searchCount'?: boolean;
51
50
  /**
52
51
  *
53
52
  * @type {number}
@@ -58,8 +57,9 @@ export interface IPageAccessVO {
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: 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.249",
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": {