@creator.co/creatorco-prisma-client 1.0.44-alpha-49cbfe3 → 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/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,7 +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
8500
  }
8493
8501
 
8494
8502
  export type UserMaxAggregateOutputType = {
@@ -8510,7 +8518,6 @@ export namespace Prisma {
8510
8518
  closedReason: string | null
8511
8519
  usercomLastSynced: Date | null
8512
8520
  referrerId: number | null
8513
- fullName: string | null
8514
8521
  }
8515
8522
 
8516
8523
  export type UserCountAggregateOutputType = {
@@ -8533,7 +8540,6 @@ export namespace Prisma {
8533
8540
  usercomLastSynced: number
8534
8541
  extraData: number
8535
8542
  referrerId: number
8536
- fullName: number
8537
8543
  _all: number
8538
8544
  }
8539
8545
 
@@ -8569,7 +8575,6 @@ export namespace Prisma {
8569
8575
  closedReason?: true
8570
8576
  usercomLastSynced?: true
8571
8577
  referrerId?: true
8572
- fullName?: true
8573
8578
  }
8574
8579
 
8575
8580
  export type UserMaxAggregateInputType = {
@@ -8591,7 +8596,6 @@ export namespace Prisma {
8591
8596
  closedReason?: true
8592
8597
  usercomLastSynced?: true
8593
8598
  referrerId?: true
8594
- fullName?: true
8595
8599
  }
8596
8600
 
8597
8601
  export type UserCountAggregateInputType = {
@@ -8614,7 +8618,6 @@ export namespace Prisma {
8614
8618
  usercomLastSynced?: true
8615
8619
  extraData?: true
8616
8620
  referrerId?: true
8617
- fullName?: true
8618
8621
  _all?: true
8619
8622
  }
8620
8623
 
@@ -8724,7 +8727,6 @@ export namespace Prisma {
8724
8727
  usercomLastSynced: Date | null
8725
8728
  extraData: JsonValue
8726
8729
  referrerId: number | null
8727
- fullName: string | null
8728
8730
  _count: UserCountAggregateOutputType | null
8729
8731
  _avg: UserAvgAggregateOutputType | null
8730
8732
  _sum: UserSumAggregateOutputType | null
@@ -8766,7 +8768,6 @@ export namespace Prisma {
8766
8768
  usercomLastSynced?: boolean
8767
8769
  extraData?: boolean
8768
8770
  referrerId?: boolean
8769
- fullName?: boolean
8770
8771
  referrer?: boolean | User$referrerArgs<ExtArgs>
8771
8772
  referredUsers?: boolean | User$referredUsersArgs<ExtArgs>
8772
8773
  logs?: boolean | User$logsArgs<ExtArgs>
@@ -8811,7 +8812,6 @@ export namespace Prisma {
8811
8812
  usercomLastSynced?: boolean
8812
8813
  extraData?: boolean
8813
8814
  referrerId?: boolean
8814
- fullName?: boolean
8815
8815
  referrer?: boolean | User$referrerArgs<ExtArgs>
8816
8816
  }, ExtArgs["result"]["user"]>
8817
8817
 
@@ -8835,7 +8835,6 @@ export namespace Prisma {
8835
8835
  usercomLastSynced?: boolean
8836
8836
  extraData?: boolean
8837
8837
  referrerId?: boolean
8838
- fullName?: boolean
8839
8838
  }
8840
8839
 
8841
8840
  export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -8911,7 +8910,6 @@ export namespace Prisma {
8911
8910
  usercomLastSynced: Date | null
8912
8911
  extraData: Prisma.JsonValue
8913
8912
  referrerId: number | null
8914
- fullName: string | null
8915
8913
  }, ExtArgs["result"]["user"]>
8916
8914
  composites: {}
8917
8915
  }
@@ -9391,7 +9389,6 @@ export namespace Prisma {
9391
9389
  readonly usercomLastSynced: FieldRef<"User", 'DateTime'>
9392
9390
  readonly extraData: FieldRef<"User", 'Json'>
9393
9391
  readonly referrerId: FieldRef<"User", 'Int'>
9394
- readonly fullName: FieldRef<"User", 'String'>
9395
9392
  }
9396
9393
 
9397
9394
 
@@ -46901,6 +46898,7 @@ export namespace Prisma {
46901
46898
  affiliateClicks?: boolean | OptIn$affiliateClicksArgs<ExtArgs>
46902
46899
  productListItems?: boolean | OptIn$productListItemsArgs<ExtArgs>
46903
46900
  ExternalAffiliateClick?: boolean | OptIn$ExternalAffiliateClickArgs<ExtArgs>
46901
+ ImpactRadiusEvent?: boolean | OptIn$ImpactRadiusEventArgs<ExtArgs>
46904
46902
  _count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
46905
46903
  }, ExtArgs["result"]["optIn"]>
46906
46904
 
@@ -46961,6 +46959,7 @@ export namespace Prisma {
46961
46959
  affiliateClicks?: boolean | OptIn$affiliateClicksArgs<ExtArgs>
46962
46960
  productListItems?: boolean | OptIn$productListItemsArgs<ExtArgs>
46963
46961
  ExternalAffiliateClick?: boolean | OptIn$ExternalAffiliateClickArgs<ExtArgs>
46962
+ ImpactRadiusEvent?: boolean | OptIn$ImpactRadiusEventArgs<ExtArgs>
46964
46963
  _count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
46965
46964
  }
46966
46965
  export type OptInIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -46983,6 +46982,7 @@ export namespace Prisma {
46983
46982
  affiliateClicks: Prisma.$AffiliateClickPayload<ExtArgs>[]
46984
46983
  productListItems: Prisma.$OptinToProductListItemPayload<ExtArgs>[]
46985
46984
  ExternalAffiliateClick: Prisma.$ExternalAffiliateClickPayload<ExtArgs>[]
46985
+ ImpactRadiusEvent: Prisma.$ImpactRadiusEventPayload<ExtArgs>[]
46986
46986
  }
46987
46987
  scalars: $Extensions.GetPayloadResult<{
46988
46988
  id: number
@@ -47415,6 +47415,8 @@ export namespace Prisma {
47415
47415
 
47416
47416
  ExternalAffiliateClick<T extends OptIn$ExternalAffiliateClickArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$ExternalAffiliateClickArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ExternalAffiliateClickPayload<ExtArgs>, T, 'findMany'> | Null>;
47417
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
+
47418
47420
  /**
47419
47421
  * Attaches callbacks for the resolution and/or rejection of the Promise.
47420
47422
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -47948,6 +47950,26 @@ export namespace Prisma {
47948
47950
  distinct?: ExternalAffiliateClickScalarFieldEnum | ExternalAffiliateClickScalarFieldEnum[]
47949
47951
  }
47950
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
+
47951
47973
  /**
47952
47974
  * OptIn without action
47953
47975
  */
@@ -75024,6 +75046,7 @@ export namespace Prisma {
75024
75046
  commission: number | null
75025
75047
  userId: number | null
75026
75048
  brandId: number | null
75049
+ optInId: number | null
75027
75050
  }
75028
75051
 
75029
75052
  export type ImpactRadiusEventSumAggregateOutputType = {
@@ -75032,6 +75055,7 @@ export namespace Prisma {
75032
75055
  commission: number | null
75033
75056
  userId: number | null
75034
75057
  brandId: number | null
75058
+ optInId: number | null
75035
75059
  }
75036
75060
 
75037
75061
  export type ImpactRadiusEventMinAggregateOutputType = {
@@ -75042,6 +75066,7 @@ export namespace Prisma {
75042
75066
  commission: number | null
75043
75067
  userId: number | null
75044
75068
  brandId: number | null
75069
+ optInId: number | null
75045
75070
  }
75046
75071
 
75047
75072
  export type ImpactRadiusEventMaxAggregateOutputType = {
@@ -75052,6 +75077,7 @@ export namespace Prisma {
75052
75077
  commission: number | null
75053
75078
  userId: number | null
75054
75079
  brandId: number | null
75080
+ optInId: number | null
75055
75081
  }
75056
75082
 
75057
75083
  export type ImpactRadiusEventCountAggregateOutputType = {
@@ -75063,6 +75089,7 @@ export namespace Prisma {
75063
75089
  metaData: number
75064
75090
  userId: number
75065
75091
  brandId: number
75092
+ optInId: number
75066
75093
  _all: number
75067
75094
  }
75068
75095
 
@@ -75073,6 +75100,7 @@ export namespace Prisma {
75073
75100
  commission?: true
75074
75101
  userId?: true
75075
75102
  brandId?: true
75103
+ optInId?: true
75076
75104
  }
75077
75105
 
75078
75106
  export type ImpactRadiusEventSumAggregateInputType = {
@@ -75081,6 +75109,7 @@ export namespace Prisma {
75081
75109
  commission?: true
75082
75110
  userId?: true
75083
75111
  brandId?: true
75112
+ optInId?: true
75084
75113
  }
75085
75114
 
75086
75115
  export type ImpactRadiusEventMinAggregateInputType = {
@@ -75091,6 +75120,7 @@ export namespace Prisma {
75091
75120
  commission?: true
75092
75121
  userId?: true
75093
75122
  brandId?: true
75123
+ optInId?: true
75094
75124
  }
75095
75125
 
75096
75126
  export type ImpactRadiusEventMaxAggregateInputType = {
@@ -75101,6 +75131,7 @@ export namespace Prisma {
75101
75131
  commission?: true
75102
75132
  userId?: true
75103
75133
  brandId?: true
75134
+ optInId?: true
75104
75135
  }
75105
75136
 
75106
75137
  export type ImpactRadiusEventCountAggregateInputType = {
@@ -75112,6 +75143,7 @@ export namespace Prisma {
75112
75143
  metaData?: true
75113
75144
  userId?: true
75114
75145
  brandId?: true
75146
+ optInId?: true
75115
75147
  _all?: true
75116
75148
  }
75117
75149
 
@@ -75210,6 +75242,7 @@ export namespace Prisma {
75210
75242
  metaData: JsonValue
75211
75243
  userId: number
75212
75244
  brandId: number | null
75245
+ optInId: number | null
75213
75246
  _count: ImpactRadiusEventCountAggregateOutputType | null
75214
75247
  _avg: ImpactRadiusEventAvgAggregateOutputType | null
75215
75248
  _sum: ImpactRadiusEventSumAggregateOutputType | null
@@ -75240,8 +75273,10 @@ export namespace Prisma {
75240
75273
  metaData?: boolean
75241
75274
  userId?: boolean
75242
75275
  brandId?: boolean
75276
+ optInId?: boolean
75243
75277
  user?: boolean | UserDefaultArgs<ExtArgs>
75244
75278
  brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
75279
+ optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
75245
75280
  }, ExtArgs["result"]["impactRadiusEvent"]>
75246
75281
 
75247
75282
  export type ImpactRadiusEventSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -75253,8 +75288,10 @@ export namespace Prisma {
75253
75288
  metaData?: boolean
75254
75289
  userId?: boolean
75255
75290
  brandId?: boolean
75291
+ optInId?: boolean
75256
75292
  user?: boolean | UserDefaultArgs<ExtArgs>
75257
75293
  brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
75294
+ optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
75258
75295
  }, ExtArgs["result"]["impactRadiusEvent"]>
75259
75296
 
75260
75297
  export type ImpactRadiusEventSelectScalar = {
@@ -75266,15 +75303,18 @@ export namespace Prisma {
75266
75303
  metaData?: boolean
75267
75304
  userId?: boolean
75268
75305
  brandId?: boolean
75306
+ optInId?: boolean
75269
75307
  }
75270
75308
 
75271
75309
  export type ImpactRadiusEventInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
75272
75310
  user?: boolean | UserDefaultArgs<ExtArgs>
75273
75311
  brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
75312
+ optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
75274
75313
  }
75275
75314
  export type ImpactRadiusEventIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
75276
75315
  user?: boolean | UserDefaultArgs<ExtArgs>
75277
75316
  brand?: boolean | ImpactRadiusEvent$brandArgs<ExtArgs>
75317
+ optIn?: boolean | ImpactRadiusEvent$optInArgs<ExtArgs>
75278
75318
  }
75279
75319
 
75280
75320
  export type $ImpactRadiusEventPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -75282,6 +75322,7 @@ export namespace Prisma {
75282
75322
  objects: {
75283
75323
  user: Prisma.$UserPayload<ExtArgs>
75284
75324
  brand: Prisma.$BrandPayload<ExtArgs> | null
75325
+ optIn: Prisma.$OptInPayload<ExtArgs> | null
75285
75326
  }
75286
75327
  scalars: $Extensions.GetPayloadResult<{
75287
75328
  id: number
@@ -75292,6 +75333,7 @@ export namespace Prisma {
75292
75333
  metaData: Prisma.JsonValue
75293
75334
  userId: number
75294
75335
  brandId: number | null
75336
+ optInId: number | null
75295
75337
  }, ExtArgs["result"]["impactRadiusEvent"]>
75296
75338
  composites: {}
75297
75339
  }
@@ -75686,6 +75728,8 @@ export namespace Prisma {
75686
75728
 
75687
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>;
75688
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
+
75689
75733
  /**
75690
75734
  * Attaches callbacks for the resolution and/or rejection of the Promise.
75691
75735
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -75722,6 +75766,7 @@ export namespace Prisma {
75722
75766
  readonly metaData: FieldRef<"ImpactRadiusEvent", 'Json'>
75723
75767
  readonly userId: FieldRef<"ImpactRadiusEvent", 'Int'>
75724
75768
  readonly brandId: FieldRef<"ImpactRadiusEvent", 'Int'>
75769
+ readonly optInId: FieldRef<"ImpactRadiusEvent", 'Int'>
75725
75770
  }
75726
75771
 
75727
75772
 
@@ -76054,6 +76099,21 @@ export namespace Prisma {
76054
76099
  where?: BrandWhereInput
76055
76100
  }
76056
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
+
76057
76117
  /**
76058
76118
  * ImpactRadiusEvent without action
76059
76119
  */
@@ -86479,8 +86539,7 @@ export namespace Prisma {
86479
86539
  closedReason: 'closedReason',
86480
86540
  usercomLastSynced: 'usercomLastSynced',
86481
86541
  extraData: 'extraData',
86482
- referrerId: 'referrerId',
86483
- fullName: 'fullName'
86542
+ referrerId: 'referrerId'
86484
86543
  };
86485
86544
 
86486
86545
  export type UserScalarFieldEnum = (typeof UserScalarFieldEnum)[keyof typeof UserScalarFieldEnum]
@@ -87398,7 +87457,8 @@ export namespace Prisma {
87398
87457
  commission: 'commission',
87399
87458
  metaData: 'metaData',
87400
87459
  userId: 'userId',
87401
- brandId: 'brandId'
87460
+ brandId: 'brandId',
87461
+ optInId: 'optInId'
87402
87462
  };
87403
87463
 
87404
87464
  export type ImpactRadiusEventScalarFieldEnum = (typeof ImpactRadiusEventScalarFieldEnum)[keyof typeof ImpactRadiusEventScalarFieldEnum]
@@ -87582,8 +87642,7 @@ export namespace Prisma {
87582
87642
  profilePicUrl: 'profilePicUrl',
87583
87643
  forgotPasswordKey: 'forgotPasswordKey',
87584
87644
  affiliateSlug: 'affiliateSlug',
87585
- closedReason: 'closedReason',
87586
- fullName: 'fullName'
87645
+ closedReason: 'closedReason'
87587
87646
  };
87588
87647
 
87589
87648
  export type UserOrderByRelevanceFieldEnum = (typeof UserOrderByRelevanceFieldEnum)[keyof typeof UserOrderByRelevanceFieldEnum]
@@ -88221,7 +88280,6 @@ export namespace Prisma {
88221
88280
  usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
88222
88281
  extraData?: JsonFilter<"User">
88223
88282
  referrerId?: IntNullableFilter<"User"> | number | null
88224
- fullName?: StringNullableFilter<"User"> | string | null
88225
88283
  referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
88226
88284
  referredUsers?: UserListRelationFilter
88227
88285
  logs?: LogListRelationFilter
@@ -88265,7 +88323,6 @@ export namespace Prisma {
88265
88323
  usercomLastSynced?: SortOrderInput | SortOrder
88266
88324
  extraData?: SortOrder
88267
88325
  referrerId?: SortOrderInput | SortOrder
88268
- fullName?: SortOrderInput | SortOrder
88269
88326
  referrer?: UserOrderByWithRelationAndSearchRelevanceInput
88270
88327
  referredUsers?: UserOrderByRelationAggregateInput
88271
88328
  logs?: LogOrderByRelationAggregateInput
@@ -88313,7 +88370,6 @@ export namespace Prisma {
88313
88370
  usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
88314
88371
  extraData?: JsonFilter<"User">
88315
88372
  referrerId?: IntNullableFilter<"User"> | number | null
88316
- fullName?: StringNullableFilter<"User"> | string | null
88317
88373
  referrer?: XOR<UserNullableRelationFilter, UserWhereInput> | null
88318
88374
  referredUsers?: UserListRelationFilter
88319
88375
  logs?: LogListRelationFilter
@@ -88357,7 +88413,6 @@ export namespace Prisma {
88357
88413
  usercomLastSynced?: SortOrderInput | SortOrder
88358
88414
  extraData?: SortOrder
88359
88415
  referrerId?: SortOrderInput | SortOrder
88360
- fullName?: SortOrderInput | SortOrder
88361
88416
  _count?: UserCountOrderByAggregateInput
88362
88417
  _avg?: UserAvgOrderByAggregateInput
88363
88418
  _max?: UserMaxOrderByAggregateInput
@@ -88388,7 +88443,6 @@ export namespace Prisma {
88388
88443
  usercomLastSynced?: DateTimeNullableWithAggregatesFilter<"User"> | Date | string | null
88389
88444
  extraData?: JsonWithAggregatesFilter<"User">
88390
88445
  referrerId?: IntNullableWithAggregatesFilter<"User"> | number | null
88391
- fullName?: StringNullableWithAggregatesFilter<"User"> | string | null
88392
88446
  }
88393
88447
 
88394
88448
  export type LogWhereInput = {
@@ -91243,6 +91297,7 @@ export namespace Prisma {
91243
91297
  affiliateClicks?: AffiliateClickListRelationFilter
91244
91298
  productListItems?: OptinToProductListItemListRelationFilter
91245
91299
  ExternalAffiliateClick?: ExternalAffiliateClickListRelationFilter
91300
+ ImpactRadiusEvent?: ImpactRadiusEventListRelationFilter
91246
91301
  }
91247
91302
 
91248
91303
  export type OptInOrderByWithRelationAndSearchRelevanceInput = {
@@ -91275,6 +91330,7 @@ export namespace Prisma {
91275
91330
  affiliateClicks?: AffiliateClickOrderByRelationAggregateInput
91276
91331
  productListItems?: OptinToProductListItemOrderByRelationAggregateInput
91277
91332
  ExternalAffiliateClick?: ExternalAffiliateClickOrderByRelationAggregateInput
91333
+ ImpactRadiusEvent?: ImpactRadiusEventOrderByRelationAggregateInput
91278
91334
  _relevance?: OptInOrderByRelevanceInput
91279
91335
  }
91280
91336
 
@@ -91311,6 +91367,7 @@ export namespace Prisma {
91311
91367
  affiliateClicks?: AffiliateClickListRelationFilter
91312
91368
  productListItems?: OptinToProductListItemListRelationFilter
91313
91369
  ExternalAffiliateClick?: ExternalAffiliateClickListRelationFilter
91370
+ ImpactRadiusEvent?: ImpactRadiusEventListRelationFilter
91314
91371
  }, "id">
91315
91372
 
91316
91373
  export type OptInOrderByWithAggregationInput = {
@@ -93430,8 +93487,10 @@ export namespace Prisma {
93430
93487
  metaData?: JsonFilter<"ImpactRadiusEvent">
93431
93488
  userId?: IntFilter<"ImpactRadiusEvent"> | number
93432
93489
  brandId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
93490
+ optInId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
93433
93491
  user?: XOR<UserRelationFilter, UserWhereInput>
93434
93492
  brand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
93493
+ optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
93435
93494
  }
93436
93495
 
93437
93496
  export type ImpactRadiusEventOrderByWithRelationAndSearchRelevanceInput = {
@@ -93443,8 +93502,10 @@ export namespace Prisma {
93443
93502
  metaData?: SortOrder
93444
93503
  userId?: SortOrder
93445
93504
  brandId?: SortOrderInput | SortOrder
93505
+ optInId?: SortOrderInput | SortOrder
93446
93506
  user?: UserOrderByWithRelationAndSearchRelevanceInput
93447
93507
  brand?: BrandOrderByWithRelationAndSearchRelevanceInput
93508
+ optIn?: OptInOrderByWithRelationAndSearchRelevanceInput
93448
93509
  _relevance?: ImpactRadiusEventOrderByRelevanceInput
93449
93510
  }
93450
93511
 
@@ -93460,8 +93521,10 @@ export namespace Prisma {
93460
93521
  metaData?: JsonFilter<"ImpactRadiusEvent">
93461
93522
  userId?: IntFilter<"ImpactRadiusEvent"> | number
93462
93523
  brandId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
93524
+ optInId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
93463
93525
  user?: XOR<UserRelationFilter, UserWhereInput>
93464
93526
  brand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
93527
+ optIn?: XOR<OptInNullableRelationFilter, OptInWhereInput> | null
93465
93528
  }, "id">
93466
93529
 
93467
93530
  export type ImpactRadiusEventOrderByWithAggregationInput = {
@@ -93473,6 +93536,7 @@ export namespace Prisma {
93473
93536
  metaData?: SortOrder
93474
93537
  userId?: SortOrder
93475
93538
  brandId?: SortOrderInput | SortOrder
93539
+ optInId?: SortOrderInput | SortOrder
93476
93540
  _count?: ImpactRadiusEventCountOrderByAggregateInput
93477
93541
  _avg?: ImpactRadiusEventAvgOrderByAggregateInput
93478
93542
  _max?: ImpactRadiusEventMaxOrderByAggregateInput
@@ -93492,6 +93556,7 @@ export namespace Prisma {
93492
93556
  metaData?: JsonWithAggregatesFilter<"ImpactRadiusEvent">
93493
93557
  userId?: IntWithAggregatesFilter<"ImpactRadiusEvent"> | number
93494
93558
  brandId?: IntNullableWithAggregatesFilter<"ImpactRadiusEvent"> | number | null
93559
+ optInId?: IntNullableWithAggregatesFilter<"ImpactRadiusEvent"> | number | null
93495
93560
  }
93496
93561
 
93497
93562
  export type CreatorSearchFilterWhereInput = {
@@ -94183,7 +94248,6 @@ export namespace Prisma {
94183
94248
  closedReason?: string | null
94184
94249
  usercomLastSynced?: Date | string | null
94185
94250
  extraData?: JsonNullValueInput | InputJsonValue
94186
- fullName?: string | null
94187
94251
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
94188
94252
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
94189
94253
  logs?: LogCreateNestedManyWithoutUserInput
@@ -94227,7 +94291,6 @@ export namespace Prisma {
94227
94291
  usercomLastSynced?: Date | string | null
94228
94292
  extraData?: JsonNullValueInput | InputJsonValue
94229
94293
  referrerId?: number | null
94230
- fullName?: string | null
94231
94294
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
94232
94295
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
94233
94296
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -94268,7 +94331,6 @@ export namespace Prisma {
94268
94331
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
94269
94332
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
94270
94333
  extraData?: JsonNullValueInput | InputJsonValue
94271
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
94272
94334
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
94273
94335
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
94274
94336
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -94312,7 +94374,6 @@ export namespace Prisma {
94312
94374
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
94313
94375
  extraData?: JsonNullValueInput | InputJsonValue
94314
94376
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
94315
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
94316
94377
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
94317
94378
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
94318
94379
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -94355,7 +94416,6 @@ export namespace Prisma {
94355
94416
  usercomLastSynced?: Date | string | null
94356
94417
  extraData?: JsonNullValueInput | InputJsonValue
94357
94418
  referrerId?: number | null
94358
- fullName?: string | null
94359
94419
  }
94360
94420
 
94361
94421
  export type UserUpdateManyMutationInput = {
@@ -94376,7 +94436,6 @@ export namespace Prisma {
94376
94436
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
94377
94437
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
94378
94438
  extraData?: JsonNullValueInput | InputJsonValue
94379
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
94380
94439
  }
94381
94440
 
94382
94441
  export type UserUncheckedUpdateManyInput = {
@@ -94399,7 +94458,6 @@ export namespace Prisma {
94399
94458
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
94400
94459
  extraData?: JsonNullValueInput | InputJsonValue
94401
94460
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
94402
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
94403
94461
  }
94404
94462
 
94405
94463
  export type LogCreateInput = {
@@ -97350,6 +97408,7 @@ export namespace Prisma {
97350
97408
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
97351
97409
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
97352
97410
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
97411
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
97353
97412
  }
97354
97413
 
97355
97414
  export type OptInUncheckedCreateInput = {
@@ -97379,6 +97438,7 @@ export namespace Prisma {
97379
97438
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
97380
97439
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
97381
97440
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
97441
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
97382
97442
  }
97383
97443
 
97384
97444
  export type OptInUpdateInput = {
@@ -97407,6 +97467,7 @@ export namespace Prisma {
97407
97467
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
97408
97468
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
97409
97469
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
97470
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
97410
97471
  }
97411
97472
 
97412
97473
  export type OptInUncheckedUpdateInput = {
@@ -97436,6 +97497,7 @@ export namespace Prisma {
97436
97497
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
97437
97498
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
97438
97499
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
97500
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
97439
97501
  }
97440
97502
 
97441
97503
  export type OptInCreateManyInput = {
@@ -99591,6 +99653,7 @@ export namespace Prisma {
99591
99653
  metaData?: JsonNullValueInput | InputJsonValue
99592
99654
  user: UserCreateNestedOneWithoutImpactRadiusEventsInput
99593
99655
  brand?: BrandCreateNestedOneWithoutImpactRadiusEventsInput
99656
+ optIn?: OptInCreateNestedOneWithoutImpactRadiusEventInput
99594
99657
  }
99595
99658
 
99596
99659
  export type ImpactRadiusEventUncheckedCreateInput = {
@@ -99602,6 +99665,7 @@ export namespace Prisma {
99602
99665
  metaData?: JsonNullValueInput | InputJsonValue
99603
99666
  userId: number
99604
99667
  brandId?: number | null
99668
+ optInId?: number | null
99605
99669
  }
99606
99670
 
99607
99671
  export type ImpactRadiusEventUpdateInput = {
@@ -99612,6 +99676,7 @@ export namespace Prisma {
99612
99676
  metaData?: JsonNullValueInput | InputJsonValue
99613
99677
  user?: UserUpdateOneRequiredWithoutImpactRadiusEventsNestedInput
99614
99678
  brand?: BrandUpdateOneWithoutImpactRadiusEventsNestedInput
99679
+ optIn?: OptInUpdateOneWithoutImpactRadiusEventNestedInput
99615
99680
  }
99616
99681
 
99617
99682
  export type ImpactRadiusEventUncheckedUpdateInput = {
@@ -99623,6 +99688,7 @@ export namespace Prisma {
99623
99688
  metaData?: JsonNullValueInput | InputJsonValue
99624
99689
  userId?: IntFieldUpdateOperationsInput | number
99625
99690
  brandId?: NullableIntFieldUpdateOperationsInput | number | null
99691
+ optInId?: NullableIntFieldUpdateOperationsInput | number | null
99626
99692
  }
99627
99693
 
99628
99694
  export type ImpactRadiusEventCreateManyInput = {
@@ -99634,6 +99700,7 @@ export namespace Prisma {
99634
99700
  metaData?: JsonNullValueInput | InputJsonValue
99635
99701
  userId: number
99636
99702
  brandId?: number | null
99703
+ optInId?: number | null
99637
99704
  }
99638
99705
 
99639
99706
  export type ImpactRadiusEventUpdateManyMutationInput = {
@@ -99653,6 +99720,7 @@ export namespace Prisma {
99653
99720
  metaData?: JsonNullValueInput | InputJsonValue
99654
99721
  userId?: IntFieldUpdateOperationsInput | number
99655
99722
  brandId?: NullableIntFieldUpdateOperationsInput | number | null
99723
+ optInId?: NullableIntFieldUpdateOperationsInput | number | null
99656
99724
  }
99657
99725
 
99658
99726
  export type CreatorSearchFilterCreateInput = {
@@ -100568,7 +100636,6 @@ export namespace Prisma {
100568
100636
  usercomLastSynced?: SortOrder
100569
100637
  extraData?: SortOrder
100570
100638
  referrerId?: SortOrder
100571
- fullName?: SortOrder
100572
100639
  }
100573
100640
 
100574
100641
  export type UserAvgOrderByAggregateInput = {
@@ -100596,7 +100663,6 @@ export namespace Prisma {
100596
100663
  closedReason?: SortOrder
100597
100664
  usercomLastSynced?: SortOrder
100598
100665
  referrerId?: SortOrder
100599
- fullName?: SortOrder
100600
100666
  }
100601
100667
 
100602
100668
  export type UserMinOrderByAggregateInput = {
@@ -100618,7 +100684,6 @@ export namespace Prisma {
100618
100684
  closedReason?: SortOrder
100619
100685
  usercomLastSynced?: SortOrder
100620
100686
  referrerId?: SortOrder
100621
- fullName?: SortOrder
100622
100687
  }
100623
100688
 
100624
100689
  export type UserSumOrderByAggregateInput = {
@@ -104744,6 +104809,7 @@ export namespace Prisma {
104744
104809
  metaData?: SortOrder
104745
104810
  userId?: SortOrder
104746
104811
  brandId?: SortOrder
104812
+ optInId?: SortOrder
104747
104813
  }
104748
104814
 
104749
104815
  export type ImpactRadiusEventAvgOrderByAggregateInput = {
@@ -104752,6 +104818,7 @@ export namespace Prisma {
104752
104818
  commission?: SortOrder
104753
104819
  userId?: SortOrder
104754
104820
  brandId?: SortOrder
104821
+ optInId?: SortOrder
104755
104822
  }
104756
104823
 
104757
104824
  export type ImpactRadiusEventMaxOrderByAggregateInput = {
@@ -104762,6 +104829,7 @@ export namespace Prisma {
104762
104829
  commission?: SortOrder
104763
104830
  userId?: SortOrder
104764
104831
  brandId?: SortOrder
104832
+ optInId?: SortOrder
104765
104833
  }
104766
104834
 
104767
104835
  export type ImpactRadiusEventMinOrderByAggregateInput = {
@@ -104772,6 +104840,7 @@ export namespace Prisma {
104772
104840
  commission?: SortOrder
104773
104841
  userId?: SortOrder
104774
104842
  brandId?: SortOrder
104843
+ optInId?: SortOrder
104775
104844
  }
104776
104845
 
104777
104846
  export type ImpactRadiusEventSumOrderByAggregateInput = {
@@ -104780,6 +104849,7 @@ export namespace Prisma {
104780
104849
  commission?: SortOrder
104781
104850
  userId?: SortOrder
104782
104851
  brandId?: SortOrder
104852
+ optInId?: SortOrder
104783
104853
  }
104784
104854
 
104785
104855
  export type CreatorSearchFilterOrderByRelevanceInput = {
@@ -109251,6 +109321,13 @@ export namespace Prisma {
109251
109321
  connect?: ExternalAffiliateClickWhereUniqueInput | ExternalAffiliateClickWhereUniqueInput[]
109252
109322
  }
109253
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
+
109254
109331
  export type OptInVariableUncheckedCreateNestedManyWithoutOptInInput = {
109255
109332
  create?: XOR<OptInVariableCreateWithoutOptInInput, OptInVariableUncheckedCreateWithoutOptInInput> | OptInVariableCreateWithoutOptInInput[] | OptInVariableUncheckedCreateWithoutOptInInput[]
109256
109333
  connectOrCreate?: OptInVariableCreateOrConnectWithoutOptInInput | OptInVariableCreateOrConnectWithoutOptInInput[]
@@ -109306,6 +109383,13 @@ export namespace Prisma {
109306
109383
  connect?: ExternalAffiliateClickWhereUniqueInput | ExternalAffiliateClickWhereUniqueInput[]
109307
109384
  }
109308
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
+
109309
109393
  export type UserUpdateOneRequiredWithoutOptInsNestedInput = {
109310
109394
  create?: XOR<UserCreateWithoutOptInsInput, UserUncheckedCreateWithoutOptInsInput>
109311
109395
  connectOrCreate?: UserCreateOrConnectWithoutOptInsInput
@@ -109440,6 +109524,20 @@ export namespace Prisma {
109440
109524
  deleteMany?: ExternalAffiliateClickScalarWhereInput | ExternalAffiliateClickScalarWhereInput[]
109441
109525
  }
109442
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
+
109443
109541
  export type OptInVariableUncheckedUpdateManyWithoutOptInNestedInput = {
109444
109542
  create?: XOR<OptInVariableCreateWithoutOptInInput, OptInVariableUncheckedCreateWithoutOptInInput> | OptInVariableCreateWithoutOptInInput[] | OptInVariableUncheckedCreateWithoutOptInInput[]
109445
109543
  connectOrCreate?: OptInVariableCreateOrConnectWithoutOptInInput | OptInVariableCreateOrConnectWithoutOptInInput[]
@@ -109548,6 +109646,20 @@ export namespace Prisma {
109548
109646
  deleteMany?: ExternalAffiliateClickScalarWhereInput | ExternalAffiliateClickScalarWhereInput[]
109549
109647
  }
109550
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
+
109551
109663
  export type OptInCreateNestedOneWithoutTrolleyPaymentsInput = {
109552
109664
  create?: XOR<OptInCreateWithoutTrolleyPaymentsInput, OptInUncheckedCreateWithoutTrolleyPaymentsInput>
109553
109665
  connectOrCreate?: OptInCreateOrConnectWithoutTrolleyPaymentsInput
@@ -110824,6 +110936,12 @@ export namespace Prisma {
110824
110936
  connect?: BrandWhereUniqueInput
110825
110937
  }
110826
110938
 
110939
+ export type OptInCreateNestedOneWithoutImpactRadiusEventInput = {
110940
+ create?: XOR<OptInCreateWithoutImpactRadiusEventInput, OptInUncheckedCreateWithoutImpactRadiusEventInput>
110941
+ connectOrCreate?: OptInCreateOrConnectWithoutImpactRadiusEventInput
110942
+ connect?: OptInWhereUniqueInput
110943
+ }
110944
+
110827
110945
  export type UserUpdateOneRequiredWithoutImpactRadiusEventsNestedInput = {
110828
110946
  create?: XOR<UserCreateWithoutImpactRadiusEventsInput, UserUncheckedCreateWithoutImpactRadiusEventsInput>
110829
110947
  connectOrCreate?: UserCreateOrConnectWithoutImpactRadiusEventsInput
@@ -110842,6 +110960,16 @@ export namespace Prisma {
110842
110960
  update?: XOR<XOR<BrandUpdateToOneWithWhereWithoutImpactRadiusEventsInput, BrandUpdateWithoutImpactRadiusEventsInput>, BrandUncheckedUpdateWithoutImpactRadiusEventsInput>
110843
110961
  }
110844
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
+
110845
110973
  export type BrandCreateNestedOneWithoutCreatorsearchfilterInput = {
110846
110974
  create?: XOR<BrandCreateWithoutCreatorsearchfilterInput, BrandUncheckedCreateWithoutCreatorsearchfilterInput>
110847
110975
  connectOrCreate?: BrandCreateOrConnectWithoutCreatorsearchfilterInput
@@ -111799,7 +111927,6 @@ export namespace Prisma {
111799
111927
  closedReason?: string | null
111800
111928
  usercomLastSynced?: Date | string | null
111801
111929
  extraData?: JsonNullValueInput | InputJsonValue
111802
- fullName?: string | null
111803
111930
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
111804
111931
  logs?: LogCreateNestedManyWithoutUserInput
111805
111932
  creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
@@ -111842,7 +111969,6 @@ export namespace Prisma {
111842
111969
  usercomLastSynced?: Date | string | null
111843
111970
  extraData?: JsonNullValueInput | InputJsonValue
111844
111971
  referrerId?: number | null
111845
- fullName?: string | null
111846
111972
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
111847
111973
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
111848
111974
  instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
@@ -111887,7 +112013,6 @@ export namespace Prisma {
111887
112013
  closedReason?: string | null
111888
112014
  usercomLastSynced?: Date | string | null
111889
112015
  extraData?: JsonNullValueInput | InputJsonValue
111890
- fullName?: string | null
111891
112016
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
111892
112017
  logs?: LogCreateNestedManyWithoutUserInput
111893
112018
  creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
@@ -111929,7 +112054,6 @@ export namespace Prisma {
111929
112054
  closedReason?: string | null
111930
112055
  usercomLastSynced?: Date | string | null
111931
112056
  extraData?: JsonNullValueInput | InputJsonValue
111932
- fullName?: string | null
111933
112057
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
111934
112058
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
111935
112059
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -112341,6 +112465,7 @@ export namespace Prisma {
112341
112465
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
112342
112466
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
112343
112467
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
112468
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
112344
112469
  }
112345
112470
 
112346
112471
  export type OptInUncheckedCreateWithoutUserInput = {
@@ -112369,6 +112494,7 @@ export namespace Prisma {
112369
112494
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
112370
112495
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
112371
112496
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
112497
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
112372
112498
  }
112373
112499
 
112374
112500
  export type OptInCreateOrConnectWithoutUserInput = {
@@ -112758,6 +112884,7 @@ export namespace Prisma {
112758
112884
  commission?: number | null
112759
112885
  metaData?: JsonNullValueInput | InputJsonValue
112760
112886
  brand?: BrandCreateNestedOneWithoutImpactRadiusEventsInput
112887
+ optIn?: OptInCreateNestedOneWithoutImpactRadiusEventInput
112761
112888
  }
112762
112889
 
112763
112890
  export type ImpactRadiusEventUncheckedCreateWithoutUserInput = {
@@ -112768,6 +112895,7 @@ export namespace Prisma {
112768
112895
  commission?: number | null
112769
112896
  metaData?: JsonNullValueInput | InputJsonValue
112770
112897
  brandId?: number | null
112898
+ optInId?: number | null
112771
112899
  }
112772
112900
 
112773
112901
  export type ImpactRadiusEventCreateOrConnectWithoutUserInput = {
@@ -112809,7 +112937,6 @@ export namespace Prisma {
112809
112937
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
112810
112938
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
112811
112939
  extraData?: JsonNullValueInput | InputJsonValue
112812
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
112813
112940
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
112814
112941
  logs?: LogUpdateManyWithoutUserNestedInput
112815
112942
  creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
@@ -112852,7 +112979,6 @@ export namespace Prisma {
112852
112979
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
112853
112980
  extraData?: JsonNullValueInput | InputJsonValue
112854
112981
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
112855
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
112856
112982
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
112857
112983
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
112858
112984
  instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -112913,7 +113039,6 @@ export namespace Prisma {
112913
113039
  usercomLastSynced?: DateTimeNullableFilter<"User"> | Date | string | null
112914
113040
  extraData?: JsonFilter<"User">
112915
113041
  referrerId?: IntNullableFilter<"User"> | number | null
112916
- fullName?: StringNullableFilter<"User"> | string | null
112917
113042
  }
112918
113043
 
112919
113044
  export type LogUpsertWithWhereUniqueWithoutUserInput = {
@@ -113672,6 +113797,7 @@ export namespace Prisma {
113672
113797
  metaData?: JsonFilter<"ImpactRadiusEvent">
113673
113798
  userId?: IntFilter<"ImpactRadiusEvent"> | number
113674
113799
  brandId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
113800
+ optInId?: IntNullableFilter<"ImpactRadiusEvent"> | number | null
113675
113801
  }
113676
113802
 
113677
113803
  export type UserCreateWithoutLogsInput = {
@@ -113692,7 +113818,6 @@ export namespace Prisma {
113692
113818
  closedReason?: string | null
113693
113819
  usercomLastSynced?: Date | string | null
113694
113820
  extraData?: JsonNullValueInput | InputJsonValue
113695
- fullName?: string | null
113696
113821
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
113697
113822
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
113698
113823
  creatorProfile?: CreatorProfileCreateNestedOneWithoutUserInput
@@ -113735,7 +113860,6 @@ export namespace Prisma {
113735
113860
  usercomLastSynced?: Date | string | null
113736
113861
  extraData?: JsonNullValueInput | InputJsonValue
113737
113862
  referrerId?: number | null
113738
- fullName?: string | null
113739
113863
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
113740
113864
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
113741
113865
  instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
@@ -113791,7 +113915,6 @@ export namespace Prisma {
113791
113915
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
113792
113916
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113793
113917
  extraData?: JsonNullValueInput | InputJsonValue
113794
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
113795
113918
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
113796
113919
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
113797
113920
  creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
@@ -113834,7 +113957,6 @@ export namespace Prisma {
113834
113957
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113835
113958
  extraData?: JsonNullValueInput | InputJsonValue
113836
113959
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
113837
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
113838
113960
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
113839
113961
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
113840
113962
  instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -113892,7 +114014,6 @@ export namespace Prisma {
113892
114014
  closedReason?: string | null
113893
114015
  usercomLastSynced?: Date | string | null
113894
114016
  extraData?: JsonNullValueInput | InputJsonValue
113895
- fullName?: string | null
113896
114017
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
113897
114018
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
113898
114019
  logs?: LogCreateNestedManyWithoutUserInput
@@ -113935,7 +114056,6 @@ export namespace Prisma {
113935
114056
  usercomLastSynced?: Date | string | null
113936
114057
  extraData?: JsonNullValueInput | InputJsonValue
113937
114058
  referrerId?: number | null
113938
- fullName?: string | null
113939
114059
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
113940
114060
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
113941
114061
  instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutUserInput
@@ -114015,7 +114135,6 @@ export namespace Prisma {
114015
114135
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
114016
114136
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
114017
114137
  extraData?: JsonNullValueInput | InputJsonValue
114018
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
114019
114138
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
114020
114139
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
114021
114140
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -114058,7 +114177,6 @@ export namespace Prisma {
114058
114177
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
114059
114178
  extraData?: JsonNullValueInput | InputJsonValue
114060
114179
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
114061
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
114062
114180
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
114063
114181
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
114064
114182
  instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -114098,7 +114216,6 @@ export namespace Prisma {
114098
114216
  closedReason?: string | null
114099
114217
  usercomLastSynced?: Date | string | null
114100
114218
  extraData?: JsonNullValueInput | InputJsonValue
114101
- fullName?: string | null
114102
114219
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
114103
114220
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
114104
114221
  logs?: LogCreateNestedManyWithoutUserInput
@@ -114141,7 +114258,6 @@ export namespace Prisma {
114141
114258
  usercomLastSynced?: Date | string | null
114142
114259
  extraData?: JsonNullValueInput | InputJsonValue
114143
114260
  referrerId?: number | null
114144
- fullName?: string | null
114145
114261
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
114146
114262
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
114147
114263
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -114279,7 +114395,6 @@ export namespace Prisma {
114279
114395
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
114280
114396
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
114281
114397
  extraData?: JsonNullValueInput | InputJsonValue
114282
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
114283
114398
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
114284
114399
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
114285
114400
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -114322,7 +114437,6 @@ export namespace Prisma {
114322
114437
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
114323
114438
  extraData?: JsonNullValueInput | InputJsonValue
114324
114439
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
114325
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
114326
114440
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
114327
114441
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
114328
114442
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -114450,7 +114564,6 @@ export namespace Prisma {
114450
114564
  closedReason?: string | null
114451
114565
  usercomLastSynced?: Date | string | null
114452
114566
  extraData?: JsonNullValueInput | InputJsonValue
114453
- fullName?: string | null
114454
114567
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
114455
114568
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
114456
114569
  logs?: LogCreateNestedManyWithoutUserInput
@@ -114493,7 +114606,6 @@ export namespace Prisma {
114493
114606
  usercomLastSynced?: Date | string | null
114494
114607
  extraData?: JsonNullValueInput | InputJsonValue
114495
114608
  referrerId?: number | null
114496
- fullName?: string | null
114497
114609
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
114498
114610
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
114499
114611
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -114631,7 +114743,6 @@ export namespace Prisma {
114631
114743
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
114632
114744
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
114633
114745
  extraData?: JsonNullValueInput | InputJsonValue
114634
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
114635
114746
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
114636
114747
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
114637
114748
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -114674,7 +114785,6 @@ export namespace Prisma {
114674
114785
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
114675
114786
  extraData?: JsonNullValueInput | InputJsonValue
114676
114787
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
114677
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
114678
114788
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
114679
114789
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
114680
114790
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -114802,7 +114912,6 @@ export namespace Prisma {
114802
114912
  closedReason?: string | null
114803
114913
  usercomLastSynced?: Date | string | null
114804
114914
  extraData?: JsonNullValueInput | InputJsonValue
114805
- fullName?: string | null
114806
114915
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
114807
114916
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
114808
114917
  logs?: LogCreateNestedManyWithoutUserInput
@@ -114845,7 +114954,6 @@ export namespace Prisma {
114845
114954
  usercomLastSynced?: Date | string | null
114846
114955
  extraData?: JsonNullValueInput | InputJsonValue
114847
114956
  referrerId?: number | null
114848
- fullName?: string | null
114849
114957
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
114850
114958
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
114851
114959
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -114983,7 +115091,6 @@ export namespace Prisma {
114983
115091
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
114984
115092
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
114985
115093
  extraData?: JsonNullValueInput | InputJsonValue
114986
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
114987
115094
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
114988
115095
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
114989
115096
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -115026,7 +115133,6 @@ export namespace Prisma {
115026
115133
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115027
115134
  extraData?: JsonNullValueInput | InputJsonValue
115028
115135
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
115029
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115030
115136
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
115031
115137
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
115032
115138
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -115154,7 +115260,6 @@ export namespace Prisma {
115154
115260
  closedReason?: string | null
115155
115261
  usercomLastSynced?: Date | string | null
115156
115262
  extraData?: JsonNullValueInput | InputJsonValue
115157
- fullName?: string | null
115158
115263
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
115159
115264
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
115160
115265
  logs?: LogCreateNestedManyWithoutUserInput
@@ -115197,7 +115302,6 @@ export namespace Prisma {
115197
115302
  usercomLastSynced?: Date | string | null
115198
115303
  extraData?: JsonNullValueInput | InputJsonValue
115199
115304
  referrerId?: number | null
115200
- fullName?: string | null
115201
115305
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
115202
115306
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
115203
115307
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -115253,7 +115357,6 @@ export namespace Prisma {
115253
115357
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
115254
115358
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115255
115359
  extraData?: JsonNullValueInput | InputJsonValue
115256
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115257
115360
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
115258
115361
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
115259
115362
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -115296,7 +115399,6 @@ export namespace Prisma {
115296
115399
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115297
115400
  extraData?: JsonNullValueInput | InputJsonValue
115298
115401
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
115299
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115300
115402
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
115301
115403
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
115302
115404
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -115336,7 +115438,6 @@ export namespace Prisma {
115336
115438
  closedReason?: string | null
115337
115439
  usercomLastSynced?: Date | string | null
115338
115440
  extraData?: JsonNullValueInput | InputJsonValue
115339
- fullName?: string | null
115340
115441
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
115341
115442
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
115342
115443
  logs?: LogCreateNestedManyWithoutUserInput
@@ -115379,7 +115480,6 @@ export namespace Prisma {
115379
115480
  usercomLastSynced?: Date | string | null
115380
115481
  extraData?: JsonNullValueInput | InputJsonValue
115381
115482
  referrerId?: number | null
115382
- fullName?: string | null
115383
115483
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
115384
115484
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
115385
115485
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -115435,7 +115535,6 @@ export namespace Prisma {
115435
115535
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
115436
115536
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115437
115537
  extraData?: JsonNullValueInput | InputJsonValue
115438
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115439
115538
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
115440
115539
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
115441
115540
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -115478,7 +115577,6 @@ export namespace Prisma {
115478
115577
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115479
115578
  extraData?: JsonNullValueInput | InputJsonValue
115480
115579
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
115481
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115482
115580
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
115483
115581
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
115484
115582
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -115518,7 +115616,6 @@ export namespace Prisma {
115518
115616
  closedReason?: string | null
115519
115617
  usercomLastSynced?: Date | string | null
115520
115618
  extraData?: JsonNullValueInput | InputJsonValue
115521
- fullName?: string | null
115522
115619
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
115523
115620
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
115524
115621
  logs?: LogCreateNestedManyWithoutUserInput
@@ -115561,7 +115658,6 @@ export namespace Prisma {
115561
115658
  usercomLastSynced?: Date | string | null
115562
115659
  extraData?: JsonNullValueInput | InputJsonValue
115563
115660
  referrerId?: number | null
115564
- fullName?: string | null
115565
115661
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
115566
115662
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
115567
115663
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -115617,7 +115713,6 @@ export namespace Prisma {
115617
115713
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
115618
115714
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115619
115715
  extraData?: JsonNullValueInput | InputJsonValue
115620
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115621
115716
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
115622
115717
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
115623
115718
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -115660,7 +115755,6 @@ export namespace Prisma {
115660
115755
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115661
115756
  extraData?: JsonNullValueInput | InputJsonValue
115662
115757
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
115663
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115664
115758
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
115665
115759
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
115666
115760
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -115700,7 +115794,6 @@ export namespace Prisma {
115700
115794
  closedReason?: string | null
115701
115795
  usercomLastSynced?: Date | string | null
115702
115796
  extraData?: JsonNullValueInput | InputJsonValue
115703
- fullName?: string | null
115704
115797
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
115705
115798
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
115706
115799
  logs?: LogCreateNestedManyWithoutUserInput
@@ -115743,7 +115836,6 @@ export namespace Prisma {
115743
115836
  usercomLastSynced?: Date | string | null
115744
115837
  extraData?: JsonNullValueInput | InputJsonValue
115745
115838
  referrerId?: number | null
115746
- fullName?: string | null
115747
115839
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
115748
115840
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
115749
115841
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -115881,7 +115973,6 @@ export namespace Prisma {
115881
115973
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
115882
115974
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115883
115975
  extraData?: JsonNullValueInput | InputJsonValue
115884
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115885
115976
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
115886
115977
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
115887
115978
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -115924,7 +116015,6 @@ export namespace Prisma {
115924
116015
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
115925
116016
  extraData?: JsonNullValueInput | InputJsonValue
115926
116017
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
115927
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
115928
116018
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
115929
116019
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
115930
116020
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -116052,7 +116142,6 @@ export namespace Prisma {
116052
116142
  closedReason?: string | null
116053
116143
  usercomLastSynced?: Date | string | null
116054
116144
  extraData?: JsonNullValueInput | InputJsonValue
116055
- fullName?: string | null
116056
116145
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
116057
116146
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
116058
116147
  logs?: LogCreateNestedManyWithoutUserInput
@@ -116095,7 +116184,6 @@ export namespace Prisma {
116095
116184
  usercomLastSynced?: Date | string | null
116096
116185
  extraData?: JsonNullValueInput | InputJsonValue
116097
116186
  referrerId?: number | null
116098
- fullName?: string | null
116099
116187
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
116100
116188
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
116101
116189
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -116880,6 +116968,7 @@ export namespace Prisma {
116880
116968
  commission?: number | null
116881
116969
  metaData?: JsonNullValueInput | InputJsonValue
116882
116970
  user: UserCreateNestedOneWithoutImpactRadiusEventsInput
116971
+ optIn?: OptInCreateNestedOneWithoutImpactRadiusEventInput
116883
116972
  }
116884
116973
 
116885
116974
  export type ImpactRadiusEventUncheckedCreateWithoutBrandInput = {
@@ -116890,6 +116979,7 @@ export namespace Prisma {
116890
116979
  commission?: number | null
116891
116980
  metaData?: JsonNullValueInput | InputJsonValue
116892
116981
  userId: number
116982
+ optInId?: number | null
116893
116983
  }
116894
116984
 
116895
116985
  export type ImpactRadiusEventCreateOrConnectWithoutBrandInput = {
@@ -117160,7 +117250,6 @@ export namespace Prisma {
117160
117250
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
117161
117251
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117162
117252
  extraData?: JsonNullValueInput | InputJsonValue
117163
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
117164
117253
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
117165
117254
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
117166
117255
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -117203,7 +117292,6 @@ export namespace Prisma {
117203
117292
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117204
117293
  extraData?: JsonNullValueInput | InputJsonValue
117205
117294
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
117206
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
117207
117295
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
117208
117296
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
117209
117297
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -119244,6 +119332,7 @@ export namespace Prisma {
119244
119332
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
119245
119333
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
119246
119334
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
119335
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
119247
119336
  }
119248
119337
 
119249
119338
  export type OptInUncheckedCreateWithoutChatInput = {
@@ -119272,6 +119361,7 @@ export namespace Prisma {
119272
119361
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
119273
119362
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
119274
119363
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
119364
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
119275
119365
  }
119276
119366
 
119277
119367
  export type OptInCreateOrConnectWithoutChatInput = {
@@ -119346,6 +119436,7 @@ export namespace Prisma {
119346
119436
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
119347
119437
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
119348
119438
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
119439
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
119349
119440
  }
119350
119441
 
119351
119442
  export type OptInUncheckedUpdateWithoutChatInput = {
@@ -119374,6 +119465,7 @@ export namespace Prisma {
119374
119465
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
119375
119466
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
119376
119467
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
119468
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
119377
119469
  }
119378
119470
 
119379
119471
  export type MessageUpsertWithWhereUniqueWithoutChatInput = {
@@ -119410,7 +119502,6 @@ export namespace Prisma {
119410
119502
  closedReason?: string | null
119411
119503
  usercomLastSynced?: Date | string | null
119412
119504
  extraData?: JsonNullValueInput | InputJsonValue
119413
- fullName?: string | null
119414
119505
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
119415
119506
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
119416
119507
  logs?: LogCreateNestedManyWithoutUserInput
@@ -119453,7 +119544,6 @@ export namespace Prisma {
119453
119544
  usercomLastSynced?: Date | string | null
119454
119545
  extraData?: JsonNullValueInput | InputJsonValue
119455
119546
  referrerId?: number | null
119456
- fullName?: string | null
119457
119547
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
119458
119548
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
119459
119549
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -119529,7 +119619,6 @@ export namespace Prisma {
119529
119619
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
119530
119620
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
119531
119621
  extraData?: JsonNullValueInput | InputJsonValue
119532
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
119533
119622
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
119534
119623
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
119535
119624
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -119572,7 +119661,6 @@ export namespace Prisma {
119572
119661
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
119573
119662
  extraData?: JsonNullValueInput | InputJsonValue
119574
119663
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
119575
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
119576
119664
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
119577
119665
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
119578
119666
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -119700,6 +119788,7 @@ export namespace Prisma {
119700
119788
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
119701
119789
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
119702
119790
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
119791
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
119703
119792
  }
119704
119793
 
119705
119794
  export type OptInUncheckedCreateWithoutCampaignInput = {
@@ -119728,6 +119817,7 @@ export namespace Prisma {
119728
119817
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
119729
119818
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
119730
119819
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
119820
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
119731
119821
  }
119732
119822
 
119733
119823
  export type OptInCreateOrConnectWithoutCampaignInput = {
@@ -120662,7 +120752,6 @@ export namespace Prisma {
120662
120752
  closedReason?: string | null
120663
120753
  usercomLastSynced?: Date | string | null
120664
120754
  extraData?: JsonNullValueInput | InputJsonValue
120665
- fullName?: string | null
120666
120755
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
120667
120756
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
120668
120757
  logs?: LogCreateNestedManyWithoutUserInput
@@ -120705,7 +120794,6 @@ export namespace Prisma {
120705
120794
  usercomLastSynced?: Date | string | null
120706
120795
  extraData?: JsonNullValueInput | InputJsonValue
120707
120796
  referrerId?: number | null
120708
- fullName?: string | null
120709
120797
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
120710
120798
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
120711
120799
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -120907,7 +120995,6 @@ export namespace Prisma {
120907
120995
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
120908
120996
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
120909
120997
  extraData?: JsonNullValueInput | InputJsonValue
120910
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
120911
120998
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
120912
120999
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
120913
121000
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -120950,7 +121037,6 @@ export namespace Prisma {
120950
121037
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
120951
121038
  extraData?: JsonNullValueInput | InputJsonValue
120952
121039
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
120953
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
120954
121040
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
120955
121041
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
120956
121042
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -123245,6 +123331,7 @@ export namespace Prisma {
123245
123331
  trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
123246
123332
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
123247
123333
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
123334
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
123248
123335
  }
123249
123336
 
123250
123337
  export type OptInUncheckedCreateWithoutProductListItemsInput = {
@@ -123273,6 +123360,7 @@ export namespace Prisma {
123273
123360
  trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
123274
123361
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
123275
123362
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
123363
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
123276
123364
  }
123277
123365
 
123278
123366
  export type OptInCreateOrConnectWithoutProductListItemsInput = {
@@ -123338,6 +123426,7 @@ export namespace Prisma {
123338
123426
  trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
123339
123427
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
123340
123428
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
123429
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
123341
123430
  }
123342
123431
 
123343
123432
  export type OptInUncheckedUpdateWithoutProductListItemsInput = {
@@ -123366,6 +123455,7 @@ export namespace Prisma {
123366
123455
  trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
123367
123456
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
123368
123457
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
123458
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
123369
123459
  }
123370
123460
 
123371
123461
  export type ProductListItemUpsertWithoutOptinsInput = {
@@ -124124,6 +124214,7 @@ export namespace Prisma {
124124
124214
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
124125
124215
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
124126
124216
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
124217
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
124127
124218
  }
124128
124219
 
124129
124220
  export type OptInUncheckedCreateWithoutCurrentStepInput = {
@@ -124152,6 +124243,7 @@ export namespace Prisma {
124152
124243
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
124153
124244
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
124154
124245
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
124246
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
124155
124247
  }
124156
124248
 
124157
124249
  export type OptInCreateOrConnectWithoutCurrentStepInput = {
@@ -124436,6 +124528,7 @@ export namespace Prisma {
124436
124528
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
124437
124529
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
124438
124530
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
124531
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
124439
124532
  }
124440
124533
 
124441
124534
  export type OptInUncheckedCreateWithoutOptInStepsInput = {
@@ -124464,6 +124557,7 @@ export namespace Prisma {
124464
124557
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
124465
124558
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
124466
124559
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
124560
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
124467
124561
  }
124468
124562
 
124469
124563
  export type OptInCreateOrConnectWithoutOptInStepsInput = {
@@ -124539,6 +124633,7 @@ export namespace Prisma {
124539
124633
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
124540
124634
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
124541
124635
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
124636
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
124542
124637
  }
124543
124638
 
124544
124639
  export type OptInUncheckedUpdateWithoutOptInStepsInput = {
@@ -124567,6 +124662,7 @@ export namespace Prisma {
124567
124662
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
124568
124663
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
124569
124664
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
124665
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
124570
124666
  }
124571
124667
 
124572
124668
  export type CampaignStepUpsertWithoutOptInStepsInput = {
@@ -124727,7 +124823,6 @@ export namespace Prisma {
124727
124823
  closedReason?: string | null
124728
124824
  usercomLastSynced?: Date | string | null
124729
124825
  extraData?: JsonNullValueInput | InputJsonValue
124730
- fullName?: string | null
124731
124826
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
124732
124827
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
124733
124828
  logs?: LogCreateNestedManyWithoutUserInput
@@ -124770,7 +124865,6 @@ export namespace Prisma {
124770
124865
  usercomLastSynced?: Date | string | null
124771
124866
  extraData?: JsonNullValueInput | InputJsonValue
124772
124867
  referrerId?: number | null
124773
- fullName?: string | null
124774
124868
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
124775
124869
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
124776
124870
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -125179,6 +125273,37 @@ export namespace Prisma {
125179
125273
  skipDuplicates?: boolean
125180
125274
  }
125181
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
+
125182
125307
  export type UserUpsertWithoutOptInsInput = {
125183
125308
  update: XOR<UserUpdateWithoutOptInsInput, UserUncheckedUpdateWithoutOptInsInput>
125184
125309
  create: XOR<UserCreateWithoutOptInsInput, UserUncheckedCreateWithoutOptInsInput>
@@ -125208,7 +125333,6 @@ export namespace Prisma {
125208
125333
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
125209
125334
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
125210
125335
  extraData?: JsonNullValueInput | InputJsonValue
125211
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
125212
125336
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
125213
125337
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
125214
125338
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -125251,7 +125375,6 @@ export namespace Prisma {
125251
125375
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
125252
125376
  extraData?: JsonNullValueInput | InputJsonValue
125253
125377
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
125254
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
125255
125378
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
125256
125379
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
125257
125380
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -125627,6 +125750,22 @@ export namespace Prisma {
125627
125750
  data: XOR<ExternalAffiliateClickUpdateManyMutationInput, ExternalAffiliateClickUncheckedUpdateManyWithoutOptinInput>
125628
125751
  }
125629
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
+
125630
125769
  export type OptInCreateWithoutTrolleyPaymentsInput = {
125631
125770
  status?: string
125632
125771
  created?: Date | string
@@ -125652,6 +125791,7 @@ export namespace Prisma {
125652
125791
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
125653
125792
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
125654
125793
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
125794
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
125655
125795
  }
125656
125796
 
125657
125797
  export type OptInUncheckedCreateWithoutTrolleyPaymentsInput = {
@@ -125680,6 +125820,7 @@ export namespace Prisma {
125680
125820
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
125681
125821
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
125682
125822
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
125823
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
125683
125824
  }
125684
125825
 
125685
125826
  export type OptInCreateOrConnectWithoutTrolleyPaymentsInput = {
@@ -125723,6 +125864,7 @@ export namespace Prisma {
125723
125864
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
125724
125865
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
125725
125866
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
125867
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
125726
125868
  }
125727
125869
 
125728
125870
  export type OptInUncheckedUpdateWithoutTrolleyPaymentsInput = {
@@ -125751,6 +125893,7 @@ export namespace Prisma {
125751
125893
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
125752
125894
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
125753
125895
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
125896
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
125754
125897
  }
125755
125898
 
125756
125899
  export type OptInCreateWithoutVariablesInput = {
@@ -125778,6 +125921,7 @@ export namespace Prisma {
125778
125921
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
125779
125922
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
125780
125923
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
125924
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
125781
125925
  }
125782
125926
 
125783
125927
  export type OptInUncheckedCreateWithoutVariablesInput = {
@@ -125806,6 +125950,7 @@ export namespace Prisma {
125806
125950
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
125807
125951
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
125808
125952
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
125953
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
125809
125954
  }
125810
125955
 
125811
125956
  export type OptInCreateOrConnectWithoutVariablesInput = {
@@ -125891,6 +126036,7 @@ export namespace Prisma {
125891
126036
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
125892
126037
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
125893
126038
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
126039
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
125894
126040
  }
125895
126041
 
125896
126042
  export type OptInUncheckedUpdateWithoutVariablesInput = {
@@ -125919,6 +126065,7 @@ export namespace Prisma {
125919
126065
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
125920
126066
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
125921
126067
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
126068
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
125922
126069
  }
125923
126070
 
125924
126071
  export type VariableUpsertWithoutOptInVariablesInput = {
@@ -125993,7 +126140,6 @@ export namespace Prisma {
125993
126140
  closedReason?: string | null
125994
126141
  usercomLastSynced?: Date | string | null
125995
126142
  extraData?: JsonNullValueInput | InputJsonValue
125996
- fullName?: string | null
125997
126143
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
125998
126144
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
125999
126145
  logs?: LogCreateNestedManyWithoutUserInput
@@ -126036,7 +126182,6 @@ export namespace Prisma {
126036
126182
  usercomLastSynced?: Date | string | null
126037
126183
  extraData?: JsonNullValueInput | InputJsonValue
126038
126184
  referrerId?: number | null
126039
- fullName?: string | null
126040
126185
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
126041
126186
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
126042
126187
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -126257,7 +126402,6 @@ export namespace Prisma {
126257
126402
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
126258
126403
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
126259
126404
  extraData?: JsonNullValueInput | InputJsonValue
126260
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
126261
126405
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
126262
126406
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
126263
126407
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -126300,7 +126444,6 @@ export namespace Prisma {
126300
126444
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
126301
126445
  extraData?: JsonNullValueInput | InputJsonValue
126302
126446
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
126303
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
126304
126447
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
126305
126448
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
126306
126449
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -126802,7 +126945,6 @@ export namespace Prisma {
126802
126945
  closedReason?: string | null
126803
126946
  usercomLastSynced?: Date | string | null
126804
126947
  extraData?: JsonNullValueInput | InputJsonValue
126805
- fullName?: string | null
126806
126948
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
126807
126949
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
126808
126950
  logs?: LogCreateNestedManyWithoutUserInput
@@ -126845,7 +126987,6 @@ export namespace Prisma {
126845
126987
  usercomLastSynced?: Date | string | null
126846
126988
  extraData?: JsonNullValueInput | InputJsonValue
126847
126989
  referrerId?: number | null
126848
- fullName?: string | null
126849
126990
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
126850
126991
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
126851
126992
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -127053,7 +127194,6 @@ export namespace Prisma {
127053
127194
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
127054
127195
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
127055
127196
  extraData?: JsonNullValueInput | InputJsonValue
127056
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
127057
127197
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
127058
127198
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
127059
127199
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -127096,7 +127236,6 @@ export namespace Prisma {
127096
127236
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
127097
127237
  extraData?: JsonNullValueInput | InputJsonValue
127098
127238
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
127099
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
127100
127239
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
127101
127240
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
127102
127241
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -127219,6 +127358,7 @@ export namespace Prisma {
127219
127358
  trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
127220
127359
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
127221
127360
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
127361
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
127222
127362
  }
127223
127363
 
127224
127364
  export type OptInUncheckedCreateWithoutExternalAffiliateClickInput = {
@@ -127247,6 +127387,7 @@ export namespace Prisma {
127247
127387
  trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
127248
127388
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
127249
127389
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
127390
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
127250
127391
  }
127251
127392
 
127252
127393
  export type OptInCreateOrConnectWithoutExternalAffiliateClickInput = {
@@ -127436,6 +127577,7 @@ export namespace Prisma {
127436
127577
  trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
127437
127578
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
127438
127579
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
127580
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
127439
127581
  }
127440
127582
 
127441
127583
  export type OptInUncheckedUpdateWithoutExternalAffiliateClickInput = {
@@ -127464,6 +127606,7 @@ export namespace Prisma {
127464
127606
  trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
127465
127607
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
127466
127608
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
127609
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
127467
127610
  }
127468
127611
 
127469
127612
  export type CampaignUpsertWithoutExternalAffiliateClickInput = {
@@ -127910,7 +128053,6 @@ export namespace Prisma {
127910
128053
  closedReason?: string | null
127911
128054
  usercomLastSynced?: Date | string | null
127912
128055
  extraData?: JsonNullValueInput | InputJsonValue
127913
- fullName?: string | null
127914
128056
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
127915
128057
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
127916
128058
  logs?: LogCreateNestedManyWithoutUserInput
@@ -127953,7 +128095,6 @@ export namespace Prisma {
127953
128095
  usercomLastSynced?: Date | string | null
127954
128096
  extraData?: JsonNullValueInput | InputJsonValue
127955
128097
  referrerId?: number | null
127956
- fullName?: string | null
127957
128098
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
127958
128099
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
127959
128100
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -128051,7 +128192,6 @@ export namespace Prisma {
128051
128192
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
128052
128193
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128053
128194
  extraData?: JsonNullValueInput | InputJsonValue
128054
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
128055
128195
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
128056
128196
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
128057
128197
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -128094,7 +128234,6 @@ export namespace Prisma {
128094
128234
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128095
128235
  extraData?: JsonNullValueInput | InputJsonValue
128096
128236
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
128097
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
128098
128237
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
128099
128238
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
128100
128239
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -128173,6 +128312,7 @@ export namespace Prisma {
128173
128312
  trolleyPayments?: TrolleyPaymentCreateNestedManyWithoutOptInInput
128174
128313
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
128175
128314
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
128315
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
128176
128316
  }
128177
128317
 
128178
128318
  export type OptInUncheckedCreateWithoutAffiliateClicksInput = {
@@ -128201,6 +128341,7 @@ export namespace Prisma {
128201
128341
  trolleyPayments?: TrolleyPaymentUncheckedCreateNestedManyWithoutOptInInput
128202
128342
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
128203
128343
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
128344
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
128204
128345
  }
128205
128346
 
128206
128347
  export type OptInCreateOrConnectWithoutAffiliateClicksInput = {
@@ -128297,6 +128438,7 @@ export namespace Prisma {
128297
128438
  trolleyPayments?: TrolleyPaymentUpdateManyWithoutOptInNestedInput
128298
128439
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
128299
128440
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
128441
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
128300
128442
  }
128301
128443
 
128302
128444
  export type OptInUncheckedUpdateWithoutAffiliateClicksInput = {
@@ -128325,6 +128467,7 @@ export namespace Prisma {
128325
128467
  trolleyPayments?: TrolleyPaymentUncheckedUpdateManyWithoutOptInNestedInput
128326
128468
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
128327
128469
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
128470
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
128328
128471
  }
128329
128472
 
128330
128473
  export type AffiliateLinkUpsertWithoutAffiliateClicksInput = {
@@ -128910,6 +129053,7 @@ export namespace Prisma {
128910
129053
  affiliateClicks?: AffiliateClickCreateNestedManyWithoutOptinInput
128911
129054
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
128912
129055
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
129056
+ ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
128913
129057
  }
128914
129058
 
128915
129059
  export type OptInUncheckedCreateWithoutCampaignInvitesInput = {
@@ -128938,6 +129082,7 @@ export namespace Prisma {
128938
129082
  affiliateClicks?: AffiliateClickUncheckedCreateNestedManyWithoutOptinInput
128939
129083
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
128940
129084
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
129085
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
128941
129086
  }
128942
129087
 
128943
129088
  export type OptInCreateOrConnectWithoutCampaignInvitesInput = {
@@ -129275,6 +129420,7 @@ export namespace Prisma {
129275
129420
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
129276
129421
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
129277
129422
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
129423
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
129278
129424
  }
129279
129425
 
129280
129426
  export type OptInUncheckedUpdateWithoutCampaignInvitesInput = {
@@ -129303,6 +129449,7 @@ export namespace Prisma {
129303
129449
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
129304
129450
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
129305
129451
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
129452
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
129306
129453
  }
129307
129454
 
129308
129455
  export type CreatorListItemCreateWithoutCreatorListInput = {
@@ -130293,7 +130440,6 @@ export namespace Prisma {
130293
130440
  closedReason?: string | null
130294
130441
  usercomLastSynced?: Date | string | null
130295
130442
  extraData?: JsonNullValueInput | InputJsonValue
130296
- fullName?: string | null
130297
130443
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
130298
130444
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
130299
130445
  logs?: LogCreateNestedManyWithoutUserInput
@@ -130336,7 +130482,6 @@ export namespace Prisma {
130336
130482
  usercomLastSynced?: Date | string | null
130337
130483
  extraData?: JsonNullValueInput | InputJsonValue
130338
130484
  referrerId?: number | null
130339
- fullName?: string | null
130340
130485
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
130341
130486
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
130342
130487
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -130424,7 +130569,6 @@ export namespace Prisma {
130424
130569
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
130425
130570
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
130426
130571
  extraData?: JsonNullValueInput | InputJsonValue
130427
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
130428
130572
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
130429
130573
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
130430
130574
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -130467,7 +130611,6 @@ export namespace Prisma {
130467
130611
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
130468
130612
  extraData?: JsonNullValueInput | InputJsonValue
130469
130613
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
130470
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
130471
130614
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
130472
130615
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
130473
130616
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -131628,7 +131771,6 @@ export namespace Prisma {
131628
131771
  closedReason?: string | null
131629
131772
  usercomLastSynced?: Date | string | null
131630
131773
  extraData?: JsonNullValueInput | InputJsonValue
131631
- fullName?: string | null
131632
131774
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
131633
131775
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
131634
131776
  logs?: LogCreateNestedManyWithoutUserInput
@@ -131671,7 +131813,6 @@ export namespace Prisma {
131671
131813
  usercomLastSynced?: Date | string | null
131672
131814
  extraData?: JsonNullValueInput | InputJsonValue
131673
131815
  referrerId?: number | null
131674
- fullName?: string | null
131675
131816
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
131676
131817
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
131677
131818
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -131727,7 +131868,6 @@ export namespace Prisma {
131727
131868
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
131728
131869
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131729
131870
  extraData?: JsonNullValueInput | InputJsonValue
131730
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
131731
131871
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
131732
131872
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
131733
131873
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -131770,7 +131910,6 @@ export namespace Prisma {
131770
131910
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131771
131911
  extraData?: JsonNullValueInput | InputJsonValue
131772
131912
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
131773
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
131774
131913
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
131775
131914
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
131776
131915
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -131810,7 +131949,6 @@ export namespace Prisma {
131810
131949
  closedReason?: string | null
131811
131950
  usercomLastSynced?: Date | string | null
131812
131951
  extraData?: JsonNullValueInput | InputJsonValue
131813
- fullName?: string | null
131814
131952
  referrer?: UserCreateNestedOneWithoutReferredUsersInput
131815
131953
  referredUsers?: UserCreateNestedManyWithoutReferrerInput
131816
131954
  logs?: LogCreateNestedManyWithoutUserInput
@@ -131853,7 +131991,6 @@ export namespace Prisma {
131853
131991
  usercomLastSynced?: Date | string | null
131854
131992
  extraData?: JsonNullValueInput | InputJsonValue
131855
131993
  referrerId?: number | null
131856
- fullName?: string | null
131857
131994
  referredUsers?: UserUncheckedCreateNestedManyWithoutReferrerInput
131858
131995
  logs?: LogUncheckedCreateNestedManyWithoutUserInput
131859
131996
  creatorProfile?: CreatorProfileUncheckedCreateNestedOneWithoutUserInput
@@ -131962,6 +132099,68 @@ export namespace Prisma {
131962
132099
  create: XOR<BrandCreateWithoutImpactRadiusEventsInput, BrandUncheckedCreateWithoutImpactRadiusEventsInput>
131963
132100
  }
131964
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
+
131965
132164
  export type UserUpsertWithoutImpactRadiusEventsInput = {
131966
132165
  update: XOR<UserUpdateWithoutImpactRadiusEventsInput, UserUncheckedUpdateWithoutImpactRadiusEventsInput>
131967
132166
  create: XOR<UserCreateWithoutImpactRadiusEventsInput, UserUncheckedCreateWithoutImpactRadiusEventsInput>
@@ -131991,7 +132190,6 @@ export namespace Prisma {
131991
132190
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
131992
132191
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131993
132192
  extraData?: JsonNullValueInput | InputJsonValue
131994
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
131995
132193
  referrer?: UserUpdateOneWithoutReferredUsersNestedInput
131996
132194
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
131997
132195
  logs?: LogUpdateManyWithoutUserNestedInput
@@ -132034,7 +132232,6 @@ export namespace Prisma {
132034
132232
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
132035
132233
  extraData?: JsonNullValueInput | InputJsonValue
132036
132234
  referrerId?: NullableIntFieldUpdateOperationsInput | number | null
132037
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
132038
132235
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
132039
132236
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
132040
132237
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -132144,6 +132341,74 @@ export namespace Prisma {
132144
132341
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
132145
132342
  }
132146
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
+
132147
132412
  export type BrandCreateWithoutCreatorsearchfilterInput = {
132148
132413
  name: string
132149
132414
  description?: string | null
@@ -134444,7 +134709,6 @@ export namespace Prisma {
134444
134709
  closedReason?: string | null
134445
134710
  usercomLastSynced?: Date | string | null
134446
134711
  extraData?: JsonNullValueInput | InputJsonValue
134447
- fullName?: string | null
134448
134712
  }
134449
134713
 
134450
134714
  export type LogCreateManyUserInput = {
@@ -134607,6 +134871,7 @@ export namespace Prisma {
134607
134871
  commission?: number | null
134608
134872
  metaData?: JsonNullValueInput | InputJsonValue
134609
134873
  brandId?: number | null
134874
+ optInId?: number | null
134610
134875
  }
134611
134876
 
134612
134877
  export type UserUpdateWithoutReferrerInput = {
@@ -134627,7 +134892,6 @@ export namespace Prisma {
134627
134892
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
134628
134893
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
134629
134894
  extraData?: JsonNullValueInput | InputJsonValue
134630
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
134631
134895
  referredUsers?: UserUpdateManyWithoutReferrerNestedInput
134632
134896
  logs?: LogUpdateManyWithoutUserNestedInput
134633
134897
  creatorProfile?: CreatorProfileUpdateOneWithoutUserNestedInput
@@ -134669,7 +134933,6 @@ export namespace Prisma {
134669
134933
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
134670
134934
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
134671
134935
  extraData?: JsonNullValueInput | InputJsonValue
134672
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
134673
134936
  referredUsers?: UserUncheckedUpdateManyWithoutReferrerNestedInput
134674
134937
  logs?: LogUncheckedUpdateManyWithoutUserNestedInput
134675
134938
  creatorProfile?: CreatorProfileUncheckedUpdateOneWithoutUserNestedInput
@@ -134711,7 +134974,6 @@ export namespace Prisma {
134711
134974
  closedReason?: NullableStringFieldUpdateOperationsInput | string | null
134712
134975
  usercomLastSynced?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
134713
134976
  extraData?: JsonNullValueInput | InputJsonValue
134714
- fullName?: NullableStringFieldUpdateOperationsInput | string | null
134715
134977
  }
134716
134978
 
134717
134979
  export type LogUpdateWithoutUserInput = {
@@ -134770,6 +135032,7 @@ export namespace Prisma {
134770
135032
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
134771
135033
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
134772
135034
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
135035
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
134773
135036
  }
134774
135037
 
134775
135038
  export type OptInUncheckedUpdateWithoutUserInput = {
@@ -134798,6 +135061,7 @@ export namespace Prisma {
134798
135061
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
134799
135062
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
134800
135063
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
135064
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
134801
135065
  }
134802
135066
 
134803
135067
  export type OptInUncheckedUpdateManyWithoutUserInput = {
@@ -135238,6 +135502,7 @@ export namespace Prisma {
135238
135502
  commission?: NullableFloatFieldUpdateOperationsInput | number | null
135239
135503
  metaData?: JsonNullValueInput | InputJsonValue
135240
135504
  brand?: BrandUpdateOneWithoutImpactRadiusEventsNestedInput
135505
+ optIn?: OptInUpdateOneWithoutImpactRadiusEventNestedInput
135241
135506
  }
135242
135507
 
135243
135508
  export type ImpactRadiusEventUncheckedUpdateWithoutUserInput = {
@@ -135248,6 +135513,7 @@ export namespace Prisma {
135248
135513
  commission?: NullableFloatFieldUpdateOperationsInput | number | null
135249
135514
  metaData?: JsonNullValueInput | InputJsonValue
135250
135515
  brandId?: NullableIntFieldUpdateOperationsInput | number | null
135516
+ optInId?: NullableIntFieldUpdateOperationsInput | number | null
135251
135517
  }
135252
135518
 
135253
135519
  export type ImpactRadiusEventUncheckedUpdateManyWithoutUserInput = {
@@ -135258,6 +135524,7 @@ export namespace Prisma {
135258
135524
  commission?: NullableFloatFieldUpdateOperationsInput | number | null
135259
135525
  metaData?: JsonNullValueInput | InputJsonValue
135260
135526
  brandId?: NullableIntFieldUpdateOperationsInput | number | null
135527
+ optInId?: NullableIntFieldUpdateOperationsInput | number | null
135261
135528
  }
135262
135529
 
135263
135530
  export type CreatorToCategoryCreateManyCreatorProfileInput = {
@@ -135470,6 +135737,7 @@ export namespace Prisma {
135470
135737
  commission?: number | null
135471
135738
  metaData?: JsonNullValueInput | InputJsonValue
135472
135739
  userId: number
135740
+ optInId?: number | null
135473
135741
  }
135474
135742
 
135475
135743
  export type ShopifyStoreCreateManyBrandInput = {
@@ -136116,6 +136384,7 @@ export namespace Prisma {
136116
136384
  commission?: NullableFloatFieldUpdateOperationsInput | number | null
136117
136385
  metaData?: JsonNullValueInput | InputJsonValue
136118
136386
  user?: UserUpdateOneRequiredWithoutImpactRadiusEventsNestedInput
136387
+ optIn?: OptInUpdateOneWithoutImpactRadiusEventNestedInput
136119
136388
  }
136120
136389
 
136121
136390
  export type ImpactRadiusEventUncheckedUpdateWithoutBrandInput = {
@@ -136126,6 +136395,7 @@ export namespace Prisma {
136126
136395
  commission?: NullableFloatFieldUpdateOperationsInput | number | null
136127
136396
  metaData?: JsonNullValueInput | InputJsonValue
136128
136397
  userId?: IntFieldUpdateOperationsInput | number
136398
+ optInId?: NullableIntFieldUpdateOperationsInput | number | null
136129
136399
  }
136130
136400
 
136131
136401
  export type ImpactRadiusEventUncheckedUpdateManyWithoutBrandInput = {
@@ -136136,6 +136406,7 @@ export namespace Prisma {
136136
136406
  commission?: NullableFloatFieldUpdateOperationsInput | number | null
136137
136407
  metaData?: JsonNullValueInput | InputJsonValue
136138
136408
  userId?: IntFieldUpdateOperationsInput | number
136409
+ optInId?: NullableIntFieldUpdateOperationsInput | number | null
136139
136410
  }
136140
136411
 
136141
136412
  export type ShopifyStoreUpdateWithoutBrandInput = {
@@ -136585,6 +136856,7 @@ export namespace Prisma {
136585
136856
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
136586
136857
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
136587
136858
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
136859
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
136588
136860
  }
136589
136861
 
136590
136862
  export type OptInUncheckedUpdateWithoutCampaignInput = {
@@ -136613,6 +136885,7 @@ export namespace Prisma {
136613
136885
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
136614
136886
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
136615
136887
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
136888
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
136616
136889
  }
136617
136890
 
136618
136891
  export type OptInUncheckedUpdateManyWithoutCampaignInput = {
@@ -137267,6 +137540,7 @@ export namespace Prisma {
137267
137540
  affiliateClicks?: AffiliateClickUpdateManyWithoutOptinNestedInput
137268
137541
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
137269
137542
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
137543
+ ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
137270
137544
  }
137271
137545
 
137272
137546
  export type OptInUncheckedUpdateWithoutCurrentStepInput = {
@@ -137295,6 +137569,7 @@ export namespace Prisma {
137295
137569
  affiliateClicks?: AffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
137296
137570
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
137297
137571
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
137572
+ ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
137298
137573
  }
137299
137574
 
137300
137575
  export type OptInUncheckedUpdateManyWithoutCurrentStepInput = {
@@ -137447,6 +137722,17 @@ export namespace Prisma {
137447
137722
  campaignId: number
137448
137723
  }
137449
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
+
137450
137736
  export type OptInVariableUpdateWithoutOptInInput = {
137451
137737
  variable?: VariableUpdateOneRequiredWithoutOptInVariablesNestedInput
137452
137738
  selectedOption?: VariableOptionUpdateOneRequiredWithoutOptInVariablesNestedInput
@@ -137620,6 +137906,38 @@ export namespace Prisma {
137620
137906
  campaignId?: IntFieldUpdateOperationsInput | number
137621
137907
  }
137622
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
+
137623
137941
  export type ListToSocialPostCreateManySocialPostInput = {
137624
137942
  id?: number
137625
137943
  listId: number