@a_team/prisma 3.12.5-macos-docker-linux → 3.12.6-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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-4af9d30e21c25969439efe79e0b936790d59ab983ef66a4c89159f428869a24d",
2
+ "name": "prisma-client-9032ff96a1373ac5be61200e278b69a623cfafb37d26f82ba2fd6630db96574c",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -147,7 +147,7 @@ type Attendee {
147
147
 
148
148
  model CalendarEvent {
149
149
  id String @id @default(auto()) @map("_id") @db.ObjectId
150
- calendarEventId String
150
+ calendarEventId String? // events with no auto confirmation won't initially have the event id.
151
151
  userId String @db.ObjectId
152
152
  eventOwner User @relation(fields: [userId], references: [id], name: "eventOwner")
153
153
  calendarId String @db.ObjectId
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.12.5-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.12.6-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {