@basis-theory/basis-theory-js
Advanced tools
Comparing version 4.15.0 to 4.16.0
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "4.15.0", | ||
"version": "4.16.0", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -21,2 +21,3 @@ import type { HttpClient } from '../../types/sdk'; | ||
setValue(value: CardElementValue<'reference'>): void; | ||
validate(): void; | ||
}; | ||
@@ -23,0 +24,0 @@ type TextElement = BaseElement<UpdateTextElementOptions, TextElementEvents> & { |
184978
4161