@undp/carbon-library 1.0.102 → 1.0.104

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.
@@ -13,5 +13,6 @@ export interface ProgrammeTransferFormProps {
13
13
  companyRole: string;
14
14
  translator: any;
15
15
  useConnection: any;
16
+ ministryLevelPermission?: boolean;
16
17
  }
17
18
  export declare const ProgrammeTransferForm: FC<ProgrammeTransferFormProps>;
@@ -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;
@@ -368,6 +369,7 @@ interface ProgrammeTransferFormProps {
368
369
  companyRole: string;
369
370
  translator: any;
370
371
  useConnection: any;
372
+ ministryLevelPermission?: boolean;
371
373
  }
372
374
  declare const ProgrammeTransferForm: FC<ProgrammeTransferFormProps>;
373
375
 
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.104",
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": {