@undp/carbon-library 1.0.117 → 1.0.119

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.
@@ -75,6 +75,7 @@ export interface Programme {
75
75
  typeOfMitigation: TypeOfMitigation;
76
76
  geographicalLocationCordintes: any;
77
77
  mitigationActions: any;
78
+ environmentalAssessmentRegistrationNo: any;
78
79
  }
79
80
  export interface ProgrammeR extends Programme {
80
81
  currentStage: ProgrammeStageR;
package/dist/index.d.ts CHANGED
@@ -287,6 +287,7 @@ interface Programme {
287
287
  typeOfMitigation: TypeOfMitigation;
288
288
  geographicalLocationCordintes: any;
289
289
  mitigationActions: any;
290
+ environmentalAssessmentRegistrationNo: any;
290
291
  }
291
292
  interface ProgrammeR extends Programme {
292
293
  currentStage: ProgrammeStageR;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.117",
3
+ "version": "1.0.119",
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": {