@undp/carbon-library 1.0.293-CARBON-347.0 → 1.0.293-CARBON-429.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +507 -926
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Enums/investment.enum.d.ts +0 -4
- package/dist/esm/index.js +497 -916
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Enums/investment.enum.d.ts +0 -4
- package/dist/index.d.ts +1 -5
- package/dist/locales/i18n/programme/en.json +3 -5
- package/package.json +1 -1
@@ -18,10 +18,6 @@ export declare enum InvestmentCreationType {
|
|
18
18
|
EXISTING = "Existing",
|
19
19
|
NEW = "New"
|
20
20
|
}
|
21
|
-
export declare enum InvestmentOwnershipType {
|
22
|
-
PROJECT = "Project",
|
23
|
-
NATIONAL = "National"
|
24
|
-
}
|
25
21
|
export declare enum InvestmentStream {
|
26
22
|
CLIMATE_FINANCE = "ClimateFinance",
|
27
23
|
CARBON_MARKET = "CarbonMarket"
|