@creator.co/creatorco-prisma-client 1.0.44-alpha-49cbfe3 → 1.0.44-alpha-bafa2f4
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 +8 -6
- package/index-browser.js +4 -2
- package/index.d.ts +118 -2
- package/index.js +8 -6
- package/package.json +1 -1
- package/schema.prisma +2 -1
- package/wasm.js +4 -2
package/index.d.ts
CHANGED
|
@@ -8489,6 +8489,7 @@ export namespace Prisma {
|
|
|
8489
8489
|
usercomLastSynced: Date | null
|
|
8490
8490
|
referrerId: number | null
|
|
8491
8491
|
fullName: string | null
|
|
8492
|
+
phoneNormalised: string | null
|
|
8492
8493
|
}
|
|
8493
8494
|
|
|
8494
8495
|
export type UserMaxAggregateOutputType = {
|
|
@@ -8511,6 +8512,7 @@ export namespace Prisma {
|
|
|
8511
8512
|
usercomLastSynced: Date | null
|
|
8512
8513
|
referrerId: number | null
|
|
8513
8514
|
fullName: string | null
|
|
8515
|
+
phoneNormalised: string | null
|
|
8514
8516
|
}
|
|
8515
8517
|
|
|
8516
8518
|
export type UserCountAggregateOutputType = {
|
|
@@ -8534,6 +8536,7 @@ export namespace Prisma {
|
|
|
8534
8536
|
extraData: number
|
|
8535
8537
|
referrerId: number
|
|
8536
8538
|
fullName: number
|
|
8539
|
+
phoneNormalised: number
|
|
8537
8540
|
_all: number
|
|
8538
8541
|
}
|
|
8539
8542
|
|
|
@@ -8570,6 +8573,7 @@ export namespace Prisma {
|
|
|
8570
8573
|
usercomLastSynced?: true
|
|
8571
8574
|
referrerId?: true
|
|
8572
8575
|
fullName?: true
|
|
8576
|
+
phoneNormalised?: true
|
|
8573
8577
|
}
|
|
8574
8578
|
|
|
8575
8579
|
export type UserMaxAggregateInputType = {
|
|
@@ -8592,6 +8596,7 @@ export namespace Prisma {
|
|
|
8592
8596
|
usercomLastSynced?: true
|
|
8593
8597
|
referrerId?: true
|
|
8594
8598
|
fullName?: true
|
|
8599
|
+
phoneNormalised?: true
|
|
8595
8600
|
}
|
|
8596
8601
|
|
|
8597
8602
|
export type UserCountAggregateInputType = {
|
|
@@ -8615,6 +8620,7 @@ export namespace Prisma {
|
|
|
8615
8620
|
extraData?: true
|
|
8616
8621
|
referrerId?: true
|
|
8617
8622
|
fullName?: true
|
|
8623
|
+
phoneNormalised?: true
|
|
8618
8624
|
_all?: true
|
|
8619
8625
|
}
|
|
8620
8626
|
|
|
@@ -8725,6 +8731,7 @@ export namespace Prisma {
|
|
|
8725
8731
|
extraData: JsonValue
|
|
8726
8732
|
referrerId: number | null
|
|
8727
8733
|
fullName: string | null
|
|
8734
|
+
phoneNormalised: string | null
|
|
8728
8735
|
_count: UserCountAggregateOutputType | null
|
|
8729
8736
|
_avg: UserAvgAggregateOutputType | null
|
|
8730
8737
|
_sum: UserSumAggregateOutputType | null
|
|
@@ -8767,6 +8774,7 @@ export namespace Prisma {
|
|
|
8767
8774
|
extraData?: boolean
|
|
8768
8775
|
referrerId?: boolean
|
|
8769
8776
|
fullName?: boolean
|
|
8777
|
+
phoneNormalised?: boolean
|
|
8770
8778
|
referrer?: boolean | User$referrerArgs<ExtArgs>
|
|
8771
8779
|
referredUsers?: boolean | User$referredUsersArgs<ExtArgs>
|
|
8772
8780
|
logs?: boolean | User$logsArgs<ExtArgs>
|
|
@@ -8812,6 +8820,7 @@ export namespace Prisma {
|
|
|
8812
8820
|
extraData?: boolean
|
|
8813
8821
|
referrerId?: boolean
|
|
8814
8822
|
fullName?: boolean
|
|
8823
|
+
phoneNormalised?: boolean
|
|
8815
8824
|
referrer?: boolean | User$referrerArgs<ExtArgs>
|
|
8816
8825
|
}, ExtArgs["result"]["user"]>
|
|
8817
8826
|
|
|
@@ -8836,6 +8845,7 @@ export namespace Prisma {
|
|
|
8836
8845
|
extraData?: boolean
|
|
8837
8846
|
referrerId?: boolean
|
|
8838
8847
|
fullName?: boolean
|
|
8848
|
+
phoneNormalised?: boolean
|
|
8839
8849
|
}
|
|
8840
8850
|
|
|
8841
8851
|
export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -8912,6 +8922,7 @@ export namespace Prisma {
|
|
|
8912
8922
|
extraData: Prisma.JsonValue
|
|
8913
8923
|
referrerId: number | null
|
|
8914
8924
|
fullName: string | null
|
|
8925
|
+
phoneNormalised: string | null
|
|
8915
8926
|
}, ExtArgs["result"]["user"]>
|
|
8916
8927
|
composites: {}
|
|
8917
8928
|
}
|
|
@@ -9392,6 +9403,7 @@ export namespace Prisma {
|
|
|
9392
9403
|
readonly extraData: FieldRef<"User", 'Json'>
|
|
9393
9404
|
readonly referrerId: FieldRef<"User", 'Int'>
|
|
9394
9405
|
readonly fullName: FieldRef<"User", 'String'>
|
|
9406
|
+
readonly phoneNormalised: FieldRef<"User", 'String'>
|
|
9395
9407
|
}
|
|
9396
9408
|
|
|
9397
9409
|
|
|
@@ -86480,7 +86492,8 @@ export namespace Prisma {
|
|
|
86480
86492
|
usercomLastSynced: 'usercomLastSynced',
|
|
86481
86493
|
extraData: 'extraData',
|
|
86482
86494
|
referrerId: 'referrerId',
|
|
86483
|
-
fullName: 'fullName'
|
|
86495
|
+
fullName: 'fullName',
|
|
86496
|
+
phoneNormalised: 'phoneNormalised'
|
|
86484
86497
|
};
|
|
86485
86498
|
|
|
86486
86499
|
export type UserScalarFieldEnum = (typeof UserScalarFieldEnum)[keyof typeof UserScalarFieldEnum]
|
|
@@ -87583,7 +87596,8 @@ export namespace Prisma {
|
|
|
87583
87596
|
forgotPasswordKey: 'forgotPasswordKey',
|
|
87584
87597
|
affiliateSlug: 'affiliateSlug',
|
|
87585
87598
|
closedReason: 'closedReason',
|
|
87586
|
-
fullName: 'fullName'
|
|
87599
|
+
fullName: 'fullName',
|
|
87600
|
+
phoneNormalised: 'phoneNormalised'
|
|
87587
87601
|
};
|
|
87588
87602
|
|
|
87589
87603
|
export type UserOrderByRelevanceFieldEnum = (typeof UserOrderByRelevanceFieldEnum)[keyof typeof UserOrderByRelevanceFieldEnum]
|
|
@@ -88222,6 +88236,7 @@ export namespace Prisma {
|
|
|
88222
88236
|
extraData?: JsonFilter<"User">
|
|
88223
88237
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
88224
88238
|
fullName?: StringNullableFilter<"User"> | string | null
|
|
88239
|
+
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
88225
88240
|
referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
88226
88241
|
referredUsers?: UserListRelationFilter
|
|
88227
88242
|
logs?: LogListRelationFilter
|
|
@@ -88266,6 +88281,7 @@ export namespace Prisma {
|
|
|
88266
88281
|
extraData?: SortOrder
|
|
88267
88282
|
referrerId?: SortOrderInput | SortOrder
|
|
88268
88283
|
fullName?: SortOrderInput | SortOrder
|
|
88284
|
+
phoneNormalised?: SortOrderInput | SortOrder
|
|
88269
88285
|
referrer?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
88270
88286
|
referredUsers?: UserOrderByRelationAggregateInput
|
|
88271
88287
|
logs?: LogOrderByRelationAggregateInput
|
|
@@ -88314,6 +88330,7 @@ export namespace Prisma {
|
|
|
88314
88330
|
extraData?: JsonFilter<"User">
|
|
88315
88331
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
88316
88332
|
fullName?: StringNullableFilter<"User"> | string | null
|
|
88333
|
+
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
88317
88334
|
referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
88318
88335
|
referredUsers?: UserListRelationFilter
|
|
88319
88336
|
logs?: LogListRelationFilter
|
|
@@ -88358,6 +88375,7 @@ export namespace Prisma {
|
|
|
88358
88375
|
extraData?: SortOrder
|
|
88359
88376
|
referrerId?: SortOrderInput | SortOrder
|
|
88360
88377
|
fullName?: SortOrderInput | SortOrder
|
|
88378
|
+
phoneNormalised?: SortOrderInput | SortOrder
|
|
88361
88379
|
_count?: UserCountOrderByAggregateInput
|
|
88362
88380
|
_avg?: UserAvgOrderByAggregateInput
|
|
88363
88381
|
_max?: UserMaxOrderByAggregateInput
|
|
@@ -88389,6 +88407,7 @@ export namespace Prisma {
|
|
|
88389
88407
|
extraData?: JsonWithAggregatesFilter<"User">
|
|
88390
88408
|
referrerId?: IntNullableWithAggregatesFilter<"User"> | number | null
|
|
88391
88409
|
fullName?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
88410
|
+
phoneNormalised?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
88392
88411
|
}
|
|
88393
88412
|
|
|
88394
88413
|
export type LogWhereInput = {
|
|
@@ -94184,6 +94203,7 @@ export namespace Prisma {
|
|
|
94184
94203
|
usercomLastSynced?: Date | string | null
|
|
94185
94204
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94186
94205
|
fullName?: string | null
|
|
94206
|
+
phoneNormalised?: string | null
|
|
94187
94207
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
94188
94208
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
94189
94209
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -94228,6 +94248,7 @@ export namespace Prisma {
|
|
|
94228
94248
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94229
94249
|
referrerId?: number | null
|
|
94230
94250
|
fullName?: string | null
|
|
94251
|
+
phoneNormalised?: string | null
|
|
94231
94252
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
94232
94253
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
94233
94254
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -94269,6 +94290,7 @@ export namespace Prisma {
|
|
|
94269
94290
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94270
94291
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94271
94292
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94293
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94272
94294
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
94273
94295
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
94274
94296
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -94313,6 +94335,7 @@ export namespace Prisma {
|
|
|
94313
94335
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94314
94336
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94315
94337
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94338
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94316
94339
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
94317
94340
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
94318
94341
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -94356,6 +94379,7 @@ export namespace Prisma {
|
|
|
94356
94379
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94357
94380
|
referrerId?: number | null
|
|
94358
94381
|
fullName?: string | null
|
|
94382
|
+
phoneNormalised?: string | null
|
|
94359
94383
|
}
|
|
94360
94384
|
|
|
94361
94385
|
export type UserUpdateManyMutationInput = {
|
|
@@ -94377,6 +94401,7 @@ export namespace Prisma {
|
|
|
94377
94401
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94378
94402
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94379
94403
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94404
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94380
94405
|
}
|
|
94381
94406
|
|
|
94382
94407
|
export type UserUncheckedUpdateManyInput = {
|
|
@@ -94400,6 +94425,7 @@ export namespace Prisma {
|
|
|
94400
94425
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94401
94426
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94402
94427
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94428
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94403
94429
|
}
|
|
94404
94430
|
|
|
94405
94431
|
export type LogCreateInput = {
|
|
@@ -100569,6 +100595,7 @@ export namespace Prisma {
|
|
|
100569
100595
|
extraData?: SortOrder
|
|
100570
100596
|
referrerId?: SortOrder
|
|
100571
100597
|
fullName?: SortOrder
|
|
100598
|
+
phoneNormalised?: SortOrder
|
|
100572
100599
|
}
|
|
100573
100600
|
|
|
100574
100601
|
export type UserAvgOrderByAggregateInput = {
|
|
@@ -100597,6 +100624,7 @@ export namespace Prisma {
|
|
|
100597
100624
|
usercomLastSynced?: SortOrder
|
|
100598
100625
|
referrerId?: SortOrder
|
|
100599
100626
|
fullName?: SortOrder
|
|
100627
|
+
phoneNormalised?: SortOrder
|
|
100600
100628
|
}
|
|
100601
100629
|
|
|
100602
100630
|
export type UserMinOrderByAggregateInput = {
|
|
@@ -100619,6 +100647,7 @@ export namespace Prisma {
|
|
|
100619
100647
|
usercomLastSynced?: SortOrder
|
|
100620
100648
|
referrerId?: SortOrder
|
|
100621
100649
|
fullName?: SortOrder
|
|
100650
|
+
phoneNormalised?: SortOrder
|
|
100622
100651
|
}
|
|
100623
100652
|
|
|
100624
100653
|
export type UserSumOrderByAggregateInput = {
|
|
@@ -111800,6 +111829,7 @@ export namespace Prisma {
|
|
|
111800
111829
|
usercomLastSynced?: Date | string | null
|
|
111801
111830
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111802
111831
|
fullName?: string | null
|
|
111832
|
+
phoneNormalised?: string | null
|
|
111803
111833
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
111804
111834
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
111805
111835
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -111843,6 +111873,7 @@ export namespace Prisma {
|
|
|
111843
111873
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111844
111874
|
referrerId?: number | null
|
|
111845
111875
|
fullName?: string | null
|
|
111876
|
+
phoneNormalised?: string | null
|
|
111846
111877
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
111847
111878
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
111848
111879
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -111888,6 +111919,7 @@ export namespace Prisma {
|
|
|
111888
111919
|
usercomLastSynced?: Date | string | null
|
|
111889
111920
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111890
111921
|
fullName?: string | null
|
|
111922
|
+
phoneNormalised?: string | null
|
|
111891
111923
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
111892
111924
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
111893
111925
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -111930,6 +111962,7 @@ export namespace Prisma {
|
|
|
111930
111962
|
usercomLastSynced?: Date | string | null
|
|
111931
111963
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111932
111964
|
fullName?: string | null
|
|
111965
|
+
phoneNormalised?: string | null
|
|
111933
111966
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
111934
111967
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
111935
111968
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -112810,6 +112843,7 @@ export namespace Prisma {
|
|
|
112810
112843
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112811
112844
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112812
112845
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112846
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112813
112847
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
112814
112848
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
112815
112849
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -112853,6 +112887,7 @@ export namespace Prisma {
|
|
|
112853
112887
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112854
112888
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
112855
112889
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112890
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112856
112891
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
112857
112892
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
112858
112893
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -112914,6 +112949,7 @@ export namespace Prisma {
|
|
|
112914
112949
|
extraData?: JsonFilter<"User">
|
|
112915
112950
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
112916
112951
|
fullName?: StringNullableFilter<"User"> | string | null
|
|
112952
|
+
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
112917
112953
|
}
|
|
112918
112954
|
|
|
112919
112955
|
export type LogUpsertWithWhereUniqueWithoutUserInput = {
|
|
@@ -113693,6 +113729,7 @@ export namespace Prisma {
|
|
|
113693
113729
|
usercomLastSynced?: Date | string | null
|
|
113694
113730
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113695
113731
|
fullName?: string | null
|
|
113732
|
+
phoneNormalised?: string | null
|
|
113696
113733
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
113697
113734
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
113698
113735
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -113736,6 +113773,7 @@ export namespace Prisma {
|
|
|
113736
113773
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113737
113774
|
referrerId?: number | null
|
|
113738
113775
|
fullName?: string | null
|
|
113776
|
+
phoneNormalised?: string | null
|
|
113739
113777
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
113740
113778
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
113741
113779
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -113792,6 +113830,7 @@ export namespace Prisma {
|
|
|
113792
113830
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
113793
113831
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113794
113832
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113833
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113795
113834
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
113796
113835
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
113797
113836
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -113835,6 +113874,7 @@ export namespace Prisma {
|
|
|
113835
113874
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113836
113875
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113837
113876
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113877
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113838
113878
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
113839
113879
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
113840
113880
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -113893,6 +113933,7 @@ export namespace Prisma {
|
|
|
113893
113933
|
usercomLastSynced?: Date | string | null
|
|
113894
113934
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113895
113935
|
fullName?: string | null
|
|
113936
|
+
phoneNormalised?: string | null
|
|
113896
113937
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
113897
113938
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
113898
113939
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -113936,6 +113977,7 @@ export namespace Prisma {
|
|
|
113936
113977
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113937
113978
|
referrerId?: number | null
|
|
113938
113979
|
fullName?: string | null
|
|
113980
|
+
phoneNormalised?: string | null
|
|
113939
113981
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
113940
113982
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
113941
113983
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114016,6 +114058,7 @@ export namespace Prisma {
|
|
|
114016
114058
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114017
114059
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114018
114060
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114061
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114019
114062
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114020
114063
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114021
114064
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114059,6 +114102,7 @@ export namespace Prisma {
|
|
|
114059
114102
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114060
114103
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114061
114104
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114105
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114062
114106
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114063
114107
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114064
114108
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114099,6 +114143,7 @@ export namespace Prisma {
|
|
|
114099
114143
|
usercomLastSynced?: Date | string | null
|
|
114100
114144
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114101
114145
|
fullName?: string | null
|
|
114146
|
+
phoneNormalised?: string | null
|
|
114102
114147
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114103
114148
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114104
114149
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114142,6 +114187,7 @@ export namespace Prisma {
|
|
|
114142
114187
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114143
114188
|
referrerId?: number | null
|
|
114144
114189
|
fullName?: string | null
|
|
114190
|
+
phoneNormalised?: string | null
|
|
114145
114191
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114146
114192
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114147
114193
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114280,6 +114326,7 @@ export namespace Prisma {
|
|
|
114280
114326
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114281
114327
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114282
114328
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114329
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114283
114330
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114284
114331
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114285
114332
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114323,6 +114370,7 @@ export namespace Prisma {
|
|
|
114323
114370
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114324
114371
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114325
114372
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114373
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114326
114374
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114327
114375
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114328
114376
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114451,6 +114499,7 @@ export namespace Prisma {
|
|
|
114451
114499
|
usercomLastSynced?: Date | string | null
|
|
114452
114500
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114453
114501
|
fullName?: string | null
|
|
114502
|
+
phoneNormalised?: string | null
|
|
114454
114503
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114455
114504
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114456
114505
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114494,6 +114543,7 @@ export namespace Prisma {
|
|
|
114494
114543
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114495
114544
|
referrerId?: number | null
|
|
114496
114545
|
fullName?: string | null
|
|
114546
|
+
phoneNormalised?: string | null
|
|
114497
114547
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114498
114548
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114499
114549
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114632,6 +114682,7 @@ export namespace Prisma {
|
|
|
114632
114682
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114633
114683
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114634
114684
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114685
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114635
114686
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114636
114687
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114637
114688
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114675,6 +114726,7 @@ export namespace Prisma {
|
|
|
114675
114726
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114676
114727
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114677
114728
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114729
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114678
114730
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114679
114731
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114680
114732
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114803,6 +114855,7 @@ export namespace Prisma {
|
|
|
114803
114855
|
usercomLastSynced?: Date | string | null
|
|
114804
114856
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114805
114857
|
fullName?: string | null
|
|
114858
|
+
phoneNormalised?: string | null
|
|
114806
114859
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114807
114860
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114808
114861
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114846,6 +114899,7 @@ export namespace Prisma {
|
|
|
114846
114899
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114847
114900
|
referrerId?: number | null
|
|
114848
114901
|
fullName?: string | null
|
|
114902
|
+
phoneNormalised?: string | null
|
|
114849
114903
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114850
114904
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114851
114905
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114984,6 +115038,7 @@ export namespace Prisma {
|
|
|
114984
115038
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114985
115039
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114986
115040
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115041
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114987
115042
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114988
115043
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114989
115044
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115027,6 +115082,7 @@ export namespace Prisma {
|
|
|
115027
115082
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115028
115083
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115029
115084
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115085
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115030
115086
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115031
115087
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115032
115088
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115155,6 +115211,7 @@ export namespace Prisma {
|
|
|
115155
115211
|
usercomLastSynced?: Date | string | null
|
|
115156
115212
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115157
115213
|
fullName?: string | null
|
|
115214
|
+
phoneNormalised?: string | null
|
|
115158
115215
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115159
115216
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115160
115217
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115198,6 +115255,7 @@ export namespace Prisma {
|
|
|
115198
115255
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115199
115256
|
referrerId?: number | null
|
|
115200
115257
|
fullName?: string | null
|
|
115258
|
+
phoneNormalised?: string | null
|
|
115201
115259
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115202
115260
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115203
115261
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115254,6 +115312,7 @@ export namespace Prisma {
|
|
|
115254
115312
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115255
115313
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115256
115314
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115315
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115257
115316
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115258
115317
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115259
115318
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115297,6 +115356,7 @@ export namespace Prisma {
|
|
|
115297
115356
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115298
115357
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115299
115358
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115359
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115300
115360
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115301
115361
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115302
115362
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115337,6 +115397,7 @@ export namespace Prisma {
|
|
|
115337
115397
|
usercomLastSynced?: Date | string | null
|
|
115338
115398
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115339
115399
|
fullName?: string | null
|
|
115400
|
+
phoneNormalised?: string | null
|
|
115340
115401
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115341
115402
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115342
115403
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115380,6 +115441,7 @@ export namespace Prisma {
|
|
|
115380
115441
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115381
115442
|
referrerId?: number | null
|
|
115382
115443
|
fullName?: string | null
|
|
115444
|
+
phoneNormalised?: string | null
|
|
115383
115445
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115384
115446
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115385
115447
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115436,6 +115498,7 @@ export namespace Prisma {
|
|
|
115436
115498
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115437
115499
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115438
115500
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115501
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115439
115502
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115440
115503
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115441
115504
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115479,6 +115542,7 @@ export namespace Prisma {
|
|
|
115479
115542
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115480
115543
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115481
115544
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115545
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115482
115546
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115483
115547
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115484
115548
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115519,6 +115583,7 @@ export namespace Prisma {
|
|
|
115519
115583
|
usercomLastSynced?: Date | string | null
|
|
115520
115584
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115521
115585
|
fullName?: string | null
|
|
115586
|
+
phoneNormalised?: string | null
|
|
115522
115587
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115523
115588
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115524
115589
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115562,6 +115627,7 @@ export namespace Prisma {
|
|
|
115562
115627
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115563
115628
|
referrerId?: number | null
|
|
115564
115629
|
fullName?: string | null
|
|
115630
|
+
phoneNormalised?: string | null
|
|
115565
115631
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115566
115632
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115567
115633
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115618,6 +115684,7 @@ export namespace Prisma {
|
|
|
115618
115684
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115619
115685
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115620
115686
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115687
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115621
115688
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115622
115689
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115623
115690
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115661,6 +115728,7 @@ export namespace Prisma {
|
|
|
115661
115728
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115662
115729
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115663
115730
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115731
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115664
115732
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115665
115733
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115666
115734
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115701,6 +115769,7 @@ export namespace Prisma {
|
|
|
115701
115769
|
usercomLastSynced?: Date | string | null
|
|
115702
115770
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115703
115771
|
fullName?: string | null
|
|
115772
|
+
phoneNormalised?: string | null
|
|
115704
115773
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115705
115774
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115706
115775
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115744,6 +115813,7 @@ export namespace Prisma {
|
|
|
115744
115813
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115745
115814
|
referrerId?: number | null
|
|
115746
115815
|
fullName?: string | null
|
|
115816
|
+
phoneNormalised?: string | null
|
|
115747
115817
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115748
115818
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115749
115819
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115882,6 +115952,7 @@ export namespace Prisma {
|
|
|
115882
115952
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115883
115953
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115884
115954
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115955
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115885
115956
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115886
115957
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115887
115958
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115925,6 +115996,7 @@ export namespace Prisma {
|
|
|
115925
115996
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115926
115997
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115927
115998
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115999
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115928
116000
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115929
116001
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115930
116002
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -116053,6 +116125,7 @@ export namespace Prisma {
|
|
|
116053
116125
|
usercomLastSynced?: Date | string | null
|
|
116054
116126
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116055
116127
|
fullName?: string | null
|
|
116128
|
+
phoneNormalised?: string | null
|
|
116056
116129
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
116057
116130
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
116058
116131
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -116096,6 +116169,7 @@ export namespace Prisma {
|
|
|
116096
116169
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116097
116170
|
referrerId?: number | null
|
|
116098
116171
|
fullName?: string | null
|
|
116172
|
+
phoneNormalised?: string | null
|
|
116099
116173
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
116100
116174
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
116101
116175
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -117161,6 +117235,7 @@ export namespace Prisma {
|
|
|
117161
117235
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117162
117236
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
117163
117237
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117238
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117164
117239
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
117165
117240
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
117166
117241
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -117204,6 +117279,7 @@ export namespace Prisma {
|
|
|
117204
117279
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
117205
117280
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
117206
117281
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117282
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117207
117283
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
117208
117284
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
117209
117285
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -119411,6 +119487,7 @@ export namespace Prisma {
|
|
|
119411
119487
|
usercomLastSynced?: Date | string | null
|
|
119412
119488
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119413
119489
|
fullName?: string | null
|
|
119490
|
+
phoneNormalised?: string | null
|
|
119414
119491
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
119415
119492
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
119416
119493
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -119454,6 +119531,7 @@ export namespace Prisma {
|
|
|
119454
119531
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119455
119532
|
referrerId?: number | null
|
|
119456
119533
|
fullName?: string | null
|
|
119534
|
+
phoneNormalised?: string | null
|
|
119457
119535
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
119458
119536
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
119459
119537
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -119530,6 +119608,7 @@ export namespace Prisma {
|
|
|
119530
119608
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
119531
119609
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119532
119610
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119611
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119533
119612
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
119534
119613
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
119535
119614
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -119573,6 +119652,7 @@ export namespace Prisma {
|
|
|
119573
119652
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119574
119653
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
119575
119654
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119655
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119576
119656
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
119577
119657
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
119578
119658
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -120663,6 +120743,7 @@ export namespace Prisma {
|
|
|
120663
120743
|
usercomLastSynced?: Date | string | null
|
|
120664
120744
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120665
120745
|
fullName?: string | null
|
|
120746
|
+
phoneNormalised?: string | null
|
|
120666
120747
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
120667
120748
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
120668
120749
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -120706,6 +120787,7 @@ export namespace Prisma {
|
|
|
120706
120787
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120707
120788
|
referrerId?: number | null
|
|
120708
120789
|
fullName?: string | null
|
|
120790
|
+
phoneNormalised?: string | null
|
|
120709
120791
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
120710
120792
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
120711
120793
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -120908,6 +120990,7 @@ export namespace Prisma {
|
|
|
120908
120990
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120909
120991
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120910
120992
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120993
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120911
120994
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
120912
120995
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
120913
120996
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -120951,6 +121034,7 @@ export namespace Prisma {
|
|
|
120951
121034
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120952
121035
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
120953
121036
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121037
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120954
121038
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
120955
121039
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
120956
121040
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -124728,6 +124812,7 @@ export namespace Prisma {
|
|
|
124728
124812
|
usercomLastSynced?: Date | string | null
|
|
124729
124813
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
124730
124814
|
fullName?: string | null
|
|
124815
|
+
phoneNormalised?: string | null
|
|
124731
124816
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
124732
124817
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
124733
124818
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -124771,6 +124856,7 @@ export namespace Prisma {
|
|
|
124771
124856
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
124772
124857
|
referrerId?: number | null
|
|
124773
124858
|
fullName?: string | null
|
|
124859
|
+
phoneNormalised?: string | null
|
|
124774
124860
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
124775
124861
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
124776
124862
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -125209,6 +125295,7 @@ export namespace Prisma {
|
|
|
125209
125295
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
125210
125296
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
125211
125297
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125298
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125212
125299
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
125213
125300
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
125214
125301
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -125252,6 +125339,7 @@ export namespace Prisma {
|
|
|
125252
125339
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
125253
125340
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
125254
125341
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125342
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125255
125343
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
125256
125344
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
125257
125345
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -125994,6 +126082,7 @@ export namespace Prisma {
|
|
|
125994
126082
|
usercomLastSynced?: Date | string | null
|
|
125995
126083
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
125996
126084
|
fullName?: string | null
|
|
126085
|
+
phoneNormalised?: string | null
|
|
125997
126086
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
125998
126087
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
125999
126088
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -126037,6 +126126,7 @@ export namespace Prisma {
|
|
|
126037
126126
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126038
126127
|
referrerId?: number | null
|
|
126039
126128
|
fullName?: string | null
|
|
126129
|
+
phoneNormalised?: string | null
|
|
126040
126130
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
126041
126131
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
126042
126132
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -126258,6 +126348,7 @@ export namespace Prisma {
|
|
|
126258
126348
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
126259
126349
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126260
126350
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126351
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126261
126352
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
126262
126353
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
126263
126354
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -126301,6 +126392,7 @@ export namespace Prisma {
|
|
|
126301
126392
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126302
126393
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
126303
126394
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126395
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126304
126396
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
126305
126397
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
126306
126398
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -126803,6 +126895,7 @@ export namespace Prisma {
|
|
|
126803
126895
|
usercomLastSynced?: Date | string | null
|
|
126804
126896
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126805
126897
|
fullName?: string | null
|
|
126898
|
+
phoneNormalised?: string | null
|
|
126806
126899
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
126807
126900
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
126808
126901
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -126846,6 +126939,7 @@ export namespace Prisma {
|
|
|
126846
126939
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126847
126940
|
referrerId?: number | null
|
|
126848
126941
|
fullName?: string | null
|
|
126942
|
+
phoneNormalised?: string | null
|
|
126849
126943
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
126850
126944
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
126851
126945
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -127054,6 +127148,7 @@ export namespace Prisma {
|
|
|
127054
127148
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127055
127149
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127056
127150
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127151
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127057
127152
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
127058
127153
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
127059
127154
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -127097,6 +127192,7 @@ export namespace Prisma {
|
|
|
127097
127192
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127098
127193
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127099
127194
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127195
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127100
127196
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
127101
127197
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
127102
127198
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -127911,6 +128007,7 @@ export namespace Prisma {
|
|
|
127911
128007
|
usercomLastSynced?: Date | string | null
|
|
127912
128008
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127913
128009
|
fullName?: string | null
|
|
128010
|
+
phoneNormalised?: string | null
|
|
127914
128011
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
127915
128012
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
127916
128013
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -127954,6 +128051,7 @@ export namespace Prisma {
|
|
|
127954
128051
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127955
128052
|
referrerId?: number | null
|
|
127956
128053
|
fullName?: string | null
|
|
128054
|
+
phoneNormalised?: string | null
|
|
127957
128055
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
127958
128056
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
127959
128057
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -128052,6 +128150,7 @@ export namespace Prisma {
|
|
|
128052
128150
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
128053
128151
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128054
128152
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128153
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128055
128154
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
128056
128155
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
128057
128156
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -128095,6 +128194,7 @@ export namespace Prisma {
|
|
|
128095
128194
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128096
128195
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
128097
128196
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128197
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128098
128198
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
128099
128199
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
128100
128200
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -130294,6 +130394,7 @@ export namespace Prisma {
|
|
|
130294
130394
|
usercomLastSynced?: Date | string | null
|
|
130295
130395
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130296
130396
|
fullName?: string | null
|
|
130397
|
+
phoneNormalised?: string | null
|
|
130297
130398
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
130298
130399
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
130299
130400
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -130337,6 +130438,7 @@ export namespace Prisma {
|
|
|
130337
130438
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130338
130439
|
referrerId?: number | null
|
|
130339
130440
|
fullName?: string | null
|
|
130441
|
+
phoneNormalised?: string | null
|
|
130340
130442
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
130341
130443
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
130342
130444
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -130425,6 +130527,7 @@ export namespace Prisma {
|
|
|
130425
130527
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130426
130528
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130427
130529
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130530
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130428
130531
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
130429
130532
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
130430
130533
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -130468,6 +130571,7 @@ export namespace Prisma {
|
|
|
130468
130571
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130469
130572
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
130470
130573
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130574
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130471
130575
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
130472
130576
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
130473
130577
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -131629,6 +131733,7 @@ export namespace Prisma {
|
|
|
131629
131733
|
usercomLastSynced?: Date | string | null
|
|
131630
131734
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131631
131735
|
fullName?: string | null
|
|
131736
|
+
phoneNormalised?: string | null
|
|
131632
131737
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
131633
131738
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
131634
131739
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -131672,6 +131777,7 @@ export namespace Prisma {
|
|
|
131672
131777
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131673
131778
|
referrerId?: number | null
|
|
131674
131779
|
fullName?: string | null
|
|
131780
|
+
phoneNormalised?: string | null
|
|
131675
131781
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
131676
131782
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
131677
131783
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -131728,6 +131834,7 @@ export namespace Prisma {
|
|
|
131728
131834
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
131729
131835
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131730
131836
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131837
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131731
131838
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
131732
131839
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
131733
131840
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -131771,6 +131878,7 @@ export namespace Prisma {
|
|
|
131771
131878
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131772
131879
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131773
131880
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131881
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131774
131882
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
131775
131883
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
131776
131884
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -131811,6 +131919,7 @@ export namespace Prisma {
|
|
|
131811
131919
|
usercomLastSynced?: Date | string | null
|
|
131812
131920
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131813
131921
|
fullName?: string | null
|
|
131922
|
+
phoneNormalised?: string | null
|
|
131814
131923
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
131815
131924
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
131816
131925
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -131854,6 +131963,7 @@ export namespace Prisma {
|
|
|
131854
131963
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131855
131964
|
referrerId?: number | null
|
|
131856
131965
|
fullName?: string | null
|
|
131966
|
+
phoneNormalised?: string | null
|
|
131857
131967
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
131858
131968
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
131859
131969
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -131992,6 +132102,7 @@ export namespace Prisma {
|
|
|
131992
132102
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
131993
132103
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131994
132104
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132105
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131995
132106
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
131996
132107
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
131997
132108
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -132035,6 +132146,7 @@ export namespace Prisma {
|
|
|
132035
132146
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
132036
132147
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
132037
132148
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132149
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132038
132150
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
132039
132151
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
132040
132152
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -134445,6 +134557,7 @@ export namespace Prisma {
|
|
|
134445
134557
|
usercomLastSynced?: Date | string | null
|
|
134446
134558
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134447
134559
|
fullName?: string | null
|
|
134560
|
+
phoneNormalised?: string | null
|
|
134448
134561
|
}
|
|
134449
134562
|
|
|
134450
134563
|
export type LogCreateManyUserInput = {
|
|
@@ -134628,6 +134741,7 @@ export namespace Prisma {
|
|
|
134628
134741
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134629
134742
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134630
134743
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134744
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134631
134745
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
134632
134746
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
134633
134747
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -134670,6 +134784,7 @@ export namespace Prisma {
|
|
|
134670
134784
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134671
134785
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134672
134786
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134787
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134673
134788
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
134674
134789
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
134675
134790
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -134712,6 +134827,7 @@ export namespace Prisma {
|
|
|
134712
134827
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134713
134828
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134714
134829
|
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134830
|
+
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134715
134831
|
}
|
|
134716
134832
|
|
|
134717
134833
|
export type LogUpdateWithoutUserInput = {
|