Add new client endpoints & webhook functionality (#355)

* add new zod schema for responses
* add new client endpoints for responses
* add services for responses and surveys
* add new responses model to webhooks & email

---------

Co-authored-by: Johannes <johannes@formbricks.com>
This commit is contained in:
Matti Nannt
2023-06-12 19:51:13 +02:00
committed by GitHub
parent 85c3069155
commit 97263a66cc
55 changed files with 905 additions and 247 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { PrismaClient } from "@prisma/client";
import "../types/jsonTypes";
import "../jsonTypes";
declare global {
var prisma: PrismaClient | undefined;