@islom929/react-eimzo 0.1.0 → 0.2.0

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.
package/dist/index.d.cts CHANGED
@@ -34,7 +34,6 @@ interface IDeviceStatus {
34
34
  }
35
35
  interface IEimzoProviderProps$1 {
36
36
  apiKeys?: string[];
37
- sdkPath?: string;
38
37
  children: React.ReactNode;
39
38
  }
40
39
  interface IEimzoContext {
@@ -48,10 +47,9 @@ interface IEimzoContext {
48
47
 
49
48
  interface IEimzoProviderProps {
50
49
  apiKeys?: string[];
51
- sdkPath?: string;
52
50
  children: ReactNode;
53
51
  }
54
- declare function EimzoProvider({ apiKeys, sdkPath, children }: IEimzoProviderProps): react_jsx_runtime.JSX.Element;
52
+ declare function EimzoProvider({ apiKeys, children }: IEimzoProviderProps): react_jsx_runtime.JSX.Element;
55
53
  declare function useEimzo(): IEimzoContext;
56
54
 
57
55
  export { EimzoProvider, type ICertificate, type IDeviceStatus, type IEimzoContext, type IEimzoProviderProps$1 as IEimzoProviderProps, type ISignParams, type TKeyType, useEimzo };
package/dist/index.d.ts CHANGED
@@ -34,7 +34,6 @@ interface IDeviceStatus {
34
34
  }
35
35
  interface IEimzoProviderProps$1 {
36
36
  apiKeys?: string[];
37
- sdkPath?: string;
38
37
  children: React.ReactNode;
39
38
  }
40
39
  interface IEimzoContext {
@@ -48,10 +47,9 @@ interface IEimzoContext {
48
47
 
49
48
  interface IEimzoProviderProps {
50
49
  apiKeys?: string[];
51
- sdkPath?: string;
52
50
  children: ReactNode;
53
51
  }
54
- declare function EimzoProvider({ apiKeys, sdkPath, children }: IEimzoProviderProps): react_jsx_runtime.JSX.Element;
52
+ declare function EimzoProvider({ apiKeys, children }: IEimzoProviderProps): react_jsx_runtime.JSX.Element;
55
53
  declare function useEimzo(): IEimzoContext;
56
54
 
57
55
  export { EimzoProvider, type ICertificate, type IDeviceStatus, type IEimzoContext, type IEimzoProviderProps$1 as IEimzoProviderProps, type ISignParams, type TKeyType, useEimzo };