@a_team/prisma 3.22.1-macos-docker-linux → 3.22.2-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-2937b05e9a457b6c939ffffcabb6efa7212465e213def64ec6bf211c8b582366",
2
+ "name": "prisma-client-2341af7fb722155d027188c398980bc8377b82676e3634aed62e941b9aceb8d6",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1506,19 +1506,20 @@ type CallParticipant {
1506
1506
  }
1507
1507
 
1508
1508
  model RecordedCall {
1509
- id String @id @default(auto()) @map("_id") @db.ObjectId
1510
- callMeetingTitle String
1511
- callUrl String
1512
- startTime DateTime @db.Date
1513
- endTime DateTime @db.Date
1514
- s3TranscriptKey String
1515
- participants CallParticipant[]
1516
- recordedByName String
1517
- recordedByEmail String
1518
- platformRecordedOn PlatformRecordedOn
1519
- callCreatedAtTimestamp DateTime @db.Date
1520
- createdAt DateTime @default(now()) @db.Date
1521
- updatedAt DateTime @updatedAt @db.Date
1509
+ id String @id @default(auto()) @map("_id") @db.ObjectId
1510
+ callMeetingTitle String
1511
+ callUrl String
1512
+ startTime DateTime @db.Date
1513
+ endTime DateTime @db.Date
1514
+ s3TranscriptKey String
1515
+ participants CallParticipant[]
1516
+ recordedByName String
1517
+ recordedByEmail String
1518
+ platformRecordedOn PlatformRecordedOn
1519
+ callCreatedAtTimestamp DateTime @db.Date
1520
+ createdAt DateTime @default(now()) @db.Date
1521
+ updatedAt DateTime @updatedAt @db.Date
1522
+ calendarEventVideoCallDataId String?
1522
1523
 
1523
1524
  @@map("recordedCalls")
1524
1525
  }
@@ -503,7 +503,8 @@ exports.Prisma.RecordedCallScalarFieldEnum = {
503
503
  platformRecordedOn: 'platformRecordedOn',
504
504
  callCreatedAtTimestamp: 'callCreatedAtTimestamp',
505
505
  createdAt: 'createdAt',
506
- updatedAt: 'updatedAt'
506
+ updatedAt: 'updatedAt',
507
+ calendarEventVideoCallDataId: 'calendarEventVideoCallDataId'
507
508
  };
508
509
 
509
510
  exports.Prisma.RoleCategoryScalarFieldEnum = {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.22.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.22.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {