@gizone/rrs-client 4.1.1-alpha.160 → 4.1.1-alpha.161

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.
@@ -35,12 +35,6 @@ export interface GetUserWx200Response {
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
- /**
39
- *
40
- * @type {GetUserWx200ResponseLocale}
41
- * @memberof GetUserWx200Response
42
- */
43
- 'locale'?: GetUserWx200ResponseLocale;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -59,12 +53,24 @@ export interface GetUserWx200Response {
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'characterEncoding'?: string;
68
74
  /**
69
75
  *
70
76
  * @type {number}
@@ -83,10 +89,4 @@ export interface GetUserWx200Response {
83
89
  * @memberof GetUserWx200Response
84
90
  */
85
91
  'writer'?: object;
86
- /**
87
- *
88
- * @type {string}
89
- * @memberof GetUserWx200Response
90
- */
91
- 'characterEncoding'?: string;
92
92
  }
@@ -35,12 +35,6 @@ export interface GetUserWx200Response {
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
37
  'trailerFields'?: object;
38
- /**
39
- *
40
- * @type {GetUserWx200ResponseLocale}
41
- * @memberof GetUserWx200Response
42
- */
43
- 'locale'?: GetUserWx200ResponseLocale;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -59,12 +53,24 @@ export interface GetUserWx200Response {
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof GetUserWx200Response
72
+ */
73
+ 'characterEncoding'?: string;
68
74
  /**
69
75
  *
70
76
  * @type {number}
@@ -83,10 +89,4 @@ export interface GetUserWx200Response {
83
89
  * @memberof GetUserWx200Response
84
90
  */
85
91
  'writer'?: object;
86
- /**
87
- *
88
- * @type {string}
89
- * @memberof GetUserWx200Response
90
- */
91
- 'characterEncoding'?: string;
92
92
  }
@@ -44,12 +44,6 @@ export interface GetUserWx200Response {
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
46
  'trailerFields'?: object;
47
- /**
48
- *
49
- * @type {GetUserWx200ResponseLocale}
50
- * @memberof GetUserWx200Response
51
- */
52
- 'locale'?: GetUserWx200ResponseLocale;
53
47
  /**
54
48
  *
55
49
  * @type {string}
@@ -68,12 +62,24 @@ export interface GetUserWx200Response {
68
62
  * @memberof GetUserWx200Response
69
63
  */
70
64
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
+ /**
66
+ *
67
+ * @type {GetUserWx200ResponseLocale}
68
+ * @memberof GetUserWx200Response
69
+ */
70
+ 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
76
  'bufferSize'?: number;
77
+ /**
78
+ *
79
+ * @type {string}
80
+ * @memberof GetUserWx200Response
81
+ */
82
+ 'characterEncoding'?: string;
77
83
  /**
78
84
  *
79
85
  * @type {number}
@@ -92,11 +98,5 @@ export interface GetUserWx200Response {
92
98
  * @memberof GetUserWx200Response
93
99
  */
94
100
  'writer'?: object;
95
- /**
96
- *
97
- * @type {string}
98
- * @memberof GetUserWx200Response
99
- */
100
- 'characterEncoding'?: string;
101
101
  }
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.1-alpha.160",
3
+ "version": "4.1.1-alpha.161",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {