@zerocarbon/erp-config-sdk 1.0.25 → 1.0.26
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/README.md +1 -0
- package/dist/index.d.ts +83 -0
- package/dist/index.esm.js +1775 -1624
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1775 -1624
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3056,6 +3056,81 @@ declare const ALL_SCOPES_3_CONSTRUCTION: ({
|
|
|
3056
3056
|
displayName?: undefined;
|
|
3057
3057
|
})[];
|
|
3058
3058
|
|
|
3059
|
+
declare const SCOPE1_ELECTRICAL_EQUIPMENTS: {
|
|
3060
|
+
name: string;
|
|
3061
|
+
icon: react_icons_lib.IconType;
|
|
3062
|
+
scope: string;
|
|
3063
|
+
unit: string;
|
|
3064
|
+
subProducts: {
|
|
3065
|
+
name: string;
|
|
3066
|
+
unit: string;
|
|
3067
|
+
type: string;
|
|
3068
|
+
calorificValue: number;
|
|
3069
|
+
emissionFactor: number;
|
|
3070
|
+
}[];
|
|
3071
|
+
desc: string;
|
|
3072
|
+
}[];
|
|
3073
|
+
declare const SCOPE2_ELECTRICAL_EQUIPMENTS: {
|
|
3074
|
+
name: string;
|
|
3075
|
+
icon: react_icons_lib.IconType;
|
|
3076
|
+
scope: string;
|
|
3077
|
+
unit: string;
|
|
3078
|
+
subProducts: {
|
|
3079
|
+
name: string;
|
|
3080
|
+
unit: string;
|
|
3081
|
+
type: string;
|
|
3082
|
+
renewable: boolean;
|
|
3083
|
+
calorificValue: number;
|
|
3084
|
+
emissionFactor: number;
|
|
3085
|
+
}[];
|
|
3086
|
+
desc: string;
|
|
3087
|
+
}[];
|
|
3088
|
+
declare const ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS: {
|
|
3089
|
+
name: string;
|
|
3090
|
+
displayName?: string;
|
|
3091
|
+
icon: any;
|
|
3092
|
+
scope: string;
|
|
3093
|
+
unit: string;
|
|
3094
|
+
subProducts: {
|
|
3095
|
+
category: string;
|
|
3096
|
+
items: {
|
|
3097
|
+
item: string;
|
|
3098
|
+
emissionFactor: number;
|
|
3099
|
+
unit: string;
|
|
3100
|
+
}[];
|
|
3101
|
+
}[];
|
|
3102
|
+
desc: string;
|
|
3103
|
+
}[];
|
|
3104
|
+
declare const ALLSCOPES_ELECTRICAL_EQUIPMENTS: ({
|
|
3105
|
+
name: string;
|
|
3106
|
+
icon: react_icons_lib.IconType;
|
|
3107
|
+
scope: string;
|
|
3108
|
+
unit: string;
|
|
3109
|
+
subProducts: {
|
|
3110
|
+
name: string;
|
|
3111
|
+
unit: string;
|
|
3112
|
+
type: string;
|
|
3113
|
+
calorificValue: number;
|
|
3114
|
+
emissionFactor: number;
|
|
3115
|
+
}[];
|
|
3116
|
+
desc: string;
|
|
3117
|
+
} | {
|
|
3118
|
+
name: string;
|
|
3119
|
+
displayName?: string;
|
|
3120
|
+
icon: any;
|
|
3121
|
+
scope: string;
|
|
3122
|
+
unit: string;
|
|
3123
|
+
subProducts: {
|
|
3124
|
+
category: string;
|
|
3125
|
+
items: {
|
|
3126
|
+
item: string;
|
|
3127
|
+
emissionFactor: number;
|
|
3128
|
+
unit: string;
|
|
3129
|
+
}[];
|
|
3130
|
+
}[];
|
|
3131
|
+
desc: string;
|
|
3132
|
+
})[];
|
|
3133
|
+
|
|
3059
3134
|
declare const SCOPE1_FOOD: {
|
|
3060
3135
|
name: string;
|
|
3061
3136
|
icon: react_icons_lib.IconType;
|
|
@@ -3984,6 +4059,7 @@ declare const index_ALLSCOPES_BATTERY_EV: typeof ALLSCOPES_BATTERY_EV;
|
|
|
3984
4059
|
declare const index_ALLSCOPES_CEMENT: typeof ALLSCOPES_CEMENT;
|
|
3985
4060
|
declare const index_ALLSCOPES_CHEMICAL: typeof ALLSCOPES_CHEMICAL;
|
|
3986
4061
|
declare const index_ALLSCOPES_CONSTRUCTION: typeof ALLSCOPES_CONSTRUCTION;
|
|
4062
|
+
declare const index_ALLSCOPES_ELECTRICAL_EQUIPMENTS: typeof ALLSCOPES_ELECTRICAL_EQUIPMENTS;
|
|
3987
4063
|
declare const index_ALLSCOPES_HOSPITALITY: typeof ALLSCOPES_HOSPITALITY;
|
|
3988
4064
|
declare const index_ALLSCOPES_MANUFACTURING: typeof ALLSCOPES_MANUFACTURING;
|
|
3989
4065
|
declare const index_ALLSCOPES_PACKAGING: typeof ALLSCOPES_PACKAGING;
|
|
@@ -4000,6 +4076,7 @@ declare const index_ALL_SCOPES_3_BATTERY_EV: typeof ALL_SCOPES_3_BATTERY_EV;
|
|
|
4000
4076
|
declare const index_ALL_SCOPES_3_CEMENT: typeof ALL_SCOPES_3_CEMENT;
|
|
4001
4077
|
declare const index_ALL_SCOPES_3_CHEMICAL: typeof ALL_SCOPES_3_CHEMICAL;
|
|
4002
4078
|
declare const index_ALL_SCOPES_3_CONSTRUCTION: typeof ALL_SCOPES_3_CONSTRUCTION;
|
|
4079
|
+
declare const index_ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS: typeof ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS;
|
|
4003
4080
|
declare const index_ALL_SCOPES_3_FOOD: typeof ALL_SCOPES_3_FOOD;
|
|
4004
4081
|
declare const index_ALL_SCOPES_3_LOGISTICS: typeof ALL_SCOPES_3_LOGISTICS;
|
|
4005
4082
|
declare const index_ALL_SCOPES_3_MANUFACTURING: typeof ALL_SCOPES_3_MANUFACTURING;
|
|
@@ -4072,6 +4149,7 @@ declare const index_SCOPE1_BATTERY_EV: typeof SCOPE1_BATTERY_EV;
|
|
|
4072
4149
|
declare const index_SCOPE1_CEMENT: typeof SCOPE1_CEMENT;
|
|
4073
4150
|
declare const index_SCOPE1_CHEMICAL: typeof SCOPE1_CHEMICAL;
|
|
4074
4151
|
declare const index_SCOPE1_CONSTRUCTION: typeof SCOPE1_CONSTRUCTION;
|
|
4152
|
+
declare const index_SCOPE1_ELECTRICAL_EQUIPMENTS: typeof SCOPE1_ELECTRICAL_EQUIPMENTS;
|
|
4075
4153
|
declare const index_SCOPE1_FOOD: typeof SCOPE1_FOOD;
|
|
4076
4154
|
declare const index_SCOPE1_GAS_LAB: typeof SCOPE1_GAS_LAB;
|
|
4077
4155
|
declare const index_SCOPE1_HOSPITALITY: typeof SCOPE1_HOSPITALITY;
|
|
@@ -4096,6 +4174,7 @@ declare const index_SCOPE2_BATTERY_EV: typeof SCOPE2_BATTERY_EV;
|
|
|
4096
4174
|
declare const index_SCOPE2_CEMENT: typeof SCOPE2_CEMENT;
|
|
4097
4175
|
declare const index_SCOPE2_CHEMICAL: typeof SCOPE2_CHEMICAL;
|
|
4098
4176
|
declare const index_SCOPE2_CONSTRUCTION: typeof SCOPE2_CONSTRUCTION;
|
|
4177
|
+
declare const index_SCOPE2_ELECTRICAL_EQUIPMENTS: typeof SCOPE2_ELECTRICAL_EQUIPMENTS;
|
|
4099
4178
|
declare const index_SCOPE2_FOOD: typeof SCOPE2_FOOD;
|
|
4100
4179
|
declare const index_SCOPE2_GAS_LAB: typeof SCOPE2_GAS_LAB;
|
|
4101
4180
|
declare const index_SCOPE2_HOSPITALITY: typeof SCOPE2_HOSPITALITY;
|
|
@@ -4150,6 +4229,7 @@ declare namespace index {
|
|
|
4150
4229
|
index_ALLSCOPES_CEMENT as ALLSCOPES_CEMENT,
|
|
4151
4230
|
index_ALLSCOPES_CHEMICAL as ALLSCOPES_CHEMICAL,
|
|
4152
4231
|
index_ALLSCOPES_CONSTRUCTION as ALLSCOPES_CONSTRUCTION,
|
|
4232
|
+
index_ALLSCOPES_ELECTRICAL_EQUIPMENTS as ALLSCOPES_ELECTRICAL_EQUIPMENTS,
|
|
4153
4233
|
index_ALLSCOPES_HOSPITALITY as ALLSCOPES_HOSPITALITY,
|
|
4154
4234
|
index_ALLSCOPES_MANUFACTURING as ALLSCOPES_MANUFACTURING,
|
|
4155
4235
|
index_ALLSCOPES_PACKAGING as ALLSCOPES_PACKAGING,
|
|
@@ -4166,6 +4246,7 @@ declare namespace index {
|
|
|
4166
4246
|
index_ALL_SCOPES_3_CEMENT as ALL_SCOPES_3_CEMENT,
|
|
4167
4247
|
index_ALL_SCOPES_3_CHEMICAL as ALL_SCOPES_3_CHEMICAL,
|
|
4168
4248
|
index_ALL_SCOPES_3_CONSTRUCTION as ALL_SCOPES_3_CONSTRUCTION,
|
|
4249
|
+
index_ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS as ALL_SCOPES_3_ELECTRICAL_EQUIPMENTS,
|
|
4169
4250
|
index_ALL_SCOPES_3_FOOD as ALL_SCOPES_3_FOOD,
|
|
4170
4251
|
index_ALL_SCOPES_3_LOGISTICS as ALL_SCOPES_3_LOGISTICS,
|
|
4171
4252
|
index_ALL_SCOPES_3_MANUFACTURING as ALL_SCOPES_3_MANUFACTURING,
|
|
@@ -4238,6 +4319,7 @@ declare namespace index {
|
|
|
4238
4319
|
index_SCOPE1_CEMENT as SCOPE1_CEMENT,
|
|
4239
4320
|
index_SCOPE1_CHEMICAL as SCOPE1_CHEMICAL,
|
|
4240
4321
|
index_SCOPE1_CONSTRUCTION as SCOPE1_CONSTRUCTION,
|
|
4322
|
+
index_SCOPE1_ELECTRICAL_EQUIPMENTS as SCOPE1_ELECTRICAL_EQUIPMENTS,
|
|
4241
4323
|
index_SCOPE1_FOOD as SCOPE1_FOOD,
|
|
4242
4324
|
index_SCOPE1_GAS_LAB as SCOPE1_GAS_LAB,
|
|
4243
4325
|
index_SCOPE1_HOSPITALITY as SCOPE1_HOSPITALITY,
|
|
@@ -4262,6 +4344,7 @@ declare namespace index {
|
|
|
4262
4344
|
index_SCOPE2_CEMENT as SCOPE2_CEMENT,
|
|
4263
4345
|
index_SCOPE2_CHEMICAL as SCOPE2_CHEMICAL,
|
|
4264
4346
|
index_SCOPE2_CONSTRUCTION as SCOPE2_CONSTRUCTION,
|
|
4347
|
+
index_SCOPE2_ELECTRICAL_EQUIPMENTS as SCOPE2_ELECTRICAL_EQUIPMENTS,
|
|
4265
4348
|
index_SCOPE2_FOOD as SCOPE2_FOOD,
|
|
4266
4349
|
index_SCOPE2_GAS_LAB as SCOPE2_GAS_LAB,
|
|
4267
4350
|
index_SCOPE2_HOSPITALITY as SCOPE2_HOSPITALITY,
|