@gizone/rrs-client 4.2.0-alpha.251 → 4.2.0-alpha.253

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.
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {number}
27
+ * @type {Array<AccessVO>}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'records'?: Array<AccessVO>;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {number}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'records'?: Array<AccessVO>;
36
+ 'current'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'characterEncoding'?: string;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -83,6 +77,12 @@ export interface GetUserWx200Response {
83
77
  * @memberof GetUserWx200Response
84
78
  */
85
79
  'committed'?: boolean;
80
+ /**
81
+ *
82
+ * @type {string}
83
+ * @memberof GetUserWx200Response
84
+ */
85
+ 'characterEncoding'?: string;
86
86
  /**
87
87
  *
88
88
  * @type {object}
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {number}
27
+ * @type {Array<AccessVO>}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'current'?: number;
30
+ 'records'?: Array<AccessVO>;
31
31
  /**
32
32
  *
33
- * @type {Array<AccessVO>}
33
+ * @type {number}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'records'?: Array<AccessVO>;
36
+ 'current'?: number;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -74,12 +74,6 @@ export interface GetUserWx200Response {
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
76
  'bufferSize'?: number;
77
- /**
78
- *
79
- * @type {string}
80
- * @memberof GetUserWx200Response
81
- */
82
- 'characterEncoding'?: string;
83
77
  /**
84
78
  *
85
79
  * @type {number}
@@ -92,6 +86,12 @@ export interface GetUserWx200Response {
92
86
  * @memberof GetUserWx200Response
93
87
  */
94
88
  'committed'?: boolean;
89
+ /**
90
+ *
91
+ * @type {string}
92
+ * @memberof GetUserWx200Response
93
+ */
94
+ 'characterEncoding'?: string;
95
95
  /**
96
96
  *
97
97
  * @type {object}
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {Array<AccessVO>}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'current'?: number;
37
+ 'records'?: Array<AccessVO>;
38
38
  /**
39
39
  *
40
- * @type {Array<AccessVO>}
40
+ * @type {number}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'records'?: Array<AccessVO>;
43
+ 'current'?: number;
44
44
  /**
45
45
  *
46
46
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.251",
3
+ "version": "4.2.0-alpha.253",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {