@gizone/rrs-client 4.2.9-alpha.716 → 4.2.9-alpha.718
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/evaluation-config-list-vo.d.ts +7 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/evaluation-config-list-vo.d.ts +7 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/models/evaluation-config-list-vo.ts +9 -0
- package/models/ipage-energy-cost-record-info-vo.ts +6 -6
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EvaluationConfigViolationVo } from './evaluation-config-violation-vo';
|
|
12
13
|
import type { EvaluationTypeEnum } from './evaluation-type-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 评价配置列表VO
|
|
@@ -70,4 +71,10 @@ export interface EvaluationConfigListVo {
|
|
|
70
71
|
* @memberof EvaluationConfigListVo
|
|
71
72
|
*/
|
|
72
73
|
'responsibilityContent'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 违规配置列表
|
|
76
|
+
* @type {Array<EvaluationConfigViolationVo>}
|
|
77
|
+
* @memberof EvaluationConfigListVo
|
|
78
|
+
*/
|
|
79
|
+
'violations'?: Array<EvaluationConfigViolationVo>;
|
|
73
80
|
}
|
|
@@ -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}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EvaluationConfigViolationVo } from './evaluation-config-violation-vo';
|
|
12
13
|
import type { EvaluationTypeEnum } from './evaluation-type-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 评价配置列表VO
|
|
@@ -70,4 +71,10 @@ export interface EvaluationConfigListVo {
|
|
|
70
71
|
* @memberof EvaluationConfigListVo
|
|
71
72
|
*/
|
|
72
73
|
'responsibilityContent'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 违规配置列表
|
|
76
|
+
* @type {Array<EvaluationConfigViolationVo>}
|
|
77
|
+
* @memberof EvaluationConfigListVo
|
|
78
|
+
*/
|
|
79
|
+
'violations'?: Array<EvaluationConfigViolationVo>;
|
|
73
80
|
}
|
|
@@ -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}
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { EvaluationConfigViolationVo } from './evaluation-config-violation-vo';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { EvaluationTypeEnum } from './evaluation-type-enum';
|
|
@@ -77,6 +80,12 @@ export interface EvaluationConfigListVo {
|
|
|
77
80
|
* @memberof EvaluationConfigListVo
|
|
78
81
|
*/
|
|
79
82
|
'responsibilityContent'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 违规配置列表
|
|
85
|
+
* @type {Array<EvaluationConfigViolationVo>}
|
|
86
|
+
* @memberof EvaluationConfigListVo
|
|
87
|
+
*/
|
|
88
|
+
'violations'?: Array<EvaluationConfigViolationVo>;
|
|
80
89
|
}
|
|
81
90
|
|
|
82
91
|
|
|
@@ -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}
|