@gizone/rrs-client 4.2.0-alpha.252 → 4.2.0-alpha.254

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.
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
25
25
  'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {object}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'trailerFields'?: object;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
25
25
  'status'?: number;
26
26
  /**
27
27
  *
28
- * @type {Array<string>}
28
+ * @type {object}
29
29
  * @memberof GetUserWx200Response
30
30
  */
31
- 'headerNames'?: Array<string>;
31
+ 'trailerFields'?: object;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {Array<string>}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'headerNames'?: Array<string>;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -34,16 +34,16 @@ export interface GetUserWx200Response {
34
34
  'status'?: number;
35
35
  /**
36
36
  *
37
- * @type {Array<string>}
37
+ * @type {object}
38
38
  * @memberof GetUserWx200Response
39
39
  */
40
- 'headerNames'?: Array<string>;
40
+ 'trailerFields'?: object;
41
41
  /**
42
42
  *
43
- * @type {object}
43
+ * @type {Array<string>}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'trailerFields'?: object;
46
+ 'headerNames'?: Array<string>;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: 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.252",
3
+ "version": "4.2.0-alpha.254",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {