@seven.io/client
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -26,3 +26,3 @@ export type Contact = { | ||
validation: { | ||
state: string | null; | ||
state: 'valid' | 'invalid' | 'absent' | 'unknown' | null; | ||
timestamp: string | null; | ||
@@ -29,0 +29,0 @@ }; |
@@ -81,3 +81,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "3.1.1" | ||
"version": "3.2.0" | ||
} |
1844542