Skip to content

Commit 3a4f4af

Browse files
davidebotDavide Botrugno
andauthored
fix: updated data center region type. (#33)
Co-authored-by: Davide Botrugno <[email protected]>
1 parent 9177c03 commit 3a4f4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/WebChatConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface WebChatConfig {
2828
* Which data center your integration was created in. e.g. 'us-south', 'us-east', 'jp-tok' 'au-syd', 'eu-gb',
2929
* 'eu-de', etc.
3030
*/
31-
region: 'local' | 'dev' | 'staging' | 'us-south' | 'us-east' | 'jp-tok' | 'au-syd' | 'eu-gb' | 'eu-de' | 'kr-seo';
31+
region: string;
3232

3333
/**
3434
* The service instance ID of the Assistant hosting your web chat integration.

0 commit comments

Comments
 (0)