@gizone/rrs-client 4.2.9-alpha.547 → 4.2.9-alpha.548
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/energy-cost-scenarios-info-not-enum-vo.d.ts +2 -2
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +2 -2
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/dist/esm/models/item.d.ts +2 -2
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +2 -2
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +2 -2
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
- package/dist/models/item.d.ts +2 -2
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +2 -2
- package/models/energy-cost-scenarios-info-vo.ts +2 -2
- package/models/ipage-energy-cost-record-info-vo.ts +7 -7
- package/models/item.ts +2 -2
- package/ossutil.log +1071 -1068
- package/package.json +1 -1
|
@@ -95,10 +95,10 @@ export interface EnergyCostScenariosInfoNotEnumVO {
|
|
|
95
95
|
'remark'?: string;
|
|
96
96
|
/**
|
|
97
97
|
* 附件
|
|
98
|
-
* @type {string}
|
|
98
|
+
* @type {Array<string>}
|
|
99
99
|
* @memberof EnergyCostScenariosInfoNotEnumVO
|
|
100
100
|
*/
|
|
101
|
-
'attachment'?: string
|
|
101
|
+
'attachment'?: Array<string>;
|
|
102
102
|
/**
|
|
103
103
|
* 创建时间
|
|
104
104
|
* @type {string}
|
|
@@ -95,10 +95,10 @@ export interface EnergyCostScenariosInfoVO {
|
|
|
95
95
|
'remark'?: string;
|
|
96
96
|
/**
|
|
97
97
|
* 附件
|
|
98
|
-
* @type {string}
|
|
98
|
+
* @type {Array<string>}
|
|
99
99
|
* @memberof EnergyCostScenariosInfoVO
|
|
100
100
|
*/
|
|
101
|
-
'attachment'?: string
|
|
101
|
+
'attachment'?: Array<string>;
|
|
102
102
|
/**
|
|
103
103
|
* 创建时间
|
|
104
104
|
* @type {string}
|
|
@@ -28,13 +28,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
28
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
29
|
*/
|
|
30
30
|
'current'?: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {boolean}
|
|
34
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
|
-
* @deprecated
|
|
36
|
-
*/
|
|
37
|
-
'hitCount'?: boolean;
|
|
38
31
|
/**
|
|
39
32
|
*
|
|
40
33
|
* @type {Array<EnergyCostRecordInfoVO>}
|
|
@@ -53,6 +46,13 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
47
|
*/
|
|
55
48
|
'pages'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
|
+
*/
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -53,10 +53,10 @@ export interface Item {
|
|
|
53
53
|
'remark'?: string;
|
|
54
54
|
/**
|
|
55
55
|
* 附件
|
|
56
|
-
* @type {string}
|
|
56
|
+
* @type {Array<string>}
|
|
57
57
|
* @memberof Item
|
|
58
58
|
*/
|
|
59
|
-
'attachment'?: string
|
|
59
|
+
'attachment'?: Array<string>;
|
|
60
60
|
}
|
|
61
61
|
export declare const ItemScenarioEnum: {
|
|
62
62
|
readonly ColdStorage: "COLD_STORAGE";
|
|
@@ -95,10 +95,10 @@ export interface EnergyCostScenariosInfoNotEnumVO {
|
|
|
95
95
|
'remark'?: string;
|
|
96
96
|
/**
|
|
97
97
|
* 附件
|
|
98
|
-
* @type {string}
|
|
98
|
+
* @type {Array<string>}
|
|
99
99
|
* @memberof EnergyCostScenariosInfoNotEnumVO
|
|
100
100
|
*/
|
|
101
|
-
'attachment'?: string
|
|
101
|
+
'attachment'?: Array<string>;
|
|
102
102
|
/**
|
|
103
103
|
* 创建时间
|
|
104
104
|
* @type {string}
|
|
@@ -95,10 +95,10 @@ export interface EnergyCostScenariosInfoVO {
|
|
|
95
95
|
'remark'?: string;
|
|
96
96
|
/**
|
|
97
97
|
* 附件
|
|
98
|
-
* @type {string}
|
|
98
|
+
* @type {Array<string>}
|
|
99
99
|
* @memberof EnergyCostScenariosInfoVO
|
|
100
100
|
*/
|
|
101
|
-
'attachment'?: string
|
|
101
|
+
'attachment'?: Array<string>;
|
|
102
102
|
/**
|
|
103
103
|
* 创建时间
|
|
104
104
|
* @type {string}
|
|
@@ -28,13 +28,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
28
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
29
|
*/
|
|
30
30
|
'current'?: number;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {boolean}
|
|
34
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
|
-
* @deprecated
|
|
36
|
-
*/
|
|
37
|
-
'hitCount'?: boolean;
|
|
38
31
|
/**
|
|
39
32
|
*
|
|
40
33
|
* @type {Array<EnergyCostRecordInfoVO>}
|
|
@@ -53,6 +46,13 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
53
46
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
54
47
|
*/
|
|
55
48
|
'pages'?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
53
|
+
* @deprecated
|
|
54
|
+
*/
|
|
55
|
+
'hitCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
package/dist/models/item.d.ts
CHANGED
|
@@ -53,10 +53,10 @@ export interface Item {
|
|
|
53
53
|
'remark'?: string;
|
|
54
54
|
/**
|
|
55
55
|
* 附件
|
|
56
|
-
* @type {string}
|
|
56
|
+
* @type {Array<string>}
|
|
57
57
|
* @memberof Item
|
|
58
58
|
*/
|
|
59
|
-
'attachment'?: string
|
|
59
|
+
'attachment'?: Array<string>;
|
|
60
60
|
}
|
|
61
61
|
export declare const ItemScenarioEnum: {
|
|
62
62
|
readonly ColdStorage: "COLD_STORAGE";
|
|
@@ -100,10 +100,10 @@ export interface EnergyCostScenariosInfoNotEnumVO {
|
|
|
100
100
|
'remark'?: string;
|
|
101
101
|
/**
|
|
102
102
|
* 附件
|
|
103
|
-
* @type {string}
|
|
103
|
+
* @type {Array<string>}
|
|
104
104
|
* @memberof EnergyCostScenariosInfoNotEnumVO
|
|
105
105
|
*/
|
|
106
|
-
'attachment'?: string
|
|
106
|
+
'attachment'?: Array<string>;
|
|
107
107
|
/**
|
|
108
108
|
* 创建时间
|
|
109
109
|
* @type {string}
|
|
@@ -100,10 +100,10 @@ export interface EnergyCostScenariosInfoVO {
|
|
|
100
100
|
'remark'?: string;
|
|
101
101
|
/**
|
|
102
102
|
* 附件
|
|
103
|
-
* @type {string}
|
|
103
|
+
* @type {Array<string>}
|
|
104
104
|
* @memberof EnergyCostScenariosInfoVO
|
|
105
105
|
*/
|
|
106
|
-
'attachment'?: string
|
|
106
|
+
'attachment'?: Array<string>;
|
|
107
107
|
/**
|
|
108
108
|
* 创建时间
|
|
109
109
|
* @type {string}
|
|
@@ -35,13 +35,6 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
35
35
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
36
36
|
*/
|
|
37
37
|
'current'?: number;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {boolean}
|
|
41
|
-
* @memberof IPageEnergyCostRecordInfoVO
|
|
42
|
-
* @deprecated
|
|
43
|
-
*/
|
|
44
|
-
'hitCount'?: boolean;
|
|
45
38
|
/**
|
|
46
39
|
*
|
|
47
40
|
* @type {Array<EnergyCostRecordInfoVO>}
|
|
@@ -60,6 +53,13 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
60
53
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
61
54
|
*/
|
|
62
55
|
'pages'?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {boolean}
|
|
59
|
+
* @memberof IPageEnergyCostRecordInfoVO
|
|
60
|
+
* @deprecated
|
|
61
|
+
*/
|
|
62
|
+
'hitCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
package/models/item.ts
CHANGED