@gizone/rrs-client 4.2.0-alpha.275 → 4.2.0-alpha.276

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.
@@ -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 {Array<string>}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'headerNames'?: Array<string>;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -46,40 +40,40 @@ export interface GetUserWx200Response {
46
40
  'trailerFields'?: object;
47
41
  /**
48
42
  *
49
- * @type {string}
43
+ * @type {Array<string>}
50
44
  * @memberof GetUserWx200Response
51
45
  */
52
- 'contentType'?: string;
46
+ 'headerNames'?: Array<string>;
53
47
  /**
54
48
  *
55
- * @type {number}
49
+ * @type {GetUserWx200ResponseLocale}
56
50
  * @memberof GetUserWx200Response
57
51
  */
58
- 'contentLength'?: number;
52
+ 'locale'?: GetUserWx200ResponseLocale;
59
53
  /**
60
54
  *
61
- * @type {GetUserWx200ResponseOutputStream}
55
+ * @type {string}
62
56
  * @memberof GetUserWx200Response
63
57
  */
64
- 'outputStream'?: GetUserWx200ResponseOutputStream;
58
+ 'contentType'?: string;
65
59
  /**
66
60
  *
67
- * @type {GetUserWx200ResponseLocale}
61
+ * @type {number}
68
62
  * @memberof GetUserWx200Response
69
63
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
64
+ 'contentLength'?: number;
71
65
  /**
72
66
  *
73
- * @type {number}
67
+ * @type {GetUserWx200ResponseOutputStream}
74
68
  * @memberof GetUserWx200Response
75
69
  */
76
- 'bufferSize'?: number;
70
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
77
71
  /**
78
72
  *
79
- * @type {object}
73
+ * @type {number}
80
74
  * @memberof GetUserWx200Response
81
75
  */
82
- 'writer'?: object;
76
+ 'bufferSize'?: number;
83
77
  /**
84
78
  *
85
79
  * @type {string}
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.275",
3
+ "version": "4.2.0-alpha.276",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {