@undp/carbon-library 1.0.280-CARBON-412.40 → 1.0.280-CARBON-412.42

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.
@@ -1,8 +1,8 @@
1
1
  export declare enum GuaranteePayback {
2
2
  UPFORNT = "Upfront",
3
- ANNUAL = "Anual"
3
+ ANNUAL = "Annual"
4
4
  }
5
5
  export declare enum InsurancePayback {
6
- LUMPSUM = "LumpSum",
6
+ LUMPSUM = "Lump Sum",
7
7
  ANNUAL = "Annual"
8
8
  }
@@ -83,5 +83,10 @@
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"
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
+
87
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.280-CARBON-412.40",
3
+ "version": "1.0.280-CARBON-412.42",
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": {