@creator.co/creatorco-prisma-client 1.0.47-alpha-15ad3c3 → 1.0.47

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
@@ -8104,7 +8104,7 @@ export namespace Prisma {
8104
8104
  ExternalAffiliateClick: number
8105
8105
  ImpactRadiusEvent: number
8106
8106
  ShareASaleEvents: number
8107
- ShopifyDiscountCodes: number
8107
+ shopifyDiscountCodes: number
8108
8108
  }
8109
8109
 
8110
8110
  export type OptInCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -8117,7 +8117,7 @@ export namespace Prisma {
8117
8117
  ExternalAffiliateClick?: boolean | OptInCountOutputTypeCountExternalAffiliateClickArgs
8118
8118
  ImpactRadiusEvent?: boolean | OptInCountOutputTypeCountImpactRadiusEventArgs
8119
8119
  ShareASaleEvents?: boolean | OptInCountOutputTypeCountShareASaleEventsArgs
8120
- ShopifyDiscountCodes?: boolean | OptInCountOutputTypeCountShopifyDiscountCodesArgs
8120
+ shopifyDiscountCodes?: boolean | OptInCountOutputTypeCountShopifyDiscountCodesArgs
8121
8121
  }
8122
8122
 
8123
8123
  // Custom InputTypes
@@ -47231,7 +47231,7 @@ export namespace Prisma {
47231
47231
  ExternalAffiliateClick?: boolean | OptIn$ExternalAffiliateClickArgs<ExtArgs>
47232
47232
  ImpactRadiusEvent?: boolean | OptIn$ImpactRadiusEventArgs<ExtArgs>
47233
47233
  ShareASaleEvents?: boolean | OptIn$ShareASaleEventsArgs<ExtArgs>
47234
- ShopifyDiscountCodes?: boolean | OptIn$ShopifyDiscountCodesArgs<ExtArgs>
47234
+ shopifyDiscountCodes?: boolean | OptIn$shopifyDiscountCodesArgs<ExtArgs>
47235
47235
  _count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
47236
47236
  }, ExtArgs["result"]["optIn"]>
47237
47237
 
@@ -47294,7 +47294,7 @@ export namespace Prisma {
47294
47294
  ExternalAffiliateClick?: boolean | OptIn$ExternalAffiliateClickArgs<ExtArgs>
47295
47295
  ImpactRadiusEvent?: boolean | OptIn$ImpactRadiusEventArgs<ExtArgs>
47296
47296
  ShareASaleEvents?: boolean | OptIn$ShareASaleEventsArgs<ExtArgs>
47297
- ShopifyDiscountCodes?: boolean | OptIn$ShopifyDiscountCodesArgs<ExtArgs>
47297
+ shopifyDiscountCodes?: boolean | OptIn$shopifyDiscountCodesArgs<ExtArgs>
47298
47298
  _count?: boolean | OptInCountOutputTypeDefaultArgs<ExtArgs>
47299
47299
  }
47300
47300
  export type OptInIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -47319,7 +47319,7 @@ export namespace Prisma {
47319
47319
  ExternalAffiliateClick: Prisma.$ExternalAffiliateClickPayload<ExtArgs>[]
47320
47320
  ImpactRadiusEvent: Prisma.$ImpactRadiusEventPayload<ExtArgs>[]
47321
47321
  ShareASaleEvents: Prisma.$ShareASaleEventPayload<ExtArgs>[]
47322
- ShopifyDiscountCodes: Prisma.$ShopifyDiscountCodePayload<ExtArgs>[]
47322
+ shopifyDiscountCodes: Prisma.$ShopifyDiscountCodePayload<ExtArgs>[]
47323
47323
  }
