✨ Allow user to share a flow publicly and make it duplicatable
Closes #360
This commit is contained in:
@ -36,6 +36,11 @@ export const settingsSchema = z.object({
|
||||
typingEmulation: typingEmulation.optional(),
|
||||
metadata: metadataSchema.optional(),
|
||||
whatsApp: whatsAppSettingsSchema.optional(),
|
||||
publicShare: z
|
||||
.object({
|
||||
isEnabled: z.boolean().optional(),
|
||||
})
|
||||
.optional(),
|
||||
})
|
||||
|
||||
export type Settings = z.infer<typeof settingsSchema>
|
||||
|
@ -15,6 +15,6 @@
|
||||
"devDependencies": {
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"typescript": "5.2.2"
|
||||
"typescript": "5.3.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user