@creator.co/creatorco-prisma-client 1.0.47 → 1.0.49

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
@@ -46990,6 +46990,7 @@ export namespace Prisma {
46990
46990
  paymentStatus: number
46991
46991
  extraData: number
46992
46992
  favoritedDate: number
46993
+ rating: number
46993
46994
  userId: number
46994
46995
  campaignId: number
46995
46996
  currentStepId: number
@@ -47067,6 +47068,7 @@ export namespace Prisma {
47067
47068
  paymentStatus?: true
47068
47069
  extraData?: true
47069
47070
  favoritedDate?: true
47071
+ rating?: true
47070
47072
  userId?: true
47071
47073
  campaignId?: true
47072
47074
  currentStepId?: true
@@ -47175,6 +47177,7 @@ export namespace Prisma {
47175
47177
  paymentStatus: string
47176
47178
  extraData: JsonValue
47177
47179
  favoritedDate: Date | null
47180
+ rating: JsonValue | null
47178
47181
  userId: number
47179
47182
  campaignId: number
47180
47183
  currentStepId: number | null
@@ -47215,6 +47218,7 @@ export namespace Prisma {
47215
47218
  paymentStatus?: boolean
47216
47219
  extraData?: boolean
47217
47220
  favoritedDate?: boolean
47221
+ rating?: boolean
47218
47222
  userId?: boolean
47219
47223
  campaignId?: boolean
47220
47224
  currentStepId?: boolean
@@ -47251,6 +47255,7 @@ export namespace Prisma {
47251
47255
  paymentStatus?: boolean
47252
47256
  extraData?: boolean
47253
47257
  favoritedDate?: boolean
47258
+ rating?: boolean
47254
47259
  userId?: boolean
47255
47260
  campaignId?: boolean
47256
47261
  currentStepId?: boolean
@@ -47275,6 +47280,7 @@ export namespace Prisma {
47275
47280
  paymentStatus?: boolean
47276
47281
  extraData?: boolean
47277
47282
  favoritedDate?: boolean
47283
+ rating?: boolean
47278
47284
  userId?: boolean
47279
47285
  campaignId?: boolean
47280
47286
  currentStepId?: boolean
@@ -47337,6 +47343,7 @@ export namespace Prisma {
47337
47343
  paymentStatus: string
47338
47344
  extraData: Prisma.JsonValue
47339
47345
  favoritedDate: Date | null
47346
+ rating: Prisma.JsonValue | null
47340
47347
  userId: number
47341
47348
  campaignId: number
47342
47349
  currentStepId: number | null
@@ -47801,6 +47808,7 @@ export namespace Prisma {
47801
47808
  readonly paymentStatus: FieldRef<"OptIn", 'String'>
47802
47809
  readonly extraData: FieldRef<"OptIn", 'Json'>
47803
47810
  readonly favoritedDate: FieldRef<"OptIn", 'DateTime'>
47811
+ readonly rating: FieldRef<"OptIn", 'Json'>
47804
47812
  readonly userId: FieldRef<"OptIn", 'Int'>
47805
47813
  readonly campaignId: FieldRef<"OptIn", 'Int'>
47806
47814
  readonly currentStepId: FieldRef<"OptIn", 'Int'>
@@ -87949,7 +87957,7 @@ export namespace Prisma {
87949
87957
  export type ShopifyDiscountCodeSumAggregateOutputType = {
87950
87958
  id: number | null
87951
87959
  shopifyDiscountCodeId: number | null
87952
- shopifyPriceRuleId: number | null
87960
+ shopifyPriceRuleId: bigint | null
87953
87961
  optInId: number | null
87954
87962
  }
87955
87963
 
@@ -87957,7 +87965,7 @@ export namespace Prisma {
87957
87965
  id: number | null
87958
87966
  code: string | null
87959
87967
  shopifyDiscountCodeId: number | null
87960
- shopifyPriceRuleId: number | null
87968
+ shopifyPriceRuleId: bigint | null
87961
87969
  optInId: number | null
87962
87970
  }
87963
87971
 
@@ -87965,7 +87973,7 @@ export namespace Prisma {
87965
87973
  id: number | null
87966
87974
  code: string | null
87967
87975
  shopifyDiscountCodeId: number | null
87968
- shopifyPriceRuleId: number | null
87976
+ shopifyPriceRuleId: bigint | null
87969
87977
  optInId: number | null
87970
87978
  }
87971
87979
 
@@ -88108,7 +88116,7 @@ export namespace Prisma {
88108
88116
  id: number
88109
88117
  code: string
88110
88118
  shopifyDiscountCodeId: number | null
88111
- shopifyPriceRuleId: number | null
88119
+ shopifyPriceRuleId: bigint | null
88112
88120
  optInId: number
88113
88121
  _count: ShopifyDiscountCodeCountAggregateOutputType | null
88114
88122
  _avg: ShopifyDiscountCodeAvgAggregateOutputType | null
@@ -88178,7 +88186,7 @@ export namespace Prisma {
88178
88186
  id: number
88179
88187
  code: string
88180
88188
  shopifyDiscountCodeId: number | null
88181
- shopifyPriceRuleId: number | null
88189
+ shopifyPriceRuleId: bigint | null
88182
88190
  optInId: number
88183
88191
  }, ExtArgs["result"]["shopifyDiscountCode"]>
88184
88192
  composites: {}
@@ -88605,7 +88613,7 @@ export namespace Prisma {
88605
88613
  readonly id: FieldRef<"ShopifyDiscountCode", 'Int'>
88606
88614
  readonly code: FieldRef<"ShopifyDiscountCode", 'String'>
88607
88615
  readonly shopifyDiscountCodeId: FieldRef<"ShopifyDiscountCode", 'Int'>
88608
- readonly shopifyPriceRuleId: FieldRef<"ShopifyDiscountCode", 'Int'>
88616
+ readonly shopifyPriceRuleId: FieldRef<"ShopifyDiscountCode", 'BigInt'>
88609
88617
  readonly optInId: FieldRef<"ShopifyDiscountCode", 'Int'>
88610
88618
  }
88611
88619
 
@@ -88987,12 +88995,14 @@ export namespace Prisma {
88987
88995
  id: number | null
88988
88996
  amount: number | null
88989
88997
  discountCodeId: number | null
88998
+ created: Date | null
88990
88999
  }
88991
89000
 
88992
89001
  export type ShopifySaleMaxAggregateOutputType = {
88993
89002
  id: number | null
88994
89003
  amount: number | null
88995
89004
  discountCodeId: number | null
89005
+ created: Date | null
88996
89006
  }
88997
89007
 
88998
89008
  export type ShopifySaleCountAggregateOutputType = {
@@ -89000,6 +89010,7 @@ export namespace Prisma {
89000
89010
  amount: number
89001
89011
  metaData: number
89002
89012
  discountCodeId: number
89013
+ created: number
89003
89014
  _all: number
89004
89015
  }
89005
89016
 
@@ -89020,12 +89031,14 @@ export namespace Prisma {
89020
89031
  id?: true
89021
89032
  amount?: true
89022
89033
  discountCodeId?: true
89034
+ created?: true
89023
89035
  }
89024
89036
 
89025
89037
  export type ShopifySaleMaxAggregateInputType = {
89026
89038
  id?: true
89027
89039
  amount?: true
89028
89040
  discountCodeId?: true
89041
+ created?: true
89029
89042
  }
89030
89043
 
89031
89044
  export type ShopifySaleCountAggregateInputType = {
@@ -89033,6 +89046,7 @@ export namespace Prisma {
89033
89046
  amount?: true
89034
89047
  metaData?: true
89035
89048
  discountCodeId?: true
89049
+ created?: true
89036
89050
  _all?: true
89037
89051
  }
89038
89052
 
@@ -89127,6 +89141,7 @@ export namespace Prisma {
89127
89141
  amount: number
89128
89142
  metaData: JsonValue | null
89129
89143
  discountCodeId: number
89144
+ created: Date
89130
89145
  _count: ShopifySaleCountAggregateOutputType | null
89131
89146
  _avg: ShopifySaleAvgAggregateOutputType | null
89132
89147
  _sum: ShopifySaleSumAggregateOutputType | null
@@ -89153,6 +89168,7 @@ export namespace Prisma {
89153
89168
  amount?: boolean
89154
89169
  metaData?: boolean
89155
89170
  discountCodeId?: boolean
89171
+ created?: boolean
89156
89172
  discountCode?: boolean | ShopifyDiscountCodeDefaultArgs<ExtArgs>
89157
89173
  }, ExtArgs["result"]["shopifySale"]>
89158
89174
 
@@ -89161,6 +89177,7 @@ export namespace Prisma {
89161
89177
  amount?: boolean
89162
89178
  metaData?: boolean
89163
89179
  discountCodeId?: boolean
89180
+ created?: boolean
89164
89181
  discountCode?: boolean | ShopifyDiscountCodeDefaultArgs<ExtArgs>
89165
89182
  }, ExtArgs["result"]["shopifySale"]>
89166
89183
 
@@ -89169,6 +89186,7 @@ export namespace Prisma {
89169
89186
  amount?: boolean
89170
89187
  metaData?: boolean
89171
89188
  discountCodeId?: boolean
89189
+ created?: boolean
89172
89190
  }
89173
89191
 
89174
89192
  export type ShopifySaleInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -89188,6 +89206,7 @@ export namespace Prisma {
89188
89206
  amount: number
89189
89207
  metaData: Prisma.JsonValue | null
89190
89208
  discountCodeId: number
89209
+ created: Date
89191
89210
  }, ExtArgs["result"]["shopifySale"]>
89192
89211
  composites: {}
89193
89212
  }
@@ -89612,6 +89631,7 @@ export namespace Prisma {
89612
89631
  readonly amount: FieldRef<"ShopifySale", 'Float'>
89613
89632
  readonly metaData: FieldRef<"ShopifySale", 'Json'>
89614
89633
  readonly discountCodeId: FieldRef<"ShopifySale", 'Int'>
89634
+ readonly created: FieldRef<"ShopifySale", 'DateTime'>
89615
89635
  }
89616
89636
 
89617
89637
 
@@ -90502,6 +90522,7 @@ export namespace Prisma {
90502
90522
  paymentStatus: 'paymentStatus',
90503
90523
  extraData: 'extraData',
90504
90524
  favoritedDate: 'favoritedDate',
90525
+ rating: 'rating',
90505
90526
  userId: 'userId',
90506
90527
  campaignId: 'campaignId',
90507
90528
  currentStepId: 'currentStepId'
@@ -91051,7 +91072,8 @@ export namespace Prisma {
91051
91072
  id: 'id',
91052
91073
  amount: 'amount',
91053
91074
  metaData: 'metaData',
91054
- discountCodeId: 'discountCodeId'
91075
+ discountCodeId: 'discountCodeId',
91076
+ created: 'created'
91055
91077
  };
91056
91078
 
91057
91079
  export type ShopifySaleScalarFieldEnum = (typeof ShopifySaleScalarFieldEnum)[keyof typeof ShopifySaleScalarFieldEnum]
@@ -91756,6 +91778,20 @@ export namespace Prisma {
91756
91778
  */
91757
91779
  export type ListEnumShopifyStoreSyncStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'ShopifyStoreSyncStatus[]'>
91758
91780
 
91781
+
91782
+
91783
+ /**
91784
+ * Reference to a field of type 'BigInt'
91785
+ */
91786
+ export type BigIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'BigInt'>
91787
+
91788
+
91789
+
91790
+ /**
91791
+ * Reference to a field of type 'BigInt[]'
91792
+ */
91793
+ export type ListBigIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'BigInt[]'>
91794
+
91759
91795
  /**
91760
91796
  * Deep Input Types
91761
91797
  */
@@ -94797,6 +94833,7 @@ export namespace Prisma {
94797
94833
  paymentStatus?: StringFilter<"OptIn"> | string
94798
94834
  extraData?: JsonFilter<"OptIn">
94799
94835
  favoritedDate?: DateTimeNullableFilter<"OptIn"> | Date | string | null
94836
+ rating?: JsonNullableFilter<"OptIn">
94800
94837
  userId?: IntFilter<"OptIn"> | number
94801
94838
  campaignId?: IntFilter<"OptIn"> | number
94802
94839
  currentStepId?: IntNullableFilter<"OptIn"> | number | null
@@ -94832,6 +94869,7 @@ export namespace Prisma {
94832
94869
  paymentStatus?: SortOrder
94833
94870
  extraData?: SortOrder
94834
94871
  favoritedDate?: SortOrderInput | SortOrder
94872
+ rating?: SortOrderInput | SortOrder
94835
94873
  userId?: SortOrder
94836
94874
  campaignId?: SortOrder
94837
94875
  currentStepId?: SortOrderInput | SortOrder
@@ -94871,6 +94909,7 @@ export namespace Prisma {
94871
94909
  paymentStatus?: StringFilter<"OptIn"> | string
94872
94910
  extraData?: JsonFilter<"OptIn">
94873
94911
  favoritedDate?: DateTimeNullableFilter<"OptIn"> | Date | string | null
94912
+ rating?: JsonNullableFilter<"OptIn">
94874
94913
  userId?: IntFilter<"OptIn"> | number
94875
94914
  campaignId?: IntFilter<"OptIn"> | number
94876
94915
  currentStepId?: IntNullableFilter<"OptIn"> | number | null
@@ -94906,6 +94945,7 @@ export namespace Prisma {
94906
94945
  paymentStatus?: SortOrder
94907
94946
  extraData?: SortOrder
94908
94947
  favoritedDate?: SortOrderInput | SortOrder
94948
+ rating?: SortOrderInput | SortOrder
94909
94949
  userId?: SortOrder
94910
94950
  campaignId?: SortOrder
94911
94951
  currentStepId?: SortOrderInput | SortOrder
@@ -94935,6 +94975,7 @@ export namespace Prisma {
94935
94975
  paymentStatus?: StringWithAggregatesFilter<"OptIn"> | string
94936
94976
  extraData?: JsonWithAggregatesFilter<"OptIn">
94937
94977
  favoritedDate?: DateTimeNullableWithAggregatesFilter<"OptIn"> | Date | string | null
94978
+ rating?: JsonNullableWithAggregatesFilter<"OptIn">
94938
94979
  userId?: IntWithAggregatesFilter<"OptIn"> | number
94939
94980
  campaignId?: IntWithAggregatesFilter<"OptIn"> | number
94940
94981
  currentStepId?: IntNullableWithAggregatesFilter<"OptIn"> | number | null
@@ -97825,7 +97866,7 @@ export namespace Prisma {
97825
97866
  id?: IntFilter<"ShopifyDiscountCode"> | number
97826
97867
  code?: StringFilter<"ShopifyDiscountCode"> | string
97827
97868
  shopifyDiscountCodeId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
97828
- shopifyPriceRuleId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
97869
+ shopifyPriceRuleId?: BigIntNullableFilter<"ShopifyDiscountCode"> | bigint | number | null
97829
97870
  optInId?: IntFilter<"ShopifyDiscountCode"> | number
97830
97871
  optIn?: XOR<OptInRelationFilter, OptInWhereInput>
97831
97872
  shopifySales?: ShopifySaleListRelationFilter
@@ -97849,7 +97890,7 @@ export namespace Prisma {
97849
97890
  AND?: ShopifyDiscountCodeWhereInput | ShopifyDiscountCodeWhereInput[]
97850
97891
  OR?: ShopifyDiscountCodeWhereInput[]
97851
97892
  NOT?: ShopifyDiscountCodeWhereInput | ShopifyDiscountCodeWhereInput[]
97852
- shopifyPriceRuleId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
97893
+ shopifyPriceRuleId?: BigIntNullableFilter<"ShopifyDiscountCode"> | bigint | number | null
97853
97894
  optInId?: IntFilter<"ShopifyDiscountCode"> | number
97854
97895
  optIn?: XOR<OptInRelationFilter, OptInWhereInput>
97855
97896
  shopifySales?: ShopifySaleListRelationFilter
@@ -97875,7 +97916,7 @@ export namespace Prisma {
97875
97916
  id?: IntWithAggregatesFilter<"ShopifyDiscountCode"> | number
97876
97917
  code?: StringWithAggregatesFilter<"ShopifyDiscountCode"> | string
97877
97918
  shopifyDiscountCodeId?: IntNullableWithAggregatesFilter<"ShopifyDiscountCode"> | number | null
97878
- shopifyPriceRuleId?: IntNullableWithAggregatesFilter<"ShopifyDiscountCode"> | number | null
97919
+ shopifyPriceRuleId?: BigIntNullableWithAggregatesFilter<"ShopifyDiscountCode"> | bigint | number | null
97879
97920
  optInId?: IntWithAggregatesFilter<"ShopifyDiscountCode"> | number
97880
97921
  }
97881
97922
 
@@ -97887,6 +97928,7 @@ export namespace Prisma {
97887
97928
  amount?: FloatFilter<"ShopifySale"> | number
97888
97929
  metaData?: JsonNullableFilter<"ShopifySale">
97889
97930
  discountCodeId?: IntFilter<"ShopifySale"> | number
97931
+ created?: DateTimeFilter<"ShopifySale"> | Date | string
97890
97932
  discountCode?: XOR<ShopifyDiscountCodeRelationFilter, ShopifyDiscountCodeWhereInput>
97891
97933
  }
97892
97934
 
@@ -97895,6 +97937,7 @@ export namespace Prisma {
97895
97937
  amount?: SortOrder
97896
97938
  metaData?: SortOrderInput | SortOrder
97897
97939
  discountCodeId?: SortOrder
97940
+ created?: SortOrder
97898
97941
  discountCode?: ShopifyDiscountCodeOrderByWithRelationAndSearchRelevanceInput
97899
97942
  }
97900
97943
 
@@ -97906,6 +97949,7 @@ export namespace Prisma {
97906
97949
  amount?: FloatFilter<"ShopifySale"> | number
97907
97950
  metaData?: JsonNullableFilter<"ShopifySale">
97908
97951
  discountCodeId?: IntFilter<"ShopifySale"> | number
97952
+ created?: DateTimeFilter<"ShopifySale"> | Date | string
97909
97953
  discountCode?: XOR<ShopifyDiscountCodeRelationFilter, ShopifyDiscountCodeWhereInput>
97910
97954
  }, "id">
97911
97955
 
@@ -97914,6 +97958,7 @@ export namespace Prisma {
97914
97958
  amount?: SortOrder
97915
97959
  metaData?: SortOrderInput | SortOrder
97916
97960
  discountCodeId?: SortOrder
97961
+ created?: SortOrder
97917
97962
  _count?: ShopifySaleCountOrderByAggregateInput
97918
97963
  _avg?: ShopifySaleAvgOrderByAggregateInput
97919
97964
  _max?: ShopifySaleMaxOrderByAggregateInput
@@ -97929,6 +97974,7 @@ export namespace Prisma {
97929
97974
  amount?: FloatWithAggregatesFilter<"ShopifySale"> | number
97930
97975
  metaData?: JsonNullableWithAggregatesFilter<"ShopifySale">
97931
97976
  discountCodeId?: IntWithAggregatesFilter<"ShopifySale"> | number
97977
+ created?: DateTimeWithAggregatesFilter<"ShopifySale"> | Date | string
97932
97978
  }
97933
97979
 
97934
97980
  export type UserCreateInput = {
@@ -101112,6 +101158,7 @@ export namespace Prisma {
101112
101158
  paymentStatus?: string
101113
101159
  extraData?: JsonNullValueInput | InputJsonValue
101114
101160
  favoritedDate?: Date | string | null
101161
+ rating?: NullableJsonNullValueInput | InputJsonValue
101115
101162
  user: UserCreateNestedOneWithoutOptInsInput
101116
101163
  campaign: CampaignCreateNestedOneWithoutOptInsInput
101117
101164
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -101144,6 +101191,7 @@ export namespace Prisma {
101144
101191
  paymentStatus?: string
101145
101192
  extraData?: JsonNullValueInput | InputJsonValue
101146
101193
  favoritedDate?: Date | string | null
101194
+ rating?: NullableJsonNullValueInput | InputJsonValue
101147
101195
  userId: number
101148
101196
  campaignId: number
101149
101197
  currentStepId?: number | null
@@ -101175,6 +101223,7 @@ export namespace Prisma {
101175
101223
  paymentStatus?: StringFieldUpdateOperationsInput | string
101176
101224
  extraData?: JsonNullValueInput | InputJsonValue
101177
101225
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
101226
+ rating?: NullableJsonNullValueInput | InputJsonValue
101178
101227
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
101179
101228
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
101180
101229
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -101207,6 +101256,7 @@ export namespace Prisma {
101207
101256
  paymentStatus?: StringFieldUpdateOperationsInput | string
101208
101257
  extraData?: JsonNullValueInput | InputJsonValue
101209
101258
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
101259
+ rating?: NullableJsonNullValueInput | InputJsonValue
101210
101260
  userId?: IntFieldUpdateOperationsInput | number
101211
101261
  campaignId?: IntFieldUpdateOperationsInput | number
101212
101262
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -101239,6 +101289,7 @@ export namespace Prisma {
101239
101289
  paymentStatus?: string
101240
101290
  extraData?: JsonNullValueInput | InputJsonValue
101241
101291
  favoritedDate?: Date | string | null
101292
+ rating?: NullableJsonNullValueInput | InputJsonValue
101242
101293
  userId: number
101243
101294
  campaignId: number
101244
101295
  currentStepId?: number | null
@@ -101259,6 +101310,7 @@ export namespace Prisma {
101259
101310
  paymentStatus?: StringFieldUpdateOperationsInput | string
101260
101311
  extraData?: JsonNullValueInput | InputJsonValue
101261
101312
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
101313
+ rating?: NullableJsonNullValueInput | InputJsonValue
101262
101314
  }
101263
101315
 
101264
101316
  export type OptInUncheckedUpdateManyInput = {
@@ -101277,6 +101329,7 @@ export namespace Prisma {
101277
101329
  paymentStatus?: StringFieldUpdateOperationsInput | string
101278
101330
  extraData?: JsonNullValueInput | InputJsonValue
101279
101331
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
101332
+ rating?: NullableJsonNullValueInput | InputJsonValue
101280
101333
  userId?: IntFieldUpdateOperationsInput | number
101281
101334
  campaignId?: IntFieldUpdateOperationsInput | number
101282
101335
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -104129,7 +104182,7 @@ export namespace Prisma {
104129
104182
  export type ShopifyDiscountCodeCreateInput = {
104130
104183
  code: string
104131
104184
  shopifyDiscountCodeId?: number | null
104132
- shopifyPriceRuleId?: number | null
104185
+ shopifyPriceRuleId?: bigint | number | null
104133
104186
  optIn: OptInCreateNestedOneWithoutShopifyDiscountCodesInput
104134
104187
  shopifySales?: ShopifySaleCreateNestedManyWithoutDiscountCodeInput
104135
104188
  }
@@ -104138,7 +104191,7 @@ export namespace Prisma {
104138
104191
  id?: number
104139
104192
  code: string
104140
104193
  shopifyDiscountCodeId?: number | null
104141
- shopifyPriceRuleId?: number | null
104194
+ shopifyPriceRuleId?: bigint | number | null
104142
104195
  optInId: number
104143
104196
  shopifySales?: ShopifySaleUncheckedCreateNestedManyWithoutDiscountCodeInput
104144
104197
  }
@@ -104146,7 +104199,7 @@ export namespace Prisma {
104146
104199
  export type ShopifyDiscountCodeUpdateInput = {
104147
104200
  code?: StringFieldUpdateOperationsInput | string
104148
104201
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104149
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104202
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
104150
104203
  optIn?: OptInUpdateOneRequiredWithoutShopifyDiscountCodesNestedInput
104151
104204
  shopifySales?: ShopifySaleUpdateManyWithoutDiscountCodeNestedInput
104152
104205
  }
@@ -104155,7 +104208,7 @@ export namespace Prisma {
104155
104208
  id?: IntFieldUpdateOperationsInput | number
104156
104209
  code?: StringFieldUpdateOperationsInput | string
104157
104210
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104158
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104211
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
104159
104212
  optInId?: IntFieldUpdateOperationsInput | number
104160
104213
  shopifySales?: ShopifySaleUncheckedUpdateManyWithoutDiscountCodeNestedInput
104161
104214
  }
@@ -104164,27 +104217,28 @@ export namespace Prisma {
104164
104217
  id?: number
104165
104218
  code: string
104166
104219
  shopifyDiscountCodeId?: number | null
104167
- shopifyPriceRuleId?: number | null
104220
+ shopifyPriceRuleId?: bigint | number | null
104168
104221
  optInId: number
104169
104222
  }
104170
104223
 
104171
104224
  export type ShopifyDiscountCodeUpdateManyMutationInput = {
104172
104225
  code?: StringFieldUpdateOperationsInput | string
104173
104226
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104174
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104227
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
104175
104228
  }
104176
104229
 
104177
104230
  export type ShopifyDiscountCodeUncheckedUpdateManyInput = {
104178
104231
  id?: IntFieldUpdateOperationsInput | number
104179
104232
  code?: StringFieldUpdateOperationsInput | string
104180
104233
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
104181
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
104234
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
104182
104235
  optInId?: IntFieldUpdateOperationsInput | number
104183
104236
  }
104184
104237
 
104185
104238
  export type ShopifySaleCreateInput = {
104186
104239
  amount: number
104187
104240
  metaData?: NullableJsonNullValueInput | InputJsonValue
104241
+ created?: Date | string
104188
104242
  discountCode: ShopifyDiscountCodeCreateNestedOneWithoutShopifySalesInput
104189
104243
  }
104190
104244
 
@@ -104193,11 +104247,13 @@ export namespace Prisma {
104193
104247
  amount: number
104194
104248
  metaData?: NullableJsonNullValueInput | InputJsonValue
104195
104249
  discountCodeId: number
104250
+ created?: Date | string
104196
104251
  }
104197
104252
 
104198
104253
  export type ShopifySaleUpdateInput = {
104199
104254
  amount?: FloatFieldUpdateOperationsInput | number
104200
104255
  metaData?: NullableJsonNullValueInput | InputJsonValue
104256
+ created?: DateTimeFieldUpdateOperationsInput | Date | string
104201
104257
  discountCode?: ShopifyDiscountCodeUpdateOneRequiredWithoutShopifySalesNestedInput
104202
104258
  }
104203
104259
 
@@ -104206,6 +104262,7 @@ export namespace Prisma {
104206
104262
  amount?: FloatFieldUpdateOperationsInput | number
104207
104263
  metaData?: NullableJsonNullValueInput | InputJsonValue
104208
104264
  discountCodeId?: IntFieldUpdateOperationsInput | number
104265
+ created?: DateTimeFieldUpdateOperationsInput | Date | string
104209
104266
  }
104210
104267
 
104211
104268
  export type ShopifySaleCreateManyInput = {
@@ -104213,11 +104270,13 @@ export namespace Prisma {
104213
104270
  amount: number
104214
104271
  metaData?: NullableJsonNullValueInput | InputJsonValue
104215
104272
  discountCodeId: number
104273
+ created?: Date | string
104216
104274
  }
104217
104275
 
104218
104276
  export type ShopifySaleUpdateManyMutationInput = {
104219
104277
  amount?: FloatFieldUpdateOperationsInput | number
104220
104278
  metaData?: NullableJsonNullValueInput | InputJsonValue
104279
+ created?: DateTimeFieldUpdateOperationsInput | Date | string
104221
104280
  }
104222
104281
 
104223
104282
  export type ShopifySaleUncheckedUpdateManyInput = {
@@ -104225,6 +104284,7 @@ export namespace Prisma {
104225
104284
  amount?: FloatFieldUpdateOperationsInput | number
104226
104285
  metaData?: NullableJsonNullValueInput | InputJsonValue
104227
104286
  discountCodeId?: IntFieldUpdateOperationsInput | number
104287
+ created?: DateTimeFieldUpdateOperationsInput | Date | string
104228
104288
  }
104229
104289
 
104230
104290
  export type IntFilter<$PrismaModel = never> = {
@@ -107111,6 +107171,7 @@ export namespace Prisma {
107111
107171
  paymentStatus?: SortOrder
107112
107172
  extraData?: SortOrder
107113
107173
  favoritedDate?: SortOrder
107174
+ rating?: SortOrder
107114
107175
  userId?: SortOrder
107115
107176
  campaignId?: SortOrder
107116
107177
  currentStepId?: SortOrder
@@ -109333,6 +109394,17 @@ export namespace Prisma {
109333
109394
  shopifyProductId?: SortOrder
109334
109395
  }
109335
109396
 
109397
+ export type BigIntNullableFilter<$PrismaModel = never> = {
109398
+ equals?: bigint | number | BigIntFieldRefInput<$PrismaModel> | null
109399
+ in?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
109400
+ notIn?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
109401
+ lt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109402
+ lte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109403
+ gt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109404
+ gte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109405
+ not?: NestedBigIntNullableFilter<$PrismaModel> | bigint | number | null
109406
+ }
109407
+
109336
109408
  export type ShopifySaleListRelationFilter = {
109337
109409
  every?: ShopifySaleWhereInput
109338
109410
  some?: ShopifySaleWhereInput
@@ -109387,6 +109459,22 @@ export namespace Prisma {
109387
109459
  optInId?: SortOrder
109388
109460
  }
109389
109461
 
109462
+ export type BigIntNullableWithAggregatesFilter<$PrismaModel = never> = {
109463
+ equals?: bigint | number | BigIntFieldRefInput<$PrismaModel> | null
109464
+ in?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
109465
+ notIn?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
109466
+ lt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109467
+ lte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109468
+ gt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109469
+ gte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
109470
+ not?: NestedBigIntNullableWithAggregatesFilter<$PrismaModel> | bigint | number | null
109471
+ _count?: NestedIntNullableFilter<$PrismaModel>
109472
+ _avg?: NestedFloatNullableFilter<$PrismaModel>
109473
+ _sum?: NestedBigIntNullableFilter<$PrismaModel>
109474
+ _min?: NestedBigIntNullableFilter<$PrismaModel>
109475
+ _max?: NestedBigIntNullableFilter<$PrismaModel>
109476
+ }
109477
+
109390
109478
  export type ShopifyDiscountCodeRelationFilter = {
109391
109479
  is?: ShopifyDiscountCodeWhereInput
109392
109480
  isNot?: ShopifyDiscountCodeWhereInput
@@ -109397,6 +109485,7 @@ export namespace Prisma {
109397
109485
  amount?: SortOrder
109398
109486
  metaData?: SortOrder
109399
109487
  discountCodeId?: SortOrder
109488
+ created?: SortOrder
109400
109489
  }
109401
109490
 
109402
109491
  export type ShopifySaleAvgOrderByAggregateInput = {
@@ -109409,12 +109498,14 @@ export namespace Prisma {
109409
109498
  id?: SortOrder
109410
109499
  amount?: SortOrder
109411
109500
  discountCodeId?: SortOrder
109501
+ created?: SortOrder
109412
109502
  }
109413
109503
 
109414
109504
  export type ShopifySaleMinOrderByAggregateInput = {
109415
109505
  id?: SortOrder
109416
109506
  amount?: SortOrder
109417
109507
  discountCodeId?: SortOrder
109508
+ created?: SortOrder
109418
109509
  }
109419
109510
 
109420
109511
  export type ShopifySaleSumOrderByAggregateInput = {
@@ -115773,6 +115864,14 @@ export namespace Prisma {
115773
115864
  connect?: ShopifySaleWhereUniqueInput | ShopifySaleWhereUniqueInput[]
115774
115865
  }
115775
115866
 
115867
+ export type NullableBigIntFieldUpdateOperationsInput = {
115868
+ set?: bigint | number | null
115869
+ increment?: bigint | number
115870
+ decrement?: bigint | number
115871
+ multiply?: bigint | number
115872
+ divide?: bigint | number
115873
+ }
115874
+
115776
115875
  export type OptInUpdateOneRequiredWithoutShopifyDiscountCodesNestedInput = {
115777
115876
  create?: XOR<OptInCreateWithoutShopifyDiscountCodesInput, OptInUncheckedCreateWithoutShopifyDiscountCodesInput>
115778
115877
  connectOrCreate?: OptInCreateOrConnectWithoutShopifyDiscountCodesInput
@@ -116195,6 +116294,33 @@ export namespace Prisma {
116195
116294
  _max?: NestedEnumShopifyStoreSyncStatusFilter<$PrismaModel>
116196
116295
  }
116197
116296
 
116297
+ export type NestedBigIntNullableFilter<$PrismaModel = never> = {
116298
+ equals?: bigint | number | BigIntFieldRefInput<$PrismaModel> | null
116299
+ in?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
116300
+ notIn?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
116301
+ lt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116302
+ lte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116303
+ gt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116304
+ gte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116305
+ not?: NestedBigIntNullableFilter<$PrismaModel> | bigint | number | null
116306
+ }
116307
+
116308
+ export type NestedBigIntNullableWithAggregatesFilter<$PrismaModel = never> = {
116309
+ equals?: bigint | number | BigIntFieldRefInput<$PrismaModel> | null
116310
+ in?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
116311
+ notIn?: bigint[] | number[] | ListBigIntFieldRefInput<$PrismaModel> | null
116312
+ lt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116313
+ lte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116314
+ gt?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116315
+ gte?: bigint | number | BigIntFieldRefInput<$PrismaModel>
116316
+ not?: NestedBigIntNullableWithAggregatesFilter<$PrismaModel> | bigint | number | null
116317
+ _count?: NestedIntNullableFilter<$PrismaModel>
116318
+ _avg?: NestedFloatNullableFilter<$PrismaModel>
116319
+ _sum?: NestedBigIntNullableFilter<$PrismaModel>
116320
+ _min?: NestedBigIntNullableFilter<$PrismaModel>
116321
+ _max?: NestedBigIntNullableFilter<$PrismaModel>
116322
+ }
116323
+
116198
116324
  export type UserCreateWithoutReferredUsersInput = {
116199
116325
  role: string
116200
116326
  email?: string | null
@@ -116749,6 +116875,7 @@ export namespace Prisma {
116749
116875
  paymentStatus?: string
116750
116876
  extraData?: JsonNullValueInput | InputJsonValue
116751
116877
  favoritedDate?: Date | string | null
116878
+ rating?: NullableJsonNullValueInput | InputJsonValue
116752
116879
  campaign: CampaignCreateNestedOneWithoutOptInsInput
116753
116880
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
116754
116881
  variables?: OptInVariableCreateNestedManyWithoutOptInInput
@@ -116780,6 +116907,7 @@ export namespace Prisma {
116780
116907
  paymentStatus?: string
116781
116908
  extraData?: JsonNullValueInput | InputJsonValue
116782
116909
  favoritedDate?: Date | string | null
116910
+ rating?: NullableJsonNullValueInput | InputJsonValue
116783
116911
  campaignId: number
116784
116912
  currentStepId?: number | null
116785
116913
  variables?: OptInVariableUncheckedCreateNestedManyWithoutOptInInput
@@ -117787,6 +117915,7 @@ export namespace Prisma {
117787
117915
  paymentStatus?: StringFilter<"OptIn"> | string
117788
117916
  extraData?: JsonFilter<"OptIn">
117789
117917
  favoritedDate?: DateTimeNullableFilter<"OptIn"> | Date | string | null
117918
+ rating?: JsonNullableFilter<"OptIn">
117790
117919
  userId?: IntFilter<"OptIn"> | number
117791
117920
  campaignId?: IntFilter<"OptIn"> | number
117792
117921
  currentStepId?: IntNullableFilter<"OptIn"> | number | null
@@ -123706,6 +123835,7 @@ export namespace Prisma {
123706
123835
  paymentStatus?: string
123707
123836
  extraData?: JsonNullValueInput | InputJsonValue
123708
123837
  favoritedDate?: Date | string | null
123838
+ rating?: NullableJsonNullValueInput | InputJsonValue
123709
123839
  user: UserCreateNestedOneWithoutOptInsInput
123710
123840
  campaign: CampaignCreateNestedOneWithoutOptInsInput
123711
123841
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -123737,6 +123867,7 @@ export namespace Prisma {
123737
123867
  paymentStatus?: string
123738
123868
  extraData?: JsonNullValueInput | InputJsonValue
123739
123869
  favoritedDate?: Date | string | null
123870
+ rating?: NullableJsonNullValueInput | InputJsonValue
123740
123871
  userId: number
123741
123872
  campaignId: number
123742
123873
  currentStepId?: number | null
@@ -123814,6 +123945,7 @@ export namespace Prisma {
123814
123945
  paymentStatus?: StringFieldUpdateOperationsInput | string
123815
123946
  extraData?: JsonNullValueInput | InputJsonValue
123816
123947
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
123948
+ rating?: NullableJsonNullValueInput | InputJsonValue
123817
123949
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
123818
123950
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
123819
123951
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -123845,6 +123977,7 @@ export namespace Prisma {
123845
123977
  paymentStatus?: StringFieldUpdateOperationsInput | string
123846
123978
  extraData?: JsonNullValueInput | InputJsonValue
123847
123979
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
123980
+ rating?: NullableJsonNullValueInput | InputJsonValue
123848
123981
  userId?: IntFieldUpdateOperationsInput | number
123849
123982
  campaignId?: IntFieldUpdateOperationsInput | number
123850
123983
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -124178,6 +124311,7 @@ export namespace Prisma {
124178
124311
  paymentStatus?: string
124179
124312
  extraData?: JsonNullValueInput | InputJsonValue
124180
124313
  favoritedDate?: Date | string | null
124314
+ rating?: NullableJsonNullValueInput | InputJsonValue
124181
124315
  user: UserCreateNestedOneWithoutOptInsInput
124182
124316
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
124183
124317
  variables?: OptInVariableCreateNestedManyWithoutOptInInput
@@ -124209,6 +124343,7 @@ export namespace Prisma {
124209
124343
  paymentStatus?: string
124210
124344
  extraData?: JsonNullValueInput | InputJsonValue
124211
124345
  favoritedDate?: Date | string | null
124346
+ rating?: NullableJsonNullValueInput | InputJsonValue
124212
124347
  userId: number
124213
124348
  currentStepId?: number | null
124214
124349
  variables?: OptInVariableUncheckedCreateNestedManyWithoutOptInInput
@@ -127733,6 +127868,7 @@ export namespace Prisma {
127733
127868
  paymentStatus?: string
127734
127869
  extraData?: JsonNullValueInput | InputJsonValue
127735
127870
  favoritedDate?: Date | string | null
127871
+ rating?: NullableJsonNullValueInput | InputJsonValue
127736
127872
  user: UserCreateNestedOneWithoutOptInsInput
127737
127873
  campaign: CampaignCreateNestedOneWithoutOptInsInput
127738
127874
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -127764,6 +127900,7 @@ export namespace Prisma {
127764
127900
  paymentStatus?: string
127765
127901
  extraData?: JsonNullValueInput | InputJsonValue
127766
127902
  favoritedDate?: Date | string | null
127903
+ rating?: NullableJsonNullValueInput | InputJsonValue
127767
127904
  userId: number
127768
127905
  campaignId: number
127769
127906
  currentStepId?: number | null
@@ -127832,6 +127969,7 @@ export namespace Prisma {
127832
127969
  paymentStatus?: StringFieldUpdateOperationsInput | string
127833
127970
  extraData?: JsonNullValueInput | InputJsonValue
127834
127971
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
127972
+ rating?: NullableJsonNullValueInput | InputJsonValue
127835
127973
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
127836
127974
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
127837
127975
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -127863,6 +128001,7 @@ export namespace Prisma {
127863
128001
  paymentStatus?: StringFieldUpdateOperationsInput | string
127864
128002
  extraData?: JsonNullValueInput | InputJsonValue
127865
128003
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128004
+ rating?: NullableJsonNullValueInput | InputJsonValue
127866
128005
  userId?: IntFieldUpdateOperationsInput | number
127867
128006
  campaignId?: IntFieldUpdateOperationsInput | number
127868
128007
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -128624,6 +128763,7 @@ export namespace Prisma {
128624
128763
  paymentStatus?: string
128625
128764
  extraData?: JsonNullValueInput | InputJsonValue
128626
128765
  favoritedDate?: Date | string | null
128766
+ rating?: NullableJsonNullValueInput | InputJsonValue
128627
128767
  user: UserCreateNestedOneWithoutOptInsInput
128628
128768
  campaign: CampaignCreateNestedOneWithoutOptInsInput
128629
128769
  variables?: OptInVariableCreateNestedManyWithoutOptInInput
@@ -128655,6 +128795,7 @@ export namespace Prisma {
128655
128795
  paymentStatus?: string
128656
128796
  extraData?: JsonNullValueInput | InputJsonValue
128657
128797
  favoritedDate?: Date | string | null
128798
+ rating?: NullableJsonNullValueInput | InputJsonValue
128658
128799
  userId: number
128659
128800
  campaignId: number
128660
128801
  variables?: OptInVariableUncheckedCreateNestedManyWithoutOptInInput
@@ -128942,6 +129083,7 @@ export namespace Prisma {
128942
129083
  paymentStatus?: string
128943
129084
  extraData?: JsonNullValueInput | InputJsonValue
128944
129085
  favoritedDate?: Date | string | null
129086
+ rating?: NullableJsonNullValueInput | InputJsonValue
128945
129087
  user: UserCreateNestedOneWithoutOptInsInput
128946
129088
  campaign: CampaignCreateNestedOneWithoutOptInsInput
128947
129089
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -128973,6 +129115,7 @@ export namespace Prisma {
128973
129115
  paymentStatus?: string
128974
129116
  extraData?: JsonNullValueInput | InputJsonValue
128975
129117
  favoritedDate?: Date | string | null
129118
+ rating?: NullableJsonNullValueInput | InputJsonValue
128976
129119
  userId: number
128977
129120
  campaignId: number
128978
129121
  currentStepId?: number | null
@@ -129051,6 +129194,7 @@ export namespace Prisma {
129051
129194
  paymentStatus?: StringFieldUpdateOperationsInput | string
129052
129195
  extraData?: JsonNullValueInput | InputJsonValue
129053
129196
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
129197
+ rating?: NullableJsonNullValueInput | InputJsonValue
129054
129198
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
129055
129199
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
129056
129200
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -129082,6 +129226,7 @@ export namespace Prisma {
129082
129226
  paymentStatus?: StringFieldUpdateOperationsInput | string
129083
129227
  extraData?: JsonNullValueInput | InputJsonValue
129084
129228
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
129229
+ rating?: NullableJsonNullValueInput | InputJsonValue
129085
129230
  userId?: IntFieldUpdateOperationsInput | number
129086
129231
  campaignId?: IntFieldUpdateOperationsInput | number
129087
129232
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -129770,7 +129915,7 @@ export namespace Prisma {
129770
129915
  export type ShopifyDiscountCodeCreateWithoutOptInInput = {
129771
129916
  code: string
129772
129917
  shopifyDiscountCodeId?: number | null
129773
- shopifyPriceRuleId?: number | null
129918
+ shopifyPriceRuleId?: bigint | number | null
129774
129919
  shopifySales?: ShopifySaleCreateNestedManyWithoutDiscountCodeInput
129775
129920
  }
129776
129921
 
@@ -129778,7 +129923,7 @@ export namespace Prisma {
129778
129923
  id?: number
129779
129924
  code: string
129780
129925
  shopifyDiscountCodeId?: number | null
129781
- shopifyPriceRuleId?: number | null
129926
+ shopifyPriceRuleId?: bigint | number | null
129782
129927
  shopifySales?: ShopifySaleUncheckedCreateNestedManyWithoutDiscountCodeInput
129783
129928
  }
129784
129929
 
@@ -130310,7 +130455,7 @@ export namespace Prisma {
130310
130455
  id?: IntFilter<"ShopifyDiscountCode"> | number
130311
130456
  code?: StringFilter<"ShopifyDiscountCode"> | string
130312
130457
  shopifyDiscountCodeId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
130313
- shopifyPriceRuleId?: IntNullableFilter<"ShopifyDiscountCode"> | number | null
130458
+ shopifyPriceRuleId?: BigIntNullableFilter<"ShopifyDiscountCode"> | bigint | number | null
130314
130459
  optInId?: IntFilter<"ShopifyDiscountCode"> | number
130315
130460
  }
130316
130461
 
@@ -130329,6 +130474,7 @@ export namespace Prisma {
130329
130474
  paymentStatus?: string
130330
130475
  extraData?: JsonNullValueInput | InputJsonValue
130331
130476
  favoritedDate?: Date | string | null
130477
+ rating?: NullableJsonNullValueInput | InputJsonValue
130332
130478
  user: UserCreateNestedOneWithoutOptInsInput
130333
130479
  campaign: CampaignCreateNestedOneWithoutOptInsInput
130334
130480
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -130360,6 +130506,7 @@ export namespace Prisma {
130360
130506
  paymentStatus?: string
130361
130507
  extraData?: JsonNullValueInput | InputJsonValue
130362
130508
  favoritedDate?: Date | string | null
130509
+ rating?: NullableJsonNullValueInput | InputJsonValue
130363
130510
  userId: number
130364
130511
  campaignId: number
130365
130512
  currentStepId?: number | null
@@ -130406,6 +130553,7 @@ export namespace Prisma {
130406
130553
  paymentStatus?: StringFieldUpdateOperationsInput | string
130407
130554
  extraData?: JsonNullValueInput | InputJsonValue
130408
130555
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
130556
+ rating?: NullableJsonNullValueInput | InputJsonValue
130409
130557
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
130410
130558
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
130411
130559
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -130437,6 +130585,7 @@ export namespace Prisma {
130437
130585
  paymentStatus?: StringFieldUpdateOperationsInput | string
130438
130586
  extraData?: JsonNullValueInput | InputJsonValue
130439
130587
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
130588
+ rating?: NullableJsonNullValueInput | InputJsonValue
130440
130589
  userId?: IntFieldUpdateOperationsInput | number
130441
130590
  campaignId?: IntFieldUpdateOperationsInput | number
130442
130591
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -130467,6 +130616,7 @@ export namespace Prisma {
130467
130616
  paymentStatus?: string
130468
130617
  extraData?: JsonNullValueInput | InputJsonValue
130469
130618
  favoritedDate?: Date | string | null
130619
+ rating?: NullableJsonNullValueInput | InputJsonValue
130470
130620
  user: UserCreateNestedOneWithoutOptInsInput
130471
130621
  campaign: CampaignCreateNestedOneWithoutOptInsInput
130472
130622
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -130498,6 +130648,7 @@ export namespace Prisma {
130498
130648
  paymentStatus?: string
130499
130649
  extraData?: JsonNullValueInput | InputJsonValue
130500
130650
  favoritedDate?: Date | string | null
130651
+ rating?: NullableJsonNullValueInput | InputJsonValue
130501
130652
  userId: number
130502
130653
  campaignId: number
130503
130654
  currentStepId?: number | null
@@ -130586,6 +130737,7 @@ export namespace Prisma {
130586
130737
  paymentStatus?: StringFieldUpdateOperationsInput | string
130587
130738
  extraData?: JsonNullValueInput | InputJsonValue
130588
130739
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
130740
+ rating?: NullableJsonNullValueInput | InputJsonValue
130589
130741
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
130590
130742
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
130591
130743
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -130617,6 +130769,7 @@ export namespace Prisma {
130617
130769
  paymentStatus?: StringFieldUpdateOperationsInput | string
130618
130770
  extraData?: JsonNullValueInput | InputJsonValue
130619
130771
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
130772
+ rating?: NullableJsonNullValueInput | InputJsonValue
130620
130773
  userId?: IntFieldUpdateOperationsInput | number
130621
130774
  campaignId?: IntFieldUpdateOperationsInput | number
130622
130775
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -131928,6 +132081,7 @@ export namespace Prisma {
131928
132081
  paymentStatus?: string
131929
132082
  extraData?: JsonNullValueInput | InputJsonValue
131930
132083
  favoritedDate?: Date | string | null
132084
+ rating?: NullableJsonNullValueInput | InputJsonValue
131931
132085
  user: UserCreateNestedOneWithoutOptInsInput
131932
132086
  campaign: CampaignCreateNestedOneWithoutOptInsInput
131933
132087
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -131959,6 +132113,7 @@ export namespace Prisma {
131959
132113
  paymentStatus?: string
131960
132114
  extraData?: JsonNullValueInput | InputJsonValue
131961
132115
  favoritedDate?: Date | string | null
132116
+ rating?: NullableJsonNullValueInput | InputJsonValue
131962
132117
  userId: number
131963
132118
  campaignId: number
131964
132119
  currentStepId?: number | null
@@ -132151,6 +132306,7 @@ export namespace Prisma {
132151
132306
  paymentStatus?: StringFieldUpdateOperationsInput | string
132152
132307
  extraData?: JsonNullValueInput | InputJsonValue
132153
132308
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
132309
+ rating?: NullableJsonNullValueInput | InputJsonValue
132154
132310
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
132155
132311
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
132156
132312
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -132182,6 +132338,7 @@ export namespace Prisma {
132182
132338
  paymentStatus?: StringFieldUpdateOperationsInput | string
132183
132339
  extraData?: JsonNullValueInput | InputJsonValue
132184
132340
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
132341
+ rating?: NullableJsonNullValueInput | InputJsonValue
132185
132342
  userId?: IntFieldUpdateOperationsInput | number
132186
132343
  campaignId?: IntFieldUpdateOperationsInput | number
132187
132344
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -132898,6 +133055,7 @@ export namespace Prisma {
132898
133055
  paymentStatus?: string
132899
133056
  extraData?: JsonNullValueInput | InputJsonValue
132900
133057
  favoritedDate?: Date | string | null
133058
+ rating?: NullableJsonNullValueInput | InputJsonValue
132901
133059
  user: UserCreateNestedOneWithoutOptInsInput
132902
133060
  campaign: CampaignCreateNestedOneWithoutOptInsInput
132903
133061
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -132929,6 +133087,7 @@ export namespace Prisma {
132929
133087
  paymentStatus?: string
132930
133088
  extraData?: JsonNullValueInput | InputJsonValue
132931
133089
  favoritedDate?: Date | string | null
133090
+ rating?: NullableJsonNullValueInput | InputJsonValue
132932
133091
  userId: number
132933
133092
  campaignId: number
132934
133093
  currentStepId?: number | null
@@ -133028,6 +133187,7 @@ export namespace Prisma {
133028
133187
  paymentStatus?: StringFieldUpdateOperationsInput | string
133029
133188
  extraData?: JsonNullValueInput | InputJsonValue
133030
133189
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133190
+ rating?: NullableJsonNullValueInput | InputJsonValue
133031
133191
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
133032
133192
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
133033
133193
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -133059,6 +133219,7 @@ export namespace Prisma {
133059
133219
  paymentStatus?: StringFieldUpdateOperationsInput | string
133060
133220
  extraData?: JsonNullValueInput | InputJsonValue
133061
133221
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133222
+ rating?: NullableJsonNullValueInput | InputJsonValue
133062
133223
  userId?: IntFieldUpdateOperationsInput | number
133063
133224
  campaignId?: IntFieldUpdateOperationsInput | number
133064
133225
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -133647,6 +133808,7 @@ export namespace Prisma {
133647
133808
  paymentStatus?: string
133648
133809
  extraData?: JsonNullValueInput | InputJsonValue
133649
133810
  favoritedDate?: Date | string | null
133811
+ rating?: NullableJsonNullValueInput | InputJsonValue
133650
133812
  user: UserCreateNestedOneWithoutOptInsInput
133651
133813
  campaign: CampaignCreateNestedOneWithoutOptInsInput
133652
133814
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -133678,6 +133840,7 @@ export namespace Prisma {
133678
133840
  paymentStatus?: string
133679
133841
  extraData?: JsonNullValueInput | InputJsonValue
133680
133842
  favoritedDate?: Date | string | null
133843
+ rating?: NullableJsonNullValueInput | InputJsonValue
133681
133844
  userId: number
133682
133845
  campaignId: number
133683
133846
  currentStepId?: number | null
@@ -134018,6 +134181,7 @@ export namespace Prisma {
134018
134181
  paymentStatus?: StringFieldUpdateOperationsInput | string
134019
134182
  extraData?: JsonNullValueInput | InputJsonValue
134020
134183
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
134184
+ rating?: NullableJsonNullValueInput | InputJsonValue
134021
134185
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
134022
134186
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
134023
134187
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -134049,6 +134213,7 @@ export namespace Prisma {
134049
134213
  paymentStatus?: StringFieldUpdateOperationsInput | string
134050
134214
  extraData?: JsonNullValueInput | InputJsonValue
134051
134215
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
134216
+ rating?: NullableJsonNullValueInput | InputJsonValue
134052
134217
  userId?: IntFieldUpdateOperationsInput | number
134053
134218
  campaignId?: IntFieldUpdateOperationsInput | number
134054
134219
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -136746,6 +136911,7 @@ export namespace Prisma {
136746
136911
  paymentStatus?: string
136747
136912
  extraData?: JsonNullValueInput | InputJsonValue
136748
136913
  favoritedDate?: Date | string | null
136914
+ rating?: NullableJsonNullValueInput | InputJsonValue
136749
136915
  user: UserCreateNestedOneWithoutOptInsInput
136750
136916
  campaign: CampaignCreateNestedOneWithoutOptInsInput
136751
136917
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -136777,6 +136943,7 @@ export namespace Prisma {
136777
136943
  paymentStatus?: string
136778
136944
  extraData?: JsonNullValueInput | InputJsonValue
136779
136945
  favoritedDate?: Date | string | null
136946
+ rating?: NullableJsonNullValueInput | InputJsonValue
136780
136947
  userId: number
136781
136948
  campaignId: number
136782
136949
  currentStepId?: number | null
@@ -137007,6 +137174,7 @@ export namespace Prisma {
137007
137174
  paymentStatus?: StringFieldUpdateOperationsInput | string
137008
137175
  extraData?: JsonNullValueInput | InputJsonValue
137009
137176
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
137177
+ rating?: NullableJsonNullValueInput | InputJsonValue
137010
137178
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
137011
137179
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
137012
137180
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -137038,6 +137206,7 @@ export namespace Prisma {
137038
137206
  paymentStatus?: StringFieldUpdateOperationsInput | string
137039
137207
  extraData?: JsonNullValueInput | InputJsonValue
137040
137208
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
137209
+ rating?: NullableJsonNullValueInput | InputJsonValue
137041
137210
  userId?: IntFieldUpdateOperationsInput | number
137042
137211
  campaignId?: IntFieldUpdateOperationsInput | number
137043
137212
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -137068,6 +137237,7 @@ export namespace Prisma {
137068
137237
  paymentStatus?: string
137069
137238
  extraData?: JsonNullValueInput | InputJsonValue
137070
137239
  favoritedDate?: Date | string | null
137240
+ rating?: NullableJsonNullValueInput | InputJsonValue
137071
137241
  user: UserCreateNestedOneWithoutOptInsInput
137072
137242
  campaign: CampaignCreateNestedOneWithoutOptInsInput
137073
137243
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -137099,6 +137269,7 @@ export namespace Prisma {
137099
137269
  paymentStatus?: string
137100
137270
  extraData?: JsonNullValueInput | InputJsonValue
137101
137271
  favoritedDate?: Date | string | null
137272
+ rating?: NullableJsonNullValueInput | InputJsonValue
137102
137273
  userId: number
137103
137274
  campaignId: number
137104
137275
  currentStepId?: number | null
@@ -137145,6 +137316,7 @@ export namespace Prisma {
137145
137316
  paymentStatus?: StringFieldUpdateOperationsInput | string
137146
137317
  extraData?: JsonNullValueInput | InputJsonValue
137147
137318
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
137319
+ rating?: NullableJsonNullValueInput | InputJsonValue
137148
137320
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
137149
137321
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
137150
137322
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -137176,6 +137348,7 @@ export namespace Prisma {
137176
137348
  paymentStatus?: StringFieldUpdateOperationsInput | string
137177
137349
  extraData?: JsonNullValueInput | InputJsonValue
137178
137350
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
137351
+ rating?: NullableJsonNullValueInput | InputJsonValue
137179
137352
  userId?: IntFieldUpdateOperationsInput | number
137180
137353
  campaignId?: IntFieldUpdateOperationsInput | number
137181
137354
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -139487,6 +139660,7 @@ export namespace Prisma {
139487
139660
  paymentStatus?: string
139488
139661
  extraData?: JsonNullValueInput | InputJsonValue
139489
139662
  favoritedDate?: Date | string | null
139663
+ rating?: NullableJsonNullValueInput | InputJsonValue
139490
139664
  user: UserCreateNestedOneWithoutOptInsInput
139491
139665
  campaign: CampaignCreateNestedOneWithoutOptInsInput
139492
139666
  currentStep?: CampaignStepCreateNestedOneWithoutCurrentOptInsInput
@@ -139518,6 +139692,7 @@ export namespace Prisma {
139518
139692
  paymentStatus?: string
139519
139693
  extraData?: JsonNullValueInput | InputJsonValue
139520
139694
  favoritedDate?: Date | string | null
139695
+ rating?: NullableJsonNullValueInput | InputJsonValue
139521
139696
  userId: number
139522
139697
  campaignId: number
139523
139698
  currentStepId?: number | null
@@ -139541,12 +139716,14 @@ export namespace Prisma {
139541
139716
  export type ShopifySaleCreateWithoutDiscountCodeInput = {
139542
139717
  amount: number
139543
139718
  metaData?: NullableJsonNullValueInput | InputJsonValue
139719
+ created?: Date | string
139544
139720
  }
139545
139721
 
139546
139722
  export type ShopifySaleUncheckedCreateWithoutDiscountCodeInput = {
139547
139723
  id?: number
139548
139724
  amount: number
139549
139725
  metaData?: NullableJsonNullValueInput | InputJsonValue
139726
+ created?: Date | string
139550
139727
  }
139551
139728
 
139552
139729
  export type ShopifySaleCreateOrConnectWithoutDiscountCodeInput = {
@@ -139585,6 +139762,7 @@ export namespace Prisma {
139585
139762
  paymentStatus?: StringFieldUpdateOperationsInput | string
139586
139763
  extraData?: JsonNullValueInput | InputJsonValue
139587
139764
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
139765
+ rating?: NullableJsonNullValueInput | InputJsonValue
139588
139766
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
139589
139767
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
139590
139768
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
@@ -139616,6 +139794,7 @@ export namespace Prisma {
139616
139794
  paymentStatus?: StringFieldUpdateOperationsInput | string
139617
139795
  extraData?: JsonNullValueInput | InputJsonValue
139618
139796
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
139797
+ rating?: NullableJsonNullValueInput | InputJsonValue
139619
139798
  userId?: IntFieldUpdateOperationsInput | number
139620
139799
  campaignId?: IntFieldUpdateOperationsInput | number
139621
139800
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
@@ -139655,12 +139834,13 @@ export namespace Prisma {
139655
139834
  amount?: FloatFilter<"ShopifySale"> | number
139656
139835
  metaData?: JsonNullableFilter<"ShopifySale">
139657
139836
  discountCodeId?: IntFilter<"ShopifySale"> | number
139837
+ created?: DateTimeFilter<"ShopifySale"> | Date | string
139658
139838
  }
139659
139839
 
139660
139840
  export type ShopifyDiscountCodeCreateWithoutShopifySalesInput = {
139661
139841
  code: string
139662
139842
  shopifyDiscountCodeId?: number | null
139663
- shopifyPriceRuleId?: number | null
139843
+ shopifyPriceRuleId?: bigint | number | null
139664
139844
  optIn: OptInCreateNestedOneWithoutShopifyDiscountCodesInput
139665
139845
  }
139666
139846
 
@@ -139668,7 +139848,7 @@ export namespace Prisma {
139668
139848
  id?: number
139669
139849
  code: string
139670
139850
  shopifyDiscountCodeId?: number | null
139671
- shopifyPriceRuleId?: number | null
139851
+ shopifyPriceRuleId?: bigint | number | null
139672
139852
  optInId: number
139673
139853
  }
139674
139854
 
@@ -139691,7 +139871,7 @@ export namespace Prisma {
139691
139871
  export type ShopifyDiscountCodeUpdateWithoutShopifySalesInput = {
139692
139872
  code?: StringFieldUpdateOperationsInput | string
139693
139873
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
139694
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
139874
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
139695
139875
  optIn?: OptInUpdateOneRequiredWithoutShopifyDiscountCodesNestedInput
139696
139876
  }
139697
139877
 
@@ -139699,7 +139879,7 @@ export namespace Prisma {
139699
139879
  id?: IntFieldUpdateOperationsInput | number
139700
139880
  code?: StringFieldUpdateOperationsInput | string
139701
139881
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
139702
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
139882
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
139703
139883
  optInId?: IntFieldUpdateOperationsInput | number
139704
139884
  }
139705
139885
 
@@ -139753,6 +139933,7 @@ export namespace Prisma {
139753
139933
  paymentStatus?: string
139754
139934
  extraData?: JsonNullValueInput | InputJsonValue
139755
139935
  favoritedDate?: Date | string | null
139936
+ rating?: NullableJsonNullValueInput | InputJsonValue
139756
139937
  campaignId: number
139757
139938
  currentStepId?: number | null
139758
139939
  }
@@ -140043,6 +140224,7 @@ export namespace Prisma {
140043
140224
  paymentStatus?: StringFieldUpdateOperationsInput | string
140044
140225
  extraData?: JsonNullValueInput | InputJsonValue
140045
140226
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
140227
+ rating?: NullableJsonNullValueInput | InputJsonValue
140046
140228
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
140047
140229
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
140048
140230
  variables?: OptInVariableUpdateManyWithoutOptInNestedInput
@@ -140074,6 +140256,7 @@ export namespace Prisma {
140074
140256
  paymentStatus?: StringFieldUpdateOperationsInput | string
140075
140257
  extraData?: JsonNullValueInput | InputJsonValue
140076
140258
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
140259
+ rating?: NullableJsonNullValueInput | InputJsonValue
140077
140260
  campaignId?: IntFieldUpdateOperationsInput | number
140078
140261
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
140079
140262
  variables?: OptInVariableUncheckedUpdateManyWithoutOptInNestedInput
@@ -140105,6 +140288,7 @@ export namespace Prisma {
140105
140288
  paymentStatus?: StringFieldUpdateOperationsInput | string
140106
140289
  extraData?: JsonNullValueInput | InputJsonValue
140107
140290
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
140291
+ rating?: NullableJsonNullValueInput | InputJsonValue
140108
140292
  campaignId?: IntFieldUpdateOperationsInput | number
140109
140293
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
140110
140294
  }
@@ -141683,6 +141867,7 @@ export namespace Prisma {
141683
141867
  paymentStatus?: string
141684
141868
  extraData?: JsonNullValueInput | InputJsonValue
141685
141869
  favoritedDate?: Date | string | null
141870
+ rating?: NullableJsonNullValueInput | InputJsonValue
141686
141871
  userId: number
141687
141872
  currentStepId?: number | null
141688
141873
  }
@@ -141871,6 +142056,7 @@ export namespace Prisma {
141871
142056
  paymentStatus?: StringFieldUpdateOperationsInput | string
141872
142057
  extraData?: JsonNullValueInput | InputJsonValue
141873
142058
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
142059
+ rating?: NullableJsonNullValueInput | InputJsonValue
141874
142060
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
141875
142061
  currentStep?: CampaignStepUpdateOneWithoutCurrentOptInsNestedInput
141876
142062
  variables?: OptInVariableUpdateManyWithoutOptInNestedInput
@@ -141902,6 +142088,7 @@ export namespace Prisma {
141902
142088
  paymentStatus?: StringFieldUpdateOperationsInput | string
141903
142089
  extraData?: JsonNullValueInput | InputJsonValue
141904
142090
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
142091
+ rating?: NullableJsonNullValueInput | InputJsonValue
141905
142092
  userId?: IntFieldUpdateOperationsInput | number
141906
142093
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
141907
142094
  variables?: OptInVariableUncheckedUpdateManyWithoutOptInNestedInput
@@ -141933,6 +142120,7 @@ export namespace Prisma {
141933
142120
  paymentStatus?: StringFieldUpdateOperationsInput | string
141934
142121
  extraData?: JsonNullValueInput | InputJsonValue
141935
142122
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
142123
+ rating?: NullableJsonNullValueInput | InputJsonValue
141936
142124
  userId?: IntFieldUpdateOperationsInput | number
141937
142125
  currentStepId?: NullableIntFieldUpdateOperationsInput | number | null
141938
142126
  }
@@ -142532,6 +142720,7 @@ export namespace Prisma {
142532
142720
  paymentStatus?: string
142533
142721
  extraData?: JsonNullValueInput | InputJsonValue
142534
142722
  favoritedDate?: Date | string | null
142723
+ rating?: NullableJsonNullValueInput | InputJsonValue
142535
142724
  userId: number
142536
142725
  campaignId: number
142537
142726
  }
@@ -142559,6 +142748,7 @@ export namespace Prisma {
142559
142748
  paymentStatus?: StringFieldUpdateOperationsInput | string
142560
142749
  extraData?: JsonNullValueInput | InputJsonValue
142561
142750
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
142751
+ rating?: NullableJsonNullValueInput | InputJsonValue
142562
142752
  user?: UserUpdateOneRequiredWithoutOptInsNestedInput
142563
142753
  campaign?: CampaignUpdateOneRequiredWithoutOptInsNestedInput
142564
142754
  variables?: OptInVariableUpdateManyWithoutOptInNestedInput
@@ -142590,6 +142780,7 @@ export namespace Prisma {
142590
142780
  paymentStatus?: StringFieldUpdateOperationsInput | string
142591
142781
  extraData?: JsonNullValueInput | InputJsonValue
142592
142782
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
142783
+ rating?: NullableJsonNullValueInput | InputJsonValue
142593
142784
  userId?: IntFieldUpdateOperationsInput | number
142594
142785
  campaignId?: IntFieldUpdateOperationsInput | number
142595
142786
  variables?: OptInVariableUncheckedUpdateManyWithoutOptInNestedInput
@@ -142621,6 +142812,7 @@ export namespace Prisma {
142621
142812
  paymentStatus?: StringFieldUpdateOperationsInput | string
142622
142813
  extraData?: JsonNullValueInput | InputJsonValue
142623
142814
  favoritedDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
142815
+ rating?: NullableJsonNullValueInput | InputJsonValue
142624
142816
  userId?: IntFieldUpdateOperationsInput | number
142625
142817
  campaignId?: IntFieldUpdateOperationsInput | number
142626
142818
  }
@@ -142779,7 +142971,7 @@ export namespace Prisma {
142779
142971
  id?: number
142780
142972
  code: string
142781
142973
  shopifyDiscountCodeId?: number | null
142782
- shopifyPriceRuleId?: number | null
142974
+ shopifyPriceRuleId?: bigint | number | null
142783
142975
  }
142784
142976
 
142785
142977
  export type OptInVariableUpdateWithoutOptInInput = {
@@ -143016,7 +143208,7 @@ export namespace Prisma {
143016
143208
  export type ShopifyDiscountCodeUpdateWithoutOptInInput = {
143017
143209
  code?: StringFieldUpdateOperationsInput | string
143018
143210
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
143019
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
143211
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
143020
143212
  shopifySales?: ShopifySaleUpdateManyWithoutDiscountCodeNestedInput
143021
143213
  }
143022
143214
 
@@ -143024,7 +143216,7 @@ export namespace Prisma {
143024
143216
  id?: IntFieldUpdateOperationsInput | number
143025
143217
  code?: StringFieldUpdateOperationsInput | string
143026
143218
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
143027
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
143219
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
143028
143220
  shopifySales?: ShopifySaleUncheckedUpdateManyWithoutDiscountCodeNestedInput
143029
143221
  }
143030
143222
 
@@ -143032,7 +143224,7 @@ export namespace Prisma {
143032
143224
  id?: IntFieldUpdateOperationsInput | number
143033
143225
  code?: StringFieldUpdateOperationsInput | string
143034
143226
  shopifyDiscountCodeId?: NullableIntFieldUpdateOperationsInput | number | null
143035
- shopifyPriceRuleId?: NullableIntFieldUpdateOperationsInput | number | null
143227
+ shopifyPriceRuleId?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
143036
143228
  }
143037
143229
 
143038
143230
  export type ListToSocialPostCreateManySocialPostInput = {
@@ -143788,23 +143980,27 @@ export namespace Prisma {
143788
143980
  id?: number
143789
143981
  amount: number
143790
143982
  metaData?: NullableJsonNullValueInput | InputJsonValue
143983
+ created?: Date | string
143791
143984
  }
143792
143985
 
143793
143986
  export type ShopifySaleUpdateWithoutDiscountCodeInput = {
143794
143987
  amount?: FloatFieldUpdateOperationsInput | number
143795
143988
  metaData?: NullableJsonNullValueInput | InputJsonValue
143989
+ created?: DateTimeFieldUpdateOperationsInput | Date | string
143796
143990
  }
143797
143991
 
143798
143992
  export type ShopifySaleUncheckedUpdateWithoutDiscountCodeInput = {
143799
143993
  id?: IntFieldUpdateOperationsInput | number
143800
143994
  amount?: FloatFieldUpdateOperationsInput | number
143801
143995
  metaData?: NullableJsonNullValueInput | InputJsonValue
143996
+ created?: DateTimeFieldUpdateOperationsInput | Date | string
143802
143997
  }
143803
143998
 
143804
143999
  export type ShopifySaleUncheckedUpdateManyWithoutDiscountCodeInput = {
143805
144000
  id?: IntFieldUpdateOperationsInput | number
143806
144001
  amount?: FloatFieldUpdateOperationsInput | number
143807
144002
  metaData?: NullableJsonNullValueInput | InputJsonValue
144003
+ created?: DateTimeFieldUpdateOperationsInput | Date | string
143808
144004
  }
143809
144005
 
143810
144006