2
0

feat(integration): Add webhooks

This commit is contained in:
Baptiste Arnaud
2022-01-22 18:24:57 +01:00
parent 66f3e7ee7c
commit a58600a38a
78 changed files with 2399 additions and 800 deletions

View File

@ -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",

View File

@ -110,6 +110,7 @@ model Typebot {
steps Json
choiceItems Json
variables Json
webhooks Json
edges Json
theme Json
settings Json