@undp/carbon-library 1.0.57 → 1.0.59

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.
@@ -0,0 +1,30 @@
1
+ export declare enum MitigationTypes {
2
+ AGRICULTURE = "Agriculture",
3
+ BIOMASS_ENERGY = "BiomassEnergy",
4
+ CCS = "CCS",
5
+ CEMENT = "Cement",
6
+ COAL_MINE = "Coal/Mine",
7
+ EE_HOUSEHOLDS = "EEHouseholds",
8
+ EE_INDUSTRY = "EEIndustry",
9
+ EE_OWN_GENERATION = "EEOwnGeneration",
10
+ EE_SERVICE = "EEService",
11
+ EE_SUPPLY_SIDE = "EESupplySide",
12
+ ENERGY_DISTRIBUTION = "EnergyDistribution",
13
+ FORESTRY = "Forestry",
14
+ FOSSIL_FUEL = "FossilFuel",
15
+ FUGITIVE = "Fugitive",
16
+ GEOTHERMAL = "Geothermal",
17
+ HFC_PFCS_SF6 = "HFC_PFCs_SF6",
18
+ HYDRO = "Hydro",
19
+ LANDFILLS = "Landfills",
20
+ MARINE = "Marine",
21
+ METHANE_AVOIDANCE = "MethaneAvoidance",
22
+ N20 = "N20",
23
+ SOLAR = "Solar",
24
+ TRANSPORT = "Transport",
25
+ WIND = "Wind"
26
+ }
27
+ export declare const mitigationTypeList: {
28
+ value: string;
29
+ label: string;
30
+ }[];
@@ -1,6 +1,7 @@
1
1
  export * from "./Enums/company.management.columns.enum";
2
2
  export * from "./Enums/user.management.columns.enum";
3
3
  export * from "./Enums/programme.management.columns.enum";
4
+ export * from "./Enums/mitigation.types.enum";
4
5
  export * from "./Definitions/userLogin.definitions";
5
6
  export * from "./Definitions/userInformationContext.definitions";
6
7
  export * from "./Definitions/userForgotPassword.definitions";
package/dist/index.d.ts CHANGED
@@ -122,6 +122,37 @@ declare enum ProgrammeManagementColumns {
122
122
  emissionReductionAchieved = "emissionReductionAchieved"
123
123
  }
124
124
 
125
+ declare enum MitigationTypes {
126
+ AGRICULTURE = "Agriculture",
127
+ BIOMASS_ENERGY = "BiomassEnergy",
128
+ CCS = "CCS",
129
+ CEMENT = "Cement",
130
+ COAL_MINE = "Coal/Mine",
131
+ EE_HOUSEHOLDS = "EEHouseholds",
132
+ EE_INDUSTRY = "EEIndustry",
133
+ EE_OWN_GENERATION = "EEOwnGeneration",
134
+ EE_SERVICE = "EEService",
135
+ EE_SUPPLY_SIDE = "EESupplySide",
136
+ ENERGY_DISTRIBUTION = "EnergyDistribution",
137
+ FORESTRY = "Forestry",
138
+ FOSSIL_FUEL = "FossilFuel",
139
+ FUGITIVE = "Fugitive",
140
+ GEOTHERMAL = "Geothermal",
141
+ HFC_PFCS_SF6 = "HFC_PFCs_SF6",
142
+ HYDRO = "Hydro",
143
+ LANDFILLS = "Landfills",
144
+ MARINE = "Marine",
145
+ METHANE_AVOIDANCE = "MethaneAvoidance",
146
+ N20 = "N20",
147
+ SOLAR = "Solar",
148
+ TRANSPORT = "Transport",
149
+ WIND = "Wind"
150
+ }
151
+ declare const mitigationTypeList: {
152
+ value: string;
153
+ label: string;
154
+ }[];
155
+
125
156
  interface LoginProps {
126
157
  email: string;
127
158
  password: string;
@@ -428,4 +459,4 @@ declare class ProgrammeEntity implements BaseEntity {
428
459
  companyId?: number[];
429
460
  }
430
461
 
431
- export { AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, HeaderProps, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, ProfileIcon, ProfileIconProps, Programme, ProgrammeDeveloperCreation, ProgrammeEntity, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammeStage, ProgrammeStageMRV, ProgrammeTransfer, ProgrammeViewComponent, Response, RetireType, Role, RoleIcon, RoleIconProps, SectoralScope, StasticCard, StasticCardItemProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getTransferStageTagType, isBase64, sumArray, userForgotPasswordProps };
462
+ export { AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, HeaderProps, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MitigationTypes, ProfileIcon, ProfileIconProps, Programme, ProgrammeDeveloperCreation, ProgrammeEntity, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammeStage, ProgrammeStageMRV, ProgrammeTransfer, ProgrammeViewComponent, Response, RetireType, Role, RoleIcon, RoleIconProps, SectoralScope, StasticCard, StasticCardItemProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getTransferStageTagType, isBase64, mitigationTypeList, sumArray, userForgotPasswordProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {