@undp/carbon-library 2.1.13-PAN-1.4 → 2.1.13-PAN-1.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +448 -16
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Enums/mitigation.types.enum.d.ts +23 -2
- package/dist/esm/index.js +448 -16
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Enums/mitigation.types.enum.d.ts +23 -2
- package/dist/index.d.ts +23 -2
- package/package.json +1 -1
@@ -1,5 +1,6 @@
|
|
1
1
|
export declare enum MitigationTypes {
|
2
2
|
AGRICULTURE = "Agriculture",
|
3
|
+
ENERGY = "Energy",
|
3
4
|
BIOMASS_ENERGY = "BiomassEnergy",
|
4
5
|
CCS = "CCS",
|
5
6
|
CEMENT = "Cement",
|
@@ -24,7 +25,13 @@ export declare enum MitigationTypes {
|
|
24
25
|
TRANSPORT = "Transport",
|
25
26
|
WIND = "Wind",
|
26
27
|
CO2_USAGE = "CO2Usage",
|
27
|
-
TIDAL = "Tidal"
|
28
|
+
TIDAL = "Tidal",
|
29
|
+
HEALTH = "Health",
|
30
|
+
EDUCATION = "Education",
|
31
|
+
MANUFACTURING = "Manufacturing",
|
32
|
+
HOSPITALITY = "Hospitality",
|
33
|
+
WASTE = "Waste",
|
34
|
+
OTHER = "Other"
|
28
35
|
}
|
29
36
|
export declare enum MitigationSubTypes {
|
30
37
|
IRRIGATION = "Irrigation",
|
@@ -186,7 +193,21 @@ export declare enum MitigationSubTypes {
|
|
186
193
|
OFFSHORE_WIND = "OffshoreWind",
|
187
194
|
CO2_RECYCLING = "CO2Recycling",
|
188
195
|
CO2_REPLACEMENT = "CO2Replacement",
|
189
|
-
TIDAL = "Tidal"
|
196
|
+
TIDAL = "Tidal",
|
197
|
+
ENERGY_INDUSTRIES = "EnergyIndustries",
|
198
|
+
ENERGY_DISTRIBUTION = "EnergyDistribution",
|
199
|
+
ENERGY_DEMAND = "EnergyDemand",
|
200
|
+
MANUFACTURING_INDUSTRIES = "ManufacturingIndustries",
|
201
|
+
CHEMICAL_INDUSTRIES = "ChemicalIndustries",
|
202
|
+
TRANSPORT = "Transport",
|
203
|
+
MINING_MINERAL_PRODUCTION = "MiningMineralProduction",
|
204
|
+
METAL_PRODUCTION = "MetalProduction",
|
205
|
+
FUGITIVE_EMISSIONS_FROM_FUELS = "FugitiveEmissionsFromFuels",
|
206
|
+
FUGITIVE_EMISSIONS_HALOCARBONS = "FugitiveEmissionsHalocarbons",
|
207
|
+
SOLVENT_USE = "SolventUse",
|
208
|
+
WASTE_HANDLING_DISPOSAL = "WasteHandlingDisposal",
|
209
|
+
AFFORESTATION_REFORESTATION = "AfforestationReforestation",
|
210
|
+
AGRICULTURE = "Agriculture"
|
190
211
|
}
|
191
212
|
export declare const mitigationTypeList: {
|
192
213
|
value: string;
|