@undp/carbon-library 1.0.263-CARBON-328.0 → 1.0.263-CARBON-390.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
3
  TechnologyTransfer = "Technology Transfer",
4
- Financial = "Financial"
4
+ Financial = "Financial",
5
+ EnhancedTransparency = "Enhanced Transparency"
5
6
  }
6
7
  export declare const enablementTypesAndValues: {
7
8
  type: string;
@@ -100,12 +100,11 @@
100
100
  "tlCertify": "Certified",
101
101
  "tlCertifyDesc": "The project was certified by {}",
102
102
  "tlRetire": "Credits Retired",
103
- "tlRetireDesc": "{} {} credits of this project were retired from {} {}as {} {}by {}",
103
+ "tlRetireDesc": "{} {} credits of this project were retired from {} {}as {} by {}",
104
104
  "tlFrozen": "Credits Frozen",
105
105
  "tlFrozenDesc": "{} {} credits were frozen due to the deactivation of {} by {}",
106
106
  "tlRetInit": "Retirement Initiated",
107
- "tlRetInitDesc": "Retirement of {} {} credits of this project from {} {}as {} {}was initiated by {}",
108
- "t1RetInitOmgeDesc":"and {} ITMO credits as Overall Mitigation in Global Emissions ",
107
+ "tlRetInitDesc": "Retirement of {} {} credits of this project from {} {}as {} was initiated by {}",
109
108
  "tlRetRejectTitle": "Retirement Not Recognised",
110
109
  "tlTxRetRejectDesc": "The request to transfer {} {} credits from {} to {} was not recognised by {}",
111
110
  "tlRetCancelTitle": "Retire request cancelled",
@@ -144,8 +143,5 @@
144
143
  "environmentalAssessmentRegistrationNo": "Environmental Assessment Registration Number",
145
144
  "methodology": "Methodology",
146
145
  "verificationEl": "Verification",
147
- "monitoringEl": "Monitoring",
148
- "govInternationalAcc":"Government International Account",
149
- "omgeAcc":"OMGE Account",
150
- "omgeDesc":"Overall Mitigation in Global Emissins (OMGE)"
146
+ "monitoringEl": "Monitoring"
151
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.263-CARBON-328.0",
3
+ "version": "1.0.263-CARBON-390.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": {