@gizone/rrs-client 4.2.9-alpha.2512161714 → 4.2.9-alpha.2512161737

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,8 +44,9 @@ export interface IPageEnergyCostAnalysisListVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageEnergyCostAnalysisListVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {number}
@@ -56,7 +57,6 @@ export interface IPageEnergyCostAnalysisListVO {
56
57
  *
57
58
  * @type {boolean}
58
59
  * @memberof IPageEnergyCostAnalysisListVO
59
- * @deprecated
60
60
  */
61
- 'hitCount'?: boolean;
61
+ 'searchCount'?: boolean;
62
62
  }
@@ -44,8 +44,9 @@ export interface IPageEnergyCostRecordInfoVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
+ * @deprecated
47
48
  */
48
- 'searchCount'?: boolean;
49
+ 'hitCount'?: boolean;
49
50
  /**
50
51
  *
51
52
  * @type {number}
@@ -56,7 +57,6 @@ export interface IPageEnergyCostRecordInfoVO {
56
57
  *
57
58
  * @type {boolean}
58
59
  * @memberof IPageEnergyCostRecordInfoVO
59
- * @deprecated
60
60
  */
61
- 'hitCount'?: boolean;
61
+ 'searchCount'?: boolean;
62
62
  }
@@ -51,8 +51,9 @@ export interface IPageEnergyCostAnalysisListVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageEnergyCostAnalysisListVO
54
+ * @deprecated
54
55
  */
55
- 'searchCount'?: boolean;
56
+ 'hitCount'?: boolean;
56
57
  /**
57
58
  *
58
59
  * @type {number}
@@ -63,8 +64,7 @@ export interface IPageEnergyCostAnalysisListVO {
63
64
  *
64
65
  * @type {boolean}
65
66
  * @memberof IPageEnergyCostAnalysisListVO
66
- * @deprecated
67
67
  */
68
- 'hitCount'?: boolean;
68
+ 'searchCount'?: boolean;
69
69
  }
70
70
 
@@ -51,8 +51,9 @@ export interface IPageEnergyCostRecordInfoVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
+ * @deprecated
54
55
  */
55
- 'searchCount'?: boolean;
56
+ 'hitCount'?: boolean;
56
57
  /**
57
58
  *
58
59
  * @type {number}
@@ -63,8 +64,7 @@ export interface IPageEnergyCostRecordInfoVO {
63
64
  *
64
65
  * @type {boolean}
65
66
  * @memberof IPageEnergyCostRecordInfoVO
66
- * @deprecated
67
67
  */
68
- 'hitCount'?: boolean;
68
+ 'searchCount'?: boolean;
69
69
  }
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.2512161714",
3
+ "version": "4.2.9-alpha.2512161737",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {