@creator.co/creatorco-prisma-client 1.0.15-alpha-2abb938 → 1.0.16

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-browser.js CHANGED
@@ -530,7 +530,6 @@ exports.Prisma.SocialPostScalarFieldEnum = {
530
530
  data: 'data',
531
531
  lastFetched: 'lastFetched',
532
532
  lastWebhook: 'lastWebhook',
533
- isStale: 'isStale',
534
533
  posted: 'posted',
535
534
  title: 'title',
536
535
  description: 'description',
package/index.d.ts CHANGED
@@ -41010,7 +41010,6 @@ export namespace Prisma {
41010
41010
  phylloId: string | null
41011
41011
  lastFetched: Date | null
41012
41012
  lastWebhook: Date | null
41013
- isStale: boolean | null
41014
41013
  posted: Date | null
41015
41014
  title: string | null
41016
41015
  description: string | null
@@ -41045,7 +41044,6 @@ export namespace Prisma {
41045
41044
  phylloId: string | null
41046
41045
  lastFetched: Date | null
41047
41046
  lastWebhook: Date | null
41048
- isStale: boolean | null
41049
41047
  posted: Date | null
41050
41048
  title: string | null
41051
41049
  description: string | null
@@ -41082,7 +41080,6 @@ export namespace Prisma {
41082
41080
  data: number
41083
41081
  lastFetched: number
41084
41082
  lastWebhook: number
41085
- isStale: number
41086
41083
  posted: number
41087
41084
  title: number
41088
41085
  description: number
@@ -41157,7 +41154,6 @@ export namespace Prisma {
41157
41154
  phylloId?: true
41158
41155
  lastFetched?: true
41159
41156
  lastWebhook?: true
41160
- isStale?: true
41161
41157
  posted?: true
41162
41158
  title?: true
41163
41159
  description?: true
@@ -41192,7 +41188,6 @@ export namespace Prisma {
41192
41188
  phylloId?: true
41193
41189
  lastFetched?: true
41194
41190
  lastWebhook?: true
41195
- isStale?: true
41196
41191
  posted?: true
41197
41192
  title?: true
41198
41193
  description?: true
@@ -41229,7 +41224,6 @@ export namespace Prisma {
41229
41224
  data?: true
41230
41225
  lastFetched?: true
41231
41226
  lastWebhook?: true
41232
- isStale?: true
41233
41227
  posted?: true
41234
41228
  title?: true
41235
41229
  description?: true
@@ -41353,7 +41347,6 @@ export namespace Prisma {
41353
41347
  data: JsonValue
41354
41348
  lastFetched: Date | null
41355
41349
  lastWebhook: Date | null
41356
- isStale: boolean | null
41357
41350
  posted: Date | null
41358
41351
  title: string | null
41359
41352
  description: string | null
@@ -41409,7 +41402,6 @@ export namespace Prisma {
41409
41402
  data?: boolean
41410
41403
  lastFetched?: boolean
41411
41404
  lastWebhook?: boolean
41412
- isStale?: boolean
41413
41405
  posted?: boolean
41414
41406
  title?: boolean
41415
41407
  description?: boolean
@@ -41451,7 +41443,6 @@ export namespace Prisma {
41451
41443
  data?: boolean
41452
41444
  lastFetched?: boolean
41453
41445
  lastWebhook?: boolean
41454
- isStale?: boolean
41455
41446
  posted?: boolean
41456
41447
  title?: boolean
41457
41448
  description?: boolean
@@ -41505,7 +41496,6 @@ export namespace Prisma {
41505
41496
  data: Prisma.JsonValue
41506
41497
  lastFetched: Date | null
41507
41498
  lastWebhook: Date | null
41508
- isStale: boolean | null
41509
41499
  posted: Date | null
41510
41500
  title: string | null
41511
41501
  description: string | null
@@ -41940,7 +41930,6 @@ export namespace Prisma {
41940
41930
  readonly data: FieldRef<"SocialPost", 'Json'>
41941
41931
  readonly lastFetched: FieldRef<"SocialPost", 'DateTime'>
41942
41932
  readonly lastWebhook: FieldRef<"SocialPost", 'DateTime'>
41943
- readonly isStale: FieldRef<"SocialPost", 'Boolean'>
41944
41933
  readonly posted: FieldRef<"SocialPost", 'DateTime'>
41945
41934
  readonly title: FieldRef<"SocialPost", 'String'>
41946
41935
  readonly description: FieldRef<"SocialPost", 'String'>
@@ -71127,7 +71116,6 @@ export namespace Prisma {
71127
71116
  data: 'data',
71128
71117
  lastFetched: 'lastFetched',
71129
71118
  lastWebhook: 'lastWebhook',
71130
- isStale: 'isStale',
71131
71119
  posted: 'posted',
71132
71120
  title: 'title',
71133
71121
  description: 'description',
@@ -74989,7 +74977,6 @@ export namespace Prisma {
74989
74977
  data?: JsonFilter<"SocialPost">
74990
74978
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
74991
74979
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
74992
- isStale?: BoolNullableFilter<"SocialPost"> | boolean | null
74993
74980
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
74994
74981
  title?: StringNullableFilter<"SocialPost"> | string | null
74995
74982
  description?: StringNullableFilter<"SocialPost"> | string | null
@@ -75030,7 +75017,6 @@ export namespace Prisma {
75030
75017
  data?: SortOrder
75031
75018
  lastFetched?: SortOrderInput | SortOrder
75032
75019
  lastWebhook?: SortOrderInput | SortOrder
75033
- isStale?: SortOrderInput | SortOrder
75034
75020
  posted?: SortOrderInput | SortOrder
75035
75021
  title?: SortOrderInput | SortOrder
75036
75022
  description?: SortOrderInput | SortOrder
@@ -75076,7 +75062,6 @@ export namespace Prisma {
75076
75062
  data?: JsonFilter<"SocialPost">
75077
75063
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
75078
75064
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
75079
- isStale?: BoolNullableFilter<"SocialPost"> | boolean | null
75080
75065
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
75081
75066
  title?: StringNullableFilter<"SocialPost"> | string | null
75082
75067
  description?: StringNullableFilter<"SocialPost"> | string | null
@@ -75116,7 +75101,6 @@ export namespace Prisma {
75116
75101
  data?: SortOrder
75117
75102
  lastFetched?: SortOrderInput | SortOrder
75118
75103
  lastWebhook?: SortOrderInput | SortOrder
75119
- isStale?: SortOrderInput | SortOrder
75120
75104
  posted?: SortOrderInput | SortOrder
75121
75105
  title?: SortOrderInput | SortOrder
75122
75106
  description?: SortOrderInput | SortOrder
@@ -75161,7 +75145,6 @@ export namespace Prisma {
75161
75145
  data?: JsonWithAggregatesFilter<"SocialPost">
75162
75146
  lastFetched?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
75163
75147
  lastWebhook?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
75164
- isStale?: BoolNullableWithAggregatesFilter<"SocialPost"> | boolean | null
75165
75148
  posted?: DateTimeNullableWithAggregatesFilter<"SocialPost"> | Date | string | null
75166
75149
  title?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
75167
75150
  description?: StringNullableWithAggregatesFilter<"SocialPost"> | string | null
@@ -80247,7 +80230,6 @@ export namespace Prisma {
80247
80230
  data?: JsonNullValueInput | InputJsonValue
80248
80231
  lastFetched?: Date | string | null
80249
80232
  lastWebhook?: Date | string | null
80250
- isStale?: boolean | null
80251
80233
  posted?: Date | string | null
80252
80234
  title?: string | null
80253
80235
  description?: string | null
@@ -80286,7 +80268,6 @@ export namespace Prisma {
80286
80268
  data?: JsonNullValueInput | InputJsonValue
80287
80269
  lastFetched?: Date | string | null
80288
80270
  lastWebhook?: Date | string | null
80289
- isStale?: boolean | null
80290
80271
  posted?: Date | string | null
80291
80272
  title?: string | null
80292
80273
  description?: string | null
@@ -80324,7 +80305,6 @@ export namespace Prisma {
80324
80305
  data?: JsonNullValueInput | InputJsonValue
80325
80306
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80326
80307
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80327
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
80328
80308
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80329
80309
  title?: NullableStringFieldUpdateOperationsInput | string | null
80330
80310
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -80363,7 +80343,6 @@ export namespace Prisma {
80363
80343
  data?: JsonNullValueInput | InputJsonValue
80364
80344
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80365
80345
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80366
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
80367
80346
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80368
80347
  title?: NullableStringFieldUpdateOperationsInput | string | null
80369
80348
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -80402,7 +80381,6 @@ export namespace Prisma {
80402
80381
  data?: JsonNullValueInput | InputJsonValue
80403
80382
  lastFetched?: Date | string | null
80404
80383
  lastWebhook?: Date | string | null
80405
- isStale?: boolean | null
80406
80384
  posted?: Date | string | null
80407
80385
  title?: string | null
80408
80386
  description?: string | null
@@ -80438,7 +80416,6 @@ export namespace Prisma {
80438
80416
  data?: JsonNullValueInput | InputJsonValue
80439
80417
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80440
80418
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80441
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
80442
80419
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80443
80420
  title?: NullableStringFieldUpdateOperationsInput | string | null
80444
80421
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -80473,7 +80450,6 @@ export namespace Prisma {
80473
80450
  data?: JsonNullValueInput | InputJsonValue
80474
80451
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80475
80452
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80476
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
80477
80453
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80478
80454
  title?: NullableStringFieldUpdateOperationsInput | string | null
80479
80455
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -85069,7 +85045,6 @@ export namespace Prisma {
85069
85045
  data?: SortOrder
85070
85046
  lastFetched?: SortOrder
85071
85047
  lastWebhook?: SortOrder
85072
- isStale?: SortOrder
85073
85048
  posted?: SortOrder
85074
85049
  title?: SortOrder
85075
85050
  description?: SortOrder
@@ -85123,7 +85098,6 @@ export namespace Prisma {
85123
85098
  phylloId?: SortOrder
85124
85099
  lastFetched?: SortOrder
85125
85100
  lastWebhook?: SortOrder
85126
- isStale?: SortOrder
85127
85101
  posted?: SortOrder
85128
85102
  title?: SortOrder
85129
85103
  description?: SortOrder
@@ -85158,7 +85132,6 @@ export namespace Prisma {
85158
85132
  phylloId?: SortOrder
85159
85133
  lastFetched?: SortOrder
85160
85134
  lastWebhook?: SortOrder
85161
- isStale?: SortOrder
85162
85135
  posted?: SortOrder
85163
85136
  title?: SortOrder
85164
85137
  description?: SortOrder
@@ -92881,7 +92854,6 @@ export namespace Prisma {
92881
92854
  data?: JsonNullValueInput | InputJsonValue
92882
92855
  lastFetched?: Date | string | null
92883
92856
  lastWebhook?: Date | string | null
92884
- isStale?: boolean | null
92885
92857
  posted?: Date | string | null
92886
92858
  title?: string | null
92887
92859
  description?: string | null
@@ -92919,7 +92891,6 @@ export namespace Prisma {
92919
92891
  data?: JsonNullValueInput | InputJsonValue
92920
92892
  lastFetched?: Date | string | null
92921
92893
  lastWebhook?: Date | string | null
92922
- isStale?: boolean | null
92923
92894
  posted?: Date | string | null
92924
92895
  title?: string | null
92925
92896
  description?: string | null
@@ -93829,7 +93800,6 @@ export namespace Prisma {
93829
93800
  data?: JsonFilter<"SocialPost">
93830
93801
  lastFetched?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
93831
93802
  lastWebhook?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
93832
- isStale?: BoolNullableFilter<"SocialPost"> | boolean | null
93833
93803
  posted?: DateTimeNullableFilter<"SocialPost"> | Date | string | null
93834
93804
  title?: StringNullableFilter<"SocialPost"> | string | null
93835
93805
  description?: StringNullableFilter<"SocialPost"> | string | null
@@ -99925,7 +99895,6 @@ export namespace Prisma {
99925
99895
  data?: JsonNullValueInput | InputJsonValue
99926
99896
  lastFetched?: Date | string | null
99927
99897
  lastWebhook?: Date | string | null
99928
- isStale?: boolean | null
99929
99898
  posted?: Date | string | null
99930
99899
  title?: string | null
99931
99900
  description?: string | null
@@ -99963,7 +99932,6 @@ export namespace Prisma {
99963
99932
  data?: JsonNullValueInput | InputJsonValue
99964
99933
  lastFetched?: Date | string | null
99965
99934
  lastWebhook?: Date | string | null
99966
- isStale?: boolean | null
99967
99935
  posted?: Date | string | null
99968
99936
  title?: string | null
99969
99937
  description?: string | null
@@ -104668,7 +104636,6 @@ export namespace Prisma {
104668
104636
  data?: JsonNullValueInput | InputJsonValue
104669
104637
  lastFetched?: Date | string | null
104670
104638
  lastWebhook?: Date | string | null
104671
- isStale?: boolean | null
104672
104639
  posted?: Date | string | null
104673
104640
  title?: string | null
104674
104641
  description?: string | null
@@ -104706,7 +104673,6 @@ export namespace Prisma {
104706
104673
  data?: JsonNullValueInput | InputJsonValue
104707
104674
  lastFetched?: Date | string | null
104708
104675
  lastWebhook?: Date | string | null
104709
- isStale?: boolean | null
104710
104676
  posted?: Date | string | null
104711
104677
  title?: string | null
104712
104678
  description?: string | null
@@ -104759,7 +104725,6 @@ export namespace Prisma {
104759
104725
  data?: JsonNullValueInput | InputJsonValue
104760
104726
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
104761
104727
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
104762
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
104763
104728
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
104764
104729
  title?: NullableStringFieldUpdateOperationsInput | string | null
104765
104730
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -104797,7 +104762,6 @@ export namespace Prisma {
104797
104762
  data?: JsonNullValueInput | InputJsonValue
104798
104763
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
104799
104764
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
104800
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
104801
104765
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
104802
104766
  title?: NullableStringFieldUpdateOperationsInput | string | null
104803
104767
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -108722,7 +108686,6 @@ export namespace Prisma {
108722
108686
  data?: JsonNullValueInput | InputJsonValue
108723
108687
  lastFetched?: Date | string | null
108724
108688
  lastWebhook?: Date | string | null
108725
- isStale?: boolean | null
108726
108689
  posted?: Date | string | null
108727
108690
  title?: string | null
108728
108691
  description?: string | null
@@ -108760,7 +108723,6 @@ export namespace Prisma {
108760
108723
  data?: JsonNullValueInput | InputJsonValue
108761
108724
  lastFetched?: Date | string | null
108762
108725
  lastWebhook?: Date | string | null
108763
- isStale?: boolean | null
108764
108726
  posted?: Date | string | null
108765
108727
  title?: string | null
108766
108728
  description?: string | null
@@ -108847,7 +108809,6 @@ export namespace Prisma {
108847
108809
  data?: JsonNullValueInput | InputJsonValue
108848
108810
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
108849
108811
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
108850
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
108851
108812
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
108852
108813
  title?: NullableStringFieldUpdateOperationsInput | string | null
108853
108814
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -108885,7 +108846,6 @@ export namespace Prisma {
108885
108846
  data?: JsonNullValueInput | InputJsonValue
108886
108847
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
108887
108848
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
108888
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
108889
108849
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
108890
108850
  title?: NullableStringFieldUpdateOperationsInput | string | null
108891
108851
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -111252,7 +111212,6 @@ export namespace Prisma {
111252
111212
  data?: JsonNullValueInput | InputJsonValue
111253
111213
  lastFetched?: Date | string | null
111254
111214
  lastWebhook?: Date | string | null
111255
- isStale?: boolean | null
111256
111215
  posted?: Date | string | null
111257
111216
  title?: string | null
111258
111217
  description?: string | null
@@ -111670,7 +111629,6 @@ export namespace Prisma {
111670
111629
  data?: JsonNullValueInput | InputJsonValue
111671
111630
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111672
111631
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111673
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
111674
111632
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111675
111633
  title?: NullableStringFieldUpdateOperationsInput | string | null
111676
111634
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -111708,7 +111666,6 @@ export namespace Prisma {
111708
111666
  data?: JsonNullValueInput | InputJsonValue
111709
111667
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111710
111668
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111711
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
111712
111669
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111713
111670
  title?: NullableStringFieldUpdateOperationsInput | string | null
111714
111671
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -111746,7 +111703,6 @@ export namespace Prisma {
111746
111703
  data?: JsonNullValueInput | InputJsonValue
111747
111704
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111748
111705
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111749
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
111750
111706
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
111751
111707
  title?: NullableStringFieldUpdateOperationsInput | string | null
111752
111708
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -113043,7 +112999,6 @@ export namespace Prisma {
113043
112999
  data?: JsonNullValueInput | InputJsonValue
113044
113000
  lastFetched?: Date | string | null
113045
113001
  lastWebhook?: Date | string | null
113046
- isStale?: boolean | null
113047
113002
  posted?: Date | string | null
113048
113003
  title?: string | null
113049
113004
  description?: string | null
@@ -113302,7 +113257,6 @@ export namespace Prisma {
113302
113257
  data?: JsonNullValueInput | InputJsonValue
113303
113258
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113304
113259
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113305
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
113306
113260
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113307
113261
  title?: NullableStringFieldUpdateOperationsInput | string | null
113308
113262
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -113340,7 +113294,6 @@ export namespace Prisma {
113340
113294
  data?: JsonNullValueInput | InputJsonValue
113341
113295
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113342
113296
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113343
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
113344
113297
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113345
113298
  title?: NullableStringFieldUpdateOperationsInput | string | null
113346
113299
  description?: NullableStringFieldUpdateOperationsInput | string | null
@@ -113378,7 +113331,6 @@ export namespace Prisma {
113378
113331
  data?: JsonNullValueInput | InputJsonValue
113379
113332
  lastFetched?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113380
113333
  lastWebhook?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113381
- isStale?: NullableBoolFieldUpdateOperationsInput | boolean | null
113382
113334
  posted?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
113383
113335
  title?: NullableStringFieldUpdateOperationsInput | string | null
113384
113336
  description?: NullableStringFieldUpdateOperationsInput | string | null