@creator.co/creatorco-prisma-client 1.0.64-alpha-499941e → 1.0.64

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
@@ -8186,6 +8186,7 @@ export namespace Prisma {
8186
8186
  productLists: number
8187
8187
  brandContracts: number
8188
8188
  files: number
8189
+ creditRefundBatches: number
8189
8190
  childBrands: number
8190
8191
  }
8191
8192
 
@@ -8213,6 +8214,7 @@ export namespace Prisma {
8213
8214
  productLists?: boolean | BrandCountOutputTypeCountProductListsArgs
8214
8215
  brandContracts?: boolean | BrandCountOutputTypeCountBrandContractsArgs
8215
8216
  files?: boolean | BrandCountOutputTypeCountFilesArgs
8217
+ creditRefundBatches?: boolean | BrandCountOutputTypeCountCreditRefundBatchesArgs
8216
8218
  childBrands?: boolean | BrandCountOutputTypeCountChildBrandsArgs
8217
8219
  }
8218
8220
 
@@ -8388,6 +8390,13 @@ export namespace Prisma {
8388
8390
  where?: FileWhereInput
8389
8391
  }
8390
8392
 
8393
+ /**
8394
+ * BrandCountOutputType without action
8395
+ */
8396
+ export type BrandCountOutputTypeCountCreditRefundBatchesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
8397
+ where?: CreditRefundBatchWhereInput
8398
+ }
8399
+
8391
8400
  /**
8392
8401
  * BrandCountOutputType without action
8393
8402
  */