47324
47324
  scalars: $Extensions.GetPayloadResult<{
47325
47325
  id: number
@@ -47756,7 +47756,7 @@ export namespace Prisma {
47756
47756
 
47757
47757
  ShareASaleEvents<T extends OptIn$ShareASaleEventsArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$ShareASaleEventsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ShareASaleEventPayload<ExtArgs>, T, 'findMany'> | Null>;
47758
47758
 
47759
- ShopifyDiscountCodes<T extends OptIn$ShopifyDiscountCodesArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$ShopifyDiscountCodesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ShopifyDiscountCodePayload<ExtArgs>, T, 'findMany'> | Null>;
47759
+ shopifyDiscountCodes<T extends OptIn$shopifyDiscountCodesArgs<ExtArgs> = {}>(args?: Subset<T, OptIn$shopifyDiscountCodesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ShopifyDiscountCodePayload<ExtArgs>, T, 'findMany'> | Null>;
47760
47760
 
47761
47761
  /**
47762
47762
  * Attaches callbacks for the resolution and/or rejection of the Promise.
@@ -48332,9 +48332,9 @@ export namespace Prisma {
48332
48332
  }
48333
48333
 
48334
48334
  /**
48335
- * OptIn.ShopifyDiscountCodes
48335
+ * OptIn.shopifyDiscountCodes
48336
48336
  */
48337
- export type OptIn$ShopifyDiscountCodesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
48337
+ export type OptIn$shopifyDiscountCodesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
48338
48338
  /**
48339
48339
  * Select specific fields to fetch from the ShopifyDiscountCode
48340
48340
  */
@@ -87941,36 +87941,38 @@ export namespace Prisma {
87941
87941
 
87942
87942
  export type ShopifyDiscountCodeAvgAggregateOutputType = {
87943
87943
  id: number | null
87944
- discount: number | null
87944
+ shopifyDiscountCodeId: number | null
87945
+ shopifyPriceRuleId: number | null
87945
87946
  optInId: number | null
87946
87947
  }
87947
87948
 
87948
87949
  export type ShopifyDiscountCodeSumAggregateOutputType = {
87949
87950
  id: number | null
87950
- discount: number | null
87951
+ shopifyDiscountCodeId: number | null
87952
+ shopifyPriceRuleId: number | null
87951
87953
  optInId: number | null
87952
87954
  }
87953
87955
 
87954
87956
  export type ShopifyDiscountCodeMinAggregateOutputType = {
87955
87957
  id: number | null
87956
87958
  code: string | null
87957
- discount: number | null
87958
- shopifyPriceRuleId: string | null
87959
+ shopifyDiscountCodeId: number | null
87960
+ shopifyPriceRuleId: number | null
87959
87961
  optInId: number | null
87960
87962
  }
87961
87963
 
87962
87964
  export type ShopifyDiscountCodeMaxAggregateOutputType = {
87963
87965
  id: number | null
87964
87966
  code: string | null
87965
- discount: number | null
87966
- shopifyPriceRuleId: string | null
87967
+ shopifyDiscountCodeId: number | null
87968
+ shopifyPriceRuleId: number | null
87967
87969
  optInId: number | null
87968
87970
  }
87969
87971
 
87970
87972
  export type ShopifyDiscountCodeCountAggregateOutputType = {
87971
87973
  id: number
87972
87974
  code: number
87973
- discount: number
87975
+ shopifyDiscountCodeId: number
87974
87976
  shopifyPriceRuleId: number
87975
87977
  optInId: number
87976
87978
  _all: number
@@ -87979,20 +87981,22 @@ export namespace Prisma {
87979
87981
 
87980
87982
  export type ShopifyDiscountCodeAvgAggregateInputType = {
87981
87983
  id?: true
87982
- discount?: true
87984
+ shopifyDiscountCodeId?: true
87985
+ shopifyPriceRuleId?: true
87983
87986
  optInId?: true
87984
87987
  }
87985
87988
 
87986
87989
  export type ShopifyDiscountCodeSumAggregateInputType = {
87987
87990
  id?: true
87988
- discount?: true
87991
+ shopifyDiscountCodeId?: true
87992
+ shopifyPriceRuleId?: true
87989
87993
  optInId?: true
87990
87994
  }
87991
87995
 
87992
87996
  export type ShopifyDiscountCodeMinAggregateInputType = {
87993
87997
  id?: true
87994
87998
  code?: true
87995
- discount?: true
87999
+ shopifyDiscountCodeId?: true
87996
88000
  shopifyPriceRuleId?: true
87997
88001
  optInId?: true
87998
88002
  }
@@ -88000,7 +88004,7 @@ export namespace Prisma {
88000
88004
  export type ShopifyDiscountCodeMaxAggregateInputType = {
88001
88005
  id?: true
88002
88006
  code?: true
88003
- discount?: true
88007
+ shopifyDiscountCodeId?: true
88004
88008
  shopifyPriceRuleId?: true
88005
88009
  optInId?: true
88006
88010
  }
@@ -88008,7 +88012,7 @@ export namespace Prisma {
88008
88012
  export type ShopifyDiscountCodeCountAggregateInputType = {
88009
88013
  id?: true
88010
88014
  code?: true
88011
- discount?: true
88015
+ shopifyDiscountCodeId?: true
88012
88016
  shopifyPriceRuleId?: true
88013
88017
  optInId?: true
88014
88018
  _all?: true
@@ -88103,8 +88107,8 @@ export namespace Prisma {
88103
88107
  export type ShopifyDiscountCodeGroupByOutputType = {
88104
88108
  id: number
88105
88109
  code: string
88106
- discount: number
88107
- shopifyPriceRuleId: string | null
88110
+ shopifyDiscountCodeId: number | null
88111
+ shopifyPriceRuleId: number | null
88108
88112
  optInId: number
88109
88113
  _count: ShopifyDiscountCodeCountAggregateOutputType | null
88110
88114
  _avg: ShopifyDiscountCodeAvgAggregateOutputType | null
@@ -88130,7 +88134,7 @@ export namespace Prisma {
88130
88134
  export type ShopifyDiscountCodeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
88131
88135
  id?: boolean
88132
88136
  code?: boolean
88133
- discount?: boolean
88137
+ shopifyDiscountCodeId?: boolean
88134
88138
  shopifyPriceRuleId?: boolean
88135
88139
  optInId?: boolean
88136
88140
  optIn?: boolean | OptInDefaultArgs<ExtArgs>
@@ -88141,7 +88145,7 @@ export namespace Prisma {
88141
88145
  export type ShopifyDiscountCodeSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
88142
88146
  id?: boolean
88143
88147
  code?: boolean
88144
- discount?: boolean
88148
+ shopifyDiscountCodeId?: boolean
88145
88149
  shopifyPriceRuleId?: boolean
88146
88150
  optInId?: boolean
88147
88151
  optIn?: boolean | OptInDefaultArgs<ExtArgs>
@@ -88150,7 +88154,7 @@ export namespace Prisma {
88150
88154
  export type ShopifyDiscountCodeSelectScalar = {
88151
88155
  id?: boolean
88152
88156
  code?: boolean
88153
- discount?: boolean
88157
+ shopifyDiscountCodeId?: boolean
88154
88158
  shopifyPriceRuleId?: boolean
88155
88159
  optInId?: boolean
88156
88160
  }
@@ -88173,8 +88177,8 @@ export namespace Prisma {
88173
88177
  scalars: $Extensions.GetPayloadResult<{
88174
88178
  id: number
88175
88179
  code: string
88176
- discount: number
88177
- shopifyPriceRuleId: string | null
88180
+ shopifyDiscountCodeId: number | null
88181
+ shopifyPriceRuleId: number | null
88178
88182
  optInId: number
88179
88183
  }, ExtArgs["result"]["shopifyDiscountCode"]>
88180
88184
  composites: {}
@@ -88600,8 +88604,8 @@ export namespace Prisma {
88600
88604
  interface ShopifyDiscountCodeFieldRefs {
88601
88605
  readonly id: FieldRef<"ShopifyDiscountCode", 'Int'>
88602
88606
  readonly code: FieldRef<"ShopifyDiscountCode", 'String'>
88603
- readonly discount: FieldRef<"ShopifyDiscountCode", 'Float'>
88604
- readonly shopifyPriceRuleId: FieldRef<"ShopifyDiscountCode", 'String'>
88607
+ readonly shopifyDiscountCodeId: FieldRef<"ShopifyDiscountCode", 'Int'>
88608
+ readonly shopifyPriceRuleId: FieldRef<"ShopifyDiscountCode", 'Int'>
88605
88609
  readonly optInId: FieldRef<"ShopifyDiscountCode", 'Int'>
88606
88610
  }
88607
88611
 
@@ -91035,7 +91039,7 @@ export namespace Prisma {
91035
91039
  export const ShopifyDiscountCodeScalarFieldEnum: {
91036
91040
  id: 'id',
91037
91041
  code: 'code',
91038
- discount: 'discount',
91042
+ shopifyDiscountCodeId: 'shopifyDiscountCodeId',
91039
91043
  shopifyPriceRuleId: 'shopifyPriceRuleId',
91040
91044
  optInId: 'optInId'
91041
91045
  };
@@ -91617,8 +91621,7 @@ export namespace Prisma {
91617
91621
 
91618
91622
 
91619
91623
  export const ShopifyDiscountCodeOrderByRelevanceFieldEnum: {
91620
- code: 'code',
91621
- shopifyPriceRuleId: 'shopifyPriceRuleId'
91624
+ code: 'code'
91622
91625
  };
91623
91626
 
91624
91627
  export type ShopifyDiscountCodeOrderByRelevanceFieldEnum = (typeof ShopifyDiscountCodeOrderByRelevanceFieldEnum)[keyof typeof ShopifyDiscountCodeOrderByRelevanceFieldEnum]
@@ -94810,7 +94813,7 @@ export namespace Prisma {
94810
94813
  ExternalAffiliateClick?: ExternalAffiliateClickListRelationFilter
94811
94814
  ImpactRadiusEvent?: ImpactRadiusEventListRelationFilter
94812
94815
  ShareASaleEvents?: ShareASaleEventListRelationFilter
94813
- ShopifyDiscountCodes?: ShopifyDiscountCodeListRelationFilter
94816
+ shopifyDiscountCodes?: ShopifyDiscountCodeListRelationFilter
94814
94817
  }
94815
94818
 
94816
94819
  export type OptInOrderByWithRelationAndSearchRelevanceInput = {
@@ -94845,7 +94848,7 @@ export namespace Prisma {
94845
94848
  ExternalAffiliateClick?: ExternalAffiliateClickOrderByRelationAggregateInput
94846
94849
  ImpactRadiusEvent?: ImpactRadiusEventOrderByRelationAggregateInput
94847
94850
  ShareASaleEvents?: ShareASaleEventOrderByRelationAggregateInput
94848
- ShopifyDiscountCodes?: ShopifyDiscountCodeOrderByRelationAggregateInput
94851
+ shopifyDiscountCodes?: ShopifyDiscountCodeOrderByRelationAggregateInput
94849
94852
  _relevance?: OptInOrderByRelevanceInput
94850
94853
  }
94851
94854
 
@@ -94884,7 +94887,7 @@ export namespace Prisma {
94884
94887
  ExternalAffiliateClick?: ExternalAffiliateClickListRelationFilter
94885
94888
  ImpactRadiusEvent?: ImpactRadiusEventListRelationFilter
94886
94889
  ShareASaleEvents?: ShareASaleEventListRelationFilter
94887
- ShopifyDiscountCodes?: ShopifyDiscountCodeListRelationFilter
94890
+ shopifyDiscountCodes?: ShopifyDiscountCodeListRelationFilter
94888
94891
  }, "id">
94889
94892
 
94890
94893
  export type OptInOrderByWithAggregationInput = {
@@ -97821,8 +97824,8 @@ export namespace Prisma {
97821
97824
  NOT?: ShopifyDiscountCodeWhereInput | ShopifyDiscountCodeWhereInput[]
97822
97825
  id?: IntFilter<"ShopifyDiscountCode"> | number
97823
97826
  code?: StringFilter<"ShopifyDiscountCode"> | string
97824
- discount?: FloatFilter<"ShopifyDiscountCode"> | number
97825
- shopifyPriceRuleId?: StringNullableFilter<"ShopifyDiscountCode"> | string | null
97827
+ shopifyDiscountCodeId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
97828
+ shopifyPriceRuleId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
97826
97829
  optInId?: IntFilter<"ShopifyDiscountCode"> | number
97827
97830
  optIn?: XOR<OptInRelationFilter, OptInWhereInput>
97828
97831
  shopifySales?: ShopifySaleListRelationFilter
@@ -97831,7 +97834,7 @@ export namespace Prisma {
97831
97834
  export type ShopifyDiscountCodeOrderByWithRelationAndSearchRelevanceInput = {
97832
97835
  id?: SortOrder
97833
97836
  code?: SortOrder
97834
- discount?: SortOrder
97837
+ shopifyDiscountCodeId?: SortOrderInput | SortOrder
97835
97838
  shopifyPriceRuleId?: SortOrderInput | SortOrder
97836
97839
  optInId?: SortOrder
97837
97840
  optIn?: OptInOrderByWithRelationAndSearchRelevanceInput
@@ -97841,21 +97844,21 @@ export namespace Prisma {
97841
97844
 
97842
97845
  export type ShopifyDiscountCodeWhereUniqueInput = Prisma.AtLeast<{
97843
97846
  id?: number
97847
+ code?: string
97848
+ shopifyDiscountCodeId?: number
97844
97849
  AND?: ShopifyDiscountCodeWhereInput | ShopifyDiscountCodeWhereInput[]
97845
97850
  OR?: ShopifyDiscountCodeWhereInput[]
97846
97851
  NOT?: ShopifyDiscountCodeWhereInput | ShopifyDiscountCodeWhereInput[]
97847
- code?: StringFilter<"ShopifyDiscountCode"> | string
97848
- discount?: FloatFilter<"ShopifyDiscountCode"> | number
97849
- shopifyPriceRuleId?: StringNullableFilter<"ShopifyDiscountCode"> | string | null
97852
+ shopifyPriceRuleId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
97850
97853
  optInId?: IntFilter<"ShopifyDiscountCode"> | number
97851
97854
  optIn?: XOR<OptInRelationFilter, OptInWhereInput>
97852
97855
  shopifySales?: ShopifySaleListRelationFilter
97853
- }, "id">
97856
+ }, "id" | "code" | "shopifyDiscountCodeId">
97854
97857
 
97855
97858
  export type ShopifyDiscountCodeOrderByWithAggregationInput = {
97856
97859
  id?: SortOrder
97857
97860
  code?: SortOrder
97858
- discount?: SortOrder
97861
+ shopifyDiscountCodeId?: SortOrderInput | SortOrder
97859
97862
  shopifyPriceRuleId?: SortOrderInput | SortOrder
97860
97863
  optInId?: SortOrder
97861
97864
  _count?: ShopifyDiscountCodeCountOrderByAggregateInput
@@ -97871,8 +97874,8 @@ export namespace Prisma {
97871
97874
  NOT?: ShopifyDiscountCodeScalarWhereWithAggregatesInput | ShopifyDiscountCodeScalarWhereWithAggregatesInput[]
97872
97875
  id?: IntWithAggregatesFilter<"ShopifyDiscountCode"> | number
97873
97876
  code?: StringWithAggregatesFilter<"ShopifyDiscountCode"> | string
97874
- discount?: FloatWithAggregatesFilter<"ShopifyDiscountCode"> | number
97875
- shopifyPriceRuleId?: StringNullableWithAggregatesFilter<"ShopifyDiscountCode"> | string | null
97877
+ shopifyDiscountCodeId?: IntNullableWithAggregatesFilter<"ShopifyDiscountCode"> | number | null
97878
+ shopifyPriceRuleId?: IntNullableWithAggregatesFilter<"ShopifyDiscountCode"> | number | null
97876
97879
  optInId?: IntWithAggregatesFilter<"ShopifyDiscountCode"> | number
97877
97880
  }
97878
97881
 
@@ -101122,7 +101125,7 @@ export namespace Prisma {
101122
101125
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
101123
101126
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
101124
101127
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
101125
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
101128
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
101126
101129
  }
101127
101130
 
101128
101131
  export type OptInUncheckedCreateInput = {
@@ -101154,7 +101157,7 @@ export namespace Prisma {
101154
101157
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
101155
101158
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
101156
101159
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
101157
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
101160
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
101158
101161
  }
101159
101162
 
101160
101163
  export type OptInUpdateInput = {
@@ -101185,7 +101188,7 @@ export namespace Prisma {
101185
101188
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
101186
101189
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
101187
101190
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
101188
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
101191
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
101189
101192
  }
101190
101193
 
101191
101194
  export type OptInUncheckedUpdateInput = {
@@ -101217,7 +101220,7 @@ export namespace Prisma {
101217
101220
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
101218
101221
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
101219
101222
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
101220
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
101223
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
101221
101224
  }
101222
101225
 
101223
101226
  export type OptInCreateManyInput = {
@@ -104125,8 +104128,8 @@ export namespace Prisma {
104125
104128
 
104126
104129
  export type ShopifyDiscountCodeCreateInput = {
104127
104130
  code: string
104128
- discount: number
104129
- shopifyPriceRuleId?: string | null
104131
+ shopifyDiscountCodeId?: number | null
104132
+ shopifyPriceRuleId?: number | null
104130
104133
  optIn: OptInCreateNestedOneWithoutShopifyDiscountCodesInput
104131
104134
  shopifySales?: ShopifySaleCreateNestedManyWithoutDiscountCodeInput
104132
104135
  }
@@ -104134,16 +104137,16 @@ export namespace Prisma {
104134
104137
  export type ShopifyDiscountCodeUncheckedCreateInput = {
104135
104138
  id?: number
104136
104139
  code: string
104137
- discount: number
104138
- shopifyPriceRuleId?: string | null
104140
+ shopifyDiscountCodeId?: number | null
104141
+ shopifyPriceRuleId?: number | null
104139
104142
  optInId: number
104140
104143
  shopifySales?: ShopifySaleUncheckedCreateNestedManyWithoutDiscountCodeInput
104141
104144
  }
104142
104145
 
104143
104146
  export type ShopifyDiscountCodeUpdateInput = {
104144
104147
  code?: StringFieldUpdateOperationsInput | string
104145
- discount?: FloatFieldUpdateOperationsInput | number
104146
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
104148
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104149
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104147
104150
  optIn?: OptInUpdateOneRequiredWithoutShopifyDiscountCodesNestedInput
104148
104151
  shopifySales?: ShopifySaleUpdateManyWithoutDiscountCodeNestedInput
104149
104152
  }
@@ -104151,8 +104154,8 @@ export namespace Prisma {
104151
104154
  export type ShopifyDiscountCodeUncheckedUpdateInput = {
104152
104155
  id?: IntFieldUpdateOperationsInput | number
104153
104156
  code?: StringFieldUpdateOperationsInput | string
104154
- discount?: FloatFieldUpdateOperationsInput | number
104155
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
104157
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104158
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104156
104159
  optInId?: IntFieldUpdateOperationsInput | number
104157
104160
  shopifySales?: ShopifySaleUncheckedUpdateManyWithoutDiscountCodeNestedInput
104158
104161
  }
@@ -104160,22 +104163,22 @@ export namespace Prisma {
104160
104163
  export type ShopifyDiscountCodeCreateManyInput = {
104161
104164
  id?: number
104162
104165
  code: string
104163
- discount: number
104164
- shopifyPriceRuleId?: string | null
104166
+ shopifyDiscountCodeId?: number | null
104167
+ shopifyPriceRuleId?: number | null
104165
104168
  optInId: number
104166
104169
  }
104167
104170
 
104168
104171
  export type ShopifyDiscountCodeUpdateManyMutationInput = {
104169
104172
  code?: StringFieldUpdateOperationsInput | string
104170
- discount?: FloatFieldUpdateOperationsInput | number
104171
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
104173
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104174
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104172
104175
  }
104173
104176
 
104174
104177
  export type ShopifyDiscountCodeUncheckedUpdateManyInput = {
104175
104178
  id?: IntFieldUpdateOperationsInput | number
104176
104179
  code?: StringFieldUpdateOperationsInput | string
104177
- discount?: FloatFieldUpdateOperationsInput | number
104178
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
104180
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104181
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104179
104182
  optInId?: IntFieldUpdateOperationsInput | number
104180
104183
  }
104181
104184
 
@@ -109349,21 +109352,22 @@ export namespace Prisma {
109349
109352
  export type ShopifyDiscountCodeCountOrderByAggregateInput = {
109350
109353
  id?: SortOrder
109351
109354
  code?: SortOrder
109352
- discount?: SortOrder
109355
+ shopifyDiscountCodeId?: SortOrder
109353
109356
  shopifyPriceRuleId?: SortOrder
109354
109357
  optInId?: SortOrder
109355
109358
  }
109356
109359
 
109357
109360
  export type ShopifyDiscountCodeAvgOrderByAggregateInput = {
109358
109361
  id?: SortOrder
109359
- discount?: SortOrder
109362
+ shopifyDiscountCodeId?: SortOrder
109363
+ shopifyPriceRuleId?: SortOrder
109360
109364
  optInId?: SortOrder
109361
109365
  }
109362
109366
 
109363
109367
  export type ShopifyDiscountCodeMaxOrderByAggregateInput = {
109364
109368
  id?: SortOrder
109365
109369
  code?: SortOrder
109366
- discount?: SortOrder
109370
+ shopifyDiscountCodeId?: SortOrder
109367
109371
  shopifyPriceRuleId?: SortOrder
109368
109372
  optInId?: SortOrder
109369
109373
  }
@@ -109371,14 +109375,15 @@ export namespace Prisma {
109371
109375
  export type ShopifyDiscountCodeMinOrderByAggregateInput = {
109372
109376
  id?: SortOrder
109373
109377
  code?: SortOrder
109374
- discount?: SortOrder
109378
+ shopifyDiscountCodeId?: SortOrder
109375
109379
  shopifyPriceRuleId?: SortOrder
109376
109380
  optInId?: SortOrder
109377
109381
  }
109378
109382
 
109379
109383
  export type ShopifyDiscountCodeSumOrderByAggregateInput = {
109380
109384
  id?: SortOrder
109381
- discount?: SortOrder
109385
+ shopifyDiscountCodeId?: SortOrder
109386
+ shopifyPriceRuleId?: SortOrder
109382
109387
  optInId?: SortOrder
109383
109388
  }
109384
109389
 
@@ -116756,7 +116761,7 @@ export namespace Prisma {
116756
116761
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
116757
116762
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
116758
116763
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
116759
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
116764
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
116760
116765
  }
116761
116766
 
116762
116767
  export type OptInUncheckedCreateWithoutUserInput = {
@@ -116787,7 +116792,7 @@ export namespace Prisma {
116787
116792
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
116788
116793
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
116789
116794
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
116790
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
116795
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
116791
116796
  }
116792
116797
 
116793
116798
  export type OptInCreateOrConnectWithoutUserInput = {
@@ -123713,7 +123718,7 @@ export namespace Prisma {
123713
123718
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
123714
123719
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
123715
123720
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
123716
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
123721
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
123717
123722
  }
123718
123723
 
123719
123724
  export type OptInUncheckedCreateWithoutChatInput = {
@@ -123744,7 +123749,7 @@ export namespace Prisma {
123744
123749
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
123745
123750
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
123746
123751
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
123747
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
123752
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
123748
123753
  }
123749
123754
 
123750
123755
  export type OptInCreateOrConnectWithoutChatInput = {
@@ -123821,7 +123826,7 @@ export namespace Prisma {
123821
123826
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
123822
123827
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
123823
123828
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
123824
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
123829
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
123825
123830
  }
123826
123831
 
123827
123832
  export type OptInUncheckedUpdateWithoutChatInput = {
@@ -123852,7 +123857,7 @@ export namespace Prisma {
123852
123857
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
123853
123858
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
123854
123859
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
123855
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
123860
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
123856
123861
  }
123857
123862
 
123858
123863
  export type MessageUpsertWithWhereUniqueWithoutChatInput = {
@@ -124185,7 +124190,7 @@ export namespace Prisma {
124185
124190
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
124186
124191
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
124187
124192
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
124188
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
124193
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
124189
124194
  }
124190
124195
 
124191
124196
  export type OptInUncheckedCreateWithoutCampaignInput = {
@@ -124216,7 +124221,7 @@ export namespace Prisma {
124216
124221
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
124217
124222
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
124218
124223
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
124219
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
124224
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
124220
124225
  }
124221
124226
 
124222
124227
  export type OptInCreateOrConnectWithoutCampaignInput = {
@@ -127740,7 +127745,7 @@ export namespace Prisma {
127740
127745
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
127741
127746
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
127742
127747
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
127743
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
127748
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
127744
127749
  }
127745
127750
 
127746
127751
  export type OptInUncheckedCreateWithoutProductListItemsInput = {
@@ -127771,7 +127776,7 @@ export namespace Prisma {
127771
127776
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
127772
127777
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
127773
127778
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
127774
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
127779
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
127775
127780
  }
127776
127781
 
127777
127782
  export type OptInCreateOrConnectWithoutProductListItemsInput = {
@@ -127839,7 +127844,7 @@ export namespace Prisma {
127839
127844
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
127840
127845
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
127841
127846
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
127842
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
127847
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
127843
127848
  }
127844
127849
 
127845
127850
  export type OptInUncheckedUpdateWithoutProductListItemsInput = {
@@ -127870,7 +127875,7 @@ export namespace Prisma {
127870
127875
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
127871
127876
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
127872
127877
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
127873
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
127878
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
127874
127879
  }
127875
127880
 
127876
127881
  export type ProductListItemUpsertWithoutOptinsInput = {
@@ -128631,7 +128636,7 @@ export namespace Prisma {
128631
128636
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
128632
128637
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
128633
128638
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
128634
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
128639
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
128635
128640
  }
128636
128641
 
128637
128642
  export type OptInUncheckedCreateWithoutCurrentStepInput = {
@@ -128662,7 +128667,7 @@ export namespace Prisma {
128662
128667
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
128663
128668
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
128664
128669
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
128665
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
128670
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
128666
128671
  }
128667
128672
 
128668
128673
  export type OptInCreateOrConnectWithoutCurrentStepInput = {
@@ -128949,7 +128954,7 @@ export namespace Prisma {
128949
128954
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
128950
128955
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
128951
128956
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
128952
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
128957
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
128953
128958
  }
128954
128959
 
128955
128960
  export type OptInUncheckedCreateWithoutOptInStepsInput = {
@@ -128980,7 +128985,7 @@ export namespace Prisma {
128980
128985
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
128981
128986
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
128982
128987
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
128983
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
128988
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
128984
128989
  }
128985
128990
 
128986
128991
  export type OptInCreateOrConnectWithoutOptInStepsInput = {
@@ -129058,7 +129063,7 @@ export namespace Prisma {
129058
129063
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
129059
129064
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
129060
129065
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
129061
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
129066
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
129062
129067
  }
129063
129068
 
129064
129069
  export type OptInUncheckedUpdateWithoutOptInStepsInput = {
@@ -129089,7 +129094,7 @@ export namespace Prisma {
129089
129094
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
129090
129095
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
129091
129096
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
129092
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
129097
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
129093
129098
  }
129094
129099
 
129095
129100
  export type CampaignStepUpsertWithoutOptInStepsInput = {
@@ -129764,16 +129769,16 @@ export namespace Prisma {
129764
129769
 
129765
129770
  export type ShopifyDiscountCodeCreateWithoutOptInInput = {
129766
129771
  code: string
129767
- discount: number
129768
- shopifyPriceRuleId?: string | null
129772
+ shopifyDiscountCodeId?: number | null
129773
+ shopifyPriceRuleId?: number | null
129769
129774
  shopifySales?: ShopifySaleCreateNestedManyWithoutDiscountCodeInput
129770
129775
  }
129771
129776
 
129772
129777
  export type ShopifyDiscountCodeUncheckedCreateWithoutOptInInput = {
129773
129778
  id?: number
129774
129779
  code: string
129775
- discount: number
129776
- shopifyPriceRuleId?: string | null
129780
+ shopifyDiscountCodeId?: number | null
129781
+ shopifyPriceRuleId?: number | null
129777
129782
  shopifySales?: ShopifySaleUncheckedCreateNestedManyWithoutDiscountCodeInput
129778
129783
  }
129779
129784
 
@@ -130304,8 +130309,8 @@ export namespace Prisma {
130304
130309
  NOT?: ShopifyDiscountCodeScalarWhereInput | ShopifyDiscountCodeScalarWhereInput[]
130305
130310
  id?: IntFilter<"ShopifyDiscountCode"> | number
130306
130311
  code?: StringFilter<"ShopifyDiscountCode"> | string
130307
- discount?: FloatFilter<"ShopifyDiscountCode"> | number
130308
- shopifyPriceRuleId?: StringNullableFilter<"ShopifyDiscountCode"> | string | null
130312
+ shopifyDiscountCodeId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
130313
+ shopifyPriceRuleId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
130309
130314
  optInId?: IntFilter<"ShopifyDiscountCode"> | number
130310
130315
  }
130311
130316
 
@@ -130336,7 +130341,7 @@ export namespace Prisma {
130336
130341
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
130337
130342
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
130338
130343
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
130339
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
130344
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
130340
130345
  }
130341
130346
 
130342
130347
  export type OptInUncheckedCreateWithoutTrolleyPaymentsInput = {
@@ -130367,7 +130372,7 @@ export namespace Prisma {
130367
130372
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
130368
130373
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
130369
130374
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
130370
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
130375
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
130371
130376
  }
130372
130377
 
130373
130378
  export type OptInCreateOrConnectWithoutTrolleyPaymentsInput = {
@@ -130413,7 +130418,7 @@ export namespace Prisma {
130413
130418
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
130414
130419
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
130415
130420
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
130416
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
130421
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
130417
130422
  }
130418
130423
 
130419
130424
  export type OptInUncheckedUpdateWithoutTrolleyPaymentsInput = {
@@ -130444,7 +130449,7 @@ export namespace Prisma {
130444
130449
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
130445
130450
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
130446
130451
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
130447
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
130452
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
130448
130453
  }
130449
130454
 
130450
130455
  export type OptInCreateWithoutVariablesInput = {
@@ -130474,7 +130479,7 @@ export namespace Prisma {
130474
130479
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
130475
130480
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
130476
130481
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
130477
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
130482
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
130478
130483
  }
130479
130484
 
130480
130485
  export type OptInUncheckedCreateWithoutVariablesInput = {
@@ -130505,7 +130510,7 @@ export namespace Prisma {
130505
130510
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
130506
130511
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
130507
130512
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
130508
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
130513
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
130509
130514
  }
130510
130515
 
130511
130516
  export type OptInCreateOrConnectWithoutVariablesInput = {
@@ -130593,7 +130598,7 @@ export namespace Prisma {
130593
130598
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
130594
130599
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
130595
130600
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
130596
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
130601
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
130597
130602
  }
130598
130603
 
130599
130604
  export type OptInUncheckedUpdateWithoutVariablesInput = {
@@ -130624,7 +130629,7 @@ export namespace Prisma {
130624
130629
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
130625
130630
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
130626
130631
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
130627
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
130632
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
130628
130633
  }
130629
130634
 
130630
130635
  export type VariableUpsertWithoutOptInVariablesInput = {
@@ -131935,7 +131940,7 @@ export namespace Prisma {
131935
131940
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
131936
131941
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
131937
131942
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
131938
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
131943
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
131939
131944
  }
131940
131945
 
131941
131946
  export type OptInUncheckedCreateWithoutExternalAffiliateClickInput = {
@@ -131966,7 +131971,7 @@ export namespace Prisma {
131966
131971
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
131967
131972
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
131968
131973
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
131969
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
131974
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
131970
131975
  }
131971
131976
 
131972
131977
  export type OptInCreateOrConnectWithoutExternalAffiliateClickInput = {
@@ -132158,7 +132163,7 @@ export namespace Prisma {
132158
132163
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
132159
132164
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
132160
132165
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
132161
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
132166
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
132162
132167
  }
132163
132168
 
132164
132169
  export type OptInUncheckedUpdateWithoutExternalAffiliateClickInput = {
@@ -132189,7 +132194,7 @@ export namespace Prisma {
132189
132194
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
132190
132195
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
132191
132196
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
132192
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
132197
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
132193
132198
  }
132194
132199
 
132195
132200
  export type CampaignUpsertWithoutExternalAffiliateClickInput = {
@@ -132905,7 +132910,7 @@ export namespace Prisma {
132905
132910
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
132906
132911
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
132907
132912
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
132908
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
132913
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
132909
132914
  }
132910
132915
 
132911
132916
  export type OptInUncheckedCreateWithoutAffiliateClicksInput = {
@@ -132936,7 +132941,7 @@ export namespace Prisma {
132936
132941
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
132937
132942
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
132938
132943
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
132939
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
132944
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
132940
132945
  }
132941
132946
 
132942
132947
  export type OptInCreateOrConnectWithoutAffiliateClicksInput = {
@@ -133035,7 +133040,7 @@ export namespace Prisma {
133035
133040
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
133036
133041
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
133037
133042
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
133038
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
133043
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
133039
133044
  }
133040
133045
 
133041
133046
  export type OptInUncheckedUpdateWithoutAffiliateClicksInput = {
@@ -133066,7 +133071,7 @@ export namespace Prisma {
133066
133071
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
133067
133072
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
133068
133073
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
133069
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
133074
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
133070
133075
  }
133071
133076
 
133072
133077
  export type AffiliateLinkUpsertWithoutAffiliateClicksInput = {
@@ -133654,7 +133659,7 @@ export namespace Prisma {
133654
133659
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
133655
133660
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
133656
133661
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
133657
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
133662
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
133658
133663
  }
133659
133664
 
133660
133665
  export type OptInUncheckedCreateWithoutCampaignInvitesInput = {
@@ -133685,7 +133690,7 @@ export namespace Prisma {
133685
133690
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
133686
133691
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
133687
133692
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
133688
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
133693
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
133689
133694
  }
133690
133695
 
133691
133696
  export type OptInCreateOrConnectWithoutCampaignInvitesInput = {
@@ -134025,7 +134030,7 @@ export namespace Prisma {
134025
134030
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
134026
134031
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
134027
134032
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
134028
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
134033
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
134029
134034
  }
134030
134035
 
134031
134036
  export type OptInUncheckedUpdateWithoutCampaignInvitesInput = {
@@ -134056,7 +134061,7 @@ export namespace Prisma {
134056
134061
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
134057
134062
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
134058
134063
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
134059
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
134064
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
134060
134065
  }
134061
134066
 
134062
134067
  export type CreatorListItemCreateWithoutCreatorListInput = {
@@ -136753,7 +136758,7 @@ export namespace Prisma {
136753
136758
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
136754
136759
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
136755
136760
  ShareASaleEvents?: ShareASaleEventCreateNestedManyWithoutOptInInput
136756
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
136761
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
136757
136762
  }
136758
136763
 
136759
136764
  export type OptInUncheckedCreateWithoutImpactRadiusEventInput = {
@@ -136784,7 +136789,7 @@ export namespace Prisma {
136784
136789
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
136785
136790
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
136786
136791
  ShareASaleEvents?: ShareASaleEventUncheckedCreateNestedManyWithoutOptInInput
136787
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
136792
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
136788
136793
  }
136789
136794
 
136790
136795
  export type OptInCreateOrConnectWithoutImpactRadiusEventInput = {
@@ -137014,7 +137019,7 @@ export namespace Prisma {
137014
137019
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
137015
137020
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
137016
137021
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
137017
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
137022
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
137018
137023
  }
137019
137024
 
137020
137025
  export type OptInUncheckedUpdateWithoutImpactRadiusEventInput = {
@@ -137045,7 +137050,7 @@ export namespace Prisma {
137045
137050
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
137046
137051
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
137047
137052
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
137048
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
137053
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
137049
137054
  }
137050
137055
 
137051
137056
  export type OptInCreateWithoutShareASaleEventsInput = {
@@ -137075,7 +137080,7 @@ export namespace Prisma {
137075
137080
  productListItems?: OptinToProductListItemCreateNestedManyWithoutOptInInput
137076
137081
  ExternalAffiliateClick?: ExternalAffiliateClickCreateNestedManyWithoutOptinInput
137077
137082
  ImpactRadiusEvent?: ImpactRadiusEventCreateNestedManyWithoutOptInInput
137078
- ShopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
137083
+ shopifyDiscountCodes?: ShopifyDiscountCodeCreateNestedManyWithoutOptInInput
137079
137084
  }
137080
137085
 
137081
137086
  export type OptInUncheckedCreateWithoutShareASaleEventsInput = {
@@ -137106,7 +137111,7 @@ export namespace Prisma {
137106
137111
  productListItems?: OptinToProductListItemUncheckedCreateNestedManyWithoutOptInInput
137107
137112
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedCreateNestedManyWithoutOptinInput
137108
137113
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedCreateNestedManyWithoutOptInInput
137109
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
137114
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedCreateNestedManyWithoutOptInInput
137110
137115
  }
137111
137116
 
137112
137117
  export type OptInCreateOrConnectWithoutShareASaleEventsInput = {
@@ -137152,7 +137157,7 @@ export namespace Prisma {
137152
137157
  productListItems?: OptinToProductListItemUpdateManyWithoutOptInNestedInput
137153
137158
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
137154
137159
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
137155
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
137160
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
137156
137161
  }
137157
137162
 
137158
137163
  export type OptInUncheckedUpdateWithoutShareASaleEventsInput = {
@@ -137183,7 +137188,7 @@ export namespace Prisma {
137183
137188
  productListItems?: OptinToProductListItemUncheckedUpdateManyWithoutOptInNestedInput
137184
137189
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
137185
137190
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
137186
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
137191
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
137187
137192
  }
137188
137193
 
137189
137194
  export type BrandCreateWithoutCreatorsearchfilterInput = {
@@ -139654,16 +139659,16 @@ export namespace Prisma {
139654
139659
 
139655
139660
  export type ShopifyDiscountCodeCreateWithoutShopifySalesInput = {
139656
139661
  code: string
139657
- discount: number
139658
- shopifyPriceRuleId?: string | null
139662
+ shopifyDiscountCodeId?: number | null
139663
+ shopifyPriceRuleId?: number | null
139659
139664
  optIn: OptInCreateNestedOneWithoutShopifyDiscountCodesInput
139660
139665
  }
139661
139666
 
139662
139667
  export type ShopifyDiscountCodeUncheckedCreateWithoutShopifySalesInput = {
139663
139668
  id?: number
139664
139669
  code: string
139665
- discount: number
139666
- shopifyPriceRuleId?: string | null
139670
+ shopifyDiscountCodeId?: number | null
139671
+ shopifyPriceRuleId?: number | null
139667
139672
  optInId: number
139668
139673
  }
139669
139674
 
@@ -139685,16 +139690,16 @@ export namespace Prisma {
139685
139690
 
139686
139691
  export type ShopifyDiscountCodeUpdateWithoutShopifySalesInput = {
139687
139692
  code?: StringFieldUpdateOperationsInput | string
139688
- discount?: FloatFieldUpdateOperationsInput | number
139689
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
139693
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
139694
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
139690
139695
  optIn?: OptInUpdateOneRequiredWithoutShopifyDiscountCodesNestedInput
139691
139696
  }
139692
139697
 
139693
139698
  export type ShopifyDiscountCodeUncheckedUpdateWithoutShopifySalesInput = {
139694
139699
  id?: IntFieldUpdateOperationsInput | number
139695
139700
  code?: StringFieldUpdateOperationsInput | string
139696
- discount?: FloatFieldUpdateOperationsInput | number
139697
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
139701
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
139702
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
139698
139703
  optInId?: IntFieldUpdateOperationsInput | number
139699
139704
  }
139700
139705
 
@@ -140050,7 +140055,7 @@ export namespace Prisma {
140050
140055
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
140051
140056
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
140052
140057
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
140053
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
140058
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
140054
140059
  }
140055
140060
 
140056
140061
  export type OptInUncheckedUpdateWithoutUserInput = {
@@ -140081,7 +140086,7 @@ export namespace Prisma {
140081
140086
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
140082
140087
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
140083
140088
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
140084
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
140089
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
140085
140090
  }
140086
140091
 
140087
140092
  export type OptInUncheckedUpdateManyWithoutUserInput = {
@@ -141878,7 +141883,7 @@ export namespace Prisma {
141878
141883
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
141879
141884
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
141880
141885
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
141881
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
141886
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
141882
141887
  }
141883
141888
 
141884
141889
  export type OptInUncheckedUpdateWithoutCampaignInput = {
@@ -141909,7 +141914,7 @@ export namespace Prisma {
141909
141914
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
141910
141915
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
141911
141916
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
141912
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
141917
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
141913
141918
  }
141914
141919
 
141915
141920
  export type OptInUncheckedUpdateManyWithoutCampaignInput = {
@@ -142566,7 +142571,7 @@ export namespace Prisma {
142566
142571
  ExternalAffiliateClick?: ExternalAffiliateClickUpdateManyWithoutOptinNestedInput
142567
142572
  ImpactRadiusEvent?: ImpactRadiusEventUpdateManyWithoutOptInNestedInput
142568
142573
  ShareASaleEvents?: ShareASaleEventUpdateManyWithoutOptInNestedInput
142569
- ShopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
142574
+ shopifyDiscountCodes?: ShopifyDiscountCodeUpdateManyWithoutOptInNestedInput
142570
142575
  }
142571
142576
 
142572
142577
  export type OptInUncheckedUpdateWithoutCurrentStepInput = {
@@ -142597,7 +142602,7 @@ export namespace Prisma {
142597
142602
  ExternalAffiliateClick?: ExternalAffiliateClickUncheckedUpdateManyWithoutOptinNestedInput
142598
142603
  ImpactRadiusEvent?: ImpactRadiusEventUncheckedUpdateManyWithoutOptInNestedInput
142599
142604
  ShareASaleEvents?: ShareASaleEventUncheckedUpdateManyWithoutOptInNestedInput
142600
- ShopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
142605
+ shopifyDiscountCodes?: ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInNestedInput
142601
142606
  }
142602
142607
 
142603
142608
  export type OptInUncheckedUpdateManyWithoutCurrentStepInput = {
@@ -142773,8 +142778,8 @@ export namespace Prisma {
142773
142778
  export type ShopifyDiscountCodeCreateManyOptInInput = {
142774
142779
  id?: number
142775
142780
  code: string
142776
- discount: number
142777
- shopifyPriceRuleId?: string | null
142781
+ shopifyDiscountCodeId?: number | null
142782
+ shopifyPriceRuleId?: number | null
142778
142783
  }
142779
142784
 
142780
142785
  export type OptInVariableUpdateWithoutOptInInput = {
@@ -143010,24 +143015,24 @@ export namespace Prisma {
143010
143015
 
143011
143016
  export type ShopifyDiscountCodeUpdateWithoutOptInInput = {
143012
143017
  code?: StringFieldUpdateOperationsInput | string
143013
- discount?: FloatFieldUpdateOperationsInput | number
143014
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
143018
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
143019
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
143015
143020
  shopifySales?: ShopifySaleUpdateManyWithoutDiscountCodeNestedInput
143016
143021
  }
143017
143022
 
143018
143023
  export type ShopifyDiscountCodeUncheckedUpdateWithoutOptInInput = {
143019
143024
  id?: IntFieldUpdateOperationsInput | number
143020
143025
  code?: StringFieldUpdateOperationsInput | string
143021
- discount?: FloatFieldUpdateOperationsInput | number
143022
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
143026
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
143027
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
143023
143028
  shopifySales?: ShopifySaleUncheckedUpdateManyWithoutDiscountCodeNestedInput
143024
143029
  }
143025
143030
 
143026
143031
  export type ShopifyDiscountCodeUncheckedUpdateManyWithoutOptInInput = {
143027
143032
  id?: IntFieldUpdateOperationsInput | number
143028
143033
  code?: StringFieldUpdateOperationsInput | string
143029
- discount?: FloatFieldUpdateOperationsInput | number
143030
- shopifyPriceRuleId?: NullableStringFieldUpdateOperationsInput | string | null
143034
+ shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
143035
+ shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
143031
143036
  }
143032
143037
 
143033
143038
  export type ListToSocialPostCreateManySocialPostInput = {