@undp/carbon-library 1.0.103 → 1.0.104

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