@@ -22238,6 +22247,7 @@ export namespace Prisma {
22238
22247
  productLists?: boolean | Brand$productListsArgs<ExtArgs>
22239
22248
  brandContracts?: boolean | Brand$brandContractsArgs<ExtArgs>
22240
22249
  files?: boolean | Brand$filesArgs<ExtArgs>
22250
+ creditRefundBatches?: boolean | Brand$creditRefundBatchesArgs<ExtArgs>
22241
22251
  parentBrand?: boolean | Brand$parentBrandArgs<ExtArgs>
22242
22252
  childBrands?: boolean | Brand$childBrandsArgs<ExtArgs>
22243
22253
  _count?: boolean | BrandCountOutputTypeDefaultArgs<ExtArgs>
@@ -22307,6 +22317,7 @@ export namespace Prisma {
22307
22317
  productLists?: boolean | Brand$productListsArgs<ExtArgs>
22308
22318
  brandContracts?: boolean | Brand$brandContractsArgs<ExtArgs>
22309
22319
  files?: boolean | Brand$filesArgs<ExtArgs>
22320
+ creditRefundBatches?: boolean | Brand$creditRefundBatchesArgs<ExtArgs>
22310
22321
  parentBrand?: boolean | Brand$parentBrandArgs<ExtArgs>
22311
22322
  childBrands?: boolean | Brand$childBrandsArgs<ExtArgs>
22312
22323
  _count?: boolean | BrandCountOutputTypeDefaultArgs<ExtArgs>
@@ -22346,6 +22357,7 @@ export namespace Prisma {
22346
22357
  productLists: Prisma.$ProductListPayload<ExtArgs>[]
22347
22358
  brandContracts: Prisma.$BrandContractPayload<ExtArgs>[]
22348
22359
  files: Prisma.$FilePayload<ExtArgs>[]
22360
+ creditRefundBatches: Prisma.$CreditRefundBatchPayload<ExtArgs>[]
22349
22361
  parentBrand: Prisma.$BrandPayload<ExtArgs> | null
22350
22362
  childBrands: Prisma.$BrandPayload<ExtArgs>[]
22351
22363
  }
@@ -22808,6 +22820,8 @@ export namespace Prisma {
22808
22820
 
22809
22821
  files<T extends Brand$filesArgs<ExtArgs> = {}>(args?: Subset<T, Brand$filesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$FilePayload<ExtArgs>, T, 'findMany'> | Null>;
22810
22822
 
22823
+ creditRefundBatches<T extends Brand$creditRefundBatchesArgs<ExtArgs> = {}>(args?: Subset<T, Brand$creditRefundBatchesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CreditRefundBatchPayload<ExtArgs>, T, 'findMany'> | Null>;
22824
+
22811
22825
  parentBrand<T extends Brand$parentBrandArgs<ExtArgs> = {}>(args?: Subset<T, Brand$parentBrandArgs<ExtArgs>>): Prisma__BrandClient<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findUniqueOrThrow'> | null, null, ExtArgs>;
22812
22826
 
22813
22827
  childBrands<T extends Brand$childBrandsArgs<ExtArgs> = {}>(args?: Subset<T, Brand$childBrandsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findMany'> | Null>;
@@ -23691,6 +23705,26 @@ export namespace Prisma {
23691
23705
  distinct?: FileScalarFieldEnum | FileScalarFieldEnum[]
23692
23706
  }
23693
23707
 
23708
+ /**
23709
+ * Brand.creditRefundBatches
23710
+ */
23711
+ export type Brand$creditRefundBatchesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
23712
+ /**
23713
+ * Select specific fields to fetch from the CreditRefundBatch
23714
+ */
23715
+ select?: CreditRefundBatchSelect<ExtArgs> | null
23716
+ /**
23717
+ * Choose, which related nodes to fetch as well
23718
+ */
23719
+ include?: CreditRefundBatchInclude<ExtArgs> | null
23720
+ where?: CreditRefundBatchWhereInput
23721
+ orderBy?: CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput | CreditRefundBatchOrderByWithRelationAndSearchRelevanceInput[]
23722
+ cursor?: CreditRefundBatchWhereUniqueInput
23723
+ take?: number
23724
+ skip?: number
23725
+ distinct?: CreditRefundBatchScalarFieldEnum | CreditRefundBatchScalarFieldEnum[]
23726
+ }
23727
+
23694
23728
  /**
23695
23729
  * Brand.parentBrand
23696
23730
  */
@@ -99058,56 +99092,66 @@ export namespace Prisma {
99058
99092
 
99059
99093
  export type CreditRefundBatchAvgAggregateOutputType = {
99060
99094
  id: number | null
99095
+ brandId: number | null
99061
99096
  }
99062
99097
 
99063
99098
  export type CreditRefundBatchSumAggregateOutputType = {
99064
99099
  id: number | null
99100
+ brandId: number | null
99065
99101
  }
99066
99102
 
99067
99103
  export type CreditRefundBatchMinAggregateOutputType = {
99068
99104
  id: number | null
99069
99105
  createdAt: Date | null
99070
99106
  closedAt: Date | null
99107
+ brandId: number | null
99071
99108
  }
99072
99109
 
99073
99110
  export type CreditRefundBatchMaxAggregateOutputType = {
99074
99111
  id: number | null
99075
99112
  createdAt: Date | null
99076
99113
  closedAt: Date | null
99114
+ brandId: number | null
99077
99115
  }
99078
99116
 
99079
99117
  export type CreditRefundBatchCountAggregateOutputType = {
99080
99118
  id: number
99081
99119
  createdAt: number
99082
99120
  closedAt: number
99121
+ brandId: number
99083
99122
  _all: number
99084
99123
  }
99085
99124
 
99086
99125
 
99087
99126
  export type CreditRefundBatchAvgAggregateInputType = {
99088
99127
  id?: true
99128
+ brandId?: true
99089
99129
  }
99090
99130
 
99091
99131
  export type CreditRefundBatchSumAggregateInputType = {
99092
99132
  id?: true
99133
+ brandId?: true
99093
99134
  }
99094
99135
 
99095
99136
  export type CreditRefundBatchMinAggregateInputType = {
99096
99137
  id?: true
99097
99138
  createdAt?: true
99098
99139
  closedAt?: true
99140
+ brandId?: true
99099
99141
  }
99100
99142
 
99101
99143
  export type CreditRefundBatchMaxAggregateInputType = {
99102
99144
  id?: true
99103
99145
  createdAt?: true
99104
99146
  closedAt?: true
99147
+ brandId?: true
99105
99148
  }
99106
99149
 
99107
99150
  export type CreditRefundBatchCountAggregateInputType = {
99108
99151
  id?: true
99109
99152
  createdAt?: true
99110
99153
  closedAt?: true
99154
+ brandId?: true
99111
99155
  _all?: true
99112
99156
  }
99113
99157
 
@@ -99201,6 +99245,7 @@ export namespace Prisma {
99201
99245
  id: number
99202
99246
  createdAt: Date
99203
99247
  closedAt: Date | null
99248
+ brandId: number
99204
99249
  _count: CreditRefundBatchCountAggregateOutputType | null
99205
99250
  _avg: CreditRefundBatchAvgAggregateOutputType | null
99206
99251
  _sum: CreditRefundBatchSumAggregateOutputType | null
@@ -99226,6 +99271,8 @@ export namespace Prisma {
99226
99271
  id?: boolean
99227
99272
  createdAt?: boolean
99228
99273
  closedAt?: boolean
99274
+ brandId?: boolean
99275
+ brand?: boolean | BrandDefaultArgs<ExtArgs>
99229
99276
  profiles?: boolean | CreditRefundBatch$profilesArgs<ExtArgs>
99230
99277
  _count?: boolean | CreditRefundBatchCountOutputTypeDefaultArgs<ExtArgs>
99231
99278
  }, ExtArgs["result"]["creditRefundBatch"]>
@@ -99234,29 +99281,37 @@ export namespace Prisma {
99234
99281
  id?: boolean
99235
99282
  createdAt?: boolean
99236
99283
  closedAt?: boolean
99284
+ brandId?: boolean
99285
+ brand?: boolean | BrandDefaultArgs<ExtArgs>
99237
99286
  }, ExtArgs["result"]["creditRefundBatch"]>
99238
99287
 
99239
99288
  export type CreditRefundBatchSelectScalar = {
99240
99289
  id?: boolean
99241
99290
  createdAt?: boolean
99242
99291
  closedAt?: boolean
99292
+ brandId?: boolean
99243
99293
  }
99244
99294
 
99245
99295
  export type CreditRefundBatchInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
99296
+ brand?: boolean | BrandDefaultArgs<ExtArgs>
99246
99297
  profiles?: boolean | CreditRefundBatch$profilesArgs<ExtArgs>
99247
99298
  _count?: boolean | CreditRefundBatchCountOutputTypeDefaultArgs<ExtArgs>
99248
99299
  }
99249
- export type CreditRefundBatchIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
99300
+ export type CreditRefundBatchIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
99301
+ brand?: boolean | BrandDefaultArgs<ExtArgs>
99302
+ }
99250
99303
 
99251
99304
  export type $CreditRefundBatchPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
99252
99305
  name: "CreditRefundBatch"
99253
99306
  objects: {
99307
+ brand: Prisma.$BrandPayload<ExtArgs>
99254
99308
  profiles: Prisma.$SocialProfilePayload<ExtArgs>[]
99255
99309
  }
99256
99310
  scalars: $Extensions.GetPayloadResult<{
99257
99311
  id: number
99258
99312
  createdAt: Date
99259
99313
  closedAt: Date | null
99314
+ brandId: number
99260
99315
  }, ExtArgs["result"]["creditRefundBatch"]>
99261
99316
  composites: {}
99262
99317
  }
@@ -99647,6 +99702,8 @@ export namespace Prisma {
99647
99702
  export interface Prisma__CreditRefundBatchClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
99648
99703
  readonly [Symbol.toStringTag]: 'PrismaPromise';
99649
99704
 
99705
+ brand<T extends BrandDefaultArgs<ExtArgs> = {}>(args?: Subset<T, BrandDefaultArgs<ExtArgs>>): Prisma__BrandClient<$Result.GetResult<Prisma.$BrandPayload<ExtArgs>, T, 'findUniqueOrThrow'> | Null, Null, ExtArgs>;
99706
+
99650
99707
  profiles<T extends CreditRefundBatch$profilesArgs<ExtArgs> = {}>(args?: Subset<T, CreditRefundBatch$profilesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$SocialProfilePayload<ExtArgs>, T, 'findMany'> | Null>;
99651
99708
 
99652
99709
  /**
@@ -99680,6 +99737,7 @@ export namespace Prisma {
99680
99737
  readonly id: FieldRef<"CreditRefundBatch", 'Int'>
99681
99738
  readonly createdAt: FieldRef<"CreditRefundBatch", 'DateTime'>
99682
99739
  readonly closedAt: FieldRef<"CreditRefundBatch", 'DateTime'>
99740
+ readonly brandId: FieldRef<"CreditRefundBatch", 'Int'>
99683
99741
  }
99684
99742
 
99685
99743
 
@@ -99874,7 +99932,7 @@ export namespace Prisma {
99874
99932
  /**
99875
99933
  * The data needed to create a CreditRefundBatch.
99876
99934
  */
99877
- data?: XOR<CreditRefundBatchCreateInput, CreditRefundBatchUncheckedCreateInput>
99935
+ data: XOR<CreditRefundBatchCreateInput, CreditRefundBatchUncheckedCreateInput>
99878
99936
  }
99879
99937
 
99880
99938
  /**
@@ -99901,6 +99959,10 @@ export namespace Prisma {
99901
99959
  */
99902
99960
  data: CreditRefundBatchCreateManyInput | CreditRefundBatchCreateManyInput[]
99903
99961
  skipDuplicates?: boolean
99962
+ /**
99963
+ * Choose, which related nodes to fetch as well
99964
+ */
99965
+ include?: CreditRefundBatchIncludeCreateManyAndReturn<ExtArgs> | null
99904
99966
  }
99905
99967
 
99906
99968
  /**
@@ -101258,7 +101320,8 @@ export namespace Prisma {
101258
101320
  export const CreditRefundBatchScalarFieldEnum: {
101259
101321
  id: 'id',
101260
101322
  createdAt: 'createdAt',
101261
- closedAt: 'closedAt'
101323
+ closedAt: 'closedAt',
101324
+ brandId: 'brandId'
101262
101325
  };
101263
101326
 
101264
101327
  export type CreditRefundBatchScalarFieldEnum = (typeof CreditRefundBatchScalarFieldEnum)[keyof typeof CreditRefundBatchScalarFieldEnum]
@@ -103314,6 +103377,7 @@ export namespace Prisma {
103314
103377
  productLists?: ProductListListRelationFilter
103315
103378
  brandContracts?: BrandContractListRelationFilter
103316
103379
  files?: FileListRelationFilter
103380
+ creditRefundBatches?: CreditRefundBatchListRelationFilter
103317
103381
  parentBrand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
103318
103382
  childBrands?: BrandListRelationFilter
103319
103383
  }
@@ -103360,6 +103424,7 @@ export namespace Prisma {
103360
103424
  productLists?: ProductListOrderByRelationAggregateInput
103361
103425
  brandContracts?: BrandContractOrderByRelationAggregateInput
103362
103426
  files?: FileOrderByRelationAggregateInput
103427
+ creditRefundBatches?: CreditRefundBatchOrderByRelationAggregateInput
103363
103428
  parentBrand?: BrandOrderByWithRelationAndSearchRelevanceInput
103364
103429
  childBrands?: BrandOrderByRelationAggregateInput
103365
103430
  _relevance?: BrandOrderByRelevanceInput
@@ -103410,6 +103475,7 @@ export namespace Prisma {
103410
103475
  productLists?: ProductListListRelationFilter
103411
103476
  brandContracts?: BrandContractListRelationFilter
103412
103477
  files?: FileListRelationFilter
103478
+ creditRefundBatches?: CreditRefundBatchListRelationFilter
103413
103479
  parentBrand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
103414
103480
  childBrands?: BrandListRelationFilter
103415
103481
  }, "id">
@@ -108916,6 +108982,8 @@ export namespace Prisma {
108916
108982
  id?: IntFilter<"CreditRefundBatch"> | number
108917
108983
  createdAt?: DateTimeFilter<"CreditRefundBatch"> | Date | string
108918
108984
  closedAt?: DateTimeNullableFilter<"CreditRefundBatch"> | Date | string | null
108985
+ brandId?: IntFilter<"CreditRefundBatch"> | number
108986
+ brand?: XOR<BrandRelationFilter, BrandWhereInput>
108919
108987
  profiles?: SocialProfileListRelationFilter
108920
108988
  }
108921
108989
 
@@ -108923,6 +108991,8 @@ export namespace Prisma {
108923
108991
  id?: SortOrder
108924
108992
  createdAt?: SortOrder
108925
108993
  closedAt?: SortOrderInput | SortOrder
108994
+ brandId?: SortOrder
108995
+ brand?: BrandOrderByWithRelationAndSearchRelevanceInput
108926
108996
  profiles?: SocialProfileOrderByRelationAggregateInput
108927
108997
  }
108928
108998
 
@@ -108933,6 +109003,8 @@ export namespace Prisma {
108933
109003
  NOT?: CreditRefundBatchWhereInput | CreditRefundBatchWhereInput[]
108934
109004
  createdAt?: DateTimeFilter<"CreditRefundBatch"> | Date | string
108935
109005
  closedAt?: DateTimeNullableFilter<"CreditRefundBatch"> | Date | string | null
109006
+ brandId?: IntFilter<"CreditRefundBatch"> | number
109007
+ brand?: XOR<BrandRelationFilter, BrandWhereInput>
108936
109008
  profiles?: SocialProfileListRelationFilter
108937
109009
  }, "id">
108938
109010
 
@@ -108940,6 +109012,7 @@ export namespace Prisma {
108940
109012
  id?: SortOrder
108941
109013
  createdAt?: SortOrder
108942
109014
  closedAt?: SortOrderInput | SortOrder
109015
+ brandId?: SortOrder
108943
109016
  _count?: CreditRefundBatchCountOrderByAggregateInput
108944
109017
  _avg?: CreditRefundBatchAvgOrderByAggregateInput
108945
109018
  _max?: CreditRefundBatchMaxOrderByAggregateInput
@@ -108954,6 +109027,7 @@ export namespace Prisma {
108954
109027
  id?: IntWithAggregatesFilter<"CreditRefundBatch"> | number
108955
109028
  createdAt?: DateTimeWithAggregatesFilter<"CreditRefundBatch"> | Date | string
108956
109029
  closedAt?: DateTimeNullableWithAggregatesFilter<"CreditRefundBatch"> | Date | string | null
109030
+ brandId?: IntWithAggregatesFilter<"CreditRefundBatch"> | number
108957
109031
  }
108958
109032
 
108959
109033
  export type UserCreateInput = {
@@ -110384,6 +110458,7 @@ export namespace Prisma {
110384
110458
  productLists?: ProductListCreateNestedManyWithoutBrandInput
110385
110459
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
110386
110460
  files?: FileCreateNestedManyWithoutBrandInput
110461
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
110387
110462
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
110388
110463
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
110389
110464
  }
@@ -110429,6 +110504,7 @@ export namespace Prisma {
110429
110504
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
110430
110505
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
110431
110506
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
110507
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
110432
110508
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
110433
110509
  }
110434
110510
 
@@ -110471,6 +110547,7 @@ export namespace Prisma {
110471
110547
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
110472
110548
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
110473
110549
  files?: FileUpdateManyWithoutBrandNestedInput
110550
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
110474
110551
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
110475
110552
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
110476
110553
  }
@@ -110516,6 +110593,7 @@ export namespace Prisma {
110516
110593
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
110517
110594
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
110518
110595
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
110596
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
110519
110597
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
110520
110598
  }
110521
110599
 
@@ -115952,6 +116030,7 @@ export namespace Prisma {
115952
116030
  export type CreditRefundBatchCreateInput = {
115953
116031
  createdAt?: Date | string
115954
116032
  closedAt?: Date | string | null
116033
+ brand: BrandCreateNestedOneWithoutCreditRefundBatchesInput
115955
116034
  profiles?: SocialProfileCreateNestedManyWithoutCreditRefundBatchesInput
115956
116035
  }
115957
116036
 
@@ -115959,12 +116038,14 @@ export namespace Prisma {
115959
116038
  id?: number
115960
116039
  createdAt?: Date | string
115961
116040
  closedAt?: Date | string | null
116041
+ brandId: number
115962
116042
  profiles?: SocialProfileUncheckedCreateNestedManyWithoutCreditRefundBatchesInput
115963
116043
  }
115964
116044
 
115965
116045
  export type CreditRefundBatchUpdateInput = {
115966
116046
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
115967
116047
  closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
116048
+ brand?: BrandUpdateOneRequiredWithoutCreditRefundBatchesNestedInput
115968
116049
  profiles?: SocialProfileUpdateManyWithoutCreditRefundBatchesNestedInput
115969
116050
  }
115970
116051
 
@@ -115972,6 +116053,7 @@ export namespace Prisma {
115972
116053
  id?: IntFieldUpdateOperationsInput | number
115973
116054
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
115974
116055
  closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
116056
+ brandId?: IntFieldUpdateOperationsInput | number
115975
116057
  profiles?: SocialProfileUncheckedUpdateManyWithoutCreditRefundBatchesNestedInput
115976
116058
  }
115977
116059
 
@@ -115979,6 +116061,7 @@ export namespace Prisma {
115979
116061
  id?: number
115980
116062
  createdAt?: Date | string
115981
116063
  closedAt?: Date | string | null
116064
+ brandId: number
115982
116065
  }
115983
116066
 
115984
116067
  export type CreditRefundBatchUpdateManyMutationInput = {
@@ -115990,6 +116073,7 @@ export namespace Prisma {
115990
116073
  id?: IntFieldUpdateOperationsInput | number
115991
116074
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
115992
116075
  closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
116076
+ brandId?: IntFieldUpdateOperationsInput | number
115993
116077
  }
115994
116078
 
115995
116079
  export type IntFilter<$PrismaModel = never> = {
@@ -117402,6 +117486,12 @@ export namespace Prisma {
117402
117486
  none?: ProductListWhereInput
117403
117487
  }
117404
117488
 
117489
+ export type CreditRefundBatchListRelationFilter = {
117490
+ every?: CreditRefundBatchWhereInput
117491
+ some?: CreditRefundBatchWhereInput
117492
+ none?: CreditRefundBatchWhereInput
117493
+ }
117494
+
117405
117495
  export type CampaignOrderByRelationAggregateInput = {
117406
117496
  _count?: SortOrder
117407
117497
  }
@@ -117466,6 +117556,10 @@ export namespace Prisma {
117466
117556
  _count?: SortOrder
117467
117557
  }
117468
117558
 
117559
+ export type CreditRefundBatchOrderByRelationAggregateInput = {
117560
+ _count?: SortOrder
117561
+ }
117562
+
117469
117563
  export type BrandOrderByRelevanceInput = {
117470
117564
  fields: BrandOrderByRelevanceFieldEnum | BrandOrderByRelevanceFieldEnum[]
117471
117565
  sort: SortOrder
@@ -120372,16 +120466,6 @@ export namespace Prisma {
120372
120466
  creatorListId?: SortOrder
120373
120467
  }
120374
120468
 
120375
- export type CreditRefundBatchListRelationFilter = {
120376
- every?: CreditRefundBatchWhereInput
120377
- some?: CreditRefundBatchWhereInput
120378
- none?: CreditRefundBatchWhereInput
120379
- }
120380
-
120381
- export type CreditRefundBatchOrderByRelationAggregateInput = {
120382
- _count?: SortOrder
120383
- }
120384
-
120385
120469
  export type SocialProfileOrderByRelevanceInput = {
120386
120470
  fields: SocialProfileOrderByRelevanceFieldEnum | SocialProfileOrderByRelevanceFieldEnum[]
120387
120471
  sort: SortOrder
@@ -121744,26 +121828,31 @@ export namespace Prisma {
121744
121828
  id?: SortOrder
121745
121829
  createdAt?: SortOrder
121746
121830
  closedAt?: SortOrder
121831
+ brandId?: SortOrder
121747
121832
  }
121748
121833
 
121749
121834
  export type CreditRefundBatchAvgOrderByAggregateInput = {
121750
121835
  id?: SortOrder
121836
+ brandId?: SortOrder
121751
121837
  }
121752
121838
 
121753
121839
  export type CreditRefundBatchMaxOrderByAggregateInput = {
121754
121840
  id?: SortOrder
121755
121841
  createdAt?: SortOrder
121756
121842
  closedAt?: SortOrder
121843
+ brandId?: SortOrder
121757
121844
  }
121758
121845
 
121759
121846
  export type CreditRefundBatchMinOrderByAggregateInput = {
121760
121847
  id?: SortOrder
121761
121848
  createdAt?: SortOrder
121762
121849
  closedAt?: SortOrder
121850
+ brandId?: SortOrder
121763
121851
  }
121764
121852
 
121765
121853
  export type CreditRefundBatchSumOrderByAggregateInput = {
121766
121854
  id?: SortOrder
121855
+ brandId?: SortOrder
121767
121856
  }
121768
121857
 
121769
121858
  export type UserCreateNestedOneWithoutReferredUsersInput = {
@@ -123449,6 +123538,13 @@ export namespace Prisma {
123449
123538
  connect?: FileWhereUniqueInput | FileWhereUniqueInput[]
123450
123539
  }
123451
123540
 
123541
+ export type CreditRefundBatchCreateNestedManyWithoutBrandInput = {
123542
+ create?: XOR<CreditRefundBatchCreateWithoutBrandInput, CreditRefundBatchUncheckedCreateWithoutBrandInput> | CreditRefundBatchCreateWithoutBrandInput[] | CreditRefundBatchUncheckedCreateWithoutBrandInput[]
123543
+ connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutBrandInput | CreditRefundBatchCreateOrConnectWithoutBrandInput[]
123544
+ createMany?: CreditRefundBatchCreateManyBrandInputEnvelope
123545
+ connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
123546
+ }
123547
+
123452
123548
  export type BrandCreateNestedOneWithoutChildBrandsInput = {
123453
123549
  create?: XOR<BrandCreateWithoutChildBrandsInput, BrandUncheckedCreateWithoutChildBrandsInput>
123454
123550
  connectOrCreate?: BrandCreateOrConnectWithoutChildBrandsInput
@@ -123641,6 +123737,13 @@ export namespace Prisma {
123641
123737
  connect?: FileWhereUniqueInput | FileWhereUniqueInput[]
123642
123738
  }
123643
123739
 
123740
+ export type CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput = {
123741
+ create?: XOR<CreditRefundBatchCreateWithoutBrandInput, CreditRefundBatchUncheckedCreateWithoutBrandInput> | CreditRefundBatchCreateWithoutBrandInput[] | CreditRefundBatchUncheckedCreateWithoutBrandInput[]
123742
+ connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutBrandInput | CreditRefundBatchCreateOrConnectWithoutBrandInput[]
123743
+ createMany?: CreditRefundBatchCreateManyBrandInputEnvelope
123744
+ connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
123745
+ }
123746
+
123644
123747
  export type BrandUncheckedCreateNestedManyWithoutParentBrandInput = {
123645
123748
  create?: XOR<BrandCreateWithoutParentBrandInput, BrandUncheckedCreateWithoutParentBrandInput> | BrandCreateWithoutParentBrandInput[] | BrandUncheckedCreateWithoutParentBrandInput[]
123646
123749
  connectOrCreate?: BrandCreateOrConnectWithoutParentBrandInput | BrandCreateOrConnectWithoutParentBrandInput[]
@@ -124010,6 +124113,20 @@ export namespace Prisma {
124010
124113
  deleteMany?: FileScalarWhereInput | FileScalarWhereInput[]
124011
124114
  }
124012
124115
 
124116
+ export type CreditRefundBatchUpdateManyWithoutBrandNestedInput = {
124117
+ create?: XOR<CreditRefundBatchCreateWithoutBrandInput, CreditRefundBatchUncheckedCreateWithoutBrandInput> | CreditRefundBatchCreateWithoutBrandInput[] | CreditRefundBatchUncheckedCreateWithoutBrandInput[]
124118
+ connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutBrandInput | CreditRefundBatchCreateOrConnectWithoutBrandInput[]
124119
+ upsert?: CreditRefundBatchUpsertWithWhereUniqueWithoutBrandInput | CreditRefundBatchUpsertWithWhereUniqueWithoutBrandInput[]
124120
+ createMany?: CreditRefundBatchCreateManyBrandInputEnvelope
124121
+ set?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124122
+ disconnect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124123
+ delete?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124124
+ connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124125
+ update?: CreditRefundBatchUpdateWithWhereUniqueWithoutBrandInput | CreditRefundBatchUpdateWithWhereUniqueWithoutBrandInput[]
124126
+ updateMany?: CreditRefundBatchUpdateManyWithWhereWithoutBrandInput | CreditRefundBatchUpdateManyWithWhereWithoutBrandInput[]
124127
+ deleteMany?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
124128
+ }
124129
+
124013
124130
  export type BrandUpdateOneWithoutChildBrandsNestedInput = {
124014
124131
  create?: XOR<BrandCreateWithoutChildBrandsInput, BrandUncheckedCreateWithoutChildBrandsInput>
124015
124132
  connectOrCreate?: BrandCreateOrConnectWithoutChildBrandsInput
@@ -124386,6 +124503,20 @@ export namespace Prisma {
124386
124503
  deleteMany?: FileScalarWhereInput | FileScalarWhereInput[]
124387
124504
  }
124388
124505
 
124506
+ export type CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput = {
124507
+ create?: XOR<CreditRefundBatchCreateWithoutBrandInput, CreditRefundBatchUncheckedCreateWithoutBrandInput> | CreditRefundBatchCreateWithoutBrandInput[] | CreditRefundBatchUncheckedCreateWithoutBrandInput[]
124508
+ connectOrCreate?: CreditRefundBatchCreateOrConnectWithoutBrandInput | CreditRefundBatchCreateOrConnectWithoutBrandInput[]
124509
+ upsert?: CreditRefundBatchUpsertWithWhereUniqueWithoutBrandInput | CreditRefundBatchUpsertWithWhereUniqueWithoutBrandInput[]
124510
+ createMany?: CreditRefundBatchCreateManyBrandInputEnvelope
124511
+ set?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124512
+ disconnect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124513
+ delete?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124514
+ connect?: CreditRefundBatchWhereUniqueInput | CreditRefundBatchWhereUniqueInput[]
124515
+ update?: CreditRefundBatchUpdateWithWhereUniqueWithoutBrandInput | CreditRefundBatchUpdateWithWhereUniqueWithoutBrandInput[]
124516
+ updateMany?: CreditRefundBatchUpdateManyWithWhereWithoutBrandInput | CreditRefundBatchUpdateManyWithWhereWithoutBrandInput[]
124517
+ deleteMany?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
124518
+ }
124519
+
124389
124520
  export type BrandUncheckedUpdateManyWithoutParentBrandNestedInput = {
124390
124521
  create?: XOR<BrandCreateWithoutParentBrandInput, BrandUncheckedCreateWithoutParentBrandInput> | BrandCreateWithoutParentBrandInput[] | BrandUncheckedCreateWithoutParentBrandInput[]
124391
124522
  connectOrCreate?: BrandCreateOrConnectWithoutParentBrandInput | BrandCreateOrConnectWithoutParentBrandInput[]
@@ -129288,6 +129419,12 @@ export namespace Prisma {
129288
129419
  update?: XOR<XOR<BrandContractUpdateToOneWithWhereWithoutFileInput, BrandContractUpdateWithoutFileInput>, BrandContractUncheckedUpdateWithoutFileInput>
129289
129420
  }
129290
129421
 
129422
+ export type BrandCreateNestedOneWithoutCreditRefundBatchesInput = {
129423
+ create?: XOR<BrandCreateWithoutCreditRefundBatchesInput, BrandUncheckedCreateWithoutCreditRefundBatchesInput>
129424
+ connectOrCreate?: BrandCreateOrConnectWithoutCreditRefundBatchesInput
129425
+ connect?: BrandWhereUniqueInput
129426
+ }
129427
+
129291
129428
  export type SocialProfileCreateNestedManyWithoutCreditRefundBatchesInput = {
129292
129429
  create?: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput> | SocialProfileCreateWithoutCreditRefundBatchesInput[] | SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput[]
129293
129430
  connectOrCreate?: SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput | SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput[]
@@ -129300,6 +129437,14 @@ export namespace Prisma {
129300
129437
  connect?: SocialProfileWhereUniqueInput | SocialProfileWhereUniqueInput[]
129301
129438
  }
129302
129439
 
129440
+ export type BrandUpdateOneRequiredWithoutCreditRefundBatchesNestedInput = {
129441
+ create?: XOR<BrandCreateWithoutCreditRefundBatchesInput, BrandUncheckedCreateWithoutCreditRefundBatchesInput>
129442
+ connectOrCreate?: BrandCreateOrConnectWithoutCreditRefundBatchesInput
129443
+ upsert?: BrandUpsertWithoutCreditRefundBatchesInput
129444
+ connect?: BrandWhereUniqueInput
129445
+ update?: XOR<XOR<BrandUpdateToOneWithWhereWithoutCreditRefundBatchesInput, BrandUpdateWithoutCreditRefundBatchesInput>, BrandUncheckedUpdateWithoutCreditRefundBatchesInput>
129446
+ }
129447
+
129303
129448
  export type SocialProfileUpdateManyWithoutCreditRefundBatchesNestedInput = {
129304
129449
  create?: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput> | SocialProfileCreateWithoutCreditRefundBatchesInput[] | SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput[]
129305
129450
  connectOrCreate?: SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput | SocialProfileCreateOrConnectWithoutCreditRefundBatchesInput[]
@@ -130440,6 +130585,7 @@ export namespace Prisma {
130440
130585
  productLists?: ProductListCreateNestedManyWithoutBrandInput
130441
130586
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
130442
130587
  files?: FileCreateNestedManyWithoutBrandInput
130588
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
130443
130589
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
130444
130590
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
130445
130591
  }
@@ -130484,6 +130630,7 @@ export namespace Prisma {
130484
130630
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
130485
130631
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
130486
130632
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
130633
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
130487
130634
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
130488
130635
  }
130489
130636
 
@@ -132980,6 +133127,7 @@ export namespace Prisma {
132980
133127
  productLists?: ProductListCreateNestedManyWithoutBrandInput
132981
133128
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
132982
133129
  files?: FileCreateNestedManyWithoutBrandInput
133130
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
132983
133131
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
132984
133132
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
132985
133133
  }
@@ -133024,6 +133172,7 @@ export namespace Prisma {
133024
133172
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
133025
133173
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
133026
133174
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
133175
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
133027
133176
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
133028
133177
  }
133029
133178
 
@@ -133199,6 +133348,7 @@ export namespace Prisma {
133199
133348
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
133200
133349
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
133201
133350
  files?: FileUpdateManyWithoutBrandNestedInput
133351
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
133202
133352
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
133203
133353
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
133204
133354
  }
@@ -133243,6 +133393,7 @@ export namespace Prisma {
133243
133393
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
133244
133394
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
133245
133395
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
133396
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
133246
133397
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
133247
133398
  }
133248
133399
 
@@ -133396,6 +133547,7 @@ export namespace Prisma {
133396
133547
  productLists?: ProductListCreateNestedManyWithoutBrandInput
133397
133548
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
133398
133549
  files?: FileCreateNestedManyWithoutBrandInput
133550
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
133399
133551
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
133400
133552
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
133401
133553
  }
@@ -133440,6 +133592,7 @@ export namespace Prisma {
133440
133592
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
133441
133593
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
133442
133594
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
133595
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
133443
133596
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
133444
133597
  }
133445
133598
 
@@ -133615,6 +133768,7 @@ export namespace Prisma {
133615
133768
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
133616
133769
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
133617
133770
  files?: FileUpdateManyWithoutBrandNestedInput
133771
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
133618
133772
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
133619
133773
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
133620
133774
  }
@@ -133659,6 +133813,7 @@ export namespace Prisma {
133659
133813
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
133660
133814
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
133661
133815
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
133816
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
133662
133817
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
133663
133818
  }
133664
133819
 
@@ -133812,6 +133967,7 @@ export namespace Prisma {
133812
133967
  productLists?: ProductListCreateNestedManyWithoutBrandInput
133813
133968
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
133814
133969
  files?: FileCreateNestedManyWithoutBrandInput
133970
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
133815
133971
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
133816
133972
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
133817
133973
  }
@@ -133856,6 +134012,7 @@ export namespace Prisma {
133856
134012
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
133857
134013
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
133858
134014
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
134015
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
133859
134016
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
133860
134017
  }
133861
134018
 
@@ -134031,6 +134188,7 @@ export namespace Prisma {
134031
134188
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
134032
134189
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
134033
134190
  files?: FileUpdateManyWithoutBrandNestedInput
134191
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
134034
134192
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
134035
134193
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
134036
134194
  }
@@ -134075,6 +134233,7 @@ export namespace Prisma {
134075
134233
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
134076
134234
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
134077
134235
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
134236
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
134078
134237
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
134079
134238
  }
134080
134239
 
@@ -134918,6 +135077,7 @@ export namespace Prisma {
134918
135077
  productLists?: ProductListCreateNestedManyWithoutBrandInput
134919
135078
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
134920
135079
  files?: FileCreateNestedManyWithoutBrandInput
135080
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
134921
135081
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
134922
135082
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
134923
135083
  }
@@ -134962,6 +135122,7 @@ export namespace Prisma {
134962
135122
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
134963
135123
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
134964
135124
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
135125
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
134965
135126
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
134966
135127
  }
134967
135128
 
@@ -135137,6 +135298,7 @@ export namespace Prisma {
135137
135298
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
135138
135299
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
135139
135300
  files?: FileUpdateManyWithoutBrandNestedInput
135301
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
135140
135302
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
135141
135303
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
135142
135304
  }
@@ -135181,6 +135343,7 @@ export namespace Prisma {
135181
135343
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
135182
135344
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
135183
135345
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
135346
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
135184
135347
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
135185
135348
  }
135186
135349
 
@@ -136283,6 +136446,29 @@ export namespace Prisma {
136283
136446
  skipDuplicates?: boolean
136284
136447
  }
136285
136448
 
136449
+ export type CreditRefundBatchCreateWithoutBrandInput = {
136450
+ createdAt?: Date | string
136451
+ closedAt?: Date | string | null
136452
+ profiles?: SocialProfileCreateNestedManyWithoutCreditRefundBatchesInput
136453
+ }
136454
+
136455
+ export type CreditRefundBatchUncheckedCreateWithoutBrandInput = {
136456
+ id?: number
136457
+ createdAt?: Date | string
136458
+ closedAt?: Date | string | null
136459
+ profiles?: SocialProfileUncheckedCreateNestedManyWithoutCreditRefundBatchesInput
136460
+ }
136461
+
136462
+ export type CreditRefundBatchCreateOrConnectWithoutBrandInput = {
136463
+ where: CreditRefundBatchWhereUniqueInput
136464
+ create: XOR<CreditRefundBatchCreateWithoutBrandInput, CreditRefundBatchUncheckedCreateWithoutBrandInput>
136465
+ }
136466
+
136467
+ export type CreditRefundBatchCreateManyBrandInputEnvelope = {
136468
+ data: CreditRefundBatchCreateManyBrandInput | CreditRefundBatchCreateManyBrandInput[]
136469
+ skipDuplicates?: boolean
136470
+ }
136471
+
136286
136472
  export type BrandCreateWithoutChildBrandsInput = {
136287
136473
  name: string
136288
136474
  description?: string | null
@@ -136322,6 +136508,7 @@ export namespace Prisma {
136322
136508
  productLists?: ProductListCreateNestedManyWithoutBrandInput
136323
136509
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
136324
136510
  files?: FileCreateNestedManyWithoutBrandInput
136511
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
136325
136512
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
136326
136513
  }
136327
136514
 
@@ -136366,6 +136553,7 @@ export namespace Prisma {
136366
136553
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
136367
136554
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
136368
136555
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
136556
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
136369
136557
  }
136370
136558
 
136371
136559
  export type BrandCreateOrConnectWithoutChildBrandsInput = {
@@ -136412,6 +136600,7 @@ export namespace Prisma {
136412
136600
  productLists?: ProductListCreateNestedManyWithoutBrandInput
136413
136601
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
136414
136602
  files?: FileCreateNestedManyWithoutBrandInput
136603
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
136415
136604
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
136416
136605
  }
136417
136606
 
@@ -136455,6 +136644,7 @@ export namespace Prisma {
136455
136644
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
136456
136645
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
136457
136646
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
136647
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
136458
136648
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
136459
136649
  }
136460
136650
 
@@ -137398,6 +137588,32 @@ export namespace Prisma {
137398
137588
  data: XOR<FileUpdateManyMutationInput, FileUncheckedUpdateManyWithoutBrandInput>
137399
137589
  }
137400
137590
 
137591
+ export type CreditRefundBatchUpsertWithWhereUniqueWithoutBrandInput = {
137592
+ where: CreditRefundBatchWhereUniqueInput
137593
+ update: XOR<CreditRefundBatchUpdateWithoutBrandInput, CreditRefundBatchUncheckedUpdateWithoutBrandInput>
137594
+ create: XOR<CreditRefundBatchCreateWithoutBrandInput, CreditRefundBatchUncheckedCreateWithoutBrandInput>
137595
+ }
137596
+
137597
+ export type CreditRefundBatchUpdateWithWhereUniqueWithoutBrandInput = {
137598
+ where: CreditRefundBatchWhereUniqueInput
137599
+ data: XOR<CreditRefundBatchUpdateWithoutBrandInput, CreditRefundBatchUncheckedUpdateWithoutBrandInput>
137600
+ }
137601
+
137602
+ export type CreditRefundBatchUpdateManyWithWhereWithoutBrandInput = {
137603
+ where: CreditRefundBatchScalarWhereInput
137604
+ data: XOR<CreditRefundBatchUpdateManyMutationInput, CreditRefundBatchUncheckedUpdateManyWithoutBrandInput>
137605
+ }
137606
+
137607
+ export type CreditRefundBatchScalarWhereInput = {
137608
+ AND?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
137609
+ OR?: CreditRefundBatchScalarWhereInput[]
137610
+ NOT?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
137611
+ id?: IntFilter<"CreditRefundBatch"> | number
137612
+ createdAt?: DateTimeFilter<"CreditRefundBatch"> | Date | string
137613
+ closedAt?: DateTimeNullableFilter<"CreditRefundBatch"> | Date | string | null
137614
+ brandId?: IntFilter<"CreditRefundBatch"> | number
137615
+ }
137616
+
137401
137617
  export type BrandUpsertWithoutChildBrandsInput = {
137402
137618
  update: XOR<BrandUpdateWithoutChildBrandsInput, BrandUncheckedUpdateWithoutChildBrandsInput>
137403
137619
  create: XOR<BrandCreateWithoutChildBrandsInput, BrandUncheckedCreateWithoutChildBrandsInput>
@@ -137448,6 +137664,7 @@ export namespace Prisma {
137448
137664
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
137449
137665
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
137450
137666
  files?: FileUpdateManyWithoutBrandNestedInput
137667
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
137451
137668
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
137452
137669
  }
137453
137670
 
@@ -137492,6 +137709,7 @@ export namespace Prisma {
137492
137709
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
137493
137710
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
137494
137711
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
137712
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
137495
137713
  }
137496
137714
 
137497
137715
  export type BrandUpsertWithWhereUniqueWithoutParentBrandInput = {
@@ -137600,6 +137818,7 @@ export namespace Prisma {
137600
137818
  productLists?: ProductListCreateNestedManyWithoutBrandInput
137601
137819
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
137602
137820
  files?: FileCreateNestedManyWithoutBrandInput
137821
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
137603
137822
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
137604
137823
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
137605
137824
  }
@@ -137644,6 +137863,7 @@ export namespace Prisma {
137644
137863
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
137645
137864
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
137646
137865
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
137866
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
137647
137867
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
137648
137868
  }
137649
137869
 
@@ -137765,6 +137985,7 @@ export namespace Prisma {
137765
137985
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
137766
137986
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
137767
137987
  files?: FileUpdateManyWithoutBrandNestedInput
137988
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
137768
137989
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
137769
137990
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
137770
137991
  }
@@ -137809,6 +138030,7 @@ export namespace Prisma {
137809
138030
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
137810
138031
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
137811
138032
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
138033
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
137812
138034
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
137813
138035
  }
137814
138036
 
@@ -137902,6 +138124,7 @@ export namespace Prisma {
137902
138124
  productLists?: ProductListCreateNestedManyWithoutBrandInput
137903
138125
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
137904
138126
  files?: FileCreateNestedManyWithoutBrandInput
138127
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
137905
138128
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
137906
138129
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
137907
138130
  }
@@ -137946,6 +138169,7 @@ export namespace Prisma {
137946
138169
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
137947
138170
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
137948
138171
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
138172
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
137949
138173
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
137950
138174
  }
137951
138175
 
@@ -138067,6 +138291,7 @@ export namespace Prisma {
138067
138291
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
138068
138292
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
138069
138293
  files?: FileUpdateManyWithoutBrandNestedInput
138294
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
138070
138295
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
138071
138296
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
138072
138297
  }
@@ -138111,6 +138336,7 @@ export namespace Prisma {
138111
138336
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
138112
138337
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
138113
138338
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
138339
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
138114
138340
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
138115
138341
  }
138116
138342
 
@@ -138152,6 +138378,7 @@ export namespace Prisma {
138152
138378
  productLists?: ProductListCreateNestedManyWithoutBrandInput
138153
138379
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
138154
138380
  files?: FileCreateNestedManyWithoutBrandInput
138381
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
138155
138382
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
138156
138383
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
138157
138384
  }
@@ -138196,6 +138423,7 @@ export namespace Prisma {
138196
138423
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
138197
138424
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
138198
138425
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
138426
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
138199
138427
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
138200
138428
  }
138201
138429
 
@@ -138274,6 +138502,7 @@ export namespace Prisma {
138274
138502
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
138275
138503
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
138276
138504
  files?: FileUpdateManyWithoutBrandNestedInput
138505
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
138277
138506
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
138278
138507
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
138279
138508
  }
@@ -138318,6 +138547,7 @@ export namespace Prisma {
138318
138547
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
138319
138548
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
138320
138549
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
138550
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
138321
138551
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
138322
138552
  }
138323
138553
 
@@ -138385,6 +138615,7 @@ export namespace Prisma {
138385
138615
  productLists?: ProductListCreateNestedManyWithoutBrandInput
138386
138616
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
138387
138617
  files?: FileCreateNestedManyWithoutBrandInput
138618
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
138388
138619
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
138389
138620
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
138390
138621
  }
@@ -138429,6 +138660,7 @@ export namespace Prisma {
138429
138660
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
138430
138661
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
138431
138662
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
138663
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
138432
138664
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
138433
138665
  }
138434
138666
 
@@ -138506,6 +138738,7 @@ export namespace Prisma {
138506
138738
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
138507
138739
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
138508
138740
  files?: FileUpdateManyWithoutBrandNestedInput
138741
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
138509
138742
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
138510
138743
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
138511
138744
  }
@@ -138550,6 +138783,7 @@ export namespace Prisma {
138550
138783
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
138551
138784
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
138552
138785
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
138786
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
138553
138787
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
138554
138788
  }
138555
138789
 
@@ -139645,6 +139879,7 @@ export namespace Prisma {
139645
139879
  productLists?: ProductListCreateNestedManyWithoutBrandInput
139646
139880
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
139647
139881
  files?: FileCreateNestedManyWithoutBrandInput
139882
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
139648
139883
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
139649
139884
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
139650
139885
  }
@@ -139689,6 +139924,7 @@ export namespace Prisma {
139689
139924
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
139690
139925
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
139691
139926
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
139927
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
139692
139928
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
139693
139929
  }
139694
139930
 
@@ -140163,6 +140399,7 @@ export namespace Prisma {
140163
140399
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
140164
140400
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
140165
140401
  files?: FileUpdateManyWithoutBrandNestedInput
140402
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
140166
140403
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
140167
140404
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
140168
140405
  }
@@ -140207,6 +140444,7 @@ export namespace Prisma {
140207
140444
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
140208
140445
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
140209
140446
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
140447
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
140210
140448
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
140211
140449
  }
140212
140450
 
@@ -142274,6 +142512,7 @@ export namespace Prisma {
142274
142512
  shopifyStores?: ShopifyStoreCreateNestedManyWithoutBrandInput
142275
142513
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
142276
142514
  files?: FileCreateNestedManyWithoutBrandInput
142515
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
142277
142516
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
142278
142517
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
142279
142518
  }
@@ -142318,6 +142557,7 @@ export namespace Prisma {
142318
142557
  shopifyStores?: ShopifyStoreUncheckedCreateNestedManyWithoutBrandInput
142319
142558
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
142320
142559
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
142560
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
142321
142561
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
142322
142562
  }
142323
142563
 
@@ -142420,6 +142660,7 @@ export namespace Prisma {
142420
142660
  shopifyStores?: ShopifyStoreUpdateManyWithoutBrandNestedInput
142421
142661
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
142422
142662
  files?: FileUpdateManyWithoutBrandNestedInput
142663
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
142423
142664
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
142424
142665
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
142425
142666
  }
@@ -142464,6 +142705,7 @@ export namespace Prisma {
142464
142705
  shopifyStores?: ShopifyStoreUncheckedUpdateManyWithoutBrandNestedInput
142465
142706
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
142466
142707
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
142708
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
142467
142709
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
142468
142710
  }
142469
142711
 
@@ -147409,6 +147651,7 @@ export namespace Prisma {
147409
147651
  productLists?: ProductListCreateNestedManyWithoutBrandInput
147410
147652
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
147411
147653
  files?: FileCreateNestedManyWithoutBrandInput
147654
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
147412
147655
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
147413
147656
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
147414
147657
  }
@@ -147453,6 +147696,7 @@ export namespace Prisma {
147453
147696
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
147454
147697
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
147455
147698
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
147699
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
147456
147700
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
147457
147701
  }
147458
147702
 
@@ -147510,6 +147754,7 @@ export namespace Prisma {
147510
147754
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
147511
147755
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
147512
147756
  files?: FileUpdateManyWithoutBrandNestedInput
147757
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
147513
147758
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
147514
147759
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
147515
147760
  }
@@ -147554,6 +147799,7 @@ export namespace Prisma {
147554
147799
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
147555
147800
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
147556
147801
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
147802
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
147557
147803
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
147558
147804
  }
147559
147805
 
@@ -147595,6 +147841,7 @@ export namespace Prisma {
147595
147841
  productLists?: ProductListCreateNestedManyWithoutBrandInput
147596
147842
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
147597
147843
  files?: FileCreateNestedManyWithoutBrandInput
147844
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
147598
147845
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
147599
147846
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
147600
147847
  }
@@ -147639,6 +147886,7 @@ export namespace Prisma {
147639
147886
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
147640
147887
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
147641
147888
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
147889
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
147642
147890
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
147643
147891
  }
147644
147892
 
@@ -147872,6 +148120,7 @@ export namespace Prisma {
147872
148120
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
147873
148121
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
147874
148122
  files?: FileUpdateManyWithoutBrandNestedInput
148123
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
147875
148124
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
147876
148125
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
147877
148126
  }
@@ -147916,6 +148165,7 @@ export namespace Prisma {
147916
148165
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
147917
148166
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
147918
148167
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
148168
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
147919
148169
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
147920
148170
  }
147921
148171
 
@@ -148646,6 +148896,7 @@ export namespace Prisma {
148646
148896
  productLists?: ProductListCreateNestedManyWithoutBrandInput
148647
148897
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
148648
148898
  files?: FileCreateNestedManyWithoutBrandInput
148899
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
148649
148900
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
148650
148901
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
148651
148902
  }
@@ -148690,6 +148941,7 @@ export namespace Prisma {
148690
148941
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
148691
148942
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
148692
148943
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
148944
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
148693
148945
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
148694
148946
  }
148695
148947
 
@@ -148779,6 +149031,7 @@ export namespace Prisma {
148779
149031
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
148780
149032
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
148781
149033
  files?: FileUpdateManyWithoutBrandNestedInput
149034
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
148782
149035
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
148783
149036
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
148784
149037
  }
@@ -148823,6 +149076,7 @@ export namespace Prisma {
148823
149076
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
148824
149077
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
148825
149078
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
149079
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
148826
149080
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
148827
149081
  }
148828
149082
 
@@ -149861,6 +150115,7 @@ export namespace Prisma {
149861
150115
  productLists?: ProductListCreateNestedManyWithoutBrandInput
149862
150116
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
149863
150117
  files?: FileCreateNestedManyWithoutBrandInput
150118
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
149864
150119
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
149865
150120
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
149866
150121
  }
@@ -149905,6 +150160,7 @@ export namespace Prisma {
149905
150160
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
149906
150161
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
149907
150162
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
150163
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
149908
150164
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
149909
150165
  }
149910
150166
 
@@ -149962,6 +150218,7 @@ export namespace Prisma {
149962
150218
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
149963
150219
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
149964
150220
  files?: FileUpdateManyWithoutBrandNestedInput
150221
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
149965
150222
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
149966
150223
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
149967
150224
  }
@@ -150006,6 +150263,7 @@ export namespace Prisma {
150006
150263
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
150007
150264
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
150008
150265
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
150266
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
150009
150267
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
150010
150268
  }
150011
150269
 
@@ -150047,6 +150305,7 @@ export namespace Prisma {
150047
150305
  productLists?: ProductListCreateNestedManyWithoutBrandInput
150048
150306
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
150049
150307
  files?: FileCreateNestedManyWithoutBrandInput
150308
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
150050
150309
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
150051
150310
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
150052
150311
  }
@@ -150091,6 +150350,7 @@ export namespace Prisma {
150091
150350
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
150092
150351
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
150093
150352
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
150353
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
150094
150354
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
150095
150355
  }
150096
150356
 
@@ -150418,6 +150678,7 @@ export namespace Prisma {
150418
150678
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
150419
150679
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
150420
150680
  files?: FileUpdateManyWithoutBrandNestedInput
150681
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
150421
150682
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
150422
150683
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
150423
150684
  }
@@ -150462,6 +150723,7 @@ export namespace Prisma {
150462
150723
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
150463
150724
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
150464
150725
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
150726
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
150465
150727
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
150466
150728
  }
150467
150729
 
@@ -150828,6 +151090,7 @@ export namespace Prisma {
150828
151090
  productLists?: ProductListCreateNestedManyWithoutBrandInput
150829
151091
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
150830
151092
  files?: FileCreateNestedManyWithoutBrandInput
151093
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
150831
151094
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
150832
151095
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
150833
151096
  }
@@ -150872,6 +151135,7 @@ export namespace Prisma {
150872
151135
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
150873
151136
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
150874
151137
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
151138
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
150875
151139
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
150876
151140
  }
150877
151141
 
@@ -151257,6 +151521,7 @@ export namespace Prisma {
151257
151521
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
151258
151522
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
151259
151523
  files?: FileUpdateManyWithoutBrandNestedInput
151524
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
151260
151525
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
151261
151526
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
151262
151527
  }
@@ -151301,6 +151566,7 @@ export namespace Prisma {
151301
151566
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
151302
151567
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
151303
151568
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
151569
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
151304
151570
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
151305
151571
  }
151306
151572
 
@@ -152096,12 +152362,14 @@ export namespace Prisma {
152096
152362
  export type CreditRefundBatchCreateWithoutProfilesInput = {
152097
152363
  createdAt?: Date | string
152098
152364
  closedAt?: Date | string | null
152365
+ brand: BrandCreateNestedOneWithoutCreditRefundBatchesInput
152099
152366
  }
152100
152367
 
152101
152368
  export type CreditRefundBatchUncheckedCreateWithoutProfilesInput = {
152102
152369
  id?: number
152103
152370
  createdAt?: Date | string
152104
152371
  closedAt?: Date | string | null
152372
+ brandId: number
152105
152373
  }
152106
152374
 
152107
152375
  export type CreditRefundBatchCreateOrConnectWithoutProfilesInput = {
@@ -152275,15 +152543,6 @@ export namespace Prisma {
152275
152543
  data: XOR<CreditRefundBatchUpdateManyMutationInput, CreditRefundBatchUncheckedUpdateManyWithoutProfilesInput>
152276
152544
  }
152277
152545
 
152278
- export type CreditRefundBatchScalarWhereInput = {
152279
- AND?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
152280
- OR?: CreditRefundBatchScalarWhereInput[]
152281
- NOT?: CreditRefundBatchScalarWhereInput | CreditRefundBatchScalarWhereInput[]
152282
- id?: IntFilter<"CreditRefundBatch"> | number
152283
- createdAt?: DateTimeFilter<"CreditRefundBatch"> | Date | string
152284
- closedAt?: DateTimeNullableFilter<"CreditRefundBatch"> | Date | string | null
152285
- }
152286
-
152287
152546
  export type BrandCreateWithoutMessageTemplateInput = {
152288
152547
  name: string
152289
152548
  description?: string | null
@@ -152322,6 +152581,7 @@ export namespace Prisma {
152322
152581
  productLists?: ProductListCreateNestedManyWithoutBrandInput
152323
152582
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
152324
152583
  files?: FileCreateNestedManyWithoutBrandInput
152584
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
152325
152585
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
152326
152586
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
152327
152587
  }
@@ -152366,6 +152626,7 @@ export namespace Prisma {
152366
152626
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
152367
152627
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
152368
152628
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
152629
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
152369
152630
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
152370
152631
  }
152371
152632
 
@@ -152423,6 +152684,7 @@ export namespace Prisma {
152423
152684
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
152424
152685
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
152425
152686
  files?: FileUpdateManyWithoutBrandNestedInput
152687
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
152426
152688
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
152427
152689
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
152428
152690
  }
@@ -152467,6 +152729,7 @@ export namespace Prisma {
152467
152729
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
152468
152730
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
152469
152731
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
152732
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
152470
152733
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
152471
152734
  }
152472
152735
 
@@ -152508,6 +152771,7 @@ export namespace Prisma {
152508
152771
  productLists?: ProductListCreateNestedManyWithoutBrandInput
152509
152772
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
152510
152773
  files?: FileCreateNestedManyWithoutBrandInput
152774
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
152511
152775
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
152512
152776
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
152513
152777
  }
@@ -152552,6 +152816,7 @@ export namespace Prisma {
152552
152816
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
152553
152817
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
152554
152818
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
152819
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
152555
152820
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
152556
152821
  }
152557
152822
 
@@ -152638,6 +152903,7 @@ export namespace Prisma {
152638
152903
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
152639
152904
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
152640
152905
  files?: FileUpdateManyWithoutBrandNestedInput
152906
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
152641
152907
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
152642
152908
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
152643
152909
  }
@@ -152682,6 +152948,7 @@ export namespace Prisma {
152682
152948
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
152683
152949
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
152684
152950
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
152951
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
152685
152952
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
152686
152953
  }
152687
152954
 
@@ -152752,6 +153019,7 @@ export namespace Prisma {
152752
153019
  productLists?: ProductListCreateNestedManyWithoutBrandInput
152753
153020
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
152754
153021
  files?: FileCreateNestedManyWithoutBrandInput
153022
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
152755
153023
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
152756
153024
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
152757
153025
  }
@@ -152796,6 +153064,7 @@ export namespace Prisma {
152796
153064
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
152797
153065
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
152798
153066
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
153067
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
152799
153068
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
152800
153069
  }
152801
153070
 
@@ -152872,6 +153141,7 @@ export namespace Prisma {
152872
153141
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
152873
153142
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
152874
153143
  files?: FileUpdateManyWithoutBrandNestedInput
153144
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
152875
153145
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
152876
153146
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
152877
153147
  }
@@ -152916,6 +153186,7 @@ export namespace Prisma {
152916
153186
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
152917
153187
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
152918
153188
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
153189
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
152919
153190
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
152920
153191
  }
152921
153192
 
@@ -153841,6 +154112,7 @@ export namespace Prisma {
153841
154112
  productLists?: ProductListCreateNestedManyWithoutBrandInput
153842
154113
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
153843
154114
  files?: FileCreateNestedManyWithoutBrandInput
154115
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
153844
154116
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
153845
154117
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
153846
154118
  }
@@ -153885,6 +154157,7 @@ export namespace Prisma {
153885
154157
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
153886
154158
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
153887
154159
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
154160
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
153888
154161
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
153889
154162
  }
153890
154163
 
@@ -154132,6 +154405,7 @@ export namespace Prisma {
154132
154405
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
154133
154406
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
154134
154407
  files?: FileUpdateManyWithoutBrandNestedInput
154408
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
154135
154409
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
154136
154410
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
154137
154411
  }
@@ -154176,6 +154450,7 @@ export namespace Prisma {
154176
154450
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
154177
154451
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
154178
154452
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
154453
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
154179
154454
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
154180
154455
  }
154181
154456
 
@@ -154407,6 +154682,7 @@ export namespace Prisma {
154407
154682
  productLists?: ProductListCreateNestedManyWithoutBrandInput
154408
154683
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
154409
154684
  files?: FileCreateNestedManyWithoutBrandInput
154685
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
154410
154686
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
154411
154687
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
154412
154688
  }
@@ -154451,6 +154727,7 @@ export namespace Prisma {
154451
154727
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
154452
154728
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
154453
154729
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
154730
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
154454
154731
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
154455
154732
  }
154456
154733
 
@@ -154698,6 +154975,7 @@ export namespace Prisma {
154698
154975
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
154699
154976
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
154700
154977
  files?: FileUpdateManyWithoutBrandNestedInput
154978
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
154701
154979
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
154702
154980
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
154703
154981
  }
@@ -154742,6 +155020,7 @@ export namespace Prisma {
154742
155020
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
154743
155021
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
154744
155022
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
155023
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
154745
155024
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
154746
155025
  }
154747
155026
 
@@ -155011,6 +155290,7 @@ export namespace Prisma {
155011
155290
  productLists?: ProductListCreateNestedManyWithoutBrandInput
155012
155291
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
155013
155292
  files?: FileCreateNestedManyWithoutBrandInput
155293
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
155014
155294
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
155015
155295
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
155016
155296
  }
@@ -155055,6 +155335,7 @@ export namespace Prisma {
155055
155335
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
155056
155336
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
155057
155337
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
155338
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
155058
155339
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
155059
155340
  }
155060
155341
 
@@ -155112,6 +155393,7 @@ export namespace Prisma {
155112
155393
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
155113
155394
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
155114
155395
  files?: FileUpdateManyWithoutBrandNestedInput
155396
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
155115
155397
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
155116
155398
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
155117
155399
  }
@@ -155156,6 +155438,7 @@ export namespace Prisma {
155156
155438
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
155157
155439
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
155158
155440
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
155441
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
155159
155442
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
155160
155443
  }
155161
155444
 
@@ -155373,6 +155656,7 @@ export namespace Prisma {
155373
155656
  productLists?: ProductListCreateNestedManyWithoutBrandInput
155374
155657
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
155375
155658
  files?: FileCreateNestedManyWithoutBrandInput
155659
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
155376
155660
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
155377
155661
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
155378
155662
  }
@@ -155417,6 +155701,7 @@ export namespace Prisma {
155417
155701
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
155418
155702
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
155419
155703
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
155704
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
155420
155705
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
155421
155706
  }
155422
155707
 
@@ -155761,6 +156046,7 @@ export namespace Prisma {
155761
156046
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
155762
156047
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
155763
156048
  files?: FileUpdateManyWithoutBrandNestedInput
156049
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
155764
156050
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
155765
156051
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
155766
156052
  }
@@ -155805,6 +156091,7 @@ export namespace Prisma {
155805
156091
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
155806
156092
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
155807
156093
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
156094
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
155808
156095
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
155809
156096
  }
155810
156097
 
@@ -156574,6 +156861,7 @@ export namespace Prisma {
156574
156861
  productLists?: ProductListCreateNestedManyWithoutBrandInput
156575
156862
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
156576
156863
  files?: FileCreateNestedManyWithoutBrandInput
156864
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
156577
156865
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
156578
156866
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
156579
156867
  }
@@ -156618,6 +156906,7 @@ export namespace Prisma {
156618
156906
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
156619
156907
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
156620
156908
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
156909
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
156621
156910
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
156622
156911
  }
156623
156912
 
@@ -156704,6 +156993,7 @@ export namespace Prisma {
156704
156993
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
156705
156994
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
156706
156995
  files?: FileUpdateManyWithoutBrandNestedInput
156996
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
156707
156997
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
156708
156998
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
156709
156999
  }
@@ -156748,6 +157038,7 @@ export namespace Prisma {
156748
157038
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
156749
157039
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
156750
157040
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
157041
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
156751
157042
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
156752
157043
  }
156753
157044
 
@@ -158288,6 +158579,7 @@ export namespace Prisma {
158288
158579
  shopifyStores?: ShopifyStoreCreateNestedManyWithoutBrandInput
158289
158580
  productLists?: ProductListCreateNestedManyWithoutBrandInput
158290
158581
  files?: FileCreateNestedManyWithoutBrandInput
158582
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
158291
158583
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
158292
158584
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
158293
158585
  }
@@ -158332,6 +158624,7 @@ export namespace Prisma {
158332
158624
  shopifyStores?: ShopifyStoreUncheckedCreateNestedManyWithoutBrandInput
158333
158625
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
158334
158626
  files?: FileUncheckedCreateNestedManyWithoutBrandInput
158627
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
158335
158628
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
158336
158629
  }
158337
158630
 
@@ -158650,6 +158943,7 @@ export namespace Prisma {
158650
158943
  shopifyStores?: ShopifyStoreUpdateManyWithoutBrandNestedInput
158651
158944
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
158652
158945
  files?: FileUpdateManyWithoutBrandNestedInput
158946
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
158653
158947
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
158654
158948
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
158655
158949
  }
@@ -158694,6 +158988,7 @@ export namespace Prisma {
158694
158988
  shopifyStores?: ShopifyStoreUncheckedUpdateManyWithoutBrandNestedInput
158695
158989
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
158696
158990
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
158991
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
158697
158992
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
158698
158993
  }
158699
158994
 
@@ -159014,6 +159309,7 @@ export namespace Prisma {
159014
159309
  shopifyStores?: ShopifyStoreCreateNestedManyWithoutBrandInput
159015
159310
  productLists?: ProductListCreateNestedManyWithoutBrandInput
159016
159311
  brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
159312
+ creditRefundBatches?: CreditRefundBatchCreateNestedManyWithoutBrandInput
159017
159313
  parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
159018
159314
  childBrands?: BrandCreateNestedManyWithoutParentBrandInput
159019
159315
  }
@@ -159058,6 +159354,7 @@ export namespace Prisma {
159058
159354
  shopifyStores?: ShopifyStoreUncheckedCreateNestedManyWithoutBrandInput
159059
159355
  productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
159060
159356
  brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
159357
+ creditRefundBatches?: CreditRefundBatchUncheckedCreateNestedManyWithoutBrandInput
159061
159358
  childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
159062
159359
  }
159063
159360
 
@@ -159369,6 +159666,7 @@ export namespace Prisma {
159369
159666
  shopifyStores?: ShopifyStoreUpdateManyWithoutBrandNestedInput
159370
159667
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
159371
159668
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
159669
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
159372
159670
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
159373
159671
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
159374
159672
  }
@@ -159413,6 +159711,7 @@ export namespace Prisma {
159413
159711
  shopifyStores?: ShopifyStoreUncheckedUpdateManyWithoutBrandNestedInput
159414
159712
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
159415
159713
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
159714
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
159416
159715
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
159417
159716
  }
159418
159717
 
@@ -159688,6 +159987,98 @@ export namespace Prisma {
159688
159987
  editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
159689
159988
  }
159690
159989
 
159990
+ export type BrandCreateWithoutCreditRefundBatchesInput = {
159991
+ name: string
159992
+ description?: string | null
159993
+ website: string
159994
+ monthlyContacts?: number | null
159995
+ monthlyReports?: number | null
159996
+ lastContactDistribution?: Date | string | null
159997
+ logoUrl?: string | null
159998
+ affiliateBaseUrl?: string | null
159999
+ affiliateCommission?: number | null
160000
+ extraData?: JsonNullValueInput | InputJsonValue
160001
+ searchName?: string | null
160002
+ dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
160003
+ instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
160004
+ youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
160005
+ tiktokProfile?: TiktokProfileCreateNestedOneWithoutBrandInput
160006
+ campaigns?: CampaignCreateNestedManyWithoutBrandInput
160007
+ brandUsers?: BrandUserProfileCreateNestedManyWithoutBrandInput
160008
+ searchContacts?: SearchContactsCreateNestedManyWithoutBrandInput
160009
+ reportCredits?: ReportCreditsCreateNestedManyWithoutBrandInput
160010
+ categories?: BrandToCategoryCreateNestedManyWithoutCampaignInput
160011
+ paymentTransactions?: PaymentTransactionCreateNestedManyWithoutBrandInput
160012
+ PendingBrandInvoicePayments?: PendingBrandInvoicePaymentCreateNestedManyWithoutBrandInput
160013
+ savedfiles?: SavedFileCreateNestedManyWithoutBrandInput
160014
+ creatorLists?: CreatorListCreateNestedManyWithoutBrandInput
160015
+ affiliateLinks?: BrandAffiliateLinkCreateNestedManyWithoutBrandInput
160016
+ messageTemplate?: MessageTemplateCreateNestedManyWithoutBrandInput
160017
+ emailTemplates?: EmailTemplateCreateNestedManyWithoutBrandInput
160018
+ socialListeningLists?: SocialListeningListCreateNestedManyWithoutBrandInput
160019
+ campaignInvites?: CampaignInviteCreateNestedManyWithoutBrandInput
160020
+ images?: BrandToImageCreateNestedManyWithoutBrandInput
160021
+ creatorsearchfilter?: CreatorSearchFilterCreateNestedManyWithoutBrandInput
160022
+ sequences?: SequenceCreateNestedManyWithoutBrandInput
160023
+ impactRadiusEvents?: ImpactRadiusEventCreateNestedManyWithoutBrandInput
160024
+ cjEvents?: CjEventCreateNestedManyWithoutBrandInput
160025
+ shopifyStores?: ShopifyStoreCreateNestedManyWithoutBrandInput
160026
+ productLists?: ProductListCreateNestedManyWithoutBrandInput
160027
+ brandContracts?: BrandContractCreateNestedManyWithoutBrandInput
160028
+ files?: FileCreateNestedManyWithoutBrandInput
160029
+ parentBrand?: BrandCreateNestedOneWithoutChildBrandsInput
160030
+ childBrands?: BrandCreateNestedManyWithoutParentBrandInput
160031
+ }
160032
+
160033
+ export type BrandUncheckedCreateWithoutCreditRefundBatchesInput = {
160034
+ id?: number
160035
+ name: string
160036
+ description?: string | null
160037
+ website: string
160038
+ monthlyContacts?: number | null
160039
+ monthlyReports?: number | null
160040
+ lastContactDistribution?: Date | string | null
160041
+ logoUrl?: string | null
160042
+ affiliateBaseUrl?: string | null
160043
+ affiliateCommission?: number | null
160044
+ extraData?: JsonNullValueInput | InputJsonValue
160045
+ specialistId?: number | null
160046
+ parentBrandId?: number | null
160047
+ searchName?: string | null
160048
+ instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
160049
+ youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
160050
+ tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
160051
+ campaigns?: CampaignUncheckedCreateNestedManyWithoutBrandInput
160052
+ brandUsers?: BrandUserProfileUncheckedCreateNestedManyWithoutBrandInput
160053
+ searchContacts?: SearchContactsUncheckedCreateNestedManyWithoutBrandInput
160054
+ reportCredits?: ReportCreditsUncheckedCreateNestedManyWithoutBrandInput
160055
+ categories?: BrandToCategoryUncheckedCreateNestedManyWithoutCampaignInput
160056
+ paymentTransactions?: PaymentTransactionUncheckedCreateNestedManyWithoutBrandInput
160057
+ PendingBrandInvoicePayments?: PendingBrandInvoicePaymentUncheckedCreateNestedManyWithoutBrandInput
160058
+ savedfiles?: SavedFileUncheckedCreateNestedManyWithoutBrandInput
160059
+ creatorLists?: CreatorListUncheckedCreateNestedManyWithoutBrandInput
160060
+ affiliateLinks?: BrandAffiliateLinkUncheckedCreateNestedManyWithoutBrandInput
160061
+ messageTemplate?: MessageTemplateUncheckedCreateNestedManyWithoutBrandInput
160062
+ emailTemplates?: EmailTemplateUncheckedCreateNestedManyWithoutBrandInput
160063
+ socialListeningLists?: SocialListeningListUncheckedCreateNestedManyWithoutBrandInput
160064
+ campaignInvites?: CampaignInviteUncheckedCreateNestedManyWithoutBrandInput
160065
+ images?: BrandToImageUncheckedCreateNestedManyWithoutBrandInput
160066
+ creatorsearchfilter?: CreatorSearchFilterUncheckedCreateNestedManyWithoutBrandInput
160067
+ sequences?: SequenceUncheckedCreateNestedManyWithoutBrandInput
160068
+ impactRadiusEvents?: ImpactRadiusEventUncheckedCreateNestedManyWithoutBrandInput
160069
+ cjEvents?: CjEventUncheckedCreateNestedManyWithoutBrandInput
160070
+ shopifyStores?: ShopifyStoreUncheckedCreateNestedManyWithoutBrandInput
160071
+ productLists?: ProductListUncheckedCreateNestedManyWithoutBrandInput
160072
+ brandContracts?: BrandContractUncheckedCreateNestedManyWithoutBrandInput
160073
+ files?: FileUncheckedCreateNestedManyWithoutBrandInput
160074
+ childBrands?: BrandUncheckedCreateNestedManyWithoutParentBrandInput
160075
+ }
160076
+
160077
+ export type BrandCreateOrConnectWithoutCreditRefundBatchesInput = {
160078
+ where: BrandWhereUniqueInput
160079
+ create: XOR<BrandCreateWithoutCreditRefundBatchesInput, BrandUncheckedCreateWithoutCreditRefundBatchesInput>
160080
+ }
160081
+
159691
160082
  export type SocialProfileCreateWithoutCreditRefundBatchesInput = {
159692
160083
  socialId?: string | null
159693
160084
  platform: string
@@ -159738,6 +160129,104 @@ export namespace Prisma {
159738
160129
  create: XOR<SocialProfileCreateWithoutCreditRefundBatchesInput, SocialProfileUncheckedCreateWithoutCreditRefundBatchesInput>
159739
160130
  }
159740
160131
 
160132
+ export type BrandUpsertWithoutCreditRefundBatchesInput = {
160133
+ update: XOR<BrandUpdateWithoutCreditRefundBatchesInput, BrandUncheckedUpdateWithoutCreditRefundBatchesInput>
160134
+ create: XOR<BrandCreateWithoutCreditRefundBatchesInput, BrandUncheckedCreateWithoutCreditRefundBatchesInput>
160135
+ where?: BrandWhereInput
160136
+ }
160137
+
160138
+ export type BrandUpdateToOneWithWhereWithoutCreditRefundBatchesInput = {
160139
+ where?: BrandWhereInput
160140
+ data: XOR<BrandUpdateWithoutCreditRefundBatchesInput, BrandUncheckedUpdateWithoutCreditRefundBatchesInput>
160141
+ }
160142
+
160143
+ export type BrandUpdateWithoutCreditRefundBatchesInput = {
160144
+ name?: StringFieldUpdateOperationsInput | string
160145
+ description?: NullableStringFieldUpdateOperationsInput | string | null
160146
+ website?: StringFieldUpdateOperationsInput | string
160147
+ monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
160148
+ monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
160149
+ lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
160150
+ logoUrl?: NullableStringFieldUpdateOperationsInput | string | null
160151
+ affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
160152
+ affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
160153
+ extraData?: JsonNullValueInput | InputJsonValue
160154
+ searchName?: NullableStringFieldUpdateOperationsInput | string | null
160155
+ dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
160156
+ instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
160157
+ youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
160158
+ tiktokProfile?: TiktokProfileUpdateOneWithoutBrandNestedInput
160159
+ campaigns?: CampaignUpdateManyWithoutBrandNestedInput
160160
+ brandUsers?: BrandUserProfileUpdateManyWithoutBrandNestedInput
160161
+ searchContacts?: SearchContactsUpdateManyWithoutBrandNestedInput
160162
+ reportCredits?: ReportCreditsUpdateManyWithoutBrandNestedInput
160163
+ categories?: BrandToCategoryUpdateManyWithoutCampaignNestedInput
160164
+ paymentTransactions?: PaymentTransactionUpdateManyWithoutBrandNestedInput
160165
+ PendingBrandInvoicePayments?: PendingBrandInvoicePaymentUpdateManyWithoutBrandNestedInput
160166
+ savedfiles?: SavedFileUpdateManyWithoutBrandNestedInput
160167
+ creatorLists?: CreatorListUpdateManyWithoutBrandNestedInput
160168
+ affiliateLinks?: BrandAffiliateLinkUpdateManyWithoutBrandNestedInput
160169
+ messageTemplate?: MessageTemplateUpdateManyWithoutBrandNestedInput
160170
+ emailTemplates?: EmailTemplateUpdateManyWithoutBrandNestedInput
160171
+ socialListeningLists?: SocialListeningListUpdateManyWithoutBrandNestedInput
160172
+ campaignInvites?: CampaignInviteUpdateManyWithoutBrandNestedInput
160173
+ images?: BrandToImageUpdateManyWithoutBrandNestedInput
160174
+ creatorsearchfilter?: CreatorSearchFilterUpdateManyWithoutBrandNestedInput
160175
+ sequences?: SequenceUpdateManyWithoutBrandNestedInput
160176
+ impactRadiusEvents?: ImpactRadiusEventUpdateManyWithoutBrandNestedInput
160177
+ cjEvents?: CjEventUpdateManyWithoutBrandNestedInput
160178
+ shopifyStores?: ShopifyStoreUpdateManyWithoutBrandNestedInput
160179
+ productLists?: ProductListUpdateManyWithoutBrandNestedInput
160180
+ brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
160181
+ files?: FileUpdateManyWithoutBrandNestedInput
160182
+ parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
160183
+ childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
160184
+ }
160185
+
160186
+ export type BrandUncheckedUpdateWithoutCreditRefundBatchesInput = {
160187
+ id?: IntFieldUpdateOperationsInput | number
160188
+ name?: StringFieldUpdateOperationsInput | string
160189
+ description?: NullableStringFieldUpdateOperationsInput | string | null
160190
+ website?: StringFieldUpdateOperationsInput | string
160191
+ monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
160192
+ monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
160193
+ lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
160194
+ logoUrl?: NullableStringFieldUpdateOperationsInput | string | null
160195
+ affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
160196
+ affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
160197
+ extraData?: JsonNullValueInput | InputJsonValue
160198
+ specialistId?: NullableIntFieldUpdateOperationsInput | number | null
160199
+ parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
160200
+ searchName?: NullableStringFieldUpdateOperationsInput | string | null
160201
+ instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
160202
+ youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
160203
+ tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
160204
+ campaigns?: CampaignUncheckedUpdateManyWithoutBrandNestedInput
160205
+ brandUsers?: BrandUserProfileUncheckedUpdateManyWithoutBrandNestedInput
160206
+ searchContacts?: SearchContactsUncheckedUpdateManyWithoutBrandNestedInput
160207
+ reportCredits?: ReportCreditsUncheckedUpdateManyWithoutBrandNestedInput
160208
+ categories?: BrandToCategoryUncheckedUpdateManyWithoutCampaignNestedInput
160209
+ paymentTransactions?: PaymentTransactionUncheckedUpdateManyWithoutBrandNestedInput
160210
+ PendingBrandInvoicePayments?: PendingBrandInvoicePaymentUncheckedUpdateManyWithoutBrandNestedInput
160211
+ savedfiles?: SavedFileUncheckedUpdateManyWithoutBrandNestedInput
160212
+ creatorLists?: CreatorListUncheckedUpdateManyWithoutBrandNestedInput
160213
+ affiliateLinks?: BrandAffiliateLinkUncheckedUpdateManyWithoutBrandNestedInput
160214
+ messageTemplate?: MessageTemplateUncheckedUpdateManyWithoutBrandNestedInput
160215
+ emailTemplates?: EmailTemplateUncheckedUpdateManyWithoutBrandNestedInput
160216
+ socialListeningLists?: SocialListeningListUncheckedUpdateManyWithoutBrandNestedInput
160217
+ campaignInvites?: CampaignInviteUncheckedUpdateManyWithoutBrandNestedInput
160218
+ images?: BrandToImageUncheckedUpdateManyWithoutBrandNestedInput
160219
+ creatorsearchfilter?: CreatorSearchFilterUncheckedUpdateManyWithoutBrandNestedInput
160220
+ sequences?: SequenceUncheckedUpdateManyWithoutBrandNestedInput
160221
+ impactRadiusEvents?: ImpactRadiusEventUncheckedUpdateManyWithoutBrandNestedInput
160222
+ cjEvents?: CjEventUncheckedUpdateManyWithoutBrandNestedInput
160223
+ shopifyStores?: ShopifyStoreUncheckedUpdateManyWithoutBrandNestedInput
160224
+ productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
160225
+ brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
160226
+ files?: FileUncheckedUpdateManyWithoutBrandNestedInput
160227
+ childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
160228
+ }
160229
+
159741
160230
  export type SocialProfileUpsertWithWhereUniqueWithoutCreditRefundBatchesInput = {
159742
160231
  where: SocialProfileWhereUniqueInput
159743
160232
  update: XOR<SocialProfileUpdateWithoutCreditRefundBatchesInput, SocialProfileUncheckedUpdateWithoutCreditRefundBatchesInput>
@@ -160350,6 +160839,7 @@ export namespace Prisma {
160350
160839
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
160351
160840
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
160352
160841
  files?: FileUpdateManyWithoutBrandNestedInput
160842
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
160353
160843
  parentBrand?: BrandUpdateOneWithoutChildBrandsNestedInput
160354
160844
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
160355
160845
  }
@@ -160394,6 +160884,7 @@ export namespace Prisma {
160394
160884
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
160395
160885
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
160396
160886
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
160887
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
160397
160888
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
160398
160889
  }
160399
160890
 
@@ -161406,6 +161897,12 @@ export namespace Prisma {
161406
161897
  archivedAt?: Date | string | null
161407
161898
  }
161408
161899
 
161900
+ export type CreditRefundBatchCreateManyBrandInput = {
161901
+ id?: number
161902
+ createdAt?: Date | string
161903
+ closedAt?: Date | string | null
161904
+ }
161905
+
161409
161906
  export type BrandCreateManyParentBrandInput = {
161410
161907
  id?: number
161411
161908
  name: string
@@ -162272,6 +162769,25 @@ export namespace Prisma {
162272
162769
  archivedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
162273
162770
  }
162274
162771
 
162772
+ export type CreditRefundBatchUpdateWithoutBrandInput = {
162773
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
162774
+ closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
162775
+ profiles?: SocialProfileUpdateManyWithoutCreditRefundBatchesNestedInput
162776
+ }
162777
+
162778
+ export type CreditRefundBatchUncheckedUpdateWithoutBrandInput = {
162779
+ id?: IntFieldUpdateOperationsInput | number
162780
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
162781
+ closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
162782
+ profiles?: SocialProfileUncheckedUpdateManyWithoutCreditRefundBatchesNestedInput
162783
+ }
162784
+
162785
+ export type CreditRefundBatchUncheckedUpdateManyWithoutBrandInput = {
162786
+ id?: IntFieldUpdateOperationsInput | number
162787
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
162788
+ closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
162789
+ }
162790
+
162275
162791
  export type BrandUpdateWithoutParentBrandInput = {
162276
162792
  name?: StringFieldUpdateOperationsInput | string
162277
162793
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -162311,6 +162827,7 @@ export namespace Prisma {
162311
162827
  productLists?: ProductListUpdateManyWithoutBrandNestedInput
162312
162828
  brandContracts?: BrandContractUpdateManyWithoutBrandNestedInput
162313
162829
  files?: FileUpdateManyWithoutBrandNestedInput
162830
+ creditRefundBatches?: CreditRefundBatchUpdateManyWithoutBrandNestedInput
162314
162831
  childBrands?: BrandUpdateManyWithoutParentBrandNestedInput
162315
162832
  }
162316
162833
 
@@ -162354,6 +162871,7 @@ export namespace Prisma {
162354
162871
  productLists?: ProductListUncheckedUpdateManyWithoutBrandNestedInput
162355
162872
  brandContracts?: BrandContractUncheckedUpdateManyWithoutBrandNestedInput
162356
162873
  files?: FileUncheckedUpdateManyWithoutBrandNestedInput
162874
+ creditRefundBatches?: CreditRefundBatchUncheckedUpdateManyWithoutBrandNestedInput
162357
162875
  childBrands?: BrandUncheckedUpdateManyWithoutParentBrandNestedInput
162358
162876
  }
162359
162877
 
@@ -164491,18 +165009,21 @@ export namespace Prisma {
164491
165009
  export type CreditRefundBatchUpdateWithoutProfilesInput = {
164492
165010
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
164493
165011
  closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
165012
+ brand?: BrandUpdateOneRequiredWithoutCreditRefundBatchesNestedInput
164494
165013
  }
164495
165014
 
164496
165015
  export type CreditRefundBatchUncheckedUpdateWithoutProfilesInput = {
164497
165016
  id?: IntFieldUpdateOperationsInput | number
164498
165017
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
164499
165018
  closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
165019
+ brandId?: IntFieldUpdateOperationsInput | number
164500
165020
  }
164501
165021
 
164502
165022
  export type CreditRefundBatchUncheckedUpdateManyWithoutProfilesInput = {
164503
165023
  id?: IntFieldUpdateOperationsInput | number
164504
165024
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
164505
165025
  closedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
165026
+ brandId?: IntFieldUpdateOperationsInput | number
164506
165027
  }
164507
165028
 
164508
165029
  export type SequenceStepCreateManyEmailTemplateInput = {