@gizone/rrs-client 4.2.9-alpha.764 → 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.
- package/dist/esm/models/business-type-enum.d.ts +1 -0
- package/dist/esm/models/business-type-enum.js +2 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/business-type-enum.d.ts +1 -0
- package/dist/models/business-type-enum.js +2 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/business-type-enum.ts +2 -1
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -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];
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -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];
|
|
@@ -34,12 +34,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
36
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
41
|
-
*/
|
|
42
|
-
'searchCount'?: boolean;
|
|
43
37
|
/**
|
|
44
38
|
*
|
|
45
39
|
* @type {number}
|
|
@@ -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];
|
|
@@ -41,12 +41,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
41
41
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -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}
|