@ -42,6 +42,7 @@ export const bookEvent = createAction({
|
||||
run: {
|
||||
web: {
|
||||
displayEmbedBubble: {
|
||||
maxBubbleWidth: 780,
|
||||
waitForEvent: {
|
||||
getSaveVariableId: ({ saveBookedDateInVariableId }) =>
|
||||
saveBookedDateInVariableId,
|
||||
|
@ -82,6 +82,7 @@ export type ActionDefinition<
|
||||
parseInitFunction: (params: {
|
||||
options: z.infer<BaseOptions> & z.infer<Options>
|
||||
}) => FunctionToExecute
|
||||
maxBubbleWidth?: number
|
||||
}
|
||||
parseFunction?: (params: {
|
||||
options: z.infer<BaseOptions> & z.infer<Options>
|
||||
|
Reference in New Issue
Block a user