@gizone/rrs-client 4.2.9-alpha.763 → 4.2.9-alpha.766

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.
@@ -17,5 +17,6 @@
17
17
  export declare const BusinessTypeEnum: {
18
18
  readonly Evaluation: "EVALUATION";
19
19
  readonly MaintenanceOrder: "MAINTENANCE_ORDER";
20
+ readonly ReimbursementBill: "REIMBURSEMENT_BILL";
20
21
  };
21
22
  export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
@@ -18,5 +18,6 @@
18
18
  */
19
19
  export const BusinessTypeEnum = {
20
20
  Evaluation: 'EVALUATION',
21
- MaintenanceOrder: 'MAINTENANCE_ORDER'
21
+ MaintenanceOrder: 'MAINTENANCE_ORDER',
22
+ ReimbursementBill: 'REIMBURSEMENT_BILL'
22
23
  };
@@ -28,12 +28,6 @@ export interface IPageEnergyCostRecordInfoVO {
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
30
  'current'?: number;
31
- /**
32
- *
33
- * @type {boolean}
34
- * @memberof IPageEnergyCostRecordInfoVO
35
- */
36
- 'searchCount'?: boolean;
37
31
  /**
38
32
  *
39
33
  * @type {Array<EnergyCostRecordInfoVO>}
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageEnergyCostRecordInfoVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -17,5 +17,6 @@
17
17
  export declare const BusinessTypeEnum: {
18
18
  readonly Evaluation: "EVALUATION";
19
19
  readonly MaintenanceOrder: "MAINTENANCE_ORDER";
20
+ readonly ReimbursementBill: "REIMBURSEMENT_BILL";
20
21
  };
21
22
  export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
@@ -21,5 +21,6 @@ exports.BusinessTypeEnum = void 0;
21
21
  */
22
22
  exports.BusinessTypeEnum = {
23
23
  Evaluation: 'EVALUATION',
24
- MaintenanceOrder: 'MAINTENANCE_ORDER'
24
+ MaintenanceOrder: 'MAINTENANCE_ORDER',
25
+ ReimbursementBill: 'REIMBURSEMENT_BILL'
25
26
  };
@@ -28,12 +28,6 @@ export interface IPageEnergyCostRecordInfoVO {
28
28
  * @memberof IPageEnergyCostRecordInfoVO
29
29
  */
30
30
  'current'?: number;
31
- /**
32
- *
33
- * @type {boolean}
34
- * @memberof IPageEnergyCostRecordInfoVO
35
- */
36
- 'searchCount'?: boolean;
37
31
  /**
38
32
  *
39
33
  * @type {Array<EnergyCostRecordInfoVO>}
@@ -53,6 +47,12 @@ export interface IPageEnergyCostRecordInfoVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageEnergyCostRecordInfoVO
54
+ */
55
+ 'searchCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -22,7 +22,8 @@
22
22
 
23
23
  export const BusinessTypeEnum = {
24
24
  Evaluation: 'EVALUATION',
25
- MaintenanceOrder: 'MAINTENANCE_ORDER'
25
+ MaintenanceOrder: 'MAINTENANCE_ORDER',
26
+ ReimbursementBill: 'REIMBURSEMENT_BILL'
26
27
  } as const;
27
28
 
28
29
  export type BusinessTypeEnum = typeof BusinessTypeEnum[keyof typeof BusinessTypeEnum];
@@ -35,12 +35,6 @@ export interface IPageEnergyCostRecordInfoVO {
35
35
  * @memberof IPageEnergyCostRecordInfoVO
36
36
  */
37
37
  'current'?: number;
38
- /**
39
- *
40
- * @type {boolean}
41
- * @memberof IPageEnergyCostRecordInfoVO
42
- */
43
- 'searchCount'?: boolean;
44
38
  /**
45
39
  *
46
40
  * @type {Array<EnergyCostRecordInfoVO>}
@@ -60,6 +54,12 @@ export interface IPageEnergyCostRecordInfoVO {
60
54
  * @deprecated
61
55
  */
62
56
  'hitCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {boolean}
60
+ * @memberof IPageEnergyCostRecordInfoVO
61
+ */
62
+ 'searchCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}