@creator.co/creatorco-prisma-client 1.0.78 → 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/edge.js +10 -5
- package/index-browser.js +5 -0
- package/index.d.ts +452 -149
- package/index.js +10 -5
- package/package.json +1 -1
- package/schema.prisma +6 -2
- package/wasm.js +5 -0
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'>
|
|
@@ -99611,6 +99623,9 @@ export namespace Prisma {
|
|
|
99611
99623
|
imapUser: string | null
|
|
99612
99624
|
imapPassword: string | null
|
|
99613
99625
|
enableSSL: boolean | null
|
|
99626
|
+
isdkimStatus: boolean | null
|
|
99627
|
+
isdmarcStatus: boolean | null
|
|
99628
|
+
isspfStatus: boolean | null
|
|
99614
99629
|
brandId: number | null
|
|
99615
99630
|
createdByUserId: number | null
|
|
99616
99631
|
editedByUserId: number | null
|
|
@@ -99640,6 +99655,9 @@ export namespace Prisma {
|
|
|
99640
99655
|
imapUser: string | null
|
|
99641
99656
|
imapPassword: string | null
|
|
99642
99657
|
enableSSL: boolean | null
|
|
99658
|
+
isdkimStatus: boolean | null
|
|
99659
|
+
isdmarcStatus: boolean | null
|
|
99660
|
+
isspfStatus: boolean | null
|
|
99643
99661
|
brandId: number | null
|
|
99644
99662
|
createdByUserId: number | null
|
|
99645
99663
|
editedByUserId: number | null
|
|
@@ -99669,6 +99687,9 @@ export namespace Prisma {
|
|
|
99669
99687
|
imapUser: number
|
|
99670
99688
|
imapPassword: number
|
|
99671
99689
|
enableSSL: number
|
|
99690
|
+
isdkimStatus: number
|
|
99691
|
+
isdmarcStatus: number
|
|
99692
|
+
isspfStatus: number
|
|
99672
99693
|
brandId: number
|
|
99673
99694
|
createdByUserId: number
|
|
99674
99695
|
editedByUserId: number
|
|
@@ -99712,6 +99733,9 @@ export namespace Prisma {
|
|
|
99712
99733
|
imapUser?: true
|
|
99713
99734
|
imapPassword?: true
|
|
99714
99735
|
enableSSL?: true
|
|
99736
|
+
isdkimStatus?: true
|
|
99737
|
+
isdmarcStatus?: true
|
|
99738
|
+
isspfStatus?: true
|
|
99715
99739
|
brandId?: true
|
|
99716
99740
|
createdByUserId?: true
|
|
99717
99741
|
editedByUserId?: true
|
|
@@ -99741,6 +99765,9 @@ export namespace Prisma {
|
|
|
99741
99765
|
imapUser?: true
|
|
99742
99766
|
imapPassword?: true
|
|
99743
99767
|
enableSSL?: true
|
|
99768
|
+
isdkimStatus?: true
|
|
99769
|
+
isdmarcStatus?: true
|
|
99770
|
+
isspfStatus?: true
|
|
99744
99771
|
brandId?: true
|
|
99745
99772
|
createdByUserId?: true
|
|
99746
99773
|
editedByUserId?: true
|
|
@@ -99770,6 +99797,9 @@ export namespace Prisma {
|
|
|
99770
99797
|
imapUser?: true
|
|
99771
99798
|
imapPassword?: true
|
|
99772
99799
|
enableSSL?: true
|
|
99800
|
+
isdkimStatus?: true
|
|
99801
|
+
isdmarcStatus?: true
|
|
99802
|
+
isspfStatus?: true
|
|
99773
99803
|
brandId?: true
|
|
99774
99804
|
createdByUserId?: true
|
|
99775
99805
|
editedByUserId?: true
|
|
@@ -99886,6 +99916,9 @@ export namespace Prisma {
|
|
|
99886
99916
|
imapUser: string | null
|
|
99887
99917
|
imapPassword: string | null
|
|
99888
99918
|
enableSSL: boolean
|
|
99919
|
+
isdkimStatus: boolean | null
|
|
99920
|
+
isdmarcStatus: boolean | null
|
|
99921
|
+
isspfStatus: boolean | null
|
|
99889
99922
|
brandId: number
|
|
99890
99923
|
createdByUserId: number
|
|
99891
99924
|
editedByUserId: number | null
|
|
@@ -99934,6 +99967,9 @@ export namespace Prisma {
|
|
|
99934
99967
|
imapUser?: boolean
|
|
99935
99968
|
imapPassword?: boolean
|
|
99936
99969
|
enableSSL?: boolean
|
|
99970
|
+
isdkimStatus?: boolean
|
|
99971
|
+
isdmarcStatus?: boolean
|
|
99972
|
+
isspfStatus?: boolean
|
|
99937
99973
|
brandId?: boolean
|
|
99938
99974
|
createdByUserId?: boolean
|
|
99939
99975
|
editedByUserId?: boolean
|
|
@@ -99966,6 +100002,9 @@ export namespace Prisma {
|
|
|
99966
100002
|
imapUser?: boolean
|
|
99967
100003
|
imapPassword?: boolean
|
|
99968
100004
|
enableSSL?: boolean
|
|
100005
|
+
isdkimStatus?: boolean
|
|
100006
|
+
isdmarcStatus?: boolean
|
|
100007
|
+
isspfStatus?: boolean
|
|
99969
100008
|
brandId?: boolean
|
|
99970
100009
|
createdByUserId?: boolean
|
|
99971
100010
|
editedByUserId?: boolean
|
|
@@ -99998,6 +100037,9 @@ export namespace Prisma {
|
|
|
99998
100037
|
imapUser?: boolean
|
|
99999
100038
|
imapPassword?: boolean
|
|
100000
100039
|
enableSSL?: boolean
|
|
100040
|
+
isdkimStatus?: boolean
|
|
100041
|
+
isdmarcStatus?: boolean
|
|
100042
|
+
isspfStatus?: boolean
|
|
100001
100043
|
brandId?: boolean
|
|
100002
100044
|
createdByUserId?: boolean
|
|
100003
100045
|
editedByUserId?: boolean
|
|
@@ -100045,6 +100087,9 @@ export namespace Prisma {
|
|
|
100045
100087
|
imapUser: string | null
|
|
100046
100088
|
imapPassword: string | null
|
|
100047
100089
|
enableSSL: boolean
|
|
100090
|
+
isdkimStatus: boolean | null
|
|
100091
|
+
isdmarcStatus: boolean | null
|
|
100092
|
+
isspfStatus: boolean | null
|
|
100048
100093
|
brandId: number
|
|
100049
100094
|
createdByUserId: number
|
|
100050
100095
|
editedByUserId: number | null
|
|
@@ -100467,6 +100512,9 @@ export namespace Prisma {
|
|
|
100467
100512
|
readonly imapUser: FieldRef<"EmailProvider", 'String'>
|
|
100468
100513
|
readonly imapPassword: FieldRef<"EmailProvider", 'String'>
|
|
100469
100514
|
readonly enableSSL: FieldRef<"EmailProvider", 'Boolean'>
|
|
100515
|
+
readonly isdkimStatus: FieldRef<"EmailProvider", 'Boolean'>
|
|
100516
|
+
readonly isdmarcStatus: FieldRef<"EmailProvider", 'Boolean'>
|
|
100517
|
+
readonly isspfStatus: FieldRef<"EmailProvider", 'Boolean'>
|
|
100470
100518
|
readonly brandId: FieldRef<"EmailProvider", 'Int'>
|
|
100471
100519
|
readonly createdByUserId: FieldRef<"EmailProvider", 'Int'>
|
|
100472
100520
|
readonly editedByUserId: FieldRef<"EmailProvider", 'Int'>
|
|
@@ -103165,6 +103213,7 @@ export namespace Prisma {
|
|
|
103165
103213
|
affiliateBaseUrl: 'affiliateBaseUrl',
|
|
103166
103214
|
affiliateCommission: 'affiliateCommission',
|
|
103167
103215
|
extraData: 'extraData',
|
|
103216
|
+
idmId: 'idmId',
|
|
103168
103217
|
specialistId: 'specialistId',
|
|
103169
103218
|
parentBrandId: 'parentBrandId',
|
|
103170
103219
|
searchName: 'searchName'
|
|
@@ -104201,6 +104250,9 @@ export namespace Prisma {
|
|
|
104201
104250
|
imapUser: 'imapUser',
|
|
104202
104251
|
imapPassword: 'imapPassword',
|
|
104203
104252
|
enableSSL: 'enableSSL',
|
|
104253
|
+
isdkimStatus: 'isdkimStatus',
|
|
104254
|
+
isdmarcStatus: 'isdmarcStatus',
|
|
104255
|
+
isspfStatus: 'isspfStatus',
|
|
104204
104256
|
brandId: 'brandId',
|
|
104205
104257
|
createdByUserId: 'createdByUserId',
|
|
104206
104258
|
editedByUserId: 'editedByUserId',
|
|
@@ -104411,6 +104463,7 @@ export namespace Prisma {
|
|
|
104411
104463
|
website: 'website',
|
|
104412
104464
|
logoUrl: 'logoUrl',
|
|
104413
104465
|
affiliateBaseUrl: 'affiliateBaseUrl',
|
|
104466
|
+
idmId: 'idmId',
|
|
104414
104467
|
searchName: 'searchName'
|
|
104415
104468
|
};
|
|
104416
104469
|
|
|
@@ -106334,7 +106387,7 @@ export namespace Prisma {
|
|
|
106334
106387
|
id?: IntFilter<"Brand"> | number
|
|
106335
106388
|
name?: StringFilter<"Brand"> | string
|
|
106336
106389
|
description?: StringNullableFilter<"Brand"> | string | null
|
|
106337
|
-
website?:
|
|
106390
|
+
website?: StringNullableFilter<"Brand"> | string | null
|
|
106338
106391
|
monthlyContacts?: IntNullableFilter<"Brand"> | number | null
|
|
106339
106392
|
monthlyReports?: IntNullableFilter<"Brand"> | number | null
|
|
106340
106393
|
lastContactDistribution?: DateTimeNullableFilter<"Brand"> | Date | string | null
|
|
@@ -106342,6 +106395,7 @@ export namespace Prisma {
|
|
|
106342
106395
|
affiliateBaseUrl?: StringNullableFilter<"Brand"> | string | null
|
|
106343
106396
|
affiliateCommission?: FloatNullableFilter<"Brand"> | number | null
|
|
106344
106397
|
extraData?: JsonFilter<"Brand">
|
|
106398
|
+
idmId?: StringNullableFilter<"Brand"> | string | null
|
|
106345
106399
|
specialistId?: IntNullableFilter<"Brand"> | number | null
|
|
106346
106400
|
parentBrandId?: IntNullableFilter<"Brand"> | number | null
|
|
106347
106401
|
searchName?: StringNullableFilter<"Brand"> | string | null
|
|
@@ -106383,7 +106437,7 @@ export namespace Prisma {
|
|
|
106383
106437
|
id?: SortOrder
|
|
106384
106438
|
name?: SortOrder
|
|
106385
106439
|
description?: SortOrderInput | SortOrder
|
|
106386
|
-
website?: SortOrder
|
|
106440
|
+
website?: SortOrderInput | SortOrder
|
|
106387
106441
|
monthlyContacts?: SortOrderInput | SortOrder
|
|
106388
106442
|
monthlyReports?: SortOrderInput | SortOrder
|
|
106389
106443
|
lastContactDistribution?: SortOrderInput | SortOrder
|
|
@@ -106391,6 +106445,7 @@ export namespace Prisma {
|
|
|
106391
106445
|
affiliateBaseUrl?: SortOrderInput | SortOrder
|
|
106392
106446
|
affiliateCommission?: SortOrderInput | SortOrder
|
|
106393
106447
|
extraData?: SortOrder
|
|
106448
|
+
idmId?: SortOrderInput | SortOrder
|
|
106394
106449
|
specialistId?: SortOrderInput | SortOrder
|
|
106395
106450
|
parentBrandId?: SortOrderInput | SortOrder
|
|
106396
106451
|
searchName?: SortOrderInput | SortOrder
|
|
@@ -106431,12 +106486,13 @@ export namespace Prisma {
|
|
|
106431
106486
|
|
|
106432
106487
|
export type BrandWhereUniqueInput = Prisma.AtLeast<{
|
|
106433
106488
|
id?: number
|
|
106489
|
+
name?: string
|
|
106490
|
+
idmId?: string
|
|
106434
106491
|
AND?: BrandWhereInput | BrandWhereInput[]
|
|
106435
106492
|
OR?: BrandWhereInput[]
|
|
106436
106493
|
NOT?: BrandWhereInput | BrandWhereInput[]
|
|
106437
|
-
name?: StringFilter<"Brand"> | string
|
|
106438
106494
|
description?: StringNullableFilter<"Brand"> | string | null
|
|
106439
|
-
website?:
|
|
106495
|
+
website?: StringNullableFilter<"Brand"> | string | null
|
|
106440
106496
|
monthlyContacts?: IntNullableFilter<"Brand"> | number | null
|
|
106441
106497
|
monthlyReports?: IntNullableFilter<"Brand"> | number | null
|
|
106442
106498
|
lastContactDistribution?: DateTimeNullableFilter<"Brand"> | Date | string | null
|
|
@@ -106479,13 +106535,13 @@ export namespace Prisma {
|
|
|
106479
106535
|
emailTrackings?: EmailTrackingListRelationFilter
|
|
106480
106536
|
parentBrand?: XOR<BrandNullableRelationFilter, BrandWhereInput> | null
|
|
106481
106537
|
childBrands?: BrandListRelationFilter
|
|
106482
|
-
}, "id">
|
|
106538
|
+
}, "id" | "name" | "idmId">
|
|
106483
106539
|
|
|
106484
106540
|
export type BrandOrderByWithAggregationInput = {
|
|
106485
106541
|
id?: SortOrder
|
|
106486
106542
|
name?: SortOrder
|
|
106487
106543
|
description?: SortOrderInput | SortOrder
|
|
106488
|
-
website?: SortOrder
|
|
106544
|
+
website?: SortOrderInput | SortOrder
|
|
106489
106545
|
monthlyContacts?: SortOrderInput | SortOrder
|
|
106490
106546
|
monthlyReports?: SortOrderInput | SortOrder
|
|
106491
106547
|
lastContactDistribution?: SortOrderInput | SortOrder
|
|
@@ -106493,6 +106549,7 @@ export namespace Prisma {
|
|
|
106493
106549
|
affiliateBaseUrl?: SortOrderInput | SortOrder
|
|
106494
106550
|
affiliateCommission?: SortOrderInput | SortOrder
|
|
106495
106551
|
extraData?: SortOrder
|
|
106552
|
+
idmId?: SortOrderInput | SortOrder
|
|
106496
106553
|
specialistId?: SortOrderInput | SortOrder
|
|
106497
106554
|
parentBrandId?: SortOrderInput | SortOrder
|
|
106498
106555
|
searchName?: SortOrderInput | SortOrder
|
|
@@ -106510,7 +106567,7 @@ export namespace Prisma {
|
|
|
106510
106567
|
id?: IntWithAggregatesFilter<"Brand"> | number
|
|
106511
106568
|
name?: StringWithAggregatesFilter<"Brand"> | string
|
|
106512
106569
|
description?: StringNullableWithAggregatesFilter<"Brand"> | string | null
|
|
106513
|
-
website?:
|
|
106570
|
+
website?: StringNullableWithAggregatesFilter<"Brand"> | string | null
|
|
106514
106571
|
monthlyContacts?: IntNullableWithAggregatesFilter<"Brand"> | number | null
|
|
106515
106572
|
monthlyReports?: IntNullableWithAggregatesFilter<"Brand"> | number | null
|
|
106516
106573
|
lastContactDistribution?: DateTimeNullableWithAggregatesFilter<"Brand"> | Date | string | null
|
|
@@ -106518,6 +106575,7 @@ export namespace Prisma {
|
|
|
106518
106575
|
affiliateBaseUrl?: StringNullableWithAggregatesFilter<"Brand"> | string | null
|
|
106519
106576
|
affiliateCommission?: FloatNullableWithAggregatesFilter<"Brand"> | number | null
|
|
106520
106577
|
extraData?: JsonWithAggregatesFilter<"Brand">
|
|
106578
|
+
idmId?: StringNullableWithAggregatesFilter<"Brand"> | string | null
|
|
106521
106579
|
specialistId?: IntNullableWithAggregatesFilter<"Brand"> | number | null
|
|
106522
106580
|
parentBrandId?: IntNullableWithAggregatesFilter<"Brand"> | number | null
|
|
106523
106581
|
searchName?: StringNullableWithAggregatesFilter<"Brand"> | string | null
|
|
@@ -112180,6 +112238,9 @@ export namespace Prisma {
|
|
|
112180
112238
|
imapUser?: StringNullableFilter<"EmailProvider"> | string | null
|
|
112181
112239
|
imapPassword?: StringNullableFilter<"EmailProvider"> | string | null
|
|
112182
112240
|
enableSSL?: BoolFilter<"EmailProvider"> | boolean
|
|
112241
|
+
isdkimStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
112242
|
+
isdmarcStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
112243
|
+
isspfStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
112183
112244
|
brandId?: IntFilter<"EmailProvider"> | number
|
|
112184
112245
|
createdByUserId?: IntFilter<"EmailProvider"> | number
|
|
112185
112246
|
editedByUserId?: IntNullableFilter<"EmailProvider"> | number | null
|
|
@@ -112212,6 +112273,9 @@ export namespace Prisma {
|
|
|
112212
112273
|
imapUser?: SortOrderInput | SortOrder
|
|
112213
112274
|
imapPassword?: SortOrderInput | SortOrder
|
|
112214
112275
|
enableSSL?: SortOrder
|
|
112276
|
+
isdkimStatus?: SortOrderInput | SortOrder
|
|
112277
|
+
isdmarcStatus?: SortOrderInput | SortOrder
|
|
112278
|
+
isspfStatus?: SortOrderInput | SortOrder
|
|
112215
112279
|
brandId?: SortOrder
|
|
112216
112280
|
createdByUserId?: SortOrder
|
|
112217
112281
|
editedByUserId?: SortOrderInput | SortOrder
|
|
@@ -112248,6 +112312,9 @@ export namespace Prisma {
|
|
|
112248
112312
|
imapUser?: StringNullableFilter<"EmailProvider"> | string | null
|
|
112249
112313
|
imapPassword?: StringNullableFilter<"EmailProvider"> | string | null
|
|
112250
112314
|
enableSSL?: BoolFilter<"EmailProvider"> | boolean
|
|
112315
|
+
isdkimStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
112316
|
+
isdmarcStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
112317
|
+
isspfStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
112251
112318
|
brandId?: IntFilter<"EmailProvider"> | number
|
|
112252
112319
|
createdByUserId?: IntFilter<"EmailProvider"> | number
|
|
112253
112320
|
editedByUserId?: IntNullableFilter<"EmailProvider"> | number | null
|
|
@@ -112280,6 +112347,9 @@ export namespace Prisma {
|
|
|
112280
112347
|
imapUser?: SortOrderInput | SortOrder
|
|
112281
112348
|
imapPassword?: SortOrderInput | SortOrder
|
|
112282
112349
|
enableSSL?: SortOrder
|
|
112350
|
+
isdkimStatus?: SortOrderInput | SortOrder
|
|
112351
|
+
isdmarcStatus?: SortOrderInput | SortOrder
|
|
112352
|
+
isspfStatus?: SortOrderInput | SortOrder
|
|
112283
112353
|
brandId?: SortOrder
|
|
112284
112354
|
createdByUserId?: SortOrder
|
|
112285
112355
|
editedByUserId?: SortOrderInput | SortOrder
|
|
@@ -112317,6 +112387,9 @@ export namespace Prisma {
|
|
|
112317
112387
|
imapUser?: StringNullableWithAggregatesFilter<"EmailProvider"> | string | null
|
|
112318
112388
|
imapPassword?: StringNullableWithAggregatesFilter<"EmailProvider"> | string | null
|
|
112319
112389
|
enableSSL?: BoolWithAggregatesFilter<"EmailProvider"> | boolean
|
|
112390
|
+
isdkimStatus?: BoolNullableWithAggregatesFilter<"EmailProvider"> | boolean | null
|
|
112391
|
+
isdmarcStatus?: BoolNullableWithAggregatesFilter<"EmailProvider"> | boolean | null
|
|
112392
|
+
isspfStatus?: BoolNullableWithAggregatesFilter<"EmailProvider"> | boolean | null
|
|
112320
112393
|
brandId?: IntWithAggregatesFilter<"EmailProvider"> | number
|
|
112321
112394
|
createdByUserId?: IntWithAggregatesFilter<"EmailProvider"> | number
|
|
112322
112395
|
editedByUserId?: IntNullableWithAggregatesFilter<"EmailProvider"> | number | null
|
|
@@ -113893,7 +113966,7 @@ export namespace Prisma {
|
|
|
113893
113966
|
export type BrandCreateInput = {
|
|
113894
113967
|
name: string
|
|
113895
113968
|
description?: string | null
|
|
113896
|
-
website
|
|
113969
|
+
website?: string | null
|
|
113897
113970
|
monthlyContacts?: number | null
|
|
113898
113971
|
monthlyReports?: number | null
|
|
113899
113972
|
lastContactDistribution?: Date | string | null
|
|
@@ -113901,6 +113974,7 @@ export namespace Prisma {
|
|
|
113901
113974
|
affiliateBaseUrl?: string | null
|
|
113902
113975
|
affiliateCommission?: number | null
|
|
113903
113976
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
113977
|
+
idmId?: string | null
|
|
113904
113978
|
searchName?: string | null
|
|
113905
113979
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
113906
113980
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -113940,7 +114014,7 @@ export namespace Prisma {
|
|
|
113940
114014
|
id?: number
|
|
113941
114015
|
name: string
|
|
113942
114016
|
description?: string | null
|
|
113943
|
-
website
|
|
114017
|
+
website?: string | null
|
|
113944
114018
|
monthlyContacts?: number | null
|
|
113945
114019
|
monthlyReports?: number | null
|
|
113946
114020
|
lastContactDistribution?: Date | string | null
|
|
@@ -113948,6 +114022,7 @@ export namespace Prisma {
|
|
|
113948
114022
|
affiliateBaseUrl?: string | null
|
|
113949
114023
|
affiliateCommission?: number | null
|
|
113950
114024
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114025
|
+
idmId?: string | null
|
|
113951
114026
|
specialistId?: number | null
|
|
113952
114027
|
parentBrandId?: number | null
|
|
113953
114028
|
searchName?: string | null
|
|
@@ -113986,7 +114061,7 @@ export namespace Prisma {
|
|
|
113986
114061
|
export type BrandUpdateInput = {
|
|
113987
114062
|
name?: StringFieldUpdateOperationsInput | string
|
|
113988
114063
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113989
|
-
website?:
|
|
114064
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113990
114065
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113991
114066
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
113992
114067
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -113994,6 +114069,7 @@ export namespace Prisma {
|
|
|
113994
114069
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113995
114070
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
113996
114071
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114072
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113997
114073
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
113998
114074
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
113999
114075
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -114033,7 +114109,7 @@ export namespace Prisma {
|
|
|
114033
114109
|
id?: IntFieldUpdateOperationsInput | number
|
|
114034
114110
|
name?: StringFieldUpdateOperationsInput | string
|
|
114035
114111
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114036
|
-
website?:
|
|
114112
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114037
114113
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114038
114114
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114039
114115
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -114041,6 +114117,7 @@ export namespace Prisma {
|
|
|
114041
114117
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114042
114118
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
114043
114119
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114120
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114044
114121
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114045
114122
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114046
114123
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -114080,7 +114157,7 @@ export namespace Prisma {
|
|
|
114080
114157
|
id?: number
|
|
114081
114158
|
name: string
|
|
114082
114159
|
description?: string | null
|
|
114083
|
-
website
|
|
114160
|
+
website?: string | null
|
|
114084
114161
|
monthlyContacts?: number | null
|
|
114085
114162
|
monthlyReports?: number | null
|
|
114086
114163
|
lastContactDistribution?: Date | string | null
|
|
@@ -114088,6 +114165,7 @@ export namespace Prisma {
|
|
|
114088
114165
|
affiliateBaseUrl?: string | null
|
|
114089
114166
|
affiliateCommission?: number | null
|
|
114090
114167
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114168
|
+
idmId?: string | null
|
|
114091
114169
|
specialistId?: number | null
|
|
114092
114170
|
parentBrandId?: number | null
|
|
114093
114171
|
searchName?: string | null
|
|
@@ -114096,7 +114174,7 @@ export namespace Prisma {
|
|
|
114096
114174
|
export type BrandUpdateManyMutationInput = {
|
|
114097
114175
|
name?: StringFieldUpdateOperationsInput | string
|
|
114098
114176
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114099
|
-
website?:
|
|
114177
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114100
114178
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114101
114179
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114102
114180
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -114104,6 +114182,7 @@ export namespace Prisma {
|
|
|
114104
114182
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114105
114183
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
114106
114184
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114185
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114107
114186
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114108
114187
|
}
|
|
114109
114188
|
|
|
@@ -114111,7 +114190,7 @@ export namespace Prisma {
|
|
|
114111
114190
|
id?: IntFieldUpdateOperationsInput | number
|
|
114112
114191
|
name?: StringFieldUpdateOperationsInput | string
|
|
114113
114192
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114114
|
-
website?:
|
|
114193
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114115
114194
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114116
114195
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114117
114196
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -114119,6 +114198,7 @@ export namespace Prisma {
|
|
|
114119
114198
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114120
114199
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
114121
114200
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
114201
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
114122
114202
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114123
114203
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
114124
114204
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -119710,6 +119790,9 @@ export namespace Prisma {
|
|
|
119710
119790
|
imapUser?: string | null
|
|
119711
119791
|
imapPassword?: string | null
|
|
119712
119792
|
enableSSL?: boolean
|
|
119793
|
+
isdkimStatus?: boolean | null
|
|
119794
|
+
isdmarcStatus?: boolean | null
|
|
119795
|
+
isspfStatus?: boolean | null
|
|
119713
119796
|
createdAt?: Date | string
|
|
119714
119797
|
updatedAt?: Date | string
|
|
119715
119798
|
brand: BrandCreateNestedOneWithoutEmailProvidersInput
|
|
@@ -119739,6 +119822,9 @@ export namespace Prisma {
|
|
|
119739
119822
|
imapUser?: string | null
|
|
119740
119823
|
imapPassword?: string | null
|
|
119741
119824
|
enableSSL?: boolean
|
|
119825
|
+
isdkimStatus?: boolean | null
|
|
119826
|
+
isdmarcStatus?: boolean | null
|
|
119827
|
+
isspfStatus?: boolean | null
|
|
119742
119828
|
brandId: number
|
|
119743
119829
|
createdByUserId: number
|
|
119744
119830
|
editedByUserId?: number | null
|
|
@@ -119768,6 +119854,9 @@ export namespace Prisma {
|
|
|
119768
119854
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119769
119855
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119770
119856
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
119857
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119858
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119859
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119771
119860
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
119772
119861
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
119773
119862
|
brand?: BrandUpdateOneRequiredWithoutEmailProvidersNestedInput
|
|
@@ -119797,6 +119886,9 @@ export namespace Prisma {
|
|
|
119797
119886
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119798
119887
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119799
119888
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
119889
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119890
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119891
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119800
119892
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
119801
119893
|
createdByUserId?: IntFieldUpdateOperationsInput | number
|
|
119802
119894
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -119826,6 +119918,9 @@ export namespace Prisma {
|
|
|
119826
119918
|
imapUser?: string | null
|
|
119827
119919
|
imapPassword?: string | null
|
|
119828
119920
|
enableSSL?: boolean
|
|
119921
|
+
isdkimStatus?: boolean | null
|
|
119922
|
+
isdmarcStatus?: boolean | null
|
|
119923
|
+
isspfStatus?: boolean | null
|
|
119829
119924
|
brandId: number
|
|
119830
119925
|
createdByUserId: number
|
|
119831
119926
|
editedByUserId?: number | null
|
|
@@ -119855,6 +119950,9 @@ export namespace Prisma {
|
|
|
119855
119950
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119856
119951
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119857
119952
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
119953
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119954
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119955
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119858
119956
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
119859
119957
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
119860
119958
|
}
|
|
@@ -119881,6 +119979,9 @@ export namespace Prisma {
|
|
|
119881
119979
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119882
119980
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
119883
119981
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
119982
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119983
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119984
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
119884
119985
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
119885
119986
|
createdByUserId?: IntFieldUpdateOperationsInput | number
|
|
119886
119987
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -121586,6 +121687,7 @@ export namespace Prisma {
|
|
|
121586
121687
|
affiliateBaseUrl?: SortOrder
|
|
121587
121688
|
affiliateCommission?: SortOrder
|
|
121588
121689
|
extraData?: SortOrder
|
|
121690
|
+
idmId?: SortOrder
|
|
121589
121691
|
specialistId?: SortOrder
|
|
121590
121692
|
parentBrandId?: SortOrder
|
|
121591
121693
|
searchName?: SortOrder
|
|
@@ -121611,6 +121713,7 @@ export namespace Prisma {
|
|
|
121611
121713
|
logoUrl?: SortOrder
|
|
121612
121714
|
affiliateBaseUrl?: SortOrder
|
|
121613
121715
|
affiliateCommission?: SortOrder
|
|
121716
|
+
idmId?: SortOrder
|
|
121614
121717
|
specialistId?: SortOrder
|
|
121615
121718
|
parentBrandId?: SortOrder
|
|
121616
121719
|
searchName?: SortOrder
|
|
@@ -121627,6 +121730,7 @@ export namespace Prisma {
|
|
|
121627
121730
|
logoUrl?: SortOrder
|
|
121628
121731
|
affiliateBaseUrl?: SortOrder
|
|
121629
121732
|
affiliateCommission?: SortOrder
|
|
121733
|
+
idmId?: SortOrder
|
|
121630
121734
|
specialistId?: SortOrder
|
|
121631
121735
|
parentBrandId?: SortOrder
|
|
121632
121736
|
searchName?: SortOrder
|
|
@@ -126003,6 +126107,9 @@ export namespace Prisma {
|
|
|
126003
126107
|
imapUser?: SortOrder
|
|
126004
126108
|
imapPassword?: SortOrder
|
|
126005
126109
|
enableSSL?: SortOrder
|
|
126110
|
+
isdkimStatus?: SortOrder
|
|
126111
|
+
isdmarcStatus?: SortOrder
|
|
126112
|
+
isspfStatus?: SortOrder
|
|
126006
126113
|
brandId?: SortOrder
|
|
126007
126114
|
createdByUserId?: SortOrder
|
|
126008
126115
|
editedByUserId?: SortOrder
|
|
@@ -126038,6 +126145,9 @@ export namespace Prisma {
|
|
|
126038
126145
|
imapUser?: SortOrder
|
|
126039
126146
|
imapPassword?: SortOrder
|
|
126040
126147
|
enableSSL?: SortOrder
|
|
126148
|
+
isdkimStatus?: SortOrder
|
|
126149
|
+
isdmarcStatus?: SortOrder
|
|
126150
|
+
isspfStatus?: SortOrder
|
|
126041
126151
|
brandId?: SortOrder
|
|
126042
126152
|
createdByUserId?: SortOrder
|
|
126043
126153
|
editedByUserId?: SortOrder
|
|
@@ -126067,6 +126177,9 @@ export namespace Prisma {
|
|
|
126067
126177
|
imapUser?: SortOrder
|
|
126068
126178
|
imapPassword?: SortOrder
|
|
126069
126179
|
enableSSL?: SortOrder
|
|
126180
|
+
isdkimStatus?: SortOrder
|
|
126181
|
+
isdmarcStatus?: SortOrder
|
|
126182
|
+
isspfStatus?: SortOrder
|
|
126070
126183
|
brandId?: SortOrder
|
|
126071
126184
|
createdByUserId?: SortOrder
|
|
126072
126185
|
editedByUserId?: SortOrder
|
|
@@ -135462,7 +135575,7 @@ export namespace Prisma {
|
|
|
135462
135575
|
export type BrandCreateWithoutDedicatedSpecialistInput = {
|
|
135463
135576
|
name: string
|
|
135464
135577
|
description?: string | null
|
|
135465
|
-
website
|
|
135578
|
+
website?: string | null
|
|
135466
135579
|
monthlyContacts?: number | null
|
|
135467
135580
|
monthlyReports?: number | null
|
|
135468
135581
|
lastContactDistribution?: Date | string | null
|
|
@@ -135470,6 +135583,7 @@ export namespace Prisma {
|
|
|
135470
135583
|
affiliateBaseUrl?: string | null
|
|
135471
135584
|
affiliateCommission?: number | null
|
|
135472
135585
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
135586
|
+
idmId?: string | null
|
|
135473
135587
|
searchName?: string | null
|
|
135474
135588
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
135475
135589
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -135508,7 +135622,7 @@ export namespace Prisma {
|
|
|
135508
135622
|
id?: number
|
|
135509
135623
|
name: string
|
|
135510
135624
|
description?: string | null
|
|
135511
|
-
website
|
|
135625
|
+
website?: string | null
|
|
135512
135626
|
monthlyContacts?: number | null
|
|
135513
135627
|
monthlyReports?: number | null
|
|
135514
135628
|
lastContactDistribution?: Date | string | null
|
|
@@ -135516,6 +135630,7 @@ export namespace Prisma {
|
|
|
135516
135630
|
affiliateBaseUrl?: string | null
|
|
135517
135631
|
affiliateCommission?: number | null
|
|
135518
135632
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
135633
|
+
idmId?: string | null
|
|
135519
135634
|
parentBrandId?: number | null
|
|
135520
135635
|
searchName?: string | null
|
|
135521
135636
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -136258,6 +136373,9 @@ export namespace Prisma {
|
|
|
136258
136373
|
imapUser?: string | null
|
|
136259
136374
|
imapPassword?: string | null
|
|
136260
136375
|
enableSSL?: boolean
|
|
136376
|
+
isdkimStatus?: boolean | null
|
|
136377
|
+
isdmarcStatus?: boolean | null
|
|
136378
|
+
isspfStatus?: boolean | null
|
|
136261
136379
|
createdAt?: Date | string
|
|
136262
136380
|
updatedAt?: Date | string
|
|
136263
136381
|
brand: BrandCreateNestedOneWithoutEmailProvidersInput
|
|
@@ -136286,6 +136404,9 @@ export namespace Prisma {
|
|
|
136286
136404
|
imapUser?: string | null
|
|
136287
136405
|
imapPassword?: string | null
|
|
136288
136406
|
enableSSL?: boolean
|
|
136407
|
+
isdkimStatus?: boolean | null
|
|
136408
|
+
isdmarcStatus?: boolean | null
|
|
136409
|
+
isspfStatus?: boolean | null
|
|
136289
136410
|
brandId: number
|
|
136290
136411
|
editedByUserId?: number | null
|
|
136291
136412
|
createdAt?: Date | string
|
|
@@ -136324,6 +136445,9 @@ export namespace Prisma {
|
|
|
136324
136445
|
imapUser?: string | null
|
|
136325
136446
|
imapPassword?: string | null
|
|
136326
136447
|
enableSSL?: boolean
|
|
136448
|
+
isdkimStatus?: boolean | null
|
|
136449
|
+
isdmarcStatus?: boolean | null
|
|
136450
|
+
isspfStatus?: boolean | null
|
|
136327
136451
|
createdAt?: Date | string
|
|
136328
136452
|
updatedAt?: Date | string
|
|
136329
136453
|
brand: BrandCreateNestedOneWithoutEmailProvidersInput
|
|
@@ -136352,6 +136476,9 @@ export namespace Prisma {
|
|
|
136352
136476
|
imapUser?: string | null
|
|
136353
136477
|
imapPassword?: string | null
|
|
136354
136478
|
enableSSL?: boolean
|
|
136479
|
+
isdkimStatus?: boolean | null
|
|
136480
|
+
isdmarcStatus?: boolean | null
|
|
136481
|
+
isspfStatus?: boolean | null
|
|
136355
136482
|
brandId: number
|
|
136356
136483
|
createdByUserId: number
|
|
136357
136484
|
createdAt?: Date | string
|
|
@@ -137007,7 +137134,7 @@ export namespace Prisma {
|
|
|
137007
137134
|
id?: IntFilter<"Brand"> | number
|
|
137008
137135
|
name?: StringFilter<"Brand"> | string
|
|
137009
137136
|
description?: StringNullableFilter<"Brand"> | string | null
|
|
137010
|
-
website?:
|
|
137137
|
+
website?: StringNullableFilter<"Brand"> | string | null
|
|
137011
137138
|
monthlyContacts?: IntNullableFilter<"Brand"> | number | null
|
|
137012
137139
|
monthlyReports?: IntNullableFilter<"Brand"> | number | null
|
|
137013
137140
|
lastContactDistribution?: DateTimeNullableFilter<"Brand"> | Date | string | null
|
|
@@ -137015,6 +137142,7 @@ export namespace Prisma {
|
|
|
137015
137142
|
affiliateBaseUrl?: StringNullableFilter<"Brand"> | string | null
|
|
137016
137143
|
affiliateCommission?: FloatNullableFilter<"Brand"> | number | null
|
|
137017
137144
|
extraData?: JsonFilter<"Brand">
|
|
137145
|
+
idmId?: StringNullableFilter<"Brand"> | string | null
|
|
137018
137146
|
specialistId?: IntNullableFilter<"Brand"> | number | null
|
|
137019
137147
|
parentBrandId?: IntNullableFilter<"Brand"> | number | null
|
|
137020
137148
|
searchName?: StringNullableFilter<"Brand"> | string | null
|
|
@@ -137593,6 +137721,9 @@ export namespace Prisma {
|
|
|
137593
137721
|
imapUser?: StringNullableFilter<"EmailProvider"> | string | null
|
|
137594
137722
|
imapPassword?: StringNullableFilter<"EmailProvider"> | string | null
|
|
137595
137723
|
enableSSL?: BoolFilter<"EmailProvider"> | boolean
|
|
137724
|
+
isdkimStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
137725
|
+
isdmarcStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
137726
|
+
isspfStatus?: BoolNullableFilter<"EmailProvider"> | boolean | null
|
|
137596
137727
|
brandId?: IntFilter<"EmailProvider"> | number
|
|
137597
137728
|
createdByUserId?: IntFilter<"EmailProvider"> | number
|
|
137598
137729
|
editedByUserId?: IntNullableFilter<"EmailProvider"> | number | null
|
|
@@ -138253,7 +138384,7 @@ export namespace Prisma {
|
|
|
138253
138384
|
export type BrandCreateWithoutInstagramProfileInput = {
|
|
138254
138385
|
name: string
|
|
138255
138386
|
description?: string | null
|
|
138256
|
-
website
|
|
138387
|
+
website?: string | null
|
|
138257
138388
|
monthlyContacts?: number | null
|
|
138258
138389
|
monthlyReports?: number | null
|
|
138259
138390
|
lastContactDistribution?: Date | string | null
|
|
@@ -138261,6 +138392,7 @@ export namespace Prisma {
|
|
|
138261
138392
|
affiliateBaseUrl?: string | null
|
|
138262
138393
|
affiliateCommission?: number | null
|
|
138263
138394
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
138395
|
+
idmId?: string | null
|
|
138264
138396
|
searchName?: string | null
|
|
138265
138397
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
138266
138398
|
youtubeProfile?: YoutubeProfileCreateNestedOneWithoutBrandInput
|
|
@@ -138299,7 +138431,7 @@ export namespace Prisma {
|
|
|
138299
138431
|
id?: number
|
|
138300
138432
|
name: string
|
|
138301
138433
|
description?: string | null
|
|
138302
|
-
website
|
|
138434
|
+
website?: string | null
|
|
138303
138435
|
monthlyContacts?: number | null
|
|
138304
138436
|
monthlyReports?: number | null
|
|
138305
138437
|
lastContactDistribution?: Date | string | null
|
|
@@ -138307,6 +138439,7 @@ export namespace Prisma {
|
|
|
138307
138439
|
affiliateBaseUrl?: string | null
|
|
138308
138440
|
affiliateCommission?: number | null
|
|
138309
138441
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
138442
|
+
idmId?: string | null
|
|
138310
138443
|
specialistId?: number | null
|
|
138311
138444
|
parentBrandId?: number | null
|
|
138312
138445
|
searchName?: string | null
|
|
@@ -138482,7 +138615,7 @@ export namespace Prisma {
|
|
|
138482
138615
|
export type BrandUpdateWithoutInstagramProfileInput = {
|
|
138483
138616
|
name?: StringFieldUpdateOperationsInput | string
|
|
138484
138617
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138485
|
-
website?:
|
|
138618
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138486
138619
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138487
138620
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138488
138621
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -138490,6 +138623,7 @@ export namespace Prisma {
|
|
|
138490
138623
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138491
138624
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
138492
138625
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
138626
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138493
138627
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138494
138628
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
138495
138629
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -138528,7 +138662,7 @@ export namespace Prisma {
|
|
|
138528
138662
|
id?: IntFieldUpdateOperationsInput | number
|
|
138529
138663
|
name?: StringFieldUpdateOperationsInput | string
|
|
138530
138664
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138531
|
-
website?:
|
|
138665
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138532
138666
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138533
138667
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138534
138668
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -138536,6 +138670,7 @@ export namespace Prisma {
|
|
|
138536
138670
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138537
138671
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
138538
138672
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
138673
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138539
138674
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138540
138675
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138541
138676
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -138689,7 +138824,7 @@ export namespace Prisma {
|
|
|
138689
138824
|
export type BrandCreateWithoutTiktokProfileInput = {
|
|
138690
138825
|
name: string
|
|
138691
138826
|
description?: string | null
|
|
138692
|
-
website
|
|
138827
|
+
website?: string | null
|
|
138693
138828
|
monthlyContacts?: number | null
|
|
138694
138829
|
monthlyReports?: number | null
|
|
138695
138830
|
lastContactDistribution?: Date | string | null
|
|
@@ -138697,6 +138832,7 @@ export namespace Prisma {
|
|
|
138697
138832
|
affiliateBaseUrl?: string | null
|
|
138698
138833
|
affiliateCommission?: number | null
|
|
138699
138834
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
138835
|
+
idmId?: string | null
|
|
138700
138836
|
searchName?: string | null
|
|
138701
138837
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
138702
138838
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -138735,7 +138871,7 @@ export namespace Prisma {
|
|
|
138735
138871
|
id?: number
|
|
138736
138872
|
name: string
|
|
138737
138873
|
description?: string | null
|
|
138738
|
-
website
|
|
138874
|
+
website?: string | null
|
|
138739
138875
|
monthlyContacts?: number | null
|
|
138740
138876
|
monthlyReports?: number | null
|
|
138741
138877
|
lastContactDistribution?: Date | string | null
|
|
@@ -138743,6 +138879,7 @@ export namespace Prisma {
|
|
|
138743
138879
|
affiliateBaseUrl?: string | null
|
|
138744
138880
|
affiliateCommission?: number | null
|
|
138745
138881
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
138882
|
+
idmId?: string | null
|
|
138746
138883
|
specialistId?: number | null
|
|
138747
138884
|
parentBrandId?: number | null
|
|
138748
138885
|
searchName?: string | null
|
|
@@ -138918,7 +139055,7 @@ export namespace Prisma {
|
|
|
138918
139055
|
export type BrandUpdateWithoutTiktokProfileInput = {
|
|
138919
139056
|
name?: StringFieldUpdateOperationsInput | string
|
|
138920
139057
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138921
|
-
website?:
|
|
139058
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138922
139059
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138923
139060
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138924
139061
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -138926,6 +139063,7 @@ export namespace Prisma {
|
|
|
138926
139063
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138927
139064
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
138928
139065
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
139066
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138929
139067
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138930
139068
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
138931
139069
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -138964,7 +139102,7 @@ export namespace Prisma {
|
|
|
138964
139102
|
id?: IntFieldUpdateOperationsInput | number
|
|
138965
139103
|
name?: StringFieldUpdateOperationsInput | string
|
|
138966
139104
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138967
|
-
website?:
|
|
139105
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138968
139106
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138969
139107
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138970
139108
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -138972,6 +139110,7 @@ export namespace Prisma {
|
|
|
138972
139110
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138973
139111
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
138974
139112
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
139113
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
138975
139114
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138976
139115
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
138977
139116
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -139125,7 +139264,7 @@ export namespace Prisma {
|
|
|
139125
139264
|
export type BrandCreateWithoutYoutubeProfileInput = {
|
|
139126
139265
|
name: string
|
|
139127
139266
|
description?: string | null
|
|
139128
|
-
website
|
|
139267
|
+
website?: string | null
|
|
139129
139268
|
monthlyContacts?: number | null
|
|
139130
139269
|
monthlyReports?: number | null
|
|
139131
139270
|
lastContactDistribution?: Date | string | null
|
|
@@ -139133,6 +139272,7 @@ export namespace Prisma {
|
|
|
139133
139272
|
affiliateBaseUrl?: string | null
|
|
139134
139273
|
affiliateCommission?: number | null
|
|
139135
139274
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
139275
|
+
idmId?: string | null
|
|
139136
139276
|
searchName?: string | null
|
|
139137
139277
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
139138
139278
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -139171,7 +139311,7 @@ export namespace Prisma {
|
|
|
139171
139311
|
id?: number
|
|
139172
139312
|
name: string
|
|
139173
139313
|
description?: string | null
|
|
139174
|
-
website
|
|
139314
|
+
website?: string | null
|
|
139175
139315
|
monthlyContacts?: number | null
|
|
139176
139316
|
monthlyReports?: number | null
|
|
139177
139317
|
lastContactDistribution?: Date | string | null
|
|
@@ -139179,6 +139319,7 @@ export namespace Prisma {
|
|
|
139179
139319
|
affiliateBaseUrl?: string | null
|
|
139180
139320
|
affiliateCommission?: number | null
|
|
139181
139321
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
139322
|
+
idmId?: string | null
|
|
139182
139323
|
specialistId?: number | null
|
|
139183
139324
|
parentBrandId?: number | null
|
|
139184
139325
|
searchName?: string | null
|
|
@@ -139354,7 +139495,7 @@ export namespace Prisma {
|
|
|
139354
139495
|
export type BrandUpdateWithoutYoutubeProfileInput = {
|
|
139355
139496
|
name?: StringFieldUpdateOperationsInput | string
|
|
139356
139497
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139357
|
-
website?:
|
|
139498
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139358
139499
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
139359
139500
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
139360
139501
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -139362,6 +139503,7 @@ export namespace Prisma {
|
|
|
139362
139503
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139363
139504
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
139364
139505
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
139506
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139365
139507
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139366
139508
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
139367
139509
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -139400,7 +139542,7 @@ export namespace Prisma {
|
|
|
139400
139542
|
id?: IntFieldUpdateOperationsInput | number
|
|
139401
139543
|
name?: StringFieldUpdateOperationsInput | string
|
|
139402
139544
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139403
|
-
website?:
|
|
139545
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139404
139546
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
139405
139547
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
139406
139548
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -139408,6 +139550,7 @@ export namespace Prisma {
|
|
|
139408
139550
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139409
139551
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
139410
139552
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
139553
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
139411
139554
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
139412
139555
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
139413
139556
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -140275,7 +140418,7 @@ export namespace Prisma {
|
|
|
140275
140418
|
export type BrandCreateWithoutBrandUsersInput = {
|
|
140276
140419
|
name: string
|
|
140277
140420
|
description?: string | null
|
|
140278
|
-
website
|
|
140421
|
+
website?: string | null
|
|
140279
140422
|
monthlyContacts?: number | null
|
|
140280
140423
|
monthlyReports?: number | null
|
|
140281
140424
|
lastContactDistribution?: Date | string | null
|
|
@@ -140283,6 +140426,7 @@ export namespace Prisma {
|
|
|
140283
140426
|
affiliateBaseUrl?: string | null
|
|
140284
140427
|
affiliateCommission?: number | null
|
|
140285
140428
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
140429
|
+
idmId?: string | null
|
|
140286
140430
|
searchName?: string | null
|
|
140287
140431
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
140288
140432
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -140321,7 +140465,7 @@ export namespace Prisma {
|
|
|
140321
140465
|
id?: number
|
|
140322
140466
|
name: string
|
|
140323
140467
|
description?: string | null
|
|
140324
|
-
website
|
|
140468
|
+
website?: string | null
|
|
140325
140469
|
monthlyContacts?: number | null
|
|
140326
140470
|
monthlyReports?: number | null
|
|
140327
140471
|
lastContactDistribution?: Date | string | null
|
|
@@ -140329,6 +140473,7 @@ export namespace Prisma {
|
|
|
140329
140473
|
affiliateBaseUrl?: string | null
|
|
140330
140474
|
affiliateCommission?: number | null
|
|
140331
140475
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
140476
|
+
idmId?: string | null
|
|
140332
140477
|
specialistId?: number | null
|
|
140333
140478
|
parentBrandId?: number | null
|
|
140334
140479
|
searchName?: string | null
|
|
@@ -140504,7 +140649,7 @@ export namespace Prisma {
|
|
|
140504
140649
|
export type BrandUpdateWithoutBrandUsersInput = {
|
|
140505
140650
|
name?: StringFieldUpdateOperationsInput | string
|
|
140506
140651
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140507
|
-
website?:
|
|
140652
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140508
140653
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
140509
140654
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
140510
140655
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -140512,6 +140657,7 @@ export namespace Prisma {
|
|
|
140512
140657
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140513
140658
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
140514
140659
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
140660
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140515
140661
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140516
140662
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
140517
140663
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -140550,7 +140696,7 @@ export namespace Prisma {
|
|
|
140550
140696
|
id?: IntFieldUpdateOperationsInput | number
|
|
140551
140697
|
name?: StringFieldUpdateOperationsInput | string
|
|
140552
140698
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140553
|
-
website?:
|
|
140699
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140554
140700
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
140555
140701
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
140556
140702
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -140558,6 +140704,7 @@ export namespace Prisma {
|
|
|
140558
140704
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140559
140705
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
140560
140706
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
140707
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
140561
140708
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
140562
140709
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
140563
140710
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -141752,6 +141899,9 @@ export namespace Prisma {
|
|
|
141752
141899
|
imapUser?: string | null
|
|
141753
141900
|
imapPassword?: string | null
|
|
141754
141901
|
enableSSL?: boolean
|
|
141902
|
+
isdkimStatus?: boolean | null
|
|
141903
|
+
isdmarcStatus?: boolean | null
|
|
141904
|
+
isspfStatus?: boolean | null
|
|
141755
141905
|
createdAt?: Date | string
|
|
141756
141906
|
updatedAt?: Date | string
|
|
141757
141907
|
createdByUser: UserCreateNestedOneWithoutCreatedEmailProvidersInput
|
|
@@ -141780,6 +141930,9 @@ export namespace Prisma {
|
|
|
141780
141930
|
imapUser?: string | null
|
|
141781
141931
|
imapPassword?: string | null
|
|
141782
141932
|
enableSSL?: boolean
|
|
141933
|
+
isdkimStatus?: boolean | null
|
|
141934
|
+
isdmarcStatus?: boolean | null
|
|
141935
|
+
isspfStatus?: boolean | null
|
|
141783
141936
|
createdByUserId: number
|
|
141784
141937
|
editedByUserId?: number | null
|
|
141785
141938
|
createdAt?: Date | string
|
|
@@ -141839,7 +141992,7 @@ export namespace Prisma {
|
|
|
141839
141992
|
export type BrandCreateWithoutChildBrandsInput = {
|
|
141840
141993
|
name: string
|
|
141841
141994
|
description?: string | null
|
|
141842
|
-
website
|
|
141995
|
+
website?: string | null
|
|
141843
141996
|
monthlyContacts?: number | null
|
|
141844
141997
|
monthlyReports?: number | null
|
|
141845
141998
|
lastContactDistribution?: Date | string | null
|
|
@@ -141847,6 +142000,7 @@ export namespace Prisma {
|
|
|
141847
142000
|
affiliateBaseUrl?: string | null
|
|
141848
142001
|
affiliateCommission?: number | null
|
|
141849
142002
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
142003
|
+
idmId?: string | null
|
|
141850
142004
|
searchName?: string | null
|
|
141851
142005
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
141852
142006
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -141885,7 +142039,7 @@ export namespace Prisma {
|
|
|
141885
142039
|
id?: number
|
|
141886
142040
|
name: string
|
|
141887
142041
|
description?: string | null
|
|
141888
|
-
website
|
|
142042
|
+
website?: string | null
|
|
141889
142043
|
monthlyContacts?: number | null
|
|
141890
142044
|
monthlyReports?: number | null
|
|
141891
142045
|
lastContactDistribution?: Date | string | null
|
|
@@ -141893,6 +142047,7 @@ export namespace Prisma {
|
|
|
141893
142047
|
affiliateBaseUrl?: string | null
|
|
141894
142048
|
affiliateCommission?: number | null
|
|
141895
142049
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
142050
|
+
idmId?: string | null
|
|
141896
142051
|
specialistId?: number | null
|
|
141897
142052
|
parentBrandId?: number | null
|
|
141898
142053
|
searchName?: string | null
|
|
@@ -141935,7 +142090,7 @@ export namespace Prisma {
|
|
|
141935
142090
|
export type BrandCreateWithoutParentBrandInput = {
|
|
141936
142091
|
name: string
|
|
141937
142092
|
description?: string | null
|
|
141938
|
-
website
|
|
142093
|
+
website?: string | null
|
|
141939
142094
|
monthlyContacts?: number | null
|
|
141940
142095
|
monthlyReports?: number | null
|
|
141941
142096
|
lastContactDistribution?: Date | string | null
|
|
@@ -141943,6 +142098,7 @@ export namespace Prisma {
|
|
|
141943
142098
|
affiliateBaseUrl?: string | null
|
|
141944
142099
|
affiliateCommission?: number | null
|
|
141945
142100
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
142101
|
+
idmId?: string | null
|
|
141946
142102
|
searchName?: string | null
|
|
141947
142103
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
141948
142104
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -141981,7 +142137,7 @@ export namespace Prisma {
|
|
|
141981
142137
|
id?: number
|
|
141982
142138
|
name: string
|
|
141983
142139
|
description?: string | null
|
|
141984
|
-
website
|
|
142140
|
+
website?: string | null
|
|
141985
142141
|
monthlyContacts?: number | null
|
|
141986
142142
|
monthlyReports?: number | null
|
|
141987
142143
|
lastContactDistribution?: Date | string | null
|
|
@@ -141989,6 +142145,7 @@ export namespace Prisma {
|
|
|
141989
142145
|
affiliateBaseUrl?: string | null
|
|
141990
142146
|
affiliateCommission?: number | null
|
|
141991
142147
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
142148
|
+
idmId?: string | null
|
|
141992
142149
|
specialistId?: number | null
|
|
141993
142150
|
searchName?: string | null
|
|
141994
142151
|
instagramProfile?: InstagramProfileUncheckedCreateNestedOneWithoutBrandInput
|
|
@@ -143058,7 +143215,7 @@ export namespace Prisma {
|
|
|
143058
143215
|
export type BrandUpdateWithoutChildBrandsInput = {
|
|
143059
143216
|
name?: StringFieldUpdateOperationsInput | string
|
|
143060
143217
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143061
|
-
website?:
|
|
143218
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143062
143219
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143063
143220
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143064
143221
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143066,6 +143223,7 @@ export namespace Prisma {
|
|
|
143066
143223
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143067
143224
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143068
143225
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143226
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143069
143227
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143070
143228
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
143071
143229
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -143104,7 +143262,7 @@ export namespace Prisma {
|
|
|
143104
143262
|
id?: IntFieldUpdateOperationsInput | number
|
|
143105
143263
|
name?: StringFieldUpdateOperationsInput | string
|
|
143106
143264
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143107
|
-
website?:
|
|
143265
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143108
143266
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143109
143267
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143110
143268
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143112,6 +143270,7 @@ export namespace Prisma {
|
|
|
143112
143270
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143113
143271
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143114
143272
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143273
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143115
143274
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143116
143275
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143117
143276
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -143217,7 +143376,7 @@ export namespace Prisma {
|
|
|
143217
143376
|
export type BrandCreateWithoutSearchContactsInput = {
|
|
143218
143377
|
name: string
|
|
143219
143378
|
description?: string | null
|
|
143220
|
-
website
|
|
143379
|
+
website?: string | null
|
|
143221
143380
|
monthlyContacts?: number | null
|
|
143222
143381
|
monthlyReports?: number | null
|
|
143223
143382
|
lastContactDistribution?: Date | string | null
|
|
@@ -143225,6 +143384,7 @@ export namespace Prisma {
|
|
|
143225
143384
|
affiliateBaseUrl?: string | null
|
|
143226
143385
|
affiliateCommission?: number | null
|
|
143227
143386
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143387
|
+
idmId?: string | null
|
|
143228
143388
|
searchName?: string | null
|
|
143229
143389
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
143230
143390
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -143263,7 +143423,7 @@ export namespace Prisma {
|
|
|
143263
143423
|
id?: number
|
|
143264
143424
|
name: string
|
|
143265
143425
|
description?: string | null
|
|
143266
|
-
website
|
|
143426
|
+
website?: string | null
|
|
143267
143427
|
monthlyContacts?: number | null
|
|
143268
143428
|
monthlyReports?: number | null
|
|
143269
143429
|
lastContactDistribution?: Date | string | null
|
|
@@ -143271,6 +143431,7 @@ export namespace Prisma {
|
|
|
143271
143431
|
affiliateBaseUrl?: string | null
|
|
143272
143432
|
affiliateCommission?: number | null
|
|
143273
143433
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143434
|
+
idmId?: string | null
|
|
143274
143435
|
specialistId?: number | null
|
|
143275
143436
|
parentBrandId?: number | null
|
|
143276
143437
|
searchName?: string | null
|
|
@@ -143388,7 +143549,7 @@ export namespace Prisma {
|
|
|
143388
143549
|
export type BrandUpdateWithoutSearchContactsInput = {
|
|
143389
143550
|
name?: StringFieldUpdateOperationsInput | string
|
|
143390
143551
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143391
|
-
website?:
|
|
143552
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143392
143553
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143393
143554
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143394
143555
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143396,6 +143557,7 @@ export namespace Prisma {
|
|
|
143396
143557
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143397
143558
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143398
143559
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143560
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143399
143561
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143400
143562
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
143401
143563
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -143434,7 +143596,7 @@ export namespace Prisma {
|
|
|
143434
143596
|
id?: IntFieldUpdateOperationsInput | number
|
|
143435
143597
|
name?: StringFieldUpdateOperationsInput | string
|
|
143436
143598
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143437
|
-
website?:
|
|
143599
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143438
143600
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143439
143601
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143440
143602
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143442,6 +143604,7 @@ export namespace Prisma {
|
|
|
143442
143604
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143443
143605
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143444
143606
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143607
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143445
143608
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143446
143609
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143447
143610
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -143531,7 +143694,7 @@ export namespace Prisma {
|
|
|
143531
143694
|
export type BrandCreateWithoutReportCreditsInput = {
|
|
143532
143695
|
name: string
|
|
143533
143696
|
description?: string | null
|
|
143534
|
-
website
|
|
143697
|
+
website?: string | null
|
|
143535
143698
|
monthlyContacts?: number | null
|
|
143536
143699
|
monthlyReports?: number | null
|
|
143537
143700
|
lastContactDistribution?: Date | string | null
|
|
@@ -143539,6 +143702,7 @@ export namespace Prisma {
|
|
|
143539
143702
|
affiliateBaseUrl?: string | null
|
|
143540
143703
|
affiliateCommission?: number | null
|
|
143541
143704
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143705
|
+
idmId?: string | null
|
|
143542
143706
|
searchName?: string | null
|
|
143543
143707
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
143544
143708
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -143577,7 +143741,7 @@ export namespace Prisma {
|
|
|
143577
143741
|
id?: number
|
|
143578
143742
|
name: string
|
|
143579
143743
|
description?: string | null
|
|
143580
|
-
website
|
|
143744
|
+
website?: string | null
|
|
143581
143745
|
monthlyContacts?: number | null
|
|
143582
143746
|
monthlyReports?: number | null
|
|
143583
143747
|
lastContactDistribution?: Date | string | null
|
|
@@ -143585,6 +143749,7 @@ export namespace Prisma {
|
|
|
143585
143749
|
affiliateBaseUrl?: string | null
|
|
143586
143750
|
affiliateCommission?: number | null
|
|
143587
143751
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143752
|
+
idmId?: string | null
|
|
143588
143753
|
specialistId?: number | null
|
|
143589
143754
|
parentBrandId?: number | null
|
|
143590
143755
|
searchName?: string | null
|
|
@@ -143702,7 +143867,7 @@ export namespace Prisma {
|
|
|
143702
143867
|
export type BrandUpdateWithoutReportCreditsInput = {
|
|
143703
143868
|
name?: StringFieldUpdateOperationsInput | string
|
|
143704
143869
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143705
|
-
website?:
|
|
143870
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143706
143871
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143707
143872
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143708
143873
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143710,6 +143875,7 @@ export namespace Prisma {
|
|
|
143710
143875
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143711
143876
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143712
143877
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143878
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143713
143879
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143714
143880
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
143715
143881
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -143748,7 +143914,7 @@ export namespace Prisma {
|
|
|
143748
143914
|
id?: IntFieldUpdateOperationsInput | number
|
|
143749
143915
|
name?: StringFieldUpdateOperationsInput | string
|
|
143750
143916
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143751
|
-
website?:
|
|
143917
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143752
143918
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143753
143919
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143754
143920
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143756,6 +143922,7 @@ export namespace Prisma {
|
|
|
143756
143922
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143757
143923
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143758
143924
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143925
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143759
143926
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143760
143927
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143761
143928
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -143793,7 +143960,7 @@ export namespace Prisma {
|
|
|
143793
143960
|
export type BrandCreateWithoutImagesInput = {
|
|
143794
143961
|
name: string
|
|
143795
143962
|
description?: string | null
|
|
143796
|
-
website
|
|
143963
|
+
website?: string | null
|
|
143797
143964
|
monthlyContacts?: number | null
|
|
143798
143965
|
monthlyReports?: number | null
|
|
143799
143966
|
lastContactDistribution?: Date | string | null
|
|
@@ -143801,6 +143968,7 @@ export namespace Prisma {
|
|
|
143801
143968
|
affiliateBaseUrl?: string | null
|
|
143802
143969
|
affiliateCommission?: number | null
|
|
143803
143970
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
143971
|
+
idmId?: string | null
|
|
143804
143972
|
searchName?: string | null
|
|
143805
143973
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
143806
143974
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -143839,7 +144007,7 @@ export namespace Prisma {
|
|
|
143839
144007
|
id?: number
|
|
143840
144008
|
name: string
|
|
143841
144009
|
description?: string | null
|
|
143842
|
-
website
|
|
144010
|
+
website?: string | null
|
|
143843
144011
|
monthlyContacts?: number | null
|
|
143844
144012
|
monthlyReports?: number | null
|
|
143845
144013
|
lastContactDistribution?: Date | string | null
|
|
@@ -143847,6 +144015,7 @@ export namespace Prisma {
|
|
|
143847
144015
|
affiliateBaseUrl?: string | null
|
|
143848
144016
|
affiliateCommission?: number | null
|
|
143849
144017
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
144018
|
+
idmId?: string | null
|
|
143850
144019
|
specialistId?: number | null
|
|
143851
144020
|
parentBrandId?: number | null
|
|
143852
144021
|
searchName?: string | null
|
|
@@ -143921,7 +144090,7 @@ export namespace Prisma {
|
|
|
143921
144090
|
export type BrandUpdateWithoutImagesInput = {
|
|
143922
144091
|
name?: StringFieldUpdateOperationsInput | string
|
|
143923
144092
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143924
|
-
website?:
|
|
144093
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143925
144094
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143926
144095
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143927
144096
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143929,6 +144098,7 @@ export namespace Prisma {
|
|
|
143929
144098
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143930
144099
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143931
144100
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
144101
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143932
144102
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143933
144103
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
143934
144104
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -143967,7 +144137,7 @@ export namespace Prisma {
|
|
|
143967
144137
|
id?: IntFieldUpdateOperationsInput | number
|
|
143968
144138
|
name?: StringFieldUpdateOperationsInput | string
|
|
143969
144139
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143970
|
-
website?:
|
|
144140
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143971
144141
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143972
144142
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143973
144143
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -143975,6 +144145,7 @@ export namespace Prisma {
|
|
|
143975
144145
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143976
144146
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
143977
144147
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
144148
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
143978
144149
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143979
144150
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
143980
144151
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -144038,7 +144209,7 @@ export namespace Prisma {
|
|
|
144038
144209
|
export type BrandCreateWithoutCategoriesInput = {
|
|
144039
144210
|
name: string
|
|
144040
144211
|
description?: string | null
|
|
144041
|
-
website
|
|
144212
|
+
website?: string | null
|
|
144042
144213
|
monthlyContacts?: number | null
|
|
144043
144214
|
monthlyReports?: number | null
|
|
144044
144215
|
lastContactDistribution?: Date | string | null
|
|
@@ -144046,6 +144217,7 @@ export namespace Prisma {
|
|
|
144046
144217
|
affiliateBaseUrl?: string | null
|
|
144047
144218
|
affiliateCommission?: number | null
|
|
144048
144219
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
144220
|
+
idmId?: string | null
|
|
144049
144221
|
searchName?: string | null
|
|
144050
144222
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
144051
144223
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -144084,7 +144256,7 @@ export namespace Prisma {
|
|
|
144084
144256
|
id?: number
|
|
144085
144257
|
name: string
|
|
144086
144258
|
description?: string | null
|
|
144087
|
-
website
|
|
144259
|
+
website?: string | null
|
|
144088
144260
|
monthlyContacts?: number | null
|
|
144089
144261
|
monthlyReports?: number | null
|
|
144090
144262
|
lastContactDistribution?: Date | string | null
|
|
@@ -144092,6 +144264,7 @@ export namespace Prisma {
|
|
|
144092
144264
|
affiliateBaseUrl?: string | null
|
|
144093
144265
|
affiliateCommission?: number | null
|
|
144094
144266
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
144267
|
+
idmId?: string | null
|
|
144095
144268
|
specialistId?: number | null
|
|
144096
144269
|
parentBrandId?: number | null
|
|
144097
144270
|
searchName?: string | null
|
|
@@ -144165,7 +144338,7 @@ export namespace Prisma {
|
|
|
144165
144338
|
export type BrandUpdateWithoutCategoriesInput = {
|
|
144166
144339
|
name?: StringFieldUpdateOperationsInput | string
|
|
144167
144340
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144168
|
-
website?:
|
|
144341
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144169
144342
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
144170
144343
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
144171
144344
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -144173,6 +144346,7 @@ export namespace Prisma {
|
|
|
144173
144346
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144174
144347
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
144175
144348
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
144349
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144176
144350
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144177
144351
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
144178
144352
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -144211,7 +144385,7 @@ export namespace Prisma {
|
|
|
144211
144385
|
id?: IntFieldUpdateOperationsInput | number
|
|
144212
144386
|
name?: StringFieldUpdateOperationsInput | string
|
|
144213
144387
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144214
|
-
website?:
|
|
144388
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144215
144389
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
144216
144390
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
144217
144391
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -144219,6 +144393,7 @@ export namespace Prisma {
|
|
|
144219
144393
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144220
144394
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
144221
144395
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
144396
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
144222
144397
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
144223
144398
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
144224
144399
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -145418,7 +145593,7 @@ export namespace Prisma {
|
|
|
145418
145593
|
export type BrandCreateWithoutCampaignsInput = {
|
|
145419
145594
|
name: string
|
|
145420
145595
|
description?: string | null
|
|
145421
|
-
website
|
|
145596
|
+
website?: string | null
|
|
145422
145597
|
monthlyContacts?: number | null
|
|
145423
145598
|
monthlyReports?: number | null
|
|
145424
145599
|
lastContactDistribution?: Date | string | null
|
|
@@ -145426,6 +145601,7 @@ export namespace Prisma {
|
|
|
145426
145601
|
affiliateBaseUrl?: string | null
|
|
145427
145602
|
affiliateCommission?: number | null
|
|
145428
145603
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
145604
|
+
idmId?: string | null
|
|
145429
145605
|
searchName?: string | null
|
|
145430
145606
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
145431
145607
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -145464,7 +145640,7 @@ export namespace Prisma {
|
|
|
145464
145640
|
id?: number
|
|
145465
145641
|
name: string
|
|
145466
145642
|
description?: string | null
|
|
145467
|
-
website
|
|
145643
|
+
website?: string | null
|
|
145468
145644
|
monthlyContacts?: number | null
|
|
145469
145645
|
monthlyReports?: number | null
|
|
145470
145646
|
lastContactDistribution?: Date | string | null
|
|
@@ -145472,6 +145648,7 @@ export namespace Prisma {
|
|
|
145472
145648
|
affiliateBaseUrl?: string | null
|
|
145473
145649
|
affiliateCommission?: number | null
|
|
145474
145650
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
145651
|
+
idmId?: string | null
|
|
145475
145652
|
specialistId?: number | null
|
|
145476
145653
|
parentBrandId?: number | null
|
|
145477
145654
|
searchName?: string | null
|
|
@@ -145946,7 +146123,7 @@ export namespace Prisma {
|
|
|
145946
146123
|
export type BrandUpdateWithoutCampaignsInput = {
|
|
145947
146124
|
name?: StringFieldUpdateOperationsInput | string
|
|
145948
146125
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
145949
|
-
website?:
|
|
146126
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
145950
146127
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
145951
146128
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
145952
146129
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -145954,6 +146131,7 @@ export namespace Prisma {
|
|
|
145954
146131
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
145955
146132
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
145956
146133
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
146134
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
145957
146135
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
145958
146136
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
145959
146137
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -145992,7 +146170,7 @@ export namespace Prisma {
|
|
|
145992
146170
|
id?: IntFieldUpdateOperationsInput | number
|
|
145993
146171
|
name?: StringFieldUpdateOperationsInput | string
|
|
145994
146172
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
145995
|
-
website?:
|
|
146173
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
145996
146174
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
145997
146175
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
145998
146176
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -146000,6 +146178,7 @@ export namespace Prisma {
|
|
|
146000
146178
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
146001
146179
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
146002
146180
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
146181
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
146003
146182
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
146004
146183
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
146005
146184
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -148071,7 +148250,7 @@ export namespace Prisma {
|
|
|
148071
148250
|
export type BrandCreateWithoutProductListsInput = {
|
|
148072
148251
|
name: string
|
|
148073
148252
|
description?: string | null
|
|
148074
|
-
website
|
|
148253
|
+
website?: string | null
|
|
148075
148254
|
monthlyContacts?: number | null
|
|
148076
148255
|
monthlyReports?: number | null
|
|
148077
148256
|
lastContactDistribution?: Date | string | null
|
|
@@ -148079,6 +148258,7 @@ export namespace Prisma {
|
|
|
148079
148258
|
affiliateBaseUrl?: string | null
|
|
148080
148259
|
affiliateCommission?: number | null
|
|
148081
148260
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
148261
|
+
idmId?: string | null
|
|
148082
148262
|
searchName?: string | null
|
|
148083
148263
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
148084
148264
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -148117,7 +148297,7 @@ export namespace Prisma {
|
|
|
148117
148297
|
id?: number
|
|
148118
148298
|
name: string
|
|
148119
148299
|
description?: string | null
|
|
148120
|
-
website
|
|
148300
|
+
website?: string | null
|
|
148121
148301
|
monthlyContacts?: number | null
|
|
148122
148302
|
monthlyReports?: number | null
|
|
148123
148303
|
lastContactDistribution?: Date | string | null
|
|
@@ -148125,6 +148305,7 @@ export namespace Prisma {
|
|
|
148125
148305
|
affiliateBaseUrl?: string | null
|
|
148126
148306
|
affiliateCommission?: number | null
|
|
148127
148307
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
148308
|
+
idmId?: string | null
|
|
148128
148309
|
specialistId?: number | null
|
|
148129
148310
|
parentBrandId?: number | null
|
|
148130
148311
|
searchName?: string | null
|
|
@@ -148223,7 +148404,7 @@ export namespace Prisma {
|
|
|
148223
148404
|
export type BrandUpdateWithoutProductListsInput = {
|
|
148224
148405
|
name?: StringFieldUpdateOperationsInput | string
|
|
148225
148406
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148226
|
-
website?:
|
|
148407
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148227
148408
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
148228
148409
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
148229
148410
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -148231,6 +148412,7 @@ export namespace Prisma {
|
|
|
148231
148412
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148232
148413
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
148233
148414
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
148415
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148234
148416
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148235
148417
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
148236
148418
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -148269,7 +148451,7 @@ export namespace Prisma {
|
|
|
148269
148451
|
id?: IntFieldUpdateOperationsInput | number
|
|
148270
148452
|
name?: StringFieldUpdateOperationsInput | string
|
|
148271
148453
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148272
|
-
website?:
|
|
148454
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148273
148455
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
148274
148456
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
148275
148457
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -148277,6 +148459,7 @@ export namespace Prisma {
|
|
|
148277
148459
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148278
148460
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
148279
148461
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
148462
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
148280
148463
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
148281
148464
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
148282
148465
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -153814,7 +153997,7 @@ export namespace Prisma {
|
|
|
153814
153997
|
export type BrandCreateWithoutPendingBrandInvoicePaymentsInput = {
|
|
153815
153998
|
name: string
|
|
153816
153999
|
description?: string | null
|
|
153817
|
-
website
|
|
154000
|
+
website?: string | null
|
|
153818
154001
|
monthlyContacts?: number | null
|
|
153819
154002
|
monthlyReports?: number | null
|
|
153820
154003
|
lastContactDistribution?: Date | string | null
|
|
@@ -153822,6 +154005,7 @@ export namespace Prisma {
|
|
|
153822
154005
|
affiliateBaseUrl?: string | null
|
|
153823
154006
|
affiliateCommission?: number | null
|
|
153824
154007
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154008
|
+
idmId?: string | null
|
|
153825
154009
|
searchName?: string | null
|
|
153826
154010
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
153827
154011
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -153860,7 +154044,7 @@ export namespace Prisma {
|
|
|
153860
154044
|
id?: number
|
|
153861
154045
|
name: string
|
|
153862
154046
|
description?: string | null
|
|
153863
|
-
website
|
|
154047
|
+
website?: string | null
|
|
153864
154048
|
monthlyContacts?: number | null
|
|
153865
154049
|
monthlyReports?: number | null
|
|
153866
154050
|
lastContactDistribution?: Date | string | null
|
|
@@ -153868,6 +154052,7 @@ export namespace Prisma {
|
|
|
153868
154052
|
affiliateBaseUrl?: string | null
|
|
153869
154053
|
affiliateCommission?: number | null
|
|
153870
154054
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154055
|
+
idmId?: string | null
|
|
153871
154056
|
specialistId?: number | null
|
|
153872
154057
|
parentBrandId?: number | null
|
|
153873
154058
|
searchName?: string | null
|
|
@@ -153921,7 +154106,7 @@ export namespace Prisma {
|
|
|
153921
154106
|
export type BrandUpdateWithoutPendingBrandInvoicePaymentsInput = {
|
|
153922
154107
|
name?: StringFieldUpdateOperationsInput | string
|
|
153923
154108
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153924
|
-
website?:
|
|
154109
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153925
154110
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
153926
154111
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
153927
154112
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -153929,6 +154114,7 @@ export namespace Prisma {
|
|
|
153929
154114
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153930
154115
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
153931
154116
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154117
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153932
154118
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153933
154119
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
153934
154120
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -153967,7 +154153,7 @@ export namespace Prisma {
|
|
|
153967
154153
|
id?: IntFieldUpdateOperationsInput | number
|
|
153968
154154
|
name?: StringFieldUpdateOperationsInput | string
|
|
153969
154155
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153970
|
-
website?:
|
|
154156
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153971
154157
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
153972
154158
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
153973
154159
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -153975,6 +154161,7 @@ export namespace Prisma {
|
|
|
153975
154161
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153976
154162
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
153977
154163
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154164
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
153978
154165
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
153979
154166
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
153980
154167
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -154012,7 +154199,7 @@ export namespace Prisma {
|
|
|
154012
154199
|
export type BrandCreateWithoutPaymentTransactionsInput = {
|
|
154013
154200
|
name: string
|
|
154014
154201
|
description?: string | null
|
|
154015
|
-
website
|
|
154202
|
+
website?: string | null
|
|
154016
154203
|
monthlyContacts?: number | null
|
|
154017
154204
|
monthlyReports?: number | null
|
|
154018
154205
|
lastContactDistribution?: Date | string | null
|
|
@@ -154020,6 +154207,7 @@ export namespace Prisma {
|
|
|
154020
154207
|
affiliateBaseUrl?: string | null
|
|
154021
154208
|
affiliateCommission?: number | null
|
|
154022
154209
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154210
|
+
idmId?: string | null
|
|
154023
154211
|
searchName?: string | null
|
|
154024
154212
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
154025
154213
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -154058,7 +154246,7 @@ export namespace Prisma {
|
|
|
154058
154246
|
id?: number
|
|
154059
154247
|
name: string
|
|
154060
154248
|
description?: string | null
|
|
154061
|
-
website
|
|
154249
|
+
website?: string | null
|
|
154062
154250
|
monthlyContacts?: number | null
|
|
154063
154251
|
monthlyReports?: number | null
|
|
154064
154252
|
lastContactDistribution?: Date | string | null
|
|
@@ -154066,6 +154254,7 @@ export namespace Prisma {
|
|
|
154066
154254
|
affiliateBaseUrl?: string | null
|
|
154067
154255
|
affiliateCommission?: number | null
|
|
154068
154256
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154257
|
+
idmId?: string | null
|
|
154069
154258
|
specialistId?: number | null
|
|
154070
154259
|
parentBrandId?: number | null
|
|
154071
154260
|
searchName?: string | null
|
|
@@ -154299,7 +154488,7 @@ export namespace Prisma {
|
|
|
154299
154488
|
export type BrandUpdateWithoutPaymentTransactionsInput = {
|
|
154300
154489
|
name?: StringFieldUpdateOperationsInput | string
|
|
154301
154490
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154302
|
-
website?:
|
|
154491
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154303
154492
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
154304
154493
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
154305
154494
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -154307,6 +154496,7 @@ export namespace Prisma {
|
|
|
154307
154496
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154308
154497
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
154309
154498
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154499
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154310
154500
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154311
154501
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
154312
154502
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -154345,7 +154535,7 @@ export namespace Prisma {
|
|
|
154345
154535
|
id?: IntFieldUpdateOperationsInput | number
|
|
154346
154536
|
name?: StringFieldUpdateOperationsInput | string
|
|
154347
154537
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154348
|
-
website?:
|
|
154538
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154349
154539
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
154350
154540
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
154351
154541
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -154353,6 +154543,7 @@ export namespace Prisma {
|
|
|
154353
154543
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154354
154544
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
154355
154545
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
154546
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
154356
154547
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
154357
154548
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
154358
154549
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -155091,7 +155282,7 @@ export namespace Prisma {
|
|
|
155091
155282
|
export type BrandCreateWithoutAffiliateLinksInput = {
|
|
155092
155283
|
name: string
|
|
155093
155284
|
description?: string | null
|
|
155094
|
-
website
|
|
155285
|
+
website?: string | null
|
|
155095
155286
|
monthlyContacts?: number | null
|
|
155096
155287
|
monthlyReports?: number | null
|
|
155097
155288
|
lastContactDistribution?: Date | string | null
|
|
@@ -155099,6 +155290,7 @@ export namespace Prisma {
|
|
|
155099
155290
|
affiliateBaseUrl?: string | null
|
|
155100
155291
|
affiliateCommission?: number | null
|
|
155101
155292
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
155293
|
+
idmId?: string | null
|
|
155102
155294
|
searchName?: string | null
|
|
155103
155295
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
155104
155296
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -155137,7 +155329,7 @@ export namespace Prisma {
|
|
|
155137
155329
|
id?: number
|
|
155138
155330
|
name: string
|
|
155139
155331
|
description?: string | null
|
|
155140
|
-
website
|
|
155332
|
+
website?: string | null
|
|
155141
155333
|
monthlyContacts?: number | null
|
|
155142
155334
|
monthlyReports?: number | null
|
|
155143
155335
|
lastContactDistribution?: Date | string | null
|
|
@@ -155145,6 +155337,7 @@ export namespace Prisma {
|
|
|
155145
155337
|
affiliateBaseUrl?: string | null
|
|
155146
155338
|
affiliateCommission?: number | null
|
|
155147
155339
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
155340
|
+
idmId?: string | null
|
|
155148
155341
|
specialistId?: number | null
|
|
155149
155342
|
parentBrandId?: number | null
|
|
155150
155343
|
searchName?: string | null
|
|
@@ -155230,7 +155423,7 @@ export namespace Prisma {
|
|
|
155230
155423
|
export type BrandUpdateWithoutAffiliateLinksInput = {
|
|
155231
155424
|
name?: StringFieldUpdateOperationsInput | string
|
|
155232
155425
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155233
|
-
website?:
|
|
155426
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155234
155427
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
155235
155428
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
155236
155429
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -155238,6 +155431,7 @@ export namespace Prisma {
|
|
|
155238
155431
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155239
155432
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
155240
155433
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
155434
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155241
155435
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155242
155436
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
155243
155437
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -155276,7 +155470,7 @@ export namespace Prisma {
|
|
|
155276
155470
|
id?: IntFieldUpdateOperationsInput | number
|
|
155277
155471
|
name?: StringFieldUpdateOperationsInput | string
|
|
155278
155472
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155279
|
-
website?:
|
|
155473
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155280
155474
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
155281
155475
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
155282
155476
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -155284,6 +155478,7 @@ export namespace Prisma {
|
|
|
155284
155478
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155285
155479
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
155286
155480
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
155481
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
155287
155482
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
155288
155483
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
155289
155484
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -156342,7 +156537,7 @@ export namespace Prisma {
|
|
|
156342
156537
|
export type BrandCreateWithoutSavedfilesInput = {
|
|
156343
156538
|
name: string
|
|
156344
156539
|
description?: string | null
|
|
156345
|
-
website
|
|
156540
|
+
website?: string | null
|
|
156346
156541
|
monthlyContacts?: number | null
|
|
156347
156542
|
monthlyReports?: number | null
|
|
156348
156543
|
lastContactDistribution?: Date | string | null
|
|
@@ -156350,6 +156545,7 @@ export namespace Prisma {
|
|
|
156350
156545
|
affiliateBaseUrl?: string | null
|
|
156351
156546
|
affiliateCommission?: number | null
|
|
156352
156547
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
156548
|
+
idmId?: string | null
|
|
156353
156549
|
searchName?: string | null
|
|
156354
156550
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
156355
156551
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -156388,7 +156584,7 @@ export namespace Prisma {
|
|
|
156388
156584
|
id?: number
|
|
156389
156585
|
name: string
|
|
156390
156586
|
description?: string | null
|
|
156391
|
-
website
|
|
156587
|
+
website?: string | null
|
|
156392
156588
|
monthlyContacts?: number | null
|
|
156393
156589
|
monthlyReports?: number | null
|
|
156394
156590
|
lastContactDistribution?: Date | string | null
|
|
@@ -156396,6 +156592,7 @@ export namespace Prisma {
|
|
|
156396
156592
|
affiliateBaseUrl?: string | null
|
|
156397
156593
|
affiliateCommission?: number | null
|
|
156398
156594
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
156595
|
+
idmId?: string | null
|
|
156399
156596
|
specialistId?: number | null
|
|
156400
156597
|
parentBrandId?: number | null
|
|
156401
156598
|
searchName?: string | null
|
|
@@ -156449,7 +156646,7 @@ export namespace Prisma {
|
|
|
156449
156646
|
export type BrandUpdateWithoutSavedfilesInput = {
|
|
156450
156647
|
name?: StringFieldUpdateOperationsInput | string
|
|
156451
156648
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156452
|
-
website?:
|
|
156649
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156453
156650
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156454
156651
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156455
156652
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -156457,6 +156654,7 @@ export namespace Prisma {
|
|
|
156457
156654
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156458
156655
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
156459
156656
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
156657
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156460
156658
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156461
156659
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
156462
156660
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -156495,7 +156693,7 @@ export namespace Prisma {
|
|
|
156495
156693
|
id?: IntFieldUpdateOperationsInput | number
|
|
156496
156694
|
name?: StringFieldUpdateOperationsInput | string
|
|
156497
156695
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156498
|
-
website?:
|
|
156696
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156499
156697
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156500
156698
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156501
156699
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -156503,6 +156701,7 @@ export namespace Prisma {
|
|
|
156503
156701
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156504
156702
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
156505
156703
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
156704
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156506
156705
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156507
156706
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156508
156707
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -156540,7 +156739,7 @@ export namespace Prisma {
|
|
|
156540
156739
|
export type BrandCreateWithoutCampaignInvitesInput = {
|
|
156541
156740
|
name: string
|
|
156542
156741
|
description?: string | null
|
|
156543
|
-
website
|
|
156742
|
+
website?: string | null
|
|
156544
156743
|
monthlyContacts?: number | null
|
|
156545
156744
|
monthlyReports?: number | null
|
|
156546
156745
|
lastContactDistribution?: Date | string | null
|
|
@@ -156548,6 +156747,7 @@ export namespace Prisma {
|
|
|
156548
156747
|
affiliateBaseUrl?: string | null
|
|
156549
156748
|
affiliateCommission?: number | null
|
|
156550
156749
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
156750
|
+
idmId?: string | null
|
|
156551
156751
|
searchName?: string | null
|
|
156552
156752
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
156553
156753
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -156586,7 +156786,7 @@ export namespace Prisma {
|
|
|
156586
156786
|
id?: number
|
|
156587
156787
|
name: string
|
|
156588
156788
|
description?: string | null
|
|
156589
|
-
website
|
|
156789
|
+
website?: string | null
|
|
156590
156790
|
monthlyContacts?: number | null
|
|
156591
156791
|
monthlyReports?: number | null
|
|
156592
156792
|
lastContactDistribution?: Date | string | null
|
|
@@ -156594,6 +156794,7 @@ export namespace Prisma {
|
|
|
156594
156794
|
affiliateBaseUrl?: string | null
|
|
156595
156795
|
affiliateCommission?: number | null
|
|
156596
156796
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
156797
|
+
idmId?: string | null
|
|
156597
156798
|
specialistId?: number | null
|
|
156598
156799
|
parentBrandId?: number | null
|
|
156599
156800
|
searchName?: string | null
|
|
@@ -156921,7 +157122,7 @@ export namespace Prisma {
|
|
|
156921
157122
|
export type BrandUpdateWithoutCampaignInvitesInput = {
|
|
156922
157123
|
name?: StringFieldUpdateOperationsInput | string
|
|
156923
157124
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156924
|
-
website?:
|
|
157125
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156925
157126
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156926
157127
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156927
157128
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -156929,6 +157130,7 @@ export namespace Prisma {
|
|
|
156929
157130
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156930
157131
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
156931
157132
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
157133
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156932
157134
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156933
157135
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
156934
157136
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -156967,7 +157169,7 @@ export namespace Prisma {
|
|
|
156967
157169
|
id?: IntFieldUpdateOperationsInput | number
|
|
156968
157170
|
name?: StringFieldUpdateOperationsInput | string
|
|
156969
157171
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156970
|
-
website?:
|
|
157172
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156971
157173
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156972
157174
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156973
157175
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -156975,6 +157177,7 @@ export namespace Prisma {
|
|
|
156975
157177
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156976
157178
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
156977
157179
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
157180
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
156978
157181
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156979
157182
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
156980
157183
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -157341,7 +157544,7 @@ export namespace Prisma {
|
|
|
157341
157544
|
export type BrandCreateWithoutCreatorListsInput = {
|
|
157342
157545
|
name: string
|
|
157343
157546
|
description?: string | null
|
|
157344
|
-
website
|
|
157547
|
+
website?: string | null
|
|
157345
157548
|
monthlyContacts?: number | null
|
|
157346
157549
|
monthlyReports?: number | null
|
|
157347
157550
|
lastContactDistribution?: Date | string | null
|
|
@@ -157349,6 +157552,7 @@ export namespace Prisma {
|
|
|
157349
157552
|
affiliateBaseUrl?: string | null
|
|
157350
157553
|
affiliateCommission?: number | null
|
|
157351
157554
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
157555
|
+
idmId?: string | null
|
|
157352
157556
|
searchName?: string | null
|
|
157353
157557
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
157354
157558
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -157387,7 +157591,7 @@ export namespace Prisma {
|
|
|
157387
157591
|
id?: number
|
|
157388
157592
|
name: string
|
|
157389
157593
|
description?: string | null
|
|
157390
|
-
website
|
|
157594
|
+
website?: string | null
|
|
157391
157595
|
monthlyContacts?: number | null
|
|
157392
157596
|
monthlyReports?: number | null
|
|
157393
157597
|
lastContactDistribution?: Date | string | null
|
|
@@ -157395,6 +157599,7 @@ export namespace Prisma {
|
|
|
157395
157599
|
affiliateBaseUrl?: string | null
|
|
157396
157600
|
affiliateCommission?: number | null
|
|
157397
157601
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
157602
|
+
idmId?: string | null
|
|
157398
157603
|
specialistId?: number | null
|
|
157399
157604
|
parentBrandId?: number | null
|
|
157400
157605
|
searchName?: string | null
|
|
@@ -157784,7 +157989,7 @@ export namespace Prisma {
|
|
|
157784
157989
|
export type BrandUpdateWithoutCreatorListsInput = {
|
|
157785
157990
|
name?: StringFieldUpdateOperationsInput | string
|
|
157786
157991
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157787
|
-
website?:
|
|
157992
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157788
157993
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157789
157994
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157790
157995
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -157792,6 +157997,7 @@ export namespace Prisma {
|
|
|
157792
157997
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157793
157998
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
157794
157999
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
158000
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157795
158001
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157796
158002
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
157797
158003
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -157830,7 +158036,7 @@ export namespace Prisma {
|
|
|
157830
158036
|
id?: IntFieldUpdateOperationsInput | number
|
|
157831
158037
|
name?: StringFieldUpdateOperationsInput | string
|
|
157832
158038
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157833
|
-
website?:
|
|
158039
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157834
158040
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157835
158041
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157836
158042
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -157838,6 +158044,7 @@ export namespace Prisma {
|
|
|
157838
158044
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157839
158045
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
157840
158046
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
158047
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157841
158048
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157842
158049
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157843
158050
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -158860,7 +159067,7 @@ export namespace Prisma {
|
|
|
158860
159067
|
export type BrandCreateWithoutMessageTemplateInput = {
|
|
158861
159068
|
name: string
|
|
158862
159069
|
description?: string | null
|
|
158863
|
-
website
|
|
159070
|
+
website?: string | null
|
|
158864
159071
|
monthlyContacts?: number | null
|
|
158865
159072
|
monthlyReports?: number | null
|
|
158866
159073
|
lastContactDistribution?: Date | string | null
|
|
@@ -158868,6 +159075,7 @@ export namespace Prisma {
|
|
|
158868
159075
|
affiliateBaseUrl?: string | null
|
|
158869
159076
|
affiliateCommission?: number | null
|
|
158870
159077
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159078
|
+
idmId?: string | null
|
|
158871
159079
|
searchName?: string | null
|
|
158872
159080
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
158873
159081
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -158906,7 +159114,7 @@ export namespace Prisma {
|
|
|
158906
159114
|
id?: number
|
|
158907
159115
|
name: string
|
|
158908
159116
|
description?: string | null
|
|
158909
|
-
website
|
|
159117
|
+
website?: string | null
|
|
158910
159118
|
monthlyContacts?: number | null
|
|
158911
159119
|
monthlyReports?: number | null
|
|
158912
159120
|
lastContactDistribution?: Date | string | null
|
|
@@ -158914,6 +159122,7 @@ export namespace Prisma {
|
|
|
158914
159122
|
affiliateBaseUrl?: string | null
|
|
158915
159123
|
affiliateCommission?: number | null
|
|
158916
159124
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159125
|
+
idmId?: string | null
|
|
158917
159126
|
specialistId?: number | null
|
|
158918
159127
|
parentBrandId?: number | null
|
|
158919
159128
|
searchName?: string | null
|
|
@@ -158967,7 +159176,7 @@ export namespace Prisma {
|
|
|
158967
159176
|
export type BrandUpdateWithoutMessageTemplateInput = {
|
|
158968
159177
|
name?: StringFieldUpdateOperationsInput | string
|
|
158969
159178
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
158970
|
-
website?:
|
|
159179
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
158971
159180
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
158972
159181
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
158973
159182
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -158975,6 +159184,7 @@ export namespace Prisma {
|
|
|
158975
159184
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
158976
159185
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
158977
159186
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159187
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
158978
159188
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
158979
159189
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
158980
159190
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -159013,7 +159223,7 @@ export namespace Prisma {
|
|
|
159013
159223
|
id?: IntFieldUpdateOperationsInput | number
|
|
159014
159224
|
name?: StringFieldUpdateOperationsInput | string
|
|
159015
159225
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159016
|
-
website?:
|
|
159226
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159017
159227
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159018
159228
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159019
159229
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -159021,6 +159231,7 @@ export namespace Prisma {
|
|
|
159021
159231
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159022
159232
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
159023
159233
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159234
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159024
159235
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159025
159236
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159026
159237
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -159058,7 +159269,7 @@ export namespace Prisma {
|
|
|
159058
159269
|
export type BrandCreateWithoutEmailTemplatesInput = {
|
|
159059
159270
|
name: string
|
|
159060
159271
|
description?: string | null
|
|
159061
|
-
website
|
|
159272
|
+
website?: string | null
|
|
159062
159273
|
monthlyContacts?: number | null
|
|
159063
159274
|
monthlyReports?: number | null
|
|
159064
159275
|
lastContactDistribution?: Date | string | null
|
|
@@ -159066,6 +159277,7 @@ export namespace Prisma {
|
|
|
159066
159277
|
affiliateBaseUrl?: string | null
|
|
159067
159278
|
affiliateCommission?: number | null
|
|
159068
159279
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159280
|
+
idmId?: string | null
|
|
159069
159281
|
searchName?: string | null
|
|
159070
159282
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
159071
159283
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -159104,7 +159316,7 @@ export namespace Prisma {
|
|
|
159104
159316
|
id?: number
|
|
159105
159317
|
name: string
|
|
159106
159318
|
description?: string | null
|
|
159107
|
-
website
|
|
159319
|
+
website?: string | null
|
|
159108
159320
|
monthlyContacts?: number | null
|
|
159109
159321
|
monthlyReports?: number | null
|
|
159110
159322
|
lastContactDistribution?: Date | string | null
|
|
@@ -159112,6 +159324,7 @@ export namespace Prisma {
|
|
|
159112
159324
|
affiliateBaseUrl?: string | null
|
|
159113
159325
|
affiliateCommission?: number | null
|
|
159114
159326
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159327
|
+
idmId?: string | null
|
|
159115
159328
|
specialistId?: number | null
|
|
159116
159329
|
parentBrandId?: number | null
|
|
159117
159330
|
searchName?: string | null
|
|
@@ -159194,7 +159407,7 @@ export namespace Prisma {
|
|
|
159194
159407
|
export type BrandUpdateWithoutEmailTemplatesInput = {
|
|
159195
159408
|
name?: StringFieldUpdateOperationsInput | string
|
|
159196
159409
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159197
|
-
website?:
|
|
159410
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159198
159411
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159199
159412
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159200
159413
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -159202,6 +159415,7 @@ export namespace Prisma {
|
|
|
159202
159415
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159203
159416
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
159204
159417
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159418
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159205
159419
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159206
159420
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
159207
159421
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -159240,7 +159454,7 @@ export namespace Prisma {
|
|
|
159240
159454
|
id?: IntFieldUpdateOperationsInput | number
|
|
159241
159455
|
name?: StringFieldUpdateOperationsInput | string
|
|
159242
159456
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159243
|
-
website?:
|
|
159457
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159244
159458
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159245
159459
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159246
159460
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -159248,6 +159462,7 @@ export namespace Prisma {
|
|
|
159248
159462
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159249
159463
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
159250
159464
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159465
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159251
159466
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159252
159467
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159253
159468
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -159314,7 +159529,7 @@ export namespace Prisma {
|
|
|
159314
159529
|
export type BrandCreateWithoutSocialListeningListsInput = {
|
|
159315
159530
|
name: string
|
|
159316
159531
|
description?: string | null
|
|
159317
|
-
website
|
|
159532
|
+
website?: string | null
|
|
159318
159533
|
monthlyContacts?: number | null
|
|
159319
159534
|
monthlyReports?: number | null
|
|
159320
159535
|
lastContactDistribution?: Date | string | null
|
|
@@ -159322,6 +159537,7 @@ export namespace Prisma {
|
|
|
159322
159537
|
affiliateBaseUrl?: string | null
|
|
159323
159538
|
affiliateCommission?: number | null
|
|
159324
159539
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159540
|
+
idmId?: string | null
|
|
159325
159541
|
searchName?: string | null
|
|
159326
159542
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
159327
159543
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -159360,7 +159576,7 @@ export namespace Prisma {
|
|
|
159360
159576
|
id?: number
|
|
159361
159577
|
name: string
|
|
159362
159578
|
description?: string | null
|
|
159363
|
-
website
|
|
159579
|
+
website?: string | null
|
|
159364
159580
|
monthlyContacts?: number | null
|
|
159365
159581
|
monthlyReports?: number | null
|
|
159366
159582
|
lastContactDistribution?: Date | string | null
|
|
@@ -159368,6 +159584,7 @@ export namespace Prisma {
|
|
|
159368
159584
|
affiliateBaseUrl?: string | null
|
|
159369
159585
|
affiliateCommission?: number | null
|
|
159370
159586
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159587
|
+
idmId?: string | null
|
|
159371
159588
|
specialistId?: number | null
|
|
159372
159589
|
parentBrandId?: number | null
|
|
159373
159590
|
searchName?: string | null
|
|
@@ -159440,7 +159657,7 @@ export namespace Prisma {
|
|
|
159440
159657
|
export type BrandUpdateWithoutSocialListeningListsInput = {
|
|
159441
159658
|
name?: StringFieldUpdateOperationsInput | string
|
|
159442
159659
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159443
|
-
website?:
|
|
159660
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159444
159661
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159445
159662
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159446
159663
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -159448,6 +159665,7 @@ export namespace Prisma {
|
|
|
159448
159665
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159449
159666
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
159450
159667
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159668
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159451
159669
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159452
159670
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
159453
159671
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -159486,7 +159704,7 @@ export namespace Prisma {
|
|
|
159486
159704
|
id?: IntFieldUpdateOperationsInput | number
|
|
159487
159705
|
name?: StringFieldUpdateOperationsInput | string
|
|
159488
159706
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159489
|
-
website?:
|
|
159707
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159490
159708
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159491
159709
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159492
159710
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -159494,6 +159712,7 @@ export namespace Prisma {
|
|
|
159494
159712
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159495
159713
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
159496
159714
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
159715
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
159497
159716
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159498
159717
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
159499
159718
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -160431,7 +160650,7 @@ export namespace Prisma {
|
|
|
160431
160650
|
export type BrandCreateWithoutImpactRadiusEventsInput = {
|
|
160432
160651
|
name: string
|
|
160433
160652
|
description?: string | null
|
|
160434
|
-
website
|
|
160653
|
+
website?: string | null
|
|
160435
160654
|
monthlyContacts?: number | null
|
|
160436
160655
|
monthlyReports?: number | null
|
|
160437
160656
|
lastContactDistribution?: Date | string | null
|
|
@@ -160439,6 +160658,7 @@ export namespace Prisma {
|
|
|
160439
160658
|
affiliateBaseUrl?: string | null
|
|
160440
160659
|
affiliateCommission?: number | null
|
|
160441
160660
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
160661
|
+
idmId?: string | null
|
|
160442
160662
|
searchName?: string | null
|
|
160443
160663
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
160444
160664
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -160477,7 +160697,7 @@ export namespace Prisma {
|
|
|
160477
160697
|
id?: number
|
|
160478
160698
|
name: string
|
|
160479
160699
|
description?: string | null
|
|
160480
|
-
website
|
|
160700
|
+
website?: string | null
|
|
160481
160701
|
monthlyContacts?: number | null
|
|
160482
160702
|
monthlyReports?: number | null
|
|
160483
160703
|
lastContactDistribution?: Date | string | null
|
|
@@ -160485,6 +160705,7 @@ export namespace Prisma {
|
|
|
160485
160705
|
affiliateBaseUrl?: string | null
|
|
160486
160706
|
affiliateCommission?: number | null
|
|
160487
160707
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
160708
|
+
idmId?: string | null
|
|
160488
160709
|
specialistId?: number | null
|
|
160489
160710
|
parentBrandId?: number | null
|
|
160490
160711
|
searchName?: string | null
|
|
@@ -160736,7 +160957,7 @@ export namespace Prisma {
|
|
|
160736
160957
|
export type BrandUpdateWithoutImpactRadiusEventsInput = {
|
|
160737
160958
|
name?: StringFieldUpdateOperationsInput | string
|
|
160738
160959
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160739
|
-
website?:
|
|
160960
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160740
160961
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160741
160962
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160742
160963
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -160744,6 +160965,7 @@ export namespace Prisma {
|
|
|
160744
160965
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160745
160966
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
160746
160967
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
160968
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160747
160969
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160748
160970
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
160749
160971
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -160782,7 +161004,7 @@ export namespace Prisma {
|
|
|
160782
161004
|
id?: IntFieldUpdateOperationsInput | number
|
|
160783
161005
|
name?: StringFieldUpdateOperationsInput | string
|
|
160784
161006
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160785
|
-
website?:
|
|
161007
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160786
161008
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160787
161009
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160788
161010
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -160790,6 +161012,7 @@ export namespace Prisma {
|
|
|
160790
161012
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160791
161013
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
160792
161014
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
161015
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
160793
161016
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160794
161017
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
160795
161018
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -161025,7 +161248,7 @@ export namespace Prisma {
|
|
|
161025
161248
|
export type BrandCreateWithoutCjEventsInput = {
|
|
161026
161249
|
name: string
|
|
161027
161250
|
description?: string | null
|
|
161028
|
-
website
|
|
161251
|
+
website?: string | null
|
|
161029
161252
|
monthlyContacts?: number | null
|
|
161030
161253
|
monthlyReports?: number | null
|
|
161031
161254
|
lastContactDistribution?: Date | string | null
|
|
@@ -161033,6 +161256,7 @@ export namespace Prisma {
|
|
|
161033
161256
|
affiliateBaseUrl?: string | null
|
|
161034
161257
|
affiliateCommission?: number | null
|
|
161035
161258
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
161259
|
+
idmId?: string | null
|
|
161036
161260
|
searchName?: string | null
|
|
161037
161261
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
161038
161262
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -161071,7 +161295,7 @@ export namespace Prisma {
|
|
|
161071
161295
|
id?: number
|
|
161072
161296
|
name: string
|
|
161073
161297
|
description?: string | null
|
|
161074
|
-
website
|
|
161298
|
+
website?: string | null
|
|
161075
161299
|
monthlyContacts?: number | null
|
|
161076
161300
|
monthlyReports?: number | null
|
|
161077
161301
|
lastContactDistribution?: Date | string | null
|
|
@@ -161079,6 +161303,7 @@ export namespace Prisma {
|
|
|
161079
161303
|
affiliateBaseUrl?: string | null
|
|
161080
161304
|
affiliateCommission?: number | null
|
|
161081
161305
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
161306
|
+
idmId?: string | null
|
|
161082
161307
|
specialistId?: number | null
|
|
161083
161308
|
parentBrandId?: number | null
|
|
161084
161309
|
searchName?: string | null
|
|
@@ -161330,7 +161555,7 @@ export namespace Prisma {
|
|
|
161330
161555
|
export type BrandUpdateWithoutCjEventsInput = {
|
|
161331
161556
|
name?: StringFieldUpdateOperationsInput | string
|
|
161332
161557
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161333
|
-
website?:
|
|
161558
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161334
161559
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161335
161560
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161336
161561
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -161338,6 +161563,7 @@ export namespace Prisma {
|
|
|
161338
161563
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161339
161564
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
161340
161565
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
161566
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161341
161567
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161342
161568
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
161343
161569
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -161376,7 +161602,7 @@ export namespace Prisma {
|
|
|
161376
161602
|
id?: IntFieldUpdateOperationsInput | number
|
|
161377
161603
|
name?: StringFieldUpdateOperationsInput | string
|
|
161378
161604
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161379
|
-
website?:
|
|
161605
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161380
161606
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161381
161607
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161382
161608
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -161384,6 +161610,7 @@ export namespace Prisma {
|
|
|
161384
161610
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161385
161611
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
161386
161612
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
161613
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161387
161614
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161388
161615
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161389
161616
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -161661,7 +161888,7 @@ export namespace Prisma {
|
|
|
161661
161888
|
export type BrandCreateWithoutCreatorsearchfilterInput = {
|
|
161662
161889
|
name: string
|
|
161663
161890
|
description?: string | null
|
|
161664
|
-
website
|
|
161891
|
+
website?: string | null
|
|
161665
161892
|
monthlyContacts?: number | null
|
|
161666
161893
|
monthlyReports?: number | null
|
|
161667
161894
|
lastContactDistribution?: Date | string | null
|
|
@@ -161669,6 +161896,7 @@ export namespace Prisma {
|
|
|
161669
161896
|
affiliateBaseUrl?: string | null
|
|
161670
161897
|
affiliateCommission?: number | null
|
|
161671
161898
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
161899
|
+
idmId?: string | null
|
|
161672
161900
|
searchName?: string | null
|
|
161673
161901
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
161674
161902
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -161707,7 +161935,7 @@ export namespace Prisma {
|
|
|
161707
161935
|
id?: number
|
|
161708
161936
|
name: string
|
|
161709
161937
|
description?: string | null
|
|
161710
|
-
website
|
|
161938
|
+
website?: string | null
|
|
161711
161939
|
monthlyContacts?: number | null
|
|
161712
161940
|
monthlyReports?: number | null
|
|
161713
161941
|
lastContactDistribution?: Date | string | null
|
|
@@ -161715,6 +161943,7 @@ export namespace Prisma {
|
|
|
161715
161943
|
affiliateBaseUrl?: string | null
|
|
161716
161944
|
affiliateCommission?: number | null
|
|
161717
161945
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
161946
|
+
idmId?: string | null
|
|
161718
161947
|
specialistId?: number | null
|
|
161719
161948
|
parentBrandId?: number | null
|
|
161720
161949
|
searchName?: string | null
|
|
@@ -161768,7 +161997,7 @@ export namespace Prisma {
|
|
|
161768
161997
|
export type BrandUpdateWithoutCreatorsearchfilterInput = {
|
|
161769
161998
|
name?: StringFieldUpdateOperationsInput | string
|
|
161770
161999
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161771
|
-
website?:
|
|
162000
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161772
162001
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161773
162002
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161774
162003
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -161776,6 +162005,7 @@ export namespace Prisma {
|
|
|
161776
162005
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161777
162006
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
161778
162007
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
162008
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161779
162009
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161780
162010
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
161781
162011
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -161814,7 +162044,7 @@ export namespace Prisma {
|
|
|
161814
162044
|
id?: IntFieldUpdateOperationsInput | number
|
|
161815
162045
|
name?: StringFieldUpdateOperationsInput | string
|
|
161816
162046
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161817
|
-
website?:
|
|
162047
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161818
162048
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161819
162049
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161820
162050
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -161822,6 +162052,7 @@ export namespace Prisma {
|
|
|
161822
162052
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161823
162053
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
161824
162054
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
162055
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
161825
162056
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161826
162057
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
161827
162058
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -162035,7 +162266,7 @@ export namespace Prisma {
|
|
|
162035
162266
|
export type BrandCreateWithoutSequencesInput = {
|
|
162036
162267
|
name: string
|
|
162037
162268
|
description?: string | null
|
|
162038
|
-
website
|
|
162269
|
+
website?: string | null
|
|
162039
162270
|
monthlyContacts?: number | null
|
|
162040
162271
|
monthlyReports?: number | null
|
|
162041
162272
|
lastContactDistribution?: Date | string | null
|
|
@@ -162043,6 +162274,7 @@ export namespace Prisma {
|
|
|
162043
162274
|
affiliateBaseUrl?: string | null
|
|
162044
162275
|
affiliateCommission?: number | null
|
|
162045
162276
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
162277
|
+
idmId?: string | null
|
|
162046
162278
|
searchName?: string | null
|
|
162047
162279
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
162048
162280
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -162081,7 +162313,7 @@ export namespace Prisma {
|
|
|
162081
162313
|
id?: number
|
|
162082
162314
|
name: string
|
|
162083
162315
|
description?: string | null
|
|
162084
|
-
website
|
|
162316
|
+
website?: string | null
|
|
162085
162317
|
monthlyContacts?: number | null
|
|
162086
162318
|
monthlyReports?: number | null
|
|
162087
162319
|
lastContactDistribution?: Date | string | null
|
|
@@ -162089,6 +162321,7 @@ export namespace Prisma {
|
|
|
162089
162321
|
affiliateBaseUrl?: string | null
|
|
162090
162322
|
affiliateCommission?: number | null
|
|
162091
162323
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
162324
|
+
idmId?: string | null
|
|
162092
162325
|
specialistId?: number | null
|
|
162093
162326
|
parentBrandId?: number | null
|
|
162094
162327
|
searchName?: string | null
|
|
@@ -162496,7 +162729,7 @@ export namespace Prisma {
|
|
|
162496
162729
|
export type BrandUpdateWithoutSequencesInput = {
|
|
162497
162730
|
name?: StringFieldUpdateOperationsInput | string
|
|
162498
162731
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162499
|
-
website?:
|
|
162732
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162500
162733
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162501
162734
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162502
162735
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -162504,6 +162737,7 @@ export namespace Prisma {
|
|
|
162504
162737
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162505
162738
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
162506
162739
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
162740
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162507
162741
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162508
162742
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
162509
162743
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -162542,7 +162776,7 @@ export namespace Prisma {
|
|
|
162542
162776
|
id?: IntFieldUpdateOperationsInput | number
|
|
162543
162777
|
name?: StringFieldUpdateOperationsInput | string
|
|
162544
162778
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162545
|
-
website?:
|
|
162779
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162546
162780
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162547
162781
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162548
162782
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -162550,6 +162784,7 @@ export namespace Prisma {
|
|
|
162550
162784
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162551
162785
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
162552
162786
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
162787
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
162553
162788
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162554
162789
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
162555
162790
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -163392,7 +163627,7 @@ export namespace Prisma {
|
|
|
163392
163627
|
export type BrandCreateWithoutShopifyStoresInput = {
|
|
163393
163628
|
name: string
|
|
163394
163629
|
description?: string | null
|
|
163395
|
-
website
|
|
163630
|
+
website?: string | null
|
|
163396
163631
|
monthlyContacts?: number | null
|
|
163397
163632
|
monthlyReports?: number | null
|
|
163398
163633
|
lastContactDistribution?: Date | string | null
|
|
@@ -163400,6 +163635,7 @@ export namespace Prisma {
|
|
|
163400
163635
|
affiliateBaseUrl?: string | null
|
|
163401
163636
|
affiliateCommission?: number | null
|
|
163402
163637
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
163638
|
+
idmId?: string | null
|
|
163403
163639
|
searchName?: string | null
|
|
163404
163640
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
163405
163641
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -163438,7 +163674,7 @@ export namespace Prisma {
|
|
|
163438
163674
|
id?: number
|
|
163439
163675
|
name: string
|
|
163440
163676
|
description?: string | null
|
|
163441
|
-
website
|
|
163677
|
+
website?: string | null
|
|
163442
163678
|
monthlyContacts?: number | null
|
|
163443
163679
|
monthlyReports?: number | null
|
|
163444
163680
|
lastContactDistribution?: Date | string | null
|
|
@@ -163446,6 +163682,7 @@ export namespace Prisma {
|
|
|
163446
163682
|
affiliateBaseUrl?: string | null
|
|
163447
163683
|
affiliateCommission?: number | null
|
|
163448
163684
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
163685
|
+
idmId?: string | null
|
|
163449
163686
|
specialistId?: number | null
|
|
163450
163687
|
parentBrandId?: number | null
|
|
163451
163688
|
searchName?: string | null
|
|
@@ -163528,7 +163765,7 @@ export namespace Prisma {
|
|
|
163528
163765
|
export type BrandUpdateWithoutShopifyStoresInput = {
|
|
163529
163766
|
name?: StringFieldUpdateOperationsInput | string
|
|
163530
163767
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163531
|
-
website?:
|
|
163768
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163532
163769
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163533
163770
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163534
163771
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -163536,6 +163773,7 @@ export namespace Prisma {
|
|
|
163536
163773
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163537
163774
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
163538
163775
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
163776
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163539
163777
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163540
163778
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
163541
163779
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -163574,7 +163812,7 @@ export namespace Prisma {
|
|
|
163574
163812
|
id?: IntFieldUpdateOperationsInput | number
|
|
163575
163813
|
name?: StringFieldUpdateOperationsInput | string
|
|
163576
163814
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163577
|
-
website?:
|
|
163815
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163578
163816
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163579
163817
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163580
163818
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -163582,6 +163820,7 @@ export namespace Prisma {
|
|
|
163582
163820
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163583
163821
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
163584
163822
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
163823
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163585
163824
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163586
163825
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163587
163826
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -165150,7 +165389,7 @@ export namespace Prisma {
|
|
|
165150
165389
|
export type BrandCreateWithoutBrandContractsInput = {
|
|
165151
165390
|
name: string
|
|
165152
165391
|
description?: string | null
|
|
165153
|
-
website
|
|
165392
|
+
website?: string | null
|
|
165154
165393
|
monthlyContacts?: number | null
|
|
165155
165394
|
monthlyReports?: number | null
|
|
165156
165395
|
lastContactDistribution?: Date | string | null
|
|
@@ -165158,6 +165397,7 @@ export namespace Prisma {
|
|
|
165158
165397
|
affiliateBaseUrl?: string | null
|
|
165159
165398
|
affiliateCommission?: number | null
|
|
165160
165399
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
165400
|
+
idmId?: string | null
|
|
165161
165401
|
searchName?: string | null
|
|
165162
165402
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
165163
165403
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -165196,7 +165436,7 @@ export namespace Prisma {
|
|
|
165196
165436
|
id?: number
|
|
165197
165437
|
name: string
|
|
165198
165438
|
description?: string | null
|
|
165199
|
-
website
|
|
165439
|
+
website?: string | null
|
|
165200
165440
|
monthlyContacts?: number | null
|
|
165201
165441
|
monthlyReports?: number | null
|
|
165202
165442
|
lastContactDistribution?: Date | string | null
|
|
@@ -165204,6 +165444,7 @@ export namespace Prisma {
|
|
|
165204
165444
|
affiliateBaseUrl?: string | null
|
|
165205
165445
|
affiliateCommission?: number | null
|
|
165206
165446
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
165447
|
+
idmId?: string | null
|
|
165207
165448
|
specialistId?: number | null
|
|
165208
165449
|
parentBrandId?: number | null
|
|
165209
165450
|
searchName?: string | null
|
|
@@ -165528,7 +165769,7 @@ export namespace Prisma {
|
|
|
165528
165769
|
export type BrandUpdateWithoutBrandContractsInput = {
|
|
165529
165770
|
name?: StringFieldUpdateOperationsInput | string
|
|
165530
165771
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165531
|
-
website?:
|
|
165772
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165532
165773
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
165533
165774
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
165534
165775
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -165536,6 +165777,7 @@ export namespace Prisma {
|
|
|
165536
165777
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165537
165778
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
165538
165779
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
165780
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165539
165781
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165540
165782
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
165541
165783
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -165574,7 +165816,7 @@ export namespace Prisma {
|
|
|
165574
165816
|
id?: IntFieldUpdateOperationsInput | number
|
|
165575
165817
|
name?: StringFieldUpdateOperationsInput | string
|
|
165576
165818
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165577
|
-
website?:
|
|
165819
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165578
165820
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
165579
165821
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
165580
165822
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -165582,6 +165824,7 @@ export namespace Prisma {
|
|
|
165582
165824
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165583
165825
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
165584
165826
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
165827
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
165585
165828
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
165586
165829
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
165587
165830
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -165908,7 +166151,7 @@ export namespace Prisma {
|
|
|
165908
166151
|
export type BrandCreateWithoutFilesInput = {
|
|
165909
166152
|
name: string
|
|
165910
166153
|
description?: string | null
|
|
165911
|
-
website
|
|
166154
|
+
website?: string | null
|
|
165912
166155
|
monthlyContacts?: number | null
|
|
165913
166156
|
monthlyReports?: number | null
|
|
165914
166157
|
lastContactDistribution?: Date | string | null
|
|
@@ -165916,6 +166159,7 @@ export namespace Prisma {
|
|
|
165916
166159
|
affiliateBaseUrl?: string | null
|
|
165917
166160
|
affiliateCommission?: number | null
|
|
165918
166161
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
166162
|
+
idmId?: string | null
|
|
165919
166163
|
searchName?: string | null
|
|
165920
166164
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
165921
166165
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -165954,7 +166198,7 @@ export namespace Prisma {
|
|
|
165954
166198
|
id?: number
|
|
165955
166199
|
name: string
|
|
165956
166200
|
description?: string | null
|
|
165957
|
-
website
|
|
166201
|
+
website?: string | null
|
|
165958
166202
|
monthlyContacts?: number | null
|
|
165959
166203
|
monthlyReports?: number | null
|
|
165960
166204
|
lastContactDistribution?: Date | string | null
|
|
@@ -165962,6 +166206,7 @@ export namespace Prisma {
|
|
|
165962
166206
|
affiliateBaseUrl?: string | null
|
|
165963
166207
|
affiliateCommission?: number | null
|
|
165964
166208
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
166209
|
+
idmId?: string | null
|
|
165965
166210
|
specialistId?: number | null
|
|
165966
166211
|
parentBrandId?: number | null
|
|
165967
166212
|
searchName?: string | null
|
|
@@ -166311,7 +166556,7 @@ export namespace Prisma {
|
|
|
166311
166556
|
export type BrandUpdateWithoutFilesInput = {
|
|
166312
166557
|
name?: StringFieldUpdateOperationsInput | string
|
|
166313
166558
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166314
|
-
website?:
|
|
166559
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166315
166560
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166316
166561
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166317
166562
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -166319,6 +166564,7 @@ export namespace Prisma {
|
|
|
166319
166564
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166320
166565
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
166321
166566
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
166567
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166322
166568
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166323
166569
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
166324
166570
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -166357,7 +166603,7 @@ export namespace Prisma {
|
|
|
166357
166603
|
id?: IntFieldUpdateOperationsInput | number
|
|
166358
166604
|
name?: StringFieldUpdateOperationsInput | string
|
|
166359
166605
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166360
|
-
website?:
|
|
166606
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166361
166607
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166362
166608
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166363
166609
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -166365,6 +166611,7 @@ export namespace Prisma {
|
|
|
166365
166611
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166366
166612
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
166367
166613
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
166614
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166368
166615
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166369
166616
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166370
166617
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -166722,7 +166969,7 @@ export namespace Prisma {
|
|
|
166722
166969
|
export type BrandCreateWithoutCreditRefundBatchesInput = {
|
|
166723
166970
|
name: string
|
|
166724
166971
|
description?: string | null
|
|
166725
|
-
website
|
|
166972
|
+
website?: string | null
|
|
166726
166973
|
monthlyContacts?: number | null
|
|
166727
166974
|
monthlyReports?: number | null
|
|
166728
166975
|
lastContactDistribution?: Date | string | null
|
|
@@ -166730,6 +166977,7 @@ export namespace Prisma {
|
|
|
166730
166977
|
affiliateBaseUrl?: string | null
|
|
166731
166978
|
affiliateCommission?: number | null
|
|
166732
166979
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
166980
|
+
idmId?: string | null
|
|
166733
166981
|
searchName?: string | null
|
|
166734
166982
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
166735
166983
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -166768,7 +167016,7 @@ export namespace Prisma {
|
|
|
166768
167016
|
id?: number
|
|
166769
167017
|
name: string
|
|
166770
167018
|
description?: string | null
|
|
166771
|
-
website
|
|
167019
|
+
website?: string | null
|
|
166772
167020
|
monthlyContacts?: number | null
|
|
166773
167021
|
monthlyReports?: number | null
|
|
166774
167022
|
lastContactDistribution?: Date | string | null
|
|
@@ -166776,6 +167024,7 @@ export namespace Prisma {
|
|
|
166776
167024
|
affiliateBaseUrl?: string | null
|
|
166777
167025
|
affiliateCommission?: number | null
|
|
166778
167026
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167027
|
+
idmId?: string | null
|
|
166779
167028
|
specialistId?: number | null
|
|
166780
167029
|
parentBrandId?: number | null
|
|
166781
167030
|
searchName?: string | null
|
|
@@ -166879,7 +167128,7 @@ export namespace Prisma {
|
|
|
166879
167128
|
export type BrandUpdateWithoutCreditRefundBatchesInput = {
|
|
166880
167129
|
name?: StringFieldUpdateOperationsInput | string
|
|
166881
167130
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166882
|
-
website?:
|
|
167131
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166883
167132
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166884
167133
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166885
167134
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -166887,6 +167136,7 @@ export namespace Prisma {
|
|
|
166887
167136
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166888
167137
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
166889
167138
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167139
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166890
167140
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166891
167141
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
166892
167142
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -166925,7 +167175,7 @@ export namespace Prisma {
|
|
|
166925
167175
|
id?: IntFieldUpdateOperationsInput | number
|
|
166926
167176
|
name?: StringFieldUpdateOperationsInput | string
|
|
166927
167177
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166928
|
-
website?:
|
|
167178
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166929
167179
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166930
167180
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166931
167181
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -166933,6 +167183,7 @@ export namespace Prisma {
|
|
|
166933
167183
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166934
167184
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
166935
167185
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167186
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
166936
167187
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166937
167188
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
166938
167189
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -166986,7 +167237,7 @@ export namespace Prisma {
|
|
|
166986
167237
|
export type BrandCreateWithoutEmailProvidersInput = {
|
|
166987
167238
|
name: string
|
|
166988
167239
|
description?: string | null
|
|
166989
|
-
website
|
|
167240
|
+
website?: string | null
|
|
166990
167241
|
monthlyContacts?: number | null
|
|
166991
167242
|
monthlyReports?: number | null
|
|
166992
167243
|
lastContactDistribution?: Date | string | null
|
|
@@ -166994,6 +167245,7 @@ export namespace Prisma {
|
|
|
166994
167245
|
affiliateBaseUrl?: string | null
|
|
166995
167246
|
affiliateCommission?: number | null
|
|
166996
167247
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167248
|
+
idmId?: string | null
|
|
166997
167249
|
searchName?: string | null
|
|
166998
167250
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
166999
167251
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -167032,7 +167284,7 @@ export namespace Prisma {
|
|
|
167032
167284
|
id?: number
|
|
167033
167285
|
name: string
|
|
167034
167286
|
description?: string | null
|
|
167035
|
-
website
|
|
167287
|
+
website?: string | null
|
|
167036
167288
|
monthlyContacts?: number | null
|
|
167037
167289
|
monthlyReports?: number | null
|
|
167038
167290
|
lastContactDistribution?: Date | string | null
|
|
@@ -167040,6 +167292,7 @@ export namespace Prisma {
|
|
|
167040
167292
|
affiliateBaseUrl?: string | null
|
|
167041
167293
|
affiliateCommission?: number | null
|
|
167042
167294
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167295
|
+
idmId?: string | null
|
|
167043
167296
|
specialistId?: number | null
|
|
167044
167297
|
parentBrandId?: number | null
|
|
167045
167298
|
searchName?: string | null
|
|
@@ -167325,7 +167578,7 @@ export namespace Prisma {
|
|
|
167325
167578
|
export type BrandUpdateWithoutEmailProvidersInput = {
|
|
167326
167579
|
name?: StringFieldUpdateOperationsInput | string
|
|
167327
167580
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167328
|
-
website?:
|
|
167581
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167329
167582
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167330
167583
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167331
167584
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -167333,6 +167586,7 @@ export namespace Prisma {
|
|
|
167333
167586
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167334
167587
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
167335
167588
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167589
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167336
167590
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167337
167591
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
167338
167592
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -167371,7 +167625,7 @@ export namespace Prisma {
|
|
|
167371
167625
|
id?: IntFieldUpdateOperationsInput | number
|
|
167372
167626
|
name?: StringFieldUpdateOperationsInput | string
|
|
167373
167627
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167374
|
-
website?:
|
|
167628
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167375
167629
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167376
167630
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167377
167631
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -167379,6 +167633,7 @@ export namespace Prisma {
|
|
|
167379
167633
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167380
167634
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
167381
167635
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167636
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167382
167637
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167383
167638
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167384
167639
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -167660,7 +167915,7 @@ export namespace Prisma {
|
|
|
167660
167915
|
export type BrandCreateWithoutEmailTrackingsInput = {
|
|
167661
167916
|
name: string
|
|
167662
167917
|
description?: string | null
|
|
167663
|
-
website
|
|
167918
|
+
website?: string | null
|
|
167664
167919
|
monthlyContacts?: number | null
|
|
167665
167920
|
monthlyReports?: number | null
|
|
167666
167921
|
lastContactDistribution?: Date | string | null
|
|
@@ -167668,6 +167923,7 @@ export namespace Prisma {
|
|
|
167668
167923
|
affiliateBaseUrl?: string | null
|
|
167669
167924
|
affiliateCommission?: number | null
|
|
167670
167925
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167926
|
+
idmId?: string | null
|
|
167671
167927
|
searchName?: string | null
|
|
167672
167928
|
dedicatedSpecialist?: UserCreateNestedOneWithoutAssignedBrandsInput
|
|
167673
167929
|
instagramProfile?: InstagramProfileCreateNestedOneWithoutBrandInput
|
|
@@ -167706,7 +167962,7 @@ export namespace Prisma {
|
|
|
167706
167962
|
id?: number
|
|
167707
167963
|
name: string
|
|
167708
167964
|
description?: string | null
|
|
167709
|
-
website
|
|
167965
|
+
website?: string | null
|
|
167710
167966
|
monthlyContacts?: number | null
|
|
167711
167967
|
monthlyReports?: number | null
|
|
167712
167968
|
lastContactDistribution?: Date | string | null
|
|
@@ -167714,6 +167970,7 @@ export namespace Prisma {
|
|
|
167714
167970
|
affiliateBaseUrl?: string | null
|
|
167715
167971
|
affiliateCommission?: number | null
|
|
167716
167972
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
167973
|
+
idmId?: string | null
|
|
167717
167974
|
specialistId?: number | null
|
|
167718
167975
|
parentBrandId?: number | null
|
|
167719
167976
|
searchName?: string | null
|
|
@@ -167803,7 +168060,7 @@ export namespace Prisma {
|
|
|
167803
168060
|
export type BrandUpdateWithoutEmailTrackingsInput = {
|
|
167804
168061
|
name?: StringFieldUpdateOperationsInput | string
|
|
167805
168062
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167806
|
-
website?:
|
|
168063
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167807
168064
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167808
168065
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167809
168066
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -167811,6 +168068,7 @@ export namespace Prisma {
|
|
|
167811
168068
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167812
168069
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
167813
168070
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
168071
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167814
168072
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167815
168073
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
167816
168074
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -167849,7 +168107,7 @@ export namespace Prisma {
|
|
|
167849
168107
|
id?: IntFieldUpdateOperationsInput | number
|
|
167850
168108
|
name?: StringFieldUpdateOperationsInput | string
|
|
167851
168109
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167852
|
-
website?:
|
|
168110
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167853
168111
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167854
168112
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167855
168113
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -167857,6 +168115,7 @@ export namespace Prisma {
|
|
|
167857
168115
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167858
168116
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
167859
168117
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
168118
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
167860
168119
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167861
168120
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
167862
168121
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -168073,7 +168332,7 @@ export namespace Prisma {
|
|
|
168073
168332
|
id?: number
|
|
168074
168333
|
name: string
|
|
168075
168334
|
description?: string | null
|
|
168076
|
-
website
|
|
168335
|
+
website?: string | null
|
|
168077
168336
|
monthlyContacts?: number | null
|
|
168078
168337
|
monthlyReports?: number | null
|
|
168079
168338
|
lastContactDistribution?: Date | string | null
|
|
@@ -168081,6 +168340,7 @@ export namespace Prisma {
|
|
|
168081
168340
|
affiliateBaseUrl?: string | null
|
|
168082
168341
|
affiliateCommission?: number | null
|
|
168083
168342
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
168343
|
+
idmId?: string | null
|
|
168084
168344
|
parentBrandId?: number | null
|
|
168085
168345
|
searchName?: string | null
|
|
168086
168346
|
}
|
|
@@ -168348,6 +168608,9 @@ export namespace Prisma {
|
|
|
168348
168608
|
imapUser?: string | null
|
|
168349
168609
|
imapPassword?: string | null
|
|
168350
168610
|
enableSSL?: boolean
|
|
168611
|
+
isdkimStatus?: boolean | null
|
|
168612
|
+
isdmarcStatus?: boolean | null
|
|
168613
|
+
isspfStatus?: boolean | null
|
|
168351
168614
|
brandId: number
|
|
168352
168615
|
editedByUserId?: number | null
|
|
168353
168616
|
createdAt?: Date | string
|
|
@@ -168376,6 +168639,9 @@ export namespace Prisma {
|
|
|
168376
168639
|
imapUser?: string | null
|
|
168377
168640
|
imapPassword?: string | null
|
|
168378
168641
|
enableSSL?: boolean
|
|
168642
|
+
isdkimStatus?: boolean | null
|
|
168643
|
+
isdmarcStatus?: boolean | null
|
|
168644
|
+
isspfStatus?: boolean | null
|
|
168379
168645
|
brandId: number
|
|
168380
168646
|
createdByUserId: number
|
|
168381
168647
|
createdAt?: Date | string
|
|
@@ -168645,7 +168911,7 @@ export namespace Prisma {
|
|
|
168645
168911
|
export type BrandUpdateWithoutDedicatedSpecialistInput = {
|
|
168646
168912
|
name?: StringFieldUpdateOperationsInput | string
|
|
168647
168913
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168648
|
-
website?:
|
|
168914
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168649
168915
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168650
168916
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168651
168917
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -168653,6 +168919,7 @@ export namespace Prisma {
|
|
|
168653
168919
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168654
168920
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
168655
168921
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
168922
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168656
168923
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168657
168924
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
168658
168925
|
youtubeProfile?: YoutubeProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -168691,7 +168958,7 @@ export namespace Prisma {
|
|
|
168691
168958
|
id?: IntFieldUpdateOperationsInput | number
|
|
168692
168959
|
name?: StringFieldUpdateOperationsInput | string
|
|
168693
168960
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168694
|
-
website?:
|
|
168961
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168695
168962
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168696
168963
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168697
168964
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -168699,6 +168966,7 @@ export namespace Prisma {
|
|
|
168699
168966
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168700
168967
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
168701
168968
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
168969
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168702
168970
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168703
168971
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168704
168972
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -168737,7 +169005,7 @@ export namespace Prisma {
|
|
|
168737
169005
|
id?: IntFieldUpdateOperationsInput | number
|
|
168738
169006
|
name?: StringFieldUpdateOperationsInput | string
|
|
168739
169007
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168740
|
-
website?:
|
|
169008
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168741
169009
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168742
169010
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168743
169011
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -168745,6 +169013,7 @@ export namespace Prisma {
|
|
|
168745
169013
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168746
169014
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
168747
169015
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
169016
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168748
169017
|
parentBrandId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
168749
169018
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
168750
169019
|
}
|
|
@@ -169508,6 +169777,9 @@ export namespace Prisma {
|
|
|
169508
169777
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169509
169778
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169510
169779
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
169780
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169781
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169782
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169511
169783
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
169512
169784
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
169513
169785
|
brand?: BrandUpdateOneRequiredWithoutEmailProvidersNestedInput
|
|
@@ -169536,6 +169808,9 @@ export namespace Prisma {
|
|
|
169536
169808
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169537
169809
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169538
169810
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
169811
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169812
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169813
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169539
169814
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
169540
169815
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
169541
169816
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -169564,6 +169839,9 @@ export namespace Prisma {
|
|
|
169564
169839
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169565
169840
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169566
169841
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
169842
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169843
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169844
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169567
169845
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
169568
169846
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
169569
169847
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -169592,6 +169870,9 @@ export namespace Prisma {
|
|
|
169592
169870
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169593
169871
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169594
169872
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
169873
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169874
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169875
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169595
169876
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
169596
169877
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
169597
169878
|
brand?: BrandUpdateOneRequiredWithoutEmailProvidersNestedInput
|
|
@@ -169620,6 +169901,9 @@ export namespace Prisma {
|
|
|
169620
169901
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169621
169902
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169622
169903
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
169904
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169905
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169906
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169623
169907
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
169624
169908
|
createdByUserId?: IntFieldUpdateOperationsInput | number
|
|
169625
169909
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -169648,6 +169932,9 @@ export namespace Prisma {
|
|
|
169648
169932
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169649
169933
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
169650
169934
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
169935
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169936
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169937
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
169651
169938
|
brandId?: IntFieldUpdateOperationsInput | number
|
|
169652
169939
|
createdByUserId?: IntFieldUpdateOperationsInput | number
|
|
169653
169940
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -169968,6 +170255,9 @@ export namespace Prisma {
|
|
|
169968
170255
|
imapUser?: string | null
|
|
169969
170256
|
imapPassword?: string | null
|
|
169970
170257
|
enableSSL?: boolean
|
|
170258
|
+
isdkimStatus?: boolean | null
|
|
170259
|
+
isdmarcStatus?: boolean | null
|
|
170260
|
+
isspfStatus?: boolean | null
|
|
169971
170261
|
createdByUserId: number
|
|
169972
170262
|
editedByUserId?: number | null
|
|
169973
170263
|
createdAt?: Date | string
|
|
@@ -169993,7 +170283,7 @@ export namespace Prisma {
|
|
|
169993
170283
|
id?: number
|
|
169994
170284
|
name: string
|
|
169995
170285
|
description?: string | null
|
|
169996
|
-
website
|
|
170286
|
+
website?: string | null
|
|
169997
170287
|
monthlyContacts?: number | null
|
|
169998
170288
|
monthlyReports?: number | null
|
|
169999
170289
|
lastContactDistribution?: Date | string | null
|
|
@@ -170001,6 +170291,7 @@ export namespace Prisma {
|
|
|
170001
170291
|
affiliateBaseUrl?: string | null
|
|
170002
170292
|
affiliateCommission?: number | null
|
|
170003
170293
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
170294
|
+
idmId?: string | null
|
|
170004
170295
|
specialistId?: number | null
|
|
170005
170296
|
searchName?: string | null
|
|
170006
170297
|
}
|
|
@@ -170911,6 +171202,9 @@ export namespace Prisma {
|
|
|
170911
171202
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170912
171203
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170913
171204
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
171205
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
171206
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
171207
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
170914
171208
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
170915
171209
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
170916
171210
|
createdByUser?: UserUpdateOneRequiredWithoutCreatedEmailProvidersNestedInput
|
|
@@ -170939,6 +171233,9 @@ export namespace Prisma {
|
|
|
170939
171233
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170940
171234
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170941
171235
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
171236
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
171237
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
171238
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
170942
171239
|
createdByUserId?: IntFieldUpdateOperationsInput | number
|
|
170943
171240
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
170944
171241
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -170967,6 +171264,9 @@ export namespace Prisma {
|
|
|
170967
171264
|
imapUser?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170968
171265
|
imapPassword?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170969
171266
|
enableSSL?: BoolFieldUpdateOperationsInput | boolean
|
|
171267
|
+
isdkimStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
171268
|
+
isdmarcStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
171269
|
+
isspfStatus?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
170970
171270
|
createdByUserId?: IntFieldUpdateOperationsInput | number
|
|
170971
171271
|
editedByUserId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
170972
171272
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -171021,7 +171321,7 @@ export namespace Prisma {
|
|
|
171021
171321
|
export type BrandUpdateWithoutParentBrandInput = {
|
|
171022
171322
|
name?: StringFieldUpdateOperationsInput | string
|
|
171023
171323
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171024
|
-
website?:
|
|
171324
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171025
171325
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171026
171326
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171027
171327
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -171029,6 +171329,7 @@ export namespace Prisma {
|
|
|
171029
171329
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171030
171330
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
171031
171331
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
171332
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171032
171333
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171033
171334
|
dedicatedSpecialist?: UserUpdateOneWithoutAssignedBrandsNestedInput
|
|
171034
171335
|
instagramProfile?: InstagramProfileUpdateOneWithoutBrandNestedInput
|
|
@@ -171067,7 +171368,7 @@ export namespace Prisma {
|
|
|
171067
171368
|
id?: IntFieldUpdateOperationsInput | number
|
|
171068
171369
|
name?: StringFieldUpdateOperationsInput | string
|
|
171069
171370
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171070
|
-
website?:
|
|
171371
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171071
171372
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171072
171373
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171073
171374
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -171075,6 +171376,7 @@ export namespace Prisma {
|
|
|
171075
171376
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171076
171377
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
171077
171378
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
171379
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171078
171380
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171079
171381
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171080
171382
|
instagramProfile?: InstagramProfileUncheckedUpdateOneWithoutBrandNestedInput
|
|
@@ -171113,7 +171415,7 @@ export namespace Prisma {
|
|
|
171113
171415
|
id?: IntFieldUpdateOperationsInput | number
|
|
171114
171416
|
name?: StringFieldUpdateOperationsInput | string
|
|
171115
171417
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171116
|
-
website?:
|
|
171418
|
+
website?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171117
171419
|
monthlyContacts?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171118
171420
|
monthlyReports?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171119
171421
|
lastContactDistribution?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -171121,6 +171423,7 @@ export namespace Prisma {
|
|
|
171121
171423
|
affiliateBaseUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171122
171424
|
affiliateCommission?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
171123
171425
|
extraData?: JsonNullValueInput | InputJsonValue
|
|
171426
|
+
idmId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171124
171427
|
specialistId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
171125
171428
|
searchName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
171126
171429
|
}
|