@gizone/rrs-client 4.2.0-alpha.267 → 4.2.0-alpha.268

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.
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {object}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'writer'?: object;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'characterEncoding'?: string;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<AccessVO>}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'records'?: Array<AccessVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageAccessVO
54
- */
55
- 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -65,12 +65,6 @@ export interface GetUserWx200Response {
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
67
  'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {object}
71
- * @memberof GetUserWx200Response
72
- */
73
- 'writer'?: object;
74
68
  /**
75
69
  *
76
70
  * @type {number}
@@ -89,4 +83,10 @@ export interface GetUserWx200Response {
89
83
  * @memberof GetUserWx200Response
90
84
  */
91
85
  'characterEncoding'?: string;
86
+ /**
87
+ *
88
+ * @type {object}
89
+ * @memberof GetUserWx200Response
90
+ */
91
+ 'writer'?: object;
92
92
  }
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
22
22
  * @memberof IPageAccessVO
23
23
  */
24
24
  'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<AccessVO>}
28
+ * @memberof IPageAccessVO
29
+ */
30
+ 'records'?: Array<AccessVO>;
25
31
  /**
26
32
  *
27
33
  * @type {number}
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
30
36
  'current'?: number;
31
37
  /**
32
38
  *
33
- * @type {Array<AccessVO>}
39
+ * @type {boolean}
34
40
  * @memberof IPageAccessVO
35
41
  */
36
- 'records'?: Array<AccessVO>;
42
+ 'searchCount'?: boolean;
37
43
  /**
38
44
  *
39
45
  * @type {number}
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
47
53
  * @deprecated
48
54
  */
49
55
  'hitCount'?: boolean;
50
- /**
51
- *
52
- * @type {boolean}
53
- * @memberof IPageAccessVO
54
- */
55
- 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -74,12 +74,6 @@ export interface GetUserWx200Response {
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
76
  'bufferSize'?: number;
77
- /**
78
- *
79
- * @type {object}
80
- * @memberof GetUserWx200Response
81
- */
82
- 'writer'?: object;
83
77
  /**
84
78
  *
85
79
  * @type {number}
@@ -98,5 +92,11 @@ export interface GetUserWx200Response {
98
92
  * @memberof GetUserWx200Response
99
93
  */
100
94
  'characterEncoding'?: string;
95
+ /**
96
+ *
97
+ * @type {object}
98
+ * @memberof GetUserWx200Response
99
+ */
100
+ 'writer'?: object;
101
101
  }
102
102
 
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
29
29
  * @memberof IPageAccessVO
30
30
  */
31
31
  'total'?: number;
32
+ /**
33
+ *
34
+ * @type {Array<AccessVO>}
35
+ * @memberof IPageAccessVO
36
+ */
37
+ 'records'?: Array<AccessVO>;
32
38
  /**
33
39
  *
34
40
  * @type {number}
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
37
43
  'current'?: number;
38
44
  /**
39
45
  *
40
- * @type {Array<AccessVO>}
46
+ * @type {boolean}
41
47
  * @memberof IPageAccessVO
42
48
  */
43
- 'records'?: Array<AccessVO>;
49
+ 'searchCount'?: boolean;
44
50
  /**
45
51
  *
46
52
  * @type {number}
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
54
60
  * @deprecated
55
61
  */
56
62
  '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.267",
3
+ "version": "4.2.0-alpha.268",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {