@undp/carbon-library 1.0.284-CARBON-412.0 → 1.0.284-CARBON-406.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ export type NdcDetail = {
11
11
  actionType: NdcDetailsActionType;
12
12
  nationalPlanObjective: string;
13
13
  kpi: number | string;
14
+ kpiUnit: string;
14
15
  ministryName: string;
15
16
  periodId?: number;
16
17
  status: NdcDetailsActionStatus;
@@ -5,8 +5,5 @@ export declare enum Instrument {
5
5
  EQUITY = "Equity",
6
6
  GUARANTEE = "Guarantee",
7
7
  INKIND = "In-Kind",
8
- CONLOAN = "ConcessionalLoan",
9
- NONCONLOAN = "Non-ConcessionalLoan",
10
- INSURANCE = "Insurance",
11
8
  OTHER = "Other"
12
9
  }
package/dist/index.d.ts CHANGED
@@ -690,9 +690,6 @@ declare enum Instrument {
690
690
  EQUITY = "Equity",
691
691
  GUARANTEE = "Guarantee",
692
692
  INKIND = "In-Kind",
693
- CONLOAN = "ConcessionalLoan",
694
- NONCONLOAN = "Non-ConcessionalLoan",
695
- INSURANCE = "Insurance",
696
693
  OTHER = "Other"
697
694
  }
698
695
 
@@ -5,6 +5,7 @@
5
5
  "ndcColumnsEndDate": "End Date",
6
6
  "ndcColumnsNationalPlanObj": "Programmes",
7
7
  "ndcColumnsKpi": "KPI",
8
+ "ndcColumnsKpiUnit": "KPI Unit",
8
9
  "rangeAlreadyExists": "One or more of the selected year(s) already exists",
9
10
  "addNdcAction": "+ Add NDC Action",
10
11
  "enterNewPlanTxt": "Please add the Programmes",
@@ -23,6 +24,7 @@
23
24
  "finalizeErrorText": "Cannot finalise the period due to pending Sub NDC Actions",
24
25
  "nationalPlanObjectivePlaceHolder": "Enter Programmes",
25
26
  "kpiPlaceHolder": "Enter Kpi",
27
+ "kpiUnitPlaceHolder": "Enter Kpi Unit",
26
28
  "isRequired": "is required!",
27
29
  "finalizeNdcEmptyErrorText":"Cannot finalise an empty period",
28
30
  "approveSuccessMsg": "Sub NDC Action has been approved successfully",
@@ -83,13 +83,5 @@
83
83
  "addSupport": "Add Support",
84
84
  "addSupportBtnText": "ADD SUPPORT",
85
85
  "addSupportSub": "Add Support to a project in the Transparency System",
86
- "programmeExistsWithAssessmentRegId": "Project already exist with the given environmental assessment registration number",
87
- "period":"Period",
88
- "payback":"Payback",
89
- "loanPeriod":"Loan Period",
90
- "startOfPayback":"Start of Payback",
91
- "LumpSum":"LUMP SUM",
92
- "Upfront":"UPFRONT",
93
- "Annual":"ANNUAL"
94
-
86
+ "programmeExistsWithAssessmentRegId": "Project already exist with the given environmental assessment registration number"
95
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.284-CARBON-412.0",
3
+ "version": "1.0.284-CARBON-406.0",
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": {
@@ -1,8 +0,0 @@
1
- export declare enum GuaranteePayback {
2
- UPFORNT = "Upfront",
3
- ANNUAL = "Annual"
4
- }
5
- export declare enum InsurancePayback {
6
- LUMPSUM = "LumpSum",
7
- ANNUAL = "Annual"
8
- }
@@ -1,8 +0,0 @@
1
- export declare enum GuaranteePayback {
2
- UPFORNT = "Upfront",
3
- ANNUAL = "Annual"
4
- }
5
- export declare enum InsurancePayback {
6
- LUMPSUM = "LumpSum",
7
- ANNUAL = "Annual"
8
- }