@excali-boards/boards-api-client 1.1.72 → 1.1.73
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/classes/auth.d.ts +1 -0
- package/dist/classes/sessions.d.ts +1 -0
- package/dist/classes/users.d.ts +1 -0
- package/dist/external/vars.d.ts +2 -0
- package/dist/external/vars.js +1 -0
- package/package.json +1 -1
- package/prisma/generated/edge.js +4 -3
- package/prisma/generated/index-browser.js +1 -0
- package/prisma/generated/index.d.ts +70 -1
- package/prisma/generated/index.js +4 -3
- package/prisma/generated/package.json +1 -1
- package/prisma/generated/schema.prisma +2 -0
- package/prisma/generated/wasm.js +4 -3
- package/prisma/schema/user.prisma +2 -0
|
@@ -22260,6 +22260,7 @@ export namespace Prisma {
|
|
|
22260
22260
|
avatarUrl: string | null
|
|
22261
22261
|
displayName: string | null
|
|
22262
22262
|
mainGroupId: string | null
|
|
22263
|
+
qrLoginRedirectDelay: boolean | null
|
|
22263
22264
|
mainLoginType: $Enums.Platforms | null
|
|
22264
22265
|
invitedBy: string | null
|
|
22265
22266
|
registrationMethod: $Enums.RegistrationMethod | null
|
|
@@ -22272,6 +22273,7 @@ export namespace Prisma {
|
|
|
22272
22273
|
avatarUrl: string | null
|
|
22273
22274
|
displayName: string | null
|
|
22274
22275
|
mainGroupId: string | null
|
|
22276
|
+
qrLoginRedirectDelay: boolean | null
|
|
22275
22277
|
mainLoginType: $Enums.Platforms | null
|
|
22276
22278
|
invitedBy: string | null
|
|
22277
22279
|
registrationMethod: $Enums.RegistrationMethod | null
|
|
@@ -22284,6 +22286,7 @@ export namespace Prisma {
|
|
|
22284
22286
|
avatarUrl: number
|
|
22285
22287
|
displayName: number
|
|
22286
22288
|
mainGroupId: number
|
|
22289
|
+
qrLoginRedirectDelay: number
|
|
22287
22290
|
mainLoginType: number
|
|
22288
22291
|
invitedBy: number
|
|
22289
22292
|
registrationMethod: number
|
|
@@ -22298,6 +22301,7 @@ export namespace Prisma {
|
|
|
22298
22301
|
avatarUrl?: true
|
|
22299
22302
|
displayName?: true
|
|
22300
22303
|
mainGroupId?: true
|
|
22304
|
+
qrLoginRedirectDelay?: true
|
|
22301
22305
|
mainLoginType?: true
|
|
22302
22306
|
invitedBy?: true
|
|
22303
22307
|
registrationMethod?: true
|
|
@@ -22310,6 +22314,7 @@ export namespace Prisma {
|
|
|
22310
22314
|
avatarUrl?: true
|
|
22311
22315
|
displayName?: true
|
|
22312
22316
|
mainGroupId?: true
|
|
22317
|
+
qrLoginRedirectDelay?: true
|
|
22313
22318
|
mainLoginType?: true
|
|
22314
22319
|
invitedBy?: true
|
|
22315
22320
|
registrationMethod?: true
|
|
@@ -22322,6 +22327,7 @@ export namespace Prisma {
|
|
|
22322
22327
|
avatarUrl?: true
|
|
22323
22328
|
displayName?: true
|
|
22324
22329
|
mainGroupId?: true
|
|
22330
|
+
qrLoginRedirectDelay?: true
|
|
22325
22331
|
mainLoginType?: true
|
|
22326
22332
|
invitedBy?: true
|
|
22327
22333
|
registrationMethod?: true
|
|
@@ -22407,6 +22413,7 @@ export namespace Prisma {
|
|
|
22407
22413
|
avatarUrl: string | null
|
|
22408
22414
|
displayName: string
|
|
22409
22415
|
mainGroupId: string | null
|
|
22416
|
+
qrLoginRedirectDelay: boolean
|
|
22410
22417
|
mainLoginType: $Enums.Platforms
|
|
22411
22418
|
invitedBy: string | null
|
|
22412
22419
|
registrationMethod: $Enums.RegistrationMethod
|
|
@@ -22436,6 +22443,7 @@ export namespace Prisma {
|
|
|
22436
22443
|
avatarUrl?: boolean
|
|
22437
22444
|
displayName?: boolean
|
|
22438
22445
|
mainGroupId?: boolean
|
|
22446
|
+
qrLoginRedirectDelay?: boolean
|
|
22439
22447
|
mainLoginType?: boolean
|
|
22440
22448
|
invitedBy?: boolean
|
|
22441
22449
|
registrationMethod?: boolean
|
|
@@ -22459,6 +22467,7 @@ export namespace Prisma {
|
|
|
22459
22467
|
avatarUrl?: boolean
|
|
22460
22468
|
displayName?: boolean
|
|
22461
22469
|
mainGroupId?: boolean
|
|
22470
|
+
qrLoginRedirectDelay?: boolean
|
|
22462
22471
|
mainLoginType?: boolean
|
|
22463
22472
|
invitedBy?: boolean
|
|
22464
22473
|
registrationMethod?: boolean
|
|
@@ -22471,6 +22480,7 @@ export namespace Prisma {
|
|
|
22471
22480
|
avatarUrl?: boolean
|
|
22472
22481
|
displayName?: boolean
|
|
22473
22482
|
mainGroupId?: boolean
|
|
22483
|
+
qrLoginRedirectDelay?: boolean
|
|
22474
22484
|
mainLoginType?: boolean
|
|
22475
22485
|
invitedBy?: boolean
|
|
22476
22486
|
registrationMethod?: boolean
|
|
@@ -22483,12 +22493,13 @@ export namespace Prisma {
|
|
|
22483
22493
|
avatarUrl?: boolean
|
|
22484
22494
|
displayName?: boolean
|
|
22485
22495
|
mainGroupId?: boolean
|
|
22496
|
+
qrLoginRedirectDelay?: boolean
|
|
22486
22497
|
mainLoginType?: boolean
|
|
22487
22498
|
invitedBy?: boolean
|
|
22488
22499
|
registrationMethod?: boolean
|
|
22489
22500
|
}
|
|
22490
22501
|
|
|
22491
|
-
export type UserOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"dbId" | "userId" | "email" | "avatarUrl" | "displayName" | "mainGroupId" | "mainLoginType" | "invitedBy" | "registrationMethod", ExtArgs["result"]["user"]>
|
|
22502
|
+
export type UserOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"dbId" | "userId" | "email" | "avatarUrl" | "displayName" | "mainGroupId" | "qrLoginRedirectDelay" | "mainLoginType" | "invitedBy" | "registrationMethod", ExtArgs["result"]["user"]>
|
|
22492
22503
|
export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
22493
22504
|
loginMethods?: boolean | User$loginMethodsArgs<ExtArgs>
|
|
22494
22505
|
groupPermissions?: boolean | User$groupPermissionsArgs<ExtArgs>
|
|
@@ -22526,6 +22537,7 @@ export namespace Prisma {
|
|
|
22526
22537
|
avatarUrl: string | null
|
|
22527
22538
|
displayName: string
|
|
22528
22539
|
mainGroupId: string | null
|
|
22540
|
+
qrLoginRedirectDelay: boolean
|
|
22529
22541
|
mainLoginType: $Enums.Platforms
|
|
22530
22542
|
invitedBy: string | null
|
|
22531
22543
|
registrationMethod: $Enums.RegistrationMethod
|
|
@@ -22968,6 +22980,7 @@ export namespace Prisma {
|
|
|
22968
22980
|
readonly avatarUrl: FieldRef<"User", 'String'>
|
|
22969
22981
|
readonly displayName: FieldRef<"User", 'String'>
|
|
22970
22982
|
readonly mainGroupId: FieldRef<"User", 'String'>
|
|
22983
|
+
readonly qrLoginRedirectDelay: FieldRef<"User", 'Boolean'>
|
|
22971
22984
|
readonly mainLoginType: FieldRef<"User", 'Platforms'>
|
|
22972
22985
|
readonly invitedBy: FieldRef<"User", 'String'>
|
|
22973
22986
|
readonly registrationMethod: FieldRef<"User", 'RegistrationMethod'>
|
|
@@ -26009,6 +26022,7 @@ export namespace Prisma {
|
|
|
26009
26022
|
avatarUrl: 'avatarUrl',
|
|
26010
26023
|
displayName: 'displayName',
|
|
26011
26024
|
mainGroupId: 'mainGroupId',
|
|
26025
|
+
qrLoginRedirectDelay: 'qrLoginRedirectDelay',
|
|
26012
26026
|
mainLoginType: 'mainLoginType',
|
|
26013
26027
|
invitedBy: 'invitedBy',
|
|
26014
26028
|
registrationMethod: 'registrationMethod'
|
|
@@ -27448,6 +27462,7 @@ export namespace Prisma {
|
|
|
27448
27462
|
avatarUrl?: StringNullableFilter<"User"> | string | null
|
|
27449
27463
|
displayName?: StringFilter<"User"> | string
|
|
27450
27464
|
mainGroupId?: StringNullableFilter<"User"> | string | null
|
|
27465
|
+
qrLoginRedirectDelay?: BoolFilter<"User"> | boolean
|
|
27451
27466
|
mainLoginType?: EnumPlatformsFilter<"User"> | $Enums.Platforms
|
|
27452
27467
|
invitedBy?: StringNullableFilter<"User"> | string | null
|
|
27453
27468
|
registrationMethod?: EnumRegistrationMethodFilter<"User"> | $Enums.RegistrationMethod
|
|
@@ -27470,6 +27485,7 @@ export namespace Prisma {
|
|
|
27470
27485
|
avatarUrl?: SortOrderInput | SortOrder
|
|
27471
27486
|
displayName?: SortOrder
|
|
27472
27487
|
mainGroupId?: SortOrderInput | SortOrder
|
|
27488
|
+
qrLoginRedirectDelay?: SortOrder
|
|
27473
27489
|
mainLoginType?: SortOrder
|
|
27474
27490
|
invitedBy?: SortOrderInput | SortOrder
|
|
27475
27491
|
registrationMethod?: SortOrder
|
|
@@ -27495,6 +27511,7 @@ export namespace Prisma {
|
|
|
27495
27511
|
avatarUrl?: StringNullableFilter<"User"> | string | null
|
|
27496
27512
|
displayName?: StringFilter<"User"> | string
|
|
27497
27513
|
mainGroupId?: StringNullableFilter<"User"> | string | null
|
|
27514
|
+
qrLoginRedirectDelay?: BoolFilter<"User"> | boolean
|
|
27498
27515
|
mainLoginType?: EnumPlatformsFilter<"User"> | $Enums.Platforms
|
|
27499
27516
|
invitedBy?: StringNullableFilter<"User"> | string | null
|
|
27500
27517
|
registrationMethod?: EnumRegistrationMethodFilter<"User"> | $Enums.RegistrationMethod
|
|
@@ -27517,6 +27534,7 @@ export namespace Prisma {
|
|
|
27517
27534
|
avatarUrl?: SortOrderInput | SortOrder
|
|
27518
27535
|
displayName?: SortOrder
|
|
27519
27536
|
mainGroupId?: SortOrderInput | SortOrder
|
|
27537
|
+
qrLoginRedirectDelay?: SortOrder
|
|
27520
27538
|
mainLoginType?: SortOrder
|
|
27521
27539
|
invitedBy?: SortOrderInput | SortOrder
|
|
27522
27540
|
registrationMethod?: SortOrder
|
|
@@ -27535,6 +27553,7 @@ export namespace Prisma {
|
|
|
27535
27553
|
avatarUrl?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
27536
27554
|
displayName?: StringWithAggregatesFilter<"User"> | string
|
|
27537
27555
|
mainGroupId?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
27556
|
+
qrLoginRedirectDelay?: BoolWithAggregatesFilter<"User"> | boolean
|
|
27538
27557
|
mainLoginType?: EnumPlatformsWithAggregatesFilter<"User"> | $Enums.Platforms
|
|
27539
27558
|
invitedBy?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
27540
27559
|
registrationMethod?: EnumRegistrationMethodWithAggregatesFilter<"User"> | $Enums.RegistrationMethod
|
|
@@ -28906,6 +28925,7 @@ export namespace Prisma {
|
|
|
28906
28925
|
avatarUrl?: string | null
|
|
28907
28926
|
displayName: string
|
|
28908
28927
|
mainGroupId?: string | null
|
|
28928
|
+
qrLoginRedirectDelay?: boolean
|
|
28909
28929
|
mainLoginType: $Enums.Platforms
|
|
28910
28930
|
invitedBy?: string | null
|
|
28911
28931
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -28928,6 +28948,7 @@ export namespace Prisma {
|
|
|
28928
28948
|
avatarUrl?: string | null
|
|
28929
28949
|
displayName: string
|
|
28930
28950
|
mainGroupId?: string | null
|
|
28951
|
+
qrLoginRedirectDelay?: boolean
|
|
28931
28952
|
mainLoginType: $Enums.Platforms
|
|
28932
28953
|
invitedBy?: string | null
|
|
28933
28954
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -28950,6 +28971,7 @@ export namespace Prisma {
|
|
|
28950
28971
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
28951
28972
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
28952
28973
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
28974
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
28953
28975
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
28954
28976
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
28955
28977
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -28972,6 +28994,7 @@ export namespace Prisma {
|
|
|
28972
28994
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
28973
28995
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
28974
28996
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
28997
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
28975
28998
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
28976
28999
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
28977
29000
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -28994,6 +29017,7 @@ export namespace Prisma {
|
|
|
28994
29017
|
avatarUrl?: string | null
|
|
28995
29018
|
displayName: string
|
|
28996
29019
|
mainGroupId?: string | null
|
|
29020
|
+
qrLoginRedirectDelay?: boolean
|
|
28997
29021
|
mainLoginType: $Enums.Platforms
|
|
28998
29022
|
invitedBy?: string | null
|
|
28999
29023
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -29006,6 +29030,7 @@ export namespace Prisma {
|
|
|
29006
29030
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
29007
29031
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
29008
29032
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
29033
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
29009
29034
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
29010
29035
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
29011
29036
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -29018,6 +29043,7 @@ export namespace Prisma {
|
|
|
29018
29043
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
29019
29044
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
29020
29045
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
29046
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
29021
29047
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
29022
29048
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
29023
29049
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -30314,6 +30340,7 @@ export namespace Prisma {
|
|
|
30314
30340
|
avatarUrl?: SortOrder
|
|
30315
30341
|
displayName?: SortOrder
|
|
30316
30342
|
mainGroupId?: SortOrder
|
|
30343
|
+
qrLoginRedirectDelay?: SortOrder
|
|
30317
30344
|
mainLoginType?: SortOrder
|
|
30318
30345
|
invitedBy?: SortOrder
|
|
30319
30346
|
registrationMethod?: SortOrder
|
|
@@ -30326,6 +30353,7 @@ export namespace Prisma {
|
|
|
30326
30353
|
avatarUrl?: SortOrder
|
|
30327
30354
|
displayName?: SortOrder
|
|
30328
30355
|
mainGroupId?: SortOrder
|
|
30356
|
+
qrLoginRedirectDelay?: SortOrder
|
|
30329
30357
|
mainLoginType?: SortOrder
|
|
30330
30358
|
invitedBy?: SortOrder
|
|
30331
30359
|
registrationMethod?: SortOrder
|
|
@@ -30338,6 +30366,7 @@ export namespace Prisma {
|
|
|
30338
30366
|
avatarUrl?: SortOrder
|
|
30339
30367
|
displayName?: SortOrder
|
|
30340
30368
|
mainGroupId?: SortOrder
|
|
30369
|
+
qrLoginRedirectDelay?: SortOrder
|
|
30341
30370
|
mainLoginType?: SortOrder
|
|
30342
30371
|
invitedBy?: SortOrder
|
|
30343
30372
|
registrationMethod?: SortOrder
|
|
@@ -33144,6 +33173,7 @@ export namespace Prisma {
|
|
|
33144
33173
|
avatarUrl?: string | null
|
|
33145
33174
|
displayName: string
|
|
33146
33175
|
mainGroupId?: string | null
|
|
33176
|
+
qrLoginRedirectDelay?: boolean
|
|
33147
33177
|
mainLoginType: $Enums.Platforms
|
|
33148
33178
|
invitedBy?: string | null
|
|
33149
33179
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -33165,6 +33195,7 @@ export namespace Prisma {
|
|
|
33165
33195
|
avatarUrl?: string | null
|
|
33166
33196
|
displayName: string
|
|
33167
33197
|
mainGroupId?: string | null
|
|
33198
|
+
qrLoginRedirectDelay?: boolean
|
|
33168
33199
|
mainLoginType: $Enums.Platforms
|
|
33169
33200
|
invitedBy?: string | null
|
|
33170
33201
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -33241,6 +33272,7 @@ export namespace Prisma {
|
|
|
33241
33272
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33242
33273
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
33243
33274
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33275
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
33244
33276
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
33245
33277
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33246
33278
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -33262,6 +33294,7 @@ export namespace Prisma {
|
|
|
33262
33294
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33263
33295
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
33264
33296
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33297
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
33265
33298
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
33266
33299
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33267
33300
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -33439,6 +33472,7 @@ export namespace Prisma {
|
|
|
33439
33472
|
avatarUrl?: string | null
|
|
33440
33473
|
displayName: string
|
|
33441
33474
|
mainGroupId?: string | null
|
|
33475
|
+
qrLoginRedirectDelay?: boolean
|
|
33442
33476
|
mainLoginType: $Enums.Platforms
|
|
33443
33477
|
invitedBy?: string | null
|
|
33444
33478
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -33460,6 +33494,7 @@ export namespace Prisma {
|
|
|
33460
33494
|
avatarUrl?: string | null
|
|
33461
33495
|
displayName: string
|
|
33462
33496
|
mainGroupId?: string | null
|
|
33497
|
+
qrLoginRedirectDelay?: boolean
|
|
33463
33498
|
mainLoginType: $Enums.Platforms
|
|
33464
33499
|
invitedBy?: string | null
|
|
33465
33500
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -33530,6 +33565,7 @@ export namespace Prisma {
|
|
|
33530
33565
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33531
33566
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
33532
33567
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33568
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
33533
33569
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
33534
33570
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33535
33571
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -33551,6 +33587,7 @@ export namespace Prisma {
|
|
|
33551
33587
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33552
33588
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
33553
33589
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33590
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
33554
33591
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
33555
33592
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33556
33593
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -33845,6 +33882,7 @@ export namespace Prisma {
|
|
|
33845
33882
|
avatarUrl?: string | null
|
|
33846
33883
|
displayName: string
|
|
33847
33884
|
mainGroupId?: string | null
|
|
33885
|
+
qrLoginRedirectDelay?: boolean
|
|
33848
33886
|
mainLoginType: $Enums.Platforms
|
|
33849
33887
|
invitedBy?: string | null
|
|
33850
33888
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -33866,6 +33904,7 @@ export namespace Prisma {
|
|
|
33866
33904
|
avatarUrl?: string | null
|
|
33867
33905
|
displayName: string
|
|
33868
33906
|
mainGroupId?: string | null
|
|
33907
|
+
qrLoginRedirectDelay?: boolean
|
|
33869
33908
|
mainLoginType: $Enums.Platforms
|
|
33870
33909
|
invitedBy?: string | null
|
|
33871
33910
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -33932,6 +33971,7 @@ export namespace Prisma {
|
|
|
33932
33971
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33933
33972
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
33934
33973
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33974
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
33935
33975
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
33936
33976
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33937
33977
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -33953,6 +33993,7 @@ export namespace Prisma {
|
|
|
33953
33993
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33954
33994
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
33955
33995
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33996
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
33956
33997
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
33957
33998
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
33958
33999
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34001,6 +34042,7 @@ export namespace Prisma {
|
|
|
34001
34042
|
avatarUrl?: string | null
|
|
34002
34043
|
displayName: string
|
|
34003
34044
|
mainGroupId?: string | null
|
|
34045
|
+
qrLoginRedirectDelay?: boolean
|
|
34004
34046
|
mainLoginType: $Enums.Platforms
|
|
34005
34047
|
invitedBy?: string | null
|
|
34006
34048
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34022,6 +34064,7 @@ export namespace Prisma {
|
|
|
34022
34064
|
avatarUrl?: string | null
|
|
34023
34065
|
displayName: string
|
|
34024
34066
|
mainGroupId?: string | null
|
|
34067
|
+
qrLoginRedirectDelay?: boolean
|
|
34025
34068
|
mainLoginType: $Enums.Platforms
|
|
34026
34069
|
invitedBy?: string | null
|
|
34027
34070
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34092,6 +34135,7 @@ export namespace Prisma {
|
|
|
34092
34135
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34093
34136
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34094
34137
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34138
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34095
34139
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34096
34140
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34097
34141
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34113,6 +34157,7 @@ export namespace Prisma {
|
|
|
34113
34157
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34114
34158
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34115
34159
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34160
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34116
34161
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34117
34162
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34118
34163
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34159,6 +34204,7 @@ export namespace Prisma {
|
|
|
34159
34204
|
avatarUrl?: string | null
|
|
34160
34205
|
displayName: string
|
|
34161
34206
|
mainGroupId?: string | null
|
|
34207
|
+
qrLoginRedirectDelay?: boolean
|
|
34162
34208
|
mainLoginType: $Enums.Platforms
|
|
34163
34209
|
invitedBy?: string | null
|
|
34164
34210
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34180,6 +34226,7 @@ export namespace Prisma {
|
|
|
34180
34226
|
avatarUrl?: string | null
|
|
34181
34227
|
displayName: string
|
|
34182
34228
|
mainGroupId?: string | null
|
|
34229
|
+
qrLoginRedirectDelay?: boolean
|
|
34183
34230
|
mainLoginType: $Enums.Platforms
|
|
34184
34231
|
invitedBy?: string | null
|
|
34185
34232
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34248,6 +34295,7 @@ export namespace Prisma {
|
|
|
34248
34295
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34249
34296
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34250
34297
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34298
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34251
34299
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34252
34300
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34253
34301
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34269,6 +34317,7 @@ export namespace Prisma {
|
|
|
34269
34317
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34270
34318
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34271
34319
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34320
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34272
34321
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34273
34322
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34274
34323
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34329,6 +34378,7 @@ export namespace Prisma {
|
|
|
34329
34378
|
avatarUrl?: string | null
|
|
34330
34379
|
displayName: string
|
|
34331
34380
|
mainGroupId?: string | null
|
|
34381
|
+
qrLoginRedirectDelay?: boolean
|
|
34332
34382
|
mainLoginType: $Enums.Platforms
|
|
34333
34383
|
invitedBy?: string | null
|
|
34334
34384
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34350,6 +34400,7 @@ export namespace Prisma {
|
|
|
34350
34400
|
avatarUrl?: string | null
|
|
34351
34401
|
displayName: string
|
|
34352
34402
|
mainGroupId?: string | null
|
|
34403
|
+
qrLoginRedirectDelay?: boolean
|
|
34353
34404
|
mainLoginType: $Enums.Platforms
|
|
34354
34405
|
invitedBy?: string | null
|
|
34355
34406
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34432,6 +34483,7 @@ export namespace Prisma {
|
|
|
34432
34483
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34433
34484
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34434
34485
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34486
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34435
34487
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34436
34488
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34437
34489
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34453,6 +34505,7 @@ export namespace Prisma {
|
|
|
34453
34505
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34454
34506
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34455
34507
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34508
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34456
34509
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34457
34510
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34458
34511
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34474,6 +34527,7 @@ export namespace Prisma {
|
|
|
34474
34527
|
avatarUrl?: string | null
|
|
34475
34528
|
displayName: string
|
|
34476
34529
|
mainGroupId?: string | null
|
|
34530
|
+
qrLoginRedirectDelay?: boolean
|
|
34477
34531
|
mainLoginType: $Enums.Platforms
|
|
34478
34532
|
invitedBy?: string | null
|
|
34479
34533
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34495,6 +34549,7 @@ export namespace Prisma {
|
|
|
34495
34549
|
avatarUrl?: string | null
|
|
34496
34550
|
displayName: string
|
|
34497
34551
|
mainGroupId?: string | null
|
|
34552
|
+
qrLoginRedirectDelay?: boolean
|
|
34498
34553
|
mainLoginType: $Enums.Platforms
|
|
34499
34554
|
invitedBy?: string | null
|
|
34500
34555
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34532,6 +34587,7 @@ export namespace Prisma {
|
|
|
34532
34587
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34533
34588
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34534
34589
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34590
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34535
34591
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34536
34592
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34537
34593
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34553,6 +34609,7 @@ export namespace Prisma {
|
|
|
34553
34609
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34554
34610
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34555
34611
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34612
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34556
34613
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34557
34614
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34558
34615
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34574,6 +34631,7 @@ export namespace Prisma {
|
|
|
34574
34631
|
avatarUrl?: string | null
|
|
34575
34632
|
displayName: string
|
|
34576
34633
|
mainGroupId?: string | null
|
|
34634
|
+
qrLoginRedirectDelay?: boolean
|
|
34577
34635
|
mainLoginType: $Enums.Platforms
|
|
34578
34636
|
invitedBy?: string | null
|
|
34579
34637
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34595,6 +34653,7 @@ export namespace Prisma {
|
|
|
34595
34653
|
avatarUrl?: string | null
|
|
34596
34654
|
displayName: string
|
|
34597
34655
|
mainGroupId?: string | null
|
|
34656
|
+
qrLoginRedirectDelay?: boolean
|
|
34598
34657
|
mainLoginType: $Enums.Platforms
|
|
34599
34658
|
invitedBy?: string | null
|
|
34600
34659
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -34709,6 +34768,7 @@ export namespace Prisma {
|
|
|
34709
34768
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34710
34769
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34711
34770
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34771
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34712
34772
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34713
34773
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34714
34774
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -34730,6 +34790,7 @@ export namespace Prisma {
|
|
|
34730
34790
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34731
34791
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
34732
34792
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34793
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
34733
34794
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
34734
34795
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
34735
34796
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -35678,6 +35739,7 @@ export namespace Prisma {
|
|
|
35678
35739
|
avatarUrl?: string | null
|
|
35679
35740
|
displayName: string
|
|
35680
35741
|
mainGroupId?: string | null
|
|
35742
|
+
qrLoginRedirectDelay?: boolean
|
|
35681
35743
|
mainLoginType: $Enums.Platforms
|
|
35682
35744
|
invitedBy?: string | null
|
|
35683
35745
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -35699,6 +35761,7 @@ export namespace Prisma {
|
|
|
35699
35761
|
avatarUrl?: string | null
|
|
35700
35762
|
displayName: string
|
|
35701
35763
|
mainGroupId?: string | null
|
|
35764
|
+
qrLoginRedirectDelay?: boolean
|
|
35702
35765
|
mainLoginType: $Enums.Platforms
|
|
35703
35766
|
invitedBy?: string | null
|
|
35704
35767
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -35736,6 +35799,7 @@ export namespace Prisma {
|
|
|
35736
35799
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35737
35800
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
35738
35801
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35802
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
35739
35803
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
35740
35804
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35741
35805
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -35757,6 +35821,7 @@ export namespace Prisma {
|
|
|
35757
35821
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35758
35822
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
35759
35823
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35824
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
35760
35825
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
35761
35826
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35762
35827
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -35778,6 +35843,7 @@ export namespace Prisma {
|
|
|
35778
35843
|
avatarUrl?: string | null
|
|
35779
35844
|
displayName: string
|
|
35780
35845
|
mainGroupId?: string | null
|
|
35846
|
+
qrLoginRedirectDelay?: boolean
|
|
35781
35847
|
mainLoginType: $Enums.Platforms
|
|
35782
35848
|
invitedBy?: string | null
|
|
35783
35849
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -35799,6 +35865,7 @@ export namespace Prisma {
|
|
|
35799
35865
|
avatarUrl?: string | null
|
|
35800
35866
|
displayName: string
|
|
35801
35867
|
mainGroupId?: string | null
|
|
35868
|
+
qrLoginRedirectDelay?: boolean
|
|
35802
35869
|
mainLoginType: $Enums.Platforms
|
|
35803
35870
|
invitedBy?: string | null
|
|
35804
35871
|
registrationMethod?: $Enums.RegistrationMethod
|
|
@@ -35836,6 +35903,7 @@ export namespace Prisma {
|
|
|
35836
35903
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35837
35904
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
35838
35905
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35906
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
35839
35907
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
35840
35908
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35841
35909
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|
|
@@ -35857,6 +35925,7 @@ export namespace Prisma {
|
|
|
35857
35925
|
avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35858
35926
|
displayName?: StringFieldUpdateOperationsInput | string
|
|
35859
35927
|
mainGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35928
|
+
qrLoginRedirectDelay?: BoolFieldUpdateOperationsInput | boolean
|
|
35860
35929
|
mainLoginType?: EnumPlatformsFieldUpdateOperationsInput | $Enums.Platforms
|
|
35861
35930
|
invitedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
35862
35931
|
registrationMethod?: EnumRegistrationMethodFieldUpdateOperationsInput | $Enums.RegistrationMethod
|