@gizone/rrs-client 3.11.12-alpha.49 → 3.11.12-alpha.50

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