@creator.co/creatorco-prisma-client 1.0.39 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -49371,7 +49371,6 @@ export namespace Prisma {
49371
49371
  title: string | null
49372
49372
  description: string | null
49373
49373
  url: string | null
49374
- urlPath: string | null
49375
49374
  format: string | null
49376
49375
  type: string | null
49377
49376
  platform: string | null
@@ -49406,7 +49405,6 @@ export namespace Prisma {
49406
49405
  title: string | null
49407
49406
  description: string | null
49408
49407
  url: string | null
49409
- urlPath: string | null
49410
49408
  format: string | null
49411
49409
  type: string | null
49412
49410
  platform: string | null
@@ -49436,14 +49434,12 @@ export namespace Prisma {
49436
49434
  externalId: number
49437
49435
  phylloId: number
49438
49436
  metaData: number
49439
- data: number
49440
49437
  lastFetched: number
49441
49438
  lastWebhook: number
49442
49439
  posted: number
49443
49440
  title: number
49444
49441
  description: number
49445
49442
  url: number
49446
- urlPath: number
49447
49443
  format: number
49448
49444
  type: number
49449
49445
  platform: number
@@ -49518,7 +49514,6 @@ export namespace Prisma {
49518
49514
  title?: true
49519
49515
  description?: true
49520
49516
  url?: true
49521
- urlPath?: true
49522
49517
  format?: true
49523
49518
  type?: true
49524
49519
  platform?: true
@@ -49553,7 +49548,6 @@ export namespace Prisma {
49553
49548
  title?: true
49554
49549
  description?: true
49555
49550
  url?: true
49556
- urlPath?: true
49557
49551
  format?: true
49558
49552
  type?: true
49559
49553
  platform?: true
@@ -49583,14 +49577,12 @@ export namespace Prisma {
49583
49577
  externalId?: true
49584
49578
  phylloId?: true
49585
49579
  metaData?: true
49586
- data?: true
49587
49580
  lastFetched?: true
49588
49581
  lastWebhook?: true
49589
49582
  posted?: true
49590
49583
  title?: true
49591
49584
  description?: true
49592
49585
  url?: true
49593
- urlPath?: true
49594
49586
  format?: true
49595
49587
  type?: true
49596
49588
  platform?: true
@@ -49704,17 +49696,15 @@ export namespace Prisma {
49704
49696
 
49705
49697
  export type SocialPostGroupByOutputType = {
49706
49698
  id: number
49707
- externalId: string | null
49699
+ externalId: string
49708
49700
  phylloId: string | null
49709
49701
  metaData: JsonValue
49710
- data: JsonValue
49711
49702
  lastFetched: Date | null
49712
49703
  lastWebhook: Date | null
49713
49704
  posted: Date | null
49714
49705
  title: string | null
49715
49706
  description: string | null
49716
49707
  url: string | null
49717
- urlPath: string | null
49718
49708
  format: string | null
49719
49709
  type: string | null
49720
49710
  platform: string | null
@@ -49763,14 +49753,12 @@ export namespace Prisma {
49763
49753
  externalId?: boolean
49764
49754
  phylloId?: boolean
49765
49755
  metaData?: boolean
49766
- data?: boolean
49767
49756
  lastFetched?: boolean
49768
49757
  lastWebhook?: boolean
49769
49758
  posted?: boolean
49770
49759
  title?: boolean
49771
49760
  description?: boolean
49772
49761
  url?: boolean
49773
- urlPath?: boolean
49774
49762
  format?: boolean
49775
49763
  type?: boolean
49776
49764
  platform?: boolean
@@ -49804,14 +49792,12 @@ export namespace Prisma {
49804
49792
  externalId?: boolean
49805
49793
  phylloId?: boolean
49806
49794
  metaData?: boolean
49807
- data?: boolean
49808
49795
  lastFetched?: boolean
49809
49796
  lastWebhook?: boolean
49810
49797
  posted?: boolean
49811
49798
  title?: boolean
49812
49799
  description?: boolean
49813
49800
  url?: boolean
49814
- urlPath?: boolean
49815
49801
  format?: boolean
49816
49802
  type?: boolean
49817
49803
  platform?: boolean
@@ -49854,17 +49840,15 @@ export namespace Prisma {
49854
49840
  }
49855
49841
  scalars: $Extensions.GetPayloadResult<{
49856
49842
  id: number
49857
- externalId: string | null
49843
+ externalId: string
49858
49844
  phylloId: string | null
49859
49845
  metaData: Prisma.JsonValue
49860
- data: Prisma.JsonValue
49861
49846
  lastFetched: Date | null
49862
49847
  lastWebhook: Date | null
49863
49848
  posted: Date | null
49864
49849
  title: string | null
49865
49850
  description: string | null
49866
49851
  url: string | null
49867
- urlPath: string | null
49868
49852
  format: string | null
49869
49853
  type: string | null
49870
49854
  platform: string | null
@@ -50316,14 +50300,12 @@ export namespace Prisma {
50316
50300
  readonly externalId: FieldRef<"SocialPost", 'String'>
50317
50301
  readonly phylloId: FieldRef<"SocialPost", 'String'>
50318
50302
  readonly metaData: FieldRef<"SocialPost", 'Json'>
50319
- readonly data: FieldRef<"SocialPost", 'Json'>
50320
50303
  readonly lastFetched: FieldRef<"SocialPost", 'DateTime'>
50321
50304
  readonly lastWebhook: FieldRef<"SocialPost", 'DateTime'>
50322
50305
  readonly posted: FieldRef<"SocialPost", 'DateTime'>
50323
50306
  readonly title: FieldRef<"SocialPost", 'String'>
50324
50307
  readonly description: FieldRef<"SocialPost", 'String'>
50325
50308
  readonly url: FieldRef<"SocialPost", 'String'>
50326
- readonly urlPath: FieldRef<"SocialPost", 'String'>
50327
50309
  readonly format: FieldRef<"SocialPost", 'String'>
50328
50310
  readonly type: FieldRef<"SocialPost", 'String'>
50329
50311
  readonly platform: FieldRef<"SocialPost", 'String'>
@@ -50540,7 +50522,7 @@ export namespace Prisma {
50540
50522
  /**
50541
50523
  * The data needed to create a SocialPost.
50542
50524
  */
50543
- data?: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
50525
+ data: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
50544
50526
  }
50545
50527
 
50546
50528
  /**
@@ -84856,14 +84838,12 @@ export namespace Prisma {
84856
84838
  externalId: 'externalId',
84857
84839
  phylloId: 'phylloId',
84858
84840
  metaData: 'metaData',
84859
- data: 'data',
84860
84841
  lastFetched: 'lastFetched',
84861
84842
  lastWebhook: 'lastWebhook',
84862
84843
  posted: 'posted',
84863
84844
  title: 'title',
84864
84845
  description: 'description',
84865
84846
  url: 'url',
84866
- urlPath: 'urlPath',
84867
84847
  format: 'format',
84868
84848
  type: 'type',
84869
84849
  platform: 'platform',
@@ -85641,7 +85621,6 @@ export namespace Prisma {
85641
85621
  title: 'title',
85642
85622
  description: 'description',
85643
85623
  url: 'url',
85644
- urlPath: 'urlPath',
85645
85624
  format: 'format',
85646
85625
  type: 'type',
85647
85626
  platform: 'platform',
@@ -89276,17 +89255,15 @@ export namespace Prisma {
89276
89255
  OR?: SocialPostWhereInput[]
89277
89256
  NOT?: SocialPostWhereInput | SocialPostWhereInput[]
89278
89257
  id?: IntFilter<"SocialPost"> | number
89279
- externalId?: StringNullableFilter<"SocialPost"> | string | null
89258
+ externalId?: StringFilter<"SocialPost"> | string
89280
89259
  phylloId?: StringNullableFilter<"SocialPost"> | string | null
89281
89260
  metaData?: JsonFilter<"SocialPost">
89282
- data?: JsonFilter<"SocialPost">
89283
89261
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89284
89262
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89285
89263
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89286
89264
  title?: StringNullableFilter<"SocialPost"> | string | null
89287
89265
  description?: StringNullableFilter<"SocialPost"> | string | null
89288
89266
  url?: StringNullableFilter<"SocialPost"> | string | null
89289
- urlPath?: StringNullableFilter<"SocialPost"> | string | null
89290
89267
  format?: StringNullableFilter<"SocialPost"> | string | null
89291
89268
  type?: StringNullableFilter<"SocialPost"> | string | null
89292
89269
  platform?: StringNullableFilter<"SocialPost"> | string | null
@@ -89316,17 +89293,15 @@ export namespace Prisma {
89316
89293
 
89317
89294
  export type SocialPostOrderByWithRelationAndSearchRelevanceInput = {
89318
89295
  id?: SortOrder
89319
- externalId?: SortOrderInput | SortOrder
89296
+ externalId?: SortOrder
89320
89297
  phylloId?: SortOrderInput | SortOrder
89321
89298
  metaData?: SortOrder
89322
- data?: SortOrder
89323
89299
  lastFetched?: SortOrderInput | SortOrder
89324
89300
  lastWebhook?: SortOrderInput | SortOrder
89325
89301
  posted?: SortOrderInput | SortOrder
89326
89302
  title?: SortOrderInput | SortOrder
89327
89303
  description?: SortOrderInput | SortOrder
89328
89304
  url?: SortOrderInput | SortOrder
89329
- urlPath?: SortOrderInput | SortOrder
89330
89305
  format?: SortOrderInput | SortOrder
89331
89306
  type?: SortOrderInput | SortOrder
89332
89307
  platform?: SortOrderInput | SortOrder
@@ -89358,14 +89333,12 @@ export namespace Prisma {
89358
89333
  export type SocialPostWhereUniqueInput = Prisma.AtLeast<{
89359
89334
  id?: number
89360
89335
  phylloId?: string
89361
- urlPath?: string
89362
89336
  platform_externalId?: SocialPostPlatformExternalIdCompoundUniqueInput
89363
89337
  AND?: SocialPostWhereInput | SocialPostWhereInput[]
89364
89338
  OR?: SocialPostWhereInput[]
89365
89339
  NOT?: SocialPostWhereInput | SocialPostWhereInput[]
89366
- externalId?: StringNullableFilter<"SocialPost"> | string | null
89340
+ externalId?: StringFilter<"SocialPost"> | string
89367
89341
  metaData?: JsonFilter<"SocialPost">
89368
- data?: JsonFilter<"SocialPost">
89369
89342
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89370
89343
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89371
89344
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
@@ -89397,21 +89370,19 @@ export namespace Prisma {
89397
89370
  user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
89398
89371
  campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
89399
89372
  lists?: ListToSocialPostListRelationFilter
89400
- }, "id" | "phylloId" | "urlPath" | "platform_externalId">
89373
+ }, "id" | "phylloId" | "platform_externalId">
89401
89374
 
89402
89375
  export type SocialPostOrderByWithAggregationInput = {
89403
89376
  id?: SortOrder
89404
- externalId?: SortOrderInput | SortOrder
89377
+ externalId?: SortOrder
89405
89378
  phylloId?: SortOrderInput | SortOrder
89406
89379
  metaData?: SortOrder
89407
- data?: SortOrder
89408
89380
  lastFetched?: SortOrderInput | SortOrder
89409
89381
  lastWebhook?: SortOrderInput | SortOrder
89410
89382
  posted?: SortOrderInput | SortOrder
89411
89383
  title?: SortOrderInput | SortOrder
89412
89384
  description?: SortOrderInput | SortOrder
89413
89385
  url?: SortOrderInput | SortOrder
89414
- urlPath?: SortOrderInput | SortOrder
89415
89386
  format?: SortOrderInput | SortOrder
89416
89387
  type?: SortOrderInput | SortOrder
89417
89388
  platform?: SortOrderInput | SortOrder
@@ -89446,17 +89417,15 @@ export namespace Prisma {
89446
89417
  OR?: SocialPostScalarWhereWithAggregatesInput[]
89447
89418
  NOT?: SocialPostScalarWhereWithAggregatesInput | SocialPostScalarWhereWithAggregatesInput[]
89448
89419
  id?: IntWithAggregatesFilter<"SocialPost"> | number
89449
- externalId?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89420
+ externalId?: StringWithAggregatesFilter<"SocialPost"> | string
89450
89421
  phylloId?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89451
89422
  metaData?: JsonWithAggregatesFilter<"SocialPost">
89452
- data?: JsonWithAggregatesFilter<"SocialPost">
89453
89423
  lastFetched?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
89454
89424
  lastWebhook?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
89455
89425
  posted?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
89456
89426
  title?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89457
89427
  description?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89458
89428
  url?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89459
- urlPath?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89460
89429
  format?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89461
89430
  type?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89462
89431
  platform?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
@@ -95299,17 +95268,15 @@ export namespace Prisma {
95299
95268
  }
95300
95269
 
95301
95270
  export type SocialPostCreateInput = {
95302
- externalId?: string | null
95271
+ externalId: string
95303
95272
  phylloId?: string | null
95304
95273
  metaData?: JsonNullValueInput | InputJsonValue
95305
- data?: JsonNullValueInput | InputJsonValue
95306
95274
  lastFetched?: Date | string | null
95307
95275
  lastWebhook?: Date | string | null
95308
95276
  posted?: Date | string | null
95309
95277
  title?: string | null
95310
95278
  description?: string | null
95311
95279
  url?: string | null
95312
- urlPath?: string | null
95313
95280
  format?: string | null
95314
95281
  type?: string | null
95315
95282
  platform?: string | null
@@ -95337,17 +95304,15 @@ export namespace Prisma {
95337
95304
 
95338
95305
  export type SocialPostUncheckedCreateInput = {
95339
95306
  id?: number
95340
- externalId?: string | null
95307
+ externalId: string
95341
95308
  phylloId?: string | null
95342
95309
  metaData?: JsonNullValueInput | InputJsonValue
95343
- data?: JsonNullValueInput | InputJsonValue
95344
95310
  lastFetched?: Date | string | null
95345
95311
  lastWebhook?: Date | string | null
95346
95312
  posted?: Date | string | null
95347
95313
  title?: string | null
95348
95314
  description?: string | null
95349
95315
  url?: string | null
95350
- urlPath?: string | null
95351
95316
  format?: string | null
95352
95317
  type?: string | null
95353
95318
  platform?: string | null
@@ -95374,17 +95339,15 @@ export namespace Prisma {
95374
95339
  }
95375
95340
 
95376
95341
  export type SocialPostUpdateInput = {
95377
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95342
+ externalId?: StringFieldUpdateOperationsInput | string
95378
95343
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95379
95344
  metaData?: JsonNullValueInput | InputJsonValue
95380
- data?: JsonNullValueInput | InputJsonValue
95381
95345
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95382
95346
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95383
95347
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95384
95348
  title?: NullableStringFieldUpdateOperationsInput | string | null
95385
95349
  description?: NullableStringFieldUpdateOperationsInput | string | null
95386
95350
  url?: NullableStringFieldUpdateOperationsInput | string | null
95387
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95388
95351
  format?: NullableStringFieldUpdateOperationsInput | string | null
95389
95352
  type?: NullableStringFieldUpdateOperationsInput | string | null
95390
95353
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -95412,17 +95375,15 @@ export namespace Prisma {
95412
95375
 
95413
95376
  export type SocialPostUncheckedUpdateInput = {
95414
95377
  id?: IntFieldUpdateOperationsInput | number
95415
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95378
+ externalId?: StringFieldUpdateOperationsInput | string
95416
95379
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95417
95380
  metaData?: JsonNullValueInput | InputJsonValue
95418
- data?: JsonNullValueInput | InputJsonValue
95419
95381
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95420
95382
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95421
95383
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95422
95384
  title?: NullableStringFieldUpdateOperationsInput | string | null
95423
95385
  description?: NullableStringFieldUpdateOperationsInput | string | null
95424
95386
  url?: NullableStringFieldUpdateOperationsInput | string | null
95425
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95426
95387
  format?: NullableStringFieldUpdateOperationsInput | string | null
95427
95388
  type?: NullableStringFieldUpdateOperationsInput | string | null
95428
95389
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -95450,17 +95411,15 @@ export namespace Prisma {
95450
95411
 
95451
95412
  export type SocialPostCreateManyInput = {
95452
95413
  id?: number
95453
- externalId?: string | null
95414
+ externalId: string
95454
95415
  phylloId?: string | null
95455
95416
  metaData?: JsonNullValueInput | InputJsonValue
95456
- data?: JsonNullValueInput | InputJsonValue
95457
95417
  lastFetched?: Date | string | null
95458
95418
  lastWebhook?: Date | string | null
95459
95419
  posted?: Date | string | null
95460
95420
  title?: string | null
95461
95421
  description?: string | null
95462
95422
  url?: string | null
95463
- urlPath?: string | null
95464
95423
  format?: string | null
95465
95424
  type?: string | null
95466
95425
  platform?: string | null
@@ -95486,17 +95445,15 @@ export namespace Prisma {
95486
95445
  }
95487
95446
 
95488
95447
  export type SocialPostUpdateManyMutationInput = {
95489
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95448
+ externalId?: StringFieldUpdateOperationsInput | string
95490
95449
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95491
95450
  metaData?: JsonNullValueInput | InputJsonValue
95492
- data?: JsonNullValueInput | InputJsonValue
95493
95451
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95494
95452
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95495
95453
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95496
95454
  title?: NullableStringFieldUpdateOperationsInput | string | null
95497
95455
  description?: NullableStringFieldUpdateOperationsInput | string | null
95498
95456
  url?: NullableStringFieldUpdateOperationsInput | string | null
95499
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95500
95457
  format?: NullableStringFieldUpdateOperationsInput | string | null
95501
95458
  type?: NullableStringFieldUpdateOperationsInput | string | null
95502
95459
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -95521,17 +95478,15 @@ export namespace Prisma {
95521
95478
 
95522
95479
  export type SocialPostUncheckedUpdateManyInput = {
95523
95480
  id?: IntFieldUpdateOperationsInput | number
95524
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95481
+ externalId?: StringFieldUpdateOperationsInput | string
95525
95482
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95526
95483
  metaData?: JsonNullValueInput | InputJsonValue
95527
- data?: JsonNullValueInput | InputJsonValue
95528
95484
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95529
95485
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95530
95486
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95531
95487
  title?: NullableStringFieldUpdateOperationsInput | string | null
95532
95488
  description?: NullableStringFieldUpdateOperationsInput | string | null
95533
95489
  url?: NullableStringFieldUpdateOperationsInput | string | null
95534
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95535
95490
  format?: NullableStringFieldUpdateOperationsInput | string | null
95536
95491
  type?: NullableStringFieldUpdateOperationsInput | string | null
95537
95492
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -100946,14 +100901,12 @@ export namespace Prisma {
100946
100901
  externalId?: SortOrder
100947
100902
  phylloId?: SortOrder
100948
100903
  metaData?: SortOrder
100949
- data?: SortOrder
100950
100904
  lastFetched?: SortOrder
100951
100905
  lastWebhook?: SortOrder
100952
100906
  posted?: SortOrder
100953
100907
  title?: SortOrder
100954
100908
  description?: SortOrder
100955
100909
  url?: SortOrder
100956
- urlPath?: SortOrder
100957
100910
  format?: SortOrder
100958
100911
  type?: SortOrder
100959
100912
  platform?: SortOrder
@@ -101007,7 +100960,6 @@ export namespace Prisma {
101007
100960
  title?: SortOrder
101008
100961
  description?: SortOrder
101009
100962
  url?: SortOrder
101010
- urlPath?: SortOrder
101011
100963
  format?: SortOrder
101012
100964
  type?: SortOrder
101013
100965
  platform?: SortOrder
@@ -101042,7 +100994,6 @@ export namespace Prisma {
101042
100994
  title?: SortOrder
101043
100995
  description?: SortOrder
101044
100996
  url?: SortOrder
101045
- urlPath?: SortOrder
101046
100997
  format?: SortOrder
101047
100998
  type?: SortOrder
101048
100999
  platform?: SortOrder
@@ -109935,17 +109886,15 @@ export namespace Prisma {
109935
109886
  }
109936
109887
 
109937
109888
  export type SocialPostCreateWithoutUserInput = {
109938
- externalId?: string | null
109889
+ externalId: string
109939
109890
  phylloId?: string | null
109940
109891
  metaData?: JsonNullValueInput | InputJsonValue
109941
- data?: JsonNullValueInput | InputJsonValue
109942
109892
  lastFetched?: Date | string | null
109943
109893
  lastWebhook?: Date | string | null
109944
109894
  posted?: Date | string | null
109945
109895
  title?: string | null
109946
109896
  description?: string | null
109947
109897
  url?: string | null
109948
- urlPath?: string | null
109949
109898
  format?: string | null
109950
109899
  type?: string | null
109951
109900
  platform?: string | null
@@ -109972,17 +109921,15 @@ export namespace Prisma {
109972
109921
 
109973
109922
  export type SocialPostUncheckedCreateWithoutUserInput = {
109974
109923
  id?: number
109975
- externalId?: string | null
109924
+ externalId: string
109976
109925
  phylloId?: string | null
109977
109926
  metaData?: JsonNullValueInput | InputJsonValue
109978
- data?: JsonNullValueInput | InputJsonValue
109979
109927
  lastFetched?: Date | string | null
109980
109928
  lastWebhook?: Date | string | null
109981
109929
  posted?: Date | string | null
109982
109930
  title?: string | null
109983
109931
  description?: string | null
109984
109932
  url?: string | null
109985
- urlPath?: string | null
109986
109933
  format?: string | null
109987
109934
  type?: string | null
109988
109935
  platform?: string | null
@@ -110885,17 +110832,15 @@ export namespace Prisma {
110885
110832
  OR?: SocialPostScalarWhereInput[]
110886
110833
  NOT?: SocialPostScalarWhereInput | SocialPostScalarWhereInput[]
110887
110834
  id?: IntFilter<"SocialPost"> | number
110888
- externalId?: StringNullableFilter<"SocialPost"> | string | null
110835
+ externalId?: StringFilter<"SocialPost"> | string
110889
110836
  phylloId?: StringNullableFilter<"SocialPost"> | string | null
110890
110837
  metaData?: JsonFilter<"SocialPost">
110891
- data?: JsonFilter<"SocialPost">
110892
110838
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
110893
110839
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
110894
110840
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
110895
110841
  title?: StringNullableFilter<"SocialPost"> | string | null
110896
110842
  description?: StringNullableFilter<"SocialPost"> | string | null
110897
110843
  url?: StringNullableFilter<"SocialPost"> | string | null
110898
- urlPath?: StringNullableFilter<"SocialPost"> | string | null
110899
110844
  format?: StringNullableFilter<"SocialPost"> | string | null
110900
110845
  type?: StringNullableFilter<"SocialPost"> | string | null
110901
110846
  platform?: StringNullableFilter<"SocialPost"> | string | null
@@ -117231,17 +117176,15 @@ export namespace Prisma {
117231
117176
  }
117232
117177
 
117233
117178
  export type SocialPostCreateWithoutCampaignInput = {
117234
- externalId?: string | null
117179
+ externalId: string
117235
117180
  phylloId?: string | null
117236
117181
  metaData?: JsonNullValueInput | InputJsonValue
117237
- data?: JsonNullValueInput | InputJsonValue
117238
117182
  lastFetched?: Date | string | null
117239
117183
  lastWebhook?: Date | string | null
117240
117184
  posted?: Date | string | null
117241
117185
  title?: string | null
117242
117186
  description?: string | null
117243
117187
  url?: string | null
117244
- urlPath?: string | null
117245
117188
  format?: string | null
117246
117189
  type?: string | null
117247
117190
  platform?: string | null
@@ -117268,17 +117211,15 @@ export namespace Prisma {
117268
117211
 
117269
117212
  export type SocialPostUncheckedCreateWithoutCampaignInput = {
117270
117213
  id?: number
117271
- externalId?: string | null
117214
+ externalId: string
117272
117215
  phylloId?: string | null
117273
117216
  metaData?: JsonNullValueInput | InputJsonValue
117274
- data?: JsonNullValueInput | InputJsonValue
117275
117217
  lastFetched?: Date | string | null
117276
117218
  lastWebhook?: Date | string | null
117277
117219
  posted?: Date | string | null
117278
117220
  title?: string | null
117279
117221
  description?: string | null
117280
117222
  url?: string | null
117281
- urlPath?: string | null
117282
117223
  format?: string | null
117283
117224
  type?: string | null
117284
117225
  platform?: string | null
@@ -127875,17 +127816,15 @@ export namespace Prisma {
127875
127816
  }
127876
127817
 
127877
127818
  export type SocialPostCreateWithoutListsInput = {
127878
- externalId?: string | null
127819
+ externalId: string
127879
127820
  phylloId?: string | null
127880
127821
  metaData?: JsonNullValueInput | InputJsonValue
127881
- data?: JsonNullValueInput | InputJsonValue
127882
127822
  lastFetched?: Date | string | null
127883
127823
  lastWebhook?: Date | string | null
127884
127824
  posted?: Date | string | null
127885
127825
  title?: string | null
127886
127826
  description?: string | null
127887
127827
  url?: string | null
127888
- urlPath?: string | null
127889
127828
  format?: string | null
127890
127829
  type?: string | null
127891
127830
  platform?: string | null
@@ -127912,17 +127851,15 @@ export namespace Prisma {
127912
127851
 
127913
127852
  export type SocialPostUncheckedCreateWithoutListsInput = {
127914
127853
  id?: number
127915
- externalId?: string | null
127854
+ externalId: string
127916
127855
  phylloId?: string | null
127917
127856
  metaData?: JsonNullValueInput | InputJsonValue
127918
- data?: JsonNullValueInput | InputJsonValue
127919
127857
  lastFetched?: Date | string | null
127920
127858
  lastWebhook?: Date | string | null
127921
127859
  posted?: Date | string | null
127922
127860
  title?: string | null
127923
127861
  description?: string | null
127924
127862
  url?: string | null
127925
- urlPath?: string | null
127926
127863
  format?: string | null
127927
127864
  type?: string | null
127928
127865
  platform?: string | null
@@ -127998,17 +127935,15 @@ export namespace Prisma {
127998
127935
  }
127999
127936
 
128000
127937
  export type SocialPostUpdateWithoutListsInput = {
128001
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
127938
+ externalId?: StringFieldUpdateOperationsInput | string
128002
127939
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
128003
127940
  metaData?: JsonNullValueInput | InputJsonValue
128004
- data?: JsonNullValueInput | InputJsonValue
128005
127941
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128006
127942
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128007
127943
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128008
127944
  title?: NullableStringFieldUpdateOperationsInput | string | null
128009
127945
  description?: NullableStringFieldUpdateOperationsInput | string | null
128010
127946
  url?: NullableStringFieldUpdateOperationsInput | string | null
128011
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
128012
127947
  format?: NullableStringFieldUpdateOperationsInput | string | null
128013
127948
  type?: NullableStringFieldUpdateOperationsInput | string | null
128014
127949
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -128035,17 +127970,15 @@ export namespace Prisma {
128035
127970
 
128036
127971
  export type SocialPostUncheckedUpdateWithoutListsInput = {
128037
127972
  id?: IntFieldUpdateOperationsInput | number
128038
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
127973
+ externalId?: StringFieldUpdateOperationsInput | string
128039
127974
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
128040
127975
  metaData?: JsonNullValueInput | InputJsonValue
128041
- data?: JsonNullValueInput | InputJsonValue
128042
127976
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128043
127977
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128044
127978
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128045
127979
  title?: NullableStringFieldUpdateOperationsInput | string | null
128046
127980
  description?: NullableStringFieldUpdateOperationsInput | string | null
128047
127981
  url?: NullableStringFieldUpdateOperationsInput | string | null
128048
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
128049
127982
  format?: NullableStringFieldUpdateOperationsInput | string | null
128050
127983
  type?: NullableStringFieldUpdateOperationsInput | string | null
128051
127984
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -131244,17 +131177,15 @@ export namespace Prisma {
131244
131177
 
131245
131178
  export type SocialPostCreateManyUserInput = {
131246
131179
  id?: number
131247
- externalId?: string | null
131180
+ externalId: string
131248
131181
  phylloId?: string | null
131249
131182
  metaData?: JsonNullValueInput | InputJsonValue
131250
- data?: JsonNullValueInput | InputJsonValue
131251
131183
  lastFetched?: Date | string | null
131252
131184
  lastWebhook?: Date | string | null
131253
131185
  posted?: Date | string | null
131254
131186
  title?: string | null
131255
131187
  description?: string | null
131256
131188
  url?: string | null
131257
- urlPath?: string | null
131258
131189
  format?: string | null
131259
131190
  type?: string | null
131260
131191
  platform?: string | null
@@ -131679,17 +131610,15 @@ export namespace Prisma {
131679
131610
  }
131680
131611
 
131681
131612
  export type SocialPostUpdateWithoutUserInput = {
131682
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
131613
+ externalId?: StringFieldUpdateOperationsInput | string
131683
131614
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
131684
131615
  metaData?: JsonNullValueInput | InputJsonValue
131685
- data?: JsonNullValueInput | InputJsonValue
131686
131616
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131687
131617
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131688
131618
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131689
131619
  title?: NullableStringFieldUpdateOperationsInput | string | null
131690
131620
  description?: NullableStringFieldUpdateOperationsInput | string | null
131691
131621
  url?: NullableStringFieldUpdateOperationsInput | string | null
131692
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
131693
131622
  format?: NullableStringFieldUpdateOperationsInput | string | null
131694
131623
  type?: NullableStringFieldUpdateOperationsInput | string | null
131695
131624
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -131716,17 +131645,15 @@ export namespace Prisma {
131716
131645
 
131717
131646
  export type SocialPostUncheckedUpdateWithoutUserInput = {
131718
131647
  id?: IntFieldUpdateOperationsInput | number
131719
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
131648
+ externalId?: StringFieldUpdateOperationsInput | string
131720
131649
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
131721
131650
  metaData?: JsonNullValueInput | InputJsonValue
131722
- data?: JsonNullValueInput | InputJsonValue
131723
131651
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131724
131652
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131725
131653
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131726
131654
  title?: NullableStringFieldUpdateOperationsInput | string | null
131727
131655
  description?: NullableStringFieldUpdateOperationsInput | string | null
131728
131656
  url?: NullableStringFieldUpdateOperationsInput | string | null
131729
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
131730
131657
  format?: NullableStringFieldUpdateOperationsInput | string | null
131731
131658
  type?: NullableStringFieldUpdateOperationsInput | string | null
131732
131659
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -131753,17 +131680,15 @@ export namespace Prisma {
131753
131680
 
131754
131681
  export type SocialPostUncheckedUpdateManyWithoutUserInput = {
131755
131682
  id?: IntFieldUpdateOperationsInput | number
131756
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
131683
+ externalId?: StringFieldUpdateOperationsInput | string
131757
131684
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
131758
131685
  metaData?: JsonNullValueInput | InputJsonValue
131759
- data?: JsonNullValueInput | InputJsonValue
131760
131686
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131761
131687
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131762
131688
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131763
131689
  title?: NullableStringFieldUpdateOperationsInput | string | null
131764
131690
  description?: NullableStringFieldUpdateOperationsInput | string | null
131765
131691
  url?: NullableStringFieldUpdateOperationsInput | string | null
131766
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
131767
131692
  format?: NullableStringFieldUpdateOperationsInput | string | null
131768
131693
  type?: NullableStringFieldUpdateOperationsInput | string | null
131769
131694
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133154,17 +133079,15 @@ export namespace Prisma {
133154
133079
 
133155
133080
  export type SocialPostCreateManyCampaignInput = {
133156
133081
  id?: number
133157
- externalId?: string | null
133082
+ externalId: string
133158
133083
  phylloId?: string | null
133159
133084
  metaData?: JsonNullValueInput | InputJsonValue
133160
- data?: JsonNullValueInput | InputJsonValue
133161
133085
  lastFetched?: Date | string | null
133162
133086
  lastWebhook?: Date | string | null
133163
133087
  posted?: Date | string | null
133164
133088
  title?: string | null
133165
133089
  description?: string | null
133166
133090
  url?: string | null
133167
- urlPath?: string | null
133168
133091
  format?: string | null
133169
133092
  type?: string | null
133170
133093
  platform?: string | null
@@ -133442,17 +133365,15 @@ export namespace Prisma {
133442
133365
  }
133443
133366
 
133444
133367
  export type SocialPostUpdateWithoutCampaignInput = {
133445
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
133368
+ externalId?: StringFieldUpdateOperationsInput | string
133446
133369
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
133447
133370
  metaData?: JsonNullValueInput | InputJsonValue
133448
- data?: JsonNullValueInput | InputJsonValue
133449
133371
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133450
133372
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133451
133373
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133452
133374
  title?: NullableStringFieldUpdateOperationsInput | string | null
133453
133375
  description?: NullableStringFieldUpdateOperationsInput | string | null
133454
133376
  url?: NullableStringFieldUpdateOperationsInput | string | null
133455
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
133456
133377
  format?: NullableStringFieldUpdateOperationsInput | string | null
133457
133378
  type?: NullableStringFieldUpdateOperationsInput | string | null
133458
133379
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133479,17 +133400,15 @@ export namespace Prisma {
133479
133400
 
133480
133401
  export type SocialPostUncheckedUpdateWithoutCampaignInput = {
133481
133402
  id?: IntFieldUpdateOperationsInput | number
133482
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
133403
+ externalId?: StringFieldUpdateOperationsInput | string
133483
133404
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
133484
133405
  metaData?: JsonNullValueInput | InputJsonValue
133485
- data?: JsonNullValueInput | InputJsonValue
133486
133406
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133487
133407
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133488
133408
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133489
133409
  title?: NullableStringFieldUpdateOperationsInput | string | null
133490
133410
  description?: NullableStringFieldUpdateOperationsInput | string | null
133491
133411
  url?: NullableStringFieldUpdateOperationsInput | string | null
133492
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
133493
133412
  format?: NullableStringFieldUpdateOperationsInput | string | null
133494
133413
  type?: NullableStringFieldUpdateOperationsInput | string | null
133495
133414
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133516,17 +133435,15 @@ export namespace Prisma {
133516
133435
 
133517
133436
  export type SocialPostUncheckedUpdateManyWithoutCampaignInput = {
133518
133437
  id?: IntFieldUpdateOperationsInput | number
133519
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
133438
+ externalId?: StringFieldUpdateOperationsInput | string
133520
133439
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
133521
133440
  metaData?: JsonNullValueInput | InputJsonValue
133522
- data?: JsonNullValueInput | InputJsonValue
133523
133441
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133524
133442
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133525
133443
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133526
133444
  title?: NullableStringFieldUpdateOperationsInput | string | null
133527
133445
  description?: NullableStringFieldUpdateOperationsInput | string | null
133528
133446
  url?: NullableStringFieldUpdateOperationsInput | string | null
133529
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
133530
133447
  format?: NullableStringFieldUpdateOperationsInput | string | null
133531
133448
  type?: NullableStringFieldUpdateOperationsInput | string | null
133532
133449
  platform?: NullableStringFieldUpdateOperationsInput | string | null