@creator.co/creatorco-prisma-client 1.0.79 → 1.0.80

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
@@ -22121,6 +22121,7 @@ export namespace Prisma {
22121
22121
  logoUrl: string | null
22122
22122
  affiliateBaseUrl: string | null
22123
22123
  affiliateCommission: number | null
22124
+ idmId: string | null
22124
22125
  specialistId: number | null
22125
22126
  parentBrandId: number | null
22126
22127
  searchName: string | null
@@ -22137,6 +22138,7 @@ export namespace Prisma {
22137
22138
  logoUrl: string | null
22138
22139
  affiliateBaseUrl: string | null
22139
22140
  affiliateCommission: number | null
22141
+ idmId: string | null
22140
22142
  specialistId: number | null
22141
22143
  parentBrandId: number | null
22142
22144
  searchName: string | null
@@ -22154,6 +22156,7 @@ export namespace Prisma {
22154
22156
  affiliateBaseUrl: number
22155
22157
  affiliateCommission: number
22156
22158
  extraData: number
22159
+ idmId: number
22157
22160
  specialistId: number
22158
22161
  parentBrandId: number
22159
22162
  searchName: number
@@ -22190,6 +22193,7 @@ export namespace Prisma {
22190
22193
  logoUrl?: true
22191
22194
  affiliateBaseUrl?: true
22192
22195
  affiliateCommission?: true
22196
+ idmId?: true
22193
22197
  specialistId?: true
22194
22198
  parentBrandId?: true
22195
22199
  searchName?: true
@@ -22206,6 +22210,7 @@ export namespace Prisma {
22206
22210
  logoUrl?: true
22207
22211
  affiliateBaseUrl?: true
22208
22212
  affiliateCommission?: true
22213
+ idmId?: true
22209
22214
  specialistId?: true
22210
22215
  parentBrandId?: true
22211
22216
  searchName?: true
@@ -22223,6 +22228,7 @@ export namespace Prisma {
22223
22228
  affiliateBaseUrl?: true
22224
22229
  affiliateCommission?: true
22225
22230
  extraData?: true
22231
+ idmId?: true
22226
22232
  specialistId?: true
22227
22233
  parentBrandId?: true
22228
22234
  searchName?: true
@@ -22319,7 +22325,7 @@ export namespace Prisma {
22319
22325
  id: number
22320
22326
  name: string
22321
22327
  description: string | null
22322
- website: string
22328
+ website: string | null
22323
22329
  monthlyContacts: number | null
22324
22330
  monthlyReports: number | null
22325
22331
  lastContactDistribution: Date | null
@@ -22327,6 +22333,7 @@ export namespace Prisma {
22327
22333
  affiliateBaseUrl: string | null
22328
22334
  affiliateCommission: number | null
22329
22335
  extraData: JsonValue
22336
+ idmId: string | null
22330
22337
  specialistId: number | null
22331
22338
  parentBrandId: number | null
22332
22339
  searchName: string | null
@@ -22363,6 +22370,7 @@ export namespace Prisma {
22363
22370
  affiliateBaseUrl?: boolean
22364
22371
  affiliateCommission?: boolean
22365
22372
  extraData?: boolean
22373
+ idmId?: boolean
22366
22374
  specialistId?: boolean
22367
22375
  parentBrandId?: boolean
22368
22376
  searchName?: boolean
@@ -22413,6 +22421,7 @@ export namespace Prisma {
22413
22421
  affiliateBaseUrl?: boolean
22414
22422
  affiliateCommission?: boolean
22415
22423
  extraData?: boolean
22424
+ idmId?: boolean
22416
22425
  specialistId?: boolean
22417
22426
  parentBrandId?: boolean
22418
22427
  searchName?: boolean
@@ -22432,6 +22441,7 @@ export namespace Prisma {
22432
22441
  affiliateBaseUrl?: boolean
22433
22442
  affiliateCommission?: boolean
22434
22443
  extraData?: boolean
22444
+ idmId?: boolean
22435
22445
  specialistId?: boolean
22436
22446
  parentBrandId?: boolean
22437
22447
  searchName?: boolean
@@ -22517,7 +22527,7 @@ export namespace Prisma {
22517
22527
  id: number
22518
22528
  name: string
22519
22529
  description: string | null
22520
- website: string
22530
+ website: string | null
22521
22531
  monthlyContacts: number | null
22522
22532
  monthlyReports: number | null
22523
22533
  lastContactDistribution: Date | null
@@ -22525,6 +22535,7 @@ export namespace Prisma {
22525
22535
  affiliateBaseUrl: string | null
22526
22536
  affiliateCommission: number | null
22527
22537
  extraData: Prisma.JsonValue
22538
+ idmId: string | null
22528
22539
  specialistId: number | null
22529
22540
  parentBrandId: number | null
22530
22541
  searchName: string | null
@@ -22964,6 +22975,7 @@ export namespace Prisma {
22964
22975
  readonly affiliateBaseUrl: FieldRef<"Brand", 'String'>
22965
22976
  readonly affiliateCommission: FieldRef<"Brand", 'Float'>
22966
22977
  readonly extraData: FieldRef<"Brand", 'Json'>
22978
+ readonly idmId: FieldRef<"Brand", 'String'>
22967
22979
  readonly specialistId: FieldRef<"Brand", 'Int'>
22968
22980
  readonly parentBrandId: FieldRef<"Brand", 'Int'>
22969
22981
  readonly searchName: FieldRef<"Brand", 'String'>
@@ -103201,6 +103213,7 @@ export namespace Prisma {
103201
103213
  affiliateBaseUrl: 'affiliateBaseUrl',
103202
103214
  affiliateCommission: 'affiliateCommission',
103203
103215
  extraData: 'extraData',
103216
+ idmId: 'idmId',
103204
103217
  specialistId: 'specialistId',
103205
103218
  parentBrandId: 'parentBrandId',
103206
103219
  searchName: 'searchName'
@@ -104450,6 +104463,7 @@ export namespace Prisma {
104450
104463
  website: 'website',
104451
104464
  logoUrl: 'logoUrl',
104452
104465
  affiliateBaseUrl: 'affiliateBaseUrl',
104466
+ idmId: 'idmId',
104453
104467
  searchName: 'searchName'
104454
104468
  };
104455
104469
 
@@ -106373,7 +106387,7 @@ export namespace Prisma {
106373
106387
  id?: IntFilter<"Brand"> | number
106374
106388
  name?: StringFilter<"Brand"> | string
106375
106389
  description?: StringNullableFilter<"Brand"> | string | null
106376
- website?: StringFilter<"Brand"> | string
106390
+ website?: StringNullableFilter<"Brand"> | string | null
106377
106391
  monthlyContacts?: IntNullableFilter<"Brand"> | number | null
106378
106392
  monthlyReports?: IntNullableFilter<"Brand"> | number | null
106379
106393
  lastContactDistribution?: DateTimeNullableFilter<"Brand"> | Date | string | null
@@ -106381,6 +106395,7 @@ export namespace Prisma {
106381
106395
  affiliateBaseUrl?: StringNullableFilter<"Brand"> | string | null
106382
106396
  affiliateCommission?: FloatNullableFilter<"Brand"> | number | null
106383
106397
  extraData?: JsonFilter<"Brand">
106398
+ idmId?: StringNullableFilter<"Brand"> | string | null
106384
106399
  specialistId?: IntNullableFilter<"Brand"> | number | null
106385
106400
  parentBrandId?: IntNullableFilter<"Brand"> | number | null
106386
106401
  searchName?: StringNullableFilter<"Brand"> | string | null
@@ -106422,7 +106437,7 @@ export namespace Prisma {
106422
106437
  id?: SortOrder
106423
106438
  name?: SortOrder
106424
106439
  description?: SortOrderInput | SortOrder
106425
- website?: SortOrder
106440
+ website?: SortOrderInput | SortOrder
106426
106441
  monthlyContacts?: SortOrderInput | SortOrder
106427
106442
  monthlyReports?: SortOrderInput | SortOrder
106428
106443
  lastContactDistribution?: SortOrderInput | SortOrder
@@ -106430,6 +106445,7 @@ export namespace Prisma {
106430
106445
  affiliateBaseUrl?: SortOrderInput | SortOrder
106431
106446
  affiliateCommission?: SortOrderInput | SortOrder
106432
106447
  extraData?: SortOrder
106448
+ idmId?: SortOrderInput | SortOrder
106433
106449
  specialistId?: SortOrderInput | SortOrder
106434
106450
  parentBrandId?: SortOrderInput | SortOrder
106435
106451
  searchName?: SortOrderInput | SortOrder
@@ -106470,12 +106486,13 @@ export namespace Prisma {
106470
106486
 
106471
106487
  export type BrandWhereUniqueInput = Prisma.AtLeast<{
106472
106488
  id?: number
106489
+ name?: string
106490
+ idmId?: string
106473
106491
  AND?: BrandWhereInput | BrandWhereInput[]
106474
106492
  OR?: BrandWhereInput[]
106475
106493
  NOT?: BrandWhereInput | BrandWhereInput[]
106476
- name?: StringFilter<"Brand"> | string
106477
106494
  description?: StringNullableFilter<"Brand"> | string | null
106478
- website?: StringFilter<"Brand"> | string
106495
+ website?: StringNullableFilter<"Brand"> | string | null
106479
106496
  monthlyContacts?: IntNullableFilter<"Brand"> | number | null
106480
106497
  monthlyReports?: IntNullableFilter<"Brand"> | number | null
106481
106498
  lastContactDistribution?: DateTimeNullableFilter<"Brand"> | Date | string | null
@@ -106518,13 +106535,13 @@ export namespace Prisma {
106518
106535
  emailTrackings?: EmailTrackingListRelationFilter
106519
106536
  parentBrand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
106520
106537
  childBrands?: BrandListRelationFilter
106521
- }, "id">
106538
+ }, "id" | "name" | "idmId">
106522
106539
 
106523
106540
  export type BrandOrderByWithAggregationInput = {
106524
106541
  id?: SortOrder
106525
106542
  name?: SortOrder
106526
106543
  description?: SortOrderInput | SortOrder
106527
- website?: SortOrder
106544
+ website?: SortOrderInput | SortOrder
106528
106545
  monthlyContacts?: SortOrderInput | SortOrder
106529
106546
  monthlyReports?: SortOrderInput | SortOrder
106530
106547
  lastContactDistribution?: SortOrderInput | SortOrder
@@ -106532,6 +106549,7 @@ export namespace Prisma {
106532
106549
  affiliateBaseUrl?: SortOrderInput | SortOrder
106533
106550
  affiliateCommission?: SortOrderInput | SortOrder
106534
106551
  extraData?: SortOrder
106552
+ idmId?: SortOrderInput | SortOrder
106535
106553
  specialistId?: SortOrderInput | SortOrder
106536
106554
  parentBrandId?: SortOrderInput | SortOrder
106537
106555
  searchName?: SortOrderInput | SortOrder
@@ -106549,7 +106567,7 @@ export namespace Prisma {
106549
106567
  id?: IntWithAggregatesFilter<"Brand"> | number
106550
106568
  name?: StringWithAggregatesFilter<"Brand"> | string
106551
106569
  description?: StringNullableWithAggregatesFilter<"Brand"> | string | null
106552
- website?: StringWithAggregatesFilter<"Brand"> | string
106570
+ website?: StringNullableWithAggregatesFilter<"Brand"> | string | null
106553
106571
  monthlyContacts?: IntNullableWithAggregatesFilter<"Brand"> | number | null
106554
106572
  monthlyReports?: IntNullableWithAggregatesFilter<"Brand"> | number | null
106555
106573
  lastContactDistribution?: DateTimeNullableWithAggregatesFilter<"Brand"> | Date | string | null
@@ -106557,6 +106575,7 @@ export namespace Prisma {
106557
106575
  affiliateBaseUrl?: StringNullableWithAggregatesFilter<"Brand"> | string | null
106558
106576
  affiliateCommission?: FloatNullableWithAggregatesFilter<"Brand"> | number | null
106559
106577
  extraData?: JsonWithAggregatesFilter<"Brand">
106578
+ idmId?: StringNullableWithAggregatesFilter<"Brand"> | string | null
106560
106579
  specialistId?: IntNullableWithAggregatesFilter<"Brand"> | number | null
106561
106580
  parentBrandId?: IntNullableWithAggregatesFilter<"Brand"> | number | null
106562
106581
  searchName?: StringNullableWithAggregatesFilter<"Brand"> | string | null
@@ -113947,7 +113966,7 @@ export namespace Prisma {
113947
113966
  export type BrandCreateInput = {
113948
113967
  name: string
113949
113968
  description?: string | null
113950
- website: string
113969
+ website?: string | null
113951
113970
  monthlyContacts?: number | null
113952
113971
  monthlyReports?: number | null
113953
113972
  lastContactDistribution?: Date | string | null
@@ -113955,6 +113974,7 @@ export namespace Prisma {
113955
113974
  affiliateBaseUrl?: string | null
113956
113975
  affiliateCommission?: number | null
113957
113976
  extraData?: JsonNullValueInput | InputJsonValue
113977
+ idmId?: string | null
113958
113978
  searchName?: string | null
113959
113979
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
113960
113980
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -113994,7 +114014,7 @@ export namespace Prisma {
113994
114014
  id?: number
113995
114015
  name: string
113996
114016
  description?: string | null
113997
- website: string
114017
+ website?: string | null
113998
114018
  monthlyContacts?: number | null
113999
114019
  monthlyReports?: number | null
114000
114020
  lastContactDistribution?: Date | string | null
@@ -114002,6 +114022,7 @@ export namespace Prisma {
114002
114022
  affiliateBaseUrl?: string | null
114003
114023
  affiliateCommission?: number | null
114004
114024
  extraData?: JsonNullValueInput | InputJsonValue
114025
+ idmId?: string | null
114005
114026
  specialistId?: number | null
114006
114027
  parentBrandId?: number | null
114007
114028
  searchName?: string | null
@@ -114040,7 +114061,7 @@ export namespace Prisma {
114040
114061
  export type BrandUpdateInput = {
114041
114062
  name?: StringFieldUpdateOperationsInput | string
114042
114063
  description?: NullableStringFieldUpdateOperationsInput | string | null
114043
- website?: StringFieldUpdateOperationsInput | string
114064
+ website?: NullableStringFieldUpdateOperationsInput | string | null
114044
114065
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
114045
114066
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
114046
114067
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -114048,6 +114069,7 @@ export namespace Prisma {
114048
114069
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
114049
114070
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
114050
114071
  extraData?: JsonNullValueInput | InputJsonValue
114072
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
114051
114073
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
114052
114074
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
114053
114075
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -114087,7 +114109,7 @@ export namespace Prisma {
114087
114109
  id?: IntFieldUpdateOperationsInput | number
114088
114110
  name?: StringFieldUpdateOperationsInput | string
114089
114111
  description?: NullableStringFieldUpdateOperationsInput | string | null
114090
- website?: StringFieldUpdateOperationsInput | string
114112
+ website?: NullableStringFieldUpdateOperationsInput | string | null
114091
114113
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
114092
114114
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
114093
114115
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -114095,6 +114117,7 @@ export namespace Prisma {
114095
114117
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
114096
114118
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
114097
114119
  extraData?: JsonNullValueInput | InputJsonValue
114120
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
114098
114121
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
114099
114122
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
114100
114123
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -114134,7 +114157,7 @@ export namespace Prisma {
114134
114157
  id?: number
114135
114158
  name: string
114136
114159
  description?: string | null
114137
- website: string
114160
+ website?: string | null
114138
114161
  monthlyContacts?: number | null
114139
114162
  monthlyReports?: number | null
114140
114163
  lastContactDistribution?: Date | string | null
@@ -114142,6 +114165,7 @@ export namespace Prisma {
114142
114165
  affiliateBaseUrl?: string | null
114143
114166
  affiliateCommission?: number | null
114144
114167
  extraData?: JsonNullValueInput | InputJsonValue
114168
+ idmId?: string | null
114145
114169
  specialistId?: number | null
114146
114170
  parentBrandId?: number | null
114147
114171
  searchName?: string | null
@@ -114150,7 +114174,7 @@ export namespace Prisma {
114150
114174
  export type BrandUpdateManyMutationInput = {
114151
114175
  name?: StringFieldUpdateOperationsInput | string
114152
114176
  description?: NullableStringFieldUpdateOperationsInput | string | null
114153
- website?: StringFieldUpdateOperationsInput | string
114177
+ website?: NullableStringFieldUpdateOperationsInput | string | null
114154
114178
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
114155
114179
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
114156
114180
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -114158,6 +114182,7 @@ export namespace Prisma {
114158
114182
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
114159
114183
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
114160
114184
  extraData?: JsonNullValueInput | InputJsonValue
114185
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
114161
114186
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
114162
114187
  }
114163
114188
 
@@ -114165,7 +114190,7 @@ export namespace Prisma {
114165
114190
  id?: IntFieldUpdateOperationsInput | number
114166
114191
  name?: StringFieldUpdateOperationsInput | string
114167
114192
  description?: NullableStringFieldUpdateOperationsInput | string | null
114168
- website?: StringFieldUpdateOperationsInput | string
114193
+ website?: NullableStringFieldUpdateOperationsInput | string | null
114169
114194
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
114170
114195
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
114171
114196
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -114173,6 +114198,7 @@ export namespace Prisma {
114173
114198
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
114174
114199
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
114175
114200
  extraData?: JsonNullValueInput | InputJsonValue
114201
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
114176
114202
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
114177
114203
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
114178
114204
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -121661,6 +121687,7 @@ export namespace Prisma {
121661
121687
  affiliateBaseUrl?: SortOrder
121662
121688
  affiliateCommission?: SortOrder
121663
121689
  extraData?: SortOrder
121690
+ idmId?: SortOrder
121664
121691
  specialistId?: SortOrder
121665
121692
  parentBrandId?: SortOrder
121666
121693
  searchName?: SortOrder
@@ -121686,6 +121713,7 @@ export namespace Prisma {
121686
121713
  logoUrl?: SortOrder
121687
121714
  affiliateBaseUrl?: SortOrder
121688
121715
  affiliateCommission?: SortOrder
121716
+ idmId?: SortOrder
121689
121717
  specialistId?: SortOrder
121690
121718
  parentBrandId?: SortOrder
121691
121719
  searchName?: SortOrder
@@ -121702,6 +121730,7 @@ export namespace Prisma {
121702
121730
  logoUrl?: SortOrder
121703
121731
  affiliateBaseUrl?: SortOrder
121704
121732
  affiliateCommission?: SortOrder
121733
+ idmId?: SortOrder
121705
121734
  specialistId?: SortOrder
121706
121735
  parentBrandId?: SortOrder
121707
121736
  searchName?: SortOrder
@@ -135546,7 +135575,7 @@ export namespace Prisma {
135546
135575
  export type BrandCreateWithoutDedicatedSpecialistInput = {
135547
135576
  name: string
135548
135577
  description?: string | null
135549
- website: string
135578
+ website?: string | null
135550
135579
  monthlyContacts?: number | null
135551
135580
  monthlyReports?: number | null
135552
135581
  lastContactDistribution?: Date | string | null
@@ -135554,6 +135583,7 @@ export namespace Prisma {
135554
135583
  affiliateBaseUrl?: string | null
135555
135584
  affiliateCommission?: number | null
135556
135585
  extraData?: JsonNullValueInput | InputJsonValue
135586
+ idmId?: string | null
135557
135587
  searchName?: string | null
135558
135588
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
135559
135589
  youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
@@ -135592,7 +135622,7 @@ export namespace Prisma {
135592
135622
  id?: number
135593
135623
  name: string
135594
135624
  description?: string | null
135595
- website: string
135625
+ website?: string | null
135596
135626
  monthlyContacts?: number | null
135597
135627
  monthlyReports?: number | null
135598
135628
  lastContactDistribution?: Date | string | null
@@ -135600,6 +135630,7 @@ export namespace Prisma {
135600
135630
  affiliateBaseUrl?: string | null
135601
135631
  affiliateCommission?: number | null
135602
135632
  extraData?: JsonNullValueInput | InputJsonValue
135633
+ idmId?: string | null
135603
135634
  parentBrandId?: number | null
135604
135635
  searchName?: string | null
135605
135636
  instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
@@ -137103,7 +137134,7 @@ export namespace Prisma {
137103
137134
  id?: IntFilter<"Brand"> | number
137104
137135
  name?: StringFilter<"Brand"> | string
137105
137136
  description?: StringNullableFilter<"Brand"> | string | null
137106
- website?: StringFilter<"Brand"> | string
137137
+ website?: StringNullableFilter<"Brand"> | string | null
137107
137138
  monthlyContacts?: IntNullableFilter<"Brand"> | number | null
137108
137139
  monthlyReports?: IntNullableFilter<"Brand"> | number | null
137109
137140
  lastContactDistribution?: DateTimeNullableFilter<"Brand"> | Date | string | null
@@ -137111,6 +137142,7 @@ export namespace Prisma {
137111
137142
  affiliateBaseUrl?: StringNullableFilter<"Brand"> | string | null
137112
137143
  affiliateCommission?: FloatNullableFilter<"Brand"> | number | null
137113
137144
  extraData?: JsonFilter<"Brand">
137145
+ idmId?: StringNullableFilter<"Brand"> | string | null
137114
137146
  specialistId?: IntNullableFilter<"Brand"> | number | null
137115
137147
  parentBrandId?: IntNullableFilter<"Brand"> | number | null
137116
137148
  searchName?: StringNullableFilter<"Brand"> | string | null
@@ -138352,7 +138384,7 @@ export namespace Prisma {
138352
138384
  export type BrandCreateWithoutInstagramProfileInput = {
138353
138385
  name: string
138354
138386
  description?: string | null
138355
- website: string
138387
+ website?: string | null
138356
138388
  monthlyContacts?: number | null
138357
138389
  monthlyReports?: number | null
138358
138390
  lastContactDistribution?: Date | string | null
@@ -138360,6 +138392,7 @@ export namespace Prisma {
138360
138392
  affiliateBaseUrl?: string | null
138361
138393
  affiliateCommission?: number | null
138362
138394
  extraData?: JsonNullValueInput | InputJsonValue
138395
+ idmId?: string | null
138363
138396
  searchName?: string | null
138364
138397
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
138365
138398
  youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
@@ -138398,7 +138431,7 @@ export namespace Prisma {
138398
138431
  id?: number
138399
138432
  name: string
138400
138433
  description?: string | null
138401
- website: string
138434
+ website?: string | null
138402
138435
  monthlyContacts?: number | null
138403
138436
  monthlyReports?: number | null
138404
138437
  lastContactDistribution?: Date | string | null
@@ -138406,6 +138439,7 @@ export namespace Prisma {
138406
138439
  affiliateBaseUrl?: string | null
138407
138440
  affiliateCommission?: number | null
138408
138441
  extraData?: JsonNullValueInput | InputJsonValue
138442
+ idmId?: string | null
138409
138443
  specialistId?: number | null
138410
138444
  parentBrandId?: number | null
138411
138445
  searchName?: string | null
@@ -138581,7 +138615,7 @@ export namespace Prisma {
138581
138615
  export type BrandUpdateWithoutInstagramProfileInput = {
138582
138616
  name?: StringFieldUpdateOperationsInput | string
138583
138617
  description?: NullableStringFieldUpdateOperationsInput | string | null
138584
- website?: StringFieldUpdateOperationsInput | string
138618
+ website?: NullableStringFieldUpdateOperationsInput | string | null
138585
138619
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
138586
138620
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
138587
138621
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -138589,6 +138623,7 @@ export namespace Prisma {
138589
138623
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
138590
138624
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
138591
138625
  extraData?: JsonNullValueInput | InputJsonValue
138626
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
138592
138627
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
138593
138628
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
138594
138629
  youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
@@ -138627,7 +138662,7 @@ export namespace Prisma {
138627
138662
  id?: IntFieldUpdateOperationsInput | number
138628
138663
  name?: StringFieldUpdateOperationsInput | string
138629
138664
  description?: NullableStringFieldUpdateOperationsInput | string | null
138630
- website?: StringFieldUpdateOperationsInput | string
138665
+ website?: NullableStringFieldUpdateOperationsInput | string | null
138631
138666
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
138632
138667
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
138633
138668
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -138635,6 +138670,7 @@ export namespace Prisma {
138635
138670
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
138636
138671
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
138637
138672
  extraData?: JsonNullValueInput | InputJsonValue
138673
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
138638
138674
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
138639
138675
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
138640
138676
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -138788,7 +138824,7 @@ export namespace Prisma {
138788
138824
  export type BrandCreateWithoutTiktokProfileInput = {
138789
138825
  name: string
138790
138826
  description?: string | null
138791
- website: string
138827
+ website?: string | null
138792
138828
  monthlyContacts?: number | null
138793
138829
  monthlyReports?: number | null
138794
138830
  lastContactDistribution?: Date | string | null
@@ -138796,6 +138832,7 @@ export namespace Prisma {
138796
138832
  affiliateBaseUrl?: string | null
138797
138833
  affiliateCommission?: number | null
138798
138834
  extraData?: JsonNullValueInput | InputJsonValue
138835
+ idmId?: string | null
138799
138836
  searchName?: string | null
138800
138837
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
138801
138838
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -138834,7 +138871,7 @@ export namespace Prisma {
138834
138871
  id?: number
138835
138872
  name: string
138836
138873
  description?: string | null
138837
- website: string
138874
+ website?: string | null
138838
138875
  monthlyContacts?: number | null
138839
138876
  monthlyReports?: number | null
138840
138877
  lastContactDistribution?: Date | string | null
@@ -138842,6 +138879,7 @@ export namespace Prisma {
138842
138879
  affiliateBaseUrl?: string | null
138843
138880
  affiliateCommission?: number | null
138844
138881
  extraData?: JsonNullValueInput | InputJsonValue
138882
+ idmId?: string | null
138845
138883
  specialistId?: number | null
138846
138884
  parentBrandId?: number | null
138847
138885
  searchName?: string | null
@@ -139017,7 +139055,7 @@ export namespace Prisma {
139017
139055
  export type BrandUpdateWithoutTiktokProfileInput = {
139018
139056
  name?: StringFieldUpdateOperationsInput | string
139019
139057
  description?: NullableStringFieldUpdateOperationsInput | string | null
139020
- website?: StringFieldUpdateOperationsInput | string
139058
+ website?: NullableStringFieldUpdateOperationsInput | string | null
139021
139059
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
139022
139060
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
139023
139061
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -139025,6 +139063,7 @@ export namespace Prisma {
139025
139063
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
139026
139064
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
139027
139065
  extraData?: JsonNullValueInput | InputJsonValue
139066
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
139028
139067
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
139029
139068
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
139030
139069
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -139063,7 +139102,7 @@ export namespace Prisma {
139063
139102
  id?: IntFieldUpdateOperationsInput | number
139064
139103
  name?: StringFieldUpdateOperationsInput | string
139065
139104
  description?: NullableStringFieldUpdateOperationsInput | string | null
139066
- website?: StringFieldUpdateOperationsInput | string
139105
+ website?: NullableStringFieldUpdateOperationsInput | string | null
139067
139106
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
139068
139107
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
139069
139108
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -139071,6 +139110,7 @@ export namespace Prisma {
139071
139110
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
139072
139111
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
139073
139112
  extraData?: JsonNullValueInput | InputJsonValue
139113
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
139074
139114
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
139075
139115
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
139076
139116
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -139224,7 +139264,7 @@ export namespace Prisma {
139224
139264
  export type BrandCreateWithoutYoutubeProfileInput = {
139225
139265
  name: string
139226
139266
  description?: string | null
139227
- website: string
139267
+ website?: string | null
139228
139268
  monthlyContacts?: number | null
139229
139269
  monthlyReports?: number | null
139230
139270
  lastContactDistribution?: Date | string | null
@@ -139232,6 +139272,7 @@ export namespace Prisma {
139232
139272
  affiliateBaseUrl?: string | null
139233
139273
  affiliateCommission?: number | null
139234
139274
  extraData?: JsonNullValueInput | InputJsonValue
139275
+ idmId?: string | null
139235
139276
  searchName?: string | null
139236
139277
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
139237
139278
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -139270,7 +139311,7 @@ export namespace Prisma {
139270
139311
  id?: number
139271
139312
  name: string
139272
139313
  description?: string | null
139273
- website: string
139314
+ website?: string | null
139274
139315
  monthlyContacts?: number | null
139275
139316
  monthlyReports?: number | null
139276
139317
  lastContactDistribution?: Date | string | null
@@ -139278,6 +139319,7 @@ export namespace Prisma {
139278
139319
  affiliateBaseUrl?: string | null
139279
139320
  affiliateCommission?: number | null
139280
139321
  extraData?: JsonNullValueInput | InputJsonValue
139322
+ idmId?: string | null
139281
139323
  specialistId?: number | null
139282
139324
  parentBrandId?: number | null
139283
139325
  searchName?: string | null
@@ -139453,7 +139495,7 @@ export namespace Prisma {
139453
139495
  export type BrandUpdateWithoutYoutubeProfileInput = {
139454
139496
  name?: StringFieldUpdateOperationsInput | string
139455
139497
  description?: NullableStringFieldUpdateOperationsInput | string | null
139456
- website?: StringFieldUpdateOperationsInput | string
139498
+ website?: NullableStringFieldUpdateOperationsInput | string | null
139457
139499
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
139458
139500
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
139459
139501
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -139461,6 +139503,7 @@ export namespace Prisma {
139461
139503
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
139462
139504
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
139463
139505
  extraData?: JsonNullValueInput | InputJsonValue
139506
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
139464
139507
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
139465
139508
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
139466
139509
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -139499,7 +139542,7 @@ export namespace Prisma {
139499
139542
  id?: IntFieldUpdateOperationsInput | number
139500
139543
  name?: StringFieldUpdateOperationsInput | string
139501
139544
  description?: NullableStringFieldUpdateOperationsInput | string | null
139502
- website?: StringFieldUpdateOperationsInput | string
139545
+ website?: NullableStringFieldUpdateOperationsInput | string | null
139503
139546
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
139504
139547
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
139505
139548
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -139507,6 +139550,7 @@ export namespace Prisma {
139507
139550
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
139508
139551
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
139509
139552
  extraData?: JsonNullValueInput | InputJsonValue
139553
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
139510
139554
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
139511
139555
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
139512
139556
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -140374,7 +140418,7 @@ export namespace Prisma {
140374
140418
  export type BrandCreateWithoutBrandUsersInput = {
140375
140419
  name: string
140376
140420
  description?: string | null
140377
- website: string
140421
+ website?: string | null
140378
140422
  monthlyContacts?: number | null
140379
140423
  monthlyReports?: number | null
140380
140424
  lastContactDistribution?: Date | string | null
@@ -140382,6 +140426,7 @@ export namespace Prisma {
140382
140426
  affiliateBaseUrl?: string | null
140383
140427
  affiliateCommission?: number | null
140384
140428
  extraData?: JsonNullValueInput | InputJsonValue
140429
+ idmId?: string | null
140385
140430
  searchName?: string | null
140386
140431
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
140387
140432
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -140420,7 +140465,7 @@ export namespace Prisma {
140420
140465
  id?: number
140421
140466
  name: string
140422
140467
  description?: string | null
140423
- website: string
140468
+ website?: string | null
140424
140469
  monthlyContacts?: number | null
140425
140470
  monthlyReports?: number | null
140426
140471
  lastContactDistribution?: Date | string | null
@@ -140428,6 +140473,7 @@ export namespace Prisma {
140428
140473
  affiliateBaseUrl?: string | null
140429
140474
  affiliateCommission?: number | null
140430
140475
  extraData?: JsonNullValueInput | InputJsonValue
140476
+ idmId?: string | null
140431
140477
  specialistId?: number | null
140432
140478
  parentBrandId?: number | null
140433
140479
  searchName?: string | null
@@ -140603,7 +140649,7 @@ export namespace Prisma {
140603
140649
  export type BrandUpdateWithoutBrandUsersInput = {
140604
140650
  name?: StringFieldUpdateOperationsInput | string
140605
140651
  description?: NullableStringFieldUpdateOperationsInput | string | null
140606
- website?: StringFieldUpdateOperationsInput | string
140652
+ website?: NullableStringFieldUpdateOperationsInput | string | null
140607
140653
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
140608
140654
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
140609
140655
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -140611,6 +140657,7 @@ export namespace Prisma {
140611
140657
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
140612
140658
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
140613
140659
  extraData?: JsonNullValueInput | InputJsonValue
140660
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
140614
140661
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
140615
140662
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
140616
140663
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -140649,7 +140696,7 @@ export namespace Prisma {
140649
140696
  id?: IntFieldUpdateOperationsInput | number
140650
140697
  name?: StringFieldUpdateOperationsInput | string
140651
140698
  description?: NullableStringFieldUpdateOperationsInput | string | null
140652
- website?: StringFieldUpdateOperationsInput | string
140699
+ website?: NullableStringFieldUpdateOperationsInput | string | null
140653
140700
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
140654
140701
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
140655
140702
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -140657,6 +140704,7 @@ export namespace Prisma {
140657
140704
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
140658
140705
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
140659
140706
  extraData?: JsonNullValueInput | InputJsonValue
140707
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
140660
140708
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
140661
140709
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
140662
140710
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -141944,7 +141992,7 @@ export namespace Prisma {
141944
141992
  export type BrandCreateWithoutChildBrandsInput = {
141945
141993
  name: string
141946
141994
  description?: string | null
141947
- website: string
141995
+ website?: string | null
141948
141996
  monthlyContacts?: number | null
141949
141997
  monthlyReports?: number | null
141950
141998
  lastContactDistribution?: Date | string | null
@@ -141952,6 +142000,7 @@ export namespace Prisma {
141952
142000
  affiliateBaseUrl?: string | null
141953
142001
  affiliateCommission?: number | null
141954
142002
  extraData?: JsonNullValueInput | InputJsonValue
142003
+ idmId?: string | null
141955
142004
  searchName?: string | null
141956
142005
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
141957
142006
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -141990,7 +142039,7 @@ export namespace Prisma {
141990
142039
  id?: number
141991
142040
  name: string
141992
142041
  description?: string | null
141993
- website: string
142042
+ website?: string | null
141994
142043
  monthlyContacts?: number | null
141995
142044
  monthlyReports?: number | null
141996
142045
  lastContactDistribution?: Date | string | null
@@ -141998,6 +142047,7 @@ export namespace Prisma {
141998
142047
  affiliateBaseUrl?: string | null
141999
142048
  affiliateCommission?: number | null
142000
142049
  extraData?: JsonNullValueInput | InputJsonValue
142050
+ idmId?: string | null
142001
142051
  specialistId?: number | null
142002
142052
  parentBrandId?: number | null
142003
142053
  searchName?: string | null
@@ -142040,7 +142090,7 @@ export namespace Prisma {
142040
142090
  export type BrandCreateWithoutParentBrandInput = {
142041
142091
  name: string
142042
142092
  description?: string | null
142043
- website: string
142093
+ website?: string | null
142044
142094
  monthlyContacts?: number | null
142045
142095
  monthlyReports?: number | null
142046
142096
  lastContactDistribution?: Date | string | null
@@ -142048,6 +142098,7 @@ export namespace Prisma {
142048
142098
  affiliateBaseUrl?: string | null
142049
142099
  affiliateCommission?: number | null
142050
142100
  extraData?: JsonNullValueInput | InputJsonValue
142101
+ idmId?: string | null
142051
142102
  searchName?: string | null
142052
142103
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
142053
142104
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -142086,7 +142137,7 @@ export namespace Prisma {
142086
142137
  id?: number
142087
142138
  name: string
142088
142139
  description?: string | null
142089
- website: string
142140
+ website?: string | null
142090
142141
  monthlyContacts?: number | null
142091
142142
  monthlyReports?: number | null
142092
142143
  lastContactDistribution?: Date | string | null
@@ -142094,6 +142145,7 @@ export namespace Prisma {
142094
142145
  affiliateBaseUrl?: string | null
142095
142146
  affiliateCommission?: number | null
142096
142147
  extraData?: JsonNullValueInput | InputJsonValue
142148
+ idmId?: string | null
142097
142149
  specialistId?: number | null
142098
142150
  searchName?: string | null
142099
142151
  instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
@@ -143163,7 +143215,7 @@ export namespace Prisma {
143163
143215
  export type BrandUpdateWithoutChildBrandsInput = {
143164
143216
  name?: StringFieldUpdateOperationsInput | string
143165
143217
  description?: NullableStringFieldUpdateOperationsInput | string | null
143166
- website?: StringFieldUpdateOperationsInput | string
143218
+ website?: NullableStringFieldUpdateOperationsInput | string | null
143167
143219
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
143168
143220
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
143169
143221
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -143171,6 +143223,7 @@ export namespace Prisma {
143171
143223
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
143172
143224
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
143173
143225
  extraData?: JsonNullValueInput | InputJsonValue
143226
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
143174
143227
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
143175
143228
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
143176
143229
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -143209,7 +143262,7 @@ export namespace Prisma {
143209
143262
  id?: IntFieldUpdateOperationsInput | number
143210
143263
  name?: StringFieldUpdateOperationsInput | string
143211
143264
  description?: NullableStringFieldUpdateOperationsInput | string | null
143212
- website?: StringFieldUpdateOperationsInput | string
143265
+ website?: NullableStringFieldUpdateOperationsInput | string | null
143213
143266
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
143214
143267
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
143215
143268
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -143217,6 +143270,7 @@ export namespace Prisma {
143217
143270
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
143218
143271
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
143219
143272
  extraData?: JsonNullValueInput | InputJsonValue
143273
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
143220
143274
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
143221
143275
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
143222
143276
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -143322,7 +143376,7 @@ export namespace Prisma {
143322
143376
  export type BrandCreateWithoutSearchContactsInput = {
143323
143377
  name: string
143324
143378
  description?: string | null
143325
- website: string
143379
+ website?: string | null
143326
143380
  monthlyContacts?: number | null
143327
143381
  monthlyReports?: number | null
143328
143382
  lastContactDistribution?: Date | string | null
@@ -143330,6 +143384,7 @@ export namespace Prisma {
143330
143384
  affiliateBaseUrl?: string | null
143331
143385
  affiliateCommission?: number | null
143332
143386
  extraData?: JsonNullValueInput | InputJsonValue
143387
+ idmId?: string | null
143333
143388
  searchName?: string | null
143334
143389
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
143335
143390
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -143368,7 +143423,7 @@ export namespace Prisma {
143368
143423
  id?: number
143369
143424
  name: string
143370
143425
  description?: string | null
143371
- website: string
143426
+ website?: string | null
143372
143427
  monthlyContacts?: number | null
143373
143428
  monthlyReports?: number | null
143374
143429
  lastContactDistribution?: Date | string | null
@@ -143376,6 +143431,7 @@ export namespace Prisma {
143376
143431
  affiliateBaseUrl?: string | null
143377
143432
  affiliateCommission?: number | null
143378
143433
  extraData?: JsonNullValueInput | InputJsonValue
143434
+ idmId?: string | null
143379
143435
  specialistId?: number | null
143380
143436
  parentBrandId?: number | null
143381
143437
  searchName?: string | null
@@ -143493,7 +143549,7 @@ export namespace Prisma {
143493
143549
  export type BrandUpdateWithoutSearchContactsInput = {
143494
143550
  name?: StringFieldUpdateOperationsInput | string
143495
143551
  description?: NullableStringFieldUpdateOperationsInput | string | null
143496
- website?: StringFieldUpdateOperationsInput | string
143552
+ website?: NullableStringFieldUpdateOperationsInput | string | null
143497
143553
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
143498
143554
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
143499
143555
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -143501,6 +143557,7 @@ export namespace Prisma {
143501
143557
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
143502
143558
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
143503
143559
  extraData?: JsonNullValueInput | InputJsonValue
143560
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
143504
143561
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
143505
143562
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
143506
143563
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -143539,7 +143596,7 @@ export namespace Prisma {
143539
143596
  id?: IntFieldUpdateOperationsInput | number
143540
143597
  name?: StringFieldUpdateOperationsInput | string
143541
143598
  description?: NullableStringFieldUpdateOperationsInput | string | null
143542
- website?: StringFieldUpdateOperationsInput | string
143599
+ website?: NullableStringFieldUpdateOperationsInput | string | null
143543
143600
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
143544
143601
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
143545
143602
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -143547,6 +143604,7 @@ export namespace Prisma {
143547
143604
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
143548
143605
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
143549
143606
  extraData?: JsonNullValueInput | InputJsonValue
143607
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
143550
143608
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
143551
143609
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
143552
143610
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -143636,7 +143694,7 @@ export namespace Prisma {
143636
143694
  export type BrandCreateWithoutReportCreditsInput = {
143637
143695
  name: string
143638
143696
  description?: string | null
143639
- website: string
143697
+ website?: string | null
143640
143698
  monthlyContacts?: number | null
143641
143699
  monthlyReports?: number | null
143642
143700
  lastContactDistribution?: Date | string | null
@@ -143644,6 +143702,7 @@ export namespace Prisma {
143644
143702
  affiliateBaseUrl?: string | null
143645
143703
  affiliateCommission?: number | null
143646
143704
  extraData?: JsonNullValueInput | InputJsonValue
143705
+ idmId?: string | null
143647
143706
  searchName?: string | null
143648
143707
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
143649
143708
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -143682,7 +143741,7 @@ export namespace Prisma {
143682
143741
  id?: number
143683
143742
  name: string
143684
143743
  description?: string | null
143685
- website: string
143744
+ website?: string | null
143686
143745
  monthlyContacts?: number | null
143687
143746
  monthlyReports?: number | null
143688
143747
  lastContactDistribution?: Date | string | null
@@ -143690,6 +143749,7 @@ export namespace Prisma {
143690
143749
  affiliateBaseUrl?: string | null
143691
143750
  affiliateCommission?: number | null
143692
143751
  extraData?: JsonNullValueInput | InputJsonValue
143752
+ idmId?: string | null
143693
143753
  specialistId?: number | null
143694
143754
  parentBrandId?: number | null
143695
143755
  searchName?: string | null
@@ -143807,7 +143867,7 @@ export namespace Prisma {
143807
143867
  export type BrandUpdateWithoutReportCreditsInput = {
143808
143868
  name?: StringFieldUpdateOperationsInput | string
143809
143869
  description?: NullableStringFieldUpdateOperationsInput | string | null
143810
- website?: StringFieldUpdateOperationsInput | string
143870
+ website?: NullableStringFieldUpdateOperationsInput | string | null
143811
143871
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
143812
143872
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
143813
143873
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -143815,6 +143875,7 @@ export namespace Prisma {
143815
143875
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
143816
143876
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
143817
143877
  extraData?: JsonNullValueInput | InputJsonValue
143878
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
143818
143879
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
143819
143880
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
143820
143881
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -143853,7 +143914,7 @@ export namespace Prisma {
143853
143914
  id?: IntFieldUpdateOperationsInput | number
143854
143915
  name?: StringFieldUpdateOperationsInput | string
143855
143916
  description?: NullableStringFieldUpdateOperationsInput | string | null
143856
- website?: StringFieldUpdateOperationsInput | string
143917
+ website?: NullableStringFieldUpdateOperationsInput | string | null
143857
143918
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
143858
143919
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
143859
143920
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -143861,6 +143922,7 @@ export namespace Prisma {
143861
143922
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
143862
143923
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
143863
143924
  extraData?: JsonNullValueInput | InputJsonValue
143925
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
143864
143926
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
143865
143927
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
143866
143928
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -143898,7 +143960,7 @@ export namespace Prisma {
143898
143960
  export type BrandCreateWithoutImagesInput = {
143899
143961
  name: string
143900
143962
  description?: string | null
143901
- website: string
143963
+ website?: string | null
143902
143964
  monthlyContacts?: number | null
143903
143965
  monthlyReports?: number | null
143904
143966
  lastContactDistribution?: Date | string | null
@@ -143906,6 +143968,7 @@ export namespace Prisma {
143906
143968
  affiliateBaseUrl?: string | null
143907
143969
  affiliateCommission?: number | null
143908
143970
  extraData?: JsonNullValueInput | InputJsonValue
143971
+ idmId?: string | null
143909
143972
  searchName?: string | null
143910
143973
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
143911
143974
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -143944,7 +144007,7 @@ export namespace Prisma {
143944
144007
  id?: number
143945
144008
  name: string
143946
144009
  description?: string | null
143947
- website: string
144010
+ website?: string | null
143948
144011
  monthlyContacts?: number | null
143949
144012
  monthlyReports?: number | null
143950
144013
  lastContactDistribution?: Date | string | null
@@ -143952,6 +144015,7 @@ export namespace Prisma {
143952
144015
  affiliateBaseUrl?: string | null
143953
144016
  affiliateCommission?: number | null
143954
144017
  extraData?: JsonNullValueInput | InputJsonValue
144018
+ idmId?: string | null
143955
144019
  specialistId?: number | null
143956
144020
  parentBrandId?: number | null
143957
144021
  searchName?: string | null
@@ -144026,7 +144090,7 @@ export namespace Prisma {
144026
144090
  export type BrandUpdateWithoutImagesInput = {
144027
144091
  name?: StringFieldUpdateOperationsInput | string
144028
144092
  description?: NullableStringFieldUpdateOperationsInput | string | null
144029
- website?: StringFieldUpdateOperationsInput | string
144093
+ website?: NullableStringFieldUpdateOperationsInput | string | null
144030
144094
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
144031
144095
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
144032
144096
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -144034,6 +144098,7 @@ export namespace Prisma {
144034
144098
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
144035
144099
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
144036
144100
  extraData?: JsonNullValueInput | InputJsonValue
144101
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
144037
144102
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
144038
144103
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
144039
144104
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -144072,7 +144137,7 @@ export namespace Prisma {
144072
144137
  id?: IntFieldUpdateOperationsInput | number
144073
144138
  name?: StringFieldUpdateOperationsInput | string
144074
144139
  description?: NullableStringFieldUpdateOperationsInput | string | null
144075
- website?: StringFieldUpdateOperationsInput | string
144140
+ website?: NullableStringFieldUpdateOperationsInput | string | null
144076
144141
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
144077
144142
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
144078
144143
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -144080,6 +144145,7 @@ export namespace Prisma {
144080
144145
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
144081
144146
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
144082
144147
  extraData?: JsonNullValueInput | InputJsonValue
144148
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
144083
144149
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
144084
144150
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
144085
144151
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -144143,7 +144209,7 @@ export namespace Prisma {
144143
144209
  export type BrandCreateWithoutCategoriesInput = {
144144
144210
  name: string
144145
144211
  description?: string | null
144146
- website: string
144212
+ website?: string | null
144147
144213
  monthlyContacts?: number | null
144148
144214
  monthlyReports?: number | null
144149
144215
  lastContactDistribution?: Date | string | null
@@ -144151,6 +144217,7 @@ export namespace Prisma {
144151
144217
  affiliateBaseUrl?: string | null
144152
144218
  affiliateCommission?: number | null
144153
144219
  extraData?: JsonNullValueInput | InputJsonValue
144220
+ idmId?: string | null
144154
144221
  searchName?: string | null
144155
144222
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
144156
144223
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -144189,7 +144256,7 @@ export namespace Prisma {
144189
144256
  id?: number
144190
144257
  name: string
144191
144258
  description?: string | null
144192
- website: string
144259
+ website?: string | null
144193
144260
  monthlyContacts?: number | null
144194
144261
  monthlyReports?: number | null
144195
144262
  lastContactDistribution?: Date | string | null
@@ -144197,6 +144264,7 @@ export namespace Prisma {
144197
144264
  affiliateBaseUrl?: string | null
144198
144265
  affiliateCommission?: number | null
144199
144266
  extraData?: JsonNullValueInput | InputJsonValue
144267
+ idmId?: string | null
144200
144268
  specialistId?: number | null
144201
144269
  parentBrandId?: number | null
144202
144270
  searchName?: string | null
@@ -144270,7 +144338,7 @@ export namespace Prisma {
144270
144338
  export type BrandUpdateWithoutCategoriesInput = {
144271
144339
  name?: StringFieldUpdateOperationsInput | string
144272
144340
  description?: NullableStringFieldUpdateOperationsInput | string | null
144273
- website?: StringFieldUpdateOperationsInput | string
144341
+ website?: NullableStringFieldUpdateOperationsInput | string | null
144274
144342
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
144275
144343
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
144276
144344
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -144278,6 +144346,7 @@ export namespace Prisma {
144278
144346
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
144279
144347
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
144280
144348
  extraData?: JsonNullValueInput | InputJsonValue
144349
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
144281
144350
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
144282
144351
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
144283
144352
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -144316,7 +144385,7 @@ export namespace Prisma {
144316
144385
  id?: IntFieldUpdateOperationsInput | number
144317
144386
  name?: StringFieldUpdateOperationsInput | string
144318
144387
  description?: NullableStringFieldUpdateOperationsInput | string | null
144319
- website?: StringFieldUpdateOperationsInput | string
144388
+ website?: NullableStringFieldUpdateOperationsInput | string | null
144320
144389
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
144321
144390
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
144322
144391
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -144324,6 +144393,7 @@ export namespace Prisma {
144324
144393
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
144325
144394
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
144326
144395
  extraData?: JsonNullValueInput | InputJsonValue
144396
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
144327
144397
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
144328
144398
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
144329
144399
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -145523,7 +145593,7 @@ export namespace Prisma {
145523
145593
  export type BrandCreateWithoutCampaignsInput = {
145524
145594
  name: string
145525
145595
  description?: string | null
145526
- website: string
145596
+ website?: string | null
145527
145597
  monthlyContacts?: number | null
145528
145598
  monthlyReports?: number | null
145529
145599
  lastContactDistribution?: Date | string | null
@@ -145531,6 +145601,7 @@ export namespace Prisma {
145531
145601
  affiliateBaseUrl?: string | null
145532
145602
  affiliateCommission?: number | null
145533
145603
  extraData?: JsonNullValueInput | InputJsonValue
145604
+ idmId?: string | null
145534
145605
  searchName?: string | null
145535
145606
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
145536
145607
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -145569,7 +145640,7 @@ export namespace Prisma {
145569
145640
  id?: number
145570
145641
  name: string
145571
145642
  description?: string | null
145572
- website: string
145643
+ website?: string | null
145573
145644
  monthlyContacts?: number | null
145574
145645
  monthlyReports?: number | null
145575
145646
  lastContactDistribution?: Date | string | null
@@ -145577,6 +145648,7 @@ export namespace Prisma {
145577
145648
  affiliateBaseUrl?: string | null
145578
145649
  affiliateCommission?: number | null
145579
145650
  extraData?: JsonNullValueInput | InputJsonValue
145651
+ idmId?: string | null
145580
145652
  specialistId?: number | null
145581
145653
  parentBrandId?: number | null
145582
145654
  searchName?: string | null
@@ -146051,7 +146123,7 @@ export namespace Prisma {
146051
146123
  export type BrandUpdateWithoutCampaignsInput = {
146052
146124
  name?: StringFieldUpdateOperationsInput | string
146053
146125
  description?: NullableStringFieldUpdateOperationsInput | string | null
146054
- website?: StringFieldUpdateOperationsInput | string
146126
+ website?: NullableStringFieldUpdateOperationsInput | string | null
146055
146127
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
146056
146128
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
146057
146129
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -146059,6 +146131,7 @@ export namespace Prisma {
146059
146131
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
146060
146132
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
146061
146133
  extraData?: JsonNullValueInput | InputJsonValue
146134
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
146062
146135
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
146063
146136
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
146064
146137
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -146097,7 +146170,7 @@ export namespace Prisma {
146097
146170
  id?: IntFieldUpdateOperationsInput | number
146098
146171
  name?: StringFieldUpdateOperationsInput | string
146099
146172
  description?: NullableStringFieldUpdateOperationsInput | string | null
146100
- website?: StringFieldUpdateOperationsInput | string
146173
+ website?: NullableStringFieldUpdateOperationsInput | string | null
146101
146174
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
146102
146175
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
146103
146176
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -146105,6 +146178,7 @@ export namespace Prisma {
146105
146178
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
146106
146179
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
146107
146180
  extraData?: JsonNullValueInput | InputJsonValue
146181
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
146108
146182
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
146109
146183
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
146110
146184
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -148176,7 +148250,7 @@ export namespace Prisma {
148176
148250
  export type BrandCreateWithoutProductListsInput = {
148177
148251
  name: string
148178
148252
  description?: string | null
148179
- website: string
148253
+ website?: string | null
148180
148254
  monthlyContacts?: number | null
148181
148255
  monthlyReports?: number | null
148182
148256
  lastContactDistribution?: Date | string | null
@@ -148184,6 +148258,7 @@ export namespace Prisma {
148184
148258
  affiliateBaseUrl?: string | null
148185
148259
  affiliateCommission?: number | null
148186
148260
  extraData?: JsonNullValueInput | InputJsonValue
148261
+ idmId?: string | null
148187
148262
  searchName?: string | null
148188
148263
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
148189
148264
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -148222,7 +148297,7 @@ export namespace Prisma {
148222
148297
  id?: number
148223
148298
  name: string
148224
148299
  description?: string | null
148225
- website: string
148300
+ website?: string | null
148226
148301
  monthlyContacts?: number | null
148227
148302
  monthlyReports?: number | null
148228
148303
  lastContactDistribution?: Date | string | null
@@ -148230,6 +148305,7 @@ export namespace Prisma {
148230
148305
  affiliateBaseUrl?: string | null
148231
148306
  affiliateCommission?: number | null
148232
148307
  extraData?: JsonNullValueInput | InputJsonValue
148308
+ idmId?: string | null
148233
148309
  specialistId?: number | null
148234
148310
  parentBrandId?: number | null
148235
148311
  searchName?: string | null
@@ -148328,7 +148404,7 @@ export namespace Prisma {
148328
148404
  export type BrandUpdateWithoutProductListsInput = {
148329
148405
  name?: StringFieldUpdateOperationsInput | string
148330
148406
  description?: NullableStringFieldUpdateOperationsInput | string | null
148331
- website?: StringFieldUpdateOperationsInput | string
148407
+ website?: NullableStringFieldUpdateOperationsInput | string | null
148332
148408
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
148333
148409
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
148334
148410
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -148336,6 +148412,7 @@ export namespace Prisma {
148336
148412
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
148337
148413
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
148338
148414
  extraData?: JsonNullValueInput | InputJsonValue
148415
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
148339
148416
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
148340
148417
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
148341
148418
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -148374,7 +148451,7 @@ export namespace Prisma {
148374
148451
  id?: IntFieldUpdateOperationsInput | number
148375
148452
  name?: StringFieldUpdateOperationsInput | string
148376
148453
  description?: NullableStringFieldUpdateOperationsInput | string | null
148377
- website?: StringFieldUpdateOperationsInput | string
148454
+ website?: NullableStringFieldUpdateOperationsInput | string | null
148378
148455
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
148379
148456
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
148380
148457
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -148382,6 +148459,7 @@ export namespace Prisma {
148382
148459
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
148383
148460
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
148384
148461
  extraData?: JsonNullValueInput | InputJsonValue
148462
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
148385
148463
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
148386
148464
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
148387
148465
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -153919,7 +153997,7 @@ export namespace Prisma {
153919
153997
  export type BrandCreateWithoutPendingBrandInvoicePaymentsInput = {
153920
153998
  name: string
153921
153999
  description?: string | null
153922
- website: string
154000
+ website?: string | null
153923
154001
  monthlyContacts?: number | null
153924
154002
  monthlyReports?: number | null
153925
154003
  lastContactDistribution?: Date | string | null
@@ -153927,6 +154005,7 @@ export namespace Prisma {
153927
154005
  affiliateBaseUrl?: string | null
153928
154006
  affiliateCommission?: number | null
153929
154007
  extraData?: JsonNullValueInput | InputJsonValue
154008
+ idmId?: string | null
153930
154009
  searchName?: string | null
153931
154010
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
153932
154011
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -153965,7 +154044,7 @@ export namespace Prisma {
153965
154044
  id?: number
153966
154045
  name: string
153967
154046
  description?: string | null
153968
- website: string
154047
+ website?: string | null
153969
154048
  monthlyContacts?: number | null
153970
154049
  monthlyReports?: number | null
153971
154050
  lastContactDistribution?: Date | string | null
@@ -153973,6 +154052,7 @@ export namespace Prisma {
153973
154052
  affiliateBaseUrl?: string | null
153974
154053
  affiliateCommission?: number | null
153975
154054
  extraData?: JsonNullValueInput | InputJsonValue
154055
+ idmId?: string | null
153976
154056
  specialistId?: number | null
153977
154057
  parentBrandId?: number | null
153978
154058
  searchName?: string | null
@@ -154026,7 +154106,7 @@ export namespace Prisma {
154026
154106
  export type BrandUpdateWithoutPendingBrandInvoicePaymentsInput = {
154027
154107
  name?: StringFieldUpdateOperationsInput | string
154028
154108
  description?: NullableStringFieldUpdateOperationsInput | string | null
154029
- website?: StringFieldUpdateOperationsInput | string
154109
+ website?: NullableStringFieldUpdateOperationsInput | string | null
154030
154110
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
154031
154111
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
154032
154112
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -154034,6 +154114,7 @@ export namespace Prisma {
154034
154114
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
154035
154115
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
154036
154116
  extraData?: JsonNullValueInput | InputJsonValue
154117
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
154037
154118
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
154038
154119
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
154039
154120
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -154072,7 +154153,7 @@ export namespace Prisma {
154072
154153
  id?: IntFieldUpdateOperationsInput | number
154073
154154
  name?: StringFieldUpdateOperationsInput | string
154074
154155
  description?: NullableStringFieldUpdateOperationsInput | string | null
154075
- website?: StringFieldUpdateOperationsInput | string
154156
+ website?: NullableStringFieldUpdateOperationsInput | string | null
154076
154157
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
154077
154158
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
154078
154159
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -154080,6 +154161,7 @@ export namespace Prisma {
154080
154161
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
154081
154162
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
154082
154163
  extraData?: JsonNullValueInput | InputJsonValue
154164
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
154083
154165
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
154084
154166
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
154085
154167
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -154117,7 +154199,7 @@ export namespace Prisma {
154117
154199
  export type BrandCreateWithoutPaymentTransactionsInput = {
154118
154200
  name: string
154119
154201
  description?: string | null
154120
- website: string
154202
+ website?: string | null
154121
154203
  monthlyContacts?: number | null
154122
154204
  monthlyReports?: number | null
154123
154205
  lastContactDistribution?: Date | string | null
@@ -154125,6 +154207,7 @@ export namespace Prisma {
154125
154207
  affiliateBaseUrl?: string | null
154126
154208
  affiliateCommission?: number | null
154127
154209
  extraData?: JsonNullValueInput | InputJsonValue
154210
+ idmId?: string | null
154128
154211
  searchName?: string | null
154129
154212
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
154130
154213
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -154163,7 +154246,7 @@ export namespace Prisma {
154163
154246
  id?: number
154164
154247
  name: string
154165
154248
  description?: string | null
154166
- website: string
154249
+ website?: string | null
154167
154250
  monthlyContacts?: number | null
154168
154251
  monthlyReports?: number | null
154169
154252
  lastContactDistribution?: Date | string | null
@@ -154171,6 +154254,7 @@ export namespace Prisma {
154171
154254
  affiliateBaseUrl?: string | null
154172
154255
  affiliateCommission?: number | null
154173
154256
  extraData?: JsonNullValueInput | InputJsonValue
154257
+ idmId?: string | null
154174
154258
  specialistId?: number | null
154175
154259
  parentBrandId?: number | null
154176
154260
  searchName?: string | null
@@ -154404,7 +154488,7 @@ export namespace Prisma {
154404
154488
  export type BrandUpdateWithoutPaymentTransactionsInput = {
154405
154489
  name?: StringFieldUpdateOperationsInput | string
154406
154490
  description?: NullableStringFieldUpdateOperationsInput | string | null
154407
- website?: StringFieldUpdateOperationsInput | string
154491
+ website?: NullableStringFieldUpdateOperationsInput | string | null
154408
154492
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
154409
154493
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
154410
154494
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -154412,6 +154496,7 @@ export namespace Prisma {
154412
154496
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
154413
154497
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
154414
154498
  extraData?: JsonNullValueInput | InputJsonValue
154499
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
154415
154500
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
154416
154501
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
154417
154502
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -154450,7 +154535,7 @@ export namespace Prisma {
154450
154535
  id?: IntFieldUpdateOperationsInput | number
154451
154536
  name?: StringFieldUpdateOperationsInput | string
154452
154537
  description?: NullableStringFieldUpdateOperationsInput | string | null
154453
- website?: StringFieldUpdateOperationsInput | string
154538
+ website?: NullableStringFieldUpdateOperationsInput | string | null
154454
154539
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
154455
154540
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
154456
154541
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -154458,6 +154543,7 @@ export namespace Prisma {
154458
154543
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
154459
154544
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
154460
154545
  extraData?: JsonNullValueInput | InputJsonValue
154546
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
154461
154547
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
154462
154548
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
154463
154549
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -155196,7 +155282,7 @@ export namespace Prisma {
155196
155282
  export type BrandCreateWithoutAffiliateLinksInput = {
155197
155283
  name: string
155198
155284
  description?: string | null
155199
- website: string
155285
+ website?: string | null
155200
155286
  monthlyContacts?: number | null
155201
155287
  monthlyReports?: number | null
155202
155288
  lastContactDistribution?: Date | string | null
@@ -155204,6 +155290,7 @@ export namespace Prisma {
155204
155290
  affiliateBaseUrl?: string | null
155205
155291
  affiliateCommission?: number | null
155206
155292
  extraData?: JsonNullValueInput | InputJsonValue
155293
+ idmId?: string | null
155207
155294
  searchName?: string | null
155208
155295
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
155209
155296
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -155242,7 +155329,7 @@ export namespace Prisma {
155242
155329
  id?: number
155243
155330
  name: string
155244
155331
  description?: string | null
155245
- website: string
155332
+ website?: string | null
155246
155333
  monthlyContacts?: number | null
155247
155334
  monthlyReports?: number | null
155248
155335
  lastContactDistribution?: Date | string | null
@@ -155250,6 +155337,7 @@ export namespace Prisma {
155250
155337
  affiliateBaseUrl?: string | null
155251
155338
  affiliateCommission?: number | null
155252
155339
  extraData?: JsonNullValueInput | InputJsonValue
155340
+ idmId?: string | null
155253
155341
  specialistId?: number | null
155254
155342
  parentBrandId?: number | null
155255
155343
  searchName?: string | null
@@ -155335,7 +155423,7 @@ export namespace Prisma {
155335
155423
  export type BrandUpdateWithoutAffiliateLinksInput = {
155336
155424
  name?: StringFieldUpdateOperationsInput | string
155337
155425
  description?: NullableStringFieldUpdateOperationsInput | string | null
155338
- website?: StringFieldUpdateOperationsInput | string
155426
+ website?: NullableStringFieldUpdateOperationsInput | string | null
155339
155427
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
155340
155428
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
155341
155429
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -155343,6 +155431,7 @@ export namespace Prisma {
155343
155431
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
155344
155432
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
155345
155433
  extraData?: JsonNullValueInput | InputJsonValue
155434
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
155346
155435
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
155347
155436
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
155348
155437
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -155381,7 +155470,7 @@ export namespace Prisma {
155381
155470
  id?: IntFieldUpdateOperationsInput | number
155382
155471
  name?: StringFieldUpdateOperationsInput | string
155383
155472
  description?: NullableStringFieldUpdateOperationsInput | string | null
155384
- website?: StringFieldUpdateOperationsInput | string
155473
+ website?: NullableStringFieldUpdateOperationsInput | string | null
155385
155474
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
155386
155475
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
155387
155476
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -155389,6 +155478,7 @@ export namespace Prisma {
155389
155478
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
155390
155479
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
155391
155480
  extraData?: JsonNullValueInput | InputJsonValue
155481
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
155392
155482
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
155393
155483
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
155394
155484
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -156447,7 +156537,7 @@ export namespace Prisma {
156447
156537
  export type BrandCreateWithoutSavedfilesInput = {
156448
156538
  name: string
156449
156539
  description?: string | null
156450
- website: string
156540
+ website?: string | null
156451
156541
  monthlyContacts?: number | null
156452
156542
  monthlyReports?: number | null
156453
156543
  lastContactDistribution?: Date | string | null
@@ -156455,6 +156545,7 @@ export namespace Prisma {
156455
156545
  affiliateBaseUrl?: string | null
156456
156546
  affiliateCommission?: number | null
156457
156547
  extraData?: JsonNullValueInput | InputJsonValue
156548
+ idmId?: string | null
156458
156549
  searchName?: string | null
156459
156550
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
156460
156551
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -156493,7 +156584,7 @@ export namespace Prisma {
156493
156584
  id?: number
156494
156585
  name: string
156495
156586
  description?: string | null
156496
- website: string
156587
+ website?: string | null
156497
156588
  monthlyContacts?: number | null
156498
156589
  monthlyReports?: number | null
156499
156590
  lastContactDistribution?: Date | string | null
@@ -156501,6 +156592,7 @@ export namespace Prisma {
156501
156592
  affiliateBaseUrl?: string | null
156502
156593
  affiliateCommission?: number | null
156503
156594
  extraData?: JsonNullValueInput | InputJsonValue
156595
+ idmId?: string | null
156504
156596
  specialistId?: number | null
156505
156597
  parentBrandId?: number | null
156506
156598
  searchName?: string | null
@@ -156554,7 +156646,7 @@ export namespace Prisma {
156554
156646
  export type BrandUpdateWithoutSavedfilesInput = {
156555
156647
  name?: StringFieldUpdateOperationsInput | string
156556
156648
  description?: NullableStringFieldUpdateOperationsInput | string | null
156557
- website?: StringFieldUpdateOperationsInput | string
156649
+ website?: NullableStringFieldUpdateOperationsInput | string | null
156558
156650
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
156559
156651
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
156560
156652
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -156562,6 +156654,7 @@ export namespace Prisma {
156562
156654
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
156563
156655
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
156564
156656
  extraData?: JsonNullValueInput | InputJsonValue
156657
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
156565
156658
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
156566
156659
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
156567
156660
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -156600,7 +156693,7 @@ export namespace Prisma {
156600
156693
  id?: IntFieldUpdateOperationsInput | number
156601
156694
  name?: StringFieldUpdateOperationsInput | string
156602
156695
  description?: NullableStringFieldUpdateOperationsInput | string | null
156603
- website?: StringFieldUpdateOperationsInput | string
156696
+ website?: NullableStringFieldUpdateOperationsInput | string | null
156604
156697
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
156605
156698
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
156606
156699
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -156608,6 +156701,7 @@ export namespace Prisma {
156608
156701
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
156609
156702
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
156610
156703
  extraData?: JsonNullValueInput | InputJsonValue
156704
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
156611
156705
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
156612
156706
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
156613
156707
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -156645,7 +156739,7 @@ export namespace Prisma {
156645
156739
  export type BrandCreateWithoutCampaignInvitesInput = {
156646
156740
  name: string
156647
156741
  description?: string | null
156648
- website: string
156742
+ website?: string | null
156649
156743
  monthlyContacts?: number | null
156650
156744
  monthlyReports?: number | null
156651
156745
  lastContactDistribution?: Date | string | null
@@ -156653,6 +156747,7 @@ export namespace Prisma {
156653
156747
  affiliateBaseUrl?: string | null
156654
156748
  affiliateCommission?: number | null
156655
156749
  extraData?: JsonNullValueInput | InputJsonValue
156750
+ idmId?: string | null
156656
156751
  searchName?: string | null
156657
156752
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
156658
156753
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -156691,7 +156786,7 @@ export namespace Prisma {
156691
156786
  id?: number
156692
156787
  name: string
156693
156788
  description?: string | null
156694
- website: string
156789
+ website?: string | null
156695
156790
  monthlyContacts?: number | null
156696
156791
  monthlyReports?: number | null
156697
156792
  lastContactDistribution?: Date | string | null
@@ -156699,6 +156794,7 @@ export namespace Prisma {
156699
156794
  affiliateBaseUrl?: string | null
156700
156795
  affiliateCommission?: number | null
156701
156796
  extraData?: JsonNullValueInput | InputJsonValue
156797
+ idmId?: string | null
156702
156798
  specialistId?: number | null
156703
156799
  parentBrandId?: number | null
156704
156800
  searchName?: string | null
@@ -157026,7 +157122,7 @@ export namespace Prisma {
157026
157122
  export type BrandUpdateWithoutCampaignInvitesInput = {
157027
157123
  name?: StringFieldUpdateOperationsInput | string
157028
157124
  description?: NullableStringFieldUpdateOperationsInput | string | null
157029
- website?: StringFieldUpdateOperationsInput | string
157125
+ website?: NullableStringFieldUpdateOperationsInput | string | null
157030
157126
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
157031
157127
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
157032
157128
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -157034,6 +157130,7 @@ export namespace Prisma {
157034
157130
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
157035
157131
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
157036
157132
  extraData?: JsonNullValueInput | InputJsonValue
157133
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
157037
157134
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
157038
157135
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
157039
157136
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -157072,7 +157169,7 @@ export namespace Prisma {
157072
157169
  id?: IntFieldUpdateOperationsInput | number
157073
157170
  name?: StringFieldUpdateOperationsInput | string
157074
157171
  description?: NullableStringFieldUpdateOperationsInput | string | null
157075
- website?: StringFieldUpdateOperationsInput | string
157172
+ website?: NullableStringFieldUpdateOperationsInput | string | null
157076
157173
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
157077
157174
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
157078
157175
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -157080,6 +157177,7 @@ export namespace Prisma {
157080
157177
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
157081
157178
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
157082
157179
  extraData?: JsonNullValueInput | InputJsonValue
157180
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
157083
157181
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
157084
157182
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
157085
157183
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -157446,7 +157544,7 @@ export namespace Prisma {
157446
157544
  export type BrandCreateWithoutCreatorListsInput = {
157447
157545
  name: string
157448
157546
  description?: string | null
157449
- website: string
157547
+ website?: string | null
157450
157548
  monthlyContacts?: number | null
157451
157549
  monthlyReports?: number | null
157452
157550
  lastContactDistribution?: Date | string | null
@@ -157454,6 +157552,7 @@ export namespace Prisma {
157454
157552
  affiliateBaseUrl?: string | null
157455
157553
  affiliateCommission?: number | null
157456
157554
  extraData?: JsonNullValueInput | InputJsonValue
157555
+ idmId?: string | null
157457
157556
  searchName?: string | null
157458
157557
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
157459
157558
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -157492,7 +157591,7 @@ export namespace Prisma {
157492
157591
  id?: number
157493
157592
  name: string
157494
157593
  description?: string | null
157495
- website: string
157594
+ website?: string | null
157496
157595
  monthlyContacts?: number | null
157497
157596
  monthlyReports?: number | null
157498
157597
  lastContactDistribution?: Date | string | null
@@ -157500,6 +157599,7 @@ export namespace Prisma {
157500
157599
  affiliateBaseUrl?: string | null
157501
157600
  affiliateCommission?: number | null
157502
157601
  extraData?: JsonNullValueInput | InputJsonValue
157602
+ idmId?: string | null
157503
157603
  specialistId?: number | null
157504
157604
  parentBrandId?: number | null
157505
157605
  searchName?: string | null
@@ -157889,7 +157989,7 @@ export namespace Prisma {
157889
157989
  export type BrandUpdateWithoutCreatorListsInput = {
157890
157990
  name?: StringFieldUpdateOperationsInput | string
157891
157991
  description?: NullableStringFieldUpdateOperationsInput | string | null
157892
- website?: StringFieldUpdateOperationsInput | string
157992
+ website?: NullableStringFieldUpdateOperationsInput | string | null
157893
157993
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
157894
157994
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
157895
157995
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -157897,6 +157997,7 @@ export namespace Prisma {
157897
157997
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
157898
157998
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
157899
157999
  extraData?: JsonNullValueInput | InputJsonValue
158000
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
157900
158001
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
157901
158002
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
157902
158003
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -157935,7 +158036,7 @@ export namespace Prisma {
157935
158036
  id?: IntFieldUpdateOperationsInput | number
157936
158037
  name?: StringFieldUpdateOperationsInput | string
157937
158038
  description?: NullableStringFieldUpdateOperationsInput | string | null
157938
- website?: StringFieldUpdateOperationsInput | string
158039
+ website?: NullableStringFieldUpdateOperationsInput | string | null
157939
158040
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
157940
158041
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
157941
158042
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -157943,6 +158044,7 @@ export namespace Prisma {
157943
158044
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
157944
158045
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
157945
158046
  extraData?: JsonNullValueInput | InputJsonValue
158047
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
157946
158048
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
157947
158049
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
157948
158050
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -158965,7 +159067,7 @@ export namespace Prisma {
158965
159067
  export type BrandCreateWithoutMessageTemplateInput = {
158966
159068
  name: string
158967
159069
  description?: string | null
158968
- website: string
159070
+ website?: string | null
158969
159071
  monthlyContacts?: number | null
158970
159072
  monthlyReports?: number | null
158971
159073
  lastContactDistribution?: Date | string | null
@@ -158973,6 +159075,7 @@ export namespace Prisma {
158973
159075
  affiliateBaseUrl?: string | null
158974
159076
  affiliateCommission?: number | null
158975
159077
  extraData?: JsonNullValueInput | InputJsonValue
159078
+ idmId?: string | null
158976
159079
  searchName?: string | null
158977
159080
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
158978
159081
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -159011,7 +159114,7 @@ export namespace Prisma {
159011
159114
  id?: number
159012
159115
  name: string
159013
159116
  description?: string | null
159014
- website: string
159117
+ website?: string | null
159015
159118
  monthlyContacts?: number | null
159016
159119
  monthlyReports?: number | null
159017
159120
  lastContactDistribution?: Date | string | null
@@ -159019,6 +159122,7 @@ export namespace Prisma {
159019
159122
  affiliateBaseUrl?: string | null
159020
159123
  affiliateCommission?: number | null
159021
159124
  extraData?: JsonNullValueInput | InputJsonValue
159125
+ idmId?: string | null
159022
159126
  specialistId?: number | null
159023
159127
  parentBrandId?: number | null
159024
159128
  searchName?: string | null
@@ -159072,7 +159176,7 @@ export namespace Prisma {
159072
159176
  export type BrandUpdateWithoutMessageTemplateInput = {
159073
159177
  name?: StringFieldUpdateOperationsInput | string
159074
159178
  description?: NullableStringFieldUpdateOperationsInput | string | null
159075
- website?: StringFieldUpdateOperationsInput | string
159179
+ website?: NullableStringFieldUpdateOperationsInput | string | null
159076
159180
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
159077
159181
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
159078
159182
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -159080,6 +159184,7 @@ export namespace Prisma {
159080
159184
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
159081
159185
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
159082
159186
  extraData?: JsonNullValueInput | InputJsonValue
159187
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
159083
159188
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
159084
159189
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
159085
159190
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -159118,7 +159223,7 @@ export namespace Prisma {
159118
159223
  id?: IntFieldUpdateOperationsInput | number
159119
159224
  name?: StringFieldUpdateOperationsInput | string
159120
159225
  description?: NullableStringFieldUpdateOperationsInput | string | null
159121
- website?: StringFieldUpdateOperationsInput | string
159226
+ website?: NullableStringFieldUpdateOperationsInput | string | null
159122
159227
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
159123
159228
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
159124
159229
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -159126,6 +159231,7 @@ export namespace Prisma {
159126
159231
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
159127
159232
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
159128
159233
  extraData?: JsonNullValueInput | InputJsonValue
159234
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
159129
159235
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
159130
159236
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
159131
159237
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -159163,7 +159269,7 @@ export namespace Prisma {
159163
159269
  export type BrandCreateWithoutEmailTemplatesInput = {
159164
159270
  name: string
159165
159271
  description?: string | null
159166
- website: string
159272
+ website?: string | null
159167
159273
  monthlyContacts?: number | null
159168
159274
  monthlyReports?: number | null
159169
159275
  lastContactDistribution?: Date | string | null
@@ -159171,6 +159277,7 @@ export namespace Prisma {
159171
159277
  affiliateBaseUrl?: string | null
159172
159278
  affiliateCommission?: number | null
159173
159279
  extraData?: JsonNullValueInput | InputJsonValue
159280
+ idmId?: string | null
159174
159281
  searchName?: string | null
159175
159282
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
159176
159283
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -159209,7 +159316,7 @@ export namespace Prisma {
159209
159316
  id?: number
159210
159317
  name: string
159211
159318
  description?: string | null
159212
- website: string
159319
+ website?: string | null
159213
159320
  monthlyContacts?: number | null
159214
159321
  monthlyReports?: number | null
159215
159322
  lastContactDistribution?: Date | string | null
@@ -159217,6 +159324,7 @@ export namespace Prisma {
159217
159324
  affiliateBaseUrl?: string | null
159218
159325
  affiliateCommission?: number | null
159219
159326
  extraData?: JsonNullValueInput | InputJsonValue
159327
+ idmId?: string | null
159220
159328
  specialistId?: number | null
159221
159329
  parentBrandId?: number | null
159222
159330
  searchName?: string | null
@@ -159299,7 +159407,7 @@ export namespace Prisma {
159299
159407
  export type BrandUpdateWithoutEmailTemplatesInput = {
159300
159408
  name?: StringFieldUpdateOperationsInput | string
159301
159409
  description?: NullableStringFieldUpdateOperationsInput | string | null
159302
- website?: StringFieldUpdateOperationsInput | string
159410
+ website?: NullableStringFieldUpdateOperationsInput | string | null
159303
159411
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
159304
159412
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
159305
159413
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -159307,6 +159415,7 @@ export namespace Prisma {
159307
159415
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
159308
159416
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
159309
159417
  extraData?: JsonNullValueInput | InputJsonValue
159418
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
159310
159419
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
159311
159420
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
159312
159421
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -159345,7 +159454,7 @@ export namespace Prisma {
159345
159454
  id?: IntFieldUpdateOperationsInput | number
159346
159455
  name?: StringFieldUpdateOperationsInput | string
159347
159456
  description?: NullableStringFieldUpdateOperationsInput | string | null
159348
- website?: StringFieldUpdateOperationsInput | string
159457
+ website?: NullableStringFieldUpdateOperationsInput | string | null
159349
159458
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
159350
159459
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
159351
159460
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -159353,6 +159462,7 @@ export namespace Prisma {
159353
159462
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
159354
159463
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
159355
159464
  extraData?: JsonNullValueInput | InputJsonValue
159465
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
159356
159466
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
159357
159467
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
159358
159468
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -159419,7 +159529,7 @@ export namespace Prisma {
159419
159529
  export type BrandCreateWithoutSocialListeningListsInput = {
159420
159530
  name: string
159421
159531
  description?: string | null
159422
- website: string
159532
+ website?: string | null
159423
159533
  monthlyContacts?: number | null
159424
159534
  monthlyReports?: number | null
159425
159535
  lastContactDistribution?: Date | string | null
@@ -159427,6 +159537,7 @@ export namespace Prisma {
159427
159537
  affiliateBaseUrl?: string | null
159428
159538
  affiliateCommission?: number | null
159429
159539
  extraData?: JsonNullValueInput | InputJsonValue
159540
+ idmId?: string | null
159430
159541
  searchName?: string | null
159431
159542
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
159432
159543
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -159465,7 +159576,7 @@ export namespace Prisma {
159465
159576
  id?: number
159466
159577
  name: string
159467
159578
  description?: string | null
159468
- website: string
159579
+ website?: string | null
159469
159580
  monthlyContacts?: number | null
159470
159581
  monthlyReports?: number | null
159471
159582
  lastContactDistribution?: Date | string | null
@@ -159473,6 +159584,7 @@ export namespace Prisma {
159473
159584
  affiliateBaseUrl?: string | null
159474
159585
  affiliateCommission?: number | null
159475
159586
  extraData?: JsonNullValueInput | InputJsonValue
159587
+ idmId?: string | null
159476
159588
  specialistId?: number | null
159477
159589
  parentBrandId?: number | null
159478
159590
  searchName?: string | null
@@ -159545,7 +159657,7 @@ export namespace Prisma {
159545
159657
  export type BrandUpdateWithoutSocialListeningListsInput = {
159546
159658
  name?: StringFieldUpdateOperationsInput | string
159547
159659
  description?: NullableStringFieldUpdateOperationsInput | string | null
159548
- website?: StringFieldUpdateOperationsInput | string
159660
+ website?: NullableStringFieldUpdateOperationsInput | string | null
159549
159661
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
159550
159662
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
159551
159663
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -159553,6 +159665,7 @@ export namespace Prisma {
159553
159665
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
159554
159666
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
159555
159667
  extraData?: JsonNullValueInput | InputJsonValue
159668
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
159556
159669
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
159557
159670
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
159558
159671
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -159591,7 +159704,7 @@ export namespace Prisma {
159591
159704
  id?: IntFieldUpdateOperationsInput | number
159592
159705
  name?: StringFieldUpdateOperationsInput | string
159593
159706
  description?: NullableStringFieldUpdateOperationsInput | string | null
159594
- website?: StringFieldUpdateOperationsInput | string
159707
+ website?: NullableStringFieldUpdateOperationsInput | string | null
159595
159708
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
159596
159709
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
159597
159710
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -159599,6 +159712,7 @@ export namespace Prisma {
159599
159712
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
159600
159713
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
159601
159714
  extraData?: JsonNullValueInput | InputJsonValue
159715
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
159602
159716
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
159603
159717
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
159604
159718
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -160536,7 +160650,7 @@ export namespace Prisma {
160536
160650
  export type BrandCreateWithoutImpactRadiusEventsInput = {
160537
160651
  name: string
160538
160652
  description?: string | null
160539
- website: string
160653
+ website?: string | null
160540
160654
  monthlyContacts?: number | null
160541
160655
  monthlyReports?: number | null
160542
160656
  lastContactDistribution?: Date | string | null
@@ -160544,6 +160658,7 @@ export namespace Prisma {
160544
160658
  affiliateBaseUrl?: string | null
160545
160659
  affiliateCommission?: number | null
160546
160660
  extraData?: JsonNullValueInput | InputJsonValue
160661
+ idmId?: string | null
160547
160662
  searchName?: string | null
160548
160663
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
160549
160664
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -160582,7 +160697,7 @@ export namespace Prisma {
160582
160697
  id?: number
160583
160698
  name: string
160584
160699
  description?: string | null
160585
- website: string
160700
+ website?: string | null
160586
160701
  monthlyContacts?: number | null
160587
160702
  monthlyReports?: number | null
160588
160703
  lastContactDistribution?: Date | string | null
@@ -160590,6 +160705,7 @@ export namespace Prisma {
160590
160705
  affiliateBaseUrl?: string | null
160591
160706
  affiliateCommission?: number | null
160592
160707
  extraData?: JsonNullValueInput | InputJsonValue
160708
+ idmId?: string | null
160593
160709
  specialistId?: number | null
160594
160710
  parentBrandId?: number | null
160595
160711
  searchName?: string | null
@@ -160841,7 +160957,7 @@ export namespace Prisma {
160841
160957
  export type BrandUpdateWithoutImpactRadiusEventsInput = {
160842
160958
  name?: StringFieldUpdateOperationsInput | string
160843
160959
  description?: NullableStringFieldUpdateOperationsInput | string | null
160844
- website?: StringFieldUpdateOperationsInput | string
160960
+ website?: NullableStringFieldUpdateOperationsInput | string | null
160845
160961
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
160846
160962
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
160847
160963
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -160849,6 +160965,7 @@ export namespace Prisma {
160849
160965
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
160850
160966
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
160851
160967
  extraData?: JsonNullValueInput | InputJsonValue
160968
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
160852
160969
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
160853
160970
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
160854
160971
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -160887,7 +161004,7 @@ export namespace Prisma {
160887
161004
  id?: IntFieldUpdateOperationsInput | number
160888
161005
  name?: StringFieldUpdateOperationsInput | string
160889
161006
  description?: NullableStringFieldUpdateOperationsInput | string | null
160890
- website?: StringFieldUpdateOperationsInput | string
161007
+ website?: NullableStringFieldUpdateOperationsInput | string | null
160891
161008
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
160892
161009
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
160893
161010
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -160895,6 +161012,7 @@ export namespace Prisma {
160895
161012
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
160896
161013
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
160897
161014
  extraData?: JsonNullValueInput | InputJsonValue
161015
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
160898
161016
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
160899
161017
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
160900
161018
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -161130,7 +161248,7 @@ export namespace Prisma {
161130
161248
  export type BrandCreateWithoutCjEventsInput = {
161131
161249
  name: string
161132
161250
  description?: string | null
161133
- website: string
161251
+ website?: string | null
161134
161252
  monthlyContacts?: number | null
161135
161253
  monthlyReports?: number | null
161136
161254
  lastContactDistribution?: Date | string | null
@@ -161138,6 +161256,7 @@ export namespace Prisma {
161138
161256
  affiliateBaseUrl?: string | null
161139
161257
  affiliateCommission?: number | null
161140
161258
  extraData?: JsonNullValueInput | InputJsonValue
161259
+ idmId?: string | null
161141
161260
  searchName?: string | null
161142
161261
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
161143
161262
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -161176,7 +161295,7 @@ export namespace Prisma {
161176
161295
  id?: number
161177
161296
  name: string
161178
161297
  description?: string | null
161179
- website: string
161298
+ website?: string | null
161180
161299
  monthlyContacts?: number | null
161181
161300
  monthlyReports?: number | null
161182
161301
  lastContactDistribution?: Date | string | null
@@ -161184,6 +161303,7 @@ export namespace Prisma {
161184
161303
  affiliateBaseUrl?: string | null
161185
161304
  affiliateCommission?: number | null
161186
161305
  extraData?: JsonNullValueInput | InputJsonValue
161306
+ idmId?: string | null
161187
161307
  specialistId?: number | null
161188
161308
  parentBrandId?: number | null
161189
161309
  searchName?: string | null
@@ -161435,7 +161555,7 @@ export namespace Prisma {
161435
161555
  export type BrandUpdateWithoutCjEventsInput = {
161436
161556
  name?: StringFieldUpdateOperationsInput | string
161437
161557
  description?: NullableStringFieldUpdateOperationsInput | string | null
161438
- website?: StringFieldUpdateOperationsInput | string
161558
+ website?: NullableStringFieldUpdateOperationsInput | string | null
161439
161559
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
161440
161560
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
161441
161561
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -161443,6 +161563,7 @@ export namespace Prisma {
161443
161563
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
161444
161564
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
161445
161565
  extraData?: JsonNullValueInput | InputJsonValue
161566
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
161446
161567
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
161447
161568
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
161448
161569
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -161481,7 +161602,7 @@ export namespace Prisma {
161481
161602
  id?: IntFieldUpdateOperationsInput | number
161482
161603
  name?: StringFieldUpdateOperationsInput | string
161483
161604
  description?: NullableStringFieldUpdateOperationsInput | string | null
161484
- website?: StringFieldUpdateOperationsInput | string
161605
+ website?: NullableStringFieldUpdateOperationsInput | string | null
161485
161606
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
161486
161607
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
161487
161608
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -161489,6 +161610,7 @@ export namespace Prisma {
161489
161610
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
161490
161611
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
161491
161612
  extraData?: JsonNullValueInput | InputJsonValue
161613
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
161492
161614
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
161493
161615
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
161494
161616
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -161766,7 +161888,7 @@ export namespace Prisma {
161766
161888
  export type BrandCreateWithoutCreatorsearchfilterInput = {
161767
161889
  name: string
161768
161890
  description?: string | null
161769
- website: string
161891
+ website?: string | null
161770
161892
  monthlyContacts?: number | null
161771
161893
  monthlyReports?: number | null
161772
161894
  lastContactDistribution?: Date | string | null
@@ -161774,6 +161896,7 @@ export namespace Prisma {
161774
161896
  affiliateBaseUrl?: string | null
161775
161897
  affiliateCommission?: number | null
161776
161898
  extraData?: JsonNullValueInput | InputJsonValue
161899
+ idmId?: string | null
161777
161900
  searchName?: string | null
161778
161901
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
161779
161902
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -161812,7 +161935,7 @@ export namespace Prisma {
161812
161935
  id?: number
161813
161936
  name: string
161814
161937
  description?: string | null
161815
- website: string
161938
+ website?: string | null
161816
161939
  monthlyContacts?: number | null
161817
161940
  monthlyReports?: number | null
161818
161941
  lastContactDistribution?: Date | string | null
@@ -161820,6 +161943,7 @@ export namespace Prisma {
161820
161943
  affiliateBaseUrl?: string | null
161821
161944
  affiliateCommission?: number | null
161822
161945
  extraData?: JsonNullValueInput | InputJsonValue
161946
+ idmId?: string | null
161823
161947
  specialistId?: number | null
161824
161948
  parentBrandId?: number | null
161825
161949
  searchName?: string | null
@@ -161873,7 +161997,7 @@ export namespace Prisma {
161873
161997
  export type BrandUpdateWithoutCreatorsearchfilterInput = {
161874
161998
  name?: StringFieldUpdateOperationsInput | string
161875
161999
  description?: NullableStringFieldUpdateOperationsInput | string | null
161876
- website?: StringFieldUpdateOperationsInput | string
162000
+ website?: NullableStringFieldUpdateOperationsInput | string | null
161877
162001
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
161878
162002
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
161879
162003
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -161881,6 +162005,7 @@ export namespace Prisma {
161881
162005
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
161882
162006
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
161883
162007
  extraData?: JsonNullValueInput | InputJsonValue
162008
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
161884
162009
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
161885
162010
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
161886
162011
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -161919,7 +162044,7 @@ export namespace Prisma {
161919
162044
  id?: IntFieldUpdateOperationsInput | number
161920
162045
  name?: StringFieldUpdateOperationsInput | string
161921
162046
  description?: NullableStringFieldUpdateOperationsInput | string | null
161922
- website?: StringFieldUpdateOperationsInput | string
162047
+ website?: NullableStringFieldUpdateOperationsInput | string | null
161923
162048
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
161924
162049
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
161925
162050
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -161927,6 +162052,7 @@ export namespace Prisma {
161927
162052
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
161928
162053
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
161929
162054
  extraData?: JsonNullValueInput | InputJsonValue
162055
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
161930
162056
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
161931
162057
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
161932
162058
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -162140,7 +162266,7 @@ export namespace Prisma {
162140
162266
  export type BrandCreateWithoutSequencesInput = {
162141
162267
  name: string
162142
162268
  description?: string | null
162143
- website: string
162269
+ website?: string | null
162144
162270
  monthlyContacts?: number | null
162145
162271
  monthlyReports?: number | null
162146
162272
  lastContactDistribution?: Date | string | null
@@ -162148,6 +162274,7 @@ export namespace Prisma {
162148
162274
  affiliateBaseUrl?: string | null
162149
162275
  affiliateCommission?: number | null
162150
162276
  extraData?: JsonNullValueInput | InputJsonValue
162277
+ idmId?: string | null
162151
162278
  searchName?: string | null
162152
162279
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
162153
162280
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -162186,7 +162313,7 @@ export namespace Prisma {
162186
162313
  id?: number
162187
162314
  name: string
162188
162315
  description?: string | null
162189
- website: string
162316
+ website?: string | null
162190
162317
  monthlyContacts?: number | null
162191
162318
  monthlyReports?: number | null
162192
162319
  lastContactDistribution?: Date | string | null
@@ -162194,6 +162321,7 @@ export namespace Prisma {
162194
162321
  affiliateBaseUrl?: string | null
162195
162322
  affiliateCommission?: number | null
162196
162323
  extraData?: JsonNullValueInput | InputJsonValue
162324
+ idmId?: string | null
162197
162325
  specialistId?: number | null
162198
162326
  parentBrandId?: number | null
162199
162327
  searchName?: string | null
@@ -162601,7 +162729,7 @@ export namespace Prisma {
162601
162729
  export type BrandUpdateWithoutSequencesInput = {
162602
162730
  name?: StringFieldUpdateOperationsInput | string
162603
162731
  description?: NullableStringFieldUpdateOperationsInput | string | null
162604
- website?: StringFieldUpdateOperationsInput | string
162732
+ website?: NullableStringFieldUpdateOperationsInput | string | null
162605
162733
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
162606
162734
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
162607
162735
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -162609,6 +162737,7 @@ export namespace Prisma {
162609
162737
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
162610
162738
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
162611
162739
  extraData?: JsonNullValueInput | InputJsonValue
162740
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
162612
162741
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
162613
162742
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
162614
162743
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -162647,7 +162776,7 @@ export namespace Prisma {
162647
162776
  id?: IntFieldUpdateOperationsInput | number
162648
162777
  name?: StringFieldUpdateOperationsInput | string
162649
162778
  description?: NullableStringFieldUpdateOperationsInput | string | null
162650
- website?: StringFieldUpdateOperationsInput | string
162779
+ website?: NullableStringFieldUpdateOperationsInput | string | null
162651
162780
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
162652
162781
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
162653
162782
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -162655,6 +162784,7 @@ export namespace Prisma {
162655
162784
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
162656
162785
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
162657
162786
  extraData?: JsonNullValueInput | InputJsonValue
162787
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
162658
162788
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
162659
162789
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
162660
162790
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -163497,7 +163627,7 @@ export namespace Prisma {
163497
163627
  export type BrandCreateWithoutShopifyStoresInput = {
163498
163628
  name: string
163499
163629
  description?: string | null
163500
- website: string
163630
+ website?: string | null
163501
163631
  monthlyContacts?: number | null
163502
163632
  monthlyReports?: number | null
163503
163633
  lastContactDistribution?: Date | string | null
@@ -163505,6 +163635,7 @@ export namespace Prisma {
163505
163635
  affiliateBaseUrl?: string | null
163506
163636
  affiliateCommission?: number | null
163507
163637
  extraData?: JsonNullValueInput | InputJsonValue
163638
+ idmId?: string | null
163508
163639
  searchName?: string | null
163509
163640
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
163510
163641
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -163543,7 +163674,7 @@ export namespace Prisma {
163543
163674
  id?: number
163544
163675
  name: string
163545
163676
  description?: string | null
163546
- website: string
163677
+ website?: string | null
163547
163678
  monthlyContacts?: number | null
163548
163679
  monthlyReports?: number | null
163549
163680
  lastContactDistribution?: Date | string | null
@@ -163551,6 +163682,7 @@ export namespace Prisma {
163551
163682
  affiliateBaseUrl?: string | null
163552
163683
  affiliateCommission?: number | null
163553
163684
  extraData?: JsonNullValueInput | InputJsonValue
163685
+ idmId?: string | null
163554
163686
  specialistId?: number | null
163555
163687
  parentBrandId?: number | null
163556
163688
  searchName?: string | null
@@ -163633,7 +163765,7 @@ export namespace Prisma {
163633
163765
  export type BrandUpdateWithoutShopifyStoresInput = {
163634
163766
  name?: StringFieldUpdateOperationsInput | string
163635
163767
  description?: NullableStringFieldUpdateOperationsInput | string | null
163636
- website?: StringFieldUpdateOperationsInput | string
163768
+ website?: NullableStringFieldUpdateOperationsInput | string | null
163637
163769
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
163638
163770
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
163639
163771
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -163641,6 +163773,7 @@ export namespace Prisma {
163641
163773
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
163642
163774
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
163643
163775
  extraData?: JsonNullValueInput | InputJsonValue
163776
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
163644
163777
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
163645
163778
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
163646
163779
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -163679,7 +163812,7 @@ export namespace Prisma {
163679
163812
  id?: IntFieldUpdateOperationsInput | number
163680
163813
  name?: StringFieldUpdateOperationsInput | string
163681
163814
  description?: NullableStringFieldUpdateOperationsInput | string | null
163682
- website?: StringFieldUpdateOperationsInput | string
163815
+ website?: NullableStringFieldUpdateOperationsInput | string | null
163683
163816
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
163684
163817
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
163685
163818
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -163687,6 +163820,7 @@ export namespace Prisma {
163687
163820
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
163688
163821
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
163689
163822
  extraData?: JsonNullValueInput | InputJsonValue
163823
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
163690
163824
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
163691
163825
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
163692
163826
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -165255,7 +165389,7 @@ export namespace Prisma {
165255
165389
  export type BrandCreateWithoutBrandContractsInput = {
165256
165390
  name: string
165257
165391
  description?: string | null
165258
- website: string
165392
+ website?: string | null
165259
165393
  monthlyContacts?: number | null
165260
165394
  monthlyReports?: number | null
165261
165395
  lastContactDistribution?: Date | string | null
@@ -165263,6 +165397,7 @@ export namespace Prisma {
165263
165397
  affiliateBaseUrl?: string | null
165264
165398
  affiliateCommission?: number | null
165265
165399
  extraData?: JsonNullValueInput | InputJsonValue
165400
+ idmId?: string | null
165266
165401
  searchName?: string | null
165267
165402
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
165268
165403
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -165301,7 +165436,7 @@ export namespace Prisma {
165301
165436
  id?: number
165302
165437
  name: string
165303
165438
  description?: string | null
165304
- website: string
165439
+ website?: string | null
165305
165440
  monthlyContacts?: number | null
165306
165441
  monthlyReports?: number | null
165307
165442
  lastContactDistribution?: Date | string | null
@@ -165309,6 +165444,7 @@ export namespace Prisma {
165309
165444
  affiliateBaseUrl?: string | null
165310
165445
  affiliateCommission?: number | null
165311
165446
  extraData?: JsonNullValueInput | InputJsonValue
165447
+ idmId?: string | null
165312
165448
  specialistId?: number | null
165313
165449
  parentBrandId?: number | null
165314
165450
  searchName?: string | null
@@ -165633,7 +165769,7 @@ export namespace Prisma {
165633
165769
  export type BrandUpdateWithoutBrandContractsInput = {
165634
165770
  name?: StringFieldUpdateOperationsInput | string
165635
165771
  description?: NullableStringFieldUpdateOperationsInput | string | null
165636
- website?: StringFieldUpdateOperationsInput | string
165772
+ website?: NullableStringFieldUpdateOperationsInput | string | null
165637
165773
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
165638
165774
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
165639
165775
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -165641,6 +165777,7 @@ export namespace Prisma {
165641
165777
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
165642
165778
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
165643
165779
  extraData?: JsonNullValueInput | InputJsonValue
165780
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
165644
165781
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
165645
165782
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
165646
165783
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -165679,7 +165816,7 @@ export namespace Prisma {
165679
165816
  id?: IntFieldUpdateOperationsInput | number
165680
165817
  name?: StringFieldUpdateOperationsInput | string
165681
165818
  description?: NullableStringFieldUpdateOperationsInput | string | null
165682
- website?: StringFieldUpdateOperationsInput | string
165819
+ website?: NullableStringFieldUpdateOperationsInput | string | null
165683
165820
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
165684
165821
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
165685
165822
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -165687,6 +165824,7 @@ export namespace Prisma {
165687
165824
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
165688
165825
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
165689
165826
  extraData?: JsonNullValueInput | InputJsonValue
165827
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
165690
165828
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
165691
165829
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
165692
165830
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -166013,7 +166151,7 @@ export namespace Prisma {
166013
166151
  export type BrandCreateWithoutFilesInput = {
166014
166152
  name: string
166015
166153
  description?: string | null
166016
- website: string
166154
+ website?: string | null
166017
166155
  monthlyContacts?: number | null
166018
166156
  monthlyReports?: number | null
166019
166157
  lastContactDistribution?: Date | string | null
@@ -166021,6 +166159,7 @@ export namespace Prisma {
166021
166159
  affiliateBaseUrl?: string | null
166022
166160
  affiliateCommission?: number | null
166023
166161
  extraData?: JsonNullValueInput | InputJsonValue
166162
+ idmId?: string | null
166024
166163
  searchName?: string | null
166025
166164
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
166026
166165
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -166059,7 +166198,7 @@ export namespace Prisma {
166059
166198
  id?: number
166060
166199
  name: string
166061
166200
  description?: string | null
166062
- website: string
166201
+ website?: string | null
166063
166202
  monthlyContacts?: number | null
166064
166203
  monthlyReports?: number | null
166065
166204
  lastContactDistribution?: Date | string | null
@@ -166067,6 +166206,7 @@ export namespace Prisma {
166067
166206
  affiliateBaseUrl?: string | null
166068
166207
  affiliateCommission?: number | null
166069
166208
  extraData?: JsonNullValueInput | InputJsonValue
166209
+ idmId?: string | null
166070
166210
  specialistId?: number | null
166071
166211
  parentBrandId?: number | null
166072
166212
  searchName?: string | null
@@ -166416,7 +166556,7 @@ export namespace Prisma {
166416
166556
  export type BrandUpdateWithoutFilesInput = {
166417
166557
  name?: StringFieldUpdateOperationsInput | string
166418
166558
  description?: NullableStringFieldUpdateOperationsInput | string | null
166419
- website?: StringFieldUpdateOperationsInput | string
166559
+ website?: NullableStringFieldUpdateOperationsInput | string | null
166420
166560
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
166421
166561
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
166422
166562
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -166424,6 +166564,7 @@ export namespace Prisma {
166424
166564
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
166425
166565
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
166426
166566
  extraData?: JsonNullValueInput | InputJsonValue
166567
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
166427
166568
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
166428
166569
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
166429
166570
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -166462,7 +166603,7 @@ export namespace Prisma {
166462
166603
  id?: IntFieldUpdateOperationsInput | number
166463
166604
  name?: StringFieldUpdateOperationsInput | string
166464
166605
  description?: NullableStringFieldUpdateOperationsInput | string | null
166465
- website?: StringFieldUpdateOperationsInput | string
166606
+ website?: NullableStringFieldUpdateOperationsInput | string | null
166466
166607
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
166467
166608
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
166468
166609
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -166470,6 +166611,7 @@ export namespace Prisma {
166470
166611
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
166471
166612
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
166472
166613
  extraData?: JsonNullValueInput | InputJsonValue
166614
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
166473
166615
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
166474
166616
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
166475
166617
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -166827,7 +166969,7 @@ export namespace Prisma {
166827
166969
  export type BrandCreateWithoutCreditRefundBatchesInput = {
166828
166970
  name: string
166829
166971
  description?: string | null
166830
- website: string
166972
+ website?: string | null
166831
166973
  monthlyContacts?: number | null
166832
166974
  monthlyReports?: number | null
166833
166975
  lastContactDistribution?: Date | string | null
@@ -166835,6 +166977,7 @@ export namespace Prisma {
166835
166977
  affiliateBaseUrl?: string | null
166836
166978
  affiliateCommission?: number | null
166837
166979
  extraData?: JsonNullValueInput | InputJsonValue
166980
+ idmId?: string | null
166838
166981
  searchName?: string | null
166839
166982
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
166840
166983
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -166873,7 +167016,7 @@ export namespace Prisma {
166873
167016
  id?: number
166874
167017
  name: string
166875
167018
  description?: string | null
166876
- website: string
167019
+ website?: string | null
166877
167020
  monthlyContacts?: number | null
166878
167021
  monthlyReports?: number | null
166879
167022
  lastContactDistribution?: Date | string | null
@@ -166881,6 +167024,7 @@ export namespace Prisma {
166881
167024
  affiliateBaseUrl?: string | null
166882
167025
  affiliateCommission?: number | null
166883
167026
  extraData?: JsonNullValueInput | InputJsonValue
167027
+ idmId?: string | null
166884
167028
  specialistId?: number | null
166885
167029
  parentBrandId?: number | null
166886
167030
  searchName?: string | null
@@ -166984,7 +167128,7 @@ export namespace Prisma {
166984
167128
  export type BrandUpdateWithoutCreditRefundBatchesInput = {
166985
167129
  name?: StringFieldUpdateOperationsInput | string
166986
167130
  description?: NullableStringFieldUpdateOperationsInput | string | null
166987
- website?: StringFieldUpdateOperationsInput | string
167131
+ website?: NullableStringFieldUpdateOperationsInput | string | null
166988
167132
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
166989
167133
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
166990
167134
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -166992,6 +167136,7 @@ export namespace Prisma {
166992
167136
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
166993
167137
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
166994
167138
  extraData?: JsonNullValueInput | InputJsonValue
167139
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
166995
167140
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
166996
167141
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
166997
167142
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -167030,7 +167175,7 @@ export namespace Prisma {
167030
167175
  id?: IntFieldUpdateOperationsInput | number
167031
167176
  name?: StringFieldUpdateOperationsInput | string
167032
167177
  description?: NullableStringFieldUpdateOperationsInput | string | null
167033
- website?: StringFieldUpdateOperationsInput | string
167178
+ website?: NullableStringFieldUpdateOperationsInput | string | null
167034
167179
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
167035
167180
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
167036
167181
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -167038,6 +167183,7 @@ export namespace Prisma {
167038
167183
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
167039
167184
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
167040
167185
  extraData?: JsonNullValueInput | InputJsonValue
167186
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
167041
167187
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
167042
167188
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
167043
167189
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -167091,7 +167237,7 @@ export namespace Prisma {
167091
167237
  export type BrandCreateWithoutEmailProvidersInput = {
167092
167238
  name: string
167093
167239
  description?: string | null
167094
- website: string
167240
+ website?: string | null
167095
167241
  monthlyContacts?: number | null
167096
167242
  monthlyReports?: number | null
167097
167243
  lastContactDistribution?: Date | string | null
@@ -167099,6 +167245,7 @@ export namespace Prisma {
167099
167245
  affiliateBaseUrl?: string | null
167100
167246
  affiliateCommission?: number | null
167101
167247
  extraData?: JsonNullValueInput | InputJsonValue
167248
+ idmId?: string | null
167102
167249
  searchName?: string | null
167103
167250
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
167104
167251
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -167137,7 +167284,7 @@ export namespace Prisma {
167137
167284
  id?: number
167138
167285
  name: string
167139
167286
  description?: string | null
167140
- website: string
167287
+ website?: string | null
167141
167288
  monthlyContacts?: number | null
167142
167289
  monthlyReports?: number | null
167143
167290
  lastContactDistribution?: Date | string | null
@@ -167145,6 +167292,7 @@ export namespace Prisma {
167145
167292
  affiliateBaseUrl?: string | null
167146
167293
  affiliateCommission?: number | null
167147
167294
  extraData?: JsonNullValueInput | InputJsonValue
167295
+ idmId?: string | null
167148
167296
  specialistId?: number | null
167149
167297
  parentBrandId?: number | null
167150
167298
  searchName?: string | null
@@ -167430,7 +167578,7 @@ export namespace Prisma {
167430
167578
  export type BrandUpdateWithoutEmailProvidersInput = {
167431
167579
  name?: StringFieldUpdateOperationsInput | string
167432
167580
  description?: NullableStringFieldUpdateOperationsInput | string | null
167433
- website?: StringFieldUpdateOperationsInput | string
167581
+ website?: NullableStringFieldUpdateOperationsInput | string | null
167434
167582
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
167435
167583
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
167436
167584
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -167438,6 +167586,7 @@ export namespace Prisma {
167438
167586
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
167439
167587
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
167440
167588
  extraData?: JsonNullValueInput | InputJsonValue
167589
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
167441
167590
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
167442
167591
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
167443
167592
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -167476,7 +167625,7 @@ export namespace Prisma {
167476
167625
  id?: IntFieldUpdateOperationsInput | number
167477
167626
  name?: StringFieldUpdateOperationsInput | string
167478
167627
  description?: NullableStringFieldUpdateOperationsInput | string | null
167479
- website?: StringFieldUpdateOperationsInput | string
167628
+ website?: NullableStringFieldUpdateOperationsInput | string | null
167480
167629
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
167481
167630
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
167482
167631
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -167484,6 +167633,7 @@ export namespace Prisma {
167484
167633
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
167485
167634
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
167486
167635
  extraData?: JsonNullValueInput | InputJsonValue
167636
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
167487
167637
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
167488
167638
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
167489
167639
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -167765,7 +167915,7 @@ export namespace Prisma {
167765
167915
  export type BrandCreateWithoutEmailTrackingsInput = {
167766
167916
  name: string
167767
167917
  description?: string | null
167768
- website: string
167918
+ website?: string | null
167769
167919
  monthlyContacts?: number | null
167770
167920
  monthlyReports?: number | null
167771
167921
  lastContactDistribution?: Date | string | null
@@ -167773,6 +167923,7 @@ export namespace Prisma {
167773
167923
  affiliateBaseUrl?: string | null
167774
167924
  affiliateCommission?: number | null
167775
167925
  extraData?: JsonNullValueInput | InputJsonValue
167926
+ idmId?: string | null
167776
167927
  searchName?: string | null
167777
167928
  dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
167778
167929
  instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
@@ -167811,7 +167962,7 @@ export namespace Prisma {
167811
167962
  id?: number
167812
167963
  name: string
167813
167964
  description?: string | null
167814
- website: string
167965
+ website?: string | null
167815
167966
  monthlyContacts?: number | null
167816
167967
  monthlyReports?: number | null
167817
167968
  lastContactDistribution?: Date | string | null
@@ -167819,6 +167970,7 @@ export namespace Prisma {
167819
167970
  affiliateBaseUrl?: string | null
167820
167971
  affiliateCommission?: number | null
167821
167972
  extraData?: JsonNullValueInput | InputJsonValue
167973
+ idmId?: string | null
167822
167974
  specialistId?: number | null
167823
167975
  parentBrandId?: number | null
167824
167976
  searchName?: string | null
@@ -167908,7 +168060,7 @@ export namespace Prisma {
167908
168060
  export type BrandUpdateWithoutEmailTrackingsInput = {
167909
168061
  name?: StringFieldUpdateOperationsInput | string
167910
168062
  description?: NullableStringFieldUpdateOperationsInput | string | null
167911
- website?: StringFieldUpdateOperationsInput | string
168063
+ website?: NullableStringFieldUpdateOperationsInput | string | null
167912
168064
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
167913
168065
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
167914
168066
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -167916,6 +168068,7 @@ export namespace Prisma {
167916
168068
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
167917
168069
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
167918
168070
  extraData?: JsonNullValueInput | InputJsonValue
168071
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
167919
168072
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
167920
168073
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
167921
168074
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -167954,7 +168107,7 @@ export namespace Prisma {
167954
168107
  id?: IntFieldUpdateOperationsInput | number
167955
168108
  name?: StringFieldUpdateOperationsInput | string
167956
168109
  description?: NullableStringFieldUpdateOperationsInput | string | null
167957
- website?: StringFieldUpdateOperationsInput | string
168110
+ website?: NullableStringFieldUpdateOperationsInput | string | null
167958
168111
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
167959
168112
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
167960
168113
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -167962,6 +168115,7 @@ export namespace Prisma {
167962
168115
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
167963
168116
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
167964
168117
  extraData?: JsonNullValueInput | InputJsonValue
168118
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
167965
168119
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
167966
168120
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
167967
168121
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -168178,7 +168332,7 @@ export namespace Prisma {
168178
168332
  id?: number
168179
168333
  name: string
168180
168334
  description?: string | null
168181
- website: string
168335
+ website?: string | null
168182
168336
  monthlyContacts?: number | null
168183
168337
  monthlyReports?: number | null
168184
168338
  lastContactDistribution?: Date | string | null
@@ -168186,6 +168340,7 @@ export namespace Prisma {
168186
168340
  affiliateBaseUrl?: string | null
168187
168341
  affiliateCommission?: number | null
168188
168342
  extraData?: JsonNullValueInput | InputJsonValue
168343
+ idmId?: string | null
168189
168344
  parentBrandId?: number | null
168190
168345
  searchName?: string | null
168191
168346
  }
@@ -168756,7 +168911,7 @@ export namespace Prisma {
168756
168911
  export type BrandUpdateWithoutDedicatedSpecialistInput = {
168757
168912
  name?: StringFieldUpdateOperationsInput | string
168758
168913
  description?: NullableStringFieldUpdateOperationsInput | string | null
168759
- website?: StringFieldUpdateOperationsInput | string
168914
+ website?: NullableStringFieldUpdateOperationsInput | string | null
168760
168915
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
168761
168916
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
168762
168917
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -168764,6 +168919,7 @@ export namespace Prisma {
168764
168919
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
168765
168920
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
168766
168921
  extraData?: JsonNullValueInput | InputJsonValue
168922
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
168767
168923
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
168768
168924
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
168769
168925
  youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
@@ -168802,7 +168958,7 @@ export namespace Prisma {
168802
168958
  id?: IntFieldUpdateOperationsInput | number
168803
168959
  name?: StringFieldUpdateOperationsInput | string
168804
168960
  description?: NullableStringFieldUpdateOperationsInput | string | null
168805
- website?: StringFieldUpdateOperationsInput | string
168961
+ website?: NullableStringFieldUpdateOperationsInput | string | null
168806
168962
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
168807
168963
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
168808
168964
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -168810,6 +168966,7 @@ export namespace Prisma {
168810
168966
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
168811
168967
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
168812
168968
  extraData?: JsonNullValueInput | InputJsonValue
168969
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
168813
168970
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
168814
168971
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
168815
168972
  instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
@@ -168848,7 +169005,7 @@ export namespace Prisma {
168848
169005
  id?: IntFieldUpdateOperationsInput | number
168849
169006
  name?: StringFieldUpdateOperationsInput | string
168850
169007
  description?: NullableStringFieldUpdateOperationsInput | string | null
168851
- website?: StringFieldUpdateOperationsInput | string
169008
+ website?: NullableStringFieldUpdateOperationsInput | string | null
168852
169009
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
168853
169010
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
168854
169011
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -168856,6 +169013,7 @@ export namespace Prisma {
168856
169013
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
168857
169014
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
168858
169015
  extraData?: JsonNullValueInput | InputJsonValue
169016
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
168859
169017
  parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
168860
169018
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
168861
169019
  }
@@ -170125,7 +170283,7 @@ export namespace Prisma {
170125
170283
  id?: number
170126
170284
  name: string
170127
170285
  description?: string | null
170128
- website: string
170286
+ website?: string | null
170129
170287
  monthlyContacts?: number | null
170130
170288
  monthlyReports?: number | null
170131
170289
  lastContactDistribution?: Date | string | null
@@ -170133,6 +170291,7 @@ export namespace Prisma {
170133
170291
  affiliateBaseUrl?: string | null
170134
170292
  affiliateCommission?: number | null
170135
170293
  extraData?: JsonNullValueInput | InputJsonValue
170294
+ idmId?: string | null
170136
170295
  specialistId?: number | null
170137
170296
  searchName?: string | null
170138
170297
  }
@@ -171162,7 +171321,7 @@ export namespace Prisma {
171162
171321
  export type BrandUpdateWithoutParentBrandInput = {
171163
171322
  name?: StringFieldUpdateOperationsInput | string
171164
171323
  description?: NullableStringFieldUpdateOperationsInput | string | null
171165
- website?: StringFieldUpdateOperationsInput | string
171324
+ website?: NullableStringFieldUpdateOperationsInput | string | null
171166
171325
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
171167
171326
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
171168
171327
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -171170,6 +171329,7 @@ export namespace Prisma {
171170
171329
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
171171
171330
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
171172
171331
  extraData?: JsonNullValueInput | InputJsonValue
171332
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
171173
171333
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
171174
171334
  dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
171175
171335
  instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
@@ -171208,7 +171368,7 @@ export namespace Prisma {
171208
171368
  id?: IntFieldUpdateOperationsInput | number
171209
171369
  name?: StringFieldUpdateOperationsInput | string
171210
171370
  description?: NullableStringFieldUpdateOperationsInput | string | null
171211
- website?: StringFieldUpdateOperationsInput | string
171371
+ website?: NullableStringFieldUpdateOperationsInput | string | null
171212
171372
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
171213
171373
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
171214
171374
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -171216,6 +171376,7 @@ export namespace Prisma {
171216
171376
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
171217
171377
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
171218
171378
  extraData?: JsonNullValueInput | InputJsonValue
171379
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
171219
171380
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
171220
171381
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
171221
171382
  instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
@@ -171254,7 +171415,7 @@ export namespace Prisma {
171254
171415
  id?: IntFieldUpdateOperationsInput | number
171255
171416
  name?: StringFieldUpdateOperationsInput | string
171256
171417
  description?: NullableStringFieldUpdateOperationsInput | string | null
171257
- website?: StringFieldUpdateOperationsInput | string
171418
+ website?: NullableStringFieldUpdateOperationsInput | string | null
171258
171419
  monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
171259
171420
  monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
171260
171421
  lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
@@ -171262,6 +171423,7 @@ export namespace Prisma {
171262
171423
  affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
171263
171424
  affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
171264
171425
  extraData?: JsonNullValueInput | InputJsonValue
171426
+ idmId?: NullableStringFieldUpdateOperationsInput | string | null
171265
171427
  specialistId?: NullableIntFieldUpdateOperationsInput | number | null
171266
171428
  searchName?: NullableStringFieldUpdateOperationsInput | string | null
171267
171429
  }