@a_team/prisma 3.23.4-win → 3.23.5-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-add60aa62a7c6083d37652e6da2d8f2e822175c3a672b165fcda539ca323a804",
2
+ "name": "prisma-client-8c832b8714c14598a4ed502fb56c9ee6a78e9c766f6023ecf3c167fde14352f2",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1763,6 +1763,7 @@ model Transcript {
1763
1763
  mediaKey String?
1764
1764
  duration Float?
1765
1765
  shortDuration Boolean?
1766
+ mtgSessionId String?
1766
1767
  error String?
1767
1768
  createdAt DateTime @default(now()) @db.Date
1768
1769
  updatedAt DateTime @updatedAt @db.Date
@@ -589,6 +589,7 @@ exports.Prisma.TranscriptScalarFieldEnum = {
589
589
  mediaKey: 'mediaKey',
590
590
  duration: 'duration',
591
591
  shortDuration: 'shortDuration',
592
+ mtgSessionId: 'mtgSessionId',
592
593
  error: 'error',
593
594
  createdAt: 'createdAt',
594
595
  updatedAt: 'updatedAt'
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.23.4-win",
3
+ "version": "3.23.5-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],