@gizone/rrs-client 4.1.1-alpha.159 → 4.1.1-alpha.161

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.
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
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}
@@ -141,18 +141,6 @@ export interface SyncDeviceUnitVo {
141
141
  * @memberof SyncDeviceUnitVo
142
142
  */
143
143
  'location'?: string;
144
- /**
145
- * 心跳时间
146
- * @type {string}
147
- * @memberof SyncDeviceUnitVo
148
- */
149
- 'heartBeatAt'?: string;
150
- /**
151
- * 下次心跳时间
152
- * @type {string}
153
- * @memberof SyncDeviceUnitVo
154
- */
155
- 'heartBeatExpiresAt'?: string;
156
144
  /**
157
145
  * 倍率
158
146
  * @type {number}
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
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}
@@ -141,18 +141,6 @@ export interface SyncDeviceUnitVo {
141
141
  * @memberof SyncDeviceUnitVo
142
142
  */
143
143
  'location'?: string;
144
- /**
145
- * 心跳时间
146
- * @type {string}
147
- * @memberof SyncDeviceUnitVo
148
- */
149
- 'heartBeatAt'?: string;
150
- /**
151
- * 下次心跳时间
152
- * @type {string}
153
- * @memberof SyncDeviceUnitVo
154
- */
155
- 'heartBeatExpiresAt'?: string;
156
144
  /**
157
145
  * 倍率
158
146
  * @type {number}
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
+ * @deprecated
54
55
  */
55
- 'searchCount'?: boolean;
56
+ 'hitCount'?: boolean;
56
57
  /**
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}
@@ -146,18 +146,6 @@ export interface SyncDeviceUnitVo {
146
146
  * @memberof SyncDeviceUnitVo
147
147
  */
148
148
  'location'?: string;
149
- /**
150
- * 心跳时间
151
- * @type {string}
152
- * @memberof SyncDeviceUnitVo
153
- */
154
- 'heartBeatAt'?: string;
155
- /**
156
- * 下次心跳时间
157
- * @type {string}
158
- * @memberof SyncDeviceUnitVo
159
- */
160
- 'heartBeatExpiresAt'?: string;
161
149
  /**
162
150
  * 倍率
163
151
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.1-alpha.159",
3
+ "version": "4.1.1-alpha.161",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {