@gizone/rrs-client 4.1.2-alpha.174 → 4.1.2-alpha.175

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,34 +37,40 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {GetUserWx200ResponseLocale}
40
+ * @type {string}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
43
+ 'contentType'?: string;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'bufferSize'?: number;
49
+ 'contentLength'?: number;
50
50
  /**
51
51
  *
52
- * @type {string}
52
+ * @type {GetUserWx200ResponseOutputStream}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'contentType'?: string;
55
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
56
62
  /**
57
63
  *
58
64
  * @type {number}
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
- 'contentLength'?: number;
67
+ 'bufferSize'?: number;
62
68
  /**
63
69
  *
64
- * @type {GetUserWx200ResponseOutputStream}
70
+ * @type {string}
65
71
  * @memberof GetUserWx200Response
66
72
  */
67
- 'outputStream'?: GetUserWx200ResponseOutputStream;
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
  }
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageAccessVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -37,34 +37,40 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {GetUserWx200ResponseLocale}
40
+ * @type {string}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
43
+ 'contentType'?: string;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'bufferSize'?: number;
49
+ 'contentLength'?: number;
50
50
  /**
51
51
  *
52
- * @type {string}
52
+ * @type {GetUserWx200ResponseOutputStream}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'contentType'?: string;
55
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
56
62
  /**
57
63
  *
58
64
  * @type {number}
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
- 'contentLength'?: number;
67
+ 'bufferSize'?: number;
62
68
  /**
63
69
  *
64
- * @type {GetUserWx200ResponseOutputStream}
70
+ * @type {string}
65
71
  * @memberof GetUserWx200Response
66
72
  */
67
- 'outputStream'?: GetUserWx200ResponseOutputStream;
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
  }
@@ -34,12 +34,6 @@ export interface IPageAccessVO {
34
34
  * @memberof IPageAccessVO
35
35
  */
36
36
  'records'?: Array<AccessVO>;
37
- /**
38
- *
39
- * @type {boolean}
40
- * @memberof IPageAccessVO
41
- */
42
- 'searchCount'?: boolean;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -46,34 +46,40 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {GetUserWx200ResponseLocale}
49
+ * @type {string}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
52
+ 'contentType'?: string;
53
53
  /**
54
54
  *
55
55
  * @type {number}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'bufferSize'?: number;
58
+ 'contentLength'?: number;
59
59
  /**
60
60
  *
61
- * @type {string}
61
+ * @type {GetUserWx200ResponseOutputStream}
62
62
  * @memberof GetUserWx200Response
63
63
  */
64
- 'contentType'?: string;
64
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
65
+ /**
66
+ *
67
+ * @type {GetUserWx200ResponseLocale}
68
+ * @memberof GetUserWx200Response
69
+ */
70
+ 'locale'?: GetUserWx200ResponseLocale;
65
71
  /**
66
72
  *
67
73
  * @type {number}
68
74
  * @memberof GetUserWx200Response
69
75
  */
70
- 'contentLength'?: number;
76
+ 'bufferSize'?: number;
71
77
  /**
72
78
  *
73
- * @type {GetUserWx200ResponseOutputStream}
79
+ * @type {string}
74
80
  * @memberof GetUserWx200Response
75
81
  */
76
- 'outputStream'?: GetUserWx200ResponseOutputStream;
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
 
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
41
41
  * @memberof IPageAccessVO
42
42
  */
43
43
  'records'?: Array<AccessVO>;
44
- /**
45
- *
46
- * @type {boolean}
47
- * @memberof IPageAccessVO
48
- */
49
- 'searchCount'?: boolean;
50
44
  /**
51
45
  *
52
46
  * @type {number}
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
60
54
  * @deprecated
61
55
  */
62
56
  'hitCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {boolean}
60
+ * @memberof IPageAccessVO
61
+ */
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.2-alpha.174",
3
+ "version": "4.1.2-alpha.175",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {