♻️ Remove @typebot.io/schemas from @typebot.io/lib

This commit is contained in:
Baptiste Arnaud
2024-03-15 16:32:29 +01:00
parent b53242ce6a
commit 5073be2439
186 changed files with 809 additions and 581 deletions

View File

@@ -46,7 +46,9 @@
"id": "s1ZvUqWxV6b8UgFGYWh39pV",
"groupId": "jd4S6BQsUQ2RuKieHXYKs9",
"type": "Google Sheets",
"options": {}
"options": {
"spreadsheetId": "1k_pIDw3YHl9tlZusbBVSBRY0PeRPd2H6t4Nj7rwnOtM"
}
}
]
}

View File

@@ -46,7 +46,9 @@
"id": "s1ZvUqWxV6b8UgFGYWh39pV",
"groupId": "jd4S6BQsUQ2RuKieHXYKs9",
"type": "Google Sheets",
"options": {},
"options": {
"spreadsheetId": "1k_pIDw3YHl9tlZusbBVSBRY0PeRPd2H6t4Nj7rwnOtM"
},
"outgoingEdgeId": "tBsPNYzMW1mMSvFMHZpmx8"
}
]

View File

@@ -0,0 +1,6 @@
import { test as setup } from '@playwright/test'
import { globalSetup } from '@typebot.io/playwright/globalSetup'
setup('setup db', async () => {
await globalSetup()
})

View File

@@ -6,7 +6,7 @@ import {
Workspace,
} from '@typebot.io/prisma'
import Stripe from 'stripe'
import { proWorkspaceId } from '@typebot.io/lib/playwright/databaseSetup'
import { proWorkspaceId } from '@typebot.io/playwright/databaseSetup'
import { env } from '@typebot.io/env'
const prisma = new PrismaClient()