@a_team/prisma 3.12.4-win → 3.12.5-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +138 -41
- package/dist/client/index.js +6 -6
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +1 -0
- package/package.json +2 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -1425,6 +1425,7 @@ model User {
|
|
|
1425
1425
|
builderInterviews ClientInterview[] @relation("builderInterviews")
|
|
1426
1426
|
proposalsAsTeamAdvisor Proposal[] @relation("teamAdvisor")
|
|
1427
1427
|
isUsingSharedCalendar Boolean @default(false)
|
|
1428
|
+
timezone TimezoneObject?
|
|
1428
1429
|
|
|
1429
1430
|
@@map("users")
|
|
1430
1431
|
}
|