@undp/carbon-library 1.0.101 → 1.0.103

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.
@@ -41,6 +41,7 @@ export interface ProgrammePropertiesU extends ProgrammeProperties {
41
41
  }
42
42
  export interface Programme {
43
43
  programmeId: string;
44
+ externalId: string;
44
45
  serialNo: string;
45
46
  title: string;
46
47
  sectoralScope: string;
package/dist/index.d.ts CHANGED
@@ -253,6 +253,7 @@ interface ProgrammePropertiesU extends ProgrammeProperties {
253
253
  }
254
254
  interface Programme {
255
255
  programmeId: string;
256
+ externalId: string;
256
257
  serialNo: string;
257
258
  title: string;
258
259
  sectoralScope: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.101",
3
+ "version": "1.0.103",
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": {