From 05b0a0ab13df79b3b36fbc992152891c54c26755 Mon Sep 17 00:00:00 2001 From: Davide Botrugno Date: Thu, 27 Mar 2025 15:41:25 +0100 Subject: [PATCH] fix: updated data center region type. --- src/types/WebChatConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/WebChatConfig.ts b/src/types/WebChatConfig.ts index a24d0be..77b7043 100644 --- a/src/types/WebChatConfig.ts +++ b/src/types/WebChatConfig.ts @@ -28,7 +28,7 @@ interface WebChatConfig { * Which data center your integration was created in. e.g. 'us-south', 'us-east', 'jp-tok' 'au-syd', 'eu-gb', * 'eu-de', etc. */ - region: 'local' | 'dev' | 'staging' | 'us-south' | 'us-east' | 'jp-tok' | 'au-syd' | 'eu-gb' | 'eu-de' | 'kr-seo'; + region: string; /** * The service instance ID of the Assistant hosting your web chat integration.