@crossmint/client-sdk-base
Advanced tools
Comparing version 0.2.2-alpha.0 to 0.2.2-alpha.1
@@ -62,3 +62,3 @@ declare function generateClientId(): string; | ||
hideMintOnInactiveClient?: boolean; | ||
mintConfig?: PayButtonConfig; | ||
mintConfig?: PayButtonConfig | PayButtonConfig[]; | ||
whPassThroughArgs?: any; | ||
@@ -65,0 +65,0 @@ paymentMethod?: paymentMethods; |
{ | ||
"name": "@crossmint/client-sdk-base", | ||
"version": "0.2.2-alpha.0", | ||
"version": "0.2.2-alpha.1", | ||
"author": "Paella Labs Inc", | ||
@@ -34,3 +34,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "16aabf6d5e74aacab2861c8db002bcba11e6ac45" | ||
"gitHead": "db204aa1865e1a7820b8562bda6ba89195a01e39" | ||
} |
@@ -50,3 +50,3 @@ export enum clientNames { | ||
export type Locale = "en-US" | "es-ES"; | ||
export type Currency = "USD" | "EUR" | ||
export type Currency = "USD" | "EUR"; | ||
@@ -74,3 +74,3 @@ export interface BaseButtonProps { | ||
hideMintOnInactiveClient?: boolean; | ||
mintConfig?: PayButtonConfig; | ||
mintConfig?: PayButtonConfig | PayButtonConfig[]; | ||
whPassThroughArgs?: any; | ||
@@ -77,0 +77,0 @@ paymentMethod?: paymentMethods; |
47964