@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;
|
package/dist/index.d.ts
CHANGED
@@ -472,6 +472,7 @@ declare enum InvestmentStream {
|
|
472
472
|
|
473
473
|
declare enum MitigationTypes {
|
474
474
|
AGRICULTURE = "Agriculture",
|
475
|
+
ENERGY = "Energy",
|
475
476
|
BIOMASS_ENERGY = "BiomassEnergy",
|
476
477
|
CCS = "CCS",
|
477
478
|
CEMENT = "Cement",
|
@@ -496,7 +497,13 @@ declare enum MitigationTypes {
|
|
496
497
|
TRANSPORT = "Transport",
|
497
498
|
WIND = "Wind",
|
498
499
|
CO2_USAGE = "CO2Usage",
|
499
|
-
TIDAL = "Tidal"
|
500
|
+
TIDAL = "Tidal",
|
501
|
+
HEALTH = "Health",
|
502
|
+
EDUCATION = "Education",
|
503
|
+
MANUFACTURING = "Manufacturing",
|
504
|
+
HOSPITALITY = "Hospitality",
|
505
|
+
WASTE = "Waste",
|
506
|
+
OTHER = "Other"
|
500
507
|
}
|
501
508
|
declare enum MitigationSubTypes {
|
502
509
|
IRRIGATION = "Irrigation",
|
@@ -658,7 +665,21 @@ declare enum MitigationSubTypes {
|
|
658
665
|
OFFSHORE_WIND = "OffshoreWind",
|
659
666
|
CO2_RECYCLING = "CO2Recycling",
|
660
667
|
CO2_REPLACEMENT = "CO2Replacement",
|
661
|
-
TIDAL = "Tidal"
|
668
|
+
TIDAL = "Tidal",
|
669
|
+
ENERGY_INDUSTRIES = "EnergyIndustries",
|
670
|
+
ENERGY_DISTRIBUTION = "EnergyDistribution",
|
671
|
+
ENERGY_DEMAND = "EnergyDemand",
|
672
|
+
MANUFACTURING_INDUSTRIES = "ManufacturingIndustries",
|
673
|
+
CHEMICAL_INDUSTRIES = "ChemicalIndustries",
|
674
|
+
TRANSPORT = "Transport",
|
675
|
+
MINING_MINERAL_PRODUCTION = "MiningMineralProduction",
|
676
|
+
METAL_PRODUCTION = "MetalProduction",
|
677
|
+
FUGITIVE_EMISSIONS_FROM_FUELS = "FugitiveEmissionsFromFuels",
|
678
|
+
FUGITIVE_EMISSIONS_HALOCARBONS = "FugitiveEmissionsHalocarbons",
|
679
|
+
SOLVENT_USE = "SolventUse",
|
680
|
+
WASTE_HANDLING_DISPOSAL = "WasteHandlingDisposal",
|
681
|
+
AFFORESTATION_REFORESTATION = "AfforestationReforestation",
|
682
|
+
AGRICULTURE = "Agriculture"
|
662
683
|
}
|
663
684
|
declare const mitigationTypeList: {
|
664
685
|
value: string;
|
package/package.json
CHANGED