@basis-theory/basis-theory-elements-interfaces
Advanced tools
Comparing version 3.6.0 to 3.7.0
@@ -15,2 +15,5 @@ declare type FieldErrorType = 'incomplete' | 'invalid'; | ||
} | ||
interface PropertyError { | ||
type: FieldErrorType; | ||
} | ||
/** | ||
@@ -20,2 +23,2 @@ * Card brands type | ||
declare type Brand = 'visa' | 'mastercard' | 'american-express' | 'discover' | 'diners-club' | 'jcb' | 'unionpay' | 'maestro' | 'elo' | 'hiper' | 'hipercard' | 'mir' | 'unknown'; | ||
export type { FieldErrorType, ConfigErrorType, ConfigError, Targeted, ListenableKey, FieldError, Brand, }; | ||
export type { FieldErrorType, ConfigErrorType, ConfigError, Targeted, ListenableKey, FieldError, PropertyError, Brand, }; |
{ | ||
"name": "@basis-theory/basis-theory-elements-interfaces", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-elements-interfaces", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
56750
1102