@faststore/sdk
Advanced tools
Comparing version 3.0.106 to 3.0.107
@@ -24,2 +24,5 @@ export interface Currency { | ||
} | ||
export interface B2bInfo { | ||
customerId: string; | ||
} | ||
export interface Session { | ||
@@ -35,3 +38,4 @@ locale: string; | ||
person: Person | null; | ||
b2b: B2bInfo | null; | ||
} | ||
export declare const createSessionStore: (defaultSession: Session, onValidate?: ((value: Session) => Promise<Session | null>) | undefined, namespace?: string) => import("..").Store<Session>; |
{ | ||
"name": "@faststore/sdk", | ||
"version": "3.0.106", | ||
"version": "3.0.107", | ||
"description": "Hooks for creating your next component library", | ||
@@ -55,3 +55,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "238c6a205d174e6704974d948a8f4ea0657c34b7" | ||
"gitHead": "76421761da22073a9c6a19c95667b43a5bd5839d" | ||
} |
@@ -31,2 +31,6 @@ import { createStore } from './../store/composed' | ||
export interface B2bInfo { | ||
customerId: string | ||
} | ||
export interface Session { | ||
@@ -42,2 +46,3 @@ locale: string // en-US | ||
person: Person | null | ||
b2b: B2bInfo | null | ||
} | ||
@@ -44,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119659
2922