We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6227324 commit f954548Copy full SHA for f954548
1 file changed
src/agentmail/domains/types/record_status.py
@@ -2,4 +2,4 @@
2
3
import typing
4
5
-RecordStatus = typing.Union[typing.Literal["MISSING", "VERIFIED"], typing.Any]
+RecordStatus = typing.Union[typing.Literal["MISSING", "INVALID", "VALID"], typing.Any]
0 commit comments