@gizone/rrs-client 4.2.0-alpha.263 → 4.2.0-alpha.264

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.
@@ -37,10 +37,10 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {GetUserWx200ResponseLocale}
40
+ * @type {number}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
43
+ 'bufferSize'?: number;
44
44
  /**
45
45
  *
46
46
  * @type {string}
@@ -61,10 +61,10 @@ export interface GetUserWx200Response {
61
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseLocale}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -37,10 +37,10 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {GetUserWx200ResponseLocale}
40
+ * @type {number}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
43
+ 'bufferSize'?: number;
44
44
  /**
45
45
  *
46
46
  * @type {string}
@@ -61,10 +61,10 @@ export interface GetUserWx200Response {
61
61
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseLocale}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'locale'?: GetUserWx200ResponseLocale;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -46,10 +46,10 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {GetUserWx200ResponseLocale}
49
+ * @type {number}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
52
+ 'bufferSize'?: number;
53
53
  /**
54
54
  *
55
55
  * @type {string}
@@ -70,10 +70,10 @@ export interface GetUserWx200Response {
70
70
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
71
  /**
72
72
  *
73
- * @type {number}
73
+ * @type {GetUserWx200ResponseLocale}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'bufferSize'?: number;
76
+ 'locale'?: GetUserWx200ResponseLocale;
77
77
  /**
78
78
  *
79
79
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.263",
3
+ "version": "4.2.0-alpha.264",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {