@creator.co/creatorco-prisma-client 1.0.44 → 1.0.45
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/edge.js +10 -6
- package/index-browser.js +6 -2
- package/index.d.ts +234 -2
- package/index.js +10 -6
- package/package.json +1 -1
- package/schema.prisma +3 -1
- package/wasm.js +6 -2
package/index.d.ts
CHANGED
|
@@ -8497,6 +8497,8 @@ export namespace Prisma {
|
|
|
8497
8497
|
closedReason: string | null
|
|
8498
8498
|
usercomLastSynced: Date | null
|
|
8499
8499
|
referrerId: number | null
|
|
8500
|
+
fullName: string | null
|
|
8501
|
+
phoneNormalised: string | null
|
|
8500
8502
|
}
|
|
8501
8503
|
|
|
8502
8504
|
export type UserMaxAggregateOutputType = {
|
|
@@ -8518,6 +8520,8 @@ export namespace Prisma {
|
|
|
8518
8520
|
closedReason: string | null
|
|
8519
8521
|
usercomLastSynced: Date | null
|
|
8520
8522
|
referrerId: number | null
|
|
8523
|
+
fullName: string | null
|
|
8524
|
+
phoneNormalised: string | null
|
|
8521
8525
|
}
|
|
8522
8526
|
|
|
8523
8527
|
export type UserCountAggregateOutputType = {
|
|
@@ -8540,6 +8544,8 @@ export namespace Prisma {
|
|
|
8540
8544
|
usercomLastSynced: number
|
|
8541
8545
|
extraData: number
|
|
8542
8546
|
referrerId: number
|
|
8547
|
+
fullName: number
|
|
8548
|
+
phoneNormalised: number
|
|
8543
8549
|
_all: number
|
|
8544
8550
|
}
|
|
8545
8551
|
|
|
@@ -8575,6 +8581,8 @@ export namespace Prisma {
|
|
|
8575
8581
|
closedReason?: true
|
|
8576
8582
|
usercomLastSynced?: true
|
|
8577
8583
|
referrerId?: true
|
|
8584
|
+
fullName?: true
|
|
8585
|
+
phoneNormalised?: true
|
|
8578
8586
|
}
|
|
8579
8587
|
|
|
8580
8588
|
export type UserMaxAggregateInputType = {
|
|
@@ -8596,6 +8604,8 @@ export namespace Prisma {
|
|
|
8596
8604
|
closedReason?: true
|
|
8597
8605
|
usercomLastSynced?: true
|
|
8598
8606
|
referrerId?: true
|
|
8607
|
+
fullName?: true
|
|
8608
|
+
phoneNormalised?: true
|
|
8599
8609
|
}
|
|
8600
8610
|
|
|
8601
8611
|
export type UserCountAggregateInputType = {
|
|
@@ -8618,6 +8628,8 @@ export namespace Prisma {
|
|
|
8618
8628
|
usercomLastSynced?: true
|
|
8619
8629
|
extraData?: true
|
|
8620
8630
|
referrerId?: true
|
|
8631
|
+
fullName?: true
|
|
8632
|
+
phoneNormalised?: true
|
|
8621
8633
|
_all?: true
|
|
8622
8634
|
}
|
|
8623
8635
|
|
|
@@ -8727,6 +8739,8 @@ export namespace Prisma {
|
|
|
8727
8739
|
usercomLastSynced: Date | null
|
|
8728
8740
|
extraData: JsonValue
|
|
8729
8741
|
referrerId: number | null
|
|
8742
|
+
fullName: string | null
|
|
8743
|
+
phoneNormalised: string | null
|
|
8730
8744
|
_count: UserCountAggregateOutputType | null
|
|
8731
8745
|
_avg: UserAvgAggregateOutputType | null
|
|
8732
8746
|
_sum: UserSumAggregateOutputType | null
|
|
@@ -8768,6 +8782,8 @@ export namespace Prisma {
|
|
|
8768
8782
|
usercomLastSynced?: boolean
|
|
8769
8783
|
extraData?: boolean
|
|
8770
8784
|
referrerId?: boolean
|
|
8785
|
+
fullName?: boolean
|
|
8786
|
+
phoneNormalised?: boolean
|
|
8771
8787
|
referrer?: boolean | User$referrerArgs<ExtArgs>
|
|
8772
8788
|
referredUsers?: boolean | User$referredUsersArgs<ExtArgs>
|
|
8773
8789
|
logs?: boolean | User$logsArgs<ExtArgs>
|
|
@@ -8812,6 +8828,8 @@ export namespace Prisma {
|
|
|
8812
8828
|
usercomLastSynced?: boolean
|
|
8813
8829
|
extraData?: boolean
|
|
8814
8830
|
referrerId?: boolean
|
|
8831
|
+
fullName?: boolean
|
|
8832
|
+
phoneNormalised?: boolean
|
|
8815
8833
|
referrer?: boolean | User$referrerArgs<ExtArgs>
|
|
8816
8834
|
}, ExtArgs["result"]["user"]>
|
|
8817
8835
|
|
|
@@ -8835,6 +8853,8 @@ export namespace Prisma {
|
|
|
8835
8853
|
usercomLastSynced?: boolean
|
|
8836
8854
|
extraData?: boolean
|
|
8837
8855
|
referrerId?: boolean
|
|
8856
|
+
fullName?: boolean
|
|
8857
|
+
phoneNormalised?: boolean
|
|
8838
8858
|
}
|
|
8839
8859
|
|
|
8840
8860
|
export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -8910,6 +8930,8 @@ export namespace Prisma {
|
|
|
8910
8930
|
usercomLastSynced: Date | null
|
|
8911
8931
|
extraData: Prisma.JsonValue
|
|
8912
8932
|
referrerId: number | null
|
|
8933
|
+
fullName: string | null
|
|
8934
|
+
phoneNormalised: string | null
|
|
8913
8935
|
}, ExtArgs["result"]["user"]>
|
|
8914
8936
|
composites: {}
|
|
8915
8937
|
}
|
|
@@ -9389,6 +9411,8 @@ export namespace Prisma {
|
|
|
9389
9411
|
readonly usercomLastSynced: FieldRef<"User", 'DateTime'>
|
|
9390
9412
|
readonly extraData: FieldRef<"User", 'Json'>
|
|
9391
9413
|
readonly referrerId: FieldRef<"User", 'Int'>
|
|
9414
|
+
readonly fullName: FieldRef<"User", 'String'>
|
|
9415
|
+
readonly phoneNormalised: FieldRef<"User", 'String'>
|
|
9392
9416
|
}
|
|
9393
9417
|
|
|
9394
9418
|
|
|
@@ -86539,7 +86563,9 @@ export namespace Prisma {
|
|
|
86539
86563
|
closedReason: 'closedReason',
|
|
86540
86564
|
usercomLastSynced: 'usercomLastSynced',
|
|
86541
86565
|
extraData: 'extraData',
|
|
86542
|
-
referrerId: 'referrerId'
|
|
86566
|
+
referrerId: 'referrerId',
|
|
86567
|
+
fullName: 'fullName',
|
|
86568
|
+
phoneNormalised: 'phoneNormalised'
|
|
86543
86569
|
};
|
|
86544
86570
|
|
|
86545
86571
|
export type UserScalarFieldEnum = (typeof UserScalarFieldEnum)[keyof typeof UserScalarFieldEnum]
|
|
@@ -87642,7 +87668,9 @@ export namespace Prisma {
|
|
|
87642
87668
|
profilePicUrl: 'profilePicUrl',
|
|
87643
87669
|
forgotPasswordKey: 'forgotPasswordKey',
|
|
87644
87670
|
affiliateSlug: 'affiliateSlug',
|
|
87645
|
-
closedReason: 'closedReason'
|
|
87671
|
+
closedReason: 'closedReason',
|
|
87672
|
+
fullName: 'fullName',
|
|
87673
|
+
phoneNormalised: 'phoneNormalised'
|
|
87646
87674
|
};
|
|
87647
87675
|
|
|
87648
87676
|
export type UserOrderByRelevanceFieldEnum = (typeof UserOrderByRelevanceFieldEnum)[keyof typeof UserOrderByRelevanceFieldEnum]
|
|
@@ -88280,6 +88308,8 @@ export namespace Prisma {
|
|
|
88280
88308
|
usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
88281
88309
|
extraData?: JsonFilter<"User">
|
|
88282
88310
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
88311
|
+
fullName?: StringNullableFilter<"User"> | string | null
|
|
88312
|
+
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
88283
88313
|
referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
88284
88314
|
referredUsers?: UserListRelationFilter
|
|
88285
88315
|
logs?: LogListRelationFilter
|
|
@@ -88323,6 +88353,8 @@ export namespace Prisma {
|
|
|
88323
88353
|
usercomLastSynced?: SortOrderInput | SortOrder
|
|
88324
88354
|
extraData?: SortOrder
|
|
88325
88355
|
referrerId?: SortOrderInput | SortOrder
|
|
88356
|
+
fullName?: SortOrderInput | SortOrder
|
|
88357
|
+
phoneNormalised?: SortOrderInput | SortOrder
|
|
88326
88358
|
referrer?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
88327
88359
|
referredUsers?: UserOrderByRelationAggregateInput
|
|
88328
88360
|
logs?: LogOrderByRelationAggregateInput
|
|
@@ -88370,6 +88402,8 @@ export namespace Prisma {
|
|
|
88370
88402
|
usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
88371
88403
|
extraData?: JsonFilter<"User">
|
|
88372
88404
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
88405
|
+
fullName?: StringNullableFilter<"User"> | string | null
|
|
88406
|
+
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
88373
88407
|
referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
88374
88408
|
referredUsers?: UserListRelationFilter
|
|
88375
88409
|
logs?: LogListRelationFilter
|
|
@@ -88413,6 +88447,8 @@ export namespace Prisma {
|
|
|
88413
88447
|
usercomLastSynced?: SortOrderInput | SortOrder
|
|
88414
88448
|
extraData?: SortOrder
|
|
88415
88449
|
referrerId?: SortOrderInput | SortOrder
|
|
88450
|
+
fullName?: SortOrderInput | SortOrder
|
|
88451
|
+
phoneNormalised?: SortOrderInput | SortOrder
|
|
88416
88452
|
_count?: UserCountOrderByAggregateInput
|
|
88417
88453
|
_avg?: UserAvgOrderByAggregateInput
|
|
88418
88454
|
_max?: UserMaxOrderByAggregateInput
|
|
@@ -88443,6 +88479,8 @@ export namespace Prisma {
|
|
|
88443
88479
|
usercomLastSynced?: DateTimeNullableWithAggregatesFilter<"User"> | Date | string | null
|
|
88444
88480
|
extraData?: JsonWithAggregatesFilter<"User">
|
|
88445
88481
|
referrerId?: IntNullableWithAggregatesFilter<"User"> | number | null
|
|
88482
|
+
fullName?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
88483
|
+
phoneNormalised?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
88446
88484
|
}
|
|
88447
88485
|
|
|
88448
88486
|
export type LogWhereInput = {
|
|
@@ -94248,6 +94286,8 @@ export namespace Prisma {
|
|
|
94248
94286
|
closedReason?: string | null
|
|
94249
94287
|
usercomLastSynced?: Date | string | null
|
|
94250
94288
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94289
|
+
fullName?: string | null
|
|
94290
|
+
phoneNormalised?: string | null
|
|
94251
94291
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
94252
94292
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
94253
94293
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -94291,6 +94331,8 @@ export namespace Prisma {
|
|
|
94291
94331
|
usercomLastSynced?: Date | string | null
|
|
94292
94332
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94293
94333
|
referrerId?: number | null
|
|
94334
|
+
fullName?: string | null
|
|
94335
|
+
phoneNormalised?: string | null
|
|
94294
94336
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
94295
94337
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
94296
94338
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -94331,6 +94373,8 @@ export namespace Prisma {
|
|
|
94331
94373
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94332
94374
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94333
94375
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94376
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94377
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94334
94378
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
94335
94379
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
94336
94380
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -94374,6 +94418,8 @@ export namespace Prisma {
|
|
|
94374
94418
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94375
94419
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94376
94420
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94421
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94422
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94377
94423
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
94378
94424
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
94379
94425
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -94416,6 +94462,8 @@ export namespace Prisma {
|
|
|
94416
94462
|
usercomLastSynced?: Date | string | null
|
|
94417
94463
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94418
94464
|
referrerId?: number | null
|
|
94465
|
+
fullName?: string | null
|
|
94466
|
+
phoneNormalised?: string | null
|
|
94419
94467
|
}
|
|
94420
94468
|
|
|
94421
94469
|
export type UserUpdateManyMutationInput = {
|
|
@@ -94436,6 +94484,8 @@ export namespace Prisma {
|
|
|
94436
94484
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94437
94485
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94438
94486
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94487
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94488
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94439
94489
|
}
|
|
94440
94490
|
|
|
94441
94491
|
export type UserUncheckedUpdateManyInput = {
|
|
@@ -94458,6 +94508,8 @@ export namespace Prisma {
|
|
|
94458
94508
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94459
94509
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94460
94510
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94511
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94512
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94461
94513
|
}
|
|
94462
94514
|
|
|
94463
94515
|
export type LogCreateInput = {
|
|
@@ -100636,6 +100688,8 @@ export namespace Prisma {
|
|
|
100636
100688
|
usercomLastSynced?: SortOrder
|
|
100637
100689
|
extraData?: SortOrder
|
|
100638
100690
|
referrerId?: SortOrder
|
|
100691
|
+
fullName?: SortOrder
|
|
100692
|
+
phoneNormalised?: SortOrder
|
|
100639
100693
|
}
|
|
100640
100694
|
|
|
100641
100695
|
export type UserAvgOrderByAggregateInput = {
|
|
@@ -100663,6 +100717,8 @@ export namespace Prisma {
|
|
|
100663
100717
|
closedReason?: SortOrder
|
|
100664
100718
|
usercomLastSynced?: SortOrder
|
|
100665
100719
|
referrerId?: SortOrder
|
|
100720
|
+
fullName?: SortOrder
|
|
100721
|
+
phoneNormalised?: SortOrder
|
|
100666
100722
|
}
|
|
100667
100723
|
|
|
100668
100724
|
export type UserMinOrderByAggregateInput = {
|
|
@@ -100684,6 +100740,8 @@ export namespace Prisma {
|
|
|
100684
100740
|
closedReason?: SortOrder
|
|
100685
100741
|
usercomLastSynced?: SortOrder
|
|
100686
100742
|
referrerId?: SortOrder
|
|
100743
|
+
fullName?: SortOrder
|
|
100744
|
+
phoneNormalised?: SortOrder
|
|
100687
100745
|
}
|
|
100688
100746
|
|
|
100689
100747
|
export type UserSumOrderByAggregateInput = {
|
|
@@ -111927,6 +111985,8 @@ export namespace Prisma {
|
|
|
111927
111985
|
closedReason?: string | null
|
|
111928
111986
|
usercomLastSynced?: Date | string | null
|
|
111929
111987
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111988
|
+
fullName?: string | null
|
|
111989
|
+
phoneNormalised?: string | null
|
|
111930
111990
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
111931
111991
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
111932
111992
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -111969,6 +112029,8 @@ export namespace Prisma {
|
|
|
111969
112029
|
usercomLastSynced?: Date | string | null
|
|
111970
112030
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111971
112031
|
referrerId?: number | null
|
|
112032
|
+
fullName?: string | null
|
|
112033
|
+
phoneNormalised?: string | null
|
|
111972
112034
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
111973
112035
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
111974
112036
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -112013,6 +112075,8 @@ export namespace Prisma {
|
|
|
112013
112075
|
closedReason?: string | null
|
|
112014
112076
|
usercomLastSynced?: Date | string | null
|
|
112015
112077
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112078
|
+
fullName?: string | null
|
|
112079
|
+
phoneNormalised?: string | null
|
|
112016
112080
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
112017
112081
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
112018
112082
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -112054,6 +112118,8 @@ export namespace Prisma {
|
|
|
112054
112118
|
closedReason?: string | null
|
|
112055
112119
|
usercomLastSynced?: Date | string | null
|
|
112056
112120
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112121
|
+
fullName?: string | null
|
|
112122
|
+
phoneNormalised?: string | null
|
|
112057
112123
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
112058
112124
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
112059
112125
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -112937,6 +113003,8 @@ export namespace Prisma {
|
|
|
112937
113003
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112938
113004
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112939
113005
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113006
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113007
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112940
113008
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
112941
113009
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
112942
113010
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -112979,6 +113047,8 @@ export namespace Prisma {
|
|
|
112979
113047
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112980
113048
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112981
113049
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113050
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113051
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112982
113052
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
112983
113053
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
112984
113054
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -113039,6 +113109,8 @@ export namespace Prisma {
|
|
|
113039
113109
|
usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
113040
113110
|
extraData?: JsonFilter<"User">
|
|
113041
113111
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
113112
|
+
fullName?: StringNullableFilter<"User"> | string | null
|
|
113113
|
+
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
113042
113114
|
}
|
|
113043
113115
|
|
|
113044
113116
|
export type LogUpsertWithWhereUniqueWithoutUserInput = {
|
|
@@ -113818,6 +113890,8 @@ export namespace Prisma {
|
|
|
113818
113890
|
closedReason?: string | null
|
|
113819
113891
|
usercomLastSynced?: Date | string | null
|
|
113820
113892
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113893
|
+
fullName?: string | null
|
|
113894
|
+
phoneNormalised?: string | null
|
|
113821
113895
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
113822
113896
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
113823
113897
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -113860,6 +113934,8 @@ export namespace Prisma {
|
|
|
113860
113934
|
usercomLastSynced?: Date | string | null
|
|
113861
113935
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113862
113936
|
referrerId?: number | null
|
|
113937
|
+
fullName?: string | null
|
|
113938
|
+
phoneNormalised?: string | null
|
|
113863
113939
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
113864
113940
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
113865
113941
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -113915,6 +113991,8 @@ export namespace Prisma {
|
|
|
113915
113991
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113916
113992
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
113917
113993
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113994
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113995
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113918
113996
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
113919
113997
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
113920
113998
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -113957,6 +114035,8 @@ export namespace Prisma {
|
|
|
113957
114035
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
113958
114036
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113959
114037
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114038
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114039
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113960
114040
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
113961
114041
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
113962
114042
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114014,6 +114094,8 @@ export namespace Prisma {
|
|
|
114014
114094
|
closedReason?: string | null
|
|
114015
114095
|
usercomLastSynced?: Date | string | null
|
|
114016
114096
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114097
|
+
fullName?: string | null
|
|
114098
|
+
phoneNormalised?: string | null
|
|
114017
114099
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114018
114100
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114019
114101
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114056,6 +114138,8 @@ export namespace Prisma {
|
|
|
114056
114138
|
usercomLastSynced?: Date | string | null
|
|
114057
114139
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114058
114140
|
referrerId?: number | null
|
|
114141
|
+
fullName?: string | null
|
|
114142
|
+
phoneNormalised?: string | null
|
|
114059
114143
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114060
114144
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114061
114145
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114135,6 +114219,8 @@ export namespace Prisma {
|
|
|
114135
114219
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114136
114220
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114137
114221
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114222
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114223
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114138
114224
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114139
114225
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114140
114226
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114177,6 +114263,8 @@ export namespace Prisma {
|
|
|
114177
114263
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114178
114264
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114179
114265
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114266
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114267
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114180
114268
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114181
114269
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114182
114270
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114216,6 +114304,8 @@ export namespace Prisma {
|
|
|
114216
114304
|
closedReason?: string | null
|
|
114217
114305
|
usercomLastSynced?: Date | string | null
|
|
114218
114306
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114307
|
+
fullName?: string | null
|
|
114308
|
+
phoneNormalised?: string | null
|
|
114219
114309
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114220
114310
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114221
114311
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114258,6 +114348,8 @@ export namespace Prisma {
|
|
|
114258
114348
|
usercomLastSynced?: Date | string | null
|
|
114259
114349
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114260
114350
|
referrerId?: number | null
|
|
114351
|
+
fullName?: string | null
|
|
114352
|
+
phoneNormalised?: string | null
|
|
114261
114353
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114262
114354
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114263
114355
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114395,6 +114487,8 @@ export namespace Prisma {
|
|
|
114395
114487
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114396
114488
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114397
114489
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114490
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114491
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114398
114492
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114399
114493
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114400
114494
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114437,6 +114531,8 @@ export namespace Prisma {
|
|
|
114437
114531
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114438
114532
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114439
114533
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114534
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114535
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114440
114536
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114441
114537
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114442
114538
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114564,6 +114660,8 @@ export namespace Prisma {
|
|
|
114564
114660
|
closedReason?: string | null
|
|
114565
114661
|
usercomLastSynced?: Date | string | null
|
|
114566
114662
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114663
|
+
fullName?: string | null
|
|
114664
|
+
phoneNormalised?: string | null
|
|
114567
114665
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114568
114666
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114569
114667
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114606,6 +114704,8 @@ export namespace Prisma {
|
|
|
114606
114704
|
usercomLastSynced?: Date | string | null
|
|
114607
114705
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114608
114706
|
referrerId?: number | null
|
|
114707
|
+
fullName?: string | null
|
|
114708
|
+
phoneNormalised?: string | null
|
|
114609
114709
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114610
114710
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114611
114711
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114743,6 +114843,8 @@ export namespace Prisma {
|
|
|
114743
114843
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114744
114844
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114745
114845
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114846
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114847
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114746
114848
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114747
114849
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114748
114850
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114785,6 +114887,8 @@ export namespace Prisma {
|
|
|
114785
114887
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114786
114888
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114787
114889
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114890
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114891
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114788
114892
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114789
114893
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114790
114894
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114912,6 +115016,8 @@ export namespace Prisma {
|
|
|
114912
115016
|
closedReason?: string | null
|
|
114913
115017
|
usercomLastSynced?: Date | string | null
|
|
114914
115018
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115019
|
+
fullName?: string | null
|
|
115020
|
+
phoneNormalised?: string | null
|
|
114915
115021
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114916
115022
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114917
115023
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114954,6 +115060,8 @@ export namespace Prisma {
|
|
|
114954
115060
|
usercomLastSynced?: Date | string | null
|
|
114955
115061
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114956
115062
|
referrerId?: number | null
|
|
115063
|
+
fullName?: string | null
|
|
115064
|
+
phoneNormalised?: string | null
|
|
114957
115065
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114958
115066
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114959
115067
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115091,6 +115199,8 @@ export namespace Prisma {
|
|
|
115091
115199
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115092
115200
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115093
115201
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115202
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115203
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115094
115204
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115095
115205
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115096
115206
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115133,6 +115243,8 @@ export namespace Prisma {
|
|
|
115133
115243
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115134
115244
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115135
115245
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115246
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115247
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115136
115248
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115137
115249
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115138
115250
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115260,6 +115372,8 @@ export namespace Prisma {
|
|
|
115260
115372
|
closedReason?: string | null
|
|
115261
115373
|
usercomLastSynced?: Date | string | null
|
|
115262
115374
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115375
|
+
fullName?: string | null
|
|
115376
|
+
phoneNormalised?: string | null
|
|
115263
115377
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115264
115378
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115265
115379
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115302,6 +115416,8 @@ export namespace Prisma {
|
|
|
115302
115416
|
usercomLastSynced?: Date | string | null
|
|
115303
115417
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115304
115418
|
referrerId?: number | null
|
|
115419
|
+
fullName?: string | null
|
|
115420
|
+
phoneNormalised?: string | null
|
|
115305
115421
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115306
115422
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115307
115423
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115357,6 +115473,8 @@ export namespace Prisma {
|
|
|
115357
115473
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115358
115474
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115359
115475
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115476
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115477
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115360
115478
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115361
115479
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115362
115480
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115399,6 +115517,8 @@ export namespace Prisma {
|
|
|
115399
115517
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115400
115518
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115401
115519
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115520
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115521
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115402
115522
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115403
115523
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115404
115524
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115438,6 +115558,8 @@ export namespace Prisma {
|
|
|
115438
115558
|
closedReason?: string | null
|
|
115439
115559
|
usercomLastSynced?: Date | string | null
|
|
115440
115560
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115561
|
+
fullName?: string | null
|
|
115562
|
+
phoneNormalised?: string | null
|
|
115441
115563
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115442
115564
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115443
115565
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115480,6 +115602,8 @@ export namespace Prisma {
|
|
|
115480
115602
|
usercomLastSynced?: Date | string | null
|
|
115481
115603
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115482
115604
|
referrerId?: number | null
|
|
115605
|
+
fullName?: string | null
|
|
115606
|
+
phoneNormalised?: string | null
|
|
115483
115607
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115484
115608
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115485
115609
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115535,6 +115659,8 @@ export namespace Prisma {
|
|
|
115535
115659
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115536
115660
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115537
115661
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115662
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115663
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115538
115664
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115539
115665
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115540
115666
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115577,6 +115703,8 @@ export namespace Prisma {
|
|
|
115577
115703
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115578
115704
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115579
115705
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115706
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115707
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115580
115708
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115581
115709
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115582
115710
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115616,6 +115744,8 @@ export namespace Prisma {
|
|
|
115616
115744
|
closedReason?: string | null
|
|
115617
115745
|
usercomLastSynced?: Date | string | null
|
|
115618
115746
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115747
|
+
fullName?: string | null
|
|
115748
|
+
phoneNormalised?: string | null
|
|
115619
115749
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115620
115750
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115621
115751
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115658,6 +115788,8 @@ export namespace Prisma {
|
|
|
115658
115788
|
usercomLastSynced?: Date | string | null
|
|
115659
115789
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115660
115790
|
referrerId?: number | null
|
|
115791
|
+
fullName?: string | null
|
|
115792
|
+
phoneNormalised?: string | null
|
|
115661
115793
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115662
115794
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115663
115795
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115713,6 +115845,8 @@ export namespace Prisma {
|
|
|
115713
115845
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115714
115846
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115715
115847
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115848
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115849
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115716
115850
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115717
115851
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115718
115852
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115755,6 +115889,8 @@ export namespace Prisma {
|
|
|
115755
115889
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115756
115890
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115757
115891
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115892
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115893
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115758
115894
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115759
115895
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115760
115896
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115794,6 +115930,8 @@ export namespace Prisma {
|
|
|
115794
115930
|
closedReason?: string | null
|
|
115795
115931
|
usercomLastSynced?: Date | string | null
|
|
115796
115932
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115933
|
+
fullName?: string | null
|
|
115934
|
+
phoneNormalised?: string | null
|
|
115797
115935
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115798
115936
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115799
115937
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115836,6 +115974,8 @@ export namespace Prisma {
|
|
|
115836
115974
|
usercomLastSynced?: Date | string | null
|
|
115837
115975
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115838
115976
|
referrerId?: number | null
|
|
115977
|
+
fullName?: string | null
|
|
115978
|
+
phoneNormalised?: string | null
|
|
115839
115979
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115840
115980
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115841
115981
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115973,6 +116113,8 @@ export namespace Prisma {
|
|
|
115973
116113
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115974
116114
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115975
116115
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116116
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
116117
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115976
116118
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115977
116119
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115978
116120
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -116015,6 +116157,8 @@ export namespace Prisma {
|
|
|
116015
116157
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
116016
116158
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116017
116159
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
116160
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
116161
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
116018
116162
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
116019
116163
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
116020
116164
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -116142,6 +116286,8 @@ export namespace Prisma {
|
|
|
116142
116286
|
closedReason?: string | null
|
|
116143
116287
|
usercomLastSynced?: Date | string | null
|
|
116144
116288
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116289
|
+
fullName?: string | null
|
|
116290
|
+
phoneNormalised?: string | null
|
|
116145
116291
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
116146
116292
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
116147
116293
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -116184,6 +116330,8 @@ export namespace Prisma {
|
|
|
116184
116330
|
usercomLastSynced?: Date | string | null
|
|
116185
116331
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116186
116332
|
referrerId?: number | null
|
|
116333
|
+
fullName?: string | null
|
|
116334
|
+
phoneNormalised?: string | null
|
|
116187
116335
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
116188
116336
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
116189
116337
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -117250,6 +117398,8 @@ export namespace Prisma {
|
|
|
117250
117398
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117251
117399
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117252
117400
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
117401
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117402
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117253
117403
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
117254
117404
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
117255
117405
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -117292,6 +117442,8 @@ export namespace Prisma {
|
|
|
117292
117442
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117293
117443
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
117294
117444
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
117445
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117446
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117295
117447
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
117296
117448
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
117297
117449
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -119502,6 +119654,8 @@ export namespace Prisma {
|
|
|
119502
119654
|
closedReason?: string | null
|
|
119503
119655
|
usercomLastSynced?: Date | string | null
|
|
119504
119656
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119657
|
+
fullName?: string | null
|
|
119658
|
+
phoneNormalised?: string | null
|
|
119505
119659
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
119506
119660
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
119507
119661
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -119544,6 +119698,8 @@ export namespace Prisma {
|
|
|
119544
119698
|
usercomLastSynced?: Date | string | null
|
|
119545
119699
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119546
119700
|
referrerId?: number | null
|
|
119701
|
+
fullName?: string | null
|
|
119702
|
+
phoneNormalised?: string | null
|
|
119547
119703
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
119548
119704
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
119549
119705
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -119619,6 +119775,8 @@ export namespace Prisma {
|
|
|
119619
119775
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119620
119776
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
119621
119777
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119778
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119779
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119622
119780
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
119623
119781
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
119624
119782
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -119661,6 +119819,8 @@ export namespace Prisma {
|
|
|
119661
119819
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
119662
119820
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119663
119821
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
119822
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119823
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119664
119824
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
119665
119825
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
119666
119826
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -120752,6 +120912,8 @@ export namespace Prisma {
|
|
|
120752
120912
|
closedReason?: string | null
|
|
120753
120913
|
usercomLastSynced?: Date | string | null
|
|
120754
120914
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120915
|
+
fullName?: string | null
|
|
120916
|
+
phoneNormalised?: string | null
|
|
120755
120917
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
120756
120918
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
120757
120919
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -120794,6 +120956,8 @@ export namespace Prisma {
|
|
|
120794
120956
|
usercomLastSynced?: Date | string | null
|
|
120795
120957
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120796
120958
|
referrerId?: number | null
|
|
120959
|
+
fullName?: string | null
|
|
120960
|
+
phoneNormalised?: string | null
|
|
120797
120961
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
120798
120962
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
120799
120963
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -120995,6 +121159,8 @@ export namespace Prisma {
|
|
|
120995
121159
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120996
121160
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120997
121161
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
121162
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121163
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120998
121164
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
120999
121165
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
121000
121166
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -121037,6 +121203,8 @@ export namespace Prisma {
|
|
|
121037
121203
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121038
121204
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
121039
121205
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
121206
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121207
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121040
121208
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
121041
121209
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
121042
121210
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -124823,6 +124991,8 @@ export namespace Prisma {
|
|
|
124823
124991
|
closedReason?: string | null
|
|
124824
124992
|
usercomLastSynced?: Date | string | null
|
|
124825
124993
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
124994
|
+
fullName?: string | null
|
|
124995
|
+
phoneNormalised?: string | null
|
|
124826
124996
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
124827
124997
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
124828
124998
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -124865,6 +125035,8 @@ export namespace Prisma {
|
|
|
124865
125035
|
usercomLastSynced?: Date | string | null
|
|
124866
125036
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
124867
125037
|
referrerId?: number | null
|
|
125038
|
+
fullName?: string | null
|
|
125039
|
+
phoneNormalised?: string | null
|
|
124868
125040
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
124869
125041
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
124870
125042
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -125333,6 +125505,8 @@ export namespace Prisma {
|
|
|
125333
125505
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125334
125506
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
125335
125507
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
125508
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125509
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125336
125510
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
125337
125511
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
125338
125512
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -125375,6 +125549,8 @@ export namespace Prisma {
|
|
|
125375
125549
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
125376
125550
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
125377
125551
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
125552
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125553
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125378
125554
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
125379
125555
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
125380
125556
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -126140,6 +126316,8 @@ export namespace Prisma {
|
|
|
126140
126316
|
closedReason?: string | null
|
|
126141
126317
|
usercomLastSynced?: Date | string | null
|
|
126142
126318
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126319
|
+
fullName?: string | null
|
|
126320
|
+
phoneNormalised?: string | null
|
|
126143
126321
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
126144
126322
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
126145
126323
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -126182,6 +126360,8 @@ export namespace Prisma {
|
|
|
126182
126360
|
usercomLastSynced?: Date | string | null
|
|
126183
126361
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126184
126362
|
referrerId?: number | null
|
|
126363
|
+
fullName?: string | null
|
|
126364
|
+
phoneNormalised?: string | null
|
|
126185
126365
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
126186
126366
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
126187
126367
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -126402,6 +126582,8 @@ export namespace Prisma {
|
|
|
126402
126582
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126403
126583
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
126404
126584
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126585
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126586
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126405
126587
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
126406
126588
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
126407
126589
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -126444,6 +126626,8 @@ export namespace Prisma {
|
|
|
126444
126626
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
126445
126627
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126446
126628
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
126629
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126630
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126447
126631
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
126448
126632
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
126449
126633
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -126945,6 +127129,8 @@ export namespace Prisma {
|
|
|
126945
127129
|
closedReason?: string | null
|
|
126946
127130
|
usercomLastSynced?: Date | string | null
|
|
126947
127131
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127132
|
+
fullName?: string | null
|
|
127133
|
+
phoneNormalised?: string | null
|
|
126948
127134
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
126949
127135
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
126950
127136
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -126987,6 +127173,8 @@ export namespace Prisma {
|
|
|
126987
127173
|
usercomLastSynced?: Date | string | null
|
|
126988
127174
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126989
127175
|
referrerId?: number | null
|
|
127176
|
+
fullName?: string | null
|
|
127177
|
+
phoneNormalised?: string | null
|
|
126990
127178
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
126991
127179
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
126992
127180
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -127194,6 +127382,8 @@ export namespace Prisma {
|
|
|
127194
127382
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127195
127383
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127196
127384
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127385
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127386
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127197
127387
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
127198
127388
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
127199
127389
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -127236,6 +127426,8 @@ export namespace Prisma {
|
|
|
127236
127426
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127237
127427
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127238
127428
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127429
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127430
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127239
127431
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
127240
127432
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
127241
127433
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -128053,6 +128245,8 @@ export namespace Prisma {
|
|
|
128053
128245
|
closedReason?: string | null
|
|
128054
128246
|
usercomLastSynced?: Date | string | null
|
|
128055
128247
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128248
|
+
fullName?: string | null
|
|
128249
|
+
phoneNormalised?: string | null
|
|
128056
128250
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
128057
128251
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
128058
128252
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -128095,6 +128289,8 @@ export namespace Prisma {
|
|
|
128095
128289
|
usercomLastSynced?: Date | string | null
|
|
128096
128290
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128097
128291
|
referrerId?: number | null
|
|
128292
|
+
fullName?: string | null
|
|
128293
|
+
phoneNormalised?: string | null
|
|
128098
128294
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
128099
128295
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
128100
128296
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -128192,6 +128388,8 @@ export namespace Prisma {
|
|
|
128192
128388
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128193
128389
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
128194
128390
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128391
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128392
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128195
128393
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
128196
128394
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
128197
128395
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -128234,6 +128432,8 @@ export namespace Prisma {
|
|
|
128234
128432
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
128235
128433
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128236
128434
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
128435
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128436
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128237
128437
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
128238
128438
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
128239
128439
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -130440,6 +130640,8 @@ export namespace Prisma {
|
|
|
130440
130640
|
closedReason?: string | null
|
|
130441
130641
|
usercomLastSynced?: Date | string | null
|
|
130442
130642
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130643
|
+
fullName?: string | null
|
|
130644
|
+
phoneNormalised?: string | null
|
|
130443
130645
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
130444
130646
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
130445
130647
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -130482,6 +130684,8 @@ export namespace Prisma {
|
|
|
130482
130684
|
usercomLastSynced?: Date | string | null
|
|
130483
130685
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130484
130686
|
referrerId?: number | null
|
|
130687
|
+
fullName?: string | null
|
|
130688
|
+
phoneNormalised?: string | null
|
|
130485
130689
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
130486
130690
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
130487
130691
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -130569,6 +130773,8 @@ export namespace Prisma {
|
|
|
130569
130773
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130570
130774
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130571
130775
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130776
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130777
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130572
130778
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
130573
130779
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
130574
130780
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -130611,6 +130817,8 @@ export namespace Prisma {
|
|
|
130611
130817
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130612
130818
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130613
130819
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
130820
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130821
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130614
130822
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
130615
130823
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
130616
130824
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -131771,6 +131979,8 @@ export namespace Prisma {
|
|
|
131771
131979
|
closedReason?: string | null
|
|
131772
131980
|
usercomLastSynced?: Date | string | null
|
|
131773
131981
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131982
|
+
fullName?: string | null
|
|
131983
|
+
phoneNormalised?: string | null
|
|
131774
131984
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
131775
131985
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
131776
131986
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -131813,6 +132023,8 @@ export namespace Prisma {
|
|
|
131813
132023
|
usercomLastSynced?: Date | string | null
|
|
131814
132024
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131815
132025
|
referrerId?: number | null
|
|
132026
|
+
fullName?: string | null
|
|
132027
|
+
phoneNormalised?: string | null
|
|
131816
132028
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
131817
132029
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
131818
132030
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -131868,6 +132080,8 @@ export namespace Prisma {
|
|
|
131868
132080
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131869
132081
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
131870
132082
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
132083
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132084
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131871
132085
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
131872
132086
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
131873
132087
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -131910,6 +132124,8 @@ export namespace Prisma {
|
|
|
131910
132124
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
131911
132125
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131912
132126
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
132127
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132128
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131913
132129
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
131914
132130
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
131915
132131
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -131949,6 +132165,8 @@ export namespace Prisma {
|
|
|
131949
132165
|
closedReason?: string | null
|
|
131950
132166
|
usercomLastSynced?: Date | string | null
|
|
131951
132167
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
132168
|
+
fullName?: string | null
|
|
132169
|
+
phoneNormalised?: string | null
|
|
131952
132170
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
131953
132171
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
131954
132172
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -131991,6 +132209,8 @@ export namespace Prisma {
|
|
|
131991
132209
|
usercomLastSynced?: Date | string | null
|
|
131992
132210
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131993
132211
|
referrerId?: number | null
|
|
132212
|
+
fullName?: string | null
|
|
132213
|
+
phoneNormalised?: string | null
|
|
131994
132214
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
131995
132215
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
131996
132216
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -132190,6 +132410,8 @@ export namespace Prisma {
|
|
|
132190
132410
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132191
132411
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132192
132412
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
132413
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132414
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132193
132415
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
132194
132416
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
132195
132417
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -132232,6 +132454,8 @@ export namespace Prisma {
|
|
|
132232
132454
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132233
132455
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
132234
132456
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
132457
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132458
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132235
132459
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
132236
132460
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
132237
132461
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -134709,6 +134933,8 @@ export namespace Prisma {
|
|
|
134709
134933
|
closedReason?: string | null
|
|
134710
134934
|
usercomLastSynced?: Date | string | null
|
|
134711
134935
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134936
|
+
fullName?: string | null
|
|
134937
|
+
phoneNormalised?: string | null
|
|
134712
134938
|
}
|
|
134713
134939
|
|
|
134714
134940
|
export type LogCreateManyUserInput = {
|
|
@@ -134892,6 +135118,8 @@ export namespace Prisma {
|
|
|
134892
135118
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134893
135119
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134894
135120
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
135121
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135122
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134895
135123
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
134896
135124
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
134897
135125
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -134933,6 +135161,8 @@ export namespace Prisma {
|
|
|
134933
135161
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134934
135162
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134935
135163
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
135164
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135165
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134936
135166
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
134937
135167
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
134938
135168
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -134974,6 +135204,8 @@ export namespace Prisma {
|
|
|
134974
135204
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134975
135205
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134976
135206
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
135207
|
+
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135208
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134977
135209
|
}
|
|
134978
135210
|
|
|
134979
135211
|
export type LogUpdateWithoutUserInput = {
|