@a_team/prisma 3.23.3-win → 3.23.4-linux-debian

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-9209bdfcfcea0099fe4ad21941bd31d7eb8b65d87669462b6e922b3998e12274",
2
+ "name": "prisma-client-add60aa62a7c6083d37652e6da2d8f2e822175c3a672b165fcda539ca323a804",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1758,6 +1758,7 @@ model Transcript {
1758
1758
  jobStatus String
1759
1759
  transcriptCallType TranscriptCallType?
1760
1760
  outputBucket String?
1761
+ outputRegion String?
1761
1762
  transcriptKey String?
1762
1763
  mediaKey String?
1763
1764
  duration Float?
@@ -584,6 +584,7 @@ exports.Prisma.TranscriptScalarFieldEnum = {
584
584
  jobStatus: 'jobStatus',
585
585
  transcriptCallType: 'transcriptCallType',
586
586
  outputBucket: 'outputBucket',
587
+ outputRegion: 'outputRegion',
587
588
  transcriptKey: 'transcriptKey',
588
589
  mediaKey: 'mediaKey',
589
590
  duration: 'duration',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.23.3-win",
3
+ "version": "3.23.4-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],