Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enable custom cloud url (CT-1052) #11

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

DecathectZero
Copy link
Member

Fixes or implements CT-1052

Brief description. What is this change?

pipe a url property all the way to useRuntime

@@ -40,7 +39,8 @@ interface CarouselTrace {
cards: CardTrace[];
}

export interface RuntimeOptions extends SetOptional<VoiceflowRuntimeOptions<RuntimeContext>, 'url'> {
export interface RuntimeOptions extends Omit<VoiceflowRuntimeOptions<RuntimeContext>, 'url'> {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's very strongly typed so SetOptional was just url?: string which is not equivalent to url?: string | undefined

@DecathectZero DecathectZero changed the base branch from tyler/use-public-endpoint/CT-1046 to master October 3, 2022 21:15
@DecathectZero DecathectZero force-pushed the tyler/private-cloud-endpoint/CT-1052 branch from 7bef5d4 to 78a7bce Compare October 3, 2022 21:16
@DecathectZero DecathectZero merged commit 92a22d5 into master Oct 3, 2022
@DecathectZero DecathectZero deleted the tyler/private-cloud-endpoint/CT-1052 branch October 3, 2022 21:16
@vf-service-account
Copy link
Collaborator

🎉 This PR is included in version 1.23.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants