mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-09 05:51:42 +00:00
pass verified domain to prepare API
This commit is contained in:
@@ -1428,7 +1428,7 @@ class ContactAddressPlan_ok(TypedDict):
|
||||
type: Literal["ok"]
|
||||
contactSLinkData_: NotRequired["ContactShortLinkData"]
|
||||
ownerVerification: NotRequired["OwnerVerification"]
|
||||
verifiedName: NotRequired["SimplexNameInfo"]
|
||||
verifiedDomain: NotRequired["SimplexDomain"]
|
||||
|
||||
class ContactAddressPlan_ownLink(TypedDict):
|
||||
type: Literal["ownLink"]
|
||||
@@ -1868,7 +1868,7 @@ class GroupLinkPlan_ok(TypedDict):
|
||||
groupSLinkInfo_: NotRequired["GroupShortLinkInfo"]
|
||||
groupSLinkData_: NotRequired["GroupShortLinkData"]
|
||||
ownerVerification: NotRequired["OwnerVerification"]
|
||||
verifiedName: NotRequired["SimplexNameInfo"]
|
||||
verifiedDomain: NotRequired["SimplexDomain"]
|
||||
|
||||
class GroupLinkPlan_ownLink(TypedDict):
|
||||
type: Literal["ownLink"]
|
||||
|
||||
Reference in New Issue
Block a user