@aarc-dev/auth-sdk
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -6,3 +6,3 @@ import { AarcEthersSigner } from '@aarc-xyz/ethers-v6-signer'; | ||
env: string; | ||
config: StytchConfig; | ||
private config; | ||
userDetails?: UserDetails; | ||
@@ -103,8 +103,2 @@ phoneNo?: string; | ||
declare interface StytchConfig { | ||
stytchUrls: Record<string, string>; | ||
pollUrls: Record<string, string>; | ||
publicToken: Record<string, string>; | ||
} | ||
declare interface UserDetails { | ||
@@ -111,0 +105,0 @@ first_name: string; |
{ | ||
"name": "@aarc-dev/auth-sdk", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
862291
22740