@gizone/rrs-client 4.1.3-alpha.215 → 4.1.3-alpha.216

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.
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,10 +31,10 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {number}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'status'?: number;
38
38
  /**
39
39
  *
40
40
  * @type {string}
@@ -38,8 +38,9 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {number}
@@ -50,9 +51,8 @@ export interface IPageAccessVO {
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,10 +31,10 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {number}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'status'?: number;
38
38
  /**
39
39
  *
40
40
  * @type {string}
@@ -38,8 +38,9 @@ export interface IPageAccessVO {
38
38
  *
39
39
  * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'searchCount'?: boolean;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
46
  * @type {number}
@@ -50,9 +51,8 @@ export interface IPageAccessVO {
50
51
  *
51
52
  * @type {boolean}
52
53
  * @memberof IPageAccessVO
53
- * @deprecated
54
54
  */
55
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {number}
31
+ * @type {object}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'trailerFields'?: object;
35
35
  /**
36
36
  *
37
37
  * @type {Array<string>}
@@ -40,10 +40,10 @@ export interface GetUserWx200Response {
40
40
  'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
- * @type {object}
43
+ * @type {number}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'trailerFields'?: object;
46
+ 'status'?: number;
47
47
  /**
48
48
  *
49
49
  * @type {string}
@@ -45,8 +45,9 @@ export interface IPageAccessVO {
45
45
  *
46
46
  * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
+ * @deprecated
48
49
  */
49
- 'searchCount'?: boolean;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
53
  * @type {number}
@@ -57,9 +58,8 @@ export interface IPageAccessVO {
57
58
  *
58
59
  * @type {boolean}
59
60
  * @memberof IPageAccessVO
60
- * @deprecated
61
61
  */
62
- 'hitCount'?: boolean;
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.3-alpha.215",
3
+ "version": "4.1.3-alpha.216",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {