feat(integration): ✨ Add webhooks
This commit is contained in:
@ -5,12 +5,12 @@
|
||||
"main": "./index.tsx",
|
||||
"types": "./index.tsx",
|
||||
"devDependencies": {
|
||||
"prisma": "^3.7.0",
|
||||
"prisma": "^3.8.1",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^4.5.4"
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^3.7.0"
|
||||
"@prisma/client": "^3.8.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "yarn prisma db push && BROWSER=none yarn prisma studio",
|
||||
|
@ -110,6 +110,7 @@ model Typebot {
|
||||
steps Json
|
||||
choiceItems Json
|
||||
variables Json
|
||||
webhooks Json
|
||||
edges Json
|
||||
theme Json
|
||||
settings Json
|
||||
|
Reference in New Issue
Block a user