@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.
@@ -5180,7 +5180,8 @@ export namespace Prisma {
5180
5180
  export type VideoCallDataSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
5181
5181
  id?: boolean
5182
5182
  type?: boolean
5183
- url?: boolean
5183
+ providerUrl?: boolean
5184
+ meetingUrl?: boolean
5184
5185
  password?: boolean
5185
5186
  }, ExtArgs["result"]["videoCallData"]>
5186
5187
 
@@ -5188,7 +5189,8 @@ export namespace Prisma {
5188
5189
  export type VideoCallDataSelectScalar = {
5189
5190
  id?: boolean
5190
5191
  type?: boolean
5191
- url?: boolean
5192
+ providerUrl?: boolean
5193
+ meetingUrl?: boolean
5192
5194
  password?: boolean
5193
5195
  }
5194
5196
 
@@ -5199,7 +5201,8 @@ export namespace Prisma {
5199
5201
  scalars: {
5200
5202
  id: string
5201
5203
  type: string
5202
- url: string
5204
+ providerUrl: string
5205
+ meetingUrl: string
5203
5206
  password: string | null
5204
5207
  }
5205
5208
  composites: {}
@@ -5217,7 +5220,8 @@ export namespace Prisma {
5217
5220
  interface VideoCallDataFieldRefs {
5218
5221
  readonly id: FieldRef<"VideoCallData", 'String'>
5219
5222
  readonly type: FieldRef<"VideoCallData", 'String'>
5220
- readonly url: FieldRef<"VideoCallData", 'String'>
5223
+ readonly providerUrl: FieldRef<"VideoCallData", 'String'>
5224
+ readonly meetingUrl: FieldRef<"VideoCallData", 'String'>
5221
5225
  readonly password: FieldRef<"VideoCallData", 'String'>
5222
5226
  }
5223
5227
 
@@ -46967,7 +46971,8 @@ export namespace Prisma {
46967
46971
  export type VideoCallDataObjectEqualityInput = {
46968
46972
  id: string
46969
46973
  type: string
46970
- url: string
46974
+ providerUrl: string
46975
+ meetingUrl: string
46971
46976
  password?: string | null
46972
46977
  }
46973
46978
 
@@ -47034,7 +47039,8 @@ export namespace Prisma {
47034
47039
  export type VideoCallDataOrderByInput = {
47035
47040
  id?: SortOrder
47036
47041
  type?: SortOrder
47037
- url?: SortOrder
47042
+ providerUrl?: SortOrder
47043
+ meetingUrl?: SortOrder
47038
47044
  password?: SortOrder
47039
47045
  }
47040
47046
 
@@ -50551,7 +50557,8 @@ export namespace Prisma {
50551
50557
  export type VideoCallDataCreateInput = {
50552
50558
  id: string
50553
50559
  type: string
50554
- url: string
50560
+ providerUrl: string
50561
+ meetingUrl: string
50555
50562
  password?: string | null
50556
50563
  }
50557
50564
 
@@ -53941,7 +53948,8 @@ export namespace Prisma {
53941
53948
  NOT?: VideoCallDataWhereInput | VideoCallDataWhereInput[]
53942
53949
  id?: StringFilter<"VideoCallData"> | string
53943
53950
  type?: StringFilter<"VideoCallData"> | string
53944
- url?: StringFilter<"VideoCallData"> | string
53951
+ providerUrl?: StringFilter<"VideoCallData"> | string
53952
+ meetingUrl?: StringFilter<"VideoCallData"> | string
53945
53953
  password?: StringNullableFilter<"VideoCallData"> | string | null
53946
53954
  }
53947
53955
 
@@ -67110,7 +67118,8 @@ export namespace Prisma {
67110
67118
  export type VideoCallDataUpdateInput = {
67111
67119
  id?: StringFieldUpdateOperationsInput | string
67112
67120
  type?: StringFieldUpdateOperationsInput | string
67113
- url?: StringFieldUpdateOperationsInput | string
67121
+ providerUrl?: StringFieldUpdateOperationsInput | string
67122
+ meetingUrl?: StringFieldUpdateOperationsInput | string
67114
67123
  password?: NullableStringFieldUpdateOperationsInput | string | null
67115
67124
  }
67116
67125