@a_team/prisma 3.14.1-macos-docker-linux → 3.14.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-5ba14c00e70be80d15390de741716a783db8107ea2dd8f3ca9ee0ce29fc734a9",
2
+ "name": "prisma-client-d32896a83107602f1a5792c7af61d42fd20af219dfb7f7a747bc435c609eee79",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -165,10 +165,11 @@ type EventMetadata {
165
165
  }
166
166
 
167
167
  type VideoCallData {
168
- id String
169
- type String
170
- url String
171
- password String?
168
+ id String
169
+ type String
170
+ providerUrl String // this is the URL that loads provider (daily.co) video call frame
171
+ meetingUrl String // this is the URL that loads the meeting room
172
+ password String?
172
173
  }
173
174
 
174
175
  type NotificationChannel {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.14.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.14.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {