@undp/carbon-library 1.0.103 → 1.0.106

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>;
package/dist/index.d.ts CHANGED
@@ -369,6 +369,7 @@ interface ProgrammeTransferFormProps {
369
369
  companyRole: string;
370
370
  translator: any;
371
371
  useConnection: any;
372
+ ministryLevelPermission?: boolean;
372
373
  }
373
374
  declare const ProgrammeTransferForm: FC<ProgrammeTransferFormProps>;
374
375
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.103",
3
+ "version": "1.0.106",
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": {