@useparagon/connect
Advanced tools
Comparing version 1.0.26-experimental.4 to 1.0.26-experimental.5
@@ -244,3 +244,4 @@ import { ReactNode } from 'react'; | ||
export declare const overrideActionAlias: Partial<Record<string, string>>; | ||
export declare const AUTH_TOKEN_ALLOWED_INTEGRATIONS: Record<string, Record<'accessTokenPath', string>>; | ||
export type ALLOWED_FIELDS = 'accessTokenPath' | 'domain'; | ||
export declare const AUTH_TOKEN_ALLOWED_INTEGRATIONS: Record<string, Partial<Record<ALLOWED_FIELDS, string>>>; | ||
export type AccountType = { | ||
@@ -247,0 +248,0 @@ /** |
{ | ||
"name": "@useparagon/connect", | ||
"version": "1.0.26-experimental.4", | ||
"version": "1.0.26-experimental.5", | ||
"description": "Embed integrations into your app with the Paragon SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is too big to display
198316
2419