@gizone/rrs-client 4.2.9-alpha.720 → 4.2.9-alpha.722

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.
@@ -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 { ViolationLevelEnum } from './violation-level-enum';
13
14
  /**
14
15
  * 评价子项VO
@@ -82,4 +83,10 @@ export interface EvaluationItemVo {
82
83
  * @memberof EvaluationItemVo
83
84
  */
84
85
  'attachments'?: Array<string>;
86
+ /**
87
+ * 违规配置列表
88
+ * @type {Array<EvaluationConfigViolationVo>}
89
+ * @memberof EvaluationItemVo
90
+ */
91
+ 'violations'?: Array<EvaluationConfigViolationVo>;
85
92
  }
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
47
  */
48
- 'searchCount'?: boolean;
48
+ 'pages'?: number;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -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 { ViolationLevelEnum } from './violation-level-enum';
13
14
  /**
14
15
  * 评价子项VO
@@ -82,4 +83,10 @@ export interface EvaluationItemVo {
82
83
  * @memberof EvaluationItemVo
83
84
  */
84
85
  'attachments'?: Array<string>;
86
+ /**
87
+ * 违规配置列表
88
+ * @type {Array<EvaluationConfigViolationVo>}
89
+ * @memberof EvaluationItemVo
90
+ */
91
+ 'violations'?: Array<EvaluationConfigViolationVo>;
85
92
  }
@@ -36,16 +36,16 @@ export interface IPageEnergyCostRecordInfoVO {
36
36
  'records'?: Array<EnergyCostRecordInfoVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageEnergyCostRecordInfoVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageEnergyCostRecordInfoVO
47
47
  */
48
- 'searchCount'?: boolean;
48
+ 'pages'?: number;
49
49
  /**
50
50
  *
51
51
  * @type {boolean}
@@ -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 { ViolationLevelEnum } from './violation-level-enum';
@@ -89,6 +92,12 @@ export interface EvaluationItemVo {
89
92
  * @memberof EvaluationItemVo
90
93
  */
91
94
  'attachments'?: Array<string>;
95
+ /**
96
+ * 违规配置列表
97
+ * @type {Array<EvaluationConfigViolationVo>}
98
+ * @memberof EvaluationItemVo
99
+ */
100
+ 'violations'?: Array<EvaluationConfigViolationVo>;
92
101
  }
93
102
 
94
103
 
@@ -43,16 +43,16 @@ export interface IPageEnergyCostRecordInfoVO {
43
43
  'records'?: Array<EnergyCostRecordInfoVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageEnergyCostRecordInfoVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageEnergyCostRecordInfoVO
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'pages'?: number;
56
56
  /**
57
57
  *
58
58
  * @type {boolean}