From e307b7bb4cc75e7bc8883eeaa0ab95bd1c1c7873 Mon Sep 17 00:00:00 2001 From: Mohammad Hamarsheh Date: Thu, 8 Feb 2024 02:07:36 +0200 Subject: [PATCH] feat: include phone_number in Typeform Response type --- src/typeform-types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/typeform-types.ts b/src/typeform-types.ts index b3fa70f..190c499 100644 --- a/src/typeform-types.ts +++ b/src/typeform-types.ts @@ -1032,6 +1032,7 @@ export namespace Typeform { | 'boolean' | 'text' | 'payment' + | 'phone_number' /** * Represents single choice answers for dropdown-like fields. */ @@ -1055,6 +1056,7 @@ export namespace Typeform { last4?: string name?: string } + phone_number?: string }[] calculated?: { score?: number