@creator.co/creatorco-prisma-client 1.0.44-alpha-bafa2f4 → 1.0.44
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 -11
- package/index-browser.js +4 -7
- package/index.d.ts +437 -235
- package/index.js +8 -11
- package/package.json +1 -1
- package/schema.prisma +4 -3
- package/wasm.js +4 -7
package/index.d.ts
CHANGED
|
@@ -7844,6 +7844,7 @@ export namespace Prisma {
|
|
|
7844
7844
|
affiliateClicks: number
|
|
7845
7845
|
productListItems: number
|
|
7846
7846
|
ExternalAffiliateClick: number
|
|
7847
|
+
ImpactRadiusEvent: number
|
|
7847
7848
|
}
|
|
7848
7849
|
|
|
7849
7850
|
export type OptInCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -7854,6 +7855,7 @@ export namespace Prisma {
|
|
|
7854
7855
|
affiliateClicks?: boolean | OptInCountOutputTypeCountAffiliateClicksArgs
|
|
7855
7856
|
productListItems?: boolean | OptInCountOutputTypeCountProductListItemsArgs
|
|
7856
7857
|
ExternalAffiliateClick?: boolean | OptInCountOutputTypeCountExternalAffiliateClickArgs
|
|
7858
|
+
ImpactRadiusEvent?: boolean | OptInCountOutputTypeCountImpactRadiusEventArgs
|
|
7857
7859
|
}
|
|
7858
7860
|
|
|
7859
7861
|
// Custom InputTypes
|
|
@@ -7916,6 +7918,13 @@ export namespace Prisma {
|
|
|
7916
7918
|
where?: ExternalAffiliateClickWhereInput
|
|
7917
7919
|
}
|
|
7918
7920
|
|
|
7921
|
+
/**
|
|
7922
|
+
* OptInCountOutputType without action
|
|
7923
|
+
*/
|
|
7924
|
+
export type OptInCountOutputTypeCountImpactRadiusEventArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
7925
|
+
where?: ImpactRadiusEventWhereInput
|
|
7926
|
+
}
|
|
7927
|
+
|
|
7919
7928
|
|
|
7920
7929
|
/**
|
|
7921
7930
|
* Count Type SocialPostCountOutputType
|
|
@@ -8488,8 +8497,6 @@ export namespace Prisma {
|
|
|
8488
8497
|
closedReason: string | null
|
|
8489
8498
|
usercomLastSynced: Date | null
|
|
8490
8499
|
referrerId: number | null
|
|
8491
|
-
fullName: string | null
|
|
8492
|
-
phoneNormalised: string | null
|
|
8493
8500
|
}
|
|
8494
8501
|
|
|
8495
8502
|
export type UserMaxAggregateOutputType = {
|
|
@@ -8511,8 +8518,6 @@ export namespace Prisma {
|
|
|
8511
8518
|
closedReason: string | null
|
|
8512
8519
|
usercomLastSynced: Date | null
|
|
8513
8520
|
referrerId: number | null
|
|
8514
|
-
fullName: string | null
|
|
8515
|
-
phoneNormalised: string | null
|
|
8516
8521
|
}
|
|
8517
8522
|
|
|
8518
8523
|
export type UserCountAggregateOutputType = {
|
|
@@ -8535,8 +8540,6 @@ export namespace Prisma {
|
|
|
8535
8540
|
usercomLastSynced: number
|
|
8536
8541
|
extraData: number
|
|
8537
8542
|
referrerId: number
|
|
8538
|
-
fullName: number
|
|
8539
|
-
phoneNormalised: number
|
|
8540
8543
|
_all: number
|
|
8541
8544
|
}
|
|
8542
8545
|
|
|
@@ -8572,8 +8575,6 @@ export namespace Prisma {
|
|
|
8572
8575
|
closedReason?: true
|
|
8573
8576
|
usercomLastSynced?: true
|
|
8574
8577
|
referrerId?: true
|
|
8575
|
-
fullName?: true
|
|
8576
|
-
phoneNormalised?: true
|
|
8577
8578
|
}
|
|
8578
8579
|
|
|
8579
8580
|
export type UserMaxAggregateInputType = {
|
|
@@ -8595,8 +8596,6 @@ export namespace Prisma {
|
|
|
8595
8596
|
closedReason?: true
|
|
8596
8597
|
usercomLastSynced?: true
|
|
8597
8598
|
referrerId?: true
|
|
8598
|
-
fullName?: true
|
|
8599
|
-
phoneNormalised?: true
|
|
8600
8599
|
}
|
|
8601
8600
|
|
|
8602
8601
|
export type UserCountAggregateInputType = {
|
|
@@ -8619,8 +8618,6 @@ export namespace Prisma {
|
|
|
8619
8618
|
usercomLastSynced?: true
|
|
8620
8619
|
extraData?: true
|
|
8621
8620
|
referrerId?: true
|
|
8622
|
-
fullName?: true
|
|
8623
|
-
phoneNormalised?: true
|
|
8624
8621
|
_all?: true
|
|
8625
8622
|
}
|
|
8626
8623
|
|
|
@@ -8730,8 +8727,6 @@ export namespace Prisma {
|
|
|
8730
8727
|
usercomLastSynced: Date | null
|
|
8731
8728
|
extraData: JsonValue
|
|
8732
8729
|
referrerId: number | null
|
|
8733
|
-
fullName: string | null
|
|
8734
|
-
phoneNormalised: string | null
|
|
8735
8730
|
_count: UserCountAggregateOutputType | null
|
|
8736
8731
|
_avg: UserAvgAggregateOutputType | null
|
|
8737
8732
|
_sum: UserSumAggregateOutputType | null
|
|
@@ -8773,8 +8768,6 @@ export namespace Prisma {
|
|
|
8773
8768
|
usercomLastSynced?: boolean
|
|
8774
8769
|
extraData?: boolean
|
|
8775
8770
|
referrerId?: boolean
|
|
8776
|
-
fullName?: boolean
|
|
8777
|
-
phoneNormalised?: boolean
|
|
8778
8771
|
referrer?: boolean | User$referrerArgs<ExtArgs>
|
|
8779
8772
|
referredUsers?: boolean | User$referredUsersArgs<ExtArgs>
|
|
8780
8773
|
logs?: boolean | User$logsArgs<ExtArgs>
|
|
@@ -8819,8 +8812,6 @@ export namespace Prisma {
|
|
|
8819
8812
|
usercomLastSynced?: boolean
|
|
8820
8813
|
extraData?: boolean
|
|
8821
8814
|
referrerId?: boolean
|
|
8822
|
-
fullName?: boolean
|
|
8823
|
-
phoneNormalised?: boolean
|
|
8824
8815
|
referrer?: boolean | User$referrerArgs<ExtArgs>
|
|
8825
8816
|
}, ExtArgs["result"]["user"]>
|
|
8826
8817
|
|
|
@@ -8844,8 +8835,6 @@ export namespace Prisma {
|
|
|
8844
8835
|
usercomLastSynced?: boolean
|
|
8845
8836
|
extraData?: boolean
|
|
8846
8837
|
referrerId?: boolean
|
|
8847
|
-
fullName?: boolean
|
|
8848
|
-
phoneNormalised?: boolean
|
|
8849
8838
|
}
|
|
8850
8839
|
|
|
8851
8840
|
export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -8921,8 +8910,6 @@ export namespace Prisma {
|
|
|
8921
8910
|
usercomLastSynced: Date | null
|
|
8922
8911
|
extraData: Prisma.JsonValue
|
|
8923
8912
|
referrerId: number | null
|
|
8924
|
-
fullName: string | null
|
|
8925
|
-
phoneNormalised: string | null
|
|
8926
8913
|
}, ExtArgs["result"]["user"]>
|
|
8927
8914
|
composites: {}
|
|
8928
8915
|
}
|
|
@@ -9402,8 +9389,6 @@ export namespace Prisma {
|
|
|
9402
9389
|
readonly usercomLastSynced: FieldRef<"User", 'DateTime'>
|
|
9403
9390
|
readonly extraData: FieldRef<"User", 'Json'>
|
|
9404
9391
|
readonly referrerId: FieldRef<"User", 'Int'>
|
|
9405
|
-
readonly fullName: FieldRef<"User", 'String'>
|
|
9406
|
-
readonly phoneNormalised: FieldRef<"User", 'String'>
|
|
9407
9392
|
}
|
|
9408
9393
|
|
|
9409
9394
|
|
|
@@ -46913,6 +46898,7 @@ export namespace Prisma {
|
|
|
46913
46898
|
affiliateClicks?: boolean | OptIn$affiliateClicksArgs<ExtArgs>
|
|
46914
46899
|
productListItems?: boolean | OptIn$productListItemsArgs<ExtArgs>
|
|
46915
46900
|
ExternalAffiliateClick?: boolean | OptIn$ExternalAffiliateClickArgs<ExtArgs>
|
|
46901
|
+
ImpactRadiusEvent?: boolean | OptIn$ImpactRadiusEventArgs<ExtArgs>
|
|
46916
46902
|
_count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
|
|
46917
46903
|
}, ExtArgs["result"]["optIn"]>
|
|
46918
46904
|
|
|
@@ -46973,6 +46959,7 @@ export namespace Prisma {
|
|
|
46973
46959
|
affiliateClicks?: boolean | OptIn$affiliateClicksArgs<ExtArgs>
|
|
46974
46960
|
productListItems?: boolean | OptIn$productListItemsArgs<ExtArgs>
|
|
46975
46961
|
ExternalAffiliateClick?: boolean | OptIn$ExternalAffiliateClickArgs<ExtArgs>
|
|
46962
|
+
ImpactRadiusEvent?: boolean | OptIn$ImpactRadiusEventArgs<ExtArgs>
|
|
46976
46963
|
_count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
|
|
46977
46964
|
}
|
|
46978
46965
|
export type OptInIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -46995,6 +46982,7 @@ export namespace Prisma {
|
|
|
46995
46982
|
affiliateClicks: Prisma.$AffiliateClickPayload<ExtArgs>[]
|
|
46996
46983
|
productListItems: Prisma.$OptinToProductListItemPayload<ExtArgs>[]
|
|
46997
46984
|
ExternalAffiliateClick: Prisma.$ExternalAffiliateClickPayload<ExtArgs>[]
|
|
46985
|
+
ImpactRadiusEvent: Prisma.$ImpactRadiusEventPayload<ExtArgs>[]
|
|
46998
46986
|
}
|
|
46999
46987
|
scalars: $Extensions.GetPayloadResult<{
|
|
47000
46988
|
id: number
|
|
@@ -47427,6 +47415,8 @@ export namespace Prisma {
|
|
|
47427
47415
|
|
|
47428
47416
|
ExternalAffiliateClick<T extends OptIn$ExternalAffiliateClickArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$ExternalAffiliateClickArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ExternalAffiliateClickPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
47429
47417
|
|
|
47418
|
+
ImpactRadiusEvent<T extends OptIn$ImpactRadiusEventArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$ImpactRadiusEventArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ImpactRadiusEventPayload<ExtArgs>, T, 'findMany'> | Null>;
|
|
47419
|
+
|
|
47430
47420
|
/**
|
|
47431
47421
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
47432
47422
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -47960,6 +47950,26 @@ export namespace Prisma {
|
|
|
47960
47950
|
distinct?: ExternalAffiliateClickScalarFieldEnum | ExternalAffiliateClickScalarFieldEnum[]
|
|
47961
47951
|
}
|
|
47962
47952
|
|
|
47953
|
+
/**
|
|
47954
|
+
* OptIn.ImpactRadiusEvent
|
|
47955
|
+
*/
|
|
47956
|
+
export type OptIn$ImpactRadiusEventArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
47957
|
+
/**
|
|
47958
|
+
* Select specific fields to fetch from the ImpactRadiusEvent
|
|
47959
|
+
*/
|
|
47960
|
+
select?: ImpactRadiusEventSelect<ExtArgs> | null
|
|
47961
|
+
/**
|
|
47962
|
+
* Choose, which related nodes to fetch as well
|
|
47963
|
+
*/
|
|
47964
|
+
include?: ImpactRadiusEventInclude<ExtArgs> | null
|
|
47965
|
+
where?: ImpactRadiusEventWhereInput
|
|
47966
|
+
orderBy?: ImpactRadiusEventOrderByWithRelationAndSearchRelevanceInput | ImpactRadiusEventOrderByWithRelationAndSearchRelevanceInput[]
|
|
47967
|
+
cursor?: ImpactRadiusEventWhereUniqueInput
|
|
47968
|
+
take?: number
|
|
47969
|
+
skip?: number
|
|
47970
|
+
distinct?: ImpactRadiusEventScalarFieldEnum | ImpactRadiusEventScalarFieldEnum[]
|
|
47971
|
+
}
|
|
47972
|
+
|
|
47963
47973
|
/**
|
|
47964
47974
|
* OptIn without action
|
|
47965
47975
|
*/
|
|
@@ -75036,6 +75046,7 @@ export namespace Prisma {
|
|
|
75036
75046
|
commission: number | null
|
|
75037
75047
|
userId: number | null
|
|
75038
75048
|
brandId: number | null
|
|
75049
|
+
optInId: number | null
|
|
75039
75050
|
}
|
|
75040
75051
|
|
|
75041
75052
|
export type ImpactRadiusEventSumAggregateOutputType = {
|
|
@@ -75044,6 +75055,7 @@ export namespace Prisma {
|
|
|
75044
75055
|
commission: number | null
|
|
75045
75056
|
userId: number | null
|
|
75046
75057
|
brandId: number | null
|
|
75058
|
+
optInId: number | null
|
|
75047
75059
|
}
|
|
75048
75060
|
|
|
75049
75061
|
export type ImpactRadiusEventMinAggregateOutputType = {
|
|
@@ -75054,6 +75066,7 @@ export namespace Prisma {
|
|
|
75054
75066
|
commission: number | null
|
|
75055
75067
|
userId: number | null
|
|
75056
75068
|
brandId: number | null
|
|
75069
|
+
optInId: number | null
|
|
75057
75070
|
}
|
|
75058
75071
|
|
|
75059
75072
|
export type ImpactRadiusEventMaxAggregateOutputType = {
|
|
@@ -75064,6 +75077,7 @@ export namespace Prisma {
|
|
|
75064
75077
|
commission: number | null
|
|
75065
75078
|
userId: number | null
|
|
75066
75079
|
brandId: number | null
|
|
75080
|
+
optInId: number | null
|
|
75067
75081
|
}
|
|
75068
75082
|
|
|
75069
75083
|
export type ImpactRadiusEventCountAggregateOutputType = {
|
|
@@ -75075,6 +75089,7 @@ export namespace Prisma {
|
|
|
75075
75089
|
metaData: number
|
|
75076
75090
|
userId: number
|
|
75077
75091
|
brandId: number
|
|
75092
|
+
optInId: number
|
|
75078
75093
|
_all: number
|
|
75079
75094
|
}
|
|
75080
75095
|
|
|
@@ -75085,6 +75100,7 @@ export namespace Prisma {
|
|
|
75085
75100
|
commission?: true
|
|
75086
75101
|
userId?: true
|
|
75087
75102
|
brandId?: true
|
|
75103
|
+
optInId?: true
|
|
75088
75104
|
}
|
|
75089
75105
|
|
|
75090
75106
|
export type ImpactRadiusEventSumAggregateInputType = {
|
|
@@ -75093,6 +75109,7 @@ export namespace Prisma {
|
|
|
75093
75109
|
commission?: true
|
|
75094
75110
|
userId?: true
|
|
75095
75111
|
brandId?: true
|
|
75112
|
+
optInId?: true
|
|
75096
75113
|
}
|
|
75097
75114
|
|
|
75098
75115
|
export type ImpactRadiusEventMinAggregateInputType = {
|
|
@@ -75103,6 +75120,7 @@ export namespace Prisma {
|
|
|
75103
75120
|
commission?: true
|
|
75104
75121
|
userId?: true
|
|
75105
75122
|
brandId?: true
|
|
75123
|
+
optInId?: true
|
|
75106
75124
|
}
|
|
75107
75125
|
|
|
75108
75126
|
export type ImpactRadiusEventMaxAggregateInputType = {
|
|
@@ -75113,6 +75131,7 @@ export namespace Prisma {
|
|
|
75113
75131
|
commission?: true
|
|
75114
75132
|
userId?: true
|
|
75115
75133
|
brandId?: true
|
|
75134
|
+
optInId?: true
|
|
75116
75135
|
}
|
|
75117
75136
|
|
|
75118
75137
|
export type ImpactRadiusEventCountAggregateInputType = {
|
|
@@ -75124,6 +75143,7 @@ export namespace Prisma {
|
|
|
75124
75143
|
metaData?: true
|
|
75125
75144
|
userId?: true
|
|
75126
75145
|
brandId?: true
|
|
75146
|
+
optInId?: true
|
|
75127
75147
|
_all?: true
|
|
75128
75148
|
}
|
|
75129
75149
|
|
|
@@ -75222,6 +75242,7 @@ export namespace Prisma {
|
|
|
75222
75242
|
metaData: JsonValue
|
|
75223
75243
|
userId: number
|
|
75224
75244
|
brandId: number | null
|
|
75245
|
+
optInId: number | null
|
|
75225
75246
|
_count: ImpactRadiusEventCountAggregateOutputType | null
|
|
75226
75247
|
_avg: ImpactRadiusEventAvgAggregateOutputType | null
|
|
75227
75248
|
_sum: ImpactRadiusEventSumAggregateOutputType | null
|
|
@@ -75252,8 +75273,10 @@ export namespace Prisma {
|
|
|
75252
75273
|
metaData?: boolean
|
|
75253
75274
|
userId?: boolean
|
|
75254
75275
|
brandId?: boolean
|
|
75276
|
+
optInId?: boolean
|
|
75255
75277
|
user?: boolean | UserDefaultArgs<ExtArgs>
|
|
75256
75278
|
brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
|
|
75279
|
+
optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
|
|
75257
75280
|
}, ExtArgs["result"]["impactRadiusEvent"]>
|
|
75258
75281
|
|
|
75259
75282
|
export type ImpactRadiusEventSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -75265,8 +75288,10 @@ export namespace Prisma {
|
|
|
75265
75288
|
metaData?: boolean
|
|
75266
75289
|
userId?: boolean
|
|
75267
75290
|
brandId?: boolean
|
|
75291
|
+
optInId?: boolean
|
|
75268
75292
|
user?: boolean | UserDefaultArgs<ExtArgs>
|
|
75269
75293
|
brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
|
|
75294
|
+
optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
|
|
75270
75295
|
}, ExtArgs["result"]["impactRadiusEvent"]>
|
|
75271
75296
|
|
|
75272
75297
|
export type ImpactRadiusEventSelectScalar = {
|
|
@@ -75278,15 +75303,18 @@ export namespace Prisma {
|
|
|
75278
75303
|
metaData?: boolean
|
|
75279
75304
|
userId?: boolean
|
|
75280
75305
|
brandId?: boolean
|
|
75306
|
+
optInId?: boolean
|
|
75281
75307
|
}
|
|
75282
75308
|
|
|
75283
75309
|
export type ImpactRadiusEventInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
75284
75310
|
user?: boolean | UserDefaultArgs<ExtArgs>
|
|
75285
75311
|
brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
|
|
75312
|
+
optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
|
|
75286
75313
|
}
|
|
75287
75314
|
export type ImpactRadiusEventIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
75288
75315
|
user?: boolean | UserDefaultArgs<ExtArgs>
|
|
75289
75316
|
brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
|
|
75317
|
+
optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
|
|
75290
75318
|
}
|
|
75291
75319
|
|
|
75292
75320
|
export type $ImpactRadiusEventPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -75294,6 +75322,7 @@ export namespace Prisma {
|
|
|
75294
75322
|
objects: {
|
|
75295
75323
|
user: Prisma.$UserPayload<ExtArgs>
|
|
75296
75324
|
brand: Prisma.$BrandPayload<ExtArgs> | null
|
|
75325
|
+
optIn: Prisma.$OptInPayload<ExtArgs> | null
|
|
75297
75326
|
}
|
|
75298
75327
|
scalars: $Extensions.GetPayloadResult<{
|
|
75299
75328
|
id: number
|
|
@@ -75304,6 +75333,7 @@ export namespace Prisma {
|
|
|
75304
75333
|
metaData: Prisma.JsonValue
|
|
75305
75334
|
userId: number
|
|
75306
75335
|
brandId: number | null
|
|
75336
|
+
optInId: number | null
|
|
75307
75337
|
}, ExtArgs["result"]["impactRadiusEvent"]>
|
|
75308
75338
|
composites: {}
|
|
75309
75339
|
}
|
|
@@ -75698,6 +75728,8 @@ export namespace Prisma {
|
|
|
75698
75728
|
|
|
75699
75729
|
brand<T extends ImpactRadiusEvent$brandArgs<ExtArgs> = {}>(args?: Subset<T, ImpactRadiusEvent$brandArgs<ExtArgs>>): Prisma__BrandClient<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
75700
75730
|
|
|
75731
|
+
optIn<T extends ImpactRadiusEvent$optInArgs<ExtArgs> = {}>(args?: Subset<T, ImpactRadiusEvent$optInArgs<ExtArgs>>): Prisma__OptInClient<$Result.GetResult<Prisma.$OptInPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
|
|
75732
|
+
|
|
75701
75733
|
/**
|
|
75702
75734
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
75703
75735
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -75734,6 +75766,7 @@ export namespace Prisma {
|
|
|
75734
75766
|
readonly metaData: FieldRef<"ImpactRadiusEvent", 'Json'>
|
|
75735
75767
|
readonly userId: FieldRef<"ImpactRadiusEvent", 'Int'>
|
|
75736
75768
|
readonly brandId: FieldRef<"ImpactRadiusEvent", 'Int'>
|
|
75769
|
+
readonly optInId: FieldRef<"ImpactRadiusEvent", 'Int'>
|
|
75737
75770
|
}
|
|
75738
75771
|
|
|
75739
75772
|
|
|
@@ -76066,6 +76099,21 @@ export namespace Prisma {
|
|
|
76066
76099
|
where?: BrandWhereInput
|
|
76067
76100
|
}
|
|
76068
76101
|
|
|
76102
|
+
/**
|
|
76103
|
+
* ImpactRadiusEvent.optIn
|
|
76104
|
+
*/
|
|
76105
|
+
export type ImpactRadiusEvent$optInArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
76106
|
+
/**
|
|
76107
|
+
* Select specific fields to fetch from the OptIn
|
|
76108
|
+
*/
|
|
76109
|
+
select?: OptInSelect<ExtArgs> | null
|
|
76110
|
+
/**
|
|
76111
|
+
* Choose, which related nodes to fetch as well
|
|
76112
|
+
*/
|
|
76113
|
+
include?: OptInInclude<ExtArgs> | null
|
|
76114
|
+
where?: OptInWhereInput
|
|
76115
|
+
}
|
|
76116
|
+
|
|
76069
76117
|
/**
|
|
76070
76118
|
* ImpactRadiusEvent without action
|
|
76071
76119
|
*/
|
|
@@ -86491,9 +86539,7 @@ export namespace Prisma {
|
|
|
86491
86539
|
closedReason: 'closedReason',
|
|
86492
86540
|
usercomLastSynced: 'usercomLastSynced',
|
|
86493
86541
|
extraData: 'extraData',
|
|
86494
|
-
referrerId: 'referrerId'
|
|
86495
|
-
fullName: 'fullName',
|
|
86496
|
-
phoneNormalised: 'phoneNormalised'
|
|
86542
|
+
referrerId: 'referrerId'
|
|
86497
86543
|
};
|
|
86498
86544
|
|
|
86499
86545
|
export type UserScalarFieldEnum = (typeof UserScalarFieldEnum)[keyof typeof UserScalarFieldEnum]
|
|
@@ -87411,7 +87457,8 @@ export namespace Prisma {
|
|
|
87411
87457
|
commission: 'commission',
|
|
87412
87458
|
metaData: 'metaData',
|
|
87413
87459
|
userId: 'userId',
|
|
87414
|
-
brandId: 'brandId'
|
|
87460
|
+
brandId: 'brandId',
|
|
87461
|
+
optInId: 'optInId'
|
|
87415
87462
|
};
|
|
87416
87463
|
|
|
87417
87464
|
export type ImpactRadiusEventScalarFieldEnum = (typeof ImpactRadiusEventScalarFieldEnum)[keyof typeof ImpactRadiusEventScalarFieldEnum]
|
|
@@ -87595,9 +87642,7 @@ export namespace Prisma {
|
|
|
87595
87642
|
profilePicUrl: 'profilePicUrl',
|
|
87596
87643
|
forgotPasswordKey: 'forgotPasswordKey',
|
|
87597
87644
|
affiliateSlug: 'affiliateSlug',
|
|
87598
|
-
closedReason: 'closedReason'
|
|
87599
|
-
fullName: 'fullName',
|
|
87600
|
-
phoneNormalised: 'phoneNormalised'
|
|
87645
|
+
closedReason: 'closedReason'
|
|
87601
87646
|
};
|
|
87602
87647
|
|
|
87603
87648
|
export type UserOrderByRelevanceFieldEnum = (typeof UserOrderByRelevanceFieldEnum)[keyof typeof UserOrderByRelevanceFieldEnum]
|
|
@@ -88235,8 +88280,6 @@ export namespace Prisma {
|
|
|
88235
88280
|
usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
88236
88281
|
extraData?: JsonFilter<"User">
|
|
88237
88282
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
88238
|
-
fullName?: StringNullableFilter<"User"> | string | null
|
|
88239
|
-
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
88240
88283
|
referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
88241
88284
|
referredUsers?: UserListRelationFilter
|
|
88242
88285
|
logs?: LogListRelationFilter
|
|
@@ -88280,8 +88323,6 @@ export namespace Prisma {
|
|
|
88280
88323
|
usercomLastSynced?: SortOrderInput | SortOrder
|
|
88281
88324
|
extraData?: SortOrder
|
|
88282
88325
|
referrerId?: SortOrderInput | SortOrder
|
|
88283
|
-
fullName?: SortOrderInput | SortOrder
|
|
88284
|
-
phoneNormalised?: SortOrderInput | SortOrder
|
|
88285
88326
|
referrer?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
88286
88327
|
referredUsers?: UserOrderByRelationAggregateInput
|
|
88287
88328
|
logs?: LogOrderByRelationAggregateInput
|
|
@@ -88329,8 +88370,6 @@ export namespace Prisma {
|
|
|
88329
88370
|
usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
88330
88371
|
extraData?: JsonFilter<"User">
|
|
88331
88372
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
88332
|
-
fullName?: StringNullableFilter<"User"> | string | null
|
|
88333
|
-
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
88334
88373
|
referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
88335
88374
|
referredUsers?: UserListRelationFilter
|
|
88336
88375
|
logs?: LogListRelationFilter
|
|
@@ -88374,8 +88413,6 @@ export namespace Prisma {
|
|
|
88374
88413
|
usercomLastSynced?: SortOrderInput | SortOrder
|
|
88375
88414
|
extraData?: SortOrder
|
|
88376
88415
|
referrerId?: SortOrderInput | SortOrder
|
|
88377
|
-
fullName?: SortOrderInput | SortOrder
|
|
88378
|
-
phoneNormalised?: SortOrderInput | SortOrder
|
|
88379
88416
|
_count?: UserCountOrderByAggregateInput
|
|
88380
88417
|
_avg?: UserAvgOrderByAggregateInput
|
|
88381
88418
|
_max?: UserMaxOrderByAggregateInput
|
|
@@ -88406,8 +88443,6 @@ export namespace Prisma {
|
|
|
88406
88443
|
usercomLastSynced?: DateTimeNullableWithAggregatesFilter<"User"> | Date | string | null
|
|
88407
88444
|
extraData?: JsonWithAggregatesFilter<"User">
|
|
88408
88445
|
referrerId?: IntNullableWithAggregatesFilter<"User"> | number | null
|
|
88409
|
-
fullName?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
88410
|
-
phoneNormalised?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
88411
88446
|
}
|
|
88412
88447
|
|
|
88413
88448
|
export type LogWhereInput = {
|
|
@@ -91262,6 +91297,7 @@ export namespace Prisma {
|
|
|
91262
91297
|
affiliateClicks?: AffiliateClickListRelationFilter
|
|
91263
91298
|
productListItems?: OptinToProductListItemListRelationFilter
|
|
91264
91299
|
ExternalAffiliateClick?: ExternalAffiliateClickListRelationFilter
|
|
91300
|
+
ImpactRadiusEvent?: ImpactRadiusEventListRelationFilter
|
|
91265
91301
|
}
|
|
91266
91302
|
|
|
91267
91303
|
export type OptInOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -91294,6 +91330,7 @@ export namespace Prisma {
|
|
|
91294
91330
|
affiliateClicks?: AffiliateClickOrderByRelationAggregateInput
|
|
91295
91331
|
productListItems?: OptinToProductListItemOrderByRelationAggregateInput
|
|
91296
91332
|
ExternalAffiliateClick?: ExternalAffiliateClickOrderByRelationAggregateInput
|
|
91333
|
+
ImpactRadiusEvent?: ImpactRadiusEventOrderByRelationAggregateInput
|
|
91297
91334
|
_relevance?: OptInOrderByRelevanceInput
|
|
91298
91335
|
}
|
|
91299
91336
|
|
|
@@ -91330,6 +91367,7 @@ export namespace Prisma {
|
|
|
91330
91367
|
affiliateClicks?: AffiliateClickListRelationFilter
|
|
91331
91368
|
productListItems?: OptinToProductListItemListRelationFilter
|
|
91332
91369
|
ExternalAffiliateClick?: ExternalAffiliateClickListRelationFilter
|
|
91370
|
+
ImpactRadiusEvent?: ImpactRadiusEventListRelationFilter
|
|
91333
91371
|
}, "id">
|
|
91334
91372
|
|
|
91335
91373
|
export type OptInOrderByWithAggregationInput = {
|
|
@@ -93449,8 +93487,10 @@ export namespace Prisma {
|
|
|
93449
93487
|
metaData?: JsonFilter<"ImpactRadiusEvent">
|
|
93450
93488
|
userId?: IntFilter<"ImpactRadiusEvent"> | number
|
|
93451
93489
|
brandId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
|
|
93490
|
+
optInId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
|
|
93452
93491
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
93453
93492
|
brand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
|
|
93493
|
+
optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
|
|
93454
93494
|
}
|
|
93455
93495
|
|
|
93456
93496
|
export type ImpactRadiusEventOrderByWithRelationAndSearchRelevanceInput = {
|
|
@@ -93462,8 +93502,10 @@ export namespace Prisma {
|
|
|
93462
93502
|
metaData?: SortOrder
|
|
93463
93503
|
userId?: SortOrder
|
|
93464
93504
|
brandId?: SortOrderInput | SortOrder
|
|
93505
|
+
optInId?: SortOrderInput | SortOrder
|
|
93465
93506
|
user?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
93466
93507
|
brand?: BrandOrderByWithRelationAndSearchRelevanceInput
|
|
93508
|
+
optIn?: OptInOrderByWithRelationAndSearchRelevanceInput
|
|
93467
93509
|
_relevance?: ImpactRadiusEventOrderByRelevanceInput
|
|
93468
93510
|
}
|
|
93469
93511
|
|
|
@@ -93479,8 +93521,10 @@ export namespace Prisma {
|
|
|
93479
93521
|
metaData?: JsonFilter<"ImpactRadiusEvent">
|
|
93480
93522
|
userId?: IntFilter<"ImpactRadiusEvent"> | number
|
|
93481
93523
|
brandId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
|
|
93524
|
+
optInId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
|
|
93482
93525
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
93483
93526
|
brand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
|
|
93527
|
+
optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
|
|
93484
93528
|
}, "id">
|
|
93485
93529
|
|
|
93486
93530
|
export type ImpactRadiusEventOrderByWithAggregationInput = {
|
|
@@ -93492,6 +93536,7 @@ export namespace Prisma {
|
|
|
93492
93536
|
metaData?: SortOrder
|
|
93493
93537
|
userId?: SortOrder
|
|
93494
93538
|
brandId?: SortOrderInput | SortOrder
|
|
93539
|
+
optInId?: SortOrderInput | SortOrder
|
|
93495
93540
|
_count?: ImpactRadiusEventCountOrderByAggregateInput
|
|
93496
93541
|
_avg?: ImpactRadiusEventAvgOrderByAggregateInput
|
|
93497
93542
|
_max?: ImpactRadiusEventMaxOrderByAggregateInput
|
|
@@ -93511,6 +93556,7 @@ export namespace Prisma {
|
|
|
93511
93556
|
metaData?: JsonWithAggregatesFilter<"ImpactRadiusEvent">
|
|
93512
93557
|
userId?: IntWithAggregatesFilter<"ImpactRadiusEvent"> | number
|
|
93513
93558
|
brandId?: IntNullableWithAggregatesFilter<"ImpactRadiusEvent"> | number | null
|
|
93559
|
+
optInId?: IntNullableWithAggregatesFilter<"ImpactRadiusEvent"> | number | null
|
|
93514
93560
|
}
|
|
93515
93561
|
|
|
93516
93562
|
export type CreatorSearchFilterWhereInput = {
|
|
@@ -94202,8 +94248,6 @@ export namespace Prisma {
|
|
|
94202
94248
|
closedReason?: string | null
|
|
94203
94249
|
usercomLastSynced?: Date | string | null
|
|
94204
94250
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94205
|
-
fullName?: string | null
|
|
94206
|
-
phoneNormalised?: string | null
|
|
94207
94251
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
94208
94252
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
94209
94253
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -94247,8 +94291,6 @@ export namespace Prisma {
|
|
|
94247
94291
|
usercomLastSynced?: Date | string | null
|
|
94248
94292
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94249
94293
|
referrerId?: number | null
|
|
94250
|
-
fullName?: string | null
|
|
94251
|
-
phoneNormalised?: string | null
|
|
94252
94294
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
94253
94295
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
94254
94296
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -94289,8 +94331,6 @@ export namespace Prisma {
|
|
|
94289
94331
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94290
94332
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94291
94333
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94292
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94293
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94294
94334
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
94295
94335
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
94296
94336
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -94334,8 +94374,6 @@ export namespace Prisma {
|
|
|
94334
94374
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94335
94375
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94336
94376
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94337
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94338
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94339
94377
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
94340
94378
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
94341
94379
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -94378,8 +94416,6 @@ export namespace Prisma {
|
|
|
94378
94416
|
usercomLastSynced?: Date | string | null
|
|
94379
94417
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94380
94418
|
referrerId?: number | null
|
|
94381
|
-
fullName?: string | null
|
|
94382
|
-
phoneNormalised?: string | null
|
|
94383
94419
|
}
|
|
94384
94420
|
|
|
94385
94421
|
export type UserUpdateManyMutationInput = {
|
|
@@ -94400,8 +94436,6 @@ export namespace Prisma {
|
|
|
94400
94436
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94401
94437
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94402
94438
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94403
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94404
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94405
94439
|
}
|
|
94406
94440
|
|
|
94407
94441
|
export type UserUncheckedUpdateManyInput = {
|
|
@@ -94424,8 +94458,6 @@ export namespace Prisma {
|
|
|
94424
94458
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
94425
94459
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94426
94460
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94427
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94428
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94429
94461
|
}
|
|
94430
94462
|
|
|
94431
94463
|
export type LogCreateInput = {
|
|
@@ -97376,6 +97408,7 @@ export namespace Prisma {
|
|
|
97376
97408
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
97377
97409
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
97378
97410
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
97411
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
97379
97412
|
}
|
|
97380
97413
|
|
|
97381
97414
|
export type OptInUncheckedCreateInput = {
|
|
@@ -97405,6 +97438,7 @@ export namespace Prisma {
|
|
|
97405
97438
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
97406
97439
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
97407
97440
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
97441
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
97408
97442
|
}
|
|
97409
97443
|
|
|
97410
97444
|
export type OptInUpdateInput = {
|
|
@@ -97433,6 +97467,7 @@ export namespace Prisma {
|
|
|
97433
97467
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
97434
97468
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
97435
97469
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
97470
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
97436
97471
|
}
|
|
97437
97472
|
|
|
97438
97473
|
export type OptInUncheckedUpdateInput = {
|
|
@@ -97462,6 +97497,7 @@ export namespace Prisma {
|
|
|
97462
97497
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
97463
97498
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
97464
97499
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
97500
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
97465
97501
|
}
|
|
97466
97502
|
|
|
97467
97503
|
export type OptInCreateManyInput = {
|
|
@@ -99617,6 +99653,7 @@ export namespace Prisma {
|
|
|
99617
99653
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
99618
99654
|
user: UserCreateNestedOneWithoutImpactRadiusEventsInput
|
|
99619
99655
|
brand?: BrandCreateNestedOneWithoutImpactRadiusEventsInput
|
|
99656
|
+
optIn?: OptInCreateNestedOneWithoutImpactRadiusEventInput
|
|
99620
99657
|
}
|
|
99621
99658
|
|
|
99622
99659
|
export type ImpactRadiusEventUncheckedCreateInput = {
|
|
@@ -99628,6 +99665,7 @@ export namespace Prisma {
|
|
|
99628
99665
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
99629
99666
|
userId: number
|
|
99630
99667
|
brandId?: number | null
|
|
99668
|
+
optInId?: number | null
|
|
99631
99669
|
}
|
|
99632
99670
|
|
|
99633
99671
|
export type ImpactRadiusEventUpdateInput = {
|
|
@@ -99638,6 +99676,7 @@ export namespace Prisma {
|
|
|
99638
99676
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
99639
99677
|
user?: UserUpdateOneRequiredWithoutImpactRadiusEventsNestedInput
|
|
99640
99678
|
brand?: BrandUpdateOneWithoutImpactRadiusEventsNestedInput
|
|
99679
|
+
optIn?: OptInUpdateOneWithoutImpactRadiusEventNestedInput
|
|
99641
99680
|
}
|
|
99642
99681
|
|
|
99643
99682
|
export type ImpactRadiusEventUncheckedUpdateInput = {
|
|
@@ -99649,6 +99688,7 @@ export namespace Prisma {
|
|
|
99649
99688
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
99650
99689
|
userId?: IntFieldUpdateOperationsInput | number
|
|
99651
99690
|
brandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
99691
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
99652
99692
|
}
|
|
99653
99693
|
|
|
99654
99694
|
export type ImpactRadiusEventCreateManyInput = {
|
|
@@ -99660,6 +99700,7 @@ export namespace Prisma {
|
|
|
99660
99700
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
99661
99701
|
userId: number
|
|
99662
99702
|
brandId?: number | null
|
|
99703
|
+
optInId?: number | null
|
|
99663
99704
|
}
|
|
99664
99705
|
|
|
99665
99706
|
export type ImpactRadiusEventUpdateManyMutationInput = {
|
|
@@ -99679,6 +99720,7 @@ export namespace Prisma {
|
|
|
99679
99720
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
99680
99721
|
userId?: IntFieldUpdateOperationsInput | number
|
|
99681
99722
|
brandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
99723
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
99682
99724
|
}
|
|
99683
99725
|
|
|
99684
99726
|
export type CreatorSearchFilterCreateInput = {
|
|
@@ -100594,8 +100636,6 @@ export namespace Prisma {
|
|
|
100594
100636
|
usercomLastSynced?: SortOrder
|
|
100595
100637
|
extraData?: SortOrder
|
|
100596
100638
|
referrerId?: SortOrder
|
|
100597
|
-
fullName?: SortOrder
|
|
100598
|
-
phoneNormalised?: SortOrder
|
|
100599
100639
|
}
|
|
100600
100640
|
|
|
100601
100641
|
export type UserAvgOrderByAggregateInput = {
|
|
@@ -100623,8 +100663,6 @@ export namespace Prisma {
|
|
|
100623
100663
|
closedReason?: SortOrder
|
|
100624
100664
|
usercomLastSynced?: SortOrder
|
|
100625
100665
|
referrerId?: SortOrder
|
|
100626
|
-
fullName?: SortOrder
|
|
100627
|
-
phoneNormalised?: SortOrder
|
|
100628
100666
|
}
|
|
100629
100667
|
|
|
100630
100668
|
export type UserMinOrderByAggregateInput = {
|
|
@@ -100646,8 +100684,6 @@ export namespace Prisma {
|
|
|
100646
100684
|
closedReason?: SortOrder
|
|
100647
100685
|
usercomLastSynced?: SortOrder
|
|
100648
100686
|
referrerId?: SortOrder
|
|
100649
|
-
fullName?: SortOrder
|
|
100650
|
-
phoneNormalised?: SortOrder
|
|
100651
100687
|
}
|
|
100652
100688
|
|
|
100653
100689
|
export type UserSumOrderByAggregateInput = {
|
|
@@ -104773,6 +104809,7 @@ export namespace Prisma {
|
|
|
104773
104809
|
metaData?: SortOrder
|
|
104774
104810
|
userId?: SortOrder
|
|
104775
104811
|
brandId?: SortOrder
|
|
104812
|
+
optInId?: SortOrder
|
|
104776
104813
|
}
|
|
104777
104814
|
|
|
104778
104815
|
export type ImpactRadiusEventAvgOrderByAggregateInput = {
|
|
@@ -104781,6 +104818,7 @@ export namespace Prisma {
|
|
|
104781
104818
|
commission?: SortOrder
|
|
104782
104819
|
userId?: SortOrder
|
|
104783
104820
|
brandId?: SortOrder
|
|
104821
|
+
optInId?: SortOrder
|
|
104784
104822
|
}
|
|
104785
104823
|
|
|
104786
104824
|
export type ImpactRadiusEventMaxOrderByAggregateInput = {
|
|
@@ -104791,6 +104829,7 @@ export namespace Prisma {
|
|
|
104791
104829
|
commission?: SortOrder
|
|
104792
104830
|
userId?: SortOrder
|
|
104793
104831
|
brandId?: SortOrder
|
|
104832
|
+
optInId?: SortOrder
|
|
104794
104833
|
}
|
|
104795
104834
|
|
|
104796
104835
|
export type ImpactRadiusEventMinOrderByAggregateInput = {
|
|
@@ -104801,6 +104840,7 @@ export namespace Prisma {
|
|
|
104801
104840
|
commission?: SortOrder
|
|
104802
104841
|
userId?: SortOrder
|
|
104803
104842
|
brandId?: SortOrder
|
|
104843
|
+
optInId?: SortOrder
|
|
104804
104844
|
}
|
|
104805
104845
|
|
|
104806
104846
|
export type ImpactRadiusEventSumOrderByAggregateInput = {
|
|
@@ -104809,6 +104849,7 @@ export namespace Prisma {
|
|
|
104809
104849
|
commission?: SortOrder
|
|
104810
104850
|
userId?: SortOrder
|
|
104811
104851
|
brandId?: SortOrder
|
|
104852
|
+
optInId?: SortOrder
|
|
104812
104853
|
}
|
|
104813
104854
|
|
|
104814
104855
|
export type CreatorSearchFilterOrderByRelevanceInput = {
|
|
@@ -109280,6 +109321,13 @@ export namespace Prisma {
|
|
|
109280
109321
|
connect?: ExternalAffiliateClickWhereUniqueInput | ExternalAffiliateClickWhereUniqueInput[]
|
|
109281
109322
|
}
|
|
109282
109323
|
|
|
109324
|
+
export type ImpactRadiusEventCreateNestedManyWithoutOptInInput = {
|
|
109325
|
+
create?: XOR<ImpactRadiusEventCreateWithoutOptInInput, ImpactRadiusEventUncheckedCreateWithoutOptInInput> | ImpactRadiusEventCreateWithoutOptInInput[] | ImpactRadiusEventUncheckedCreateWithoutOptInInput[]
|
|
109326
|
+
connectOrCreate?: ImpactRadiusEventCreateOrConnectWithoutOptInInput | ImpactRadiusEventCreateOrConnectWithoutOptInInput[]
|
|
109327
|
+
createMany?: ImpactRadiusEventCreateManyOptInInputEnvelope
|
|
109328
|
+
connect?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109329
|
+
}
|
|
109330
|
+
|
|
109283
109331
|
export type OptInVariableUncheckedCreateNestedManyWithoutOptInInput = {
|
|
109284
109332
|
create?: XOR<OptInVariableCreateWithoutOptInInput, OptInVariableUncheckedCreateWithoutOptInInput> | OptInVariableCreateWithoutOptInInput[] | OptInVariableUncheckedCreateWithoutOptInInput[]
|
|
109285
109333
|
connectOrCreate?: OptInVariableCreateOrConnectWithoutOptInInput | OptInVariableCreateOrConnectWithoutOptInInput[]
|
|
@@ -109335,6 +109383,13 @@ export namespace Prisma {
|
|
|
109335
109383
|
connect?: ExternalAffiliateClickWhereUniqueInput | ExternalAffiliateClickWhereUniqueInput[]
|
|
109336
109384
|
}
|
|
109337
109385
|
|
|
109386
|
+
export type ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput = {
|
|
109387
|
+
create?: XOR<ImpactRadiusEventCreateWithoutOptInInput, ImpactRadiusEventUncheckedCreateWithoutOptInInput> | ImpactRadiusEventCreateWithoutOptInInput[] | ImpactRadiusEventUncheckedCreateWithoutOptInInput[]
|
|
109388
|
+
connectOrCreate?: ImpactRadiusEventCreateOrConnectWithoutOptInInput | ImpactRadiusEventCreateOrConnectWithoutOptInInput[]
|
|
109389
|
+
createMany?: ImpactRadiusEventCreateManyOptInInputEnvelope
|
|
109390
|
+
connect?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109391
|
+
}
|
|
109392
|
+
|
|
109338
109393
|
export type UserUpdateOneRequiredWithoutOptInsNestedInput = {
|
|
109339
109394
|
create?: XOR<UserCreateWithoutOptInsInput, UserUncheckedCreateWithoutOptInsInput>
|
|
109340
109395
|
connectOrCreate?: UserCreateOrConnectWithoutOptInsInput
|
|
@@ -109469,6 +109524,20 @@ export namespace Prisma {
|
|
|
109469
109524
|
deleteMany?: ExternalAffiliateClickScalarWhereInput | ExternalAffiliateClickScalarWhereInput[]
|
|
109470
109525
|
}
|
|
109471
109526
|
|
|
109527
|
+
export type ImpactRadiusEventUpdateManyWithoutOptInNestedInput = {
|
|
109528
|
+
create?: XOR<ImpactRadiusEventCreateWithoutOptInInput, ImpactRadiusEventUncheckedCreateWithoutOptInInput> | ImpactRadiusEventCreateWithoutOptInInput[] | ImpactRadiusEventUncheckedCreateWithoutOptInInput[]
|
|
109529
|
+
connectOrCreate?: ImpactRadiusEventCreateOrConnectWithoutOptInInput | ImpactRadiusEventCreateOrConnectWithoutOptInInput[]
|
|
109530
|
+
upsert?: ImpactRadiusEventUpsertWithWhereUniqueWithoutOptInInput | ImpactRadiusEventUpsertWithWhereUniqueWithoutOptInInput[]
|
|
109531
|
+
createMany?: ImpactRadiusEventCreateManyOptInInputEnvelope
|
|
109532
|
+
set?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109533
|
+
disconnect?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109534
|
+
delete?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109535
|
+
connect?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109536
|
+
update?: ImpactRadiusEventUpdateWithWhereUniqueWithoutOptInInput | ImpactRadiusEventUpdateWithWhereUniqueWithoutOptInInput[]
|
|
109537
|
+
updateMany?: ImpactRadiusEventUpdateManyWithWhereWithoutOptInInput | ImpactRadiusEventUpdateManyWithWhereWithoutOptInInput[]
|
|
109538
|
+
deleteMany?: ImpactRadiusEventScalarWhereInput | ImpactRadiusEventScalarWhereInput[]
|
|
109539
|
+
}
|
|
109540
|
+
|
|
109472
109541
|
export type OptInVariableUncheckedUpdateManyWithoutOptInNestedInput = {
|
|
109473
109542
|
create?: XOR<OptInVariableCreateWithoutOptInInput, OptInVariableUncheckedCreateWithoutOptInInput> | OptInVariableCreateWithoutOptInInput[] | OptInVariableUncheckedCreateWithoutOptInInput[]
|
|
109474
109543
|
connectOrCreate?: OptInVariableCreateOrConnectWithoutOptInInput | OptInVariableCreateOrConnectWithoutOptInInput[]
|
|
@@ -109577,6 +109646,20 @@ export namespace Prisma {
|
|
|
109577
109646
|
deleteMany?: ExternalAffiliateClickScalarWhereInput | ExternalAffiliateClickScalarWhereInput[]
|
|
109578
109647
|
}
|
|
109579
109648
|
|
|
109649
|
+
export type ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput = {
|
|
109650
|
+
create?: XOR<ImpactRadiusEventCreateWithoutOptInInput, ImpactRadiusEventUncheckedCreateWithoutOptInInput> | ImpactRadiusEventCreateWithoutOptInInput[] | ImpactRadiusEventUncheckedCreateWithoutOptInInput[]
|
|
109651
|
+
connectOrCreate?: ImpactRadiusEventCreateOrConnectWithoutOptInInput | ImpactRadiusEventCreateOrConnectWithoutOptInInput[]
|
|
109652
|
+
upsert?: ImpactRadiusEventUpsertWithWhereUniqueWithoutOptInInput | ImpactRadiusEventUpsertWithWhereUniqueWithoutOptInInput[]
|
|
109653
|
+
createMany?: ImpactRadiusEventCreateManyOptInInputEnvelope
|
|
109654
|
+
set?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109655
|
+
disconnect?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109656
|
+
delete?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109657
|
+
connect?: ImpactRadiusEventWhereUniqueInput | ImpactRadiusEventWhereUniqueInput[]
|
|
109658
|
+
update?: ImpactRadiusEventUpdateWithWhereUniqueWithoutOptInInput | ImpactRadiusEventUpdateWithWhereUniqueWithoutOptInInput[]
|
|
109659
|
+
updateMany?: ImpactRadiusEventUpdateManyWithWhereWithoutOptInInput | ImpactRadiusEventUpdateManyWithWhereWithoutOptInInput[]
|
|
109660
|
+
deleteMany?: ImpactRadiusEventScalarWhereInput | ImpactRadiusEventScalarWhereInput[]
|
|
109661
|
+
}
|
|
109662
|
+
|
|
109580
109663
|
export type OptInCreateNestedOneWithoutTrolleyPaymentsInput = {
|
|
109581
109664
|
create?: XOR<OptInCreateWithoutTrolleyPaymentsInput, OptInUncheckedCreateWithoutTrolleyPaymentsInput>
|
|
109582
109665
|
connectOrCreate?: OptInCreateOrConnectWithoutTrolleyPaymentsInput
|
|
@@ -110853,6 +110936,12 @@ export namespace Prisma {
|
|
|
110853
110936
|
connect?: BrandWhereUniqueInput
|
|
110854
110937
|
}
|
|
110855
110938
|
|
|
110939
|
+
export type OptInCreateNestedOneWithoutImpactRadiusEventInput = {
|
|
110940
|
+
create?: XOR<OptInCreateWithoutImpactRadiusEventInput, OptInUncheckedCreateWithoutImpactRadiusEventInput>
|
|
110941
|
+
connectOrCreate?: OptInCreateOrConnectWithoutImpactRadiusEventInput
|
|
110942
|
+
connect?: OptInWhereUniqueInput
|
|
110943
|
+
}
|
|
110944
|
+
|
|
110856
110945
|
export type UserUpdateOneRequiredWithoutImpactRadiusEventsNestedInput = {
|
|
110857
110946
|
create?: XOR<UserCreateWithoutImpactRadiusEventsInput, UserUncheckedCreateWithoutImpactRadiusEventsInput>
|
|
110858
110947
|
connectOrCreate?: UserCreateOrConnectWithoutImpactRadiusEventsInput
|
|
@@ -110871,6 +110960,16 @@ export namespace Prisma {
|
|
|
110871
110960
|
update?: XOR<XOR<BrandUpdateToOneWithWhereWithoutImpactRadiusEventsInput, BrandUpdateWithoutImpactRadiusEventsInput>, BrandUncheckedUpdateWithoutImpactRadiusEventsInput>
|
|
110872
110961
|
}
|
|
110873
110962
|
|
|
110963
|
+
export type OptInUpdateOneWithoutImpactRadiusEventNestedInput = {
|
|
110964
|
+
create?: XOR<OptInCreateWithoutImpactRadiusEventInput, OptInUncheckedCreateWithoutImpactRadiusEventInput>
|
|
110965
|
+
connectOrCreate?: OptInCreateOrConnectWithoutImpactRadiusEventInput
|
|
110966
|
+
upsert?: OptInUpsertWithoutImpactRadiusEventInput
|
|
110967
|
+
disconnect?: OptInWhereInput | boolean
|
|
110968
|
+
delete?: OptInWhereInput | boolean
|
|
110969
|
+
connect?: OptInWhereUniqueInput
|
|
110970
|
+
update?: XOR<XOR<OptInUpdateToOneWithWhereWithoutImpactRadiusEventInput, OptInUpdateWithoutImpactRadiusEventInput>, OptInUncheckedUpdateWithoutImpactRadiusEventInput>
|
|
110971
|
+
}
|
|
110972
|
+
|
|
110874
110973
|
export type BrandCreateNestedOneWithoutCreatorsearchfilterInput = {
|
|
110875
110974
|
create?: XOR<BrandCreateWithoutCreatorsearchfilterInput, BrandUncheckedCreateWithoutCreatorsearchfilterInput>
|
|
110876
110975
|
connectOrCreate?: BrandCreateOrConnectWithoutCreatorsearchfilterInput
|
|
@@ -111828,8 +111927,6 @@ export namespace Prisma {
|
|
|
111828
111927
|
closedReason?: string | null
|
|
111829
111928
|
usercomLastSynced?: Date | string | null
|
|
111830
111929
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111831
|
-
fullName?: string | null
|
|
111832
|
-
phoneNormalised?: string | null
|
|
111833
111930
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
111834
111931
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
111835
111932
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -111872,8 +111969,6 @@ export namespace Prisma {
|
|
|
111872
111969
|
usercomLastSynced?: Date | string | null
|
|
111873
111970
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111874
111971
|
referrerId?: number | null
|
|
111875
|
-
fullName?: string | null
|
|
111876
|
-
phoneNormalised?: string | null
|
|
111877
111972
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
111878
111973
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
111879
111974
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -111918,8 +112013,6 @@ export namespace Prisma {
|
|
|
111918
112013
|
closedReason?: string | null
|
|
111919
112014
|
usercomLastSynced?: Date | string | null
|
|
111920
112015
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111921
|
-
fullName?: string | null
|
|
111922
|
-
phoneNormalised?: string | null
|
|
111923
112016
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
111924
112017
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
111925
112018
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -111961,8 +112054,6 @@ export namespace Prisma {
|
|
|
111961
112054
|
closedReason?: string | null
|
|
111962
112055
|
usercomLastSynced?: Date | string | null
|
|
111963
112056
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111964
|
-
fullName?: string | null
|
|
111965
|
-
phoneNormalised?: string | null
|
|
111966
112057
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
111967
112058
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
111968
112059
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -112374,6 +112465,7 @@ export namespace Prisma {
|
|
|
112374
112465
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
112375
112466
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
112376
112467
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
112468
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
112377
112469
|
}
|
|
112378
112470
|
|
|
112379
112471
|
export type OptInUncheckedCreateWithoutUserInput = {
|
|
@@ -112402,6 +112494,7 @@ export namespace Prisma {
|
|
|
112402
112494
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
112403
112495
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
112404
112496
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
112497
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
112405
112498
|
}
|
|
112406
112499
|
|
|
112407
112500
|
export type OptInCreateOrConnectWithoutUserInput = {
|
|
@@ -112791,6 +112884,7 @@ export namespace Prisma {
|
|
|
112791
112884
|
commission?: number | null
|
|
112792
112885
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112793
112886
|
brand?: BrandCreateNestedOneWithoutImpactRadiusEventsInput
|
|
112887
|
+
optIn?: OptInCreateNestedOneWithoutImpactRadiusEventInput
|
|
112794
112888
|
}
|
|
112795
112889
|
|
|
112796
112890
|
export type ImpactRadiusEventUncheckedCreateWithoutUserInput = {
|
|
@@ -112801,6 +112895,7 @@ export namespace Prisma {
|
|
|
112801
112895
|
commission?: number | null
|
|
112802
112896
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
112803
112897
|
brandId?: number | null
|
|
112898
|
+
optInId?: number | null
|
|
112804
112899
|
}
|
|
112805
112900
|
|
|
112806
112901
|
export type ImpactRadiusEventCreateOrConnectWithoutUserInput = {
|
|
@@ -112842,8 +112937,6 @@ export namespace Prisma {
|
|
|
112842
112937
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112843
112938
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112844
112939
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112845
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112846
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112847
112940
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
112848
112941
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
112849
112942
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -112886,8 +112979,6 @@ export namespace Prisma {
|
|
|
112886
112979
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
112887
112980
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112888
112981
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
112889
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112890
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112891
112982
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
112892
112983
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
112893
112984
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -112948,8 +113039,6 @@ export namespace Prisma {
|
|
|
112948
113039
|
usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
112949
113040
|
extraData?: JsonFilter<"User">
|
|
112950
113041
|
referrerId?: IntNullableFilter<"User"> | number | null
|
|
112951
|
-
fullName?: StringNullableFilter<"User"> | string | null
|
|
112952
|
-
phoneNormalised?: StringNullableFilter<"User"> | string | null
|
|
112953
113042
|
}
|
|
112954
113043
|
|
|
112955
113044
|
export type LogUpsertWithWhereUniqueWithoutUserInput = {
|
|
@@ -113708,6 +113797,7 @@ export namespace Prisma {
|
|
|
113708
113797
|
metaData?: JsonFilter<"ImpactRadiusEvent">
|
|
113709
113798
|
userId?: IntFilter<"ImpactRadiusEvent"> | number
|
|
113710
113799
|
brandId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
|
|
113800
|
+
optInId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
|
|
113711
113801
|
}
|
|
113712
113802
|
|
|
113713
113803
|
export type UserCreateWithoutLogsInput = {
|
|
@@ -113728,8 +113818,6 @@ export namespace Prisma {
|
|
|
113728
113818
|
closedReason?: string | null
|
|
113729
113819
|
usercomLastSynced?: Date | string | null
|
|
113730
113820
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113731
|
-
fullName?: string | null
|
|
113732
|
-
phoneNormalised?: string | null
|
|
113733
113821
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
113734
113822
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
113735
113823
|
creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
|
|
@@ -113772,8 +113860,6 @@ export namespace Prisma {
|
|
|
113772
113860
|
usercomLastSynced?: Date | string | null
|
|
113773
113861
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113774
113862
|
referrerId?: number | null
|
|
113775
|
-
fullName?: string | null
|
|
113776
|
-
phoneNormalised?: string | null
|
|
113777
113863
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
113778
113864
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
113779
113865
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -113829,8 +113915,6 @@ export namespace Prisma {
|
|
|
113829
113915
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113830
113916
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
113831
113917
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113832
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113833
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113834
113918
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
113835
113919
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
113836
113920
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -113873,8 +113957,6 @@ export namespace Prisma {
|
|
|
113873
113957
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
113874
113958
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113875
113959
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113876
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113877
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113878
113960
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
113879
113961
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
113880
113962
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -113932,8 +114014,6 @@ export namespace Prisma {
|
|
|
113932
114014
|
closedReason?: string | null
|
|
113933
114015
|
usercomLastSynced?: Date | string | null
|
|
113934
114016
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113935
|
-
fullName?: string | null
|
|
113936
|
-
phoneNormalised?: string | null
|
|
113937
114017
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
113938
114018
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
113939
114019
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -113976,8 +114056,6 @@ export namespace Prisma {
|
|
|
113976
114056
|
usercomLastSynced?: Date | string | null
|
|
113977
114057
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113978
114058
|
referrerId?: number | null
|
|
113979
|
-
fullName?: string | null
|
|
113980
|
-
phoneNormalised?: string | null
|
|
113981
114059
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
113982
114060
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
113983
114061
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114057,8 +114135,6 @@ export namespace Prisma {
|
|
|
114057
114135
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114058
114136
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114059
114137
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114060
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114061
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114062
114138
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114063
114139
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114064
114140
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114101,8 +114177,6 @@ export namespace Prisma {
|
|
|
114101
114177
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114102
114178
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114103
114179
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114104
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114105
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114106
114180
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114107
114181
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114108
114182
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114142,8 +114216,6 @@ export namespace Prisma {
|
|
|
114142
114216
|
closedReason?: string | null
|
|
114143
114217
|
usercomLastSynced?: Date | string | null
|
|
114144
114218
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114145
|
-
fullName?: string | null
|
|
114146
|
-
phoneNormalised?: string | null
|
|
114147
114219
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114148
114220
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114149
114221
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114186,8 +114258,6 @@ export namespace Prisma {
|
|
|
114186
114258
|
usercomLastSynced?: Date | string | null
|
|
114187
114259
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114188
114260
|
referrerId?: number | null
|
|
114189
|
-
fullName?: string | null
|
|
114190
|
-
phoneNormalised?: string | null
|
|
114191
114261
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114192
114262
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114193
114263
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114325,8 +114395,6 @@ export namespace Prisma {
|
|
|
114325
114395
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114326
114396
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114327
114397
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114328
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114329
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114330
114398
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114331
114399
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114332
114400
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114369,8 +114437,6 @@ export namespace Prisma {
|
|
|
114369
114437
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114370
114438
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114371
114439
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114372
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114373
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114374
114440
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114375
114441
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114376
114442
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114498,8 +114564,6 @@ export namespace Prisma {
|
|
|
114498
114564
|
closedReason?: string | null
|
|
114499
114565
|
usercomLastSynced?: Date | string | null
|
|
114500
114566
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114501
|
-
fullName?: string | null
|
|
114502
|
-
phoneNormalised?: string | null
|
|
114503
114567
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114504
114568
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114505
114569
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114542,8 +114606,6 @@ export namespace Prisma {
|
|
|
114542
114606
|
usercomLastSynced?: Date | string | null
|
|
114543
114607
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114544
114608
|
referrerId?: number | null
|
|
114545
|
-
fullName?: string | null
|
|
114546
|
-
phoneNormalised?: string | null
|
|
114547
114609
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114548
114610
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114549
114611
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -114681,8 +114743,6 @@ export namespace Prisma {
|
|
|
114681
114743
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114682
114744
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114683
114745
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114684
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114685
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114686
114746
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
114687
114747
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
114688
114748
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -114725,8 +114785,6 @@ export namespace Prisma {
|
|
|
114725
114785
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
114726
114786
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114727
114787
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114728
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114729
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114730
114788
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
114731
114789
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
114732
114790
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -114854,8 +114912,6 @@ export namespace Prisma {
|
|
|
114854
114912
|
closedReason?: string | null
|
|
114855
114913
|
usercomLastSynced?: Date | string | null
|
|
114856
114914
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114857
|
-
fullName?: string | null
|
|
114858
|
-
phoneNormalised?: string | null
|
|
114859
114915
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
114860
114916
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
114861
114917
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -114898,8 +114954,6 @@ export namespace Prisma {
|
|
|
114898
114954
|
usercomLastSynced?: Date | string | null
|
|
114899
114955
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114900
114956
|
referrerId?: number | null
|
|
114901
|
-
fullName?: string | null
|
|
114902
|
-
phoneNormalised?: string | null
|
|
114903
114957
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
114904
114958
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
114905
114959
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115037,8 +115091,6 @@ export namespace Prisma {
|
|
|
115037
115091
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115038
115092
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115039
115093
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115040
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115041
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115042
115094
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115043
115095
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115044
115096
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115081,8 +115133,6 @@ export namespace Prisma {
|
|
|
115081
115133
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115082
115134
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115083
115135
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115084
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115085
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115086
115136
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115087
115137
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115088
115138
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115210,8 +115260,6 @@ export namespace Prisma {
|
|
|
115210
115260
|
closedReason?: string | null
|
|
115211
115261
|
usercomLastSynced?: Date | string | null
|
|
115212
115262
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115213
|
-
fullName?: string | null
|
|
115214
|
-
phoneNormalised?: string | null
|
|
115215
115263
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115216
115264
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115217
115265
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115254,8 +115302,6 @@ export namespace Prisma {
|
|
|
115254
115302
|
usercomLastSynced?: Date | string | null
|
|
115255
115303
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115256
115304
|
referrerId?: number | null
|
|
115257
|
-
fullName?: string | null
|
|
115258
|
-
phoneNormalised?: string | null
|
|
115259
115305
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115260
115306
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115261
115307
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115311,8 +115357,6 @@ export namespace Prisma {
|
|
|
115311
115357
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115312
115358
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115313
115359
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115314
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115315
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115316
115360
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115317
115361
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115318
115362
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115355,8 +115399,6 @@ export namespace Prisma {
|
|
|
115355
115399
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115356
115400
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115357
115401
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115358
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115359
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115360
115402
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115361
115403
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115362
115404
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115396,8 +115438,6 @@ export namespace Prisma {
|
|
|
115396
115438
|
closedReason?: string | null
|
|
115397
115439
|
usercomLastSynced?: Date | string | null
|
|
115398
115440
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115399
|
-
fullName?: string | null
|
|
115400
|
-
phoneNormalised?: string | null
|
|
115401
115441
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115402
115442
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115403
115443
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115440,8 +115480,6 @@ export namespace Prisma {
|
|
|
115440
115480
|
usercomLastSynced?: Date | string | null
|
|
115441
115481
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115442
115482
|
referrerId?: number | null
|
|
115443
|
-
fullName?: string | null
|
|
115444
|
-
phoneNormalised?: string | null
|
|
115445
115483
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115446
115484
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115447
115485
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115497,8 +115535,6 @@ export namespace Prisma {
|
|
|
115497
115535
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115498
115536
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115499
115537
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115500
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115501
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115502
115538
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115503
115539
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115504
115540
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115541,8 +115577,6 @@ export namespace Prisma {
|
|
|
115541
115577
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115542
115578
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115543
115579
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115544
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115545
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115546
115580
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115547
115581
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115548
115582
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115582,8 +115616,6 @@ export namespace Prisma {
|
|
|
115582
115616
|
closedReason?: string | null
|
|
115583
115617
|
usercomLastSynced?: Date | string | null
|
|
115584
115618
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115585
|
-
fullName?: string | null
|
|
115586
|
-
phoneNormalised?: string | null
|
|
115587
115619
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115588
115620
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115589
115621
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115626,8 +115658,6 @@ export namespace Prisma {
|
|
|
115626
115658
|
usercomLastSynced?: Date | string | null
|
|
115627
115659
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115628
115660
|
referrerId?: number | null
|
|
115629
|
-
fullName?: string | null
|
|
115630
|
-
phoneNormalised?: string | null
|
|
115631
115661
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115632
115662
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115633
115663
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115683,8 +115713,6 @@ export namespace Prisma {
|
|
|
115683
115713
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115684
115714
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115685
115715
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115686
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115687
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115688
115716
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115689
115717
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115690
115718
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115727,8 +115755,6 @@ export namespace Prisma {
|
|
|
115727
115755
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115728
115756
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115729
115757
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115730
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115731
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115732
115758
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
115733
115759
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
115734
115760
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -115768,8 +115794,6 @@ export namespace Prisma {
|
|
|
115768
115794
|
closedReason?: string | null
|
|
115769
115795
|
usercomLastSynced?: Date | string | null
|
|
115770
115796
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115771
|
-
fullName?: string | null
|
|
115772
|
-
phoneNormalised?: string | null
|
|
115773
115797
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
115774
115798
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
115775
115799
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -115812,8 +115836,6 @@ export namespace Prisma {
|
|
|
115812
115836
|
usercomLastSynced?: Date | string | null
|
|
115813
115837
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115814
115838
|
referrerId?: number | null
|
|
115815
|
-
fullName?: string | null
|
|
115816
|
-
phoneNormalised?: string | null
|
|
115817
115839
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
115818
115840
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
115819
115841
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -115951,8 +115973,6 @@ export namespace Prisma {
|
|
|
115951
115973
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115952
115974
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115953
115975
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115954
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115955
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115956
115976
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
115957
115977
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
115958
115978
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -115995,8 +116015,6 @@ export namespace Prisma {
|
|
|
115995
116015
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
115996
116016
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
115997
116017
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
115998
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
115999
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
116000
116018
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
116001
116019
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
116002
116020
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -116124,8 +116142,6 @@ export namespace Prisma {
|
|
|
116124
116142
|
closedReason?: string | null
|
|
116125
116143
|
usercomLastSynced?: Date | string | null
|
|
116126
116144
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116127
|
-
fullName?: string | null
|
|
116128
|
-
phoneNormalised?: string | null
|
|
116129
116145
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
116130
116146
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
116131
116147
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -116168,8 +116184,6 @@ export namespace Prisma {
|
|
|
116168
116184
|
usercomLastSynced?: Date | string | null
|
|
116169
116185
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
116170
116186
|
referrerId?: number | null
|
|
116171
|
-
fullName?: string | null
|
|
116172
|
-
phoneNormalised?: string | null
|
|
116173
116187
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
116174
116188
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
116175
116189
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -116954,6 +116968,7 @@ export namespace Prisma {
|
|
|
116954
116968
|
commission?: number | null
|
|
116955
116969
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
116956
116970
|
user: UserCreateNestedOneWithoutImpactRadiusEventsInput
|
|
116971
|
+
optIn?: OptInCreateNestedOneWithoutImpactRadiusEventInput
|
|
116957
116972
|
}
|
|
116958
116973
|
|
|
116959
116974
|
export type ImpactRadiusEventUncheckedCreateWithoutBrandInput = {
|
|
@@ -116964,6 +116979,7 @@ export namespace Prisma {
|
|
|
116964
116979
|
commission?: number | null
|
|
116965
116980
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
116966
116981
|
userId: number
|
|
116982
|
+
optInId?: number | null
|
|
116967
116983
|
}
|
|
116968
116984
|
|
|
116969
116985
|
export type ImpactRadiusEventCreateOrConnectWithoutBrandInput = {
|
|
@@ -117234,8 +117250,6 @@ export namespace Prisma {
|
|
|
117234
117250
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117235
117251
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117236
117252
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
117237
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117238
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117239
117253
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
117240
117254
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
117241
117255
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -117278,8 +117292,6 @@ export namespace Prisma {
|
|
|
117278
117292
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
117279
117293
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
117280
117294
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
117281
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117282
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
117283
117295
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
117284
117296
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
117285
117297
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -119320,6 +119332,7 @@ export namespace Prisma {
|
|
|
119320
119332
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
119321
119333
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
119322
119334
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
119335
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
119323
119336
|
}
|
|
119324
119337
|
|
|
119325
119338
|
export type OptInUncheckedCreateWithoutChatInput = {
|
|
@@ -119348,6 +119361,7 @@ export namespace Prisma {
|
|
|
119348
119361
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
119349
119362
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
119350
119363
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
119364
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
119351
119365
|
}
|
|
119352
119366
|
|
|
119353
119367
|
export type OptInCreateOrConnectWithoutChatInput = {
|
|
@@ -119422,6 +119436,7 @@ export namespace Prisma {
|
|
|
119422
119436
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
119423
119437
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
119424
119438
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
119439
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
119425
119440
|
}
|
|
119426
119441
|
|
|
119427
119442
|
export type OptInUncheckedUpdateWithoutChatInput = {
|
|
@@ -119450,6 +119465,7 @@ export namespace Prisma {
|
|
|
119450
119465
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
119451
119466
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
119452
119467
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
119468
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
119453
119469
|
}
|
|
119454
119470
|
|
|
119455
119471
|
export type MessageUpsertWithWhereUniqueWithoutChatInput = {
|
|
@@ -119486,8 +119502,6 @@ export namespace Prisma {
|
|
|
119486
119502
|
closedReason?: string | null
|
|
119487
119503
|
usercomLastSynced?: Date | string | null
|
|
119488
119504
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119489
|
-
fullName?: string | null
|
|
119490
|
-
phoneNormalised?: string | null
|
|
119491
119505
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
119492
119506
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
119493
119507
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -119530,8 +119544,6 @@ export namespace Prisma {
|
|
|
119530
119544
|
usercomLastSynced?: Date | string | null
|
|
119531
119545
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119532
119546
|
referrerId?: number | null
|
|
119533
|
-
fullName?: string | null
|
|
119534
|
-
phoneNormalised?: string | null
|
|
119535
119547
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
119536
119548
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
119537
119549
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -119607,8 +119619,6 @@ export namespace Prisma {
|
|
|
119607
119619
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119608
119620
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
119609
119621
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119610
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119611
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119612
119622
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
119613
119623
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
119614
119624
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -119651,8 +119661,6 @@ export namespace Prisma {
|
|
|
119651
119661
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
119652
119662
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
119653
119663
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
119654
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119655
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119656
119664
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
119657
119665
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
119658
119666
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -119780,6 +119788,7 @@ export namespace Prisma {
|
|
|
119780
119788
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
119781
119789
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
119782
119790
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
119791
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
119783
119792
|
}
|
|
119784
119793
|
|
|
119785
119794
|
export type OptInUncheckedCreateWithoutCampaignInput = {
|
|
@@ -119808,6 +119817,7 @@ export namespace Prisma {
|
|
|
119808
119817
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
119809
119818
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
119810
119819
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
119820
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
119811
119821
|
}
|
|
119812
119822
|
|
|
119813
119823
|
export type OptInCreateOrConnectWithoutCampaignInput = {
|
|
@@ -120742,8 +120752,6 @@ export namespace Prisma {
|
|
|
120742
120752
|
closedReason?: string | null
|
|
120743
120753
|
usercomLastSynced?: Date | string | null
|
|
120744
120754
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120745
|
-
fullName?: string | null
|
|
120746
|
-
phoneNormalised?: string | null
|
|
120747
120755
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
120748
120756
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
120749
120757
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -120786,8 +120794,6 @@ export namespace Prisma {
|
|
|
120786
120794
|
usercomLastSynced?: Date | string | null
|
|
120787
120795
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120788
120796
|
referrerId?: number | null
|
|
120789
|
-
fullName?: string | null
|
|
120790
|
-
phoneNormalised?: string | null
|
|
120791
120797
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
120792
120798
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
120793
120799
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -120989,8 +120995,6 @@ export namespace Prisma {
|
|
|
120989
120995
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120990
120996
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
120991
120997
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
120992
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120993
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
120994
120998
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
120995
120999
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
120996
121000
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -121033,8 +121037,6 @@ export namespace Prisma {
|
|
|
121033
121037
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
121034
121038
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
121035
121039
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
121036
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121037
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
121038
121040
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
121039
121041
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
121040
121042
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -123329,6 +123331,7 @@ export namespace Prisma {
|
|
|
123329
123331
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
123330
123332
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
123331
123333
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
123334
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
123332
123335
|
}
|
|
123333
123336
|
|
|
123334
123337
|
export type OptInUncheckedCreateWithoutProductListItemsInput = {
|
|
@@ -123357,6 +123360,7 @@ export namespace Prisma {
|
|
|
123357
123360
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
123358
123361
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
123359
123362
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
123363
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
123360
123364
|
}
|
|
123361
123365
|
|
|
123362
123366
|
export type OptInCreateOrConnectWithoutProductListItemsInput = {
|
|
@@ -123422,6 +123426,7 @@ export namespace Prisma {
|
|
|
123422
123426
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
123423
123427
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
123424
123428
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
123429
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
123425
123430
|
}
|
|
123426
123431
|
|
|
123427
123432
|
export type OptInUncheckedUpdateWithoutProductListItemsInput = {
|
|
@@ -123450,6 +123455,7 @@ export namespace Prisma {
|
|
|
123450
123455
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
123451
123456
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
123452
123457
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
123458
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
123453
123459
|
}
|
|
123454
123460
|
|
|
123455
123461
|
export type ProductListItemUpsertWithoutOptinsInput = {
|
|
@@ -124208,6 +124214,7 @@ export namespace Prisma {
|
|
|
124208
124214
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
124209
124215
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
124210
124216
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
124217
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
124211
124218
|
}
|
|
124212
124219
|
|
|
124213
124220
|
export type OptInUncheckedCreateWithoutCurrentStepInput = {
|
|
@@ -124236,6 +124243,7 @@ export namespace Prisma {
|
|
|
124236
124243
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
124237
124244
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
124238
124245
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
124246
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
124239
124247
|
}
|
|
124240
124248
|
|
|
124241
124249
|
export type OptInCreateOrConnectWithoutCurrentStepInput = {
|
|
@@ -124520,6 +124528,7 @@ export namespace Prisma {
|
|
|
124520
124528
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
124521
124529
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
124522
124530
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
124531
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
124523
124532
|
}
|
|
124524
124533
|
|
|
124525
124534
|
export type OptInUncheckedCreateWithoutOptInStepsInput = {
|
|
@@ -124548,6 +124557,7 @@ export namespace Prisma {
|
|
|
124548
124557
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
124549
124558
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
124550
124559
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
124560
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
124551
124561
|
}
|
|
124552
124562
|
|
|
124553
124563
|
export type OptInCreateOrConnectWithoutOptInStepsInput = {
|
|
@@ -124623,6 +124633,7 @@ export namespace Prisma {
|
|
|
124623
124633
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
124624
124634
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
124625
124635
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
124636
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
124626
124637
|
}
|
|
124627
124638
|
|
|
124628
124639
|
export type OptInUncheckedUpdateWithoutOptInStepsInput = {
|
|
@@ -124651,6 +124662,7 @@ export namespace Prisma {
|
|
|
124651
124662
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
124652
124663
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
124653
124664
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
124665
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
124654
124666
|
}
|
|
124655
124667
|
|
|
124656
124668
|
export type CampaignStepUpsertWithoutOptInStepsInput = {
|
|
@@ -124811,8 +124823,6 @@ export namespace Prisma {
|
|
|
124811
124823
|
closedReason?: string | null
|
|
124812
124824
|
usercomLastSynced?: Date | string | null
|
|
124813
124825
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
124814
|
-
fullName?: string | null
|
|
124815
|
-
phoneNormalised?: string | null
|
|
124816
124826
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
124817
124827
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
124818
124828
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -124855,8 +124865,6 @@ export namespace Prisma {
|
|
|
124855
124865
|
usercomLastSynced?: Date | string | null
|
|
124856
124866
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
124857
124867
|
referrerId?: number | null
|
|
124858
|
-
fullName?: string | null
|
|
124859
|
-
phoneNormalised?: string | null
|
|
124860
124868
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
124861
124869
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
124862
124870
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -125265,6 +125273,37 @@ export namespace Prisma {
|
|
|
125265
125273
|
skipDuplicates?: boolean
|
|
125266
125274
|
}
|
|
125267
125275
|
|
|
125276
|
+
export type ImpactRadiusEventCreateWithoutOptInInput = {
|
|
125277
|
+
type: string
|
|
125278
|
+
created?: Date | string
|
|
125279
|
+
amount?: number | null
|
|
125280
|
+
commission?: number | null
|
|
125281
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
125282
|
+
user: UserCreateNestedOneWithoutImpactRadiusEventsInput
|
|
125283
|
+
brand?: BrandCreateNestedOneWithoutImpactRadiusEventsInput
|
|
125284
|
+
}
|
|
125285
|
+
|
|
125286
|
+
export type ImpactRadiusEventUncheckedCreateWithoutOptInInput = {
|
|
125287
|
+
id?: number
|
|
125288
|
+
type: string
|
|
125289
|
+
created?: Date | string
|
|
125290
|
+
amount?: number | null
|
|
125291
|
+
commission?: number | null
|
|
125292
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
125293
|
+
userId: number
|
|
125294
|
+
brandId?: number | null
|
|
125295
|
+
}
|
|
125296
|
+
|
|
125297
|
+
export type ImpactRadiusEventCreateOrConnectWithoutOptInInput = {
|
|
125298
|
+
where: ImpactRadiusEventWhereUniqueInput
|
|
125299
|
+
create: XOR<ImpactRadiusEventCreateWithoutOptInInput, ImpactRadiusEventUncheckedCreateWithoutOptInInput>
|
|
125300
|
+
}
|
|
125301
|
+
|
|
125302
|
+
export type ImpactRadiusEventCreateManyOptInInputEnvelope = {
|
|
125303
|
+
data: ImpactRadiusEventCreateManyOptInInput | ImpactRadiusEventCreateManyOptInInput[]
|
|
125304
|
+
skipDuplicates?: boolean
|
|
125305
|
+
}
|
|
125306
|
+
|
|
125268
125307
|
export type UserUpsertWithoutOptInsInput = {
|
|
125269
125308
|
update: XOR<UserUpdateWithoutOptInsInput, UserUncheckedUpdateWithoutOptInsInput>
|
|
125270
125309
|
create: XOR<UserCreateWithoutOptInsInput, UserUncheckedCreateWithoutOptInsInput>
|
|
@@ -125294,8 +125333,6 @@ export namespace Prisma {
|
|
|
125294
125333
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125295
125334
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
125296
125335
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
125297
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125298
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125299
125336
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
125300
125337
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
125301
125338
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -125338,8 +125375,6 @@ export namespace Prisma {
|
|
|
125338
125375
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
125339
125376
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
125340
125377
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
125341
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125342
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
125343
125378
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
125344
125379
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
125345
125380
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -125715,6 +125750,22 @@ export namespace Prisma {
|
|
|
125715
125750
|
data: XOR<ExternalAffiliateClickUpdateManyMutationInput, ExternalAffiliateClickUncheckedUpdateManyWithoutOptinInput>
|
|
125716
125751
|
}
|
|
125717
125752
|
|
|
125753
|
+
export type ImpactRadiusEventUpsertWithWhereUniqueWithoutOptInInput = {
|
|
125754
|
+
where: ImpactRadiusEventWhereUniqueInput
|
|
125755
|
+
update: XOR<ImpactRadiusEventUpdateWithoutOptInInput, ImpactRadiusEventUncheckedUpdateWithoutOptInInput>
|
|
125756
|
+
create: XOR<ImpactRadiusEventCreateWithoutOptInInput, ImpactRadiusEventUncheckedCreateWithoutOptInInput>
|
|
125757
|
+
}
|
|
125758
|
+
|
|
125759
|
+
export type ImpactRadiusEventUpdateWithWhereUniqueWithoutOptInInput = {
|
|
125760
|
+
where: ImpactRadiusEventWhereUniqueInput
|
|
125761
|
+
data: XOR<ImpactRadiusEventUpdateWithoutOptInInput, ImpactRadiusEventUncheckedUpdateWithoutOptInInput>
|
|
125762
|
+
}
|
|
125763
|
+
|
|
125764
|
+
export type ImpactRadiusEventUpdateManyWithWhereWithoutOptInInput = {
|
|
125765
|
+
where: ImpactRadiusEventScalarWhereInput
|
|
125766
|
+
data: XOR<ImpactRadiusEventUpdateManyMutationInput, ImpactRadiusEventUncheckedUpdateManyWithoutOptInInput>
|
|
125767
|
+
}
|
|
125768
|
+
|
|
125718
125769
|
export type OptInCreateWithoutTrolleyPaymentsInput = {
|
|
125719
125770
|
status?: string
|
|
125720
125771
|
created?: Date | string
|
|
@@ -125740,6 +125791,7 @@ export namespace Prisma {
|
|
|
125740
125791
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
125741
125792
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
125742
125793
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
125794
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
125743
125795
|
}
|
|
125744
125796
|
|
|
125745
125797
|
export type OptInUncheckedCreateWithoutTrolleyPaymentsInput = {
|
|
@@ -125768,6 +125820,7 @@ export namespace Prisma {
|
|
|
125768
125820
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
125769
125821
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
125770
125822
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
125823
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
125771
125824
|
}
|
|
125772
125825
|
|
|
125773
125826
|
export type OptInCreateOrConnectWithoutTrolleyPaymentsInput = {
|
|
@@ -125811,6 +125864,7 @@ export namespace Prisma {
|
|
|
125811
125864
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
125812
125865
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
125813
125866
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
125867
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
125814
125868
|
}
|
|
125815
125869
|
|
|
125816
125870
|
export type OptInUncheckedUpdateWithoutTrolleyPaymentsInput = {
|
|
@@ -125839,6 +125893,7 @@ export namespace Prisma {
|
|
|
125839
125893
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
125840
125894
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
125841
125895
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
125896
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
125842
125897
|
}
|
|
125843
125898
|
|
|
125844
125899
|
export type OptInCreateWithoutVariablesInput = {
|
|
@@ -125866,6 +125921,7 @@ export namespace Prisma {
|
|
|
125866
125921
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
125867
125922
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
125868
125923
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
125924
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
125869
125925
|
}
|
|
125870
125926
|
|
|
125871
125927
|
export type OptInUncheckedCreateWithoutVariablesInput = {
|
|
@@ -125894,6 +125950,7 @@ export namespace Prisma {
|
|
|
125894
125950
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
125895
125951
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
125896
125952
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
125953
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
125897
125954
|
}
|
|
125898
125955
|
|
|
125899
125956
|
export type OptInCreateOrConnectWithoutVariablesInput = {
|
|
@@ -125979,6 +126036,7 @@ export namespace Prisma {
|
|
|
125979
126036
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
125980
126037
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
125981
126038
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
126039
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
125982
126040
|
}
|
|
125983
126041
|
|
|
125984
126042
|
export type OptInUncheckedUpdateWithoutVariablesInput = {
|
|
@@ -126007,6 +126065,7 @@ export namespace Prisma {
|
|
|
126007
126065
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
126008
126066
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
126009
126067
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
126068
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
126010
126069
|
}
|
|
126011
126070
|
|
|
126012
126071
|
export type VariableUpsertWithoutOptInVariablesInput = {
|
|
@@ -126081,8 +126140,6 @@ export namespace Prisma {
|
|
|
126081
126140
|
closedReason?: string | null
|
|
126082
126141
|
usercomLastSynced?: Date | string | null
|
|
126083
126142
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126084
|
-
fullName?: string | null
|
|
126085
|
-
phoneNormalised?: string | null
|
|
126086
126143
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
126087
126144
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
126088
126145
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -126125,8 +126182,6 @@ export namespace Prisma {
|
|
|
126125
126182
|
usercomLastSynced?: Date | string | null
|
|
126126
126183
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126127
126184
|
referrerId?: number | null
|
|
126128
|
-
fullName?: string | null
|
|
126129
|
-
phoneNormalised?: string | null
|
|
126130
126185
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
126131
126186
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
126132
126187
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -126347,8 +126402,6 @@ export namespace Prisma {
|
|
|
126347
126402
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126348
126403
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
126349
126404
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126350
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126351
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126352
126405
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
126353
126406
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
126354
126407
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -126391,8 +126444,6 @@ export namespace Prisma {
|
|
|
126391
126444
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
126392
126445
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126393
126446
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
126394
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126395
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
126396
126447
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
126397
126448
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
126398
126449
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -126894,8 +126945,6 @@ export namespace Prisma {
|
|
|
126894
126945
|
closedReason?: string | null
|
|
126895
126946
|
usercomLastSynced?: Date | string | null
|
|
126896
126947
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126897
|
-
fullName?: string | null
|
|
126898
|
-
phoneNormalised?: string | null
|
|
126899
126948
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
126900
126949
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
126901
126950
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -126938,8 +126987,6 @@ export namespace Prisma {
|
|
|
126938
126987
|
usercomLastSynced?: Date | string | null
|
|
126939
126988
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
126940
126989
|
referrerId?: number | null
|
|
126941
|
-
fullName?: string | null
|
|
126942
|
-
phoneNormalised?: string | null
|
|
126943
126990
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
126944
126991
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
126945
126992
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -127147,8 +127194,6 @@ export namespace Prisma {
|
|
|
127147
127194
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127148
127195
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127149
127196
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127150
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127151
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127152
127197
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
127153
127198
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
127154
127199
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -127191,8 +127236,6 @@ export namespace Prisma {
|
|
|
127191
127236
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127192
127237
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
127193
127238
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127194
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127195
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127196
127239
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
127197
127240
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
127198
127241
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -127315,6 +127358,7 @@ export namespace Prisma {
|
|
|
127315
127358
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
127316
127359
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
127317
127360
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
127361
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
127318
127362
|
}
|
|
127319
127363
|
|
|
127320
127364
|
export type OptInUncheckedCreateWithoutExternalAffiliateClickInput = {
|
|
@@ -127343,6 +127387,7 @@ export namespace Prisma {
|
|
|
127343
127387
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
127344
127388
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
127345
127389
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
127390
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
127346
127391
|
}
|
|
127347
127392
|
|
|
127348
127393
|
export type OptInCreateOrConnectWithoutExternalAffiliateClickInput = {
|
|
@@ -127532,6 +127577,7 @@ export namespace Prisma {
|
|
|
127532
127577
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
127533
127578
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
127534
127579
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
127580
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
127535
127581
|
}
|
|
127536
127582
|
|
|
127537
127583
|
export type OptInUncheckedUpdateWithoutExternalAffiliateClickInput = {
|
|
@@ -127560,6 +127606,7 @@ export namespace Prisma {
|
|
|
127560
127606
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
127561
127607
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
127562
127608
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
127609
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
127563
127610
|
}
|
|
127564
127611
|
|
|
127565
127612
|
export type CampaignUpsertWithoutExternalAffiliateClickInput = {
|
|
@@ -128006,8 +128053,6 @@ export namespace Prisma {
|
|
|
128006
128053
|
closedReason?: string | null
|
|
128007
128054
|
usercomLastSynced?: Date | string | null
|
|
128008
128055
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128009
|
-
fullName?: string | null
|
|
128010
|
-
phoneNormalised?: string | null
|
|
128011
128056
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
128012
128057
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
128013
128058
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -128050,8 +128095,6 @@ export namespace Prisma {
|
|
|
128050
128095
|
usercomLastSynced?: Date | string | null
|
|
128051
128096
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128052
128097
|
referrerId?: number | null
|
|
128053
|
-
fullName?: string | null
|
|
128054
|
-
phoneNormalised?: string | null
|
|
128055
128098
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
128056
128099
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
128057
128100
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -128149,8 +128192,6 @@ export namespace Prisma {
|
|
|
128149
128192
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128150
128193
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
128151
128194
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128152
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128153
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128154
128195
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
128155
128196
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
128156
128197
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -128193,8 +128234,6 @@ export namespace Prisma {
|
|
|
128193
128234
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
128194
128235
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
128195
128236
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
128196
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128197
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
128198
128237
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
128199
128238
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
128200
128239
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -128273,6 +128312,7 @@ export namespace Prisma {
|
|
|
128273
128312
|
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
128274
128313
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
128275
128314
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
128315
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
128276
128316
|
}
|
|
128277
128317
|
|
|
128278
128318
|
export type OptInUncheckedCreateWithoutAffiliateClicksInput = {
|
|
@@ -128301,6 +128341,7 @@ export namespace Prisma {
|
|
|
128301
128341
|
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
128302
128342
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
128303
128343
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
128344
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
128304
128345
|
}
|
|
128305
128346
|
|
|
128306
128347
|
export type OptInCreateOrConnectWithoutAffiliateClicksInput = {
|
|
@@ -128397,6 +128438,7 @@ export namespace Prisma {
|
|
|
128397
128438
|
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
128398
128439
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
128399
128440
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
128441
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
128400
128442
|
}
|
|
128401
128443
|
|
|
128402
128444
|
export type OptInUncheckedUpdateWithoutAffiliateClicksInput = {
|
|
@@ -128425,6 +128467,7 @@ export namespace Prisma {
|
|
|
128425
128467
|
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
128426
128468
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
128427
128469
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
128470
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
128428
128471
|
}
|
|
128429
128472
|
|
|
128430
128473
|
export type AffiliateLinkUpsertWithoutAffiliateClicksInput = {
|
|
@@ -129010,6 +129053,7 @@ export namespace Prisma {
|
|
|
129010
129053
|
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
129011
129054
|
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
129012
129055
|
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
129056
|
+
ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
|
|
129013
129057
|
}
|
|
129014
129058
|
|
|
129015
129059
|
export type OptInUncheckedCreateWithoutCampaignInvitesInput = {
|
|
@@ -129038,6 +129082,7 @@ export namespace Prisma {
|
|
|
129038
129082
|
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
129039
129083
|
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
129040
129084
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
129085
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
|
|
129041
129086
|
}
|
|
129042
129087
|
|
|
129043
129088
|
export type OptInCreateOrConnectWithoutCampaignInvitesInput = {
|
|
@@ -129375,6 +129420,7 @@ export namespace Prisma {
|
|
|
129375
129420
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
129376
129421
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
129377
129422
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
129423
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
129378
129424
|
}
|
|
129379
129425
|
|
|
129380
129426
|
export type OptInUncheckedUpdateWithoutCampaignInvitesInput = {
|
|
@@ -129403,6 +129449,7 @@ export namespace Prisma {
|
|
|
129403
129449
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
129404
129450
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
129405
129451
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
129452
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
129406
129453
|
}
|
|
129407
129454
|
|
|
129408
129455
|
export type CreatorListItemCreateWithoutCreatorListInput = {
|
|
@@ -130393,8 +130440,6 @@ export namespace Prisma {
|
|
|
130393
130440
|
closedReason?: string | null
|
|
130394
130441
|
usercomLastSynced?: Date | string | null
|
|
130395
130442
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130396
|
-
fullName?: string | null
|
|
130397
|
-
phoneNormalised?: string | null
|
|
130398
130443
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
130399
130444
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
130400
130445
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -130437,8 +130482,6 @@ export namespace Prisma {
|
|
|
130437
130482
|
usercomLastSynced?: Date | string | null
|
|
130438
130483
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130439
130484
|
referrerId?: number | null
|
|
130440
|
-
fullName?: string | null
|
|
130441
|
-
phoneNormalised?: string | null
|
|
130442
130485
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
130443
130486
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
130444
130487
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -130526,8 +130569,6 @@ export namespace Prisma {
|
|
|
130526
130569
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130527
130570
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130528
130571
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130529
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130530
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130531
130572
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
130532
130573
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
130533
130574
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -130570,8 +130611,6 @@ export namespace Prisma {
|
|
|
130570
130611
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130571
130612
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
130572
130613
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
130573
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130574
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130575
130614
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
130576
130615
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
130577
130616
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -131732,8 +131771,6 @@ export namespace Prisma {
|
|
|
131732
131771
|
closedReason?: string | null
|
|
131733
131772
|
usercomLastSynced?: Date | string | null
|
|
131734
131773
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131735
|
-
fullName?: string | null
|
|
131736
|
-
phoneNormalised?: string | null
|
|
131737
131774
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
131738
131775
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
131739
131776
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -131776,8 +131813,6 @@ export namespace Prisma {
|
|
|
131776
131813
|
usercomLastSynced?: Date | string | null
|
|
131777
131814
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131778
131815
|
referrerId?: number | null
|
|
131779
|
-
fullName?: string | null
|
|
131780
|
-
phoneNormalised?: string | null
|
|
131781
131816
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
131782
131817
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
131783
131818
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -131833,8 +131868,6 @@ export namespace Prisma {
|
|
|
131833
131868
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131834
131869
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
131835
131870
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131836
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131837
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131838
131871
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
131839
131872
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
131840
131873
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -131877,8 +131910,6 @@ export namespace Prisma {
|
|
|
131877
131910
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
131878
131911
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131879
131912
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131880
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131881
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
131882
131913
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
131883
131914
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
131884
131915
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -131918,8 +131949,6 @@ export namespace Prisma {
|
|
|
131918
131949
|
closedReason?: string | null
|
|
131919
131950
|
usercomLastSynced?: Date | string | null
|
|
131920
131951
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131921
|
-
fullName?: string | null
|
|
131922
|
-
phoneNormalised?: string | null
|
|
131923
131952
|
referrer?: UserCreateNestedOneWithoutReferredUsersInput
|
|
131924
131953
|
referredUsers?: UserCreateNestedManyWithoutReferrerInput
|
|
131925
131954
|
logs?: LogCreateNestedManyWithoutUserInput
|
|
@@ -131962,8 +131991,6 @@ export namespace Prisma {
|
|
|
131962
131991
|
usercomLastSynced?: Date | string | null
|
|
131963
131992
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
131964
131993
|
referrerId?: number | null
|
|
131965
|
-
fullName?: string | null
|
|
131966
|
-
phoneNormalised?: string | null
|
|
131967
131994
|
referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
|
|
131968
131995
|
logs?: LogUncheckedCreateNestedManyWithoutUserInput
|
|
131969
131996
|
creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
|
|
@@ -132072,6 +132099,68 @@ export namespace Prisma {
|
|
|
132072
132099
|
create: XOR<BrandCreateWithoutImpactRadiusEventsInput, BrandUncheckedCreateWithoutImpactRadiusEventsInput>
|
|
132073
132100
|
}
|
|
132074
132101
|
|
|
132102
|
+
export type OptInCreateWithoutImpactRadiusEventInput = {
|
|
132103
|
+
status?: string
|
|
132104
|
+
created?: Date | string
|
|
132105
|
+
activated?: Date | string | null
|
|
132106
|
+
completed?: Date | string | null
|
|
132107
|
+
cancelled?: Date | string | null
|
|
132108
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
132109
|
+
cancelRequested?: Date | string | null
|
|
132110
|
+
reinvited?: Date | string | null
|
|
132111
|
+
seen?: boolean
|
|
132112
|
+
instructions?: string | null
|
|
132113
|
+
paymentAmount?: number | null
|
|
132114
|
+
paymentStatus?: string
|
|
132115
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
132116
|
+
favoritedDate?: Date | string | null
|
|
132117
|
+
user: UserCreateNestedOneWithoutOptInsInput
|
|
132118
|
+
campaign: CampaignCreateNestedOneWithoutOptInsInput
|
|
132119
|
+
currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
|
|
132120
|
+
variables?: OptInVariableCreateNestedManyWithoutOptInInput
|
|
132121
|
+
optInSteps?: OptInStepCreateNestedManyWithoutOptInInput
|
|
132122
|
+
chat?: ChatCreateNestedOneWithoutOptInInput
|
|
132123
|
+
campaignInvites?: CampaignInviteCreateNestedManyWithoutOptInInput
|
|
132124
|
+
trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
|
|
132125
|
+
affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
|
|
132126
|
+
productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
|
|
132127
|
+
ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
|
|
132128
|
+
}
|
|
132129
|
+
|
|
132130
|
+
export type OptInUncheckedCreateWithoutImpactRadiusEventInput = {
|
|
132131
|
+
id?: number
|
|
132132
|
+
status?: string
|
|
132133
|
+
created?: Date | string
|
|
132134
|
+
activated?: Date | string | null
|
|
132135
|
+
completed?: Date | string | null
|
|
132136
|
+
cancelled?: Date | string | null
|
|
132137
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
132138
|
+
cancelRequested?: Date | string | null
|
|
132139
|
+
reinvited?: Date | string | null
|
|
132140
|
+
seen?: boolean
|
|
132141
|
+
instructions?: string | null
|
|
132142
|
+
paymentAmount?: number | null
|
|
132143
|
+
paymentStatus?: string
|
|
132144
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
132145
|
+
favoritedDate?: Date | string | null
|
|
132146
|
+
userId: number
|
|
132147
|
+
campaignId: number
|
|
132148
|
+
currentStepId?: number | null
|
|
132149
|
+
variables?: OptInVariableUncheckedCreateNestedManyWithoutOptInInput
|
|
132150
|
+
optInSteps?: OptInStepUncheckedCreateNestedManyWithoutOptInInput
|
|
132151
|
+
chat?: ChatUncheckedCreateNestedOneWithoutOptInInput
|
|
132152
|
+
campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutOptInInput
|
|
132153
|
+
trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
|
|
132154
|
+
affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
132155
|
+
productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
|
|
132156
|
+
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
|
|
132157
|
+
}
|
|
132158
|
+
|
|
132159
|
+
export type OptInCreateOrConnectWithoutImpactRadiusEventInput = {
|
|
132160
|
+
where: OptInWhereUniqueInput
|
|
132161
|
+
create: XOR<OptInCreateWithoutImpactRadiusEventInput, OptInUncheckedCreateWithoutImpactRadiusEventInput>
|
|
132162
|
+
}
|
|
132163
|
+
|
|
132075
132164
|
export type UserUpsertWithoutImpactRadiusEventsInput = {
|
|
132076
132165
|
update: XOR<UserUpdateWithoutImpactRadiusEventsInput, UserUncheckedUpdateWithoutImpactRadiusEventsInput>
|
|
132077
132166
|
create: XOR<UserCreateWithoutImpactRadiusEventsInput, UserUncheckedCreateWithoutImpactRadiusEventsInput>
|
|
@@ -132101,8 +132190,6 @@ export namespace Prisma {
|
|
|
132101
132190
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132102
132191
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132103
132192
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
132104
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132105
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132106
132193
|
referrer?: UserUpdateOneWithoutReferredUsersNestedInput
|
|
132107
132194
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
132108
132195
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
@@ -132145,8 +132232,6 @@ export namespace Prisma {
|
|
|
132145
132232
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132146
132233
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
132147
132234
|
referrerId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
132148
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132149
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132150
132235
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
132151
132236
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
132152
132237
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -132256,6 +132341,74 @@ export namespace Prisma {
|
|
|
132256
132341
|
childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
|
|
132257
132342
|
}
|
|
132258
132343
|
|
|
132344
|
+
export type OptInUpsertWithoutImpactRadiusEventInput = {
|
|
132345
|
+
update: XOR<OptInUpdateWithoutImpactRadiusEventInput, OptInUncheckedUpdateWithoutImpactRadiusEventInput>
|
|
132346
|
+
create: XOR<OptInCreateWithoutImpactRadiusEventInput, OptInUncheckedCreateWithoutImpactRadiusEventInput>
|
|
132347
|
+
where?: OptInWhereInput
|
|
132348
|
+
}
|
|
132349
|
+
|
|
132350
|
+
export type OptInUpdateToOneWithWhereWithoutImpactRadiusEventInput = {
|
|
132351
|
+
where?: OptInWhereInput
|
|
132352
|
+
data: XOR<OptInUpdateWithoutImpactRadiusEventInput, OptInUncheckedUpdateWithoutImpactRadiusEventInput>
|
|
132353
|
+
}
|
|
132354
|
+
|
|
132355
|
+
export type OptInUpdateWithoutImpactRadiusEventInput = {
|
|
132356
|
+
status?: StringFieldUpdateOperationsInput | string
|
|
132357
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
132358
|
+
activated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132359
|
+
completed?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132360
|
+
cancelled?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132361
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
132362
|
+
cancelRequested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132363
|
+
reinvited?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132364
|
+
seen?: BoolFieldUpdateOperationsInput | boolean
|
|
132365
|
+
instructions?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132366
|
+
paymentAmount?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
132367
|
+
paymentStatus?: StringFieldUpdateOperationsInput | string
|
|
132368
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
132369
|
+
favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132370
|
+
user?: UserUpdateOneRequiredWithoutOptInsNestedInput
|
|
132371
|
+
campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
|
|
132372
|
+
currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
|
|
132373
|
+
variables?: OptInVariableUpdateManyWithoutOptInNestedInput
|
|
132374
|
+
optInSteps?: OptInStepUpdateManyWithoutOptInNestedInput
|
|
132375
|
+
chat?: ChatUpdateOneWithoutOptInNestedInput
|
|
132376
|
+
campaignInvites?: CampaignInviteUpdateManyWithoutOptInNestedInput
|
|
132377
|
+
trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
|
|
132378
|
+
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
132379
|
+
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
132380
|
+
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
132381
|
+
}
|
|
132382
|
+
|
|
132383
|
+
export type OptInUncheckedUpdateWithoutImpactRadiusEventInput = {
|
|
132384
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
132385
|
+
status?: StringFieldUpdateOperationsInput | string
|
|
132386
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
132387
|
+
activated?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132388
|
+
completed?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132389
|
+
cancelled?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132390
|
+
cancelledData?: JsonNullValueInput | InputJsonValue
|
|
132391
|
+
cancelRequested?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132392
|
+
reinvited?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132393
|
+
seen?: BoolFieldUpdateOperationsInput | boolean
|
|
132394
|
+
instructions?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132395
|
+
paymentAmount?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
132396
|
+
paymentStatus?: StringFieldUpdateOperationsInput | string
|
|
132397
|
+
extraData?: JsonNullValueInput | InputJsonValue
|
|
132398
|
+
favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132399
|
+
userId?: IntFieldUpdateOperationsInput | number
|
|
132400
|
+
campaignId?: IntFieldUpdateOperationsInput | number
|
|
132401
|
+
currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
132402
|
+
variables?: OptInVariableUncheckedUpdateManyWithoutOptInNestedInput
|
|
132403
|
+
optInSteps?: OptInStepUncheckedUpdateManyWithoutOptInNestedInput
|
|
132404
|
+
chat?: ChatUncheckedUpdateOneWithoutOptInNestedInput
|
|
132405
|
+
campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutOptInNestedInput
|
|
132406
|
+
trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
|
|
132407
|
+
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
132408
|
+
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
132409
|
+
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
132410
|
+
}
|
|
132411
|
+
|
|
132259
132412
|
export type BrandCreateWithoutCreatorsearchfilterInput = {
|
|
132260
132413
|
name: string
|
|
132261
132414
|
description?: string | null
|
|
@@ -134556,8 +134709,6 @@ export namespace Prisma {
|
|
|
134556
134709
|
closedReason?: string | null
|
|
134557
134710
|
usercomLastSynced?: Date | string | null
|
|
134558
134711
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134559
|
-
fullName?: string | null
|
|
134560
|
-
phoneNormalised?: string | null
|
|
134561
134712
|
}
|
|
134562
134713
|
|
|
134563
134714
|
export type LogCreateManyUserInput = {
|
|
@@ -134720,6 +134871,7 @@ export namespace Prisma {
|
|
|
134720
134871
|
commission?: number | null
|
|
134721
134872
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
134722
134873
|
brandId?: number | null
|
|
134874
|
+
optInId?: number | null
|
|
134723
134875
|
}
|
|
134724
134876
|
|
|
134725
134877
|
export type UserUpdateWithoutReferrerInput = {
|
|
@@ -134740,8 +134892,6 @@ export namespace Prisma {
|
|
|
134740
134892
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134741
134893
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134742
134894
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134743
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134744
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134745
134895
|
referredUsers?: UserUpdateManyWithoutReferrerNestedInput
|
|
134746
134896
|
logs?: LogUpdateManyWithoutUserNestedInput
|
|
134747
134897
|
creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
|
|
@@ -134783,8 +134933,6 @@ export namespace Prisma {
|
|
|
134783
134933
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134784
134934
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134785
134935
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134786
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134787
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134788
134936
|
referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
|
|
134789
134937
|
logs?: LogUncheckedUpdateManyWithoutUserNestedInput
|
|
134790
134938
|
creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
|
|
@@ -134826,8 +134974,6 @@ export namespace Prisma {
|
|
|
134826
134974
|
closedReason?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134827
134975
|
usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
134828
134976
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
134829
|
-
fullName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134830
|
-
phoneNormalised?: NullableStringFieldUpdateOperationsInput | string | null
|
|
134831
134977
|
}
|
|
134832
134978
|
|
|
134833
134979
|
export type LogUpdateWithoutUserInput = {
|
|
@@ -134886,6 +135032,7 @@ export namespace Prisma {
|
|
|
134886
135032
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
134887
135033
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
134888
135034
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
135035
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
134889
135036
|
}
|
|
134890
135037
|
|
|
134891
135038
|
export type OptInUncheckedUpdateWithoutUserInput = {
|
|
@@ -134914,6 +135061,7 @@ export namespace Prisma {
|
|
|
134914
135061
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
134915
135062
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
134916
135063
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
135064
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
134917
135065
|
}
|
|
134918
135066
|
|
|
134919
135067
|
export type OptInUncheckedUpdateManyWithoutUserInput = {
|
|
@@ -135354,6 +135502,7 @@ export namespace Prisma {
|
|
|
135354
135502
|
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
135355
135503
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
135356
135504
|
brand?: BrandUpdateOneWithoutImpactRadiusEventsNestedInput
|
|
135505
|
+
optIn?: OptInUpdateOneWithoutImpactRadiusEventNestedInput
|
|
135357
135506
|
}
|
|
135358
135507
|
|
|
135359
135508
|
export type ImpactRadiusEventUncheckedUpdateWithoutUserInput = {
|
|
@@ -135364,6 +135513,7 @@ export namespace Prisma {
|
|
|
135364
135513
|
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
135365
135514
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
135366
135515
|
brandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
135516
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
135367
135517
|
}
|
|
135368
135518
|
|
|
135369
135519
|
export type ImpactRadiusEventUncheckedUpdateManyWithoutUserInput = {
|
|
@@ -135374,6 +135524,7 @@ export namespace Prisma {
|
|
|
135374
135524
|
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
135375
135525
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
135376
135526
|
brandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
135527
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
135377
135528
|
}
|
|
135378
135529
|
|
|
135379
135530
|
export type CreatorToCategoryCreateManyCreatorProfileInput = {
|
|
@@ -135586,6 +135737,7 @@ export namespace Prisma {
|
|
|
135586
135737
|
commission?: number | null
|
|
135587
135738
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
135588
135739
|
userId: number
|
|
135740
|
+
optInId?: number | null
|
|
135589
135741
|
}
|
|
135590
135742
|
|
|
135591
135743
|
export type ShopifyStoreCreateManyBrandInput = {
|
|
@@ -136232,6 +136384,7 @@ export namespace Prisma {
|
|
|
136232
136384
|
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
136233
136385
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
136234
136386
|
user?: UserUpdateOneRequiredWithoutImpactRadiusEventsNestedInput
|
|
136387
|
+
optIn?: OptInUpdateOneWithoutImpactRadiusEventNestedInput
|
|
136235
136388
|
}
|
|
136236
136389
|
|
|
136237
136390
|
export type ImpactRadiusEventUncheckedUpdateWithoutBrandInput = {
|
|
@@ -136242,6 +136395,7 @@ export namespace Prisma {
|
|
|
136242
136395
|
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
136243
136396
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
136244
136397
|
userId?: IntFieldUpdateOperationsInput | number
|
|
136398
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136245
136399
|
}
|
|
136246
136400
|
|
|
136247
136401
|
export type ImpactRadiusEventUncheckedUpdateManyWithoutBrandInput = {
|
|
@@ -136252,6 +136406,7 @@ export namespace Prisma {
|
|
|
136252
136406
|
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
136253
136407
|
metaData?: JsonNullValueInput | InputJsonValue
|
|
136254
136408
|
userId?: IntFieldUpdateOperationsInput | number
|
|
136409
|
+
optInId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136255
136410
|
}
|
|
136256
136411
|
|
|
136257
136412
|
export type ShopifyStoreUpdateWithoutBrandInput = {
|
|
@@ -136701,6 +136856,7 @@ export namespace Prisma {
|
|
|
136701
136856
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
136702
136857
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
136703
136858
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
136859
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
136704
136860
|
}
|
|
136705
136861
|
|
|
136706
136862
|
export type OptInUncheckedUpdateWithoutCampaignInput = {
|
|
@@ -136729,6 +136885,7 @@ export namespace Prisma {
|
|
|
136729
136885
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
136730
136886
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
136731
136887
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
136888
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
136732
136889
|
}
|
|
136733
136890
|
|
|
136734
136891
|
export type OptInUncheckedUpdateManyWithoutCampaignInput = {
|
|
@@ -137383,6 +137540,7 @@ export namespace Prisma {
|
|
|
137383
137540
|
affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
|
|
137384
137541
|
productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
|
|
137385
137542
|
ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
|
|
137543
|
+
ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
|
|
137386
137544
|
}
|
|
137387
137545
|
|
|
137388
137546
|
export type OptInUncheckedUpdateWithoutCurrentStepInput = {
|
|
@@ -137411,6 +137569,7 @@ export namespace Prisma {
|
|
|
137411
137569
|
affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
137412
137570
|
productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
|
|
137413
137571
|
ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
|
|
137572
|
+
ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
|
|
137414
137573
|
}
|
|
137415
137574
|
|
|
137416
137575
|
export type OptInUncheckedUpdateManyWithoutCurrentStepInput = {
|
|
@@ -137563,6 +137722,17 @@ export namespace Prisma {
|
|
|
137563
137722
|
campaignId: number
|
|
137564
137723
|
}
|
|
137565
137724
|
|
|
137725
|
+
export type ImpactRadiusEventCreateManyOptInInput = {
|
|
137726
|
+
id?: number
|
|
137727
|
+
type: string
|
|
137728
|
+
created?: Date | string
|
|
137729
|
+
amount?: number | null
|
|
137730
|
+
commission?: number | null
|
|
137731
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
137732
|
+
userId: number
|
|
137733
|
+
brandId?: number | null
|
|
137734
|
+
}
|
|
137735
|
+
|
|
137566
137736
|
export type OptInVariableUpdateWithoutOptInInput = {
|
|
137567
137737
|
variable?: VariableUpdateOneRequiredWithoutOptInVariablesNestedInput
|
|
137568
137738
|
selectedOption?: VariableOptionUpdateOneRequiredWithoutOptInVariablesNestedInput
|
|
@@ -137736,6 +137906,38 @@ export namespace Prisma {
|
|
|
137736
137906
|
campaignId?: IntFieldUpdateOperationsInput | number
|
|
137737
137907
|
}
|
|
137738
137908
|
|
|
137909
|
+
export type ImpactRadiusEventUpdateWithoutOptInInput = {
|
|
137910
|
+
type?: StringFieldUpdateOperationsInput | string
|
|
137911
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
137912
|
+
amount?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
137913
|
+
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
137914
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
137915
|
+
user?: UserUpdateOneRequiredWithoutImpactRadiusEventsNestedInput
|
|
137916
|
+
brand?: BrandUpdateOneWithoutImpactRadiusEventsNestedInput
|
|
137917
|
+
}
|
|
137918
|
+
|
|
137919
|
+
export type ImpactRadiusEventUncheckedUpdateWithoutOptInInput = {
|
|
137920
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
137921
|
+
type?: StringFieldUpdateOperationsInput | string
|
|
137922
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
137923
|
+
amount?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
137924
|
+
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
137925
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
137926
|
+
userId?: IntFieldUpdateOperationsInput | number
|
|
137927
|
+
brandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
137928
|
+
}
|
|
137929
|
+
|
|
137930
|
+
export type ImpactRadiusEventUncheckedUpdateManyWithoutOptInInput = {
|
|
137931
|
+
id?: IntFieldUpdateOperationsInput | number
|
|
137932
|
+
type?: StringFieldUpdateOperationsInput | string
|
|
137933
|
+
created?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
137934
|
+
amount?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
137935
|
+
commission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
137936
|
+
metaData?: JsonNullValueInput | InputJsonValue
|
|
137937
|
+
userId?: IntFieldUpdateOperationsInput | number
|
|
137938
|
+
brandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
137939
|
+
}
|
|
137940
|
+
|
|
137739
137941
|
export type ListToSocialPostCreateManySocialPostInput = {
|
|
137740
137942
|
id?: number
|
|
137741
137943
|
listId: number
|