@gizone/rrs-client 3.11.16-alpha.75 → 3.11.16-alpha.77

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,14 +17,14 @@
17
17
  export interface GetUserWx200ResponseOutputStream {
18
18
  /**
19
19
  *
20
- * @type {object}
20
+ * @type {boolean}
21
21
  * @memberof GetUserWx200ResponseOutputStream
22
22
  */
23
- 'writeListener'?: object;
23
+ 'ready'?: boolean;
24
24
  /**
25
25
  *
26
- * @type {boolean}
26
+ * @type {object}
27
27
  * @memberof GetUserWx200ResponseOutputStream
28
28
  */
29
- 'ready'?: boolean;
29
+ 'writeListener'?: object;
30
30
  }
@@ -17,12 +17,6 @@ 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;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -17,14 +17,14 @@
17
17
  export interface GetUserWx200ResponseOutputStream {
18
18
  /**
19
19
  *
20
- * @type {object}
20
+ * @type {boolean}
21
21
  * @memberof GetUserWx200ResponseOutputStream
22
22
  */
23
- 'writeListener'?: object;
23
+ 'ready'?: boolean;
24
24
  /**
25
25
  *
26
- * @type {boolean}
26
+ * @type {object}
27
27
  * @memberof GetUserWx200ResponseOutputStream
28
28
  */
29
- 'ready'?: boolean;
29
+ 'writeListener'?: object;
30
30
  }
@@ -17,12 +17,6 @@ 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;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -22,15 +22,15 @@
22
22
  export interface GetUserWx200ResponseOutputStream {
23
23
  /**
24
24
  *
25
- * @type {object}
25
+ * @type {boolean}
26
26
  * @memberof GetUserWx200ResponseOutputStream
27
27
  */
28
- 'writeListener'?: object;
28
+ 'ready'?: boolean;
29
29
  /**
30
30
  *
31
- * @type {boolean}
31
+ * @type {object}
32
32
  * @memberof GetUserWx200ResponseOutputStream
33
33
  */
34
- 'ready'?: boolean;
34
+ 'writeListener'?: object;
35
35
  }
36
36
 
@@ -26,12 +26,6 @@ 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;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
44
38
  * @memberof GetUserWx200Response
45
39
  */
46
40
  'headerNames'?: Array<string>;
41
+ /**
42
+ *
43
+ * @type {object}
44
+ * @memberof GetUserWx200Response
45
+ */
46
+ 'trailerFields'?: object;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.16-alpha.75",
3
+ "version": "3.11.16-alpha.77",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {