@a_team/prisma 3.15.2-macos-docker-linux → 3.15.3-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-eddddce26c377d531746ad430d9910bdea51ba907cc4166f6c35df235bdcb5b6",
2
+ "name": "prisma-client-52d95a4545fce30b10629f4ecd97838266991f92e318f9147ee43c846c5f418d",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1324,7 +1324,7 @@ model RecordedCall {
1324
1324
  callUrl String
1325
1325
  startTime DateTime @db.Date
1326
1326
  endTime DateTime @db.Date
1327
- transcriptUrl String
1327
+ s3TranscriptKey String
1328
1328
  participants CallParticipant[]
1329
1329
  recordedByName String
1330
1330
  recordedByEmail String
@@ -455,7 +455,7 @@ exports.Prisma.RecordedCallScalarFieldEnum = {
455
455
  callUrl: 'callUrl',
456
456
  startTime: 'startTime',
457
457
  endTime: 'endTime',
458
- transcriptUrl: 'transcriptUrl',
458
+ s3TranscriptKey: 's3TranscriptKey',
459
459
  recordedByName: 'recordedByName',
460
460
  recordedByEmail: 'recordedByEmail',
461
461
  platformRecordedOn: 'platformRecordedOn',
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.15.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.15.3-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {