@undp/carbon-library 1.0.102 → 1.0.103

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.102",
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": {