@gizone/rrs-client 4.2.0-alpha.279 → 4.2.0-alpha.281

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.
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof GetUserWx200Response
48
+ */
49
+ 'bufferSize'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {string}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
- /**
63
- *
64
- * @type {number}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -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}
@@ -41,6 +41,12 @@ export interface GetUserWx200Response {
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof GetUserWx200Response
48
+ */
49
+ 'bufferSize'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {string}
@@ -59,12 +65,6 @@ export interface GetUserWx200Response {
59
65
  * @memberof GetUserWx200Response
60
66
  */
61
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
- /**
63
- *
64
- * @type {number}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'bufferSize'?: number;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -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}
@@ -50,6 +50,12 @@ export interface GetUserWx200Response {
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
52
  'locale'?: GetUserWx200ResponseLocale;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof GetUserWx200Response
57
+ */
58
+ 'bufferSize'?: number;
53
59
  /**
54
60
  *
55
61
  * @type {string}
@@ -68,12 +74,6 @@ export interface GetUserWx200Response {
68
74
  * @memberof GetUserWx200Response
69
75
  */
70
76
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
- /**
72
- *
73
- * @type {number}
74
- * @memberof GetUserWx200Response
75
- */
76
- 'bufferSize'?: number;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -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.2.0-alpha.279",
3
+ "version": "4.2.0-alpha.281",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {