@gizone/rrs-client 4.1.3-alpha.188 → 4.1.3-alpha.189

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,10 +67,10 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {object}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'writer'?: object;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
85
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
  }
@@ -30,29 +30,29 @@ export interface IPageAccessVO {
30
30
  'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {boolean}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
- * @deprecated
36
35
  */
37
- 'hitCount'?: boolean;
36
+ 'records'?: Array<AccessVO>;
38
37
  /**
39
38
  *
40
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
- * @type {number}
45
+ * @type {boolean}
47
46
  * @memberof IPageAccessVO
47
+ * @deprecated
48
48
  */
49
- 'pages'?: number;
49
+ 'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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,10 +67,10 @@ export interface GetUserWx200Response {
67
67
  'bufferSize'?: number;
68
68
  /**
69
69
  *
70
- * @type {object}
70
+ * @type {string}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'writer'?: object;
73
+ 'characterEncoding'?: string;
74
74
  /**
75
75
  *
76
76
  * @type {number}
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
85
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
  }
@@ -30,29 +30,29 @@ export interface IPageAccessVO {
30
30
  'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {boolean}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
- * @deprecated
36
35
  */
37
- 'hitCount'?: boolean;
36
+ 'records'?: Array<AccessVO>;
38
37
  /**
39
38
  *
40
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
44
43
  /**
45
44
  *
46
- * @type {number}
45
+ * @type {boolean}
47
46
  * @memberof IPageAccessVO
47
+ * @deprecated
48
48
  */
49
- 'pages'?: number;
49
+ 'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -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,10 +76,10 @@ export interface GetUserWx200Response {
76
76
  'bufferSize'?: number;
77
77
  /**
78
78
  *
79
- * @type {object}
79
+ * @type {string}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'writer'?: object;
82
+ 'characterEncoding'?: string;
83
83
  /**
84
84
  *
85
85
  * @type {number}
@@ -94,9 +94,9 @@ export interface GetUserWx200Response {
94
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
 
@@ -37,29 +37,29 @@ export interface IPageAccessVO {
37
37
  'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {boolean}
40
+ * @type {Array<AccessVO>}
41
41
  * @memberof IPageAccessVO
42
- * @deprecated
43
42
  */
44
- 'hitCount'?: boolean;
43
+ 'records'?: Array<AccessVO>;
45
44
  /**
46
45
  *
47
- * @type {Array<AccessVO>}
46
+ * @type {boolean}
48
47
  * @memberof IPageAccessVO
49
48
  */
50
- 'records'?: Array<AccessVO>;
49
+ 'searchCount'?: boolean;
51
50
  /**
52
51
  *
53
- * @type {number}
52
+ * @type {boolean}
54
53
  * @memberof IPageAccessVO
54
+ * @deprecated
55
55
  */
56
- 'pages'?: number;
56
+ 'hitCount'?: boolean;
57
57
  /**
58
58
  *
59
- * @type {boolean}
59
+ * @type {number}
60
60
  * @memberof IPageAccessVO
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'pages'?: number;
63
63
  /**
64
64
  *
65
65
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.188",
3
+ "version": "4.1.3-alpha.189",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {