@creator.co/creatorco-prisma-client 1.0.42 → 1.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/edge.js +5 -4
- package/index-browser.js +1 -0
- package/index.d.ts +51 -0
- package/index.js +5 -4
- package/package.json +1 -1
- package/schema.prisma +1 -0
- package/wasm.js +1 -0
package/index-browser.js
CHANGED
|
@@ -600,6 +600,7 @@ exports.Prisma.SocialPostScalarFieldEnum = {
|
|
|
600
600
|
hasCollaborators: 'hasCollaborators',
|
|
601
601
|
isOwnedByUser: 'isOwnedByUser',
|
|
602
602
|
views: 'views',
|
|
603
|
+
replays: 'replays',
|
|
603
604
|
impressions: 'impressions',
|
|
604
605
|
impressionsOrganic: 'impressionsOrganic',
|
|
605
606
|
impressionsPaid: 'impressionsPaid',
|
package/index.d.ts
CHANGED
|
@@ -50009,6 +50009,7 @@ export namespace Prisma {
|
|
|
50009
50009
|
export type SocialPostAvgAggregateOutputType = {
|
|
50010
50010
|
id: number | null
|
|
50011
50011
|
views: number | null
|
|
50012
|
+
replays: number | null
|
|
50012
50013
|
impressions: number | null
|
|
50013
50014
|
impressionsOrganic: number | null
|
|
50014
50015
|
impressionsPaid: number | null
|
|
@@ -50028,6 +50029,7 @@ export namespace Prisma {
|
|
|
50028
50029
|
export type SocialPostSumAggregateOutputType = {
|
|
50029
50030
|
id: number | null
|
|
50030
50031
|
views: number | null
|
|
50032
|
+
replays: number | null
|
|
50031
50033
|
impressions: number | null
|
|
50032
50034
|
impressionsOrganic: number | null
|
|
50033
50035
|
impressionsPaid: number | null
|
|
@@ -50062,6 +50064,7 @@ export namespace Prisma {
|
|
|
50062
50064
|
hasCollaborators: boolean | null
|
|
50063
50065
|
isOwnedByUser: boolean | null
|
|
50064
50066
|
views: number | null
|
|
50067
|
+
replays: number | null
|
|
50065
50068
|
impressions: number | null
|
|
50066
50069
|
impressionsOrganic: number | null
|
|
50067
50070
|
impressionsPaid: number | null
|
|
@@ -50096,6 +50099,7 @@ export namespace Prisma {
|
|
|
50096
50099
|
hasCollaborators: boolean | null
|
|
50097
50100
|
isOwnedByUser: boolean | null
|
|
50098
50101
|
views: number | null
|
|
50102
|
+
replays: number | null
|
|
50099
50103
|
impressions: number | null
|
|
50100
50104
|
impressionsOrganic: number | null
|
|
50101
50105
|
impressionsPaid: number | null
|
|
@@ -50131,6 +50135,7 @@ export namespace Prisma {
|
|
|
50131
50135
|
hasCollaborators: number
|
|
50132
50136
|
isOwnedByUser: number
|
|
50133
50137
|
views: number
|
|
50138
|
+
replays: number
|
|
50134
50139
|
impressions: number
|
|
50135
50140
|
impressionsOrganic: number
|
|
50136
50141
|
impressionsPaid: number
|
|
@@ -50152,6 +50157,7 @@ export namespace Prisma {
|
|
|
50152
50157
|
export type SocialPostAvgAggregateInputType = {
|
|
50153
50158
|
id?: true
|
|
50154
50159
|
views?: true
|
|
50160
|
+
replays?: true
|
|
50155
50161
|
impressions?: true
|
|
50156
50162
|
impressionsOrganic?: true
|
|
50157
50163
|
impressionsPaid?: true
|
|
@@ -50171,6 +50177,7 @@ export namespace Prisma {
|
|
|
50171
50177
|
export type SocialPostSumAggregateInputType = {
|
|
50172
50178
|
id?: true
|
|
50173
50179
|
views?: true
|
|
50180
|
+
replays?: true
|
|
50174
50181
|
impressions?: true
|
|
50175
50182
|
impressionsOrganic?: true
|
|
50176
50183
|
impressionsPaid?: true
|
|
@@ -50205,6 +50212,7 @@ export namespace Prisma {
|
|
|
50205
50212
|
hasCollaborators?: true
|
|
50206
50213
|
isOwnedByUser?: true
|
|
50207
50214
|
views?: true
|
|
50215
|
+
replays?: true
|
|
50208
50216
|
impressions?: true
|
|
50209
50217
|
impressionsOrganic?: true
|
|
50210
50218
|
impressionsPaid?: true
|
|
@@ -50239,6 +50247,7 @@ export namespace Prisma {
|
|
|
50239
50247
|
hasCollaborators?: true
|
|
50240
50248
|
isOwnedByUser?: true
|
|
50241
50249
|
views?: true
|
|
50250
|
+
replays?: true
|
|
50242
50251
|
impressions?: true
|
|
50243
50252
|
impressionsOrganic?: true
|
|
50244
50253
|
impressionsPaid?: true
|
|
@@ -50274,6 +50283,7 @@ export namespace Prisma {
|
|
|
50274
50283
|
hasCollaborators?: true
|
|
50275
50284
|
isOwnedByUser?: true
|
|
50276
50285
|
views?: true
|
|
50286
|
+
replays?: true
|
|
50277
50287
|
impressions?: true
|
|
50278
50288
|
impressionsOrganic?: true
|
|
50279
50289
|
impressionsPaid?: true
|
|
@@ -50396,6 +50406,7 @@ export namespace Prisma {
|
|
|
50396
50406
|
hasCollaborators: boolean | null
|
|
50397
50407
|
isOwnedByUser: boolean | null
|
|
50398
50408
|
views: number | null
|
|
50409
|
+
replays: number | null
|
|
50399
50410
|
impressions: number | null
|
|
50400
50411
|
impressionsOrganic: number | null
|
|
50401
50412
|
impressionsPaid: number | null
|
|
@@ -50450,6 +50461,7 @@ export namespace Prisma {
|
|
|
50450
50461
|
hasCollaborators?: boolean
|
|
50451
50462
|
isOwnedByUser?: boolean
|
|
50452
50463
|
views?: boolean
|
|
50464
|
+
replays?: boolean
|
|
50453
50465
|
impressions?: boolean
|
|
50454
50466
|
impressionsOrganic?: boolean
|
|
50455
50467
|
impressionsPaid?: boolean
|
|
@@ -50489,6 +50501,7 @@ export namespace Prisma {
|
|
|
50489
50501
|
hasCollaborators?: boolean
|
|
50490
50502
|
isOwnedByUser?: boolean
|
|
50491
50503
|
views?: boolean
|
|
50504
|
+
replays?: boolean
|
|
50492
50505
|
impressions?: boolean
|
|
50493
50506
|
impressionsOrganic?: boolean
|
|
50494
50507
|
impressionsPaid?: boolean
|
|
@@ -50526,6 +50539,7 @@ export namespace Prisma {
|
|
|
50526
50539
|
hasCollaborators?: boolean
|
|
50527
50540
|
isOwnedByUser?: boolean
|
|
50528
50541
|
views?: boolean
|
|
50542
|
+
replays?: boolean
|
|
50529
50543
|
impressions?: boolean
|
|
50530
50544
|
impressionsOrganic?: boolean
|
|
50531
50545
|
impressionsPaid?: boolean
|
|
@@ -50579,6 +50593,7 @@ export namespace Prisma {
|
|
|
50579
50593
|
hasCollaborators: boolean | null
|
|
50580
50594
|
isOwnedByUser: boolean | null
|
|
50581
50595
|
views: number | null
|
|
50596
|
+
replays: number | null
|
|
50582
50597
|
impressions: number | null
|
|
50583
50598
|
impressionsOrganic: number | null
|
|
50584
50599
|
impressionsPaid: number | null
|
|
@@ -51035,6 +51050,7 @@ export namespace Prisma {
|
|
|
51035
51050
|
readonly hasCollaborators: FieldRef<"SocialPost", 'Boolean'>
|
|
51036
51051
|
readonly isOwnedByUser: FieldRef<"SocialPost", 'Boolean'>
|
|
51037
51052
|
readonly views: FieldRef<"SocialPost", 'Int'>
|
|
51053
|
+
readonly replays: FieldRef<"SocialPost", 'Int'>
|
|
51038
51054
|
readonly impressions: FieldRef<"SocialPost", 'Int'>
|
|
51039
51055
|
readonly impressionsOrganic: FieldRef<"SocialPost", 'Int'>
|
|
51040
51056
|
readonly impressionsPaid: FieldRef<"SocialPost", 'Int'>
|
|
@@ -87024,6 +87040,7 @@ export namespace Prisma {
|
|
|
87024
87040
|
hasCollaborators: 'hasCollaborators',
|
|
87025
87041
|
isOwnedByUser: 'isOwnedByUser',
|
|
87026
87042
|
views: 'views',
|
|
87043
|
+
replays: 'replays',
|
|
87027
87044
|
impressions: 'impressions',
|
|
87028
87045
|
impressionsOrganic: 'impressionsOrganic',
|
|
87029
87046
|
impressionsPaid: 'impressionsPaid',
|
|
@@ -91475,6 +91492,7 @@ export namespace Prisma {
|
|
|
91475
91492
|
hasCollaborators?: BoolNullableFilter<"SocialPost"> | boolean | null
|
|
91476
91493
|
isOwnedByUser?: BoolNullableFilter<"SocialPost"> | boolean | null
|
|
91477
91494
|
views?: IntNullableFilter<"SocialPost"> | number | null
|
|
91495
|
+
replays?: IntNullableFilter<"SocialPost"> | number | null
|
|
91478
91496
|
impressions?: IntNullableFilter<"SocialPost"> | number | null
|
|
91479
91497
|
impressionsOrganic?: IntNullableFilter<"SocialPost"> | number | null
|
|
91480
91498
|
impressionsPaid?: IntNullableFilter<"SocialPost"> | number | null
|
|
@@ -91513,6 +91531,7 @@ export namespace Prisma {
|
|
|
91513
91531
|
hasCollaborators?: SortOrderInput | SortOrder
|
|
91514
91532
|
isOwnedByUser?: SortOrderInput | SortOrder
|
|
91515
91533
|
views?: SortOrderInput | SortOrder
|
|
91534
|
+
replays?: SortOrderInput | SortOrder
|
|
91516
91535
|
impressions?: SortOrderInput | SortOrder
|
|
91517
91536
|
impressionsOrganic?: SortOrderInput | SortOrder
|
|
91518
91537
|
impressionsPaid?: SortOrderInput | SortOrder
|
|
@@ -91556,6 +91575,7 @@ export namespace Prisma {
|
|
|
91556
91575
|
hasCollaborators?: BoolNullableFilter<"SocialPost"> | boolean | null
|
|
91557
91576
|
isOwnedByUser?: BoolNullableFilter<"SocialPost"> | boolean | null
|
|
91558
91577
|
views?: IntNullableFilter<"SocialPost"> | number | null
|
|
91578
|
+
replays?: IntNullableFilter<"SocialPost"> | number | null
|
|
91559
91579
|
impressions?: IntNullableFilter<"SocialPost"> | number | null
|
|
91560
91580
|
impressionsOrganic?: IntNullableFilter<"SocialPost"> | number | null
|
|
91561
91581
|
impressionsPaid?: IntNullableFilter<"SocialPost"> | number | null
|
|
@@ -91594,6 +91614,7 @@ export namespace Prisma {
|
|
|
91594
91614
|
hasCollaborators?: SortOrderInput | SortOrder
|
|
91595
91615
|
isOwnedByUser?: SortOrderInput | SortOrder
|
|
91596
91616
|
views?: SortOrderInput | SortOrder
|
|
91617
|
+
replays?: SortOrderInput | SortOrder
|
|
91597
91618
|
impressions?: SortOrderInput | SortOrder
|
|
91598
91619
|
impressionsOrganic?: SortOrderInput | SortOrder
|
|
91599
91620
|
impressionsPaid?: SortOrderInput | SortOrder
|
|
@@ -91637,6 +91658,7 @@ export namespace Prisma {
|
|
|
91637
91658
|
hasCollaborators?: BoolNullableWithAggregatesFilter<"SocialPost"> | boolean | null
|
|
91638
91659
|
isOwnedByUser?: BoolNullableWithAggregatesFilter<"SocialPost"> | boolean | null
|
|
91639
91660
|
views?: IntNullableWithAggregatesFilter<"SocialPost"> | number | null
|
|
91661
|
+
replays?: IntNullableWithAggregatesFilter<"SocialPost"> | number | null
|
|
91640
91662
|
impressions?: IntNullableWithAggregatesFilter<"SocialPost"> | number | null
|
|
91641
91663
|
impressionsOrganic?: IntNullableWithAggregatesFilter<"SocialPost"> | number | null
|
|
91642
91664
|
impressionsPaid?: IntNullableWithAggregatesFilter<"SocialPost"> | number | null
|
|
@@ -97577,6 +97599,7 @@ export namespace Prisma {
|
|
|
97577
97599
|
hasCollaborators?: boolean | null
|
|
97578
97600
|
isOwnedByUser?: boolean | null
|
|
97579
97601
|
views?: number | null
|
|
97602
|
+
replays?: number | null
|
|
97580
97603
|
impressions?: number | null
|
|
97581
97604
|
impressionsOrganic?: number | null
|
|
97582
97605
|
impressionsPaid?: number | null
|
|
@@ -97613,6 +97636,7 @@ export namespace Prisma {
|
|
|
97613
97636
|
hasCollaborators?: boolean | null
|
|
97614
97637
|
isOwnedByUser?: boolean | null
|
|
97615
97638
|
views?: number | null
|
|
97639
|
+
replays?: number | null
|
|
97616
97640
|
impressions?: number | null
|
|
97617
97641
|
impressionsOrganic?: number | null
|
|
97618
97642
|
impressionsPaid?: number | null
|
|
@@ -97648,6 +97672,7 @@ export namespace Prisma {
|
|
|
97648
97672
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97649
97673
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97650
97674
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97675
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97651
97676
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97652
97677
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97653
97678
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -97684,6 +97709,7 @@ export namespace Prisma {
|
|
|
97684
97709
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97685
97710
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97686
97711
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97712
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97687
97713
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97688
97714
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97689
97715
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -97720,6 +97746,7 @@ export namespace Prisma {
|
|
|
97720
97746
|
hasCollaborators?: boolean | null
|
|
97721
97747
|
isOwnedByUser?: boolean | null
|
|
97722
97748
|
views?: number | null
|
|
97749
|
+
replays?: number | null
|
|
97723
97750
|
impressions?: number | null
|
|
97724
97751
|
impressionsOrganic?: number | null
|
|
97725
97752
|
impressionsPaid?: number | null
|
|
@@ -97754,6 +97781,7 @@ export namespace Prisma {
|
|
|
97754
97781
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97755
97782
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97756
97783
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97784
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97757
97785
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97758
97786
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97759
97787
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -97787,6 +97815,7 @@ export namespace Prisma {
|
|
|
97787
97815
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97788
97816
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
97789
97817
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97818
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97790
97819
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97791
97820
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
97792
97821
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -103296,6 +103325,7 @@ export namespace Prisma {
|
|
|
103296
103325
|
hasCollaborators?: SortOrder
|
|
103297
103326
|
isOwnedByUser?: SortOrder
|
|
103298
103327
|
views?: SortOrder
|
|
103328
|
+
replays?: SortOrder
|
|
103299
103329
|
impressions?: SortOrder
|
|
103300
103330
|
impressionsOrganic?: SortOrder
|
|
103301
103331
|
impressionsPaid?: SortOrder
|
|
@@ -103315,6 +103345,7 @@ export namespace Prisma {
|
|
|
103315
103345
|
export type SocialPostAvgOrderByAggregateInput = {
|
|
103316
103346
|
id?: SortOrder
|
|
103317
103347
|
views?: SortOrder
|
|
103348
|
+
replays?: SortOrder
|
|
103318
103349
|
impressions?: SortOrder
|
|
103319
103350
|
impressionsOrganic?: SortOrder
|
|
103320
103351
|
impressionsPaid?: SortOrder
|
|
@@ -103349,6 +103380,7 @@ export namespace Prisma {
|
|
|
103349
103380
|
hasCollaborators?: SortOrder
|
|
103350
103381
|
isOwnedByUser?: SortOrder
|
|
103351
103382
|
views?: SortOrder
|
|
103383
|
+
replays?: SortOrder
|
|
103352
103384
|
impressions?: SortOrder
|
|
103353
103385
|
impressionsOrganic?: SortOrder
|
|
103354
103386
|
impressionsPaid?: SortOrder
|
|
@@ -103383,6 +103415,7 @@ export namespace Prisma {
|
|
|
103383
103415
|
hasCollaborators?: SortOrder
|
|
103384
103416
|
isOwnedByUser?: SortOrder
|
|
103385
103417
|
views?: SortOrder
|
|
103418
|
+
replays?: SortOrder
|
|
103386
103419
|
impressions?: SortOrder
|
|
103387
103420
|
impressionsOrganic?: SortOrder
|
|
103388
103421
|
impressionsPaid?: SortOrder
|
|
@@ -103402,6 +103435,7 @@ export namespace Prisma {
|
|
|
103402
103435
|
export type SocialPostSumOrderByAggregateInput = {
|
|
103403
103436
|
id?: SortOrder
|
|
103404
103437
|
views?: SortOrder
|
|
103438
|
+
replays?: SortOrder
|
|
103405
103439
|
impressions?: SortOrder
|
|
103406
103440
|
impressionsOrganic?: SortOrder
|
|
103407
103441
|
impressionsPaid?: SortOrder
|
|
@@ -112450,6 +112484,7 @@ export namespace Prisma {
|
|
|
112450
112484
|
hasCollaborators?: boolean | null
|
|
112451
112485
|
isOwnedByUser?: boolean | null
|
|
112452
112486
|
views?: number | null
|
|
112487
|
+
replays?: number | null
|
|
112453
112488
|
impressions?: number | null
|
|
112454
112489
|
impressionsOrganic?: number | null
|
|
112455
112490
|
impressionsPaid?: number | null
|
|
@@ -112485,6 +112520,7 @@ export namespace Prisma {
|
|
|
112485
112520
|
hasCollaborators?: boolean | null
|
|
112486
112521
|
isOwnedByUser?: boolean | null
|
|
112487
112522
|
views?: number | null
|
|
112523
|
+
replays?: number | null
|
|
112488
112524
|
impressions?: number | null
|
|
112489
112525
|
impressionsOrganic?: number | null
|
|
112490
112526
|
impressionsPaid?: number | null
|
|
@@ -113396,6 +113432,7 @@ export namespace Prisma {
|
|
|
113396
113432
|
hasCollaborators?: BoolNullableFilter<"SocialPost"> | boolean | null
|
|
113397
113433
|
isOwnedByUser?: BoolNullableFilter<"SocialPost"> | boolean | null
|
|
113398
113434
|
views?: IntNullableFilter<"SocialPost"> | number | null
|
|
113435
|
+
replays?: IntNullableFilter<"SocialPost"> | number | null
|
|
113399
113436
|
impressions?: IntNullableFilter<"SocialPost"> | number | null
|
|
113400
113437
|
impressionsOrganic?: IntNullableFilter<"SocialPost"> | number | null
|
|
113401
113438
|
impressionsPaid?: IntNullableFilter<"SocialPost"> | number | null
|
|
@@ -119748,6 +119785,7 @@ export namespace Prisma {
|
|
|
119748
119785
|
hasCollaborators?: boolean | null
|
|
119749
119786
|
isOwnedByUser?: boolean | null
|
|
119750
119787
|
views?: number | null
|
|
119788
|
+
replays?: number | null
|
|
119751
119789
|
impressions?: number | null
|
|
119752
119790
|
impressionsOrganic?: number | null
|
|
119753
119791
|
impressionsPaid?: number | null
|
|
@@ -119783,6 +119821,7 @@ export namespace Prisma {
|
|
|
119783
119821
|
hasCollaborators?: boolean | null
|
|
119784
119822
|
isOwnedByUser?: boolean | null
|
|
119785
119823
|
views?: number | null
|
|
119824
|
+
replays?: number | null
|
|
119786
119825
|
impressions?: number | null
|
|
119787
119826
|
impressionsOrganic?: number | null
|
|
119788
119827
|
impressionsPaid?: number | null
|
|
@@ -130995,6 +131034,7 @@ export namespace Prisma {
|
|
|
130995
131034
|
hasCollaborators?: boolean | null
|
|
130996
131035
|
isOwnedByUser?: boolean | null
|
|
130997
131036
|
views?: number | null
|
|
131037
|
+
replays?: number | null
|
|
130998
131038
|
impressions?: number | null
|
|
130999
131039
|
impressionsOrganic?: number | null
|
|
131000
131040
|
impressionsPaid?: number | null
|
|
@@ -131030,6 +131070,7 @@ export namespace Prisma {
|
|
|
131030
131070
|
hasCollaborators?: boolean | null
|
|
131031
131071
|
isOwnedByUser?: boolean | null
|
|
131032
131072
|
views?: number | null
|
|
131073
|
+
replays?: number | null
|
|
131033
131074
|
impressions?: number | null
|
|
131034
131075
|
impressionsOrganic?: number | null
|
|
131035
131076
|
impressionsPaid?: number | null
|
|
@@ -131114,6 +131155,7 @@ export namespace Prisma {
|
|
|
131114
131155
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
131115
131156
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
131116
131157
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131158
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131117
131159
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131118
131160
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131119
131161
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -131149,6 +131191,7 @@ export namespace Prisma {
|
|
|
131149
131191
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
131150
131192
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
131151
131193
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131194
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131152
131195
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131153
131196
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
131154
131197
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -134368,6 +134411,7 @@ export namespace Prisma {
|
|
|
134368
134411
|
hasCollaborators?: boolean | null
|
|
134369
134412
|
isOwnedByUser?: boolean | null
|
|
134370
134413
|
views?: number | null
|
|
134414
|
+
replays?: number | null
|
|
134371
134415
|
impressions?: number | null
|
|
134372
134416
|
impressionsOrganic?: number | null
|
|
134373
134417
|
impressionsPaid?: number | null
|
|
@@ -134803,6 +134847,7 @@ export namespace Prisma {
|
|
|
134803
134847
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
134804
134848
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
134805
134849
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134850
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134806
134851
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134807
134852
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134808
134853
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -134838,6 +134883,7 @@ export namespace Prisma {
|
|
|
134838
134883
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
134839
134884
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
134840
134885
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134886
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134841
134887
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134842
134888
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134843
134889
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -134873,6 +134919,7 @@ export namespace Prisma {
|
|
|
134873
134919
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
134874
134920
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
134875
134921
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134922
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134876
134923
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134877
134924
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
134878
134925
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -136274,6 +136321,7 @@ export namespace Prisma {
|
|
|
136274
136321
|
hasCollaborators?: boolean | null
|
|
136275
136322
|
isOwnedByUser?: boolean | null
|
|
136276
136323
|
views?: number | null
|
|
136324
|
+
replays?: number | null
|
|
136277
136325
|
impressions?: number | null
|
|
136278
136326
|
impressionsOrganic?: number | null
|
|
136279
136327
|
impressionsPaid?: number | null
|
|
@@ -136573,6 +136621,7 @@ export namespace Prisma {
|
|
|
136573
136621
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
136574
136622
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
136575
136623
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136624
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136576
136625
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136577
136626
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136578
136627
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -136608,6 +136657,7 @@ export namespace Prisma {
|
|
|
136608
136657
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
136609
136658
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
136610
136659
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136660
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136611
136661
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136612
136662
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136613
136663
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|
|
@@ -136643,6 +136693,7 @@ export namespace Prisma {
|
|
|
136643
136693
|
hasCollaborators?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
136644
136694
|
isOwnedByUser?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
136645
136695
|
views?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136696
|
+
replays?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136646
136697
|
impressions?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136647
136698
|
impressionsOrganic?: NullableIntFieldUpdateOperationsInput | number | null
|
|
136648
136699
|
impressionsPaid?: NullableIntFieldUpdateOperationsInput | number | null
|