@undp/carbon-library 1.0.263-CARBON-390.1 → 1.0.263-CARBON-328.1

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