@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.
- package/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +18 -9
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +5 -4
- package/package.json +4 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -165,10 +165,11 @@ type EventMetadata {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
type VideoCallData {
|
|
168
|
-
id
|
|
169
|
-
type
|
|
170
|
-
|
|
171
|
-
|
|
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 {
|