@faststore/sdk
Advanced tools
Comparing version 3.0.116 to 3.0.120
@@ -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.116", | ||
"version": "3.0.120", | ||
"description": "Hooks for creating your next component library", | ||
@@ -55,3 +55,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "944909c520a5f2d541354bce0b13b35e1ade9653" | ||
"gitHead": "26ffe660e75b9998cce312995db1de64cd72d0d5" | ||
} |
@@ -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
119660
2922