@gizone/rrs-client 4.1.3-alpha.183 → 4.1.3-alpha.184

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.
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
25
25
  'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'status'?: number;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -71,12 +71,6 @@ export interface GetUserWx200Response {
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
73
  'characterEncoding'?: string;
74
- /**
75
- *
76
- * @type {object}
77
- * @memberof GetUserWx200Response
78
- */
79
- 'writer'?: object;
80
74
  /**
81
75
  *
82
76
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'committed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<AccessVO>}
27
+ * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'records'?: Array<AccessVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
25
25
  'trailerFields'?: object;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {number}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'status'?: number;
32
32
  /**
33
33
  *
34
- * @type {number}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'status'?: number;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -71,12 +71,6 @@ export interface GetUserWx200Response {
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
73
  'characterEncoding'?: string;
74
- /**
75
- *
76
- * @type {object}
77
- * @memberof GetUserWx200Response
78
- */
79
- 'writer'?: object;
80
74
  /**
81
75
  *
82
76
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'committed'?: boolean;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -24,16 +24,16 @@ export interface IPageAccessVO {
24
24
  'total'?: number;
25
25
  /**
26
26
  *
27
- * @type {Array<AccessVO>}
27
+ * @type {number}
28
28
  * @memberof IPageAccessVO
29
29
  */
30
- 'records'?: Array<AccessVO>;
30
+ 'current'?: number;
31
31
  /**
32
32
  *
33
- * @type {number}
33
+ * @type {Array<AccessVO>}
34
34
  * @memberof IPageAccessVO
35
35
  */
36
- 'current'?: number;
36
+ 'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
39
  * @type {number}
@@ -34,16 +34,16 @@ export interface GetUserWx200Response {
34
34
  'trailerFields'?: object;
35
35
  /**
36
36
  *
37
- * @type {Array<string>}
37
+ * @type {number}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'headerNames'?: Array<string>;
40
+ 'status'?: number;
41
41
  /**
42
42
  *
43
- * @type {number}
43
+ * @type {Array<string>}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'status'?: number;
46
+ 'headerNames'?: Array<string>;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
@@ -80,12 +80,6 @@ export interface GetUserWx200Response {
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
82
  'characterEncoding'?: string;
83
- /**
84
- *
85
- * @type {object}
86
- * @memberof GetUserWx200Response
87
- */
88
- 'writer'?: object;
89
83
  /**
90
84
  *
91
85
  * @type {number}
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
94
  'committed'?: boolean;
95
+ /**
96
+ *
97
+ * @type {object}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'writer'?: object;
101
101
  }
102
102
 
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
31
31
  'total'?: number;
32
32
  /**
33
33
  *
34
- * @type {Array<AccessVO>}
34
+ * @type {number}
35
35
  * @memberof IPageAccessVO
36
36
  */
37
- 'records'?: Array<AccessVO>;
37
+ 'current'?: number;
38
38
  /**
39
39
  *
40
- * @type {number}
40
+ * @type {Array<AccessVO>}
41
41
  * @memberof IPageAccessVO
42
42
  */
43
- 'current'?: number;
43
+ 'records'?: Array<AccessVO>;
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.1.3-alpha.183",
3
+ "version": "4.1.3-alpha.184",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {