* chore: get bookings with kysely * fixup! chore: get bookings with kysely * replace left joins with inner joins * add missing filter and count with kysely * main query done * kysely use connection string * fix attendee emails operator * fix immutability and add attendee email filter * chore: everything working but date filters * limit offset * chore: bump platform libraries * fix bookingseat / attendee user email filter * refactor, clean, and subquery updatedAt/createdAt * fix import kysely types path * fix missing references and payments fields * create kysely module in apiv2 * fix before created at filter * fix types * update yarn.lock * update yarn.lock --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com>
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"name": "@calcom/kysely",
|
|
"private": true,
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"kysely": "^0.28.2",
|
|
"pg": "^8.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.10.7"
|
|
}
|
|
}
|