@creator.co/creatorco-prisma-client 1.0.14 → 1.0.15-alpha-fc80dfc
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/edge.js +10 -7
- package/index-browser.js +6 -3
- package/index.d.ts +174 -4
- package/index.js +10 -7
- package/package.json +1 -1
- package/schema.prisma +3 -0
package/index.d.ts
CHANGED
|
@@ -17618,30 +17618,35 @@ export namespace Prisma {
|
|
|
17618
17618
|
id: number | null
|
|
17619
17619
|
userId: number | null
|
|
17620
17620
|
brandId: number | null
|
|
17621
|
+
xpto: number | null
|
|
17621
17622
|
}
|
|
17622
17623
|
|
|
17623
17624
|
export type BrandUserProfileSumAggregateOutputType = {
|
|
17624
17625
|
id: number | null
|
|
17625
17626
|
userId: number | null
|
|
17626
17627
|
brandId: number | null
|
|
17628
|
+
xpto: number | null
|
|
17627
17629
|
}
|
|
17628
17630
|
|
|
17629
17631
|
export type BrandUserProfileMinAggregateOutputType = {
|
|
17630
17632
|
id: number | null
|
|
17631
17633
|
userId: number | null
|
|
17632
17634
|
brandId: number | null
|
|
17635
|
+
xpto: number | null
|
|
17633
17636
|
}
|
|
17634
17637
|
|
|
17635
17638
|
export type BrandUserProfileMaxAggregateOutputType = {
|
|
17636
17639
|
id: number | null
|
|
17637
17640
|
userId: number | null
|
|
17638
17641
|
brandId: number | null
|
|
17642
|
+
xpto: number | null
|
|
17639
17643
|
}
|
|
17640
17644
|
|
|
17641
17645
|
export type BrandUserProfileCountAggregateOutputType = {
|
|
17642
17646
|
id: number
|
|
17643
17647
|
userId: number
|
|
17644
17648
|
brandId: number
|
|
17649
|
+
xpto: number
|
|
17645
17650
|
_all: number
|
|
17646
17651
|
}
|
|
17647
17652
|
|
|
@@ -17650,30 +17655,35 @@ export namespace Prisma {
|
|
|
17650
17655
|
id?: true
|
|
17651
17656
|
userId?: true
|
|
17652
17657
|
brandId?: true
|
|
17658
|
+
xpto?: true
|
|
17653
17659
|
}
|
|
17654
17660
|
|
|
17655
17661
|
export type BrandUserProfileSumAggregateInputType = {
|
|
17656
17662
|
id?: true
|
|
17657
17663
|
userId?: true
|
|
17658
17664
|
brandId?: true
|
|
17665
|
+
xpto?: true
|
|
17659
17666
|
}
|
|
17660
17667
|
|
|
17661
17668
|
export type BrandUserProfileMinAggregateInputType = {
|
|
17662
17669
|
id?: true
|
|
17663
17670
|
userId?: true
|
|
17664
17671
|
brandId?: true
|
|
17672
|
+
xpto?: true
|
|
17665
17673
|
}
|
|
17666
17674
|
|
|
17667
17675
|
export type BrandUserProfileMaxAggregateInputType = {
|
|
17668
17676
|
id?: true
|
|
17669
17677
|
userId?: true
|
|
17670
17678
|
brandId?: true
|
|
17679
|
+
xpto?: true
|
|
17671
17680
|
}
|
|
17672
17681
|
|
|
17673
17682
|
export type BrandUserProfileCountAggregateInputType = {
|
|
17674
17683
|
id?: true
|
|
17675
17684
|
userId?: true
|
|
17676
17685
|
brandId?: true
|
|
17686
|
+
xpto?: true
|
|
17677
17687
|
_all?: true
|
|
17678
17688
|
}
|
|
17679
17689
|
|
|
@@ -17767,6 +17777,7 @@ export namespace Prisma {
|
|
|
17767
17777
|
id: number
|
|
17768
17778
|
userId: number
|
|
17769
17779
|
brandId: number
|
|
17780
|
+
xpto: number
|
|
17770
17781
|
_count: BrandUserProfileCountAggregateOutputType | null
|
|
17771
17782
|
_avg: BrandUserProfileAvgAggregateOutputType | null
|
|
17772
17783
|
_sum: BrandUserProfileSumAggregateOutputType | null
|
|
@@ -17792,6 +17803,7 @@ export namespace Prisma {
|
|
|
17792
17803
|
id?: boolean
|
|
17793
17804
|
userId?: boolean
|
|
17794
17805
|
brandId?: boolean
|
|
17806
|
+
xpto?: boolean
|
|
17795
17807
|
user?: boolean | UserDefaultArgs<ExtArgs>
|
|
17796
17808
|
brand?: boolean | BrandDefaultArgs<ExtArgs>
|
|
17797
17809
|
}, ExtArgs["result"]["brandUserProfile"]>
|
|
@@ -17800,6 +17812,7 @@ export namespace Prisma {
|
|
|
17800
17812
|
id?: boolean
|
|
17801
17813
|
userId?: boolean
|
|
17802
17814
|
brandId?: boolean
|
|
17815
|
+
xpto?: boolean
|
|
17803
17816
|
}
|
|
17804
17817
|
|
|
17805
17818
|
export type BrandUserProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -17818,6 +17831,7 @@ export namespace Prisma {
|
|
|
17818
17831
|
id: number
|
|
17819
17832
|
userId: number
|
|
17820
17833
|
brandId: number
|
|
17834
|
+
xpto: number
|
|
17821
17835
|
}, ExtArgs["result"]["brandUserProfile"]>
|
|
17822
17836
|
composites: {}
|
|
17823
17837
|
}
|
|
@@ -18218,6 +18232,7 @@ export namespace Prisma {
|
|
|
18218
18232
|
readonly id: FieldRef<"BrandUserProfile", 'Int'>
|
|
18219
18233
|
readonly userId: FieldRef<"BrandUserProfile", 'Int'>
|
|
18220
18234
|
readonly brandId: FieldRef<"BrandUserProfile", 'Int'>
|
|
18235
|
+
readonly xpto: FieldRef<"BrandUserProfile", 'Int'>
|
|
18221
18236
|
}
|
|
18222
18237
|
|
|
18223
18238
|
|
|
@@ -18588,6 +18603,7 @@ export namespace Prisma {
|
|
|
18588
18603
|
affiliateCommission: number | null
|
|
18589
18604
|
specialistId: number | null
|
|
18590
18605
|
parentBrandId: number | null
|
|
18606
|
+
searchName: string | null
|
|
18591
18607
|
}
|
|
18592
18608
|
|
|
18593
18609
|
export type BrandMaxAggregateOutputType = {
|
|
@@ -18603,6 +18619,7 @@ export namespace Prisma {
|
|
|
18603
18619
|
affiliateCommission: number | null
|
|
18604
18620
|
specialistId: number | null
|
|
18605
18621
|
parentBrandId: number | null
|
|
18622
|
+
searchName: string | null
|
|
18606
18623
|
}
|
|
18607
18624
|
|
|
18608
18625
|
export type BrandCountAggregateOutputType = {
|
|
@@ -18619,6 +18636,7 @@ export namespace Prisma {
|
|
|
18619
18636
|
extraData: number
|
|
18620
18637
|
specialistId: number
|
|
18621
18638
|
parentBrandId: number
|
|
18639
|
+
searchName: number
|
|
18622
18640
|
_all: number
|
|
18623
18641
|
}
|
|
18624
18642
|
|
|
@@ -18654,6 +18672,7 @@ export namespace Prisma {
|
|
|
18654
18672
|
affiliateCommission?: true
|
|
18655
18673
|
specialistId?: true
|
|
18656
18674
|
parentBrandId?: true
|
|
18675
|
+
searchName?: true
|
|
18657
18676
|
}
|
|
18658
18677
|
|
|
18659
18678
|
export type BrandMaxAggregateInputType = {
|
|
@@ -18669,6 +18688,7 @@ export namespace Prisma {
|
|
|
18669
18688
|
affiliateCommission?: true
|
|
18670
18689
|
specialistId?: true
|
|
18671
18690
|
parentBrandId?: true
|
|
18691
|
+
searchName?: true
|
|
18672
18692
|
}
|
|
18673
18693
|
|
|
18674
18694
|
export type BrandCountAggregateInputType = {
|
|
@@ -18685,6 +18705,7 @@ export namespace Prisma {
|
|
|
18685
18705
|
extraData?: true
|
|
18686
18706
|
specialistId?: true
|
|
18687
18707
|
parentBrandId?: true
|
|
18708
|
+
searchName?: true
|
|
18688
18709
|
_all?: true
|
|
18689
18710
|
}
|
|
18690
18711
|
|
|
@@ -18788,6 +18809,7 @@ export namespace Prisma {
|
|
|
18788
18809
|
extraData: JsonValue
|
|
18789
18810
|
specialistId: number | null
|
|
18790
18811
|
parentBrandId: number | null
|
|
18812
|
+
searchName: string | null
|
|
18791
18813
|
_count: BrandCountAggregateOutputType | null
|
|
18792
18814
|
_avg: BrandAvgAggregateOutputType | null
|
|
18793
18815
|
_sum: BrandSumAggregateOutputType | null
|
|
@@ -18823,6 +18845,7 @@ export namespace Prisma {
|
|
|
18823
18845
|
extraData?: boolean
|
|
18824
18846
|
specialistId?: boolean
|
|
18825
18847
|
parentBrandId?: boolean
|
|
18848
|
+
searchName?: boolean
|
|
18826
18849
|
dedicatedSpecialist?: boolean | Brand$dedicatedSpecialistArgs<ExtArgs>
|
|
18827
18850
|
instagramProfile?: boolean | Brand$instagramProfileArgs<ExtArgs>
|
|
18828
18851
|
youtubeProfile?: boolean | Brand$youtubeProfileArgs<ExtArgs>
|
|
@@ -18863,6 +18886,7 @@ export namespace Prisma {
|
|
|
18863
18886
|
extraData?: boolean
|
|
18864
18887
|
specialistId?: boolean
|
|
18865
18888
|
parentBrandId?: boolean
|
|
18889
|
+
searchName?: boolean
|
|
18866
18890
|
}
|
|
18867
18891
|
|
|
18868
18892
|
export type BrandInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -18934,6 +18958,7 @@ export namespace Prisma {
|
|
|
18934
18958
|
extraData: Prisma.JsonValue
|
|
18935
18959
|
specialistId: number | null
|
|
18936
18960
|
parentBrandId: number | null
|
|
18961
|
+
searchName: string | null
|
|
18937
18962
|
}, ExtArgs["result"]["brand"]>
|
|
18938
18963
|
composites: {}
|
|
18939
18964
|
}
|
|
@@ -19386,6 +19411,7 @@ export namespace Prisma {
|
|
|
19386
19411
|
readonly extraData: FieldRef<"Brand", 'Json'>
|
|
19387
19412
|
readonly specialistId: FieldRef<"Brand", 'Int'>
|
|
19388
19413
|
readonly parentBrandId: FieldRef<"Brand", 'Int'>
|
|
19414
|
+
readonly searchName: FieldRef<"Brand", 'String'>
|
|
19389
19415
|
}
|
|
19390
19416
|
|
|
19391
19417
|
|
|
@@ -70807,7 +70833,8 @@ export namespace Prisma {
|
|
|
70807
70833
|
export const BrandUserProfileScalarFieldEnum: {
|
|
70808
70834
|
id: 'id',
|
|
70809
70835
|
userId: 'userId',
|
|
70810
|
-
brandId: 'brandId'
|
|
70836
|
+
brandId: 'brandId',
|
|
70837
|
+
xpto: 'xpto'
|
|
70811
70838
|
};
|
|
70812
70839
|
|
|
70813
70840
|
export type BrandUserProfileScalarFieldEnum = (typeof BrandUserProfileScalarFieldEnum)[keyof typeof BrandUserProfileScalarFieldEnum]
|
|
@@ -70826,7 +70853,8 @@ export namespace Prisma {
|
|
|
70826
70853
|
affiliateCommission: 'affiliateCommission',
|
|
70827
70854
|
extraData: 'extraData',
|
|
70828
70855
|
specialistId: 'specialistId',
|
|
70829
|
-
parentBrandId: 'parentBrandId'
|
|
70856
|
+
parentBrandId: 'parentBrandId',
|
|
70857
|
+
searchName: 'searchName'
|
|
70830
70858
|
};
|
|
70831
70859
|
|
|
70832
70860
|
export type BrandScalarFieldEnum = (typeof BrandScalarFieldEnum)[keyof typeof BrandScalarFieldEnum]
|
|
@@ -71669,7 +71697,8 @@ export namespace Prisma {
|
|
|
71669
71697
|
description: 'description',
|
|
71670
71698
|
website: 'website',
|
|
71671
71699
|
logoUrl: 'logoUrl',
|
|
71672
|
-
affiliateBaseUrl: 'affiliateBaseUrl'
|
|
71700
|
+
affiliateBaseUrl: 'affiliateBaseUrl',
|
|
71701
|
+
searchName: 'searchName'
|
|
71673
71702
|
};
|
|
71674
71703
|
|
|
71675
71704
|
export type BrandOrderByRelevanceFieldEnum = (typeof BrandOrderByRelevanceFieldEnum)[keyof typeof BrandOrderByRelevanceFieldEnum]
|
|
@@ -73191,6 +73220,7 @@ export namespace Prisma {
|
|
|
73191
73220
|
id?: IntFilter<"BrandUserProfile"> | number
|
|
73192
73221
|
userId?: IntFilter<"BrandUserProfile"> | number
|
|
73193
73222
|
brandId?: IntFilter<"BrandUserProfile"> | number
|
|
73223
|
+
xpto?: IntFilter<"BrandUserProfile"> | number
|
|
73194
73224
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
73195
73225
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
73196
73226
|
}
|
|
@@ -73199,6 +73229,7 @@ export namespace Prisma {
|
|
|
73199
73229
|
id?: SortOrder
|
|
73200
73230
|
userId?: SortOrder
|
|
73201
73231
|
brandId?: SortOrder
|
|
73232
|
+
xpto?: SortOrder
|
|
73202
73233
|
user?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
73203
73234
|
brand?: BrandOrderByWithRelationAndSearchRelevanceInput
|
|
73204
73235
|
}
|
|
@@ -73210,6 +73241,7 @@ export namespace Prisma {
|
|
|
73210
73241
|
NOT?: BrandUserProfileWhereInput | BrandUserProfileWhereInput[]
|
|
73211
73242
|
userId?: IntFilter<"BrandUserProfile"> | number
|
|
73212
73243
|
brandId?: IntFilter<"BrandUserProfile"> | number
|
|
73244
|
+
xpto?: IntFilter<"BrandUserProfile"> | number
|
|
73213
73245
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
73214
73246
|
brand?: XOR<BrandRelationFilter, BrandWhereInput>
|
|
73215
73247
|
}, "id">
|
|
@@ -73218,6 +73250,7 @@ export namespace Prisma {
|
|
|
73218
73250
|
id?: SortOrder
|
|
73219
73251
|
userId?: SortOrder
|
|
73220
73252
|
brandId?: SortOrder
|
|
73253
|
+
xpto?: SortOrder
|
|
73221
73254
|
_count?: BrandUserProfileCountOrderByAggregateInput
|
|
73222
73255
|
_avg?: BrandUserProfileAvgOrderByAggregateInput
|
|
73223
73256
|
_max?: BrandUserProfileMaxOrderByAggregateInput
|
|
@@ -73232,6 +73265,7 @@ export namespace Prisma {
|
|
|
73232
73265
|
id?: IntWithAggregatesFilter<"BrandUserProfile"> | number
|
|
73233
73266
|
userId?: IntWithAggregatesFilter<"BrandUserProfile"> | number
|
|
73234
73267
|
brandId?: IntWithAggregatesFilter<"BrandUserProfile"> | number
|
|
73268
|
+
xpto?: IntWithAggregatesFilter<"BrandUserProfile"> | number
|
|
73235
73269
|
}
|
|
73236
73270
|
|
|
73237
73271
|
export type BrandWhereInput = {
|
|
@@ -73251,6 +73285,7 @@ export namespace Prisma {
|
|
|
73251
73285
|
extraData?: JsonFilter<"Brand">
|
|
73252
73286
|
specialistId?: IntNullableFilter<"Brand"> | number | null
|
|
73253
73287
|
parentBrandId?: IntNullableFilter<"Brand"> | number | null
|
|
73288
|
+
searchName?: StringNullableFilter<"Brand"> | string | null
|
|
73254
73289
|
dedicatedSpecialist?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
73255
73290
|
instagramProfile?: XOR<InstagramProfileNullableRelationFilter, InstagramProfileWhereInput> | null
|
|
73256
73291
|
youtubeProfile?: XOR<YoutubeProfileNullableRelationFilter, YoutubeProfileWhereInput> | null
|
|
@@ -73290,6 +73325,7 @@ export namespace Prisma {
|
|
|
73290
73325
|
extraData?: SortOrder
|
|
73291
73326
|
specialistId?: SortOrderInput | SortOrder
|
|
73292
73327
|
parentBrandId?: SortOrderInput | SortOrder
|
|
73328
|
+
searchName?: SortOrderInput | SortOrder
|
|
73293
73329
|
dedicatedSpecialist?: UserOrderByWithRelationAndSearchRelevanceInput
|
|
73294
73330
|
instagramProfile?: InstagramProfileOrderByWithRelationAndSearchRelevanceInput
|
|
73295
73331
|
youtubeProfile?: YoutubeProfileOrderByWithRelationAndSearchRelevanceInput
|
|
@@ -73333,6 +73369,7 @@ export namespace Prisma {
|
|
|
73333
73369
|
extraData?: JsonFilter<"Brand">
|
|
73334
73370
|
specialistId?: IntNullableFilter<"Brand"> | number | null
|
|
73335
73371
|
parentBrandId?: IntNullableFilter<"Brand"> | number | null
|
|
73372
|
+
searchName?: StringNullableFilter<"Brand"> | string | null
|
|
73336
73373
|
dedicatedSpecialist?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
73337
73374
|
instagramProfile?: XOR<InstagramProfileNullableRelationFilter, InstagramProfileWhereInput> | null
|
|
73338
73375
|
youtubeProfile?: XOR<YoutubeProfileNullableRelationFilter, YoutubeProfileWhereInput> | null
|
|
@@ -73372,6 +73409,7 @@ export namespace Prisma {
|
|
|
73372
73409
|
extraData?: SortOrder
|
|
73373
73410
|
specialistId?: SortOrderInput | SortOrder
|
|
73374
73411
|
parentBrandId?: SortOrderInput | SortOrder
|
|
73412
|
+
searchName?: SortOrderInput | SortOrder
|
|
73375
73413
|
_count?: BrandCountOrderByAggregateInput
|
|
73376
73414
|
_avg?: BrandAvgOrderByAggregateInput
|
|
73377
73415
|
_max?: BrandMaxOrderByAggregateInput
|
|
@@ -73396,6 +73434,7 @@ export namespace Prisma {
|
|
|
73396
73434
|
extraData?: JsonWithAggregatesFilter<"Brand">
|
|
73397
73435
|
specialistId?: IntNullableWithAggregatesFilter<"Brand"> | number | null
|
|
73398
73436
|
parentBrandId?: IntNullableWithAggregatesFilter<"Brand"> | number | null
|
|
73437
|
+
searchName?: StringNullableWithAggregatesFilter<"Brand"> | string | null
|
|
73399
73438
|
}
|
|
73400
73439
|
|
|
73401
73440
|
export type SearchContactsWhereInput = {
|
|
@@ -78431,6 +78470,7 @@ export namespace Prisma {
|
|
|
78431
78470
|
}
|
|
78432
78471
|
|
|
78433
78472
|
export type BrandUserProfileCreateInput = {
|
|
78473
|
+
xpto: number
|
|
78434
78474
|
user: UserCreateNestedOneWithoutBrandProfilesInput
|
|
78435
78475
|
brand: BrandCreateNestedOneWithoutBrandUsersInput
|
|
78436
78476
|
}
|
|
@@ -78439,9 +78479,11 @@ export namespace Prisma {
|
|
|
78439
78479
|
id?: number
|
|
78440
78480
|
userId: number
|
|
78441
78481
|
brandId: number
|
|
78482
|
+
xpto: number
|
|
78442
78483
|
}
|
|
78443
78484
|
|
|
78444
78485
|
export type BrandUserProfileUpdateInput = {
|
|
78486
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
78445
78487
|
user?: UserUpdateOneRequiredWithoutBrandProfilesNestedInput
|
|
78446
78488
|
brand?: BrandUpdateOneRequiredWithoutBrandUsersNestedInput
|
|
78447
78489
|
}
|
|
@@ -78450,22 +78492,25 @@ export namespace Prisma {
|
|
|
78450
78492
|
id?: IntFieldUpdateOperationsInput | number
|
|
78451
78493
|
userId?: IntFieldUpdateOperationsInput | number
|
|
78452
78494
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
78495
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
78453
78496
|
}
|
|
78454
78497
|
|
|
78455
78498
|
export type BrandUserProfileCreateManyInput = {
|
|
78456
78499
|
id?: number
|
|
78457
78500
|
userId: number
|
|
78458
78501
|
brandId: number
|
|
78502
|
+
xpto: number
|
|
78459
78503
|
}
|
|
78460
78504
|
|
|
78461
78505
|
export type BrandUserProfileUpdateManyMutationInput = {
|
|
78462
|
-
|
|
78506
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
78463
78507
|
}
|
|
78464
78508
|
|
|
78465
78509
|
export type BrandUserProfileUncheckedUpdateManyInput = {
|
|
78466
78510
|
id?: IntFieldUpdateOperationsInput | number
|
|
78467
78511
|
userId?: IntFieldUpdateOperationsInput | number
|
|
78468
78512
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
78513
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
78469
78514
|
}
|
|
78470
78515
|
|
|
78471
78516
|
export type BrandCreateInput = {
|
|
@@ -78479,6 +78524,7 @@ export namespace Prisma {
|
|
|
78479
78524
|
affiliateBaseUrl?: string | null
|
|
78480
78525
|
affiliateCommission?: number | null
|
|
78481
78526
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
78527
|
+
searchName?: string | null
|
|
78482
78528
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
78483
78529
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
78484
78530
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -78518,6 +78564,7 @@ export namespace Prisma {
|
|
|
78518
78564
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
78519
78565
|
specialistId?: number | null
|
|
78520
78566
|
parentBrandId?: number | null
|
|
78567
|
+
searchName?: string | null
|
|
78521
78568
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
78522
78569
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
78523
78570
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -78552,6 +78599,7 @@ export namespace Prisma {
|
|
|
78552
78599
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78553
78600
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
78554
78601
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
78602
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78555
78603
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
78556
78604
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
78557
78605
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -78591,6 +78639,7 @@ export namespace Prisma {
|
|
|
78591
78639
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
78592
78640
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
78593
78641
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
78642
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78594
78643
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
78595
78644
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
78596
78645
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -78628,6 +78677,7 @@ export namespace Prisma {
|
|
|
78628
78677
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
78629
78678
|
specialistId?: number | null
|
|
78630
78679
|
parentBrandId?: number | null
|
|
78680
|
+
searchName?: string | null
|
|
78631
78681
|
}
|
|
78632
78682
|
|
|
78633
78683
|
export type BrandUpdateManyMutationInput = {
|
|
@@ -78641,6 +78691,7 @@ export namespace Prisma {
|
|
|
78641
78691
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78642
78692
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
78643
78693
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
78694
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78644
78695
|
}
|
|
78645
78696
|
|
|
78646
78697
|
export type BrandUncheckedUpdateManyInput = {
|
|
@@ -78657,6 +78708,7 @@ export namespace Prisma {
|
|
|
78657
78708
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
78658
78709
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
78659
78710
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
78711
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78660
78712
|
}
|
|
78661
78713
|
|
|
78662
78714
|
export type SearchContactsCreateInput = {
|
|
@@ -83548,30 +83600,35 @@ export namespace Prisma {
|
|
|
83548
83600
|
id?: SortOrder
|
|
83549
83601
|
userId?: SortOrder
|
|
83550
83602
|
brandId?: SortOrder
|
|
83603
|
+
xpto?: SortOrder
|
|
83551
83604
|
}
|
|
83552
83605
|
|
|
83553
83606
|
export type BrandUserProfileAvgOrderByAggregateInput = {
|
|
83554
83607
|
id?: SortOrder
|
|
83555
83608
|
userId?: SortOrder
|
|
83556
83609
|
brandId?: SortOrder
|
|
83610
|
+
xpto?: SortOrder
|
|
83557
83611
|
}
|
|
83558
83612
|
|
|
83559
83613
|
export type BrandUserProfileMaxOrderByAggregateInput = {
|
|
83560
83614
|
id?: SortOrder
|
|
83561
83615
|
userId?: SortOrder
|
|
83562
83616
|
brandId?: SortOrder
|
|
83617
|
+
xpto?: SortOrder
|
|
83563
83618
|
}
|
|
83564
83619
|
|
|
83565
83620
|
export type BrandUserProfileMinOrderByAggregateInput = {
|
|
83566
83621
|
id?: SortOrder
|
|
83567
83622
|
userId?: SortOrder
|
|
83568
83623
|
brandId?: SortOrder
|
|
83624
|
+
xpto?: SortOrder
|
|
83569
83625
|
}
|
|
83570
83626
|
|
|
83571
83627
|
export type BrandUserProfileSumOrderByAggregateInput = {
|
|
83572
83628
|
id?: SortOrder
|
|
83573
83629
|
userId?: SortOrder
|
|
83574
83630
|
brandId?: SortOrder
|
|
83631
|
+
xpto?: SortOrder
|
|
83575
83632
|
}
|
|
83576
83633
|
|
|
83577
83634
|
export type CampaignListRelationFilter = {
|
|
@@ -83734,6 +83791,7 @@ export namespace Prisma {
|
|
|
83734
83791
|
extraData?: SortOrder
|
|
83735
83792
|
specialistId?: SortOrder
|
|
83736
83793
|
parentBrandId?: SortOrder
|
|
83794
|
+
searchName?: SortOrder
|
|
83737
83795
|
}
|
|
83738
83796
|
|
|
83739
83797
|
export type BrandAvgOrderByAggregateInput = {
|
|
@@ -83758,6 +83816,7 @@ export namespace Prisma {
|
|
|
83758
83816
|
affiliateCommission?: SortOrder
|
|
83759
83817
|
specialistId?: SortOrder
|
|
83760
83818
|
parentBrandId?: SortOrder
|
|
83819
|
+
searchName?: SortOrder
|
|
83761
83820
|
}
|
|
83762
83821
|
|
|
83763
83822
|
export type BrandMinOrderByAggregateInput = {
|
|
@@ -83773,6 +83832,7 @@ export namespace Prisma {
|
|
|
83773
83832
|
affiliateCommission?: SortOrder
|
|
83774
83833
|
specialistId?: SortOrder
|
|
83775
83834
|
parentBrandId?: SortOrder
|
|
83835
|
+
searchName?: SortOrder
|
|
83776
83836
|
}
|
|
83777
83837
|
|
|
83778
83838
|
export type BrandSumOrderByAggregateInput = {
|
|
@@ -92660,12 +92720,14 @@ export namespace Prisma {
|
|
|
92660
92720
|
}
|
|
92661
92721
|
|
|
92662
92722
|
export type BrandUserProfileCreateWithoutUserInput = {
|
|
92723
|
+
xpto: number
|
|
92663
92724
|
brand: BrandCreateNestedOneWithoutBrandUsersInput
|
|
92664
92725
|
}
|
|
92665
92726
|
|
|
92666
92727
|
export type BrandUserProfileUncheckedCreateWithoutUserInput = {
|
|
92667
92728
|
id?: number
|
|
92668
92729
|
brandId: number
|
|
92730
|
+
xpto: number
|
|
92669
92731
|
}
|
|
92670
92732
|
|
|
92671
92733
|
export type BrandUserProfileCreateOrConnectWithoutUserInput = {
|
|
@@ -92744,6 +92806,7 @@ export namespace Prisma {
|
|
|
92744
92806
|
affiliateBaseUrl?: string | null
|
|
92745
92807
|
affiliateCommission?: number | null
|
|
92746
92808
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
92809
|
+
searchName?: string | null
|
|
92747
92810
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
92748
92811
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
92749
92812
|
tiktokProfile?: TiktokProfileCreateNestedOneWithoutBrandInput
|
|
@@ -92781,6 +92844,7 @@ export namespace Prisma {
|
|
|
92781
92844
|
affiliateCommission?: number | null
|
|
92782
92845
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
92783
92846
|
parentBrandId?: number | null
|
|
92847
|
+
searchName?: string | null
|
|
92784
92848
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
92785
92849
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
92786
92850
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -93665,6 +93729,7 @@ export namespace Prisma {
|
|
|
93665
93729
|
id?: IntFilter<"BrandUserProfile"> | number
|
|
93666
93730
|
userId?: IntFilter<"BrandUserProfile"> | number
|
|
93667
93731
|
brandId?: IntFilter<"BrandUserProfile"> | number
|
|
93732
|
+
xpto?: IntFilter<"BrandUserProfile"> | number
|
|
93668
93733
|
}
|
|
93669
93734
|
|
|
93670
93735
|
export type OptInUpsertWithWhereUniqueWithoutUserInput = {
|
|
@@ -93739,6 +93804,7 @@ export namespace Prisma {
|
|
|
93739
93804
|
extraData?: JsonFilter<"Brand">
|
|
93740
93805
|
specialistId?: IntNullableFilter<"Brand"> | number | null
|
|
93741
93806
|
parentBrandId?: IntNullableFilter<"Brand"> | number | null
|
|
93807
|
+
searchName?: StringNullableFilter<"Brand"> | string | null
|
|
93742
93808
|
}
|
|
93743
93809
|
|
|
93744
93810
|
export type MessageUpsertWithWhereUniqueWithoutUserInput = {
|
|
@@ -94511,6 +94577,7 @@ export namespace Prisma {
|
|
|
94511
94577
|
affiliateBaseUrl?: string | null
|
|
94512
94578
|
affiliateCommission?: number | null
|
|
94513
94579
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94580
|
+
searchName?: string | null
|
|
94514
94581
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
94515
94582
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
94516
94583
|
tiktokProfile?: TiktokProfileCreateNestedOneWithoutBrandInput
|
|
@@ -94549,6 +94616,7 @@ export namespace Prisma {
|
|
|
94549
94616
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94550
94617
|
specialistId?: number | null
|
|
94551
94618
|
parentBrandId?: number | null
|
|
94619
|
+
searchName?: string | null
|
|
94552
94620
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
94553
94621
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
94554
94622
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutBrandInput
|
|
@@ -94690,6 +94758,7 @@ export namespace Prisma {
|
|
|
94690
94758
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94691
94759
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
94692
94760
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94761
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94693
94762
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
94694
94763
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
94695
94764
|
tiktokProfile?: TiktokProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -94728,6 +94797,7 @@ export namespace Prisma {
|
|
|
94728
94797
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94729
94798
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94730
94799
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
94800
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
94731
94801
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
94732
94802
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
94733
94803
|
campaigns?: CampaignUncheckedUpdateManyWithoutBrandNestedInput
|
|
@@ -94847,6 +94917,7 @@ export namespace Prisma {
|
|
|
94847
94917
|
affiliateBaseUrl?: string | null
|
|
94848
94918
|
affiliateCommission?: number | null
|
|
94849
94919
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94920
|
+
searchName?: string | null
|
|
94850
94921
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
94851
94922
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
94852
94923
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -94885,6 +94956,7 @@ export namespace Prisma {
|
|
|
94885
94956
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
94886
94957
|
specialistId?: number | null
|
|
94887
94958
|
parentBrandId?: number | null
|
|
94959
|
+
searchName?: string | null
|
|
94888
94960
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
94889
94961
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
94890
94962
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutBrandInput
|
|
@@ -95026,6 +95098,7 @@ export namespace Prisma {
|
|
|
95026
95098
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95027
95099
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
95028
95100
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
95101
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95029
95102
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
95030
95103
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
95031
95104
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -95064,6 +95137,7 @@ export namespace Prisma {
|
|
|
95064
95137
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
95065
95138
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
95066
95139
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
95140
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95067
95141
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
95068
95142
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
95069
95143
|
campaigns?: CampaignUncheckedUpdateManyWithoutBrandNestedInput
|
|
@@ -95183,6 +95257,7 @@ export namespace Prisma {
|
|
|
95183
95257
|
affiliateBaseUrl?: string | null
|
|
95184
95258
|
affiliateCommission?: number | null
|
|
95185
95259
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
95260
|
+
searchName?: string | null
|
|
95186
95261
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
95187
95262
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
95188
95263
|
tiktokProfile?: TiktokProfileCreateNestedOneWithoutBrandInput
|
|
@@ -95221,6 +95296,7 @@ export namespace Prisma {
|
|
|
95221
95296
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
95222
95297
|
specialistId?: number | null
|
|
95223
95298
|
parentBrandId?: number | null
|
|
95299
|
+
searchName?: string | null
|
|
95224
95300
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
95225
95301
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
95226
95302
|
campaigns?: CampaignUncheckedCreateNestedManyWithoutBrandInput
|
|
@@ -95362,6 +95438,7 @@ export namespace Prisma {
|
|
|
95362
95438
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95363
95439
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
95364
95440
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
95441
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95365
95442
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
95366
95443
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
95367
95444
|
tiktokProfile?: TiktokProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -95400,6 +95477,7 @@ export namespace Prisma {
|
|
|
95400
95477
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
95401
95478
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
95402
95479
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
95480
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
95403
95481
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
95404
95482
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
95405
95483
|
campaigns?: CampaignUncheckedUpdateManyWithoutBrandNestedInput
|
|
@@ -96053,6 +96131,7 @@ export namespace Prisma {
|
|
|
96053
96131
|
affiliateBaseUrl?: string | null
|
|
96054
96132
|
affiliateCommission?: number | null
|
|
96055
96133
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
96134
|
+
searchName?: string | null
|
|
96056
96135
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
96057
96136
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
96058
96137
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -96091,6 +96170,7 @@ export namespace Prisma {
|
|
|
96091
96170
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
96092
96171
|
specialistId?: number | null
|
|
96093
96172
|
parentBrandId?: number | null
|
|
96173
|
+
searchName?: string | null
|
|
96094
96174
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
96095
96175
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
96096
96176
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -96232,6 +96312,7 @@ export namespace Prisma {
|
|
|
96232
96312
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
96233
96313
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
96234
96314
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
96315
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
96235
96316
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
96236
96317
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
96237
96318
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -96270,6 +96351,7 @@ export namespace Prisma {
|
|
|
96270
96351
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
96271
96352
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
96272
96353
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
96354
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
96273
96355
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
96274
96356
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
96275
96357
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -96694,12 +96776,14 @@ export namespace Prisma {
|
|
|
96694
96776
|
}
|
|
96695
96777
|
|
|
96696
96778
|
export type BrandUserProfileCreateWithoutBrandInput = {
|
|
96779
|
+
xpto: number
|
|
96697
96780
|
user: UserCreateNestedOneWithoutBrandProfilesInput
|
|
96698
96781
|
}
|
|
96699
96782
|
|
|
96700
96783
|
export type BrandUserProfileUncheckedCreateWithoutBrandInput = {
|
|
96701
96784
|
id?: number
|
|
96702
96785
|
userId: number
|
|
96786
|
+
xpto: number
|
|
96703
96787
|
}
|
|
96704
96788
|
|
|
96705
96789
|
export type BrandUserProfileCreateOrConnectWithoutBrandInput = {
|
|
@@ -97155,6 +97239,7 @@ export namespace Prisma {
|
|
|
97155
97239
|
affiliateBaseUrl?: string | null
|
|
97156
97240
|
affiliateCommission?: number | null
|
|
97157
97241
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
97242
|
+
searchName?: string | null
|
|
97158
97243
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
97159
97244
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
97160
97245
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -97193,6 +97278,7 @@ export namespace Prisma {
|
|
|
97193
97278
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
97194
97279
|
specialistId?: number | null
|
|
97195
97280
|
parentBrandId?: number | null
|
|
97281
|
+
searchName?: string | null
|
|
97196
97282
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
97197
97283
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
97198
97284
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -97231,6 +97317,7 @@ export namespace Prisma {
|
|
|
97231
97317
|
affiliateBaseUrl?: string | null
|
|
97232
97318
|
affiliateCommission?: number | null
|
|
97233
97319
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
97320
|
+
searchName?: string | null
|
|
97234
97321
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
97235
97322
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
97236
97323
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -97268,6 +97355,7 @@ export namespace Prisma {
|
|
|
97268
97355
|
affiliateCommission?: number | null
|
|
97269
97356
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
97270
97357
|
specialistId?: number | null
|
|
97358
|
+
searchName?: string | null
|
|
97271
97359
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
97272
97360
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
97273
97361
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -98101,6 +98189,7 @@ export namespace Prisma {
|
|
|
98101
98189
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98102
98190
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
98103
98191
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98192
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98104
98193
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
98105
98194
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
98106
98195
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -98139,6 +98228,7 @@ export namespace Prisma {
|
|
|
98139
98228
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98140
98229
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98141
98230
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98231
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98142
98232
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98143
98233
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98144
98234
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -98240,6 +98330,7 @@ export namespace Prisma {
|
|
|
98240
98330
|
affiliateBaseUrl?: string | null
|
|
98241
98331
|
affiliateCommission?: number | null
|
|
98242
98332
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98333
|
+
searchName?: string | null
|
|
98243
98334
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
98244
98335
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
98245
98336
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -98278,6 +98369,7 @@ export namespace Prisma {
|
|
|
98278
98369
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98279
98370
|
specialistId?: number | null
|
|
98280
98371
|
parentBrandId?: number | null
|
|
98372
|
+
searchName?: string | null
|
|
98281
98373
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98282
98374
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98283
98375
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -98391,6 +98483,7 @@ export namespace Prisma {
|
|
|
98391
98483
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98392
98484
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
98393
98485
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98486
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98394
98487
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
98395
98488
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
98396
98489
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -98429,6 +98522,7 @@ export namespace Prisma {
|
|
|
98429
98522
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98430
98523
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98431
98524
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98525
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98432
98526
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98433
98527
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98434
98528
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -98514,6 +98608,7 @@ export namespace Prisma {
|
|
|
98514
98608
|
affiliateBaseUrl?: string | null
|
|
98515
98609
|
affiliateCommission?: number | null
|
|
98516
98610
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98611
|
+
searchName?: string | null
|
|
98517
98612
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
98518
98613
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
98519
98614
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -98552,6 +98647,7 @@ export namespace Prisma {
|
|
|
98552
98647
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98553
98648
|
specialistId?: number | null
|
|
98554
98649
|
parentBrandId?: number | null
|
|
98650
|
+
searchName?: string | null
|
|
98555
98651
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98556
98652
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98557
98653
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -98665,6 +98761,7 @@ export namespace Prisma {
|
|
|
98665
98761
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98666
98762
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
98667
98763
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98764
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98668
98765
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
98669
98766
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
98670
98767
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -98703,6 +98800,7 @@ export namespace Prisma {
|
|
|
98703
98800
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98704
98801
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98705
98802
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98803
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98706
98804
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98707
98805
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98708
98806
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -98736,6 +98834,7 @@ export namespace Prisma {
|
|
|
98736
98834
|
affiliateBaseUrl?: string | null
|
|
98737
98835
|
affiliateCommission?: number | null
|
|
98738
98836
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98837
|
+
searchName?: string | null
|
|
98739
98838
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
98740
98839
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
98741
98840
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -98774,6 +98873,7 @@ export namespace Prisma {
|
|
|
98774
98873
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98775
98874
|
specialistId?: number | null
|
|
98776
98875
|
parentBrandId?: number | null
|
|
98876
|
+
searchName?: string | null
|
|
98777
98877
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98778
98878
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98779
98879
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -98844,6 +98944,7 @@ export namespace Prisma {
|
|
|
98844
98944
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98845
98945
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
98846
98946
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98947
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98847
98948
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
98848
98949
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
98849
98950
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -98882,6 +98983,7 @@ export namespace Prisma {
|
|
|
98882
98983
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98883
98984
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98884
98985
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
98986
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
98885
98987
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98886
98988
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
98887
98989
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -98941,6 +99043,7 @@ export namespace Prisma {
|
|
|
98941
99043
|
affiliateBaseUrl?: string | null
|
|
98942
99044
|
affiliateCommission?: number | null
|
|
98943
99045
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
99046
|
+
searchName?: string | null
|
|
98944
99047
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
98945
99048
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
98946
99049
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -98979,6 +99082,7 @@ export namespace Prisma {
|
|
|
98979
99082
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
98980
99083
|
specialistId?: number | null
|
|
98981
99084
|
parentBrandId?: number | null
|
|
99085
|
+
searchName?: string | null
|
|
98982
99086
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98983
99087
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
98984
99088
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -99048,6 +99152,7 @@ export namespace Prisma {
|
|
|
99048
99152
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99049
99153
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
99050
99154
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
99155
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99051
99156
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
99052
99157
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
99053
99158
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -99086,6 +99191,7 @@ export namespace Prisma {
|
|
|
99086
99191
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
99087
99192
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
99088
99193
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
99194
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
99089
99195
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
99090
99196
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
99091
99197
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -99979,6 +100085,7 @@ export namespace Prisma {
|
|
|
99979
100085
|
affiliateBaseUrl?: string | null
|
|
99980
100086
|
affiliateCommission?: number | null
|
|
99981
100087
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
100088
|
+
searchName?: string | null
|
|
99982
100089
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
99983
100090
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
99984
100091
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -100017,6 +100124,7 @@ export namespace Prisma {
|
|
|
100017
100124
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
100018
100125
|
specialistId?: number | null
|
|
100019
100126
|
parentBrandId?: number | null
|
|
100127
|
+
searchName?: string | null
|
|
100020
100128
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
100021
100129
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
100022
100130
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -100351,6 +100459,7 @@ export namespace Prisma {
|
|
|
100351
100459
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
100352
100460
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
100353
100461
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
100462
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
100354
100463
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
100355
100464
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
100356
100465
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -100389,6 +100498,7 @@ export namespace Prisma {
|
|
|
100389
100498
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
100390
100499
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
100391
100500
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
100501
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
100392
100502
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
100393
100503
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
100394
100504
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -104969,6 +105079,7 @@ export namespace Prisma {
|
|
|
104969
105079
|
affiliateBaseUrl?: string | null
|
|
104970
105080
|
affiliateCommission?: number | null
|
|
104971
105081
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105082
|
+
searchName?: string | null
|
|
104972
105083
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
104973
105084
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
104974
105085
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -105007,6 +105118,7 @@ export namespace Prisma {
|
|
|
105007
105118
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105008
105119
|
specialistId?: number | null
|
|
105009
105120
|
parentBrandId?: number | null
|
|
105121
|
+
searchName?: string | null
|
|
105010
105122
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
105011
105123
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
105012
105124
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -105206,6 +105318,7 @@ export namespace Prisma {
|
|
|
105206
105318
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
105207
105319
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
105208
105320
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105321
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
105209
105322
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
105210
105323
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
105211
105324
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -105244,6 +105357,7 @@ export namespace Prisma {
|
|
|
105244
105357
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105245
105358
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
105246
105359
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
105360
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
105247
105361
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
105248
105362
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
105249
105363
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -105470,6 +105584,7 @@ export namespace Prisma {
|
|
|
105470
105584
|
affiliateBaseUrl?: string | null
|
|
105471
105585
|
affiliateCommission?: number | null
|
|
105472
105586
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105587
|
+
searchName?: string | null
|
|
105473
105588
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
105474
105589
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
105475
105590
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -105508,6 +105623,7 @@ export namespace Prisma {
|
|
|
105508
105623
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105509
105624
|
specialistId?: number | null
|
|
105510
105625
|
parentBrandId?: number | null
|
|
105626
|
+
searchName?: string | null
|
|
105511
105627
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
105512
105628
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
105513
105629
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -105573,6 +105689,7 @@ export namespace Prisma {
|
|
|
105573
105689
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
105574
105690
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
105575
105691
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105692
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
105576
105693
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
105577
105694
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
105578
105695
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -105611,6 +105728,7 @@ export namespace Prisma {
|
|
|
105611
105728
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
105612
105729
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
105613
105730
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
105731
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
105614
105732
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
105615
105733
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
105616
105734
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -106085,6 +106203,7 @@ export namespace Prisma {
|
|
|
106085
106203
|
affiliateBaseUrl?: string | null
|
|
106086
106204
|
affiliateCommission?: number | null
|
|
106087
106205
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106206
|
+
searchName?: string | null
|
|
106088
106207
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
106089
106208
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
106090
106209
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -106123,6 +106242,7 @@ export namespace Prisma {
|
|
|
106123
106242
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106124
106243
|
specialistId?: number | null
|
|
106125
106244
|
parentBrandId?: number | null
|
|
106245
|
+
searchName?: string | null
|
|
106126
106246
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
106127
106247
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
106128
106248
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -106172,6 +106292,7 @@ export namespace Prisma {
|
|
|
106172
106292
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106173
106293
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
106174
106294
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106295
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106175
106296
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
106176
106297
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
106177
106298
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -106210,6 +106331,7 @@ export namespace Prisma {
|
|
|
106210
106331
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106211
106332
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106212
106333
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106334
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106213
106335
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
106214
106336
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
106215
106337
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -106243,6 +106365,7 @@ export namespace Prisma {
|
|
|
106243
106365
|
affiliateBaseUrl?: string | null
|
|
106244
106366
|
affiliateCommission?: number | null
|
|
106245
106367
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106368
|
+
searchName?: string | null
|
|
106246
106369
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
106247
106370
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
106248
106371
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -106281,6 +106404,7 @@ export namespace Prisma {
|
|
|
106281
106404
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106282
106405
|
specialistId?: number | null
|
|
106283
106406
|
parentBrandId?: number | null
|
|
106407
|
+
searchName?: string | null
|
|
106284
106408
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
106285
106409
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
106286
106410
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -106562,6 +106686,7 @@ export namespace Prisma {
|
|
|
106562
106686
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106563
106687
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
106564
106688
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106689
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106565
106690
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
106566
106691
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
106567
106692
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -106600,6 +106725,7 @@ export namespace Prisma {
|
|
|
106600
106725
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106601
106726
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106602
106727
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
106728
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
106603
106729
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
106604
106730
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
106605
106731
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -106920,6 +107046,7 @@ export namespace Prisma {
|
|
|
106920
107046
|
affiliateBaseUrl?: string | null
|
|
106921
107047
|
affiliateCommission?: number | null
|
|
106922
107048
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
107049
|
+
searchName?: string | null
|
|
106923
107050
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
106924
107051
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
106925
107052
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -106958,6 +107085,7 @@ export namespace Prisma {
|
|
|
106958
107085
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
106959
107086
|
specialistId?: number | null
|
|
106960
107087
|
parentBrandId?: number | null
|
|
107088
|
+
searchName?: string | null
|
|
106961
107089
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
106962
107090
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
106963
107091
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -107211,6 +107339,7 @@ export namespace Prisma {
|
|
|
107211
107339
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107212
107340
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
107213
107341
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
107342
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107214
107343
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
107215
107344
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
107216
107345
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -107249,6 +107378,7 @@ export namespace Prisma {
|
|
|
107249
107378
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
107250
107379
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
107251
107380
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
107381
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107252
107382
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
107253
107383
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
107254
107384
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -108027,6 +108157,7 @@ export namespace Prisma {
|
|
|
108027
108157
|
affiliateBaseUrl?: string | null
|
|
108028
108158
|
affiliateCommission?: number | null
|
|
108029
108159
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108160
|
+
searchName?: string | null
|
|
108030
108161
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
108031
108162
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
108032
108163
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -108065,6 +108196,7 @@ export namespace Prisma {
|
|
|
108065
108196
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108066
108197
|
specialistId?: number | null
|
|
108067
108198
|
parentBrandId?: number | null
|
|
108199
|
+
searchName?: string | null
|
|
108068
108200
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
108069
108201
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
108070
108202
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -108114,6 +108246,7 @@ export namespace Prisma {
|
|
|
108114
108246
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108115
108247
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
108116
108248
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108249
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108117
108250
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
108118
108251
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
108119
108252
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -108152,6 +108285,7 @@ export namespace Prisma {
|
|
|
108152
108285
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108153
108286
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
108154
108287
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
108288
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108155
108289
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
108156
108290
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
108157
108291
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -108185,6 +108319,7 @@ export namespace Prisma {
|
|
|
108185
108319
|
affiliateBaseUrl?: string | null
|
|
108186
108320
|
affiliateCommission?: number | null
|
|
108187
108321
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108322
|
+
searchName?: string | null
|
|
108188
108323
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
108189
108324
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
108190
108325
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -108223,6 +108358,7 @@ export namespace Prisma {
|
|
|
108223
108358
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108224
108359
|
specialistId?: number | null
|
|
108225
108360
|
parentBrandId?: number | null
|
|
108361
|
+
searchName?: string | null
|
|
108226
108362
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
108227
108363
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
108228
108364
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -108301,6 +108437,7 @@ export namespace Prisma {
|
|
|
108301
108437
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108302
108438
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
108303
108439
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108440
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108304
108441
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
108305
108442
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
108306
108443
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -108339,6 +108476,7 @@ export namespace Prisma {
|
|
|
108339
108476
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108340
108477
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
108341
108478
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
108479
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108342
108480
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
108343
108481
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
108344
108482
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -108401,6 +108539,7 @@ export namespace Prisma {
|
|
|
108401
108539
|
affiliateBaseUrl?: string | null
|
|
108402
108540
|
affiliateCommission?: number | null
|
|
108403
108541
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108542
|
+
searchName?: string | null
|
|
108404
108543
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
108405
108544
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
108406
108545
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -108439,6 +108578,7 @@ export namespace Prisma {
|
|
|
108439
108578
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108440
108579
|
specialistId?: number | null
|
|
108441
108580
|
parentBrandId?: number | null
|
|
108581
|
+
searchName?: string | null
|
|
108442
108582
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
108443
108583
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
108444
108584
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -108507,6 +108647,7 @@ export namespace Prisma {
|
|
|
108507
108647
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108508
108648
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
108509
108649
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108650
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108510
108651
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
108511
108652
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
108512
108653
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -108545,6 +108686,7 @@ export namespace Prisma {
|
|
|
108545
108686
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
108546
108687
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
108547
108688
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
108689
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
108548
108690
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
108549
108691
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
108550
108692
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -109364,6 +109506,7 @@ export namespace Prisma {
|
|
|
109364
109506
|
affiliateBaseUrl?: string | null
|
|
109365
109507
|
affiliateCommission?: number | null
|
|
109366
109508
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109509
|
+
searchName?: string | null
|
|
109367
109510
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
109368
109511
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
109369
109512
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -109402,6 +109545,7 @@ export namespace Prisma {
|
|
|
109402
109545
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109403
109546
|
specialistId?: number | null
|
|
109404
109547
|
parentBrandId?: number | null
|
|
109548
|
+
searchName?: string | null
|
|
109405
109549
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
109406
109550
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
109407
109551
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -109543,6 +109687,7 @@ export namespace Prisma {
|
|
|
109543
109687
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109544
109688
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
109545
109689
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109690
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109546
109691
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
109547
109692
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
109548
109693
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -109581,6 +109726,7 @@ export namespace Prisma {
|
|
|
109581
109726
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109582
109727
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
109583
109728
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
109729
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109584
109730
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
109585
109731
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
109586
109732
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -109614,6 +109760,7 @@ export namespace Prisma {
|
|
|
109614
109760
|
affiliateBaseUrl?: string | null
|
|
109615
109761
|
affiliateCommission?: number | null
|
|
109616
109762
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109763
|
+
searchName?: string | null
|
|
109617
109764
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
109618
109765
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
109619
109766
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -109652,6 +109799,7 @@ export namespace Prisma {
|
|
|
109652
109799
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109653
109800
|
specialistId?: number | null
|
|
109654
109801
|
parentBrandId?: number | null
|
|
109802
|
+
searchName?: string | null
|
|
109655
109803
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
109656
109804
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
109657
109805
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -109701,6 +109849,7 @@ export namespace Prisma {
|
|
|
109701
109849
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109702
109850
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
109703
109851
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109852
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109704
109853
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
109705
109854
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
109706
109855
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -109739,6 +109888,7 @@ export namespace Prisma {
|
|
|
109739
109888
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109740
109889
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
109741
109890
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
109891
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109742
109892
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
109743
109893
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
109744
109894
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -109934,6 +110084,7 @@ export namespace Prisma {
|
|
|
109934
110084
|
affiliateBaseUrl?: string | null
|
|
109935
110085
|
affiliateCommission?: number | null
|
|
109936
110086
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
110087
|
+
searchName?: string | null
|
|
109937
110088
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
109938
110089
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
109939
110090
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -109972,6 +110123,7 @@ export namespace Prisma {
|
|
|
109972
110123
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
109973
110124
|
specialistId?: number | null
|
|
109974
110125
|
parentBrandId?: number | null
|
|
110126
|
+
searchName?: string | null
|
|
109975
110127
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
109976
110128
|
youtubeProfile?: YoutubeProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
109977
110129
|
tiktokProfile?: TiktokProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -110294,6 +110446,7 @@ export namespace Prisma {
|
|
|
110294
110446
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110295
110447
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
110296
110448
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
110449
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110297
110450
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
110298
110451
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
110299
110452
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -110332,6 +110485,7 @@ export namespace Prisma {
|
|
|
110332
110485
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
110333
110486
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110334
110487
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
110488
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110335
110489
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
110336
110490
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
110337
110491
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -111080,6 +111234,7 @@ export namespace Prisma {
|
|
|
111080
111234
|
export type BrandUserProfileCreateManyUserInput = {
|
|
111081
111235
|
id?: number
|
|
111082
111236
|
brandId: number
|
|
111237
|
+
xpto: number
|
|
111083
111238
|
}
|
|
111084
111239
|
|
|
111085
111240
|
export type OptInCreateManyUserInput = {
|
|
@@ -111114,6 +111269,7 @@ export namespace Prisma {
|
|
|
111114
111269
|
affiliateCommission?: number | null
|
|
111115
111270
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111116
111271
|
parentBrandId?: number | null
|
|
111272
|
+
searchName?: string | null
|
|
111117
111273
|
}
|
|
111118
111274
|
|
|
111119
111275
|
export type MessageCreateManyUserInput = {
|
|
@@ -111348,17 +111504,20 @@ export namespace Prisma {
|
|
|
111348
111504
|
}
|
|
111349
111505
|
|
|
111350
111506
|
export type BrandUserProfileUpdateWithoutUserInput = {
|
|
111507
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
111351
111508
|
brand?: BrandUpdateOneRequiredWithoutBrandUsersNestedInput
|
|
111352
111509
|
}
|
|
111353
111510
|
|
|
111354
111511
|
export type BrandUserProfileUncheckedUpdateWithoutUserInput = {
|
|
111355
111512
|
id?: IntFieldUpdateOperationsInput | number
|
|
111356
111513
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
111514
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
111357
111515
|
}
|
|
111358
111516
|
|
|
111359
111517
|
export type BrandUserProfileUncheckedUpdateManyWithoutUserInput = {
|
|
111360
111518
|
id?: IntFieldUpdateOperationsInput | number
|
|
111361
111519
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
111520
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
111362
111521
|
}
|
|
111363
111522
|
|
|
111364
111523
|
export type OptInUpdateWithoutUserInput = {
|
|
@@ -111436,6 +111595,7 @@ export namespace Prisma {
|
|
|
111436
111595
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111437
111596
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
111438
111597
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111598
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111439
111599
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
111440
111600
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
111441
111601
|
tiktokProfile?: TiktokProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -111473,6 +111633,7 @@ export namespace Prisma {
|
|
|
111473
111633
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
111474
111634
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111475
111635
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
111636
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111476
111637
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
111477
111638
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
111478
111639
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -111509,6 +111670,7 @@ export namespace Prisma {
|
|
|
111509
111670
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
111510
111671
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
111511
111672
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
111673
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111512
111674
|
}
|
|
111513
111675
|
|
|
111514
111676
|
export type MessageUpdateWithoutUserInput = {
|
|
@@ -111933,6 +112095,7 @@ export namespace Prisma {
|
|
|
111933
112095
|
export type BrandUserProfileCreateManyBrandInput = {
|
|
111934
112096
|
id?: number
|
|
111935
112097
|
userId: number
|
|
112098
|
+
xpto: number
|
|
111936
112099
|
}
|
|
111937
112100
|
|
|
111938
112101
|
export type SearchContactsCreateManyBrandInput = {
|
|
@@ -112083,6 +112246,7 @@ export namespace Prisma {
|
|
|
112083
112246
|
affiliateCommission?: number | null
|
|
112084
112247
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112085
112248
|
specialistId?: number | null
|
|
112249
|
+
searchName?: string | null
|
|
112086
112250
|
}
|
|
112087
112251
|
|
|
112088
112252
|
export type CampaignUpdateWithoutBrandInput = {
|
|
@@ -112271,17 +112435,20 @@ export namespace Prisma {
|
|
|
112271
112435
|
}
|
|
112272
112436
|
|
|
112273
112437
|
export type BrandUserProfileUpdateWithoutBrandInput = {
|
|
112438
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
112274
112439
|
user?: UserUpdateOneRequiredWithoutBrandProfilesNestedInput
|
|
112275
112440
|
}
|
|
112276
112441
|
|
|
112277
112442
|
export type BrandUserProfileUncheckedUpdateWithoutBrandInput = {
|
|
112278
112443
|
id?: IntFieldUpdateOperationsInput | number
|
|
112279
112444
|
userId?: IntFieldUpdateOperationsInput | number
|
|
112445
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
112280
112446
|
}
|
|
112281
112447
|
|
|
112282
112448
|
export type BrandUserProfileUncheckedUpdateManyWithoutBrandInput = {
|
|
112283
112449
|
id?: IntFieldUpdateOperationsInput | number
|
|
112284
112450
|
userId?: IntFieldUpdateOperationsInput | number
|
|
112451
|
+
xpto?: IntFieldUpdateOperationsInput | number
|
|
112285
112452
|
}
|
|
112286
112453
|
|
|
112287
112454
|
export type SearchContactsUpdateWithoutBrandInput = {
|
|
@@ -112712,6 +112879,7 @@ export namespace Prisma {
|
|
|
112712
112879
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112713
112880
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
112714
112881
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112882
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112715
112883
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
112716
112884
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
112717
112885
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -112749,6 +112917,7 @@ export namespace Prisma {
|
|
|
112749
112917
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
112750
112918
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112751
112919
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
112920
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112752
112921
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
112753
112922
|
youtubeProfile?: YoutubeProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
112754
112923
|
tiktokProfile?: TiktokProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -112785,6 +112954,7 @@ export namespace Prisma {
|
|
|
112785
112954
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
112786
112955
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
112787
112956
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
112957
|
+
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
112788
112958
|
}
|
|
112789
112959
|
|
|
112790
112960
|
export type BrandImageCreateManyBrandImageInput = {
|