@undp/carbon-library 1.0.41-CARBON-329.9 → 1.0.41-CARBON-329.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ export interface NdcActionBodyProps {
11
11
  useConnection: any;
12
12
  translator: any;
13
13
  useUserContext: any;
14
- onFinish: any;
15
- programme: any;
14
+ onFinish?: any;
15
+ programme?: any;
16
16
  }
17
17
  export declare const NdcActionBody: FC<NdcActionBodyProps>;
@@ -11,7 +11,7 @@ export interface NdcActionBodyProps {
11
11
  useConnection: any;
12
12
  translator: any;
13
13
  useUserContext: any;
14
- onFinish: any;
15
- programme: any;
14
+ onFinish?: any;
15
+ programme?: any;
16
16
  }
17
17
  export declare const NdcActionBody: FC<NdcActionBodyProps>;
package/dist/index.d.ts CHANGED
@@ -961,8 +961,8 @@ interface NdcActionBodyProps {
961
961
  useConnection: any;
962
962
  translator: any;
963
963
  useUserContext: any;
964
- onFinish: any;
965
- programme: any;
964
+ onFinish?: any;
965
+ programme?: any;
966
966
  }
967
967
  declare const NdcActionBody: FC<NdcActionBodyProps>;
968
968
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.41-CARBON-329.9",
3
+ "version": "1.0.41-CARBON-329.10",
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": {