@creator.co/creatorco-prisma-client 1.0.37 → 1.0.38-alpha-474c819

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
@@ -7303,7 +7303,7 @@ export namespace Prisma {
7303
7303
  socialPosts: number
7304
7304
  campaignInvites: number
7305
7305
  campaignToShopifyProducts: number
7306
- campaignToBrandAffiliateLink: number
7306
+ campaignToBrandAffiliateLinks: number
7307
7307
  creatorLists: number
7308
7308
  optInViews: number
7309
7309
  sequences: number
@@ -7321,7 +7321,7 @@ export namespace Prisma {
7321
7321
  socialPosts?: boolean | CampaignCountOutputTypeCountSocialPostsArgs
7322
7322
  campaignInvites?: boolean | CampaignCountOutputTypeCountCampaignInvitesArgs
7323
7323
  campaignToShopifyProducts?: boolean | CampaignCountOutputTypeCountCampaignToShopifyProductsArgs
7324
- campaignToBrandAffiliateLink?: boolean | CampaignCountOutputTypeCountCampaignToBrandAffiliateLinkArgs
7324
+ campaignToBrandAffiliateLinks?: boolean | CampaignCountOutputTypeCountCampaignToBrandAffiliateLinksArgs
7325
7325
  creatorLists?: boolean | CampaignCountOutputTypeCountCreatorListsArgs
7326
7326
  optInViews?: boolean | CampaignCountOutputTypeCountOptInViewsArgs
7327
7327
  sequences?: boolean | CampaignCountOutputTypeCountSequencesArgs
@@ -7418,7 +7418,7 @@ export namespace Prisma {
7418
7418
  /**
7419
7419
  * CampaignCountOutputType without action
7420
7420
  */
7421
- export type CampaignCountOutputTypeCountCampaignToBrandAffiliateLinkArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7421
+ export type CampaignCountOutputTypeCountCampaignToBrandAffiliateLinksArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
7422
7422
  where?: CampaignToBrandAffiliateLinkWhereInput
7423
7423
  }
7424
7424
 
@@ -29602,7 +29602,7 @@ export namespace Prisma {
29602
29602
  socialPosts?: boolean | Campaign$socialPostsArgs<ExtArgs>
29603
29603
  campaignInvites?: boolean | Campaign$campaignInvitesArgs<ExtArgs>
29604
29604
  campaignToShopifyProducts?: boolean | Campaign$campaignToShopifyProductsArgs<ExtArgs>
29605
- campaignToBrandAffiliateLink?: boolean | Campaign$campaignToBrandAffiliateLinkArgs<ExtArgs>
29605
+ campaignToBrandAffiliateLinks?: boolean | Campaign$campaignToBrandAffiliateLinksArgs<ExtArgs>
29606
29606
  brand?: boolean | BrandDefaultArgs<ExtArgs>
29607
29607
  creatorLists?: boolean | Campaign$creatorListsArgs<ExtArgs>
29608
29608
  optInViews?: boolean | Campaign$optInViewsArgs<ExtArgs>
@@ -29679,7 +29679,7 @@ export namespace Prisma {
29679
29679
  socialPosts?: boolean | Campaign$socialPostsArgs<ExtArgs>
29680
29680
  campaignInvites?: boolean | Campaign$campaignInvitesArgs<ExtArgs>
29681
29681
  campaignToShopifyProducts?: boolean | Campaign$campaignToShopifyProductsArgs<ExtArgs>
29682
- campaignToBrandAffiliateLink?: boolean | Campaign$campaignToBrandAffiliateLinkArgs<ExtArgs>
29682
+ campaignToBrandAffiliateLinks?: boolean | Campaign$campaignToBrandAffiliateLinksArgs<ExtArgs>
29683
29683
  brand?: boolean | BrandDefaultArgs<ExtArgs>
29684
29684
  creatorLists?: boolean | Campaign$creatorListsArgs<ExtArgs>
29685
29685
  optInViews?: boolean | Campaign$optInViewsArgs<ExtArgs>
@@ -29702,7 +29702,7 @@ export namespace Prisma {
29702
29702
  socialPosts: Prisma.$SocialPostPayload<ExtArgs>[]
29703
29703
  campaignInvites: Prisma.$CampaignInvitePayload<ExtArgs>[]
29704
29704
  campaignToShopifyProducts: Prisma.$CampaignToShopifyProductPayload<ExtArgs>[]
29705
- campaignToBrandAffiliateLink: Prisma.$CampaignToBrandAffiliateLinkPayload<ExtArgs>[]
29705
+ campaignToBrandAffiliateLinks: Prisma.$CampaignToBrandAffiliateLinkPayload<ExtArgs>[]
29706
29706
  brand: Prisma.$BrandPayload<ExtArgs>
29707
29707
  creatorLists: Prisma.$CreatorListPayload<ExtArgs>[]
29708
29708
  optInViews: Prisma.$OptInViewPayload<ExtArgs>[]
@@ -30175,7 +30175,7 @@ export namespace Prisma {
30175
30175
 
30176
30176
  campaignToShopifyProducts<T extends Campaign$campaignToShopifyProductsArgs<ExtArgs> = {}>(args?: Subset<T, Campaign$campaignToShopifyProductsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CampaignToShopifyProductPayload<ExtArgs>, T, 'findMany'> | Null>;
30177
30177
 
30178
- campaignToBrandAffiliateLink<T extends Campaign$campaignToBrandAffiliateLinkArgs<ExtArgs> = {}>(args?: Subset<T, Campaign$campaignToBrandAffiliateLinkArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CampaignToBrandAffiliateLinkPayload<ExtArgs>, T, 'findMany'> | Null>;
30178
+ campaignToBrandAffiliateLinks<T extends Campaign$campaignToBrandAffiliateLinksArgs<ExtArgs> = {}>(args?: Subset<T, Campaign$campaignToBrandAffiliateLinksArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CampaignToBrandAffiliateLinkPayload<ExtArgs>, T, 'findMany'> | Null>;
30179
30179
 
30180
30180
  brand<T extends BrandDefaultArgs<ExtArgs> = {}>(args?: Subset<T, BrandDefaultArgs<ExtArgs>>): Prisma__BrandClient<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
30181
30181
 
@@ -30804,9 +30804,9 @@ export namespace Prisma {
30804
30804
  }
30805
30805
 
30806
30806
  /**
30807
- * Campaign.campaignToBrandAffiliateLink
30807
+ * Campaign.campaignToBrandAffiliateLinks
30808
30808
  */
30809
- export type Campaign$campaignToBrandAffiliateLinkArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
30809
+ export type Campaign$campaignToBrandAffiliateLinksArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
30810
30810
  /**
30811
30811
  * Select specific fields to fetch from the CampaignToBrandAffiliateLink
30812
30812
  */
@@ -87866,7 +87866,7 @@ export namespace Prisma {
87866
87866
  socialPosts?: SocialPostListRelationFilter
87867
87867
  campaignInvites?: CampaignInviteListRelationFilter
87868
87868
  campaignToShopifyProducts?: CampaignToShopifyProductListRelationFilter
87869
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkListRelationFilter
87869
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkListRelationFilter
87870
87870
  brand?: XOR<BrandRelationFilter, BrandWhereInput>
87871
87871
  creatorLists?: CreatorListListRelationFilter
87872
87872
  optInViews?: OptInViewListRelationFilter
@@ -87938,7 +87938,7 @@ export namespace Prisma {
87938
87938
  socialPosts?: SocialPostOrderByRelationAggregateInput
87939
87939
  campaignInvites?: CampaignInviteOrderByRelationAggregateInput
87940
87940
  campaignToShopifyProducts?: CampaignToShopifyProductOrderByRelationAggregateInput
87941
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkOrderByRelationAggregateInput
87941
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkOrderByRelationAggregateInput
87942
87942
  brand?: BrandOrderByWithRelationAndSearchRelevanceInput
87943
87943
  creatorLists?: CreatorListOrderByRelationAggregateInput
87944
87944
  optInViews?: OptInViewOrderByRelationAggregateInput
@@ -88014,7 +88014,7 @@ export namespace Prisma {
88014
88014
  socialPosts?: SocialPostListRelationFilter
88015
88015
  campaignInvites?: CampaignInviteListRelationFilter
88016
88016
  campaignToShopifyProducts?: CampaignToShopifyProductListRelationFilter
88017
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkListRelationFilter
88017
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkListRelationFilter
88018
88018
  brand?: XOR<BrandRelationFilter, BrandWhereInput>
88019
88019
  creatorLists?: CreatorListListRelationFilter
88020
88020
  optInViews?: OptInViewListRelationFilter
@@ -93885,7 +93885,7 @@ export namespace Prisma {
93885
93885
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
93886
93886
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
93887
93887
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
93888
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
93888
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
93889
93889
  brand: BrandCreateNestedOneWithoutCampaignsInput
93890
93890
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
93891
93891
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -93957,7 +93957,7 @@ export namespace Prisma {
93957
93957
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
93958
93958
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
93959
93959
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
93960
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
93960
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
93961
93961
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
93962
93962
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
93963
93963
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -94026,7 +94026,7 @@ export namespace Prisma {
94026
94026
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
94027
94027
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
94028
94028
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
94029
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
94029
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
94030
94030
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
94031
94031
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
94032
94032
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -94098,7 +94098,7 @@ export namespace Prisma {
94098
94098
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
94099
94099
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
94100
94100
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
94101
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
94101
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
94102
94102
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
94103
94103
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
94104
94104
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -94364,7 +94364,7 @@ export namespace Prisma {
94364
94364
  }
94365
94365
 
94366
94366
  export type CampaignToBrandAffiliateLinkCreateInput = {
94367
- campaign: CampaignCreateNestedOneWithoutCampaignToBrandAffiliateLinkInput
94367
+ campaign: CampaignCreateNestedOneWithoutCampaignToBrandAffiliateLinksInput
94368
94368
  brandAffiliateLink: BrandAffiliateLinkCreateNestedOneWithoutCampaignToBrandAffiliateLinkInput
94369
94369
  }
94370
94370
 
@@ -94375,7 +94375,7 @@ export namespace Prisma {
94375
94375
  }
94376
94376
 
94377
94377
  export type CampaignToBrandAffiliateLinkUpdateInput = {
94378
- campaign?: CampaignUpdateOneRequiredWithoutCampaignToBrandAffiliateLinkNestedInput
94378
+ campaign?: CampaignUpdateOneRequiredWithoutCampaignToBrandAffiliateLinksNestedInput
94379
94379
  brandAffiliateLink?: BrandAffiliateLinkUpdateOneRequiredWithoutCampaignToBrandAffiliateLinkNestedInput
94380
94380
  }
94381
94381
 
@@ -105955,9 +105955,9 @@ export namespace Prisma {
105955
105955
  deleteMany?: ImageScalarWhereInput | ImageScalarWhereInput[]
105956
105956
  }
105957
105957
 
105958
- export type CampaignCreateNestedOneWithoutCampaignToBrandAffiliateLinkInput = {
105959
- create?: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinkInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinkInput>
105960
- connectOrCreate?: CampaignCreateOrConnectWithoutCampaignToBrandAffiliateLinkInput
105958
+ export type CampaignCreateNestedOneWithoutCampaignToBrandAffiliateLinksInput = {
105959
+ create?: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinksInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinksInput>
105960
+ connectOrCreate?: CampaignCreateOrConnectWithoutCampaignToBrandAffiliateLinksInput
105961
105961
  connect?: CampaignWhereUniqueInput
105962
105962
  }
105963
105963
 
@@ -105967,12 +105967,12 @@ export namespace Prisma {
105967
105967
  connect?: BrandAffiliateLinkWhereUniqueInput
105968
105968
  }
105969
105969
 
105970
- export type CampaignUpdateOneRequiredWithoutCampaignToBrandAffiliateLinkNestedInput = {
105971
- create?: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinkInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinkInput>
105972
- connectOrCreate?: CampaignCreateOrConnectWithoutCampaignToBrandAffiliateLinkInput
105973
- upsert?: CampaignUpsertWithoutCampaignToBrandAffiliateLinkInput
105970
+ export type CampaignUpdateOneRequiredWithoutCampaignToBrandAffiliateLinksNestedInput = {
105971
+ create?: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinksInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinksInput>
105972
+ connectOrCreate?: CampaignCreateOrConnectWithoutCampaignToBrandAffiliateLinksInput
105973
+ upsert?: CampaignUpsertWithoutCampaignToBrandAffiliateLinksInput
105974
105974
  connect?: CampaignWhereUniqueInput
105975
- update?: XOR<XOR<CampaignUpdateToOneWithWhereWithoutCampaignToBrandAffiliateLinkInput, CampaignUpdateWithoutCampaignToBrandAffiliateLinkInput>, CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinkInput>
105975
+ update?: XOR<XOR<CampaignUpdateToOneWithWhereWithoutCampaignToBrandAffiliateLinksInput, CampaignUpdateWithoutCampaignToBrandAffiliateLinksInput>, CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinksInput>
105976
105976
  }
105977
105977
 
105978
105978
  export type BrandAffiliateLinkUpdateOneRequiredWithoutCampaignToBrandAffiliateLinkNestedInput = {
@@ -113780,7 +113780,7 @@ export namespace Prisma {
113780
113780
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
113781
113781
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
113782
113782
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
113783
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
113783
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
113784
113784
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
113785
113785
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
113786
113786
  sequences?: SequenceCreateNestedManyWithoutCampaignInput
@@ -113850,7 +113850,7 @@ export namespace Prisma {
113850
113850
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
113851
113851
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
113852
113852
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
113853
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
113853
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
113854
113854
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
113855
113855
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
113856
113856
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -118141,7 +118141,7 @@ export namespace Prisma {
118141
118141
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
118142
118142
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
118143
118143
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
118144
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
118144
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
118145
118145
  brand: BrandCreateNestedOneWithoutCampaignsInput
118146
118146
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
118147
118147
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -118212,7 +118212,7 @@ export namespace Prisma {
118212
118212
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
118213
118213
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
118214
118214
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
118215
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
118215
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
118216
118216
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
118217
118217
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
118218
118218
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -118388,7 +118388,7 @@ export namespace Prisma {
118388
118388
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
118389
118389
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
118390
118390
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
118391
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
118391
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
118392
118392
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
118393
118393
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
118394
118394
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -118459,7 +118459,7 @@ export namespace Prisma {
118459
118459
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
118460
118460
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
118461
118461
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
118462
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
118462
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
118463
118463
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
118464
118464
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
118465
118465
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -118527,7 +118527,7 @@ export namespace Prisma {
118527
118527
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
118528
118528
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
118529
118529
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
118530
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
118530
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
118531
118531
  brand: BrandCreateNestedOneWithoutCampaignsInput
118532
118532
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
118533
118533
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -118598,7 +118598,7 @@ export namespace Prisma {
118598
118598
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
118599
118599
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
118600
118600
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
118601
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
118601
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
118602
118602
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
118603
118603
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
118604
118604
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -118703,7 +118703,7 @@ export namespace Prisma {
118703
118703
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
118704
118704
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
118705
118705
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
118706
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
118706
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
118707
118707
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
118708
118708
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
118709
118709
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -118774,7 +118774,7 @@ export namespace Prisma {
118774
118774
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
118775
118775
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
118776
118776
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
118777
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
118777
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
118778
118778
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
118779
118779
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
118780
118780
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -118806,7 +118806,7 @@ export namespace Prisma {
118806
118806
  campaignImageId?: IntFilter<"Image"> | number
118807
118807
  }
118808
118808
 
118809
- export type CampaignCreateWithoutCampaignToBrandAffiliateLinkInput = {
118809
+ export type CampaignCreateWithoutCampaignToBrandAffiliateLinksInput = {
118810
118810
  title: string
118811
118811
  slug?: string | null
118812
118812
  status?: string
@@ -118875,7 +118875,7 @@ export namespace Prisma {
118875
118875
  sequences?: SequenceCreateNestedManyWithoutCampaignInput
118876
118876
  }
118877
118877
 
118878
- export type CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinkInput = {
118878
+ export type CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinksInput = {
118879
118879
  id?: number
118880
118880
  title: string
118881
118881
  slug?: string | null
@@ -118945,9 +118945,9 @@ export namespace Prisma {
118945
118945
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
118946
118946
  }
118947
118947
 
118948
- export type CampaignCreateOrConnectWithoutCampaignToBrandAffiliateLinkInput = {
118948
+ export type CampaignCreateOrConnectWithoutCampaignToBrandAffiliateLinksInput = {
118949
118949
  where: CampaignWhereUniqueInput
118950
- create: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinkInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinkInput>
118950
+ create: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinksInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinksInput>
118951
118951
  }
118952
118952
 
118953
118953
  export type BrandAffiliateLinkCreateWithoutCampaignToBrandAffiliateLinkInput = {
@@ -118976,18 +118976,18 @@ export namespace Prisma {
118976
118976
  create: XOR<BrandAffiliateLinkCreateWithoutCampaignToBrandAffiliateLinkInput, BrandAffiliateLinkUncheckedCreateWithoutCampaignToBrandAffiliateLinkInput>
118977
118977
  }
118978
118978
 
118979
- export type CampaignUpsertWithoutCampaignToBrandAffiliateLinkInput = {
118980
- update: XOR<CampaignUpdateWithoutCampaignToBrandAffiliateLinkInput, CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinkInput>
118981
- create: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinkInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinkInput>
118979
+ export type CampaignUpsertWithoutCampaignToBrandAffiliateLinksInput = {
118980
+ update: XOR<CampaignUpdateWithoutCampaignToBrandAffiliateLinksInput, CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinksInput>
118981
+ create: XOR<CampaignCreateWithoutCampaignToBrandAffiliateLinksInput, CampaignUncheckedCreateWithoutCampaignToBrandAffiliateLinksInput>
118982
118982
  where?: CampaignWhereInput
118983
118983
  }
118984
118984
 
118985
- export type CampaignUpdateToOneWithWhereWithoutCampaignToBrandAffiliateLinkInput = {
118985
+ export type CampaignUpdateToOneWithWhereWithoutCampaignToBrandAffiliateLinksInput = {
118986
118986
  where?: CampaignWhereInput
118987
- data: XOR<CampaignUpdateWithoutCampaignToBrandAffiliateLinkInput, CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinkInput>
118987
+ data: XOR<CampaignUpdateWithoutCampaignToBrandAffiliateLinksInput, CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinksInput>
118988
118988
  }
118989
118989
 
118990
- export type CampaignUpdateWithoutCampaignToBrandAffiliateLinkInput = {
118990
+ export type CampaignUpdateWithoutCampaignToBrandAffiliateLinksInput = {
118991
118991
  title?: StringFieldUpdateOperationsInput | string
118992
118992
  slug?: NullableStringFieldUpdateOperationsInput | string | null
118993
118993
  status?: StringFieldUpdateOperationsInput | string
@@ -119056,7 +119056,7 @@ export namespace Prisma {
119056
119056
  sequences?: SequenceUpdateManyWithoutCampaignNestedInput
119057
119057
  }
119058
119058
 
119059
- export type CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinkInput = {
119059
+ export type CampaignUncheckedUpdateWithoutCampaignToBrandAffiliateLinksInput = {
119060
119060
  id?: IntFieldUpdateOperationsInput | number
119061
119061
  title?: StringFieldUpdateOperationsInput | string
119062
119062
  slug?: NullableStringFieldUpdateOperationsInput | string | null
@@ -119220,7 +119220,7 @@ export namespace Prisma {
119220
119220
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
119221
119221
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
119222
119222
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
119223
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
119223
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
119224
119224
  brand: BrandCreateNestedOneWithoutCampaignsInput
119225
119225
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
119226
119226
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -119291,7 +119291,7 @@ export namespace Prisma {
119291
119291
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
119292
119292
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
119293
119293
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
119294
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
119294
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
119295
119295
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
119296
119296
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
119297
119297
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -119395,7 +119395,7 @@ export namespace Prisma {
119395
119395
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
119396
119396
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
119397
119397
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
119398
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
119398
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
119399
119399
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
119400
119400
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
119401
119401
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -119466,7 +119466,7 @@ export namespace Prisma {
119466
119466
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
119467
119467
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
119468
119468
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
119469
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
119469
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
119470
119470
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
119471
119471
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
119472
119472
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -119560,7 +119560,7 @@ export namespace Prisma {
119560
119560
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
119561
119561
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
119562
119562
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
119563
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
119563
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
119564
119564
  brand: BrandCreateNestedOneWithoutCampaignsInput
119565
119565
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
119566
119566
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -119631,7 +119631,7 @@ export namespace Prisma {
119631
119631
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
119632
119632
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
119633
119633
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
119634
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
119634
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
119635
119635
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
119636
119636
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
119637
119637
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -119735,7 +119735,7 @@ export namespace Prisma {
119735
119735
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
119736
119736
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
119737
119737
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
119738
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
119738
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
119739
119739
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
119740
119740
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
119741
119741
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -119806,7 +119806,7 @@ export namespace Prisma {
119806
119806
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
119807
119807
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
119808
119808
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
119809
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
119809
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
119810
119810
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
119811
119811
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
119812
119812
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -120255,7 +120255,7 @@ export namespace Prisma {
120255
120255
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
120256
120256
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
120257
120257
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
120258
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
120258
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
120259
120259
  brand: BrandCreateNestedOneWithoutCampaignsInput
120260
120260
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
120261
120261
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -120326,7 +120326,7 @@ export namespace Prisma {
120326
120326
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
120327
120327
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
120328
120328
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
120329
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
120329
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
120330
120330
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
120331
120331
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
120332
120332
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -120434,7 +120434,7 @@ export namespace Prisma {
120434
120434
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
120435
120435
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
120436
120436
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
120437
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
120437
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
120438
120438
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
120439
120439
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
120440
120440
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -120505,7 +120505,7 @@ export namespace Prisma {
120505
120505
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
120506
120506
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
120507
120507
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
120508
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
120508
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
120509
120509
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
120510
120510
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
120511
120511
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -120775,7 +120775,7 @@ export namespace Prisma {
120775
120775
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
120776
120776
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
120777
120777
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
120778
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
120778
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
120779
120779
  brand: BrandCreateNestedOneWithoutCampaignsInput
120780
120780
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
120781
120781
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -120846,7 +120846,7 @@ export namespace Prisma {
120846
120846
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
120847
120847
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
120848
120848
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
120849
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
120849
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
120850
120850
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
120851
120851
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
120852
120852
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -120976,7 +120976,7 @@ export namespace Prisma {
120976
120976
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
120977
120977
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
120978
120978
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
120979
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
120979
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
120980
120980
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
120981
120981
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
120982
120982
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -121047,7 +121047,7 @@ export namespace Prisma {
121047
121047
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
121048
121048
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
121049
121049
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
121050
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
121050
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
121051
121051
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
121052
121052
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
121053
121053
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -121308,7 +121308,7 @@ export namespace Prisma {
121308
121308
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
121309
121309
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
121310
121310
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
121311
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
121311
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
121312
121312
  brand: BrandCreateNestedOneWithoutCampaignsInput
121313
121313
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
121314
121314
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -121379,7 +121379,7 @@ export namespace Prisma {
121379
121379
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
121380
121380
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
121381
121381
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
121382
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
121382
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
121383
121383
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
121384
121384
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
121385
121385
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -121571,7 +121571,7 @@ export namespace Prisma {
121571
121571
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
121572
121572
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
121573
121573
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
121574
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
121574
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
121575
121575
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
121576
121576
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
121577
121577
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -121642,7 +121642,7 @@ export namespace Prisma {
121642
121642
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
121643
121643
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
121644
121644
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
121645
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
121645
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
121646
121646
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
121647
121647
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
121648
121648
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -122160,7 +122160,7 @@ export namespace Prisma {
122160
122160
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
122161
122161
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
122162
122162
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
122163
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
122163
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
122164
122164
  brand: BrandCreateNestedOneWithoutCampaignsInput
122165
122165
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
122166
122166
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -122231,7 +122231,7 @@ export namespace Prisma {
122231
122231
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
122232
122232
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
122233
122233
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
122234
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
122234
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
122235
122235
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
122236
122236
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
122237
122237
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -122612,7 +122612,7 @@ export namespace Prisma {
122612
122612
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
122613
122613
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
122614
122614
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
122615
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
122615
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
122616
122616
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
122617
122617
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
122618
122618
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -122683,7 +122683,7 @@ export namespace Prisma {
122683
122683
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
122684
122684
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
122685
122685
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
122686
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
122686
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
122687
122687
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
122688
122688
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
122689
122689
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -123363,7 +123363,7 @@ export namespace Prisma {
123363
123363
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
123364
123364
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
123365
123365
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
123366
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
123366
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
123367
123367
  brand: BrandCreateNestedOneWithoutCampaignsInput
123368
123368
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
123369
123369
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -123434,7 +123434,7 @@ export namespace Prisma {
123434
123434
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
123435
123435
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
123436
123436
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
123437
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
123437
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
123438
123438
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
123439
123439
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
123440
123440
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -123629,7 +123629,7 @@ export namespace Prisma {
123629
123629
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
123630
123630
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
123631
123631
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
123632
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
123632
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
123633
123633
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
123634
123634
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
123635
123635
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -123700,7 +123700,7 @@ export namespace Prisma {
123700
123700
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
123701
123701
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
123702
123702
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
123703
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
123703
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
123704
123704
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
123705
123705
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
123706
123706
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -124448,7 +124448,7 @@ export namespace Prisma {
124448
124448
  }
124449
124449
 
124450
124450
  export type CampaignToBrandAffiliateLinkCreateWithoutBrandAffiliateLinkInput = {
124451
- campaign: CampaignCreateNestedOneWithoutCampaignToBrandAffiliateLinkInput
124451
+ campaign: CampaignCreateNestedOneWithoutCampaignToBrandAffiliateLinksInput
124452
124452
  }
124453
124453
 
124454
124454
  export type CampaignToBrandAffiliateLinkUncheckedCreateWithoutBrandAffiliateLinkInput = {
@@ -125550,7 +125550,7 @@ export namespace Prisma {
125550
125550
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
125551
125551
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
125552
125552
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
125553
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
125553
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
125554
125554
  brand: BrandCreateNestedOneWithoutCampaignsInput
125555
125555
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
125556
125556
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -125621,7 +125621,7 @@ export namespace Prisma {
125621
125621
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
125622
125622
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
125623
125623
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
125624
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
125624
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
125625
125625
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
125626
125626
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
125627
125627
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -125899,7 +125899,7 @@ export namespace Prisma {
125899
125899
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
125900
125900
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
125901
125901
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
125902
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
125902
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
125903
125903
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
125904
125904
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
125905
125905
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -125970,7 +125970,7 @@ export namespace Prisma {
125970
125970
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
125971
125971
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
125972
125972
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
125973
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
125973
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
125974
125974
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
125975
125975
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
125976
125976
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -126276,7 +126276,7 @@ export namespace Prisma {
126276
126276
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
126277
126277
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
126278
126278
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
126279
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
126279
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
126280
126280
  brand: BrandCreateNestedOneWithoutCampaignsInput
126281
126281
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
126282
126282
  sequences?: SequenceCreateNestedManyWithoutCampaignInput
@@ -126347,7 +126347,7 @@ export namespace Prisma {
126347
126347
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
126348
126348
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
126349
126349
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
126350
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
126350
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
126351
126351
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
126352
126352
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
126353
126353
  }
@@ -126587,7 +126587,7 @@ export namespace Prisma {
126587
126587
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
126588
126588
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
126589
126589
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
126590
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
126590
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
126591
126591
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
126592
126592
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
126593
126593
  sequences?: SequenceUpdateManyWithoutCampaignNestedInput
@@ -126658,7 +126658,7 @@ export namespace Prisma {
126658
126658
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
126659
126659
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
126660
126660
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
126661
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
126661
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
126662
126662
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
126663
126663
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
126664
126664
  }
@@ -128160,7 +128160,7 @@ export namespace Prisma {
128160
128160
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
128161
128161
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
128162
128162
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
128163
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
128163
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
128164
128164
  brand: BrandCreateNestedOneWithoutCampaignsInput
128165
128165
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
128166
128166
  sequences?: SequenceCreateNestedManyWithoutCampaignInput
@@ -128231,7 +128231,7 @@ export namespace Prisma {
128231
128231
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
128232
128232
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
128233
128233
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
128234
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
128234
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
128235
128235
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
128236
128236
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
128237
128237
  }
@@ -128315,7 +128315,7 @@ export namespace Prisma {
128315
128315
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
128316
128316
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
128317
128317
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
128318
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
128318
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
128319
128319
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
128320
128320
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
128321
128321
  sequences?: SequenceUpdateManyWithoutCampaignNestedInput
@@ -128386,7 +128386,7 @@ export namespace Prisma {
128386
128386
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
128387
128387
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
128388
128388
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
128389
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
128389
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
128390
128390
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
128391
128391
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
128392
128392
  }
@@ -129150,7 +129150,7 @@ export namespace Prisma {
129150
129150
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
129151
129151
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
129152
129152
  campaignToShopifyProducts?: CampaignToShopifyProductCreateNestedManyWithoutCampaignInput
129153
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
129153
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
129154
129154
  brand: BrandCreateNestedOneWithoutCampaignsInput
129155
129155
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
129156
129156
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -129221,7 +129221,7 @@ export namespace Prisma {
129221
129221
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
129222
129222
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
129223
129223
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedCreateNestedManyWithoutCampaignInput
129224
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
129224
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
129225
129225
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
129226
129226
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
129227
129227
  }
@@ -129512,7 +129512,7 @@ export namespace Prisma {
129512
129512
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
129513
129513
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
129514
129514
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
129515
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
129515
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
129516
129516
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
129517
129517
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
129518
129518
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -129583,7 +129583,7 @@ export namespace Prisma {
129583
129583
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
129584
129584
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
129585
129585
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
129586
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
129586
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
129587
129587
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
129588
129588
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
129589
129589
  }
@@ -130900,7 +130900,7 @@ export namespace Prisma {
130900
130900
  campaignPins?: CampaignPinCreateNestedManyWithoutCampaignInput
130901
130901
  socialPosts?: SocialPostCreateNestedManyWithoutCampaignInput
130902
130902
  campaignInvites?: CampaignInviteCreateNestedManyWithoutCampaignInput
130903
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
130903
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkCreateNestedManyWithoutCampaignInput
130904
130904
  brand: BrandCreateNestedOneWithoutCampaignsInput
130905
130905
  creatorLists?: CreatorListCreateNestedManyWithoutCampaignInput
130906
130906
  optInViews?: OptInViewCreateNestedManyWithoutCampaignInput
@@ -130971,7 +130971,7 @@ export namespace Prisma {
130971
130971
  campaignPins?: CampaignPinUncheckedCreateNestedManyWithoutCampaignInput
130972
130972
  socialPosts?: SocialPostUncheckedCreateNestedManyWithoutCampaignInput
130973
130973
  campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutCampaignInput
130974
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
130974
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedCreateNestedManyWithoutCampaignInput
130975
130975
  creatorLists?: CreatorListUncheckedCreateNestedManyWithoutCampaignInput
130976
130976
  optInViews?: OptInViewUncheckedCreateNestedManyWithoutCampaignInput
130977
130977
  sequences?: SequenceUncheckedCreateNestedManyWithoutCampaignInput
@@ -131081,7 +131081,7 @@ export namespace Prisma {
131081
131081
  campaignPins?: CampaignPinUpdateManyWithoutCampaignNestedInput
131082
131082
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
131083
131083
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
131084
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
131084
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
131085
131085
  brand?: BrandUpdateOneRequiredWithoutCampaignsNestedInput
131086
131086
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
131087
131087
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
@@ -131152,7 +131152,7 @@ export namespace Prisma {
131152
131152
  campaignPins?: CampaignPinUncheckedUpdateManyWithoutCampaignNestedInput
131153
131153
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
131154
131154
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
131155
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
131155
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
131156
131156
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
131157
131157
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
131158
131158
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -132332,7 +132332,7 @@ export namespace Prisma {
132332
132332
  socialPosts?: SocialPostUpdateManyWithoutCampaignNestedInput
132333
132333
  campaignInvites?: CampaignInviteUpdateManyWithoutCampaignNestedInput
132334
132334
  campaignToShopifyProducts?: CampaignToShopifyProductUpdateManyWithoutCampaignNestedInput
132335
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
132335
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUpdateManyWithoutCampaignNestedInput
132336
132336
  creatorLists?: CreatorListUpdateManyWithoutCampaignNestedInput
132337
132337
  optInViews?: OptInViewUpdateManyWithoutCampaignNestedInput
132338
132338
  sequences?: SequenceUpdateManyWithoutCampaignNestedInput
@@ -132402,7 +132402,7 @@ export namespace Prisma {
132402
132402
  socialPosts?: SocialPostUncheckedUpdateManyWithoutCampaignNestedInput
132403
132403
  campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutCampaignNestedInput
132404
132404
  campaignToShopifyProducts?: CampaignToShopifyProductUncheckedUpdateManyWithoutCampaignNestedInput
132405
- campaignToBrandAffiliateLink?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
132405
+ campaignToBrandAffiliateLinks?: CampaignToBrandAffiliateLinkUncheckedUpdateManyWithoutCampaignNestedInput
132406
132406
  creatorLists?: CreatorListUncheckedUpdateManyWithoutCampaignNestedInput
132407
132407
  optInViews?: OptInViewUncheckedUpdateManyWithoutCampaignNestedInput
132408
132408
  sequences?: SequenceUncheckedUpdateManyWithoutCampaignNestedInput
@@ -134391,7 +134391,7 @@ export namespace Prisma {
134391
134391
  }
134392
134392
 
134393
134393
  export type CampaignToBrandAffiliateLinkUpdateWithoutBrandAffiliateLinkInput = {
134394
- campaign?: CampaignUpdateOneRequiredWithoutCampaignToBrandAffiliateLinkNestedInput
134394
+ campaign?: CampaignUpdateOneRequiredWithoutCampaignToBrandAffiliateLinksNestedInput
134395
134395
  }
134396
134396
 
134397
134397
  export type CampaignToBrandAffiliateLinkUncheckedUpdateWithoutBrandAffiliateLinkInput = {