@undp/carbon-library 1.0.280-CARBON-412.44 → 1.0.280-CARBON-412.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,6 @@ export declare enum GuaranteePayback {
3
3
  ANNUAL = "Annual"
4
4
  }
5
5
  export declare enum InsurancePayback {
6
- LUMPSUM = "Lump Sum",
6
+ LUMPSUM = "LumpSum",
7
7
  ANNUAL = "Annual"
8
8
  }
@@ -87,6 +87,9 @@
87
87
  "period":"Period",
88
88
  "payback":"Payback",
89
89
  "loanPeriod":"Loan Period",
90
- "startOfPayback":"Start of Payback"
90
+ "startOfPayback":"Start of Payback",
91
+ "LumpSum":"LUMP SUM",
92
+ "Upfront":"UPFRONT",
93
+ "Annual":"ANNUAL"
91
94
 
92
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.280-CARBON-412.44",
3
+ "version": "1.0.280-CARBON-412.46",
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": {