@a_team/prisma 3.12.6-macos-docker-linux → 3.12.7-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-9032ff96a1373ac5be61200e278b69a623cfafb37d26f82ba2fd6630db96574c",
2
+ "name": "prisma-client-f52ee60b9d20f584f43a493b1ee0c806276d49c7db70a82f3955f60ea3e6792b",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -160,6 +160,8 @@ model CalendarEvent {
160
160
  status EventStatus
161
161
  startTime DateTime
162
162
  endTime DateTime
163
+ summary String?
164
+ description String?
163
165
  callUrl String? // URL of the daily.co or any video call provider
164
166
  callId String? // id of the call link e.g. daily.co room id
165
167
  clientRecordingOptOut Boolean @default(false)
@@ -164,6 +164,8 @@ exports.Prisma.CalendarEventScalarFieldEnum = {
164
164
  status: 'status',
165
165
  startTime: 'startTime',
166
166
  endTime: 'endTime',
167
+ summary: 'summary',
168
+ description: 'description',
167
169
  callUrl: 'callUrl',
168
170
  callId: 'callId',
169
171
  clientRecordingOptOut: 'clientRecordingOptOut',
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.12.6-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.12.7-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {