Skip to content

Commit f954548

Browse files
Release 0.1.14
1 parent 6227324 commit f954548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agentmail/domains/types/record_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
import typing
44

5-
RecordStatus = typing.Union[typing.Literal["MISSING", "VERIFIED"], typing.Any]
5+
RecordStatus = typing.Union[typing.Literal["MISSING", "INVALID", "VALID"], typing.Any]

0 commit comments

Comments
 (0)