@agrada_digital/pbm 0.0.90 → 0.0.92

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.mts CHANGED
@@ -7,8 +7,6 @@ interface PBMProps {
7
7
  isAuthenticatedShopper: boolean;
8
8
  customLoginUrl?: string;
9
9
  }
10
- declare function PBM({ originalProductPrice, clientID, eanProduct, isAuthenticatedShopper, customLoginUrl, }: PBMProps): react_jsx_runtime.JSX.Element | undefined;
11
-
12
10
  type StateComponentType = "isRegistered" | "isActivated" | "isInvalid" | "isEmpty" | "isPreview";
13
11
  interface discountTypes {
14
12
  unit: number;
@@ -50,6 +48,8 @@ interface IProduct {
50
48
  industryLogo?: string;
51
49
  }
52
50
 
51
+ declare function PBM(props: PBMProps): react_jsx_runtime.JSX.Element | undefined;
52
+
53
53
  interface PBMStore extends usePBMTypes {
54
54
  setSecurityNumber: (securityNumber: string) => void;
55
55
  setState: (state: usePBMTypes["state"]) => void;
package/dist/index.d.ts CHANGED
@@ -7,8 +7,6 @@ interface PBMProps {
7
7
  isAuthenticatedShopper: boolean;
8
8
  customLoginUrl?: string;
9
9
  }
10
- declare function PBM({ originalProductPrice, clientID, eanProduct, isAuthenticatedShopper, customLoginUrl, }: PBMProps): react_jsx_runtime.JSX.Element | undefined;
11
-
12
10
  type StateComponentType = "isRegistered" | "isActivated" | "isInvalid" | "isEmpty" | "isPreview";
13
11
  interface discountTypes {
14
12
  unit: number;
@@ -50,6 +48,8 @@ interface IProduct {
50
48
  industryLogo?: string;
51
49
  }
52
50
 
51
+ declare function PBM(props: PBMProps): react_jsx_runtime.JSX.Element | undefined;
52
+
53
53
  interface PBMStore extends usePBMTypes {
54
54
  setSecurityNumber: (securityNumber: string) => void;
55
55
  setState: (state: usePBMTypes["state"]) => void;