@a_team/prisma 3.15.1-macos-docker-linux → 3.15.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-fac3bc0eaddc231ea6c82ba2765568581fcdc7d115250231bde81265d37a2c8c",
2
+ "name": "prisma-client-eddddce26c377d531746ad430d9910bdea51ba907cc4166f6c35df235bdcb5b6",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1319,18 +1319,19 @@ type CallParticipant {
1319
1319
  }
1320
1320
 
1321
1321
  model RecordedCall {
1322
- id String @id @default(auto()) @map("_id") @db.ObjectId
1323
- callMeetingTitle String
1324
- callUrl String
1325
- startTime DateTime @db.Date
1326
- endTime DateTime @db.Date
1327
- transcriptUrl String
1328
- participants CallParticipant[]
1329
- recordedByName String
1330
- recordedByUrl String
1331
- platformRecordedOn PlatformRecordedOn
1332
- createdAt DateTime @default(now()) @db.Date
1333
- updatedAt DateTime @updatedAt @db.Date
1322
+ id String @id @default(auto()) @map("_id") @db.ObjectId
1323
+ callMeetingTitle String
1324
+ callUrl String
1325
+ startTime DateTime @db.Date
1326
+ endTime DateTime @db.Date
1327
+ transcriptUrl String
1328
+ participants CallParticipant[]
1329
+ recordedByName String
1330
+ recordedByEmail String
1331
+ platformRecordedOn PlatformRecordedOn
1332
+ callCreatedAtTimestamp DateTime @db.Date
1333
+ createdAt DateTime @default(now()) @db.Date
1334
+ updatedAt DateTime @updatedAt @db.Date
1334
1335
 
1335
1336
  @@map("recordedCalls")
1336
1337
  }
@@ -457,8 +457,9 @@ exports.Prisma.RecordedCallScalarFieldEnum = {
457
457
  endTime: 'endTime',
458
458
  transcriptUrl: 'transcriptUrl',
459
459
  recordedByName: 'recordedByName',
460
- recordedByUrl: 'recordedByUrl',
460
+ recordedByEmail: 'recordedByEmail',
461
461
  platformRecordedOn: 'platformRecordedOn',
462
+ callCreatedAtTimestamp: 'callCreatedAtTimestamp',
462
463
  createdAt: 'createdAt',
463
464
  updatedAt: 'updatedAt'
464
465
  };
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.15.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.15.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {