@creator.co/creatorco-prisma-client 1.0.20-alpha-995a7a0 → 1.0.21-alpha-f0d1b14

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
@@ -6370,6 +6370,7 @@ export namespace Prisma {
6370
6370
  campaignPins: number
6371
6371
  socialPosts: number
6372
6372
  campaignInvites: number
6373
+ shopifyProducts: number
6373
6374
  creatorLists: number
6374
6375
  optInViews: number
6375
6376
  sequences: number
@@ -6385,6 +6386,7 @@ export namespace Prisma {
6385
6386
  campaignPins?: boolean | CampaignCountOutputTypeCountCampaignPinsArgs
6386
6387
  socialPosts?: boolean | CampaignCountOutputTypeCountSocialPostsArgs
6387
6388
  campaignInvites?: boolean | CampaignCountOutputTypeCountCampaignInvitesArgs
6389
+ shopifyProducts?: boolean | CampaignCountOutputTypeCountShopifyProductsArgs
6388
6390
  creatorLists?: boolean | CampaignCountOutputTypeCountCreatorListsArgs
6389
6391
  optInViews?: boolean | CampaignCountOutputTypeCountOptInViewsArgs
6390
6392
  sequences?: boolean | CampaignCountOutputTypeCountSequencesArgs
@@ -6475,6 +6477,14 @@ export namespace Prisma {
6475
6477
  }
6476
6478
 
6477
6479
 
6480
+ /**
6481
+ * CampaignCountOutputType without action
6482
+ */
6483
+ export type CampaignCountOutputTypeCountShopifyProductsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
6484
+ where?: ShopifyProductWhereInput
6485
+ }
6486
+
6487
+
6478
6488
  /**
6479
6489
  * CampaignCountOutputType without action
6480
6490
  */
@@ -7340,6 +7350,40 @@ export namespace Prisma {
7340
7350
 
7341
7351
 
7342
7352
 
7353
+ /**
7354
+ * Count Type ShopifyProductCountOutputType
7355
+ */
7356
+
7357
+ export type ShopifyProductCountOutputType = {
7358
+ campaigns: number
7359
+ }
7360
+
7361
+ export type ShopifyProductCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7362
+ campaigns?: boolean | ShopifyProductCountOutputTypeCountCampaignsArgs
7363
+ }
7364
+
7365
+ // Custom InputTypes
7366
+
7367
+ /**
7368
+ * ShopifyProductCountOutputType without action
7369
+ */
7370
+ export type ShopifyProductCountOutputTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7371
+ /**
7372
+ * Select specific fields to fetch from the ShopifyProductCountOutputType
7373
+ */
7374
+ select?: ShopifyProductCountOutputTypeSelect<ExtArgs> | null
7375
+ }
7376
+
7377
+
7378
+ /**
7379
+ * ShopifyProductCountOutputType without action
7380
+ */
7381
+ export type ShopifyProductCountOutputTypeCountCampaignsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7382
+ where?: CampaignWhereInput
7383
+ }
7384
+
7385
+
7386
+
7343
7387
  /**
7344
7388
  * Models
7345
7389
  */
@@ -28047,6 +28091,7 @@ export namespace Prisma {
28047
28091
  campaignPins?: boolean | Campaign$campaignPinsArgs<ExtArgs>
28048
28092
  socialPosts?: boolean | Campaign$socialPostsArgs<ExtArgs>
28049
28093
  campaignInvites?: boolean | Campaign$campaignInvitesArgs<ExtArgs>
28094
+ shopifyProducts?: boolean | Campaign$shopifyProductsArgs<ExtArgs>
28050
28095
  brand?: boolean | BrandDefaultArgs<ExtArgs>
28051
28096
  creatorLists?: boolean | Campaign$creatorListsArgs<ExtArgs>
28052
28097
  optInViews?: boolean | Campaign$optInViewsArgs<ExtArgs>
@@ -28119,6 +28164,7 @@ export namespace Prisma {
28119
28164
  campaignPins?: boolean | Campaign$campaignPinsArgs<ExtArgs>
28120
28165
  socialPosts?: boolean | Campaign$socialPostsArgs<ExtArgs>
28121
28166
  campaignInvites?: boolean | Campaign$campaignInvitesArgs<ExtArgs>
28167
+ shopifyProducts?: boolean | Campaign$shopifyProductsArgs<ExtArgs>
28122
28168
  brand?: boolean | BrandDefaultArgs<ExtArgs>
28123
28169
  creatorLists?: boolean | Campaign$creatorListsArgs<ExtArgs>
28124
28170
  optInViews?: boolean | Campaign$optInViewsArgs<ExtArgs>
@@ -28139,6 +28185,7 @@ export namespace Prisma {
28139
28185
  campaignPins: Prisma.$CampaignPinPayload<ExtArgs>[]
28140
28186
  socialPosts: Prisma.$SocialPostPayload<ExtArgs>[]
28141
28187
  campaignInvites: Prisma.$CampaignInvitePayload<ExtArgs>[]
28188
+ shopifyProducts: Prisma.$ShopifyProductPayload<ExtArgs>[]
28142
28189
  brand: Prisma.$BrandPayload<ExtArgs>
28143
28190
  creatorLists: Prisma.$CreatorListPayload<ExtArgs>[]
28144
28191
  optInViews: Prisma.$OptInViewPayload<ExtArgs>[]
@@ -28580,6 +28627,8 @@ export namespace Prisma {
28580
28627
 
28581
28628
  campaignInvites<T extends Campaign$campaignInvitesArgs<ExtArgs> = {}>(args?: Subset<T, Campaign$campaignInvitesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CampaignInvitePayload<ExtArgs>, T, 'findMany'> | Null>;
28582
28629
 
28630
+ shopifyProducts<T extends Campaign$shopifyProductsArgs<ExtArgs> = {}>(args?: Subset<T, Campaign$shopifyProductsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ShopifyProductPayload<ExtArgs>, T, 'findMany'> | Null>;
28631
+
28583
28632
  brand<T extends BrandDefaultArgs<ExtArgs> = {}>(args?: Subset<T, BrandDefaultArgs<ExtArgs>>): Prisma__BrandClient<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
28584
28633
 
28585
28634
  creatorLists<T extends Campaign$creatorListsArgs<ExtArgs> = {}>(args?: Subset<T, Campaign$creatorListsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CreatorListPayload<ExtArgs>, T, 'findMany'> | Null>;
@@ -29168,6 +29217,27 @@ export namespace Prisma {
29168
29217
  }
29169
29218
 
29170
29219
 
29220
+ /**
29221
+ * Campaign.shopifyProducts
29222
+ */
29223
+ export type Campaign$shopifyProductsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29224
+ /**
29225
+ * Select specific fields to fetch from the ShopifyProduct
29226
+ */
29227
+ select?: ShopifyProductSelect<ExtArgs> | null
29228
+ /**
29229
+ * Choose, which related nodes to fetch as well.
29230
+ */
29231
+ include?: ShopifyProductInclude<ExtArgs> | null
29232
+ where?: ShopifyProductWhereInput
29233
+ orderBy?: ShopifyProductOrderByWithRelationAndSearchRelevanceInput | ShopifyProductOrderByWithRelationAndSearchRelevanceInput[]
29234
+ cursor?: ShopifyProductWhereUniqueInput
29235
+ take?: number
29236
+ skip?: number
29237
+ distinct?: ShopifyProductScalarFieldEnum | ShopifyProductScalarFieldEnum[]
29238
+ }
29239
+
29240
+
29171
29241
  /**
29172
29242
  * Campaign.creatorLists
29173
29243
  */
@@ -71137,8 +71207,8 @@ export namespace Prisma {
71137
71207
 
71138
71208
  export type ShopifyStoreGroupByOutputType = {
71139
71209
  id: number
71140
- shopifyId: string
71141
- name: string
71210
+ shopifyId: string | null
71211
+ name: string | null
71142
71212
  url: string
71143
71213
  accessToken: string
71144
71214
  metaData: JsonValue
@@ -71173,7 +71243,7 @@ export namespace Prisma {
71173
71243
  metaData?: boolean
71174
71244
  brandId?: boolean
71175
71245
  products?: boolean | ShopifyStore$productsArgs<ExtArgs>
71176
- brand?: boolean | BrandDefaultArgs<ExtArgs>
71246
+ brand?: boolean | ShopifyStore$brandArgs<ExtArgs>
71177
71247
  _count?: boolean | ShopifyStoreCountOutputTypeDefaultArgs<ExtArgs>
71178
71248
  }, ExtArgs["result"]["shopifyStore"]>
71179
71249
 
@@ -71189,7 +71259,7 @@ export namespace Prisma {
71189
71259
 
71190
71260
  export type ShopifyStoreInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
71191
71261
  products?: boolean | ShopifyStore$productsArgs<ExtArgs>
71192
- brand?: boolean | BrandDefaultArgs<ExtArgs>
71262
+ brand?: boolean | ShopifyStore$brandArgs<ExtArgs>
71193
71263
  _count?: boolean | ShopifyStoreCountOutputTypeDefaultArgs<ExtArgs>
71194
71264
  }
71195
71265
 
@@ -71198,12 +71268,12 @@ export namespace Prisma {
71198
71268
  name: "ShopifyStore"
71199
71269
  objects: {
71200
71270
  products: Prisma.$ShopifyProductPayload<ExtArgs>[]
71201
- brand: Prisma.$BrandPayload<ExtArgs>
71271
+ brand: Prisma.$BrandPayload<ExtArgs> | null
71202
71272
  }
71203
71273
  scalars: $Extensions.GetPayloadResult<{
71204
71274
  id: number
71205
- shopifyId: string
71206
- name: string
71275
+ shopifyId: string | null
71276
+ name: string | null
71207
71277
  url: string
71208
71278
  accessToken: string
71209
71279
  metaData: Prisma.JsonValue
@@ -71575,7 +71645,7 @@ export namespace Prisma {
71575
71645
 
71576
71646
  products<T extends ShopifyStore$productsArgs<ExtArgs> = {}>(args?: Subset<T, ShopifyStore$productsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ShopifyProductPayload<ExtArgs>, T, 'findMany'> | Null>;
71577
71647
 
71578
- brand<T extends BrandDefaultArgs<ExtArgs> = {}>(args?: Subset<T, BrandDefaultArgs<ExtArgs>>): Prisma__BrandClient<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
71648
+ brand<T extends ShopifyStore$brandArgs<ExtArgs> = {}>(args?: Subset<T, ShopifyStore$brandArgs<ExtArgs>>): Prisma__BrandClient<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
71579
71649
 
71580
71650
  /**
71581
71651
  * Attaches callbacks for the resolution and/or rejection of the Promise.
@@ -71944,6 +72014,22 @@ export namespace Prisma {
71944
72014
  }
71945
72015
 
71946
72016
 
72017
+ /**
72018
+ * ShopifyStore.brand
72019
+ */
72020
+ export type ShopifyStore$brandArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
72021
+ /**
72022
+ * Select specific fields to fetch from the Brand
72023
+ */
72024
+ select?: BrandSelect<ExtArgs> | null
72025
+ /**
72026
+ * Choose, which related nodes to fetch as well.
72027
+ */
72028
+ include?: BrandInclude<ExtArgs> | null
72029
+ where?: BrandWhereInput
72030
+ }
72031
+
72032
+
71947
72033
  /**
71948
72034
  * ShopifyStore without action
71949
72035
  */
@@ -71974,13 +72060,11 @@ export namespace Prisma {
71974
72060
 
71975
72061
  export type ShopifyProductAvgAggregateOutputType = {
71976
72062
  id: number | null
71977
- price: number | null
71978
72063
  shopifyStoreId: number | null
71979
72064
  }
71980
72065
 
71981
72066
  export type ShopifyProductSumAggregateOutputType = {
71982
72067
  id: number | null
71983
- price: number | null
71984
72068
  shopifyStoreId: number | null
71985
72069
  }
71986
72070
 
@@ -71991,8 +72075,6 @@ export namespace Prisma {
71991
72075
  handle: string | null
71992
72076
  createdAt: Date | null
71993
72077
  updatedAt: Date | null
71994
- description: string | null
71995
- price: number | null
71996
72078
  tags: string | null
71997
72079
  status: string | null
71998
72080
  lastSynced: Date | null
@@ -72006,8 +72088,6 @@ export namespace Prisma {
72006
72088
  handle: string | null
72007
72089
  createdAt: Date | null
72008
72090
  updatedAt: Date | null
72009
- description: string | null
72010
- price: number | null
72011
72091
  tags: string | null
72012
72092
  status: string | null
72013
72093
  lastSynced: Date | null
@@ -72021,8 +72101,6 @@ export namespace Prisma {
72021
72101
  handle: number
72022
72102
  createdAt: number
72023
72103
  updatedAt: number
72024
- description: number
72025
- price: number
72026
72104
  tags: number
72027
72105
  status: number
72028
72106
  metaData: number
@@ -72034,13 +72112,11 @@ export namespace Prisma {
72034
72112
 
72035
72113
  export type ShopifyProductAvgAggregateInputType = {
72036
72114
  id?: true
72037
- price?: true
72038
72115
  shopifyStoreId?: true
72039
72116
  }
72040
72117
 
72041
72118
  export type ShopifyProductSumAggregateInputType = {
72042
72119
  id?: true
72043
- price?: true
72044
72120
  shopifyStoreId?: true
72045
72121
  }
72046
72122
 
@@ -72051,8 +72127,6 @@ export namespace Prisma {
72051
72127
  handle?: true
72052
72128
  createdAt?: true
72053
72129
  updatedAt?: true
72054
- description?: true
72055
- price?: true
72056
72130
  tags?: true
72057
72131
  status?: true
72058
72132
  lastSynced?: true
@@ -72066,8 +72140,6 @@ export namespace Prisma {
72066
72140
  handle?: true
72067
72141
  createdAt?: true
72068
72142
  updatedAt?: true
72069
- description?: true
72070
- price?: true
72071
72143
  tags?: true
72072
72144
  status?: true
72073
72145
  lastSynced?: true
@@ -72081,8 +72153,6 @@ export namespace Prisma {
72081
72153
  handle?: true
72082
72154
  createdAt?: true
72083
72155
  updatedAt?: true
72084
- description?: true
72085
- price?: true
72086
72156
  tags?: true
72087
72157
  status?: true
72088
72158
  metaData?: true
@@ -72184,10 +72254,8 @@ export namespace Prisma {
72184
72254
  handle: string
72185
72255
  createdAt: Date | null
72186
72256
  updatedAt: Date | null
72187
- description: string | null
72188
- price: number
72189
72257
  tags: string | null
72190
- status: string
72258
+ status: string | null
72191
72259
  metaData: JsonValue
72192
72260
  lastSynced: Date
72193
72261
  shopifyStoreId: number
@@ -72219,14 +72287,14 @@ export namespace Prisma {
72219
72287
  handle?: boolean
72220
72288
  createdAt?: boolean
72221
72289
  updatedAt?: boolean
72222
- description?: boolean
72223
- price?: boolean
72224
72290
  tags?: boolean
72225
72291
  status?: boolean
72226
72292
  metaData?: boolean
72227
72293
  lastSynced?: boolean
72228
72294
  shopifyStoreId?: boolean
72295
+ campaigns?: boolean | ShopifyProduct$campaignsArgs<ExtArgs>
72229
72296
  shopifyStore?: boolean | ShopifyStoreDefaultArgs<ExtArgs>
72297
+ _count?: boolean | ShopifyProductCountOutputTypeDefaultArgs<ExtArgs>
72230
72298
  }, ExtArgs["result"]["shopifyProduct"]>
72231
72299
 
72232
72300
  export type ShopifyProductSelectScalar = {
@@ -72236,8 +72304,6 @@ export namespace Prisma {
72236
72304
  handle?: boolean
72237
72305
  createdAt?: boolean
72238
72306
  updatedAt?: boolean
72239
- description?: boolean
72240
- price?: boolean
72241
72307
  tags?: boolean
72242
72308
  status?: boolean
72243
72309
  metaData?: boolean
@@ -72246,13 +72312,16 @@ export namespace Prisma {
72246
72312
  }
72247
72313
 
72248
72314
  export type ShopifyProductInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
72315
+ campaigns?: boolean | ShopifyProduct$campaignsArgs<ExtArgs>
72249
72316
  shopifyStore?: boolean | ShopifyStoreDefaultArgs<ExtArgs>
72317
+ _count?: boolean | ShopifyProductCountOutputTypeDefaultArgs<ExtArgs>
72250
72318
  }
72251
72319
 
72252
72320
 
72253
72321
  export type $ShopifyProductPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
72254
72322
  name: "ShopifyProduct"
72255
72323
  objects: {
72324
+ campaigns: Prisma.$CampaignPayload<ExtArgs>[]
72256
72325
  shopifyStore: Prisma.$ShopifyStorePayload<ExtArgs>
72257
72326
  }
72258
72327
  scalars: $Extensions.GetPayloadResult<{
@@ -72262,10 +72331,8 @@ export namespace Prisma {
72262
72331
  handle: string
72263
72332
  createdAt: Date | null
72264
72333
  updatedAt: Date | null
72265
- description: string | null
72266
- price: number
72267
72334
  tags: string | null
72268
- status: string
72335
+ status: string | null
72269
72336
  metaData: Prisma.JsonValue
72270
72337
  lastSynced: Date
72271
72338
  shopifyStoreId: number
@@ -72634,6 +72701,8 @@ export namespace Prisma {
72634
72701
  export interface Prisma__ShopifyProductClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
72635
72702
  readonly [Symbol.toStringTag]: 'PrismaPromise';
72636
72703
 
72704
+ campaigns<T extends ShopifyProduct$campaignsArgs<ExtArgs> = {}>(args?: Subset<T, ShopifyProduct$campaignsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CampaignPayload<ExtArgs>, T, 'findMany'> | Null>;
72705
+
72637
72706
  shopifyStore<T extends ShopifyStoreDefaultArgs<ExtArgs> = {}>(args?: Subset<T, ShopifyStoreDefaultArgs<ExtArgs>>): Prisma__ShopifyStoreClient<$Result.GetResult<Prisma.$ShopifyStorePayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
72638
72707
 
72639
72708
  /**
@@ -72670,8 +72739,6 @@ export namespace Prisma {
72670
72739
  readonly handle: FieldRef<"ShopifyProduct", 'String'>
72671
72740
  readonly createdAt: FieldRef<"ShopifyProduct", 'DateTime'>
72672
72741
  readonly updatedAt: FieldRef<"ShopifyProduct", 'DateTime'>
72673
- readonly description: FieldRef<"ShopifyProduct", 'String'>
72674
- readonly price: FieldRef<"ShopifyProduct", 'Float'>
72675
72742
  readonly tags: FieldRef<"ShopifyProduct", 'String'>
72676
72743
  readonly status: FieldRef<"ShopifyProduct", 'String'>
72677
72744
  readonly metaData: FieldRef<"ShopifyProduct", 'Json'>
@@ -72988,6 +73055,27 @@ export namespace Prisma {
72988
73055
  }
72989
73056
 
72990
73057
 
73058
+ /**
73059
+ * ShopifyProduct.campaigns
73060
+ */
73061
+ export type ShopifyProduct$campaignsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
73062
+ /**
73063
+ * Select specific fields to fetch from the Campaign
73064
+ */
73065
+ select?: CampaignSelect<ExtArgs> | null
73066
+ /**
73067
+ * Choose, which related nodes to fetch as well.
73068
+ */
73069
+ include?: CampaignInclude<ExtArgs> | null
73070
+ where?: CampaignWhereInput
73071
+ orderBy?: CampaignOrderByWithRelationAndSearchRelevanceInput | CampaignOrderByWithRelationAndSearchRelevanceInput[]
73072
+ cursor?: CampaignWhereUniqueInput
73073
+ take?: number
73074
+ skip?: number
73075
+ distinct?: CampaignScalarFieldEnum | CampaignScalarFieldEnum[]
73076
+ }
73077
+
73078
+
72991
73079
  /**
72992
73080
  * ShopifyProduct without action
72993
73081
  */
@@ -73947,8 +74035,6 @@ export namespace Prisma {
73947
74035
  handle: 'handle',
73948
74036
  createdAt: 'createdAt',
73949
74037
  updatedAt: 'updatedAt',
73950
- description: 'description',
73951
- price: 'price',
73952
74038
  tags: 'tags',
73953
74039
  status: 'status',
73954
74040
  metaData: 'metaData',
@@ -74456,7 +74542,6 @@ export namespace Prisma {
74456
74542
  shopifyId: 'shopifyId',
74457
74543
  title: 'title',
74458
74544
  handle: 'handle',
74459
- description: 'description',
74460
74545
  tags: 'tags',
74461
74546
  status: 'status'
74462
74547
  };
@@ -76418,6 +76503,7 @@ export namespace Prisma {
76418
76503
  campaignPins?: CampaignPinListRelationFilter
76419
76504
  socialPosts?: SocialPostListRelationFilter
76420
76505
  campaignInvites?: CampaignInviteListRelationFilter
76506
+ shopifyProducts?: ShopifyProductListRelationFilter
76421
76507
  brand?: XOR<BrandRelationFilter, BrandWhereInput>
76422
76508
  creatorLists?: CreatorListListRelationFilter
76423
76509
  optInViews?: OptInViewListRelationFilter
@@ -76486,6 +76572,7 @@ export namespace Prisma {
76486
76572
  campaignPins?: CampaignPinOrderByRelationAggregateInput
76487
76573
  socialPosts?: SocialPostOrderByRelationAggregateInput
76488
76574
  campaignInvites?: CampaignInviteOrderByRelationAggregateInput
76575
+ shopifyProducts?: ShopifyProductOrderByRelationAggregateInput
76489
76576
  brand?: BrandOrderByWithRelationAndSearchRelevanceInput
76490
76577
  creatorLists?: CreatorListOrderByRelationAggregateInput
76491
76578
  optInViews?: OptInViewOrderByRelationAggregateInput
@@ -76558,6 +76645,7 @@ export namespace Prisma {
76558
76645
  campaignPins?: CampaignPinListRelationFilter
76559
76646
  socialPosts?: SocialPostListRelationFilter
76560
76647
  campaignInvites?: CampaignInviteListRelationFilter
76648
+ shopifyProducts?: ShopifyProductListRelationFilter
76561
76649
  brand?: XOR<BrandRelationFilter, BrandWhereInput>
76562
76650
  creatorLists?: CreatorListListRelationFilter
76563
76651
  optInViews?: OptInViewListRelationFilter
@@ -79684,20 +79772,20 @@ export namespace Prisma {
79684
79772
  OR?: ShopifyStoreWhereInput[]
79685
79773
  NOT?: ShopifyStoreWhereInput | ShopifyStoreWhereInput[]
79686
79774
  id?: IntFilter<"ShopifyStore"> | number
79687
- shopifyId?: StringFilter<"ShopifyStore"> | string
79688
- name?: StringFilter<"ShopifyStore"> | string
79775
+ shopifyId?: StringNullableFilter<"ShopifyStore"> | string | null
79776
+ name?: StringNullableFilter<"ShopifyStore"> | string | null
79689
79777
  url?: StringFilter<"ShopifyStore"> | string
79690
79778
  accessToken?: StringFilter<"ShopifyStore"> | string
79691
79779
  metaData?: JsonFilter<"ShopifyStore">
79692
79780
  brandId?: IntFilter<"ShopifyStore"> | number
79693
79781
  products?: ShopifyProductListRelationFilter
79694
- brand?: XOR<BrandRelationFilter, BrandWhereInput>
79782
+ brand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
79695
79783
  }
79696
79784
 
79697
79785
  export type ShopifyStoreOrderByWithRelationAndSearchRelevanceInput = {
79698
79786
  id?: SortOrder
79699
- shopifyId?: SortOrder
79700
- name?: SortOrder
79787
+ shopifyId?: SortOrderInput | SortOrder
79788
+ name?: SortOrderInput | SortOrder
79701
79789
  url?: SortOrder
79702
79790
  accessToken?: SortOrder
79703
79791
  metaData?: SortOrder
@@ -79713,19 +79801,19 @@ export namespace Prisma {
79713
79801
  AND?: ShopifyStoreWhereInput | ShopifyStoreWhereInput[]
79714
79802
  OR?: ShopifyStoreWhereInput[]
79715
79803
  NOT?: ShopifyStoreWhereInput | ShopifyStoreWhereInput[]
79716
- name?: StringFilter<"ShopifyStore"> | string
79804
+ name?: StringNullableFilter<"ShopifyStore"> | string | null
79717
79805
  url?: StringFilter<"ShopifyStore"> | string
79718
79806
  accessToken?: StringFilter<"ShopifyStore"> | string
79719
79807
  metaData?: JsonFilter<"ShopifyStore">
79720
79808
  brandId?: IntFilter<"ShopifyStore"> | number
79721
79809
  products?: ShopifyProductListRelationFilter
79722
- brand?: XOR<BrandRelationFilter, BrandWhereInput>
79810
+ brand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
79723
79811
  }, "id" | "shopifyId">
79724
79812
 
79725
79813
  export type ShopifyStoreOrderByWithAggregationInput = {
79726
79814
  id?: SortOrder
79727
- shopifyId?: SortOrder
79728
- name?: SortOrder
79815
+ shopifyId?: SortOrderInput | SortOrder
79816
+ name?: SortOrderInput | SortOrder
79729
79817
  url?: SortOrder
79730
79818
  accessToken?: SortOrder
79731
79819
  metaData?: SortOrder
@@ -79742,8 +79830,8 @@ export namespace Prisma {
79742
79830
  OR?: ShopifyStoreScalarWhereWithAggregatesInput[]
79743
79831
  NOT?: ShopifyStoreScalarWhereWithAggregatesInput | ShopifyStoreScalarWhereWithAggregatesInput[]
79744
79832
  id?: IntWithAggregatesFilter<"ShopifyStore"> | number
79745
- shopifyId?: StringWithAggregatesFilter<"ShopifyStore"> | string
79746
- name?: StringWithAggregatesFilter<"ShopifyStore"> | string
79833
+ shopifyId?: StringNullableWithAggregatesFilter<"ShopifyStore"> | string | null
79834
+ name?: StringNullableWithAggregatesFilter<"ShopifyStore"> | string | null
79747
79835
  url?: StringWithAggregatesFilter<"ShopifyStore"> | string
79748
79836
  accessToken?: StringWithAggregatesFilter<"ShopifyStore"> | string
79749
79837
  metaData?: JsonWithAggregatesFilter<"ShopifyStore">
@@ -79760,13 +79848,12 @@ export namespace Prisma {
79760
79848
  handle?: StringFilter<"ShopifyProduct"> | string
79761
79849
  createdAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
79762
79850
  updatedAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
79763
- description?: StringNullableFilter<"ShopifyProduct"> | string | null
79764
- price?: FloatFilter<"ShopifyProduct"> | number
79765
79851
  tags?: StringNullableFilter<"ShopifyProduct"> | string | null
79766
- status?: StringFilter<"ShopifyProduct"> | string
79852
+ status?: StringNullableFilter<"ShopifyProduct"> | string | null
79767
79853
  metaData?: JsonFilter<"ShopifyProduct">
79768
79854
  lastSynced?: DateTimeFilter<"ShopifyProduct"> | Date | string
79769
79855
  shopifyStoreId?: IntFilter<"ShopifyProduct"> | number
79856
+ campaigns?: CampaignListRelationFilter
79770
79857
  shopifyStore?: XOR<ShopifyStoreRelationFilter, ShopifyStoreWhereInput>
79771
79858
  }
79772
79859
 
@@ -79777,13 +79864,12 @@ export namespace Prisma {
79777
79864
  handle?: SortOrder
79778
79865
  createdAt?: SortOrderInput | SortOrder
79779
79866
  updatedAt?: SortOrderInput | SortOrder
79780
- description?: SortOrderInput | SortOrder
79781
- price?: SortOrder
79782
79867
  tags?: SortOrderInput | SortOrder
79783
- status?: SortOrder
79868
+ status?: SortOrderInput | SortOrder
79784
79869
  metaData?: SortOrder
79785
79870
  lastSynced?: SortOrder
79786
79871
  shopifyStoreId?: SortOrder
79872
+ campaigns?: CampaignOrderByRelationAggregateInput
79787
79873
  shopifyStore?: ShopifyStoreOrderByWithRelationAndSearchRelevanceInput
79788
79874
  _relevance?: ShopifyProductOrderByRelevanceInput
79789
79875
  }
@@ -79798,13 +79884,12 @@ export namespace Prisma {
79798
79884
  handle?: StringFilter<"ShopifyProduct"> | string
79799
79885
  createdAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
79800
79886
  updatedAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
79801
- description?: StringNullableFilter<"ShopifyProduct"> | string | null
79802
- price?: FloatFilter<"ShopifyProduct"> | number
79803
79887
  tags?: StringNullableFilter<"ShopifyProduct"> | string | null
79804
- status?: StringFilter<"ShopifyProduct"> | string
79888
+ status?: StringNullableFilter<"ShopifyProduct"> | string | null
79805
79889
  metaData?: JsonFilter<"ShopifyProduct">
79806
79890
  lastSynced?: DateTimeFilter<"ShopifyProduct"> | Date | string
79807
79891
  shopifyStoreId?: IntFilter<"ShopifyProduct"> | number
79892
+ campaigns?: CampaignListRelationFilter
79808
79893
  shopifyStore?: XOR<ShopifyStoreRelationFilter, ShopifyStoreWhereInput>
79809
79894
  }, "id" | "shopifyId">
79810
79895
 
@@ -79815,10 +79900,8 @@ export namespace Prisma {
79815
79900
  handle?: SortOrder
79816
79901
  createdAt?: SortOrderInput | SortOrder
79817
79902
  updatedAt?: SortOrderInput | SortOrder
79818
- description?: SortOrderInput | SortOrder
79819
- price?: SortOrder
79820
79903
  tags?: SortOrderInput | SortOrder
79821
- status?: SortOrder
79904
+ status?: SortOrderInput | SortOrder
79822
79905
  metaData?: SortOrder
79823
79906
  lastSynced?: SortOrder
79824
79907
  shopifyStoreId?: SortOrder
@@ -79839,10 +79922,8 @@ export namespace Prisma {
79839
79922
  handle?: StringWithAggregatesFilter<"ShopifyProduct"> | string
79840
79923
  createdAt?: DateTimeNullableWithAggregatesFilter<"ShopifyProduct"> | Date | string | null
79841
79924
  updatedAt?: DateTimeNullableWithAggregatesFilter<"ShopifyProduct"> | Date | string | null
79842
- description?: StringNullableWithAggregatesFilter<"ShopifyProduct"> | string | null
79843
- price?: FloatWithAggregatesFilter<"ShopifyProduct"> | number
79844
79925
  tags?: StringNullableWithAggregatesFilter<"ShopifyProduct"> | string | null
79845
- status?: StringWithAggregatesFilter<"ShopifyProduct"> | string
79926
+ status?: StringNullableWithAggregatesFilter<"ShopifyProduct"> | string | null
79846
79927
  metaData?: JsonWithAggregatesFilter<"ShopifyProduct">
79847
79928
  lastSynced?: DateTimeWithAggregatesFilter<"ShopifyProduct"> | Date | string
79848
79929
  shopifyStoreId?: IntWithAggregatesFilter<"ShopifyProduct"> | number
@@ -81829,6 +81910,7 @@ export namespace Prisma {
81829
81910
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
81830
81911
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
81831
81912
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
81913
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
81832
81914
  brand: BrandCreateNestedOneWithoutCampaignsInput
81833
81915
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
81834
81916
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -81897,6 +81979,7 @@ export namespace Prisma {
81897
81979
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
81898
81980
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
81899
81981
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
81982
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
81900
81983
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
81901
81984
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
81902
81985
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -81962,6 +82045,7 @@ export namespace Prisma {
81962
82045
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
81963
82046
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
81964
82047
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
82048
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
81965
82049
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
81966
82050
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
81967
82051
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -82030,6 +82114,7 @@ export namespace Prisma {
82030
82114
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
82031
82115
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
82032
82116
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
82117
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
82033
82118
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
82034
82119
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
82035
82120
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -85083,19 +85168,19 @@ export namespace Prisma {
85083
85168
  }
85084
85169
 
85085
85170
  export type ShopifyStoreCreateInput = {
85086
- shopifyId: string
85087
- name: string
85171
+ shopifyId?: string | null
85172
+ name?: string | null
85088
85173
  url: string
85089
85174
  accessToken: string
85090
85175
  metaData?: JsonNullValueInput | InputJsonValue
85091
85176
  products?: ShopifyProductCreateNestedManyWithoutShopifyStoreInput
85092
- brand: BrandCreateNestedOneWithoutShopifyStoresInput
85177
+ brand?: BrandCreateNestedOneWithoutShopifyStoresInput
85093
85178
  }
85094
85179
 
85095
85180
  export type ShopifyStoreUncheckedCreateInput = {
85096
85181
  id?: number
85097
- shopifyId: string
85098
- name: string
85182
+ shopifyId?: string | null
85183
+ name?: string | null
85099
85184
  url: string
85100
85185
  accessToken: string
85101
85186
  metaData?: JsonNullValueInput | InputJsonValue
@@ -85104,19 +85189,19 @@ export namespace Prisma {
85104
85189
  }
85105
85190
 
85106
85191
  export type ShopifyStoreUpdateInput = {
85107
- shopifyId?: StringFieldUpdateOperationsInput | string
85108
- name?: StringFieldUpdateOperationsInput | string
85192
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
85193
+ name?: NullableStringFieldUpdateOperationsInput | string | null
85109
85194
  url?: StringFieldUpdateOperationsInput | string
85110
85195
  accessToken?: StringFieldUpdateOperationsInput | string
85111
85196
  metaData?: JsonNullValueInput | InputJsonValue
85112
85197
  products?: ShopifyProductUpdateManyWithoutShopifyStoreNestedInput
85113
- brand?: BrandUpdateOneRequiredWithoutShopifyStoresNestedInput
85198
+ brand?: BrandUpdateOneWithoutShopifyStoresNestedInput
85114
85199
  }
85115
85200
 
85116
85201
  export type ShopifyStoreUncheckedUpdateInput = {
85117
85202
  id?: IntFieldUpdateOperationsInput | number
85118
- shopifyId?: StringFieldUpdateOperationsInput | string
85119
- name?: StringFieldUpdateOperationsInput | string
85203
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
85204
+ name?: NullableStringFieldUpdateOperationsInput | string | null
85120
85205
  url?: StringFieldUpdateOperationsInput | string
85121
85206
  accessToken?: StringFieldUpdateOperationsInput | string
85122
85207
  metaData?: JsonNullValueInput | InputJsonValue
@@ -85126,8 +85211,8 @@ export namespace Prisma {
85126
85211
 
85127
85212
  export type ShopifyStoreCreateManyInput = {
85128
85213
  id?: number
85129
- shopifyId: string
85130
- name: string
85214
+ shopifyId?: string | null
85215
+ name?: string | null
85131
85216
  url: string
85132
85217
  accessToken: string
85133
85218
  metaData?: JsonNullValueInput | InputJsonValue
@@ -85135,8 +85220,8 @@ export namespace Prisma {
85135
85220
  }
85136
85221
 
85137
85222
  export type ShopifyStoreUpdateManyMutationInput = {
85138
- shopifyId?: StringFieldUpdateOperationsInput | string
85139
- name?: StringFieldUpdateOperationsInput | string
85223
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
85224
+ name?: NullableStringFieldUpdateOperationsInput | string | null
85140
85225
  url?: StringFieldUpdateOperationsInput | string
85141
85226
  accessToken?: StringFieldUpdateOperationsInput | string
85142
85227
  metaData?: JsonNullValueInput | InputJsonValue
@@ -85144,8 +85229,8 @@ export namespace Prisma {
85144
85229
 
85145
85230
  export type ShopifyStoreUncheckedUpdateManyInput = {
85146
85231
  id?: IntFieldUpdateOperationsInput | number
85147
- shopifyId?: StringFieldUpdateOperationsInput | string
85148
- name?: StringFieldUpdateOperationsInput | string
85232
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
85233
+ name?: NullableStringFieldUpdateOperationsInput | string | null
85149
85234
  url?: StringFieldUpdateOperationsInput | string
85150
85235
  accessToken?: StringFieldUpdateOperationsInput | string
85151
85236
  metaData?: JsonNullValueInput | InputJsonValue
@@ -85158,12 +85243,11 @@ export namespace Prisma {
85158
85243
  handle: string
85159
85244
  createdAt?: Date | string | null
85160
85245
  updatedAt?: Date | string | null
85161
- description?: string | null
85162
- price: number
85163
85246
  tags?: string | null
85164
- status: string
85247
+ status?: string | null
85165
85248
  metaData?: JsonNullValueInput | InputJsonValue
85166
85249
  lastSynced?: Date | string
85250
+ campaigns?: CampaignCreateNestedManyWithoutShopifyProductsInput
85167
85251
  shopifyStore: ShopifyStoreCreateNestedOneWithoutProductsInput
85168
85252
  }
85169
85253
 
@@ -85174,13 +85258,12 @@ export namespace Prisma {
85174
85258
  handle: string
85175
85259
  createdAt?: Date | string | null
85176
85260
  updatedAt?: Date | string | null
85177
- description?: string | null
85178
- price: number
85179
85261
  tags?: string | null
85180
- status: string
85262
+ status?: string | null
85181
85263
  metaData?: JsonNullValueInput | InputJsonValue
85182
85264
  lastSynced?: Date | string
85183
85265
  shopifyStoreId: number
85266
+ campaigns?: CampaignUncheckedCreateNestedManyWithoutShopifyProductsInput
85184
85267
  }
85185
85268
 
85186
85269
  export type ShopifyProductUpdateInput = {
@@ -85189,12 +85272,11 @@ export namespace Prisma {
85189
85272
  handle?: StringFieldUpdateOperationsInput | string
85190
85273
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85191
85274
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85192
- description?: NullableStringFieldUpdateOperationsInput | string | null
85193
- price?: FloatFieldUpdateOperationsInput | number
85194
85275
  tags?: NullableStringFieldUpdateOperationsInput | string | null
85195
- status?: StringFieldUpdateOperationsInput | string
85276
+ status?: NullableStringFieldUpdateOperationsInput | string | null
85196
85277
  metaData?: JsonNullValueInput | InputJsonValue
85197
85278
  lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
85279
+ campaigns?: CampaignUpdateManyWithoutShopifyProductsNestedInput
85198
85280
  shopifyStore?: ShopifyStoreUpdateOneRequiredWithoutProductsNestedInput
85199
85281
  }
85200
85282
 
@@ -85205,13 +85287,12 @@ export namespace Prisma {
85205
85287
  handle?: StringFieldUpdateOperationsInput | string
85206
85288
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85207
85289
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85208
- description?: NullableStringFieldUpdateOperationsInput | string | null
85209
- price?: FloatFieldUpdateOperationsInput | number
85210
85290
  tags?: NullableStringFieldUpdateOperationsInput | string | null
85211
- status?: StringFieldUpdateOperationsInput | string
85291
+ status?: NullableStringFieldUpdateOperationsInput | string | null
85212
85292
  metaData?: JsonNullValueInput | InputJsonValue
85213
85293
  lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
85214
85294
  shopifyStoreId?: IntFieldUpdateOperationsInput | number
85295
+ campaigns?: CampaignUncheckedUpdateManyWithoutShopifyProductsNestedInput
85215
85296
  }
85216
85297
 
85217
85298
  export type ShopifyProductCreateManyInput = {
@@ -85221,10 +85302,8 @@ export namespace Prisma {
85221
85302
  handle: string
85222
85303
  createdAt?: Date | string | null
85223
85304
  updatedAt?: Date | string | null
85224
- description?: string | null
85225
- price: number
85226
85305
  tags?: string | null
85227
- status: string
85306
+ status?: string | null
85228
85307
  metaData?: JsonNullValueInput | InputJsonValue
85229
85308
  lastSynced?: Date | string
85230
85309
  shopifyStoreId: number
@@ -85236,10 +85315,8 @@ export namespace Prisma {
85236
85315
  handle?: StringFieldUpdateOperationsInput | string
85237
85316
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85238
85317
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85239
- description?: NullableStringFieldUpdateOperationsInput | string | null
85240
- price?: FloatFieldUpdateOperationsInput | number
85241
85318
  tags?: NullableStringFieldUpdateOperationsInput | string | null
85242
- status?: StringFieldUpdateOperationsInput | string
85319
+ status?: NullableStringFieldUpdateOperationsInput | string | null
85243
85320
  metaData?: JsonNullValueInput | InputJsonValue
85244
85321
  lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
85245
85322
  }
@@ -85251,10 +85328,8 @@ export namespace Prisma {
85251
85328
  handle?: StringFieldUpdateOperationsInput | string
85252
85329
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85253
85330
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
85254
- description?: NullableStringFieldUpdateOperationsInput | string | null
85255
- price?: FloatFieldUpdateOperationsInput | number
85256
85331
  tags?: NullableStringFieldUpdateOperationsInput | string | null
85257
- status?: StringFieldUpdateOperationsInput | string
85332
+ status?: NullableStringFieldUpdateOperationsInput | string | null
85258
85333
  metaData?: JsonNullValueInput | InputJsonValue
85259
85334
  lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
85260
85335
  shopifyStoreId?: IntFieldUpdateOperationsInput | number
@@ -87122,6 +87197,12 @@ export namespace Prisma {
87122
87197
  none?: CampaignToCountryWhereInput
87123
87198
  }
87124
87199
 
87200
+ export type ShopifyProductListRelationFilter = {
87201
+ every?: ShopifyProductWhereInput
87202
+ some?: ShopifyProductWhereInput
87203
+ none?: ShopifyProductWhereInput
87204
+ }
87205
+
87125
87206
  export type OptInViewListRelationFilter = {
87126
87207
  every?: OptInViewWhereInput
87127
87208
  some?: OptInViewWhereInput
@@ -87148,6 +87229,10 @@ export namespace Prisma {
87148
87229
  _count?: SortOrder
87149
87230
  }
87150
87231
 
87232
+ export type ShopifyProductOrderByRelationAggregateInput = {
87233
+ _count?: SortOrder
87234
+ }
87235
+
87151
87236
  export type OptInViewOrderByRelationAggregateInput = {
87152
87237
  _count?: SortOrder
87153
87238
  }
@@ -89576,16 +89661,6 @@ export namespace Prisma {
89576
89661
  creatorListItemId?: SortOrder
89577
89662
  }
89578
89663
 
89579
- export type ShopifyProductListRelationFilter = {
89580
- every?: ShopifyProductWhereInput
89581
- some?: ShopifyProductWhereInput
89582
- none?: ShopifyProductWhereInput
89583
- }
89584
-
89585
- export type ShopifyProductOrderByRelationAggregateInput = {
89586
- _count?: SortOrder
89587
- }
89588
-
89589
89664
  export type ShopifyStoreOrderByRelevanceInput = {
89590
89665
  fields: ShopifyStoreOrderByRelevanceFieldEnum | ShopifyStoreOrderByRelevanceFieldEnum[]
89591
89666
  sort: SortOrder
@@ -89648,8 +89723,6 @@ export namespace Prisma {
89648
89723
  handle?: SortOrder
89649
89724
  createdAt?: SortOrder
89650
89725
  updatedAt?: SortOrder
89651
- description?: SortOrder
89652
- price?: SortOrder
89653
89726
  tags?: SortOrder
89654
89727
  status?: SortOrder
89655
89728
  metaData?: SortOrder
@@ -89659,7 +89732,6 @@ export namespace Prisma {
89659
89732
 
89660
89733
  export type ShopifyProductAvgOrderByAggregateInput = {
89661
89734
  id?: SortOrder
89662
- price?: SortOrder
89663
89735
  shopifyStoreId?: SortOrder
89664
89736
  }
89665
89737
 
@@ -89670,8 +89742,6 @@ export namespace Prisma {
89670
89742
  handle?: SortOrder
89671
89743
  createdAt?: SortOrder
89672
89744
  updatedAt?: SortOrder
89673
- description?: SortOrder
89674
- price?: SortOrder
89675
89745
  tags?: SortOrder
89676
89746
  status?: SortOrder
89677
89747
  lastSynced?: SortOrder
@@ -89685,8 +89755,6 @@ export namespace Prisma {
89685
89755
  handle?: SortOrder
89686
89756
  createdAt?: SortOrder
89687
89757
  updatedAt?: SortOrder
89688
- description?: SortOrder
89689
- price?: SortOrder
89690
89758
  tags?: SortOrder
89691
89759
  status?: SortOrder
89692
89760
  lastSynced?: SortOrder
@@ -89695,7 +89763,6 @@ export namespace Prisma {
89695
89763
 
89696
89764
  export type ShopifyProductSumOrderByAggregateInput = {
89697
89765
  id?: SortOrder
89698
- price?: SortOrder
89699
89766
  shopifyStoreId?: SortOrder
89700
89767
  }
89701
89768
 
@@ -92098,6 +92165,12 @@ export namespace Prisma {
92098
92165
  connect?: CampaignInviteWhereUniqueInput | CampaignInviteWhereUniqueInput[]
92099
92166
  }
92100
92167
 
92168
+ export type ShopifyProductCreateNestedManyWithoutCampaignsInput = {
92169
+ create?: XOR<ShopifyProductCreateWithoutCampaignsInput, ShopifyProductUncheckedCreateWithoutCampaignsInput> | ShopifyProductCreateWithoutCampaignsInput[] | ShopifyProductUncheckedCreateWithoutCampaignsInput[]
92170
+ connectOrCreate?: ShopifyProductCreateOrConnectWithoutCampaignsInput | ShopifyProductCreateOrConnectWithoutCampaignsInput[]
92171
+ connect?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92172
+ }
92173
+
92101
92174
  export type BrandCreateNestedOneWithoutCampaignsInput = {
92102
92175
  create?: XOR<BrandCreateWithoutCampaignsInput, BrandUncheckedCreateWithoutCampaignsInput>
92103
92176
  connectOrCreate?: BrandCreateOrConnectWithoutCampaignsInput
@@ -92188,6 +92261,12 @@ export namespace Prisma {
92188
92261
  connect?: CampaignInviteWhereUniqueInput | CampaignInviteWhereUniqueInput[]
92189
92262
  }
92190
92263
 
92264
+ export type ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput = {
92265
+ create?: XOR<ShopifyProductCreateWithoutCampaignsInput, ShopifyProductUncheckedCreateWithoutCampaignsInput> | ShopifyProductCreateWithoutCampaignsInput[] | ShopifyProductUncheckedCreateWithoutCampaignsInput[]
92266
+ connectOrCreate?: ShopifyProductCreateOrConnectWithoutCampaignsInput | ShopifyProductCreateOrConnectWithoutCampaignsInput[]
92267
+ connect?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92268
+ }
92269
+
92191
92270
  export type CreatorListUncheckedCreateNestedManyWithoutCampaignInput = {
92192
92271
  create?: XOR<CreatorListCreateWithoutCampaignInput, CreatorListUncheckedCreateWithoutCampaignInput> | CreatorListCreateWithoutCampaignInput[] | CreatorListUncheckedCreateWithoutCampaignInput[]
92193
92272
  connectOrCreate?: CreatorListCreateOrConnectWithoutCampaignInput | CreatorListCreateOrConnectWithoutCampaignInput[]
@@ -92335,6 +92414,19 @@ export namespace Prisma {
92335
92414
  deleteMany?: CampaignInviteScalarWhereInput | CampaignInviteScalarWhereInput[]
92336
92415
  }
92337
92416
 
92417
+ export type ShopifyProductUpdateManyWithoutCampaignsNestedInput = {
92418
+ create?: XOR<ShopifyProductCreateWithoutCampaignsInput, ShopifyProductUncheckedCreateWithoutCampaignsInput> | ShopifyProductCreateWithoutCampaignsInput[] | ShopifyProductUncheckedCreateWithoutCampaignsInput[]
92419
+ connectOrCreate?: ShopifyProductCreateOrConnectWithoutCampaignsInput | ShopifyProductCreateOrConnectWithoutCampaignsInput[]
92420
+ upsert?: ShopifyProductUpsertWithWhereUniqueWithoutCampaignsInput | ShopifyProductUpsertWithWhereUniqueWithoutCampaignsInput[]
92421
+ set?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92422
+ disconnect?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92423
+ delete?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92424
+ connect?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92425
+ update?: ShopifyProductUpdateWithWhereUniqueWithoutCampaignsInput | ShopifyProductUpdateWithWhereUniqueWithoutCampaignsInput[]
92426
+ updateMany?: ShopifyProductUpdateManyWithWhereWithoutCampaignsInput | ShopifyProductUpdateManyWithWhereWithoutCampaignsInput[]
92427
+ deleteMany?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
92428
+ }
92429
+
92338
92430
  export type BrandUpdateOneRequiredWithoutCampaignsNestedInput = {
92339
92431
  create?: XOR<BrandCreateWithoutCampaignsInput, BrandUncheckedCreateWithoutCampaignsInput>
92340
92432
  connectOrCreate?: BrandCreateOrConnectWithoutCampaignsInput
@@ -92511,6 +92603,19 @@ export namespace Prisma {
92511
92603
  deleteMany?: CampaignInviteScalarWhereInput | CampaignInviteScalarWhereInput[]
92512
92604
  }
92513
92605
 
92606
+ export type ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput = {
92607
+ create?: XOR<ShopifyProductCreateWithoutCampaignsInput, ShopifyProductUncheckedCreateWithoutCampaignsInput> | ShopifyProductCreateWithoutCampaignsInput[] | ShopifyProductUncheckedCreateWithoutCampaignsInput[]
92608
+ connectOrCreate?: ShopifyProductCreateOrConnectWithoutCampaignsInput | ShopifyProductCreateOrConnectWithoutCampaignsInput[]
92609
+ upsert?: ShopifyProductUpsertWithWhereUniqueWithoutCampaignsInput | ShopifyProductUpsertWithWhereUniqueWithoutCampaignsInput[]
92610
+ set?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92611
+ disconnect?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92612
+ delete?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92613
+ connect?: ShopifyProductWhereUniqueInput | ShopifyProductWhereUniqueInput[]
92614
+ update?: ShopifyProductUpdateWithWhereUniqueWithoutCampaignsInput | ShopifyProductUpdateWithWhereUniqueWithoutCampaignsInput[]
92615
+ updateMany?: ShopifyProductUpdateManyWithWhereWithoutCampaignsInput | ShopifyProductUpdateManyWithWhereWithoutCampaignsInput[]
92616
+ deleteMany?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
92617
+ }
92618
+
92514
92619
  export type CreatorListUncheckedUpdateManyWithoutCampaignNestedInput = {
92515
92620
  create?: XOR<CreatorListCreateWithoutCampaignInput, CreatorListUncheckedCreateWithoutCampaignInput> | CreatorListCreateWithoutCampaignInput[] | CreatorListUncheckedCreateWithoutCampaignInput[]
92516
92621
  connectOrCreate?: CreatorListCreateOrConnectWithoutCampaignInput | CreatorListCreateOrConnectWithoutCampaignInput[]
@@ -95093,10 +95198,12 @@ export namespace Prisma {
95093
95198
  deleteMany?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
95094
95199
  }
95095
95200
 
95096
- export type BrandUpdateOneRequiredWithoutShopifyStoresNestedInput = {
95201
+ export type BrandUpdateOneWithoutShopifyStoresNestedInput = {
95097
95202
  create?: XOR<BrandCreateWithoutShopifyStoresInput, BrandUncheckedCreateWithoutShopifyStoresInput>
95098
95203
  connectOrCreate?: BrandCreateOrConnectWithoutShopifyStoresInput
95099
95204
  upsert?: BrandUpsertWithoutShopifyStoresInput
95205
+ disconnect?: BrandWhereInput | boolean
95206
+ delete?: BrandWhereInput | boolean
95100
95207
  connect?: BrandWhereUniqueInput
95101
95208
  update?: XOR<XOR<BrandUpdateToOneWithWhereWithoutShopifyStoresInput, BrandUpdateWithoutShopifyStoresInput>, BrandUncheckedUpdateWithoutShopifyStoresInput>
95102
95209
  }
@@ -95115,12 +95222,37 @@ export namespace Prisma {
95115
95222
  deleteMany?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
95116
95223
  }
95117
95224
 
95225
+ export type CampaignCreateNestedManyWithoutShopifyProductsInput = {
95226
+ create?: XOR<CampaignCreateWithoutShopifyProductsInput, CampaignUncheckedCreateWithoutShopifyProductsInput> | CampaignCreateWithoutShopifyProductsInput[] | CampaignUncheckedCreateWithoutShopifyProductsInput[]
95227
+ connectOrCreate?: CampaignCreateOrConnectWithoutShopifyProductsInput | CampaignCreateOrConnectWithoutShopifyProductsInput[]
95228
+ connect?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95229
+ }
95230
+
95118
95231
  export type ShopifyStoreCreateNestedOneWithoutProductsInput = {
95119
95232
  create?: XOR<ShopifyStoreCreateWithoutProductsInput, ShopifyStoreUncheckedCreateWithoutProductsInput>
95120
95233
  connectOrCreate?: ShopifyStoreCreateOrConnectWithoutProductsInput
95121
95234
  connect?: ShopifyStoreWhereUniqueInput
95122
95235
  }
95123
95236
 
95237
+ export type CampaignUncheckedCreateNestedManyWithoutShopifyProductsInput = {
95238
+ create?: XOR<CampaignCreateWithoutShopifyProductsInput, CampaignUncheckedCreateWithoutShopifyProductsInput> | CampaignCreateWithoutShopifyProductsInput[] | CampaignUncheckedCreateWithoutShopifyProductsInput[]
95239
+ connectOrCreate?: CampaignCreateOrConnectWithoutShopifyProductsInput | CampaignCreateOrConnectWithoutShopifyProductsInput[]
95240
+ connect?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95241
+ }
95242
+
95243
+ export type CampaignUpdateManyWithoutShopifyProductsNestedInput = {
95244
+ create?: XOR<CampaignCreateWithoutShopifyProductsInput, CampaignUncheckedCreateWithoutShopifyProductsInput> | CampaignCreateWithoutShopifyProductsInput[] | CampaignUncheckedCreateWithoutShopifyProductsInput[]
95245
+ connectOrCreate?: CampaignCreateOrConnectWithoutShopifyProductsInput | CampaignCreateOrConnectWithoutShopifyProductsInput[]
95246
+ upsert?: CampaignUpsertWithWhereUniqueWithoutShopifyProductsInput | CampaignUpsertWithWhereUniqueWithoutShopifyProductsInput[]
95247
+ set?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95248
+ disconnect?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95249
+ delete?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95250
+ connect?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95251
+ update?: CampaignUpdateWithWhereUniqueWithoutShopifyProductsInput | CampaignUpdateWithWhereUniqueWithoutShopifyProductsInput[]
95252
+ updateMany?: CampaignUpdateManyWithWhereWithoutShopifyProductsInput | CampaignUpdateManyWithWhereWithoutShopifyProductsInput[]
95253
+ deleteMany?: CampaignScalarWhereInput | CampaignScalarWhereInput[]
95254
+ }
95255
+
95124
95256
  export type ShopifyStoreUpdateOneRequiredWithoutProductsNestedInput = {
95125
95257
  create?: XOR<ShopifyStoreCreateWithoutProductsInput, ShopifyStoreUncheckedCreateWithoutProductsInput>
95126
95258
  connectOrCreate?: ShopifyStoreCreateOrConnectWithoutProductsInput
@@ -95129,6 +95261,19 @@ export namespace Prisma {
95129
95261
  update?: XOR<XOR<ShopifyStoreUpdateToOneWithWhereWithoutProductsInput, ShopifyStoreUpdateWithoutProductsInput>, ShopifyStoreUncheckedUpdateWithoutProductsInput>
95130
95262
  }
95131
95263
 
95264
+ export type CampaignUncheckedUpdateManyWithoutShopifyProductsNestedInput = {
95265
+ create?: XOR<CampaignCreateWithoutShopifyProductsInput, CampaignUncheckedCreateWithoutShopifyProductsInput> | CampaignCreateWithoutShopifyProductsInput[] | CampaignUncheckedCreateWithoutShopifyProductsInput[]
95266
+ connectOrCreate?: CampaignCreateOrConnectWithoutShopifyProductsInput | CampaignCreateOrConnectWithoutShopifyProductsInput[]
95267
+ upsert?: CampaignUpsertWithWhereUniqueWithoutShopifyProductsInput | CampaignUpsertWithWhereUniqueWithoutShopifyProductsInput[]
95268
+ set?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95269
+ disconnect?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95270
+ delete?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95271
+ connect?: CampaignWhereUniqueInput | CampaignWhereUniqueInput[]
95272
+ update?: CampaignUpdateWithWhereUniqueWithoutShopifyProductsInput | CampaignUpdateWithWhereUniqueWithoutShopifyProductsInput[]
95273
+ updateMany?: CampaignUpdateManyWithWhereWithoutShopifyProductsInput | CampaignUpdateManyWithWhereWithoutShopifyProductsInput[]
95274
+ deleteMany?: CampaignScalarWhereInput | CampaignScalarWhereInput[]
95275
+ }
95276
+
95132
95277
  export type NestedIntFilter<$PrismaModel = never> = {
95133
95278
  equals?: number | IntFieldRefInput<$PrismaModel>
95134
95279
  in?: number[] | ListIntFieldRefInput<$PrismaModel>
@@ -99956,6 +100101,7 @@ export namespace Prisma {
99956
100101
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
99957
100102
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
99958
100103
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
100104
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
99959
100105
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
99960
100106
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
99961
100107
  sequences?: SequenceCreateNestedManyWithoutCampaignInput
@@ -100022,6 +100168,7 @@ export namespace Prisma {
100022
100168
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
100023
100169
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
100024
100170
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
100171
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
100025
100172
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
100026
100173
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
100027
100174
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -100489,8 +100636,8 @@ export namespace Prisma {
100489
100636
  }
100490
100637
 
100491
100638
  export type ShopifyStoreCreateWithoutBrandInput = {
100492
- shopifyId: string
100493
- name: string
100639
+ shopifyId?: string | null
100640
+ name?: string | null
100494
100641
  url: string
100495
100642
  accessToken: string
100496
100643
  metaData?: JsonNullValueInput | InputJsonValue
@@ -100499,8 +100646,8 @@ export namespace Prisma {
100499
100646
 
100500
100647
  export type ShopifyStoreUncheckedCreateWithoutBrandInput = {
100501
100648
  id?: number
100502
- shopifyId: string
100503
- name: string
100649
+ shopifyId?: string | null
100650
+ name?: string | null
100504
100651
  url: string
100505
100652
  accessToken: string
100506
100653
  metaData?: JsonNullValueInput | InputJsonValue
@@ -101481,8 +101628,8 @@ export namespace Prisma {
101481
101628
  OR?: ShopifyStoreScalarWhereInput[]
101482
101629
  NOT?: ShopifyStoreScalarWhereInput | ShopifyStoreScalarWhereInput[]
101483
101630
  id?: IntFilter<"ShopifyStore"> | number
101484
- shopifyId?: StringFilter<"ShopifyStore"> | string
101485
- name?: StringFilter<"ShopifyStore"> | string
101631
+ shopifyId?: StringNullableFilter<"ShopifyStore"> | string | null
101632
+ name?: StringNullableFilter<"ShopifyStore"> | string | null
101486
101633
  url?: StringFilter<"ShopifyStore"> | string
101487
101634
  accessToken?: StringFilter<"ShopifyStore"> | string
101488
101635
  metaData?: JsonFilter<"ShopifyStore">
@@ -103422,6 +103569,38 @@ export namespace Prisma {
103422
103569
  skipDuplicates?: boolean
103423
103570
  }
103424
103571
 
103572
+ export type ShopifyProductCreateWithoutCampaignsInput = {
103573
+ shopifyId: string
103574
+ title: string
103575
+ handle: string
103576
+ createdAt?: Date | string | null
103577
+ updatedAt?: Date | string | null
103578
+ tags?: string | null
103579
+ status?: string | null
103580
+ metaData?: JsonNullValueInput | InputJsonValue
103581
+ lastSynced?: Date | string
103582
+ shopifyStore: ShopifyStoreCreateNestedOneWithoutProductsInput
103583
+ }
103584
+
103585
+ export type ShopifyProductUncheckedCreateWithoutCampaignsInput = {
103586
+ id?: number
103587
+ shopifyId: string
103588
+ title: string
103589
+ handle: string
103590
+ createdAt?: Date | string | null
103591
+ updatedAt?: Date | string | null
103592
+ tags?: string | null
103593
+ status?: string | null
103594
+ metaData?: JsonNullValueInput | InputJsonValue
103595
+ lastSynced?: Date | string
103596
+ shopifyStoreId: number
103597
+ }
103598
+
103599
+ export type ShopifyProductCreateOrConnectWithoutCampaignsInput = {
103600
+ where: ShopifyProductWhereUniqueInput
103601
+ create: XOR<ShopifyProductCreateWithoutCampaignsInput, ShopifyProductUncheckedCreateWithoutCampaignsInput>
103602
+ }
103603
+
103425
103604
  export type BrandCreateWithoutCampaignsInput = {
103426
103605
  name: string
103427
103606
  description?: string | null
@@ -103787,6 +103966,39 @@ export namespace Prisma {
103787
103966
  data: XOR<CampaignInviteUpdateManyMutationInput, CampaignInviteUncheckedUpdateManyWithoutCampaignInput>
103788
103967
  }
103789
103968
 
103969
+ export type ShopifyProductUpsertWithWhereUniqueWithoutCampaignsInput = {
103970
+ where: ShopifyProductWhereUniqueInput
103971
+ update: XOR<ShopifyProductUpdateWithoutCampaignsInput, ShopifyProductUncheckedUpdateWithoutCampaignsInput>
103972
+ create: XOR<ShopifyProductCreateWithoutCampaignsInput, ShopifyProductUncheckedCreateWithoutCampaignsInput>
103973
+ }
103974
+
103975
+ export type ShopifyProductUpdateWithWhereUniqueWithoutCampaignsInput = {
103976
+ where: ShopifyProductWhereUniqueInput
103977
+ data: XOR<ShopifyProductUpdateWithoutCampaignsInput, ShopifyProductUncheckedUpdateWithoutCampaignsInput>
103978
+ }
103979
+
103980
+ export type ShopifyProductUpdateManyWithWhereWithoutCampaignsInput = {
103981
+ where: ShopifyProductScalarWhereInput
103982
+ data: XOR<ShopifyProductUpdateManyMutationInput, ShopifyProductUncheckedUpdateManyWithoutCampaignsInput>
103983
+ }
103984
+
103985
+ export type ShopifyProductScalarWhereInput = {
103986
+ AND?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
103987
+ OR?: ShopifyProductScalarWhereInput[]
103988
+ NOT?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
103989
+ id?: IntFilter<"ShopifyProduct"> | number
103990
+ shopifyId?: StringFilter<"ShopifyProduct"> | string
103991
+ title?: StringFilter<"ShopifyProduct"> | string
103992
+ handle?: StringFilter<"ShopifyProduct"> | string
103993
+ createdAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
103994
+ updatedAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
103995
+ tags?: StringNullableFilter<"ShopifyProduct"> | string | null
103996
+ status?: StringNullableFilter<"ShopifyProduct"> | string | null
103997
+ metaData?: JsonFilter<"ShopifyProduct">
103998
+ lastSynced?: DateTimeFilter<"ShopifyProduct"> | Date | string
103999
+ shopifyStoreId?: IntFilter<"ShopifyProduct"> | number
104000
+ }
104001
+
103790
104002
  export type BrandUpsertWithoutCampaignsInput = {
103791
104003
  update: XOR<BrandUpdateWithoutCampaignsInput, BrandUncheckedUpdateWithoutCampaignsInput>
103792
104004
  create: XOR<BrandCreateWithoutCampaignsInput, BrandUncheckedCreateWithoutCampaignsInput>
@@ -104076,6 +104288,7 @@ export namespace Prisma {
104076
104288
  countries?: CampaignToCountryCreateNestedManyWithoutCampaignInput
104077
104289
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
104078
104290
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
104291
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
104079
104292
  brand: BrandCreateNestedOneWithoutCampaignsInput
104080
104293
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
104081
104294
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -104143,6 +104356,7 @@ export namespace Prisma {
104143
104356
  countries?: CampaignToCountryUncheckedCreateNestedManyWithoutCampaignInput
104144
104357
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
104145
104358
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
104359
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
104146
104360
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
104147
104361
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
104148
104362
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -104315,6 +104529,7 @@ export namespace Prisma {
104315
104529
  countries?: CampaignToCountryUpdateManyWithoutCampaignNestedInput
104316
104530
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
104317
104531
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
104532
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
104318
104533
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
104319
104534
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
104320
104535
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -104382,6 +104597,7 @@ export namespace Prisma {
104382
104597
  countries?: CampaignToCountryUncheckedUpdateManyWithoutCampaignNestedInput
104383
104598
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
104384
104599
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
104600
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
104385
104601
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
104386
104602
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
104387
104603
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -104446,6 +104662,7 @@ export namespace Prisma {
104446
104662
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
104447
104663
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
104448
104664
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
104665
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
104449
104666
  brand: BrandCreateNestedOneWithoutCampaignsInput
104450
104667
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
104451
104668
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -104513,6 +104730,7 @@ export namespace Prisma {
104513
104730
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
104514
104731
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
104515
104732
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
104733
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
104516
104734
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
104517
104735
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
104518
104736
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -104614,6 +104832,7 @@ export namespace Prisma {
104614
104832
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
104615
104833
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
104616
104834
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
104835
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
104617
104836
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
104618
104837
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
104619
104838
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -104681,6 +104900,7 @@ export namespace Prisma {
104681
104900
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
104682
104901
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
104683
104902
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
104903
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
104684
104904
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
104685
104905
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
104686
104906
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -104771,6 +104991,7 @@ export namespace Prisma {
104771
104991
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
104772
104992
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
104773
104993
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
104994
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
104774
104995
  brand: BrandCreateNestedOneWithoutCampaignsInput
104775
104996
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
104776
104997
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -104838,6 +105059,7 @@ export namespace Prisma {
104838
105059
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
104839
105060
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
104840
105061
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
105062
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
104841
105063
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
104842
105064
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
104843
105065
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -104938,6 +105160,7 @@ export namespace Prisma {
104938
105160
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
104939
105161
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
104940
105162
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
105163
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
104941
105164
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
104942
105165
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
104943
105166
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -105005,6 +105228,7 @@ export namespace Prisma {
105005
105228
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
105006
105229
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
105007
105230
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
105231
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
105008
105232
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
105009
105233
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
105010
105234
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -105095,6 +105319,7 @@ export namespace Prisma {
105095
105319
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
105096
105320
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
105097
105321
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
105322
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
105098
105323
  brand: BrandCreateNestedOneWithoutCampaignsInput
105099
105324
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
105100
105325
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -105162,6 +105387,7 @@ export namespace Prisma {
105162
105387
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
105163
105388
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
105164
105389
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
105390
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
105165
105391
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
105166
105392
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
105167
105393
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -105262,6 +105488,7 @@ export namespace Prisma {
105262
105488
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
105263
105489
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
105264
105490
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
105491
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
105265
105492
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
105266
105493
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
105267
105494
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -105329,6 +105556,7 @@ export namespace Prisma {
105329
105556
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
105330
105557
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
105331
105558
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
105559
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
105332
105560
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
105333
105561
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
105334
105562
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -105419,6 +105647,7 @@ export namespace Prisma {
105419
105647
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
105420
105648
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
105421
105649
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
105650
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
105422
105651
  brand: BrandCreateNestedOneWithoutCampaignsInput
105423
105652
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
105424
105653
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -105486,6 +105715,7 @@ export namespace Prisma {
105486
105715
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
105487
105716
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
105488
105717
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
105718
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
105489
105719
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
105490
105720
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
105491
105721
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -105612,6 +105842,7 @@ export namespace Prisma {
105612
105842
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
105613
105843
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
105614
105844
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
105845
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
105615
105846
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
105616
105847
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
105617
105848
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -105679,6 +105910,7 @@ export namespace Prisma {
105679
105910
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
105680
105911
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
105681
105912
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
105913
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
105682
105914
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
105683
105915
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
105684
105916
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -105936,6 +106168,7 @@ export namespace Prisma {
105936
106168
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
105937
106169
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
105938
106170
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
106171
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
105939
106172
  brand: BrandCreateNestedOneWithoutCampaignsInput
105940
106173
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
105941
106174
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -106003,6 +106236,7 @@ export namespace Prisma {
106003
106236
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
106004
106237
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
106005
106238
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
106239
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
106006
106240
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
106007
106241
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
106008
106242
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -106187,6 +106421,7 @@ export namespace Prisma {
106187
106421
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
106188
106422
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
106189
106423
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
106424
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
106190
106425
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
106191
106426
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
106192
106427
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -106254,6 +106489,7 @@ export namespace Prisma {
106254
106489
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
106255
106490
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
106256
106491
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
106492
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
106257
106493
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
106258
106494
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
106259
106495
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -106760,6 +106996,7 @@ export namespace Prisma {
106760
106996
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
106761
106997
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
106762
106998
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
106999
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
106763
107000
  brand: BrandCreateNestedOneWithoutCampaignsInput
106764
107001
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
106765
107002
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -106827,6 +107064,7 @@ export namespace Prisma {
106827
107064
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
106828
107065
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
106829
107066
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
107067
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
106830
107068
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
106831
107069
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
106832
107070
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -107184,6 +107422,7 @@ export namespace Prisma {
107184
107422
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
107185
107423
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
107186
107424
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
107425
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
107187
107426
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
107188
107427
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
107189
107428
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -107251,6 +107490,7 @@ export namespace Prisma {
107251
107490
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
107252
107491
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
107253
107492
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
107493
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
107254
107494
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
107255
107495
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
107256
107496
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -107894,6 +108134,7 @@ export namespace Prisma {
107894
108134
  countries?: CampaignToCountryCreateNestedManyWithoutCampaignInput
107895
108135
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
107896
108136
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
108137
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
107897
108138
  brand: BrandCreateNestedOneWithoutCampaignsInput
107898
108139
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
107899
108140
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -107961,6 +108202,7 @@ export namespace Prisma {
107961
108202
  countries?: CampaignToCountryUncheckedCreateNestedManyWithoutCampaignInput
107962
108203
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
107963
108204
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
108205
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
107964
108206
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
107965
108207
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
107966
108208
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -108152,6 +108394,7 @@ export namespace Prisma {
108152
108394
  countries?: CampaignToCountryUpdateManyWithoutCampaignNestedInput
108153
108395
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
108154
108396
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
108397
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
108155
108398
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
108156
108399
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
108157
108400
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -108219,6 +108462,7 @@ export namespace Prisma {
108219
108462
  countries?: CampaignToCountryUncheckedUpdateManyWithoutCampaignNestedInput
108220
108463
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
108221
108464
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
108465
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
108222
108466
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
108223
108467
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
108224
108468
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -109998,6 +110242,7 @@ export namespace Prisma {
109998
110242
  countries?: CampaignToCountryCreateNestedManyWithoutCampaignInput
109999
110243
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
110000
110244
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
110245
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
110001
110246
  brand: BrandCreateNestedOneWithoutCampaignsInput
110002
110247
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
110003
110248
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -110065,6 +110310,7 @@ export namespace Prisma {
110065
110310
  countries?: CampaignToCountryUncheckedCreateNestedManyWithoutCampaignInput
110066
110311
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
110067
110312
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
110313
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
110068
110314
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
110069
110315
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
110070
110316
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -110331,6 +110577,7 @@ export namespace Prisma {
110331
110577
  countries?: CampaignToCountryUpdateManyWithoutCampaignNestedInput
110332
110578
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
110333
110579
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
110580
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
110334
110581
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
110335
110582
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
110336
110583
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -110398,6 +110645,7 @@ export namespace Prisma {
110398
110645
  countries?: CampaignToCountryUncheckedUpdateManyWithoutCampaignNestedInput
110399
110646
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
110400
110647
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
110648
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
110401
110649
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
110402
110650
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
110403
110651
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -110692,6 +110940,7 @@ export namespace Prisma {
110692
110940
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
110693
110941
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
110694
110942
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
110943
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
110695
110944
  brand: BrandCreateNestedOneWithoutCampaignsInput
110696
110945
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
110697
110946
  sequences?: SequenceCreateNestedManyWithoutCampaignInput
@@ -110759,6 +111008,7 @@ export namespace Prisma {
110759
111008
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
110760
111009
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
110761
111010
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
111011
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
110762
111012
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
110763
111013
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
110764
111014
  }
@@ -110993,6 +111243,7 @@ export namespace Prisma {
110993
111243
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
110994
111244
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
110995
111245
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
111246
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
110996
111247
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
110997
111248
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
110998
111249
  sequences?: SequenceUpdateManyWithoutCampaignNestedInput
@@ -111060,6 +111311,7 @@ export namespace Prisma {
111060
111311
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
111061
111312
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
111062
111313
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
111314
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
111063
111315
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
111064
111316
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
111065
111317
  }
@@ -112538,6 +112790,7 @@ export namespace Prisma {
112538
112790
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
112539
112791
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
112540
112792
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
112793
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
112541
112794
  brand: BrandCreateNestedOneWithoutCampaignsInput
112542
112795
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
112543
112796
  sequences?: SequenceCreateNestedManyWithoutCampaignInput
@@ -112605,6 +112858,7 @@ export namespace Prisma {
112605
112858
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
112606
112859
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
112607
112860
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
112861
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
112608
112862
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
112609
112863
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
112610
112864
  }
@@ -112685,6 +112939,7 @@ export namespace Prisma {
112685
112939
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
112686
112940
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
112687
112941
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
112942
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
112688
112943
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
112689
112944
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
112690
112945
  sequences?: SequenceUpdateManyWithoutCampaignNestedInput
@@ -112752,6 +113007,7 @@ export namespace Prisma {
112752
113007
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
112753
113008
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
112754
113009
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
113010
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
112755
113011
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
112756
113012
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
112757
113013
  }
@@ -113504,6 +113760,7 @@ export namespace Prisma {
113504
113760
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
113505
113761
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
113506
113762
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
113763
+ shopifyProducts?: ShopifyProductCreateNestedManyWithoutCampaignsInput
113507
113764
  brand: BrandCreateNestedOneWithoutCampaignsInput
113508
113765
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
113509
113766
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -113571,6 +113828,7 @@ export namespace Prisma {
113571
113828
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
113572
113829
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
113573
113830
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
113831
+ shopifyProducts?: ShopifyProductUncheckedCreateNestedManyWithoutCampaignsInput
113574
113832
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
113575
113833
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
113576
113834
  }
@@ -113856,6 +114114,7 @@ export namespace Prisma {
113856
114114
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
113857
114115
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
113858
114116
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
114117
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
113859
114118
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
113860
114119
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
113861
114120
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -113923,6 +114182,7 @@ export namespace Prisma {
113923
114182
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
113924
114183
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
113925
114184
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
114185
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
113926
114186
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
113927
114187
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
113928
114188
  }
@@ -114748,12 +115008,11 @@ export namespace Prisma {
114748
115008
  handle: string
114749
115009
  createdAt?: Date | string | null
114750
115010
  updatedAt?: Date | string | null
114751
- description?: string | null
114752
- price: number
114753
115011
  tags?: string | null
114754
- status: string
115012
+ status?: string | null
114755
115013
  metaData?: JsonNullValueInput | InputJsonValue
114756
115014
  lastSynced?: Date | string
115015
+ campaigns?: CampaignCreateNestedManyWithoutShopifyProductsInput
114757
115016
  }
114758
115017
 
114759
115018
  export type ShopifyProductUncheckedCreateWithoutShopifyStoreInput = {
@@ -114763,12 +115022,11 @@ export namespace Prisma {
114763
115022
  handle: string
114764
115023
  createdAt?: Date | string | null
114765
115024
  updatedAt?: Date | string | null
114766
- description?: string | null
114767
- price: number
114768
115025
  tags?: string | null
114769
- status: string
115026
+ status?: string | null
114770
115027
  metaData?: JsonNullValueInput | InputJsonValue
114771
115028
  lastSynced?: Date | string
115029
+ campaigns?: CampaignUncheckedCreateNestedManyWithoutShopifyProductsInput
114772
115030
  }
114773
115031
 
114774
115032
  export type ShopifyProductCreateOrConnectWithoutShopifyStoreInput = {
@@ -114877,25 +115135,6 @@ export namespace Prisma {
114877
115135
  data: XOR<ShopifyProductUpdateManyMutationInput, ShopifyProductUncheckedUpdateManyWithoutShopifyStoreInput>
114878
115136
  }
114879
115137
 
114880
- export type ShopifyProductScalarWhereInput = {
114881
- AND?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
114882
- OR?: ShopifyProductScalarWhereInput[]
114883
- NOT?: ShopifyProductScalarWhereInput | ShopifyProductScalarWhereInput[]
114884
- id?: IntFilter<"ShopifyProduct"> | number
114885
- shopifyId?: StringFilter<"ShopifyProduct"> | string
114886
- title?: StringFilter<"ShopifyProduct"> | string
114887
- handle?: StringFilter<"ShopifyProduct"> | string
114888
- createdAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
114889
- updatedAt?: DateTimeNullableFilter<"ShopifyProduct"> | Date | string | null
114890
- description?: StringNullableFilter<"ShopifyProduct"> | string | null
114891
- price?: FloatFilter<"ShopifyProduct"> | number
114892
- tags?: StringNullableFilter<"ShopifyProduct"> | string | null
114893
- status?: StringFilter<"ShopifyProduct"> | string
114894
- metaData?: JsonFilter<"ShopifyProduct">
114895
- lastSynced?: DateTimeFilter<"ShopifyProduct"> | Date | string
114896
- shopifyStoreId?: IntFilter<"ShopifyProduct"> | number
114897
- }
114898
-
114899
115138
  export type BrandUpsertWithoutShopifyStoresInput = {
114900
115139
  update: XOR<BrandUpdateWithoutShopifyStoresInput, BrandUncheckedUpdateWithoutShopifyStoresInput>
114901
115140
  create: XOR<BrandCreateWithoutShopifyStoresInput, BrandUncheckedCreateWithoutShopifyStoresInput>
@@ -114982,19 +115221,157 @@ export namespace Prisma {
114982
115221
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
114983
115222
  }
114984
115223
 
115224
+ export type CampaignCreateWithoutShopifyProductsInput = {
115225
+ title: string
115226
+ slug?: string | null
115227
+ status?: string
115228
+ date?: Date | string
115229
+ publishDate?: Date | string | null
115230
+ description?: string | null
115231
+ productDescription?: string | null
115232
+ prizeDescription?: string | null
115233
+ strategy?: string | null
115234
+ socialChannel?: string | null
115235
+ socialChannels?: NullableJsonNullValueInput | InputJsonValue
115236
+ facebookReach?: number | null
115237
+ facebookEngagement?: number | null
115238
+ instagramReach?: number | null
115239
+ instagramEngagement?: number | null
115240
+ youtubeReach?: number | null
115241
+ youtubeEngagement?: number | null
115242
+ twitterReach?: number | null
115243
+ twitterEngagement?: number | null
115244
+ tiktokReach?: number | null
115245
+ tiktokEngagement?: number | null
115246
+ twitchReach?: number | null
115247
+ twitchEngagement?: number | null
115248
+ quantity?: number
115249
+ holdCost?: number | null
115250
+ value?: number | null
115251
+ paidAmount?: number | null
115252
+ minAge?: number | null
115253
+ maxAge?: number | null
115254
+ visuals?: string | null
115255
+ photoTags?: NullableJsonNullValueInput | InputJsonValue
115256
+ hashtags?: NullableJsonNullValueInput | InputJsonValue
115257
+ storyHashtags?: NullableJsonNullValueInput | InputJsonValue
115258
+ storyMentions?: NullableJsonNullValueInput | InputJsonValue
115259
+ caption?: string | null
115260
+ password?: string | null
115261
+ contentFormats?: NullableJsonNullValueInput | InputJsonValue
115262
+ paidCampaign?: boolean | null
115263
+ minPaidAmount?: number | null
115264
+ maxPaidAmount?: number | null
115265
+ paymentType?: string | null
115266
+ monthlyActivatedGoal?: number | null
115267
+ expectedOptIns?: number | null
115268
+ goalActivations?: number | null
115269
+ goalOptIns?: number | null
115270
+ requiresShipping?: boolean | null
115271
+ disableQualifications?: boolean | null
115272
+ disableActivations?: boolean | null
115273
+ affiliateLinkPath?: string | null
115274
+ metaData?: JsonNullValueInput | InputJsonValue
115275
+ steps?: CampaignStepCreateNestedManyWithoutCampaignInput
115276
+ categories?: CampaignToCategoryCreateNestedManyWithoutCampaignInput
115277
+ optIns?: OptInCreateNestedManyWithoutCampaignInput
115278
+ images?: CampaignToImageCreateNestedManyWithoutCampaignInput
115279
+ variables?: VariableCreateNestedManyWithoutCampaignInput
115280
+ countries?: CampaignToCountryCreateNestedManyWithoutCampaignInput
115281
+ campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
115282
+ socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
115283
+ campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
115284
+ brand: BrandCreateNestedOneWithoutCampaignsInput
115285
+ creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
115286
+ optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
115287
+ sequences?: SequenceCreateNestedManyWithoutCampaignInput
115288
+ }
115289
+
115290
+ export type CampaignUncheckedCreateWithoutShopifyProductsInput = {
115291
+ id?: number
115292
+ title: string
115293
+ slug?: string | null
115294
+ status?: string
115295
+ date?: Date | string
115296
+ publishDate?: Date | string | null
115297
+ description?: string | null
115298
+ productDescription?: string | null
115299
+ prizeDescription?: string | null
115300
+ strategy?: string | null
115301
+ socialChannel?: string | null
115302
+ socialChannels?: NullableJsonNullValueInput | InputJsonValue
115303
+ facebookReach?: number | null
115304
+ facebookEngagement?: number | null
115305
+ instagramReach?: number | null
115306
+ instagramEngagement?: number | null
115307
+ youtubeReach?: number | null
115308
+ youtubeEngagement?: number | null
115309
+ twitterReach?: number | null
115310
+ twitterEngagement?: number | null
115311
+ tiktokReach?: number | null
115312
+ tiktokEngagement?: number | null
115313
+ twitchReach?: number | null
115314
+ twitchEngagement?: number | null
115315
+ quantity?: number
115316
+ holdCost?: number | null
115317
+ value?: number | null
115318
+ paidAmount?: number | null
115319
+ minAge?: number | null
115320
+ maxAge?: number | null
115321
+ visuals?: string | null
115322
+ photoTags?: NullableJsonNullValueInput | InputJsonValue
115323
+ hashtags?: NullableJsonNullValueInput | InputJsonValue
115324
+ storyHashtags?: NullableJsonNullValueInput | InputJsonValue
115325
+ storyMentions?: NullableJsonNullValueInput | InputJsonValue
115326
+ caption?: string | null
115327
+ password?: string | null
115328
+ contentFormats?: NullableJsonNullValueInput | InputJsonValue
115329
+ paidCampaign?: boolean | null
115330
+ minPaidAmount?: number | null
115331
+ maxPaidAmount?: number | null
115332
+ paymentType?: string | null
115333
+ monthlyActivatedGoal?: number | null
115334
+ expectedOptIns?: number | null
115335
+ goalActivations?: number | null
115336
+ goalOptIns?: number | null
115337
+ requiresShipping?: boolean | null
115338
+ disableQualifications?: boolean | null
115339
+ disableActivations?: boolean | null
115340
+ affiliateLinkPath?: string | null
115341
+ metaData?: JsonNullValueInput | InputJsonValue
115342
+ brandId: number
115343
+ steps?: CampaignStepUncheckedCreateNestedManyWithoutCampaignInput
115344
+ categories?: CampaignToCategoryUncheckedCreateNestedManyWithoutCampaignInput
115345
+ optIns?: OptInUncheckedCreateNestedManyWithoutCampaignInput
115346
+ images?: CampaignToImageUncheckedCreateNestedManyWithoutCampaignInput
115347
+ variables?: VariableUncheckedCreateNestedManyWithoutCampaignInput
115348
+ countries?: CampaignToCountryUncheckedCreateNestedManyWithoutCampaignInput
115349
+ campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
115350
+ socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
115351
+ campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
115352
+ creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
115353
+ optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
115354
+ sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
115355
+ }
115356
+
115357
+ export type CampaignCreateOrConnectWithoutShopifyProductsInput = {
115358
+ where: CampaignWhereUniqueInput
115359
+ create: XOR<CampaignCreateWithoutShopifyProductsInput, CampaignUncheckedCreateWithoutShopifyProductsInput>
115360
+ }
115361
+
114985
115362
  export type ShopifyStoreCreateWithoutProductsInput = {
114986
- shopifyId: string
114987
- name: string
115363
+ shopifyId?: string | null
115364
+ name?: string | null
114988
115365
  url: string
114989
115366
  accessToken: string
114990
115367
  metaData?: JsonNullValueInput | InputJsonValue
114991
- brand: BrandCreateNestedOneWithoutShopifyStoresInput
115368
+ brand?: BrandCreateNestedOneWithoutShopifyStoresInput
114992
115369
  }
114993
115370
 
114994
115371
  export type ShopifyStoreUncheckedCreateWithoutProductsInput = {
114995
115372
  id?: number
114996
- shopifyId: string
114997
- name: string
115373
+ shopifyId?: string | null
115374
+ name?: string | null
114998
115375
  url: string
114999
115376
  accessToken: string
115000
115377
  metaData?: JsonNullValueInput | InputJsonValue
@@ -115006,6 +115383,22 @@ export namespace Prisma {
115006
115383
  create: XOR<ShopifyStoreCreateWithoutProductsInput, ShopifyStoreUncheckedCreateWithoutProductsInput>
115007
115384
  }
115008
115385
 
115386
+ export type CampaignUpsertWithWhereUniqueWithoutShopifyProductsInput = {
115387
+ where: CampaignWhereUniqueInput
115388
+ update: XOR<CampaignUpdateWithoutShopifyProductsInput, CampaignUncheckedUpdateWithoutShopifyProductsInput>
115389
+ create: XOR<CampaignCreateWithoutShopifyProductsInput, CampaignUncheckedCreateWithoutShopifyProductsInput>
115390
+ }
115391
+
115392
+ export type CampaignUpdateWithWhereUniqueWithoutShopifyProductsInput = {
115393
+ where: CampaignWhereUniqueInput
115394
+ data: XOR<CampaignUpdateWithoutShopifyProductsInput, CampaignUncheckedUpdateWithoutShopifyProductsInput>
115395
+ }
115396
+
115397
+ export type CampaignUpdateManyWithWhereWithoutShopifyProductsInput = {
115398
+ where: CampaignScalarWhereInput
115399
+ data: XOR<CampaignUpdateManyMutationInput, CampaignUncheckedUpdateManyWithoutShopifyProductsInput>
115400
+ }
115401
+
115009
115402
  export type ShopifyStoreUpsertWithoutProductsInput = {
115010
115403
  update: XOR<ShopifyStoreUpdateWithoutProductsInput, ShopifyStoreUncheckedUpdateWithoutProductsInput>
115011
115404
  create: XOR<ShopifyStoreCreateWithoutProductsInput, ShopifyStoreUncheckedCreateWithoutProductsInput>
@@ -115018,18 +115411,18 @@ export namespace Prisma {
115018
115411
  }
115019
115412
 
115020
115413
  export type ShopifyStoreUpdateWithoutProductsInput = {
115021
- shopifyId?: StringFieldUpdateOperationsInput | string
115022
- name?: StringFieldUpdateOperationsInput | string
115414
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
115415
+ name?: NullableStringFieldUpdateOperationsInput | string | null
115023
115416
  url?: StringFieldUpdateOperationsInput | string
115024
115417
  accessToken?: StringFieldUpdateOperationsInput | string
115025
115418
  metaData?: JsonNullValueInput | InputJsonValue
115026
- brand?: BrandUpdateOneRequiredWithoutShopifyStoresNestedInput
115419
+ brand?: BrandUpdateOneWithoutShopifyStoresNestedInput
115027
115420
  }
115028
115421
 
115029
115422
  export type ShopifyStoreUncheckedUpdateWithoutProductsInput = {
115030
115423
  id?: IntFieldUpdateOperationsInput | number
115031
- shopifyId?: StringFieldUpdateOperationsInput | string
115032
- name?: StringFieldUpdateOperationsInput | string
115424
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
115425
+ name?: NullableStringFieldUpdateOperationsInput | string | null
115033
115426
  url?: StringFieldUpdateOperationsInput | string
115034
115427
  accessToken?: StringFieldUpdateOperationsInput | string
115035
115428
  metaData?: JsonNullValueInput | InputJsonValue
@@ -116061,8 +116454,8 @@ export namespace Prisma {
116061
116454
 
116062
116455
  export type ShopifyStoreCreateManyBrandInput = {
116063
116456
  id?: number
116064
- shopifyId: string
116065
- name: string
116457
+ shopifyId?: string | null
116458
+ name?: string | null
116066
116459
  url: string
116067
116460
  accessToken: string
116068
116461
  metaData?: JsonNullValueInput | InputJsonValue
@@ -116144,6 +116537,7 @@ export namespace Prisma {
116144
116537
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
116145
116538
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
116146
116539
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
116540
+ shopifyProducts?: ShopifyProductUpdateManyWithoutCampaignsNestedInput
116147
116541
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
116148
116542
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
116149
116543
  sequences?: SequenceUpdateManyWithoutCampaignNestedInput
@@ -116210,6 +116604,7 @@ export namespace Prisma {
116210
116604
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
116211
116605
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
116212
116606
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
116607
+ shopifyProducts?: ShopifyProductUncheckedUpdateManyWithoutCampaignsNestedInput
116213
116608
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
116214
116609
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
116215
116610
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -116701,8 +117096,8 @@ export namespace Prisma {
116701
117096
  }
116702
117097
 
116703
117098
  export type ShopifyStoreUpdateWithoutBrandInput = {
116704
- shopifyId?: StringFieldUpdateOperationsInput | string
116705
- name?: StringFieldUpdateOperationsInput | string
117099
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
117100
+ name?: NullableStringFieldUpdateOperationsInput | string | null
116706
117101
  url?: StringFieldUpdateOperationsInput | string
116707
117102
  accessToken?: StringFieldUpdateOperationsInput | string
116708
117103
  metaData?: JsonNullValueInput | InputJsonValue
@@ -116711,8 +117106,8 @@ export namespace Prisma {
116711
117106
 
116712
117107
  export type ShopifyStoreUncheckedUpdateWithoutBrandInput = {
116713
117108
  id?: IntFieldUpdateOperationsInput | number
116714
- shopifyId?: StringFieldUpdateOperationsInput | string
116715
- name?: StringFieldUpdateOperationsInput | string
117109
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
117110
+ name?: NullableStringFieldUpdateOperationsInput | string | null
116716
117111
  url?: StringFieldUpdateOperationsInput | string
116717
117112
  accessToken?: StringFieldUpdateOperationsInput | string
116718
117113
  metaData?: JsonNullValueInput | InputJsonValue
@@ -116721,8 +117116,8 @@ export namespace Prisma {
116721
117116
 
116722
117117
  export type ShopifyStoreUncheckedUpdateManyWithoutBrandInput = {
116723
117118
  id?: IntFieldUpdateOperationsInput | number
116724
- shopifyId?: StringFieldUpdateOperationsInput | string
116725
- name?: StringFieldUpdateOperationsInput | string
117119
+ shopifyId?: NullableStringFieldUpdateOperationsInput | string | null
117120
+ name?: NullableStringFieldUpdateOperationsInput | string | null
116726
117121
  url?: StringFieldUpdateOperationsInput | string
116727
117122
  accessToken?: StringFieldUpdateOperationsInput | string
116728
117123
  metaData?: JsonNullValueInput | InputJsonValue
@@ -117347,6 +117742,47 @@ export namespace Prisma {
117347
117742
  metaData?: NullableJsonNullValueInput | InputJsonValue
117348
117743
  }
117349
117744
 
117745
+ export type ShopifyProductUpdateWithoutCampaignsInput = {
117746
+ shopifyId?: StringFieldUpdateOperationsInput | string
117747
+ title?: StringFieldUpdateOperationsInput | string
117748
+ handle?: StringFieldUpdateOperationsInput | string
117749
+ createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117750
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117751
+ tags?: NullableStringFieldUpdateOperationsInput | string | null
117752
+ status?: NullableStringFieldUpdateOperationsInput | string | null
117753
+ metaData?: JsonNullValueInput | InputJsonValue
117754
+ lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
117755
+ shopifyStore?: ShopifyStoreUpdateOneRequiredWithoutProductsNestedInput
117756
+ }
117757
+
117758
+ export type ShopifyProductUncheckedUpdateWithoutCampaignsInput = {
117759
+ id?: IntFieldUpdateOperationsInput | number
117760
+ shopifyId?: StringFieldUpdateOperationsInput | string
117761
+ title?: StringFieldUpdateOperationsInput | string
117762
+ handle?: StringFieldUpdateOperationsInput | string
117763
+ createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117764
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117765
+ tags?: NullableStringFieldUpdateOperationsInput | string | null
117766
+ status?: NullableStringFieldUpdateOperationsInput | string | null
117767
+ metaData?: JsonNullValueInput | InputJsonValue
117768
+ lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
117769
+ shopifyStoreId?: IntFieldUpdateOperationsInput | number
117770
+ }
117771
+
117772
+ export type ShopifyProductUncheckedUpdateManyWithoutCampaignsInput = {
117773
+ id?: IntFieldUpdateOperationsInput | number
117774
+ shopifyId?: StringFieldUpdateOperationsInput | string
117775
+ title?: StringFieldUpdateOperationsInput | string
117776
+ handle?: StringFieldUpdateOperationsInput | string
117777
+ createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117778
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
117779
+ tags?: NullableStringFieldUpdateOperationsInput | string | null
117780
+ status?: NullableStringFieldUpdateOperationsInput | string | null
117781
+ metaData?: JsonNullValueInput | InputJsonValue
117782
+ lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
117783
+ shopifyStoreId?: IntFieldUpdateOperationsInput | number
117784
+ }
117785
+
117350
117786
  export type CreatorListUpdateWithoutCampaignInput = {
117351
117787
  created?: DateTimeFieldUpdateOperationsInput | Date | string
117352
117788
  archived?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -118565,10 +119001,8 @@ export namespace Prisma {
118565
119001
  handle: string
118566
119002
  createdAt?: Date | string | null
118567
119003
  updatedAt?: Date | string | null
118568
- description?: string | null
118569
- price: number
118570
119004
  tags?: string | null
118571
- status: string
119005
+ status?: string | null
118572
119006
  metaData?: JsonNullValueInput | InputJsonValue
118573
119007
  lastSynced?: Date | string
118574
119008
  }
@@ -118579,12 +119013,11 @@ export namespace Prisma {
118579
119013
  handle?: StringFieldUpdateOperationsInput | string
118580
119014
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
118581
119015
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
118582
- description?: NullableStringFieldUpdateOperationsInput | string | null
118583
- price?: FloatFieldUpdateOperationsInput | number
118584
119016
  tags?: NullableStringFieldUpdateOperationsInput | string | null
118585
- status?: StringFieldUpdateOperationsInput | string
119017
+ status?: NullableStringFieldUpdateOperationsInput | string | null
118586
119018
  metaData?: JsonNullValueInput | InputJsonValue
118587
119019
  lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
119020
+ campaigns?: CampaignUpdateManyWithoutShopifyProductsNestedInput
118588
119021
  }
118589
119022
 
118590
119023
  export type ShopifyProductUncheckedUpdateWithoutShopifyStoreInput = {
@@ -118594,12 +119027,11 @@ export namespace Prisma {
118594
119027
  handle?: StringFieldUpdateOperationsInput | string
118595
119028
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
118596
119029
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
118597
- description?: NullableStringFieldUpdateOperationsInput | string | null
118598
- price?: FloatFieldUpdateOperationsInput | number
118599
119030
  tags?: NullableStringFieldUpdateOperationsInput | string | null
118600
- status?: StringFieldUpdateOperationsInput | string
119031
+ status?: NullableStringFieldUpdateOperationsInput | string | null
118601
119032
  metaData?: JsonNullValueInput | InputJsonValue
118602
119033
  lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
119034
+ campaigns?: CampaignUncheckedUpdateManyWithoutShopifyProductsNestedInput
118603
119035
  }
118604
119036
 
118605
119037
  export type ShopifyProductUncheckedUpdateManyWithoutShopifyStoreInput = {
@@ -118609,14 +119041,200 @@ export namespace Prisma {
118609
119041
  handle?: StringFieldUpdateOperationsInput | string
118610
119042
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
118611
119043
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
118612
- description?: NullableStringFieldUpdateOperationsInput | string | null
118613
- price?: FloatFieldUpdateOperationsInput | number
118614
119044
  tags?: NullableStringFieldUpdateOperationsInput | string | null
118615
- status?: StringFieldUpdateOperationsInput | string
119045
+ status?: NullableStringFieldUpdateOperationsInput | string | null
118616
119046
  metaData?: JsonNullValueInput | InputJsonValue
118617
119047
  lastSynced?: DateTimeFieldUpdateOperationsInput | Date | string
118618
119048
  }
118619
119049
 
119050
+ export type CampaignUpdateWithoutShopifyProductsInput = {
119051
+ title?: StringFieldUpdateOperationsInput | string
119052
+ slug?: NullableStringFieldUpdateOperationsInput | string | null
119053
+ status?: StringFieldUpdateOperationsInput | string
119054
+ date?: DateTimeFieldUpdateOperationsInput | Date | string
119055
+ publishDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
119056
+ description?: NullableStringFieldUpdateOperationsInput | string | null
119057
+ productDescription?: NullableStringFieldUpdateOperationsInput | string | null
119058
+ prizeDescription?: NullableStringFieldUpdateOperationsInput | string | null
119059
+ strategy?: NullableStringFieldUpdateOperationsInput | string | null
119060
+ socialChannel?: NullableStringFieldUpdateOperationsInput | string | null
119061
+ socialChannels?: NullableJsonNullValueInput | InputJsonValue
119062
+ facebookReach?: NullableIntFieldUpdateOperationsInput | number | null
119063
+ facebookEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119064
+ instagramReach?: NullableIntFieldUpdateOperationsInput | number | null
119065
+ instagramEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119066
+ youtubeReach?: NullableIntFieldUpdateOperationsInput | number | null
119067
+ youtubeEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119068
+ twitterReach?: NullableIntFieldUpdateOperationsInput | number | null
119069
+ twitterEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119070
+ tiktokReach?: NullableIntFieldUpdateOperationsInput | number | null
119071
+ tiktokEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119072
+ twitchReach?: NullableIntFieldUpdateOperationsInput | number | null
119073
+ twitchEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119074
+ quantity?: IntFieldUpdateOperationsInput | number
119075
+ holdCost?: NullableFloatFieldUpdateOperationsInput | number | null
119076
+ value?: NullableFloatFieldUpdateOperationsInput | number | null
119077
+ paidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119078
+ minAge?: NullableIntFieldUpdateOperationsInput | number | null
119079
+ maxAge?: NullableIntFieldUpdateOperationsInput | number | null
119080
+ visuals?: NullableStringFieldUpdateOperationsInput | string | null
119081
+ photoTags?: NullableJsonNullValueInput | InputJsonValue
119082
+ hashtags?: NullableJsonNullValueInput | InputJsonValue
119083
+ storyHashtags?: NullableJsonNullValueInput | InputJsonValue
119084
+ storyMentions?: NullableJsonNullValueInput | InputJsonValue
119085
+ caption?: NullableStringFieldUpdateOperationsInput | string | null
119086
+ password?: NullableStringFieldUpdateOperationsInput | string | null
119087
+ contentFormats?: NullableJsonNullValueInput | InputJsonValue
119088
+ paidCampaign?: NullableBoolFieldUpdateOperationsInput | boolean | null
119089
+ minPaidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119090
+ maxPaidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119091
+ paymentType?: NullableStringFieldUpdateOperationsInput | string | null
119092
+ monthlyActivatedGoal?: NullableIntFieldUpdateOperationsInput | number | null
119093
+ expectedOptIns?: NullableIntFieldUpdateOperationsInput | number | null
119094
+ goalActivations?: NullableFloatFieldUpdateOperationsInput | number | null
119095
+ goalOptIns?: NullableFloatFieldUpdateOperationsInput | number | null
119096
+ requiresShipping?: NullableBoolFieldUpdateOperationsInput | boolean | null
119097
+ disableQualifications?: NullableBoolFieldUpdateOperationsInput | boolean | null
119098
+ disableActivations?: NullableBoolFieldUpdateOperationsInput | boolean | null
119099
+ affiliateLinkPath?: NullableStringFieldUpdateOperationsInput | string | null
119100
+ metaData?: JsonNullValueInput | InputJsonValue
119101
+ steps?: CampaignStepUpdateManyWithoutCampaignNestedInput
119102
+ categories?: CampaignToCategoryUpdateManyWithoutCampaignNestedInput
119103
+ optIns?: OptInUpdateManyWithoutCampaignNestedInput
119104
+ images?: CampaignToImageUpdateManyWithoutCampaignNestedInput
119105
+ variables?: VariableUpdateManyWithoutCampaignNestedInput
119106
+ countries?: CampaignToCountryUpdateManyWithoutCampaignNestedInput
119107
+ campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
119108
+ socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
119109
+ campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
119110
+ brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
119111
+ creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
119112
+ optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
119113
+ sequences?: SequenceUpdateManyWithoutCampaignNestedInput
119114
+ }
119115
+
119116
+ export type CampaignUncheckedUpdateWithoutShopifyProductsInput = {
119117
+ id?: IntFieldUpdateOperationsInput | number
119118
+ title?: StringFieldUpdateOperationsInput | string
119119
+ slug?: NullableStringFieldUpdateOperationsInput | string | null
119120
+ status?: StringFieldUpdateOperationsInput | string
119121
+ date?: DateTimeFieldUpdateOperationsInput | Date | string
119122
+ publishDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
119123
+ description?: NullableStringFieldUpdateOperationsInput | string | null
119124
+ productDescription?: NullableStringFieldUpdateOperationsInput | string | null
119125
+ prizeDescription?: NullableStringFieldUpdateOperationsInput | string | null
119126
+ strategy?: NullableStringFieldUpdateOperationsInput | string | null
119127
+ socialChannel?: NullableStringFieldUpdateOperationsInput | string | null
119128
+ socialChannels?: NullableJsonNullValueInput | InputJsonValue
119129
+ facebookReach?: NullableIntFieldUpdateOperationsInput | number | null
119130
+ facebookEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119131
+ instagramReach?: NullableIntFieldUpdateOperationsInput | number | null
119132
+ instagramEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119133
+ youtubeReach?: NullableIntFieldUpdateOperationsInput | number | null
119134
+ youtubeEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119135
+ twitterReach?: NullableIntFieldUpdateOperationsInput | number | null
119136
+ twitterEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119137
+ tiktokReach?: NullableIntFieldUpdateOperationsInput | number | null
119138
+ tiktokEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119139
+ twitchReach?: NullableIntFieldUpdateOperationsInput | number | null
119140
+ twitchEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119141
+ quantity?: IntFieldUpdateOperationsInput | number
119142
+ holdCost?: NullableFloatFieldUpdateOperationsInput | number | null
119143
+ value?: NullableFloatFieldUpdateOperationsInput | number | null
119144
+ paidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119145
+ minAge?: NullableIntFieldUpdateOperationsInput | number | null
119146
+ maxAge?: NullableIntFieldUpdateOperationsInput | number | null
119147
+ visuals?: NullableStringFieldUpdateOperationsInput | string | null
119148
+ photoTags?: NullableJsonNullValueInput | InputJsonValue
119149
+ hashtags?: NullableJsonNullValueInput | InputJsonValue
119150
+ storyHashtags?: NullableJsonNullValueInput | InputJsonValue
119151
+ storyMentions?: NullableJsonNullValueInput | InputJsonValue
119152
+ caption?: NullableStringFieldUpdateOperationsInput | string | null
119153
+ password?: NullableStringFieldUpdateOperationsInput | string | null
119154
+ contentFormats?: NullableJsonNullValueInput | InputJsonValue
119155
+ paidCampaign?: NullableBoolFieldUpdateOperationsInput | boolean | null
119156
+ minPaidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119157
+ maxPaidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119158
+ paymentType?: NullableStringFieldUpdateOperationsInput | string | null
119159
+ monthlyActivatedGoal?: NullableIntFieldUpdateOperationsInput | number | null
119160
+ expectedOptIns?: NullableIntFieldUpdateOperationsInput | number | null
119161
+ goalActivations?: NullableFloatFieldUpdateOperationsInput | number | null
119162
+ goalOptIns?: NullableFloatFieldUpdateOperationsInput | number | null
119163
+ requiresShipping?: NullableBoolFieldUpdateOperationsInput | boolean | null
119164
+ disableQualifications?: NullableBoolFieldUpdateOperationsInput | boolean | null
119165
+ disableActivations?: NullableBoolFieldUpdateOperationsInput | boolean | null
119166
+ affiliateLinkPath?: NullableStringFieldUpdateOperationsInput | string | null
119167
+ metaData?: JsonNullValueInput | InputJsonValue
119168
+ brandId?: IntFieldUpdateOperationsInput | number
119169
+ steps?: CampaignStepUncheckedUpdateManyWithoutCampaignNestedInput
119170
+ categories?: CampaignToCategoryUncheckedUpdateManyWithoutCampaignNestedInput
119171
+ optIns?: OptInUncheckedUpdateManyWithoutCampaignNestedInput
119172
+ images?: CampaignToImageUncheckedUpdateManyWithoutCampaignNestedInput
119173
+ variables?: VariableUncheckedUpdateManyWithoutCampaignNestedInput
119174
+ countries?: CampaignToCountryUncheckedUpdateManyWithoutCampaignNestedInput
119175
+ campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
119176
+ socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
119177
+ campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
119178
+ creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
119179
+ optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
119180
+ sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
119181
+ }
119182
+
119183
+ export type CampaignUncheckedUpdateManyWithoutShopifyProductsInput = {
119184
+ id?: IntFieldUpdateOperationsInput | number
119185
+ title?: StringFieldUpdateOperationsInput | string
119186
+ slug?: NullableStringFieldUpdateOperationsInput | string | null
119187
+ status?: StringFieldUpdateOperationsInput | string
119188
+ date?: DateTimeFieldUpdateOperationsInput | Date | string
119189
+ publishDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
119190
+ description?: NullableStringFieldUpdateOperationsInput | string | null
119191
+ productDescription?: NullableStringFieldUpdateOperationsInput | string | null
119192
+ prizeDescription?: NullableStringFieldUpdateOperationsInput | string | null
119193
+ strategy?: NullableStringFieldUpdateOperationsInput | string | null
119194
+ socialChannel?: NullableStringFieldUpdateOperationsInput | string | null
119195
+ socialChannels?: NullableJsonNullValueInput | InputJsonValue
119196
+ facebookReach?: NullableIntFieldUpdateOperationsInput | number | null
119197
+ facebookEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119198
+ instagramReach?: NullableIntFieldUpdateOperationsInput | number | null
119199
+ instagramEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119200
+ youtubeReach?: NullableIntFieldUpdateOperationsInput | number | null
119201
+ youtubeEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119202
+ twitterReach?: NullableIntFieldUpdateOperationsInput | number | null
119203
+ twitterEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119204
+ tiktokReach?: NullableIntFieldUpdateOperationsInput | number | null
119205
+ tiktokEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119206
+ twitchReach?: NullableIntFieldUpdateOperationsInput | number | null
119207
+ twitchEngagement?: NullableFloatFieldUpdateOperationsInput | number | null
119208
+ quantity?: IntFieldUpdateOperationsInput | number
119209
+ holdCost?: NullableFloatFieldUpdateOperationsInput | number | null
119210
+ value?: NullableFloatFieldUpdateOperationsInput | number | null
119211
+ paidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119212
+ minAge?: NullableIntFieldUpdateOperationsInput | number | null
119213
+ maxAge?: NullableIntFieldUpdateOperationsInput | number | null
119214
+ visuals?: NullableStringFieldUpdateOperationsInput | string | null
119215
+ photoTags?: NullableJsonNullValueInput | InputJsonValue
119216
+ hashtags?: NullableJsonNullValueInput | InputJsonValue
119217
+ storyHashtags?: NullableJsonNullValueInput | InputJsonValue
119218
+ storyMentions?: NullableJsonNullValueInput | InputJsonValue
119219
+ caption?: NullableStringFieldUpdateOperationsInput | string | null
119220
+ password?: NullableStringFieldUpdateOperationsInput | string | null
119221
+ contentFormats?: NullableJsonNullValueInput | InputJsonValue
119222
+ paidCampaign?: NullableBoolFieldUpdateOperationsInput | boolean | null
119223
+ minPaidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119224
+ maxPaidAmount?: NullableFloatFieldUpdateOperationsInput | number | null
119225
+ paymentType?: NullableStringFieldUpdateOperationsInput | string | null
119226
+ monthlyActivatedGoal?: NullableIntFieldUpdateOperationsInput | number | null
119227
+ expectedOptIns?: NullableIntFieldUpdateOperationsInput | number | null
119228
+ goalActivations?: NullableFloatFieldUpdateOperationsInput | number | null
119229
+ goalOptIns?: NullableFloatFieldUpdateOperationsInput | number | null
119230
+ requiresShipping?: NullableBoolFieldUpdateOperationsInput | boolean | null
119231
+ disableQualifications?: NullableBoolFieldUpdateOperationsInput | boolean | null
119232
+ disableActivations?: NullableBoolFieldUpdateOperationsInput | boolean | null
119233
+ affiliateLinkPath?: NullableStringFieldUpdateOperationsInput | string | null
119234
+ metaData?: JsonNullValueInput | InputJsonValue
119235
+ brandId?: IntFieldUpdateOperationsInput | number
119236
+ }
119237
+
118620
119238
 
118621
119239
 
118622
119240
  /**
@@ -118726,6 +119344,10 @@ export namespace Prisma {
118726
119344
  * @deprecated Use ShopifyStoreCountOutputTypeDefaultArgs instead
118727
119345
  */
118728
119346
  export type ShopifyStoreCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ShopifyStoreCountOutputTypeDefaultArgs<ExtArgs>
119347
+ /**
119348
+ * @deprecated Use ShopifyProductCountOutputTypeDefaultArgs instead
119349
+ */
119350
+ export type ShopifyProductCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ShopifyProductCountOutputTypeDefaultArgs<ExtArgs>
118729
119351
  /**
118730
119352
  * @deprecated Use UserDefaultArgs instead
118731
119353
  */