@gizone/rrs-client 3.11.17-alpha.86 → 3.11.17-alpha.88

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}
@@ -27,26 +27,26 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'pages'?: number;
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
39
  * @type {number}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'current'?: number;
42
+ 'pages'?: number;
44
43
  /**
45
44
  *
46
- * @type {Array<AccessVO>}
45
+ * @type {boolean}
47
46
  * @memberof IPageAccessVO
47
+ * @deprecated
48
48
  */
49
- 'records'?: Array<AccessVO>;
49
+ 'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -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}
@@ -27,26 +27,26 @@ export interface IPageAccessVO {
27
27
  * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'pages'?: number;
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
39
  * @type {number}
41
40
  * @memberof IPageAccessVO
42
41
  */
43
- 'current'?: number;
42
+ 'pages'?: number;
44
43
  /**
45
44
  *
46
- * @type {Array<AccessVO>}
45
+ * @type {boolean}
47
46
  * @memberof IPageAccessVO
47
+ * @deprecated
48
48
  */
49
- 'records'?: Array<AccessVO>;
49
+ 'hitCount'?: boolean;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -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}
@@ -34,26 +34,26 @@ export interface IPageAccessVO {
34
34
  * @type {number}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'pages'?: number;
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
46
  * @type {number}
48
47
  * @memberof IPageAccessVO
49
48
  */
50
- 'current'?: number;
49
+ 'pages'?: number;
51
50
  /**
52
51
  *
53
- * @type {Array<AccessVO>}
52
+ * @type {boolean}
54
53
  * @memberof IPageAccessVO
54
+ * @deprecated
55
55
  */
56
- 'records'?: Array<AccessVO>;
56
+ 'hitCount'?: boolean;
57
57
  /**
58
58
  *
59
59
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.17-alpha.86",
3
+ "version": "3.11.17-alpha.88",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {