@creator.co/creatorco-prisma-client 1.0.38 → 1.0.39-alpha-0fc3e98

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
@@ -49386,7 +49386,6 @@ export namespace Prisma {
49386
49386
  title: string | null
49387
49387
  description: string | null
49388
49388
  url: string | null
49389
- urlPath: string | null
49390
49389
  format: string | null
49391
49390
  type: string | null
49392
49391
  platform: string | null
@@ -49421,7 +49420,6 @@ export namespace Prisma {
49421
49420
  title: string | null
49422
49421
  description: string | null
49423
49422
  url: string | null
49424
- urlPath: string | null
49425
49423
  format: string | null
49426
49424
  type: string | null
49427
49425
  platform: string | null
@@ -49451,14 +49449,12 @@ export namespace Prisma {
49451
49449
  externalId: number
49452
49450
  phylloId: number
49453
49451
  metaData: number
49454
- data: number
49455
49452
  lastFetched: number
49456
49453
  lastWebhook: number
49457
49454
  posted: number
49458
49455
  title: number
49459
49456
  description: number
49460
49457
  url: number
49461
- urlPath: number
49462
49458
  format: number
49463
49459
  type: number
49464
49460
  platform: number
@@ -49533,7 +49529,6 @@ export namespace Prisma {
49533
49529
  title?: true
49534
49530
  description?: true
49535
49531
  url?: true
49536
- urlPath?: true
49537
49532
  format?: true
49538
49533
  type?: true
49539
49534
  platform?: true
@@ -49568,7 +49563,6 @@ export namespace Prisma {
49568
49563
  title?: true
49569
49564
  description?: true
49570
49565
  url?: true
49571
- urlPath?: true
49572
49566
  format?: true
49573
49567
  type?: true
49574
49568
  platform?: true
@@ -49598,14 +49592,12 @@ export namespace Prisma {
49598
49592
  externalId?: true
49599
49593
  phylloId?: true
49600
49594
  metaData?: true
49601
- data?: true
49602
49595
  lastFetched?: true
49603
49596
  lastWebhook?: true
49604
49597
  posted?: true
49605
49598
  title?: true
49606
49599
  description?: true
49607
49600
  url?: true
49608
- urlPath?: true
49609
49601
  format?: true
49610
49602
  type?: true
49611
49603
  platform?: true
@@ -49719,17 +49711,15 @@ export namespace Prisma {
49719
49711
 
49720
49712
  export type SocialPostGroupByOutputType = {
49721
49713
  id: number
49722
- externalId: string | null
49714
+ externalId: string
49723
49715
  phylloId: string | null
49724
49716
  metaData: JsonValue
49725
- data: JsonValue
49726
49717
  lastFetched: Date | null
49727
49718
  lastWebhook: Date | null
49728
49719
  posted: Date | null
49729
49720
  title: string | null
49730
49721
  description: string | null
49731
49722
  url: string | null
49732
- urlPath: string | null
49733
49723
  format: string | null
49734
49724
  type: string | null
49735
49725
  platform: string | null
@@ -49778,14 +49768,12 @@ export namespace Prisma {
49778
49768
  externalId?: boolean
49779
49769
  phylloId?: boolean
49780
49770
  metaData?: boolean
49781
- data?: boolean
49782
49771
  lastFetched?: boolean
49783
49772
  lastWebhook?: boolean
49784
49773
  posted?: boolean
49785
49774
  title?: boolean
49786
49775
  description?: boolean
49787
49776
  url?: boolean
49788
- urlPath?: boolean
49789
49777
  format?: boolean
49790
49778
  type?: boolean
49791
49779
  platform?: boolean
@@ -49819,14 +49807,12 @@ export namespace Prisma {
49819
49807
  externalId?: boolean
49820
49808
  phylloId?: boolean
49821
49809
  metaData?: boolean
49822
- data?: boolean
49823
49810
  lastFetched?: boolean
49824
49811
  lastWebhook?: boolean
49825
49812
  posted?: boolean
49826
49813
  title?: boolean
49827
49814
  description?: boolean
49828
49815
  url?: boolean
49829
- urlPath?: boolean
49830
49816
  format?: boolean
49831
49817
  type?: boolean
49832
49818
  platform?: boolean
@@ -49869,17 +49855,15 @@ export namespace Prisma {
49869
49855
  }
49870
49856
  scalars: $Extensions.GetPayloadResult<{
49871
49857
  id: number
49872
- externalId: string | null
49858
+ externalId: string
49873
49859
  phylloId: string | null
49874
49860
  metaData: Prisma.JsonValue
49875
- data: Prisma.JsonValue
49876
49861
  lastFetched: Date | null
49877
49862
  lastWebhook: Date | null
49878
49863
  posted: Date | null
49879
49864
  title: string | null
49880
49865
  description: string | null
49881
49866
  url: string | null
49882
- urlPath: string | null
49883
49867
  format: string | null
49884
49868
  type: string | null
49885
49869
  platform: string | null
@@ -50331,14 +50315,12 @@ export namespace Prisma {
50331
50315
  readonly externalId: FieldRef<"SocialPost", 'String'>
50332
50316
  readonly phylloId: FieldRef<"SocialPost", 'String'>
50333
50317
  readonly metaData: FieldRef<"SocialPost", 'Json'>
50334
- readonly data: FieldRef<"SocialPost", 'Json'>
50335
50318
  readonly lastFetched: FieldRef<"SocialPost", 'DateTime'>
50336
50319
  readonly lastWebhook: FieldRef<"SocialPost", 'DateTime'>
50337
50320
  readonly posted: FieldRef<"SocialPost", 'DateTime'>
50338
50321
  readonly title: FieldRef<"SocialPost", 'String'>
50339
50322
  readonly description: FieldRef<"SocialPost", 'String'>
50340
50323
  readonly url: FieldRef<"SocialPost", 'String'>
50341
- readonly urlPath: FieldRef<"SocialPost", 'String'>
50342
50324
  readonly format: FieldRef<"SocialPost", 'String'>
50343
50325
  readonly type: FieldRef<"SocialPost", 'String'>
50344
50326
  readonly platform: FieldRef<"SocialPost", 'String'>
@@ -50555,7 +50537,7 @@ export namespace Prisma {
50555
50537
  /**
50556
50538
  * The data needed to create a SocialPost.
50557
50539
  */
50558
- data?: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
50540
+ data: XOR<SocialPostCreateInput, SocialPostUncheckedCreateInput>
50559
50541
  }
50560
50542
 
50561
50543
  /**
@@ -84872,14 +84854,12 @@ export namespace Prisma {
84872
84854
  externalId: 'externalId',
84873
84855
  phylloId: 'phylloId',
84874
84856
  metaData: 'metaData',
84875
- data: 'data',
84876
84857
  lastFetched: 'lastFetched',
84877
84858
  lastWebhook: 'lastWebhook',
84878
84859
  posted: 'posted',
84879
84860
  title: 'title',
84880
84861
  description: 'description',
84881
84862
  url: 'url',
84882
- urlPath: 'urlPath',
84883
84863
  format: 'format',
84884
84864
  type: 'type',
84885
84865
  platform: 'platform',
@@ -85657,7 +85637,6 @@ export namespace Prisma {
85657
85637
  title: 'title',
85658
85638
  description: 'description',
85659
85639
  url: 'url',
85660
- urlPath: 'urlPath',
85661
85640
  format: 'format',
85662
85641
  type: 'type',
85663
85642
  platform: 'platform',
@@ -89296,17 +89275,15 @@ export namespace Prisma {
89296
89275
  OR?: SocialPostWhereInput[]
89297
89276
  NOT?: SocialPostWhereInput | SocialPostWhereInput[]
89298
89277
  id?: IntFilter<"SocialPost"> | number
89299
- externalId?: StringNullableFilter<"SocialPost"> | string | null
89278
+ externalId?: StringFilter<"SocialPost"> | string
89300
89279
  phylloId?: StringNullableFilter<"SocialPost"> | string | null
89301
89280
  metaData?: JsonFilter<"SocialPost">
89302
- data?: JsonFilter<"SocialPost">
89303
89281
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89304
89282
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89305
89283
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89306
89284
  title?: StringNullableFilter<"SocialPost"> | string | null
89307
89285
  description?: StringNullableFilter<"SocialPost"> | string | null
89308
89286
  url?: StringNullableFilter<"SocialPost"> | string | null
89309
- urlPath?: StringNullableFilter<"SocialPost"> | string | null
89310
89287
  format?: StringNullableFilter<"SocialPost"> | string | null
89311
89288
  type?: StringNullableFilter<"SocialPost"> | string | null
89312
89289
  platform?: StringNullableFilter<"SocialPost"> | string | null
@@ -89336,17 +89313,15 @@ export namespace Prisma {
89336
89313
 
89337
89314
  export type SocialPostOrderByWithRelationAndSearchRelevanceInput = {
89338
89315
  id?: SortOrder
89339
- externalId?: SortOrderInput | SortOrder
89316
+ externalId?: SortOrder
89340
89317
  phylloId?: SortOrderInput | SortOrder
89341
89318
  metaData?: SortOrder
89342
- data?: SortOrder
89343
89319
  lastFetched?: SortOrderInput | SortOrder
89344
89320
  lastWebhook?: SortOrderInput | SortOrder
89345
89321
  posted?: SortOrderInput | SortOrder
89346
89322
  title?: SortOrderInput | SortOrder
89347
89323
  description?: SortOrderInput | SortOrder
89348
89324
  url?: SortOrderInput | SortOrder
89349
- urlPath?: SortOrderInput | SortOrder
89350
89325
  format?: SortOrderInput | SortOrder
89351
89326
  type?: SortOrderInput | SortOrder
89352
89327
  platform?: SortOrderInput | SortOrder
@@ -89378,14 +89353,12 @@ export namespace Prisma {
89378
89353
  export type SocialPostWhereUniqueInput = Prisma.AtLeast<{
89379
89354
  id?: number
89380
89355
  phylloId?: string
89381
- urlPath?: string
89382
89356
  platform_externalId?: SocialPostPlatformExternalIdCompoundUniqueInput
89383
89357
  AND?: SocialPostWhereInput | SocialPostWhereInput[]
89384
89358
  OR?: SocialPostWhereInput[]
89385
89359
  NOT?: SocialPostWhereInput | SocialPostWhereInput[]
89386
- externalId?: StringNullableFilter<"SocialPost"> | string | null
89360
+ externalId?: StringFilter<"SocialPost"> | string
89387
89361
  metaData?: JsonFilter<"SocialPost">
89388
- data?: JsonFilter<"SocialPost">
89389
89362
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89390
89363
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
89391
89364
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
@@ -89417,21 +89390,19 @@ export namespace Prisma {
89417
89390
  user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
89418
89391
  campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
89419
89392
  lists?: ListToSocialPostListRelationFilter
89420
- }, "id" | "phylloId" | "urlPath" | "platform_externalId">
89393
+ }, "id" | "phylloId" | "platform_externalId">
89421
89394
 
89422
89395
  export type SocialPostOrderByWithAggregationInput = {
89423
89396
  id?: SortOrder
89424
- externalId?: SortOrderInput | SortOrder
89397
+ externalId?: SortOrder
89425
89398
  phylloId?: SortOrderInput | SortOrder
89426
89399
  metaData?: SortOrder
89427
- data?: SortOrder
89428
89400
  lastFetched?: SortOrderInput | SortOrder
89429
89401
  lastWebhook?: SortOrderInput | SortOrder
89430
89402
  posted?: SortOrderInput | SortOrder
89431
89403
  title?: SortOrderInput | SortOrder
89432
89404
  description?: SortOrderInput | SortOrder
89433
89405
  url?: SortOrderInput | SortOrder
89434
- urlPath?: SortOrderInput | SortOrder
89435
89406
  format?: SortOrderInput | SortOrder
89436
89407
  type?: SortOrderInput | SortOrder
89437
89408
  platform?: SortOrderInput | SortOrder
@@ -89466,17 +89437,15 @@ export namespace Prisma {
89466
89437
  OR?: SocialPostScalarWhereWithAggregatesInput[]
89467
89438
  NOT?: SocialPostScalarWhereWithAggregatesInput | SocialPostScalarWhereWithAggregatesInput[]
89468
89439
  id?: IntWithAggregatesFilter<"SocialPost"> | number
89469
- externalId?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89440
+ externalId?: StringWithAggregatesFilter<"SocialPost"> | string
89470
89441
  phylloId?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89471
89442
  metaData?: JsonWithAggregatesFilter<"SocialPost">
89472
- data?: JsonWithAggregatesFilter<"SocialPost">
89473
89443
  lastFetched?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
89474
89444
  lastWebhook?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
89475
89445
  posted?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
89476
89446
  title?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89477
89447
  description?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89478
89448
  url?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89479
- urlPath?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89480
89449
  format?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89481
89450
  type?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
89482
89451
  platform?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
@@ -95323,17 +95292,15 @@ export namespace Prisma {
95323
95292
  }
95324
95293
 
95325
95294
  export type SocialPostCreateInput = {
95326
- externalId?: string | null
95295
+ externalId: string
95327
95296
  phylloId?: string | null
95328
95297
  metaData?: JsonNullValueInput | InputJsonValue
95329
- data?: JsonNullValueInput | InputJsonValue
95330
95298
  lastFetched?: Date | string | null
95331
95299
  lastWebhook?: Date | string | null
95332
95300
  posted?: Date | string | null
95333
95301
  title?: string | null
95334
95302
  description?: string | null
95335
95303
  url?: string | null
95336
- urlPath?: string | null
95337
95304
  format?: string | null
95338
95305
  type?: string | null
95339
95306
  platform?: string | null
@@ -95361,17 +95328,15 @@ export namespace Prisma {
95361
95328
 
95362
95329
  export type SocialPostUncheckedCreateInput = {
95363
95330
  id?: number
95364
- externalId?: string | null
95331
+ externalId: string
95365
95332
  phylloId?: string | null
95366
95333
  metaData?: JsonNullValueInput | InputJsonValue
95367
- data?: JsonNullValueInput | InputJsonValue
95368
95334
  lastFetched?: Date | string | null
95369
95335
  lastWebhook?: Date | string | null
95370
95336
  posted?: Date | string | null
95371
95337
  title?: string | null
95372
95338
  description?: string | null
95373
95339
  url?: string | null
95374
- urlPath?: string | null
95375
95340
  format?: string | null
95376
95341
  type?: string | null
95377
95342
  platform?: string | null
@@ -95398,17 +95363,15 @@ export namespace Prisma {
95398
95363
  }
95399
95364
 
95400
95365
  export type SocialPostUpdateInput = {
95401
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95366
+ externalId?: StringFieldUpdateOperationsInput | string
95402
95367
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95403
95368
  metaData?: JsonNullValueInput | InputJsonValue
95404
- data?: JsonNullValueInput | InputJsonValue
95405
95369
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95406
95370
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95407
95371
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95408
95372
  title?: NullableStringFieldUpdateOperationsInput | string | null
95409
95373
  description?: NullableStringFieldUpdateOperationsInput | string | null
95410
95374
  url?: NullableStringFieldUpdateOperationsInput | string | null
95411
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95412
95375
  format?: NullableStringFieldUpdateOperationsInput | string | null
95413
95376
  type?: NullableStringFieldUpdateOperationsInput | string | null
95414
95377
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -95436,17 +95399,15 @@ export namespace Prisma {
95436
95399
 
95437
95400
  export type SocialPostUncheckedUpdateInput = {
95438
95401
  id?: IntFieldUpdateOperationsInput | number
95439
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95402
+ externalId?: StringFieldUpdateOperationsInput | string
95440
95403
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95441
95404
  metaData?: JsonNullValueInput | InputJsonValue
95442
- data?: JsonNullValueInput | InputJsonValue
95443
95405
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95444
95406
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95445
95407
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95446
95408
  title?: NullableStringFieldUpdateOperationsInput | string | null
95447
95409
  description?: NullableStringFieldUpdateOperationsInput | string | null
95448
95410
  url?: NullableStringFieldUpdateOperationsInput | string | null
95449
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95450
95411
  format?: NullableStringFieldUpdateOperationsInput | string | null
95451
95412
  type?: NullableStringFieldUpdateOperationsInput | string | null
95452
95413
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -95474,17 +95435,15 @@ export namespace Prisma {
95474
95435
 
95475
95436
  export type SocialPostCreateManyInput = {
95476
95437
  id?: number
95477
- externalId?: string | null
95438
+ externalId: string
95478
95439
  phylloId?: string | null
95479
95440
  metaData?: JsonNullValueInput | InputJsonValue
95480
- data?: JsonNullValueInput | InputJsonValue
95481
95441
  lastFetched?: Date | string | null
95482
95442
  lastWebhook?: Date | string | null
95483
95443
  posted?: Date | string | null
95484
95444
  title?: string | null
95485
95445
  description?: string | null
95486
95446
  url?: string | null
95487
- urlPath?: string | null
95488
95447
  format?: string | null
95489
95448
  type?: string | null
95490
95449
  platform?: string | null
@@ -95510,17 +95469,15 @@ export namespace Prisma {
95510
95469
  }
95511
95470
 
95512
95471
  export type SocialPostUpdateManyMutationInput = {
95513
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95472
+ externalId?: StringFieldUpdateOperationsInput | string
95514
95473
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95515
95474
  metaData?: JsonNullValueInput | InputJsonValue
95516
- data?: JsonNullValueInput | InputJsonValue
95517
95475
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95518
95476
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95519
95477
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95520
95478
  title?: NullableStringFieldUpdateOperationsInput | string | null
95521
95479
  description?: NullableStringFieldUpdateOperationsInput | string | null
95522
95480
  url?: NullableStringFieldUpdateOperationsInput | string | null
95523
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95524
95481
  format?: NullableStringFieldUpdateOperationsInput | string | null
95525
95482
  type?: NullableStringFieldUpdateOperationsInput | string | null
95526
95483
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -95545,17 +95502,15 @@ export namespace Prisma {
95545
95502
 
95546
95503
  export type SocialPostUncheckedUpdateManyInput = {
95547
95504
  id?: IntFieldUpdateOperationsInput | number
95548
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
95505
+ externalId?: StringFieldUpdateOperationsInput | string
95549
95506
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
95550
95507
  metaData?: JsonNullValueInput | InputJsonValue
95551
- data?: JsonNullValueInput | InputJsonValue
95552
95508
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95553
95509
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95554
95510
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
95555
95511
  title?: NullableStringFieldUpdateOperationsInput | string | null
95556
95512
  description?: NullableStringFieldUpdateOperationsInput | string | null
95557
95513
  url?: NullableStringFieldUpdateOperationsInput | string | null
95558
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
95559
95514
  format?: NullableStringFieldUpdateOperationsInput | string | null
95560
95515
  type?: NullableStringFieldUpdateOperationsInput | string | null
95561
95516
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -100970,14 +100925,12 @@ export namespace Prisma {
100970
100925
  externalId?: SortOrder
100971
100926
  phylloId?: SortOrder
100972
100927
  metaData?: SortOrder
100973
- data?: SortOrder
100974
100928
  lastFetched?: SortOrder
100975
100929
  lastWebhook?: SortOrder
100976
100930
  posted?: SortOrder
100977
100931
  title?: SortOrder
100978
100932
  description?: SortOrder
100979
100933
  url?: SortOrder
100980
- urlPath?: SortOrder
100981
100934
  format?: SortOrder
100982
100935
  type?: SortOrder
100983
100936
  platform?: SortOrder
@@ -101031,7 +100984,6 @@ export namespace Prisma {
101031
100984
  title?: SortOrder
101032
100985
  description?: SortOrder
101033
100986
  url?: SortOrder
101034
- urlPath?: SortOrder
101035
100987
  format?: SortOrder
101036
100988
  type?: SortOrder
101037
100989
  platform?: SortOrder
@@ -101066,7 +101018,6 @@ export namespace Prisma {
101066
101018
  title?: SortOrder
101067
101019
  description?: SortOrder
101068
101020
  url?: SortOrder
101069
- urlPath?: SortOrder
101070
101021
  format?: SortOrder
101071
101022
  type?: SortOrder
101072
101023
  platform?: SortOrder
@@ -109959,17 +109910,15 @@ export namespace Prisma {
109959
109910
  }
109960
109911
 
109961
109912
  export type SocialPostCreateWithoutUserInput = {
109962
- externalId?: string | null
109913
+ externalId: string
109963
109914
  phylloId?: string | null
109964
109915
  metaData?: JsonNullValueInput | InputJsonValue
109965
- data?: JsonNullValueInput | InputJsonValue
109966
109916
  lastFetched?: Date | string | null
109967
109917
  lastWebhook?: Date | string | null
109968
109918
  posted?: Date | string | null
109969
109919
  title?: string | null
109970
109920
  description?: string | null
109971
109921
  url?: string | null
109972
- urlPath?: string | null
109973
109922
  format?: string | null
109974
109923
  type?: string | null
109975
109924
  platform?: string | null
@@ -109996,17 +109945,15 @@ export namespace Prisma {
109996
109945
 
109997
109946
  export type SocialPostUncheckedCreateWithoutUserInput = {
109998
109947
  id?: number
109999
- externalId?: string | null
109948
+ externalId: string
110000
109949
  phylloId?: string | null
110001
109950
  metaData?: JsonNullValueInput | InputJsonValue
110002
- data?: JsonNullValueInput | InputJsonValue
110003
109951
  lastFetched?: Date | string | null
110004
109952
  lastWebhook?: Date | string | null
110005
109953
  posted?: Date | string | null
110006
109954
  title?: string | null
110007
109955
  description?: string | null
110008
109956
  url?: string | null
110009
- urlPath?: string | null
110010
109957
  format?: string | null
110011
109958
  type?: string | null
110012
109959
  platform?: string | null
@@ -110909,17 +110856,15 @@ export namespace Prisma {
110909
110856
  OR?: SocialPostScalarWhereInput[]
110910
110857
  NOT?: SocialPostScalarWhereInput | SocialPostScalarWhereInput[]
110911
110858
  id?: IntFilter<"SocialPost"> | number
110912
- externalId?: StringNullableFilter<"SocialPost"> | string | null
110859
+ externalId?: StringFilter<"SocialPost"> | string
110913
110860
  phylloId?: StringNullableFilter<"SocialPost"> | string | null
110914
110861
  metaData?: JsonFilter<"SocialPost">
110915
- data?: JsonFilter<"SocialPost">
110916
110862
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
110917
110863
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
110918
110864
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
110919
110865
  title?: StringNullableFilter<"SocialPost"> | string | null
110920
110866
  description?: StringNullableFilter<"SocialPost"> | string | null
110921
110867
  url?: StringNullableFilter<"SocialPost"> | string | null
110922
- urlPath?: StringNullableFilter<"SocialPost"> | string | null
110923
110868
  format?: StringNullableFilter<"SocialPost"> | string | null
110924
110869
  type?: StringNullableFilter<"SocialPost"> | string | null
110925
110870
  platform?: StringNullableFilter<"SocialPost"> | string | null
@@ -117255,17 +117200,15 @@ export namespace Prisma {
117255
117200
  }
117256
117201
 
117257
117202
  export type SocialPostCreateWithoutCampaignInput = {
117258
- externalId?: string | null
117203
+ externalId: string
117259
117204
  phylloId?: string | null
117260
117205
  metaData?: JsonNullValueInput | InputJsonValue
117261
- data?: JsonNullValueInput | InputJsonValue
117262
117206
  lastFetched?: Date | string | null
117263
117207
  lastWebhook?: Date | string | null
117264
117208
  posted?: Date | string | null
117265
117209
  title?: string | null
117266
117210
  description?: string | null
117267
117211
  url?: string | null
117268
- urlPath?: string | null
117269
117212
  format?: string | null
117270
117213
  type?: string | null
117271
117214
  platform?: string | null
@@ -117292,17 +117235,15 @@ export namespace Prisma {
117292
117235
 
117293
117236
  export type SocialPostUncheckedCreateWithoutCampaignInput = {
117294
117237
  id?: number
117295
- externalId?: string | null
117238
+ externalId: string
117296
117239
  phylloId?: string | null
117297
117240
  metaData?: JsonNullValueInput | InputJsonValue
117298
- data?: JsonNullValueInput | InputJsonValue
117299
117241
  lastFetched?: Date | string | null
117300
117242
  lastWebhook?: Date | string | null
117301
117243
  posted?: Date | string | null
117302
117244
  title?: string | null
117303
117245
  description?: string | null
117304
117246
  url?: string | null
117305
- urlPath?: string | null
117306
117247
  format?: string | null
117307
117248
  type?: string | null
117308
117249
  platform?: string | null
@@ -127902,17 +127843,15 @@ export namespace Prisma {
127902
127843
  }
127903
127844
 
127904
127845
  export type SocialPostCreateWithoutListsInput = {
127905
- externalId?: string | null
127846
+ externalId: string
127906
127847
  phylloId?: string | null
127907
127848
  metaData?: JsonNullValueInput | InputJsonValue
127908
- data?: JsonNullValueInput | InputJsonValue
127909
127849
  lastFetched?: Date | string | null
127910
127850
  lastWebhook?: Date | string | null
127911
127851
  posted?: Date | string | null
127912
127852
  title?: string | null
127913
127853
  description?: string | null
127914
127854
  url?: string | null
127915
- urlPath?: string | null
127916
127855
  format?: string | null
127917
127856
  type?: string | null
127918
127857
  platform?: string | null
@@ -127939,17 +127878,15 @@ export namespace Prisma {
127939
127878
 
127940
127879
  export type SocialPostUncheckedCreateWithoutListsInput = {
127941
127880
  id?: number
127942
- externalId?: string | null
127881
+ externalId: string
127943
127882
  phylloId?: string | null
127944
127883
  metaData?: JsonNullValueInput | InputJsonValue
127945
- data?: JsonNullValueInput | InputJsonValue
127946
127884
  lastFetched?: Date | string | null
127947
127885
  lastWebhook?: Date | string | null
127948
127886
  posted?: Date | string | null
127949
127887
  title?: string | null
127950
127888
  description?: string | null
127951
127889
  url?: string | null
127952
- urlPath?: string | null
127953
127890
  format?: string | null
127954
127891
  type?: string | null
127955
127892
  platform?: string | null
@@ -128025,17 +127962,15 @@ export namespace Prisma {
128025
127962
  }
128026
127963
 
128027
127964
  export type SocialPostUpdateWithoutListsInput = {
128028
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
127965
+ externalId?: StringFieldUpdateOperationsInput | string
128029
127966
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
128030
127967
  metaData?: JsonNullValueInput | InputJsonValue
128031
- data?: JsonNullValueInput | InputJsonValue
128032
127968
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128033
127969
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128034
127970
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128035
127971
  title?: NullableStringFieldUpdateOperationsInput | string | null
128036
127972
  description?: NullableStringFieldUpdateOperationsInput | string | null
128037
127973
  url?: NullableStringFieldUpdateOperationsInput | string | null
128038
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
128039
127974
  format?: NullableStringFieldUpdateOperationsInput | string | null
128040
127975
  type?: NullableStringFieldUpdateOperationsInput | string | null
128041
127976
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -128062,17 +127997,15 @@ export namespace Prisma {
128062
127997
 
128063
127998
  export type SocialPostUncheckedUpdateWithoutListsInput = {
128064
127999
  id?: IntFieldUpdateOperationsInput | number
128065
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
128000
+ externalId?: StringFieldUpdateOperationsInput | string
128066
128001
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
128067
128002
  metaData?: JsonNullValueInput | InputJsonValue
128068
- data?: JsonNullValueInput | InputJsonValue
128069
128003
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128070
128004
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128071
128005
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
128072
128006
  title?: NullableStringFieldUpdateOperationsInput | string | null
128073
128007
  description?: NullableStringFieldUpdateOperationsInput | string | null
128074
128008
  url?: NullableStringFieldUpdateOperationsInput | string | null
128075
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
128076
128009
  format?: NullableStringFieldUpdateOperationsInput | string | null
128077
128010
  type?: NullableStringFieldUpdateOperationsInput | string | null
128078
128011
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -131271,17 +131204,15 @@ export namespace Prisma {
131271
131204
 
131272
131205
  export type SocialPostCreateManyUserInput = {
131273
131206
  id?: number
131274
- externalId?: string | null
131207
+ externalId: string
131275
131208
  phylloId?: string | null
131276
131209
  metaData?: JsonNullValueInput | InputJsonValue
131277
- data?: JsonNullValueInput | InputJsonValue
131278
131210
  lastFetched?: Date | string | null
131279
131211
  lastWebhook?: Date | string | null
131280
131212
  posted?: Date | string | null
131281
131213
  title?: string | null
131282
131214
  description?: string | null
131283
131215
  url?: string | null
131284
- urlPath?: string | null
131285
131216
  format?: string | null
131286
131217
  type?: string | null
131287
131218
  platform?: string | null
@@ -131706,17 +131637,15 @@ export namespace Prisma {
131706
131637
  }
131707
131638
 
131708
131639
  export type SocialPostUpdateWithoutUserInput = {
131709
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
131640
+ externalId?: StringFieldUpdateOperationsInput | string
131710
131641
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
131711
131642
  metaData?: JsonNullValueInput | InputJsonValue
131712
- data?: JsonNullValueInput | InputJsonValue
131713
131643
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131714
131644
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131715
131645
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131716
131646
  title?: NullableStringFieldUpdateOperationsInput | string | null
131717
131647
  description?: NullableStringFieldUpdateOperationsInput | string | null
131718
131648
  url?: NullableStringFieldUpdateOperationsInput | string | null
131719
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
131720
131649
  format?: NullableStringFieldUpdateOperationsInput | string | null
131721
131650
  type?: NullableStringFieldUpdateOperationsInput | string | null
131722
131651
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -131743,17 +131672,15 @@ export namespace Prisma {
131743
131672
 
131744
131673
  export type SocialPostUncheckedUpdateWithoutUserInput = {
131745
131674
  id?: IntFieldUpdateOperationsInput | number
131746
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
131675
+ externalId?: StringFieldUpdateOperationsInput | string
131747
131676
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
131748
131677
  metaData?: JsonNullValueInput | InputJsonValue
131749
- data?: JsonNullValueInput | InputJsonValue
131750
131678
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131751
131679
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131752
131680
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131753
131681
  title?: NullableStringFieldUpdateOperationsInput | string | null
131754
131682
  description?: NullableStringFieldUpdateOperationsInput | string | null
131755
131683
  url?: NullableStringFieldUpdateOperationsInput | string | null
131756
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
131757
131684
  format?: NullableStringFieldUpdateOperationsInput | string | null
131758
131685
  type?: NullableStringFieldUpdateOperationsInput | string | null
131759
131686
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -131780,17 +131707,15 @@ export namespace Prisma {
131780
131707
 
131781
131708
  export type SocialPostUncheckedUpdateManyWithoutUserInput = {
131782
131709
  id?: IntFieldUpdateOperationsInput | number
131783
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
131710
+ externalId?: StringFieldUpdateOperationsInput | string
131784
131711
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
131785
131712
  metaData?: JsonNullValueInput | InputJsonValue
131786
- data?: JsonNullValueInput | InputJsonValue
131787
131713
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131788
131714
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131789
131715
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
131790
131716
  title?: NullableStringFieldUpdateOperationsInput | string | null
131791
131717
  description?: NullableStringFieldUpdateOperationsInput | string | null
131792
131718
  url?: NullableStringFieldUpdateOperationsInput | string | null
131793
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
131794
131719
  format?: NullableStringFieldUpdateOperationsInput | string | null
131795
131720
  type?: NullableStringFieldUpdateOperationsInput | string | null
131796
131721
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133181,17 +133106,15 @@ export namespace Prisma {
133181
133106
 
133182
133107
  export type SocialPostCreateManyCampaignInput = {
133183
133108
  id?: number
133184
- externalId?: string | null
133109
+ externalId: string
133185
133110
  phylloId?: string | null
133186
133111
  metaData?: JsonNullValueInput | InputJsonValue
133187
- data?: JsonNullValueInput | InputJsonValue
133188
133112
  lastFetched?: Date | string | null
133189
133113
  lastWebhook?: Date | string | null
133190
133114
  posted?: Date | string | null
133191
133115
  title?: string | null
133192
133116
  description?: string | null
133193
133117
  url?: string | null
133194
- urlPath?: string | null
133195
133118
  format?: string | null
133196
133119
  type?: string | null
133197
133120
  platform?: string | null
@@ -133470,17 +133393,15 @@ export namespace Prisma {
133470
133393
  }
133471
133394
 
133472
133395
  export type SocialPostUpdateWithoutCampaignInput = {
133473
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
133396
+ externalId?: StringFieldUpdateOperationsInput | string
133474
133397
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
133475
133398
  metaData?: JsonNullValueInput | InputJsonValue
133476
- data?: JsonNullValueInput | InputJsonValue
133477
133399
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133478
133400
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133479
133401
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133480
133402
  title?: NullableStringFieldUpdateOperationsInput | string | null
133481
133403
  description?: NullableStringFieldUpdateOperationsInput | string | null
133482
133404
  url?: NullableStringFieldUpdateOperationsInput | string | null
133483
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
133484
133405
  format?: NullableStringFieldUpdateOperationsInput | string | null
133485
133406
  type?: NullableStringFieldUpdateOperationsInput | string | null
133486
133407
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133507,17 +133428,15 @@ export namespace Prisma {
133507
133428
 
133508
133429
  export type SocialPostUncheckedUpdateWithoutCampaignInput = {
133509
133430
  id?: IntFieldUpdateOperationsInput | number
133510
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
133431
+ externalId?: StringFieldUpdateOperationsInput | string
133511
133432
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
133512
133433
  metaData?: JsonNullValueInput | InputJsonValue
133513
- data?: JsonNullValueInput | InputJsonValue
133514
133434
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133515
133435
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133516
133436
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133517
133437
  title?: NullableStringFieldUpdateOperationsInput | string | null
133518
133438
  description?: NullableStringFieldUpdateOperationsInput | string | null
133519
133439
  url?: NullableStringFieldUpdateOperationsInput | string | null
133520
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
133521
133440
  format?: NullableStringFieldUpdateOperationsInput | string | null
133522
133441
  type?: NullableStringFieldUpdateOperationsInput | string | null
133523
133442
  platform?: NullableStringFieldUpdateOperationsInput | string | null
@@ -133544,17 +133463,15 @@ export namespace Prisma {
133544
133463
 
133545
133464
  export type SocialPostUncheckedUpdateManyWithoutCampaignInput = {
133546
133465
  id?: IntFieldUpdateOperationsInput | number
133547
- externalId?: NullableStringFieldUpdateOperationsInput | string | null
133466
+ externalId?: StringFieldUpdateOperationsInput | string
133548
133467
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
133549
133468
  metaData?: JsonNullValueInput | InputJsonValue
133550
- data?: JsonNullValueInput | InputJsonValue
133551
133469
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133552
133470
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133553
133471
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
133554
133472
  title?: NullableStringFieldUpdateOperationsInput | string | null
133555
133473
  description?: NullableStringFieldUpdateOperationsInput | string | null
133556
133474
  url?: NullableStringFieldUpdateOperationsInput | string | null
133557
- urlPath?: NullableStringFieldUpdateOperationsInput | string | null
133558
133475
  format?: NullableStringFieldUpdateOperationsInput | string | null
133559
133476
  type?: NullableStringFieldUpdateOperationsInput | string | null
133560
133477
  platform?: NullableStringFieldUpdateOperationsInput | string | null