From f444e8443923132345f69b62035de9ffba18d6c7 Mon Sep 17 00:00:00 2001 From: 650elx Date: Mon, 22 Jan 2024 14:40:19 +0100 Subject: [PATCH] fix(Verification): identity type changed --- sinch/domains/verification/models/responses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinch/domains/verification/models/responses.py b/sinch/domains/verification/models/responses.py index de33390..3384b79 100644 --- a/sinch/domains/verification/models/responses.py +++ b/sinch/domains/verification/models/responses.py @@ -36,7 +36,7 @@ class VerificationResponse(SinchBaseModel): method: VerificationMethod status: VerificationStatus price: dict - identity: str + identity: dict country_id: str verification_timestamp: str reference: str