@creator.co/creatorco-prisma-client 1.0.26 → 1.0.27-alpha-2e714b4

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
@@ -42630,6 +42630,7 @@ export namespace Prisma {
42630
42630
 
42631
42631
  export type SocialPostMinAggregateOutputType = {
42632
42632
  id: number | null
42633
+ externalId: string | null
42633
42634
  phylloId: string | null
42634
42635
  lastFetched: Date | null
42635
42636
  lastWebhook: Date | null
@@ -42664,6 +42665,7 @@ export namespace Prisma {
42664
42665
 
42665
42666
  export type SocialPostMaxAggregateOutputType = {
42666
42667
  id: number | null
42668
+ externalId: string | null
42667
42669
  phylloId: string | null
42668
42670
  lastFetched: Date | null
42669
42671
  lastWebhook: Date | null
@@ -42698,6 +42700,7 @@ export namespace Prisma {
42698
42700
 
42699
42701
  export type SocialPostCountAggregateOutputType = {
42700
42702
  id: number
42703
+ externalId: number
42701
42704
  phylloId: number
42702
42705
  metaData: number
42703
42706
  data: number
@@ -42774,6 +42777,7 @@ export namespace Prisma {
42774
42777
 
42775
42778
  export type SocialPostMinAggregateInputType = {
42776
42779
  id?: true
42780
+ externalId?: true
42777
42781
  phylloId?: true
42778
42782
  lastFetched?: true
42779
42783
  lastWebhook?: true
@@ -42808,6 +42812,7 @@ export namespace Prisma {
42808
42812
 
42809
42813
  export type SocialPostMaxAggregateInputType = {
42810
42814
  id?: true
42815
+ externalId?: true
42811
42816
  phylloId?: true
42812
42817
  lastFetched?: true
42813
42818
  lastWebhook?: true
@@ -42842,6 +42847,7 @@ export namespace Prisma {
42842
42847
 
42843
42848
  export type SocialPostCountAggregateInputType = {
42844
42849
  id?: true
42850
+ externalId?: true
42845
42851
  phylloId?: true
42846
42852
  metaData?: true
42847
42853
  data?: true
@@ -42965,6 +42971,7 @@ export namespace Prisma {
42965
42971
 
42966
42972
  export type SocialPostGroupByOutputType = {
42967
42973
  id: number
42974
+ externalId: string | null
42968
42975
  phylloId: string | null
42969
42976
  metaData: JsonValue
42970
42977
  data: JsonValue
@@ -43020,6 +43027,7 @@ export namespace Prisma {
43020
43027
 
43021
43028
  export type SocialPostSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
43022
43029
  id?: boolean
43030
+ externalId?: boolean
43023
43031
  phylloId?: boolean
43024
43032
  metaData?: boolean
43025
43033
  data?: boolean
@@ -43060,6 +43068,7 @@ export namespace Prisma {
43060
43068
 
43061
43069
  export type SocialPostSelectScalar = {
43062
43070
  id?: boolean
43071
+ externalId?: boolean
43063
43072
  phylloId?: boolean
43064
43073
  metaData?: boolean
43065
43074
  data?: boolean
@@ -43111,6 +43120,7 @@ export namespace Prisma {
43111
43120
  }
43112
43121
  scalars: $Extensions.GetPayloadResult<{
43113
43122
  id: number
43123
+ externalId: string | null
43114
43124
  phylloId: string | null
43115
43125
  metaData: Prisma.JsonValue
43116
43126
  data: Prisma.JsonValue
@@ -43543,6 +43553,7 @@ export namespace Prisma {
43543
43553
  */
43544
43554
  interface SocialPostFieldRefs {
43545
43555
  readonly id: FieldRef<"SocialPost", 'Int'>
43556
+ readonly externalId: FieldRef<"SocialPost", 'String'>
43546
43557
  readonly phylloId: FieldRef<"SocialPost", 'String'>
43547
43558
  readonly metaData: FieldRef<"SocialPost", 'Json'>
43548
43559
  readonly data: FieldRef<"SocialPost", 'Json'>
@@ -57190,6 +57201,7 @@ export namespace Prisma {
57190
57201
  engagement: number | null
57191
57202
  avgViews: number | null
57192
57203
  verified: boolean | null
57204
+ visibility: string | null
57193
57205
  created: Date | null
57194
57206
  updated: Date | null
57195
57207
  }
@@ -57207,6 +57219,7 @@ export namespace Prisma {
57207
57219
  engagement: number | null
57208
57220
  avgViews: number | null
57209
57221
  verified: boolean | null
57222
+ visibility: string | null
57210
57223
  created: Date | null
57211
57224
  updated: Date | null
57212
57225
  }
@@ -57224,6 +57237,7 @@ export namespace Prisma {
57224
57237
  engagement: number
57225
57238
  avgViews: number
57226
57239
  verified: number
57240
+ visibility: number
57227
57241
  metaData: number
57228
57242
  audienceData: number
57229
57243
  phylloData: number
@@ -57262,6 +57276,7 @@ export namespace Prisma {
57262
57276
  engagement?: true
57263
57277
  avgViews?: true
57264
57278
  verified?: true
57279
+ visibility?: true
57265
57280
  created?: true
57266
57281
  updated?: true
57267
57282
  }
@@ -57279,6 +57294,7 @@ export namespace Prisma {
57279
57294
  engagement?: true
57280
57295
  avgViews?: true
57281
57296
  verified?: true
57297
+ visibility?: true
57282
57298
  created?: true
57283
57299
  updated?: true
57284
57300
  }
@@ -57296,6 +57312,7 @@ export namespace Prisma {
57296
57312
  engagement?: true
57297
57313
  avgViews?: true
57298
57314
  verified?: true
57315
+ visibility?: true
57299
57316
  metaData?: true
57300
57317
  audienceData?: true
57301
57318
  phylloData?: true
@@ -57403,6 +57420,7 @@ export namespace Prisma {
57403
57420
  engagement: number | null
57404
57421
  avgViews: number | null
57405
57422
  verified: boolean | null
57423
+ visibility: string
57406
57424
  metaData: JsonValue
57407
57425
  audienceData: JsonValue
57408
57426
  phylloData: JsonValue
@@ -57442,6 +57460,7 @@ export namespace Prisma {
57442
57460
  engagement?: boolean
57443
57461
  avgViews?: boolean
57444
57462
  verified?: boolean
57463
+ visibility?: boolean
57445
57464
  metaData?: boolean
57446
57465
  audienceData?: boolean
57447
57466
  phylloData?: boolean
@@ -57466,6 +57485,7 @@ export namespace Prisma {
57466
57485
  engagement?: boolean
57467
57486
  avgViews?: boolean
57468
57487
  verified?: boolean
57488
+ visibility?: boolean
57469
57489
  metaData?: boolean
57470
57490
  audienceData?: boolean
57471
57491
  phylloData?: boolean
@@ -57501,6 +57521,7 @@ export namespace Prisma {
57501
57521
  engagement: number | null
57502
57522
  avgViews: number | null
57503
57523
  verified: boolean | null
57524
+ visibility: string
57504
57525
  metaData: Prisma.JsonValue
57505
57526
  audienceData: Prisma.JsonValue
57506
57527
  phylloData: Prisma.JsonValue
@@ -57917,6 +57938,7 @@ export namespace Prisma {
57917
57938
  readonly engagement: FieldRef<"SocialProfile", 'Float'>
57918
57939
  readonly avgViews: FieldRef<"SocialProfile", 'Int'>
57919
57940
  readonly verified: FieldRef<"SocialProfile", 'Boolean'>
57941
+ readonly visibility: FieldRef<"SocialProfile", 'String'>
57920
57942
  readonly metaData: FieldRef<"SocialProfile", 'Json'>
57921
57943
  readonly audienceData: FieldRef<"SocialProfile", 'Json'>
57922
57944
  readonly phylloData: FieldRef<"SocialProfile", 'Json'>
@@ -75747,6 +75769,7 @@ export namespace Prisma {
75747
75769
 
75748
75770
  export const SocialPostScalarFieldEnum: {
75749
75771
  id: 'id',
75772
+ externalId: 'externalId',
75750
75773
  phylloId: 'phylloId',
75751
75774
  metaData: 'metaData',
75752
75775
  data: 'data',
@@ -75963,6 +75986,7 @@ export namespace Prisma {
75963
75986
  engagement: 'engagement',
75964
75987
  avgViews: 'avgViews',
75965
75988
  verified: 'verified',
75989
+ visibility: 'visibility',
75966
75990
  metaData: 'metaData',
75967
75991
  audienceData: 'audienceData',
75968
75992
  phylloData: 'phylloData',
@@ -76473,6 +76497,7 @@ export namespace Prisma {
76473
76497
 
76474
76498
 
76475
76499
  export const SocialPostOrderByRelevanceFieldEnum: {
76500
+ externalId: 'externalId',
76476
76501
  phylloId: 'phylloId',
76477
76502
  title: 'title',
76478
76503
  description: 'description',
@@ -76589,7 +76614,8 @@ export namespace Prisma {
76589
76614
  username: 'username',
76590
76615
  fullname: 'fullname',
76591
76616
  profileUrl: 'profileUrl',
76592
- profilePicUrl: 'profilePicUrl'
76617
+ profilePicUrl: 'profilePicUrl',
76618
+ visibility: 'visibility'
76593
76619
  };
76594
76620
 
76595
76621
  export type SocialProfileOrderByRelevanceFieldEnum = (typeof SocialProfileOrderByRelevanceFieldEnum)[keyof typeof SocialProfileOrderByRelevanceFieldEnum]
@@ -79810,6 +79836,7 @@ export namespace Prisma {
79810
79836
  OR?: SocialPostWhereInput[]
79811
79837
  NOT?: SocialPostWhereInput | SocialPostWhereInput[]
79812
79838
  id?: IntFilter<"SocialPost"> | number
79839
+ externalId?: StringNullableFilter<"SocialPost"> | string | null
79813
79840
  phylloId?: StringNullableFilter<"SocialPost"> | string | null
79814
79841
  metaData?: JsonFilter<"SocialPost">
79815
79842
  data?: JsonFilter<"SocialPost">
@@ -79849,6 +79876,7 @@ export namespace Prisma {
79849
79876
 
79850
79877
  export type SocialPostOrderByWithRelationAndSearchRelevanceInput = {
79851
79878
  id?: SortOrder
79879
+ externalId?: SortOrderInput | SortOrder
79852
79880
  phylloId?: SortOrderInput | SortOrder
79853
79881
  metaData?: SortOrder
79854
79882
  data?: SortOrder
@@ -79891,9 +79919,11 @@ export namespace Prisma {
79891
79919
  id?: number
79892
79920
  phylloId?: string
79893
79921
  urlPath?: string
79922
+ platform_externalId?: SocialPostPlatformExternalIdCompoundUniqueInput
79894
79923
  AND?: SocialPostWhereInput | SocialPostWhereInput[]
79895
79924
  OR?: SocialPostWhereInput[]
79896
79925
  NOT?: SocialPostWhereInput | SocialPostWhereInput[]
79926
+ externalId?: StringNullableFilter<"SocialPost"> | string | null
79897
79927
  metaData?: JsonFilter<"SocialPost">
79898
79928
  data?: JsonFilter<"SocialPost">
79899
79929
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
@@ -79927,10 +79957,11 @@ export namespace Prisma {
79927
79957
  user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
79928
79958
  campaign?: XOR<CampaignNullableRelationFilter, CampaignWhereInput> | null
79929
79959
  lists?: ListToSocialPostListRelationFilter
79930
- }, "id" | "phylloId" | "urlPath">
79960
+ }, "id" | "phylloId" | "urlPath" | "platform_externalId">
79931
79961
 
79932
79962
  export type SocialPostOrderByWithAggregationInput = {
79933
79963
  id?: SortOrder
79964
+ externalId?: SortOrderInput | SortOrder
79934
79965
  phylloId?: SortOrderInput | SortOrder
79935
79966
  metaData?: SortOrder
79936
79967
  data?: SortOrder
@@ -79975,6 +80006,7 @@ export namespace Prisma {
79975
80006
  OR?: SocialPostScalarWhereWithAggregatesInput[]
79976
80007
  NOT?: SocialPostScalarWhereWithAggregatesInput | SocialPostScalarWhereWithAggregatesInput[]
79977
80008
  id?: IntWithAggregatesFilter<"SocialPost"> | number
80009
+ externalId?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
79978
80010
  phylloId?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
79979
80011
  metaData?: JsonWithAggregatesFilter<"SocialPost">
79980
80012
  data?: JsonWithAggregatesFilter<"SocialPost">
@@ -80950,6 +80982,7 @@ export namespace Prisma {
80950
80982
  engagement?: FloatNullableFilter<"SocialProfile"> | number | null
80951
80983
  avgViews?: IntNullableFilter<"SocialProfile"> | number | null
80952
80984
  verified?: BoolNullableFilter<"SocialProfile"> | boolean | null
80985
+ visibility?: StringFilter<"SocialProfile"> | string
80953
80986
  metaData?: JsonFilter<"SocialProfile">
80954
80987
  audienceData?: JsonFilter<"SocialProfile">
80955
80988
  phylloData?: JsonFilter<"SocialProfile">
@@ -80973,6 +81006,7 @@ export namespace Prisma {
80973
81006
  engagement?: SortOrderInput | SortOrder
80974
81007
  avgViews?: SortOrderInput | SortOrder
80975
81008
  verified?: SortOrderInput | SortOrder
81009
+ visibility?: SortOrder
80976
81010
  metaData?: SortOrder
80977
81011
  audienceData?: SortOrder
80978
81012
  phylloData?: SortOrder
@@ -81000,6 +81034,7 @@ export namespace Prisma {
81000
81034
  engagement?: FloatNullableFilter<"SocialProfile"> | number | null
81001
81035
  avgViews?: IntNullableFilter<"SocialProfile"> | number | null
81002
81036
  verified?: BoolNullableFilter<"SocialProfile"> | boolean | null
81037
+ visibility?: StringFilter<"SocialProfile"> | string
81003
81038
  metaData?: JsonFilter<"SocialProfile">
81004
81039
  audienceData?: JsonFilter<"SocialProfile">
81005
81040
  phylloData?: JsonFilter<"SocialProfile">
@@ -81023,6 +81058,7 @@ export namespace Prisma {
81023
81058
  engagement?: SortOrderInput | SortOrder
81024
81059
  avgViews?: SortOrderInput | SortOrder
81025
81060
  verified?: SortOrderInput | SortOrder
81061
+ visibility?: SortOrder
81026
81062
  metaData?: SortOrder
81027
81063
  audienceData?: SortOrder
81028
81064
  phylloData?: SortOrder
@@ -81051,6 +81087,7 @@ export namespace Prisma {
81051
81087
  engagement?: FloatNullableWithAggregatesFilter<"SocialProfile"> | number | null
81052
81088
  avgViews?: IntNullableWithAggregatesFilter<"SocialProfile"> | number | null
81053
81089
  verified?: BoolNullableWithAggregatesFilter<"SocialProfile"> | boolean | null
81090
+ visibility?: StringWithAggregatesFilter<"SocialProfile"> | string
81054
81091
  metaData?: JsonWithAggregatesFilter<"SocialProfile">
81055
81092
  audienceData?: JsonWithAggregatesFilter<"SocialProfile">
81056
81093
  phylloData?: JsonWithAggregatesFilter<"SocialProfile">
@@ -85376,6 +85413,7 @@ export namespace Prisma {
85376
85413
  }
85377
85414
 
85378
85415
  export type SocialPostCreateInput = {
85416
+ externalId?: string | null
85379
85417
  phylloId?: string | null
85380
85418
  metaData?: JsonNullValueInput | InputJsonValue
85381
85419
  data?: JsonNullValueInput | InputJsonValue
@@ -85413,6 +85451,7 @@ export namespace Prisma {
85413
85451
 
85414
85452
  export type SocialPostUncheckedCreateInput = {
85415
85453
  id?: number
85454
+ externalId?: string | null
85416
85455
  phylloId?: string | null
85417
85456
  metaData?: JsonNullValueInput | InputJsonValue
85418
85457
  data?: JsonNullValueInput | InputJsonValue
@@ -85449,6 +85488,7 @@ export namespace Prisma {
85449
85488
  }
85450
85489
 
85451
85490
  export type SocialPostUpdateInput = {
85491
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
85452
85492
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
85453
85493
  metaData?: JsonNullValueInput | InputJsonValue
85454
85494
  data?: JsonNullValueInput | InputJsonValue
@@ -85486,6 +85526,7 @@ export namespace Prisma {
85486
85526
 
85487
85527
  export type SocialPostUncheckedUpdateInput = {
85488
85528
  id?: IntFieldUpdateOperationsInput | number
85529
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
85489
85530
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
85490
85531
  metaData?: JsonNullValueInput | InputJsonValue
85491
85532
  data?: JsonNullValueInput | InputJsonValue
@@ -85523,6 +85564,7 @@ export namespace Prisma {
85523
85564
 
85524
85565
  export type SocialPostCreateManyInput = {
85525
85566
  id?: number
85567
+ externalId?: string | null
85526
85568
  phylloId?: string | null
85527
85569
  metaData?: JsonNullValueInput | InputJsonValue
85528
85570
  data?: JsonNullValueInput | InputJsonValue
@@ -85558,6 +85600,7 @@ export namespace Prisma {
85558
85600
  }
85559
85601
 
85560
85602
  export type SocialPostUpdateManyMutationInput = {
85603
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
85561
85604
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
85562
85605
  metaData?: JsonNullValueInput | InputJsonValue
85563
85606
  data?: JsonNullValueInput | InputJsonValue
@@ -85592,6 +85635,7 @@ export namespace Prisma {
85592
85635
 
85593
85636
  export type SocialPostUncheckedUpdateManyInput = {
85594
85637
  id?: IntFieldUpdateOperationsInput | number
85638
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
85595
85639
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
85596
85640
  metaData?: JsonNullValueInput | InputJsonValue
85597
85641
  data?: JsonNullValueInput | InputJsonValue
@@ -86510,6 +86554,7 @@ export namespace Prisma {
86510
86554
  engagement?: number | null
86511
86555
  avgViews?: number | null
86512
86556
  verified?: boolean | null
86557
+ visibility?: string
86513
86558
  metaData?: JsonNullValueInput | InputJsonValue
86514
86559
  audienceData?: JsonNullValueInput | InputJsonValue
86515
86560
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -86533,6 +86578,7 @@ export namespace Prisma {
86533
86578
  engagement?: number | null
86534
86579
  avgViews?: number | null
86535
86580
  verified?: boolean | null
86581
+ visibility?: string
86536
86582
  metaData?: JsonNullValueInput | InputJsonValue
86537
86583
  audienceData?: JsonNullValueInput | InputJsonValue
86538
86584
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -86553,6 +86599,7 @@ export namespace Prisma {
86553
86599
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
86554
86600
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
86555
86601
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
86602
+ visibility?: StringFieldUpdateOperationsInput | string
86556
86603
  metaData?: JsonNullValueInput | InputJsonValue
86557
86604
  audienceData?: JsonNullValueInput | InputJsonValue
86558
86605
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -86576,6 +86623,7 @@ export namespace Prisma {
86576
86623
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
86577
86624
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
86578
86625
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
86626
+ visibility?: StringFieldUpdateOperationsInput | string
86579
86627
  metaData?: JsonNullValueInput | InputJsonValue
86580
86628
  audienceData?: JsonNullValueInput | InputJsonValue
86581
86629
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -86598,6 +86646,7 @@ export namespace Prisma {
86598
86646
  engagement?: number | null
86599
86647
  avgViews?: number | null
86600
86648
  verified?: boolean | null
86649
+ visibility?: string
86601
86650
  metaData?: JsonNullValueInput | InputJsonValue
86602
86651
  audienceData?: JsonNullValueInput | InputJsonValue
86603
86652
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -86616,6 +86665,7 @@ export namespace Prisma {
86616
86665
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
86617
86666
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
86618
86667
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
86668
+ visibility?: StringFieldUpdateOperationsInput | string
86619
86669
  metaData?: JsonNullValueInput | InputJsonValue
86620
86670
  audienceData?: JsonNullValueInput | InputJsonValue
86621
86671
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -86636,6 +86686,7 @@ export namespace Prisma {
86636
86686
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
86637
86687
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
86638
86688
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
86689
+ visibility?: StringFieldUpdateOperationsInput | string
86639
86690
  metaData?: JsonNullValueInput | InputJsonValue
86640
86691
  audienceData?: JsonNullValueInput | InputJsonValue
86641
86692
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -90509,8 +90560,14 @@ export namespace Prisma {
90509
90560
  search: string
90510
90561
  }
90511
90562
 
90563
+ export type SocialPostPlatformExternalIdCompoundUniqueInput = {
90564
+ platform: string
90565
+ externalId: string
90566
+ }
90567
+
90512
90568
  export type SocialPostCountOrderByAggregateInput = {
90513
90569
  id?: SortOrder
90570
+ externalId?: SortOrder
90514
90571
  phylloId?: SortOrder
90515
90572
  metaData?: SortOrder
90516
90573
  data?: SortOrder
@@ -90566,6 +90623,7 @@ export namespace Prisma {
90566
90623
 
90567
90624
  export type SocialPostMaxOrderByAggregateInput = {
90568
90625
  id?: SortOrder
90626
+ externalId?: SortOrder
90569
90627
  phylloId?: SortOrder
90570
90628
  lastFetched?: SortOrder
90571
90629
  lastWebhook?: SortOrder
@@ -90600,6 +90658,7 @@ export namespace Prisma {
90600
90658
 
90601
90659
  export type SocialPostMinOrderByAggregateInput = {
90602
90660
  id?: SortOrder
90661
+ externalId?: SortOrder
90603
90662
  phylloId?: SortOrder
90604
90663
  lastFetched?: SortOrder
90605
90664
  lastWebhook?: SortOrder
@@ -91363,6 +91422,7 @@ export namespace Prisma {
91363
91422
  engagement?: SortOrder
91364
91423
  avgViews?: SortOrder
91365
91424
  verified?: SortOrder
91425
+ visibility?: SortOrder
91366
91426
  metaData?: SortOrder
91367
91427
  audienceData?: SortOrder
91368
91428
  phylloData?: SortOrder
@@ -91391,6 +91451,7 @@ export namespace Prisma {
91391
91451
  engagement?: SortOrder
91392
91452
  avgViews?: SortOrder
91393
91453
  verified?: SortOrder
91454
+ visibility?: SortOrder
91394
91455
  created?: SortOrder
91395
91456
  updated?: SortOrder
91396
91457
  }
@@ -91408,6 +91469,7 @@ export namespace Prisma {
91408
91469
  engagement?: SortOrder
91409
91470
  avgViews?: SortOrder
91410
91471
  verified?: SortOrder
91472
+ visibility?: SortOrder
91411
91473
  created?: SortOrder
91412
91474
  updated?: SortOrder
91413
91475
  }
@@ -98900,6 +98962,7 @@ export namespace Prisma {
98900
98962
  }
98901
98963
 
98902
98964
  export type SocialPostCreateWithoutUserInput = {
98965
+ externalId?: string | null
98903
98966
  phylloId?: string | null
98904
98967
  metaData?: JsonNullValueInput | InputJsonValue
98905
98968
  data?: JsonNullValueInput | InputJsonValue
@@ -98936,6 +98999,7 @@ export namespace Prisma {
98936
98999
 
98937
99000
  export type SocialPostUncheckedCreateWithoutUserInput = {
98938
99001
  id?: number
99002
+ externalId?: string | null
98939
99003
  phylloId?: string | null
98940
99004
  metaData?: JsonNullValueInput | InputJsonValue
98941
99005
  data?: JsonNullValueInput | InputJsonValue
@@ -99076,6 +99140,7 @@ export namespace Prisma {
99076
99140
  engagement?: number | null
99077
99141
  avgViews?: number | null
99078
99142
  verified?: boolean | null
99143
+ visibility?: string
99079
99144
  metaData?: JsonNullValueInput | InputJsonValue
99080
99145
  audienceData?: JsonNullValueInput | InputJsonValue
99081
99146
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -99097,6 +99162,7 @@ export namespace Prisma {
99097
99162
  engagement?: number | null
99098
99163
  avgViews?: number | null
99099
99164
  verified?: boolean | null
99165
+ visibility?: string
99100
99166
  metaData?: JsonNullValueInput | InputJsonValue
99101
99167
  audienceData?: JsonNullValueInput | InputJsonValue
99102
99168
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -99846,6 +99912,7 @@ export namespace Prisma {
99846
99912
  OR?: SocialPostScalarWhereInput[]
99847
99913
  NOT?: SocialPostScalarWhereInput | SocialPostScalarWhereInput[]
99848
99914
  id?: IntFilter<"SocialPost"> | number
99915
+ externalId?: StringNullableFilter<"SocialPost"> | string | null
99849
99916
  phylloId?: StringNullableFilter<"SocialPost"> | string | null
99850
99917
  metaData?: JsonFilter<"SocialPost">
99851
99918
  data?: JsonFilter<"SocialPost">
@@ -99999,6 +100066,7 @@ export namespace Prisma {
99999
100066
  engagement?: FloatNullableFilter<"SocialProfile"> | number | null
100000
100067
  avgViews?: IntNullableFilter<"SocialProfile"> | number | null
100001
100068
  verified?: BoolNullableFilter<"SocialProfile"> | boolean | null
100069
+ visibility?: StringFilter<"SocialProfile"> | string
100002
100070
  metaData?: JsonFilter<"SocialProfile">
100003
100071
  audienceData?: JsonFilter<"SocialProfile">
100004
100072
  phylloData?: JsonFilter<"SocialProfile">
@@ -106065,6 +106133,7 @@ export namespace Prisma {
106065
106133
  }
106066
106134
 
106067
106135
  export type SocialPostCreateWithoutCampaignInput = {
106136
+ externalId?: string | null
106068
106137
  phylloId?: string | null
106069
106138
  metaData?: JsonNullValueInput | InputJsonValue
106070
106139
  data?: JsonNullValueInput | InputJsonValue
@@ -106101,6 +106170,7 @@ export namespace Prisma {
106101
106170
 
106102
106171
  export type SocialPostUncheckedCreateWithoutCampaignInput = {
106103
106172
  id?: number
106173
+ externalId?: string | null
106104
106174
  phylloId?: string | null
106105
106175
  metaData?: JsonNullValueInput | InputJsonValue
106106
106176
  data?: JsonNullValueInput | InputJsonValue
@@ -112970,6 +113040,7 @@ export namespace Prisma {
112970
113040
  engagement?: number | null
112971
113041
  avgViews?: number | null
112972
113042
  verified?: boolean | null
113043
+ visibility?: string
112973
113044
  metaData?: JsonNullValueInput | InputJsonValue
112974
113045
  audienceData?: JsonNullValueInput | InputJsonValue
112975
113046
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -112992,6 +113063,7 @@ export namespace Prisma {
112992
113063
  engagement?: number | null
112993
113064
  avgViews?: number | null
112994
113065
  verified?: boolean | null
113066
+ visibility?: string
112995
113067
  metaData?: JsonNullValueInput | InputJsonValue
112996
113068
  audienceData?: JsonNullValueInput | InputJsonValue
112997
113069
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -113315,6 +113387,7 @@ export namespace Prisma {
113315
113387
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
113316
113388
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
113317
113389
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
113390
+ visibility?: StringFieldUpdateOperationsInput | string
113318
113391
  metaData?: JsonNullValueInput | InputJsonValue
113319
113392
  audienceData?: JsonNullValueInput | InputJsonValue
113320
113393
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -113337,6 +113410,7 @@ export namespace Prisma {
113337
113410
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
113338
113411
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
113339
113412
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
113413
+ visibility?: StringFieldUpdateOperationsInput | string
113340
113414
  metaData?: JsonNullValueInput | InputJsonValue
113341
113415
  audienceData?: JsonNullValueInput | InputJsonValue
113342
113416
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -114017,6 +114091,7 @@ export namespace Prisma {
114017
114091
  engagement?: number | null
114018
114092
  avgViews?: number | null
114019
114093
  verified?: boolean | null
114094
+ visibility?: string
114020
114095
  metaData?: JsonNullValueInput | InputJsonValue
114021
114096
  audienceData?: JsonNullValueInput | InputJsonValue
114022
114097
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -114039,6 +114114,7 @@ export namespace Prisma {
114039
114114
  engagement?: number | null
114040
114115
  avgViews?: number | null
114041
114116
  verified?: boolean | null
114117
+ visibility?: string
114042
114118
  metaData?: JsonNullValueInput | InputJsonValue
114043
114119
  audienceData?: JsonNullValueInput | InputJsonValue
114044
114120
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -114176,6 +114252,7 @@ export namespace Prisma {
114176
114252
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
114177
114253
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
114178
114254
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
114255
+ visibility?: StringFieldUpdateOperationsInput | string
114179
114256
  metaData?: JsonNullValueInput | InputJsonValue
114180
114257
  audienceData?: JsonNullValueInput | InputJsonValue
114181
114258
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -114198,6 +114275,7 @@ export namespace Prisma {
114198
114275
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
114199
114276
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
114200
114277
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
114278
+ visibility?: StringFieldUpdateOperationsInput | string
114201
114279
  metaData?: JsonNullValueInput | InputJsonValue
114202
114280
  audienceData?: JsonNullValueInput | InputJsonValue
114203
114281
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -115187,6 +115265,7 @@ export namespace Prisma {
115187
115265
  }
115188
115266
 
115189
115267
  export type SocialPostCreateWithoutListsInput = {
115268
+ externalId?: string | null
115190
115269
  phylloId?: string | null
115191
115270
  metaData?: JsonNullValueInput | InputJsonValue
115192
115271
  data?: JsonNullValueInput | InputJsonValue
@@ -115223,6 +115302,7 @@ export namespace Prisma {
115223
115302
 
115224
115303
  export type SocialPostUncheckedCreateWithoutListsInput = {
115225
115304
  id?: number
115305
+ externalId?: string | null
115226
115306
  phylloId?: string | null
115227
115307
  metaData?: JsonNullValueInput | InputJsonValue
115228
115308
  data?: JsonNullValueInput | InputJsonValue
@@ -115308,6 +115388,7 @@ export namespace Prisma {
115308
115388
  }
115309
115389
 
115310
115390
  export type SocialPostUpdateWithoutListsInput = {
115391
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
115311
115392
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
115312
115393
  metaData?: JsonNullValueInput | InputJsonValue
115313
115394
  data?: JsonNullValueInput | InputJsonValue
@@ -115344,6 +115425,7 @@ export namespace Prisma {
115344
115425
 
115345
115426
  export type SocialPostUncheckedUpdateWithoutListsInput = {
115346
115427
  id?: IntFieldUpdateOperationsInput | number
115428
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
115347
115429
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
115348
115430
  metaData?: JsonNullValueInput | InputJsonValue
115349
115431
  data?: JsonNullValueInput | InputJsonValue
@@ -118512,6 +118594,7 @@ export namespace Prisma {
118512
118594
 
118513
118595
  export type SocialPostCreateManyUserInput = {
118514
118596
  id?: number
118597
+ externalId?: string | null
118515
118598
  phylloId?: string | null
118516
118599
  metaData?: JsonNullValueInput | InputJsonValue
118517
118600
  data?: JsonNullValueInput | InputJsonValue
@@ -118584,6 +118667,7 @@ export namespace Prisma {
118584
118667
  engagement?: number | null
118585
118668
  avgViews?: number | null
118586
118669
  verified?: boolean | null
118670
+ visibility?: string
118587
118671
  metaData?: JsonNullValueInput | InputJsonValue
118588
118672
  audienceData?: JsonNullValueInput | InputJsonValue
118589
118673
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -118941,6 +119025,7 @@ export namespace Prisma {
118941
119025
  }
118942
119026
 
118943
119027
  export type SocialPostUpdateWithoutUserInput = {
119028
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
118944
119029
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
118945
119030
  metaData?: JsonNullValueInput | InputJsonValue
118946
119031
  data?: JsonNullValueInput | InputJsonValue
@@ -118977,6 +119062,7 @@ export namespace Prisma {
118977
119062
 
118978
119063
  export type SocialPostUncheckedUpdateWithoutUserInput = {
118979
119064
  id?: IntFieldUpdateOperationsInput | number
119065
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
118980
119066
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
118981
119067
  metaData?: JsonNullValueInput | InputJsonValue
118982
119068
  data?: JsonNullValueInput | InputJsonValue
@@ -119013,6 +119099,7 @@ export namespace Prisma {
119013
119099
 
119014
119100
  export type SocialPostUncheckedUpdateManyWithoutUserInput = {
119015
119101
  id?: IntFieldUpdateOperationsInput | number
119102
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
119016
119103
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
119017
119104
  metaData?: JsonNullValueInput | InputJsonValue
119018
119105
  data?: JsonNullValueInput | InputJsonValue
@@ -119139,6 +119226,7 @@ export namespace Prisma {
119139
119226
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
119140
119227
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
119141
119228
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
119229
+ visibility?: StringFieldUpdateOperationsInput | string
119142
119230
  metaData?: JsonNullValueInput | InputJsonValue
119143
119231
  audienceData?: JsonNullValueInput | InputJsonValue
119144
119232
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -119160,6 +119248,7 @@ export namespace Prisma {
119160
119248
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
119161
119249
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
119162
119250
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
119251
+ visibility?: StringFieldUpdateOperationsInput | string
119163
119252
  metaData?: JsonNullValueInput | InputJsonValue
119164
119253
  audienceData?: JsonNullValueInput | InputJsonValue
119165
119254
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -119181,6 +119270,7 @@ export namespace Prisma {
119181
119270
  engagement?: NullableFloatFieldUpdateOperationsInput | number | null
119182
119271
  avgViews?: NullableIntFieldUpdateOperationsInput | number | null
119183
119272
  verified?: NullableBoolFieldUpdateOperationsInput | boolean | null
119273
+ visibility?: StringFieldUpdateOperationsInput | string
119184
119274
  metaData?: JsonNullValueInput | InputJsonValue
119185
119275
  audienceData?: JsonNullValueInput | InputJsonValue
119186
119276
  phylloData?: JsonNullValueInput | InputJsonValue
@@ -120363,6 +120453,7 @@ export namespace Prisma {
120363
120453
 
120364
120454
  export type SocialPostCreateManyCampaignInput = {
120365
120455
  id?: number
120456
+ externalId?: string | null
120366
120457
  phylloId?: string | null
120367
120458
  metaData?: JsonNullValueInput | InputJsonValue
120368
120459
  data?: JsonNullValueInput | InputJsonValue
@@ -120632,6 +120723,7 @@ export namespace Prisma {
120632
120723
  }
120633
120724
 
120634
120725
  export type SocialPostUpdateWithoutCampaignInput = {
120726
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
120635
120727
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
120636
120728
  metaData?: JsonNullValueInput | InputJsonValue
120637
120729
  data?: JsonNullValueInput | InputJsonValue
@@ -120668,6 +120760,7 @@ export namespace Prisma {
120668
120760
 
120669
120761
  export type SocialPostUncheckedUpdateWithoutCampaignInput = {
120670
120762
  id?: IntFieldUpdateOperationsInput | number
120763
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
120671
120764
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
120672
120765
  metaData?: JsonNullValueInput | InputJsonValue
120673
120766
  data?: JsonNullValueInput | InputJsonValue
@@ -120704,6 +120797,7 @@ export namespace Prisma {
120704
120797
 
120705
120798
  export type SocialPostUncheckedUpdateManyWithoutCampaignInput = {
120706
120799
  id?: IntFieldUpdateOperationsInput | number
120800
+ externalId?: NullableStringFieldUpdateOperationsInput | string | null
120707
120801
  phylloId?: NullableStringFieldUpdateOperationsInput | string | null
120708
120802
  metaData?: JsonNullValueInput | InputJsonValue
120709
120803
  data?: JsonNullValueInput | InputJsonValue