@allbluecn/database 0.4.13 → 0.4.15

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.
@@ -337,8 +337,6 @@ export type UserWhereInput = {
337
337
  aiUsageLogs?: Prisma.AiUsageLogListRelationFilter
338
338
  agents?: Prisma.UserAgentListRelationFilter
339
339
  skills?: Prisma.UserSkillListRelationFilter
340
- notifications?: Prisma.NotificationListRelationFilter
341
- notificationPreference?: Prisma.XOR<Prisma.NotificationPreferenceNullableScalarRelationFilter, Prisma.NotificationPreferenceWhereInput> | null
342
340
  subscription?: Prisma.XOR<Prisma.SubscriptionNullableScalarRelationFilter, Prisma.SubscriptionWhereInput> | null
343
341
  }
344
342
 
@@ -402,8 +400,6 @@ export type UserOrderByWithRelationInput = {
402
400
  aiUsageLogs?: Prisma.AiUsageLogOrderByRelationAggregateInput
403
401
  agents?: Prisma.UserAgentOrderByRelationAggregateInput
404
402
  skills?: Prisma.UserSkillOrderByRelationAggregateInput
405
- notifications?: Prisma.NotificationOrderByRelationAggregateInput
406
- notificationPreference?: Prisma.NotificationPreferenceOrderByWithRelationInput
407
403
  subscription?: Prisma.SubscriptionOrderByWithRelationInput
408
404
  }
409
405
 
@@ -470,8 +466,6 @@ export type UserWhereUniqueInput = Prisma.AtLeast<{
470
466
  aiUsageLogs?: Prisma.AiUsageLogListRelationFilter
471
467
  agents?: Prisma.UserAgentListRelationFilter
472
468
  skills?: Prisma.UserSkillListRelationFilter
473
- notifications?: Prisma.NotificationListRelationFilter
474
- notificationPreference?: Prisma.XOR<Prisma.NotificationPreferenceNullableScalarRelationFilter, Prisma.NotificationPreferenceWhereInput> | null
475
469
  subscription?: Prisma.XOR<Prisma.SubscriptionNullableScalarRelationFilter, Prisma.SubscriptionWhereInput> | null
476
470
  }, "id" | "email" | "username">
477
471
 
@@ -587,8 +581,6 @@ export type UserCreateInput = {
587
581
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
588
582
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
589
583
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
590
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
591
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
592
584
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
593
585
  }
594
586
 
@@ -652,8 +644,6 @@ export type UserUncheckedCreateInput = {
652
644
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
653
645
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
654
646
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
655
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
656
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
657
647
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
658
648
  }
659
649
 
@@ -717,8 +707,6 @@ export type UserUpdateInput = {
717
707
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
718
708
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
719
709
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
720
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
721
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
722
710
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
723
711
  }
724
712
 
@@ -782,8 +770,6 @@ export type UserUncheckedUpdateInput = {
782
770
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
783
771
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
784
772
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
785
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
786
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
787
773
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
788
774
  }
789
775
 
@@ -1505,34 +1491,6 @@ export type UserUpdateOneRequiredWithoutSkillsNestedInput = {
1505
1491
  update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutSkillsInput, Prisma.UserUpdateWithoutSkillsInput>, Prisma.UserUncheckedUpdateWithoutSkillsInput>
1506
1492
  }
1507
1493
 
1508
- export type UserCreateNestedOneWithoutNotificationsInput = {
1509
- create?: Prisma.XOR<Prisma.UserCreateWithoutNotificationsInput, Prisma.UserUncheckedCreateWithoutNotificationsInput>
1510
- connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationsInput
1511
- connect?: Prisma.UserWhereUniqueInput
1512
- }
1513
-
1514
- export type UserUpdateOneRequiredWithoutNotificationsNestedInput = {
1515
- create?: Prisma.XOR<Prisma.UserCreateWithoutNotificationsInput, Prisma.UserUncheckedCreateWithoutNotificationsInput>
1516
- connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationsInput
1517
- upsert?: Prisma.UserUpsertWithoutNotificationsInput
1518
- connect?: Prisma.UserWhereUniqueInput
1519
- update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutNotificationsInput, Prisma.UserUpdateWithoutNotificationsInput>, Prisma.UserUncheckedUpdateWithoutNotificationsInput>
1520
- }
1521
-
1522
- export type UserCreateNestedOneWithoutNotificationPreferenceInput = {
1523
- create?: Prisma.XOR<Prisma.UserCreateWithoutNotificationPreferenceInput, Prisma.UserUncheckedCreateWithoutNotificationPreferenceInput>
1524
- connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationPreferenceInput
1525
- connect?: Prisma.UserWhereUniqueInput
1526
- }
1527
-
1528
- export type UserUpdateOneRequiredWithoutNotificationPreferenceNestedInput = {
1529
- create?: Prisma.XOR<Prisma.UserCreateWithoutNotificationPreferenceInput, Prisma.UserUncheckedCreateWithoutNotificationPreferenceInput>
1530
- connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationPreferenceInput
1531
- upsert?: Prisma.UserUpsertWithoutNotificationPreferenceInput
1532
- connect?: Prisma.UserWhereUniqueInput
1533
- update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutNotificationPreferenceInput, Prisma.UserUpdateWithoutNotificationPreferenceInput>, Prisma.UserUncheckedUpdateWithoutNotificationPreferenceInput>
1534
- }
1535
-
1536
1494
  export type UserCreateWithoutOwnedProjectsInput = {
1537
1495
  id?: string
1538
1496
  email: string
@@ -1592,8 +1550,6 @@ export type UserCreateWithoutOwnedProjectsInput = {
1592
1550
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
1593
1551
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
1594
1552
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
1595
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
1596
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
1597
1553
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
1598
1554
  }
1599
1555
 
@@ -1656,8 +1612,6 @@ export type UserUncheckedCreateWithoutOwnedProjectsInput = {
1656
1612
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
1657
1613
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
1658
1614
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
1659
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
1660
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
1661
1615
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
1662
1616
  }
1663
1617
 
@@ -1736,8 +1690,6 @@ export type UserUpdateWithoutOwnedProjectsInput = {
1736
1690
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
1737
1691
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
1738
1692
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
1739
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
1740
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
1741
1693
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
1742
1694
  }
1743
1695
 
@@ -1800,8 +1752,6 @@ export type UserUncheckedUpdateWithoutOwnedProjectsInput = {
1800
1752
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
1801
1753
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
1802
1754
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
1803
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
1804
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
1805
1755
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
1806
1756
  }
1807
1757
 
@@ -1864,8 +1814,6 @@ export type UserCreateWithoutProjectMembershipsInput = {
1864
1814
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
1865
1815
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
1866
1816
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
1867
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
1868
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
1869
1817
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
1870
1818
  }
1871
1819
 
@@ -1928,8 +1876,6 @@ export type UserUncheckedCreateWithoutProjectMembershipsInput = {
1928
1876
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
1929
1877
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
1930
1878
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
1931
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
1932
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
1933
1879
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
1934
1880
  }
1935
1881
 
@@ -2008,8 +1954,6 @@ export type UserUpdateWithoutProjectMembershipsInput = {
2008
1954
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
2009
1955
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
2010
1956
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
2011
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
2012
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
2013
1957
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
2014
1958
  }
2015
1959
 
@@ -2072,8 +2016,6 @@ export type UserUncheckedUpdateWithoutProjectMembershipsInput = {
2072
2016
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
2073
2017
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
2074
2018
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
2075
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
2076
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
2077
2019
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
2078
2020
  }
2079
2021
 
@@ -2136,8 +2078,6 @@ export type UserCreateWithoutOwnedWorkspacesInput = {
2136
2078
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
2137
2079
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
2138
2080
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
2139
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
2140
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
2141
2081
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
2142
2082
  }
2143
2083
 
@@ -2200,8 +2140,6 @@ export type UserUncheckedCreateWithoutOwnedWorkspacesInput = {
2200
2140
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
2201
2141
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
2202
2142
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
2203
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
2204
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
2205
2143
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
2206
2144
  }
2207
2145
 
@@ -2280,8 +2218,6 @@ export type UserUpdateWithoutOwnedWorkspacesInput = {
2280
2218
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
2281
2219
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
2282
2220
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
2283
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
2284
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
2285
2221
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
2286
2222
  }
2287
2223
 
@@ -2344,8 +2280,6 @@ export type UserUncheckedUpdateWithoutOwnedWorkspacesInput = {
2344
2280
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
2345
2281
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
2346
2282
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
2347
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
2348
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
2349
2283
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
2350
2284
  }
2351
2285
 
@@ -2408,8 +2342,6 @@ export type UserCreateWithoutWorkspaceMembershipsInput = {
2408
2342
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
2409
2343
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
2410
2344
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
2411
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
2412
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
2413
2345
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
2414
2346
  }
2415
2347
 
@@ -2472,8 +2404,6 @@ export type UserUncheckedCreateWithoutWorkspaceMembershipsInput = {
2472
2404
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
2473
2405
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
2474
2406
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
2475
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
2476
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
2477
2407
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
2478
2408
  }
2479
2409
 
@@ -2541,8 +2471,6 @@ export type UserCreateWithoutTeamJoinedInput = {
2541
2471
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
2542
2472
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
2543
2473
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
2544
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
2545
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
2546
2474
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
2547
2475
  }
2548
2476
 
@@ -2605,8 +2533,6 @@ export type UserUncheckedCreateWithoutTeamJoinedInput = {
2605
2533
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
2606
2534
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
2607
2535
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
2608
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
2609
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
2610
2536
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
2611
2537
  }
2612
2538
 
@@ -2685,8 +2611,6 @@ export type UserUpdateWithoutWorkspaceMembershipsInput = {
2685
2611
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
2686
2612
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
2687
2613
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
2688
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
2689
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
2690
2614
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
2691
2615
  }
2692
2616
 
@@ -2749,8 +2673,6 @@ export type UserUncheckedUpdateWithoutWorkspaceMembershipsInput = {
2749
2673
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
2750
2674
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
2751
2675
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
2752
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
2753
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
2754
2676
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
2755
2677
  }
2756
2678
 
@@ -2824,8 +2746,6 @@ export type UserUpdateWithoutTeamJoinedInput = {
2824
2746
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
2825
2747
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
2826
2748
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
2827
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
2828
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
2829
2749
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
2830
2750
  }
2831
2751
 
@@ -2888,8 +2808,6 @@ export type UserUncheckedUpdateWithoutTeamJoinedInput = {
2888
2808
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
2889
2809
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
2890
2810
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
2891
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
2892
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
2893
2811
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
2894
2812
  }
2895
2813
 
@@ -2952,8 +2870,6 @@ export type UserCreateWithoutSentInvitationsInput = {
2952
2870
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
2953
2871
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
2954
2872
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
2955
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
2956
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
2957
2873
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
2958
2874
  }
2959
2875
 
@@ -3016,8 +2932,6 @@ export type UserUncheckedCreateWithoutSentInvitationsInput = {
3016
2932
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
3017
2933
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
3018
2934
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
3019
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
3020
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
3021
2935
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
3022
2936
  }
3023
2937
 
@@ -3096,8 +3010,6 @@ export type UserUpdateWithoutSentInvitationsInput = {
3096
3010
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
3097
3011
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
3098
3012
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
3099
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
3100
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
3101
3013
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
3102
3014
  }
3103
3015
 
@@ -3160,8 +3072,6 @@ export type UserUncheckedUpdateWithoutSentInvitationsInput = {
3160
3072
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
3161
3073
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
3162
3074
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
3163
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
3164
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
3165
3075
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
3166
3076
  }
3167
3077
 
@@ -3224,8 +3134,6 @@ export type UserCreateWithoutOwnedJoinRequestsInput = {
3224
3134
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
3225
3135
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
3226
3136
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
3227
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
3228
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
3229
3137
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
3230
3138
  }
3231
3139
 
@@ -3288,8 +3196,6 @@ export type UserUncheckedCreateWithoutOwnedJoinRequestsInput = {
3288
3196
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
3289
3197
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
3290
3198
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
3291
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
3292
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
3293
3199
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
3294
3200
  }
3295
3201
 
@@ -3357,8 +3263,6 @@ export type UserCreateWithoutApplicantJoinRequestsInput = {
3357
3263
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
3358
3264
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
3359
3265
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
3360
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
3361
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
3362
3266
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
3363
3267
  }
3364
3268
 
@@ -3421,8 +3325,6 @@ export type UserUncheckedCreateWithoutApplicantJoinRequestsInput = {
3421
3325
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
3422
3326
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
3423
3327
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
3424
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
3425
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
3426
3328
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
3427
3329
  }
3428
3330
 
@@ -3501,8 +3403,6 @@ export type UserUpdateWithoutOwnedJoinRequestsInput = {
3501
3403
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
3502
3404
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
3503
3405
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
3504
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
3505
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
3506
3406
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
3507
3407
  }
3508
3408
 
@@ -3565,8 +3465,6 @@ export type UserUncheckedUpdateWithoutOwnedJoinRequestsInput = {
3565
3465
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
3566
3466
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
3567
3467
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
3568
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
3569
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
3570
3468
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
3571
3469
  }
3572
3470
 
@@ -3640,8 +3538,6 @@ export type UserUpdateWithoutApplicantJoinRequestsInput = {
3640
3538
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
3641
3539
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
3642
3540
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
3643
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
3644
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
3645
3541
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
3646
3542
  }
3647
3543
 
@@ -3704,8 +3600,6 @@ export type UserUncheckedUpdateWithoutApplicantJoinRequestsInput = {
3704
3600
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
3705
3601
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
3706
3602
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
3707
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
3708
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
3709
3603
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
3710
3604
  }
3711
3605
 
@@ -3768,8 +3662,6 @@ export type UserCreateWithoutProjectActivitiesInput = {
3768
3662
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
3769
3663
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
3770
3664
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
3771
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
3772
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
3773
3665
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
3774
3666
  }
3775
3667
 
@@ -3832,8 +3724,6 @@ export type UserUncheckedCreateWithoutProjectActivitiesInput = {
3832
3724
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
3833
3725
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
3834
3726
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
3835
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
3836
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
3837
3727
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
3838
3728
  }
3839
3729
 
@@ -3912,8 +3802,6 @@ export type UserUpdateWithoutProjectActivitiesInput = {
3912
3802
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
3913
3803
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
3914
3804
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
3915
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
3916
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
3917
3805
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
3918
3806
  }
3919
3807
 
@@ -3976,8 +3864,6 @@ export type UserUncheckedUpdateWithoutProjectActivitiesInput = {
3976
3864
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
3977
3865
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
3978
3866
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
3979
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
3980
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
3981
3867
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
3982
3868
  }
3983
3869
 
@@ -4040,8 +3926,6 @@ export type UserCreateWithoutChatThreadsInput = {
4040
3926
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
4041
3927
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
4042
3928
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
4043
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
4044
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
4045
3929
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
4046
3930
  }
4047
3931
 
@@ -4104,8 +3988,6 @@ export type UserUncheckedCreateWithoutChatThreadsInput = {
4104
3988
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
4105
3989
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
4106
3990
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
4107
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
4108
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
4109
3991
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
4110
3992
  }
4111
3993
 
@@ -4184,8 +4066,6 @@ export type UserUpdateWithoutChatThreadsInput = {
4184
4066
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
4185
4067
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
4186
4068
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
4187
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
4188
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
4189
4069
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
4190
4070
  }
4191
4071
 
@@ -4248,8 +4128,6 @@ export type UserUncheckedUpdateWithoutChatThreadsInput = {
4248
4128
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
4249
4129
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
4250
4130
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
4251
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
4252
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
4253
4131
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
4254
4132
  }
4255
4133
 
@@ -4312,8 +4190,6 @@ export type UserCreateWithoutLoginLogsInput = {
4312
4190
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
4313
4191
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
4314
4192
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
4315
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
4316
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
4317
4193
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
4318
4194
  }
4319
4195
 
@@ -4376,8 +4252,6 @@ export type UserUncheckedCreateWithoutLoginLogsInput = {
4376
4252
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
4377
4253
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
4378
4254
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
4379
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
4380
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
4381
4255
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
4382
4256
  }
4383
4257
 
@@ -4456,8 +4330,6 @@ export type UserUpdateWithoutLoginLogsInput = {
4456
4330
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
4457
4331
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
4458
4332
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
4459
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
4460
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
4461
4333
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
4462
4334
  }
4463
4335
 
@@ -4520,8 +4392,6 @@ export type UserUncheckedUpdateWithoutLoginLogsInput = {
4520
4392
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
4521
4393
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
4522
4394
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
4523
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
4524
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
4525
4395
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
4526
4396
  }
4527
4397
 
@@ -4584,8 +4454,6 @@ export type UserCreateWithoutInvitationUsesInput = {
4584
4454
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
4585
4455
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
4586
4456
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
4587
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
4588
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
4589
4457
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
4590
4458
  }
4591
4459
 
@@ -4648,8 +4516,6 @@ export type UserUncheckedCreateWithoutInvitationUsesInput = {
4648
4516
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
4649
4517
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
4650
4518
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
4651
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
4652
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
4653
4519
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
4654
4520
  }
4655
4521
 
@@ -4728,8 +4594,6 @@ export type UserUpdateWithoutInvitationUsesInput = {
4728
4594
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
4729
4595
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
4730
4596
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
4731
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
4732
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
4733
4597
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
4734
4598
  }
4735
4599
 
@@ -4792,8 +4656,6 @@ export type UserUncheckedUpdateWithoutInvitationUsesInput = {
4792
4656
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
4793
4657
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
4794
4658
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
4795
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
4796
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
4797
4659
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
4798
4660
  }
4799
4661
 
@@ -4856,8 +4718,6 @@ export type UserCreateWithoutPasswordResetTokensInput = {
4856
4718
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
4857
4719
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
4858
4720
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
4859
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
4860
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
4861
4721
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
4862
4722
  }
4863
4723
 
@@ -4920,8 +4780,6 @@ export type UserUncheckedCreateWithoutPasswordResetTokensInput = {
4920
4780
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
4921
4781
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
4922
4782
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
4923
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
4924
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
4925
4783
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
4926
4784
  }
4927
4785
 
@@ -5000,8 +4858,6 @@ export type UserUpdateWithoutPasswordResetTokensInput = {
5000
4858
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
5001
4859
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
5002
4860
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
5003
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
5004
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
5005
4861
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
5006
4862
  }
5007
4863
 
@@ -5064,8 +4920,6 @@ export type UserUncheckedUpdateWithoutPasswordResetTokensInput = {
5064
4920
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
5065
4921
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
5066
4922
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
5067
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
5068
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
5069
4923
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
5070
4924
  }
5071
4925
 
@@ -5128,8 +4982,6 @@ export type UserCreateWithoutKnowledgeBasesInput = {
5128
4982
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
5129
4983
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
5130
4984
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
5131
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
5132
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
5133
4985
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
5134
4986
  }
5135
4987
 
@@ -5192,8 +5044,6 @@ export type UserUncheckedCreateWithoutKnowledgeBasesInput = {
5192
5044
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
5193
5045
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
5194
5046
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
5195
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
5196
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
5197
5047
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
5198
5048
  }
5199
5049
 
@@ -5272,8 +5122,6 @@ export type UserUpdateWithoutKnowledgeBasesInput = {
5272
5122
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
5273
5123
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
5274
5124
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
5275
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
5276
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
5277
5125
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
5278
5126
  }
5279
5127
 
@@ -5336,8 +5184,6 @@ export type UserUncheckedUpdateWithoutKnowledgeBasesInput = {
5336
5184
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
5337
5185
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
5338
5186
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
5339
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
5340
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
5341
5187
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
5342
5188
  }
5343
5189
 
@@ -5400,8 +5246,6 @@ export type UserCreateWithoutKnowledgeDocumentsInput = {
5400
5246
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
5401
5247
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
5402
5248
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
5403
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
5404
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
5405
5249
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
5406
5250
  }
5407
5251
 
@@ -5464,8 +5308,6 @@ export type UserUncheckedCreateWithoutKnowledgeDocumentsInput = {
5464
5308
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
5465
5309
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
5466
5310
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
5467
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
5468
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
5469
5311
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
5470
5312
  }
5471
5313
 
@@ -5544,8 +5386,6 @@ export type UserUpdateWithoutKnowledgeDocumentsInput = {
5544
5386
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
5545
5387
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
5546
5388
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
5547
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
5548
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
5549
5389
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
5550
5390
  }
5551
5391
 
@@ -5608,8 +5448,6 @@ export type UserUncheckedUpdateWithoutKnowledgeDocumentsInput = {
5608
5448
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
5609
5449
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
5610
5450
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
5611
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
5612
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
5613
5451
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
5614
5452
  }
5615
5453
 
@@ -5672,8 +5510,6 @@ export type UserCreateWithoutPrdsInput = {
5672
5510
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
5673
5511
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
5674
5512
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
5675
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
5676
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
5677
5513
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
5678
5514
  }
5679
5515
 
@@ -5736,8 +5572,6 @@ export type UserUncheckedCreateWithoutPrdsInput = {
5736
5572
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
5737
5573
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
5738
5574
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
5739
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
5740
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
5741
5575
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
5742
5576
  }
5743
5577
 
@@ -5816,8 +5650,6 @@ export type UserUpdateWithoutPrdsInput = {
5816
5650
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
5817
5651
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
5818
5652
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
5819
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
5820
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
5821
5653
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
5822
5654
  }
5823
5655
 
@@ -5880,8 +5712,6 @@ export type UserUncheckedUpdateWithoutPrdsInput = {
5880
5712
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
5881
5713
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
5882
5714
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
5883
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
5884
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
5885
5715
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
5886
5716
  }
5887
5717
 
@@ -5944,8 +5774,6 @@ export type UserCreateWithoutAgentConversationsInput = {
5944
5774
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
5945
5775
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
5946
5776
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
5947
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
5948
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
5949
5777
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
5950
5778
  }
5951
5779
 
@@ -6008,8 +5836,6 @@ export type UserUncheckedCreateWithoutAgentConversationsInput = {
6008
5836
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
6009
5837
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
6010
5838
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
6011
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
6012
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
6013
5839
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
6014
5840
  }
6015
5841
 
@@ -6088,8 +5914,6 @@ export type UserUpdateWithoutAgentConversationsInput = {
6088
5914
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
6089
5915
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
6090
5916
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
6091
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
6092
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
6093
5917
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
6094
5918
  }
6095
5919
 
@@ -6152,8 +5976,6 @@ export type UserUncheckedUpdateWithoutAgentConversationsInput = {
6152
5976
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
6153
5977
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
6154
5978
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
6155
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
6156
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
6157
5979
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
6158
5980
  }
6159
5981
 
@@ -6216,8 +6038,6 @@ export type UserCreateWithoutPrdVersionsInput = {
6216
6038
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
6217
6039
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
6218
6040
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
6219
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
6220
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
6221
6041
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
6222
6042
  }
6223
6043
 
@@ -6280,8 +6100,6 @@ export type UserUncheckedCreateWithoutPrdVersionsInput = {
6280
6100
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
6281
6101
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
6282
6102
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
6283
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
6284
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
6285
6103
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
6286
6104
  }
6287
6105
 
@@ -6360,8 +6178,6 @@ export type UserUpdateWithoutPrdVersionsInput = {
6360
6178
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
6361
6179
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
6362
6180
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
6363
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
6364
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
6365
6181
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
6366
6182
  }
6367
6183
 
@@ -6424,8 +6240,6 @@ export type UserUncheckedUpdateWithoutPrdVersionsInput = {
6424
6240
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
6425
6241
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
6426
6242
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
6427
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
6428
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
6429
6243
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
6430
6244
  }
6431
6245
 
@@ -6488,8 +6302,6 @@ export type UserCreateWithoutReviewsInput = {
6488
6302
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
6489
6303
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
6490
6304
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
6491
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
6492
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
6493
6305
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
6494
6306
  }
6495
6307
 
@@ -6552,8 +6364,6 @@ export type UserUncheckedCreateWithoutReviewsInput = {
6552
6364
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
6553
6365
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
6554
6366
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
6555
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
6556
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
6557
6367
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
6558
6368
  }
6559
6369
 
@@ -6632,8 +6442,6 @@ export type UserUpdateWithoutReviewsInput = {
6632
6442
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
6633
6443
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
6634
6444
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
6635
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
6636
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
6637
6445
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
6638
6446
  }
6639
6447
 
@@ -6696,8 +6504,6 @@ export type UserUncheckedUpdateWithoutReviewsInput = {
6696
6504
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
6697
6505
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
6698
6506
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
6699
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
6700
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
6701
6507
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
6702
6508
  }
6703
6509
 
@@ -6760,8 +6566,6 @@ export type UserCreateWithoutReviewCommentsInput = {
6760
6566
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
6761
6567
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
6762
6568
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
6763
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
6764
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
6765
6569
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
6766
6570
  }
6767
6571
 
@@ -6824,8 +6628,6 @@ export type UserUncheckedCreateWithoutReviewCommentsInput = {
6824
6628
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
6825
6629
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
6826
6630
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
6827
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
6828
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
6829
6631
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
6830
6632
  }
6831
6633
 
@@ -6904,8 +6706,6 @@ export type UserUpdateWithoutReviewCommentsInput = {
6904
6706
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
6905
6707
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
6906
6708
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
6907
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
6908
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
6909
6709
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
6910
6710
  }
6911
6711
 
@@ -6968,8 +6768,6 @@ export type UserUncheckedUpdateWithoutReviewCommentsInput = {
6968
6768
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
6969
6769
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
6970
6770
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
6971
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
6972
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
6973
6771
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
6974
6772
  }
6975
6773
 
@@ -7032,8 +6830,6 @@ export type UserCreateWithoutCommentsInput = {
7032
6830
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
7033
6831
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
7034
6832
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
7035
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
7036
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
7037
6833
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
7038
6834
  }
7039
6835
 
@@ -7096,8 +6892,6 @@ export type UserUncheckedCreateWithoutCommentsInput = {
7096
6892
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
7097
6893
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
7098
6894
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
7099
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
7100
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
7101
6895
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
7102
6896
  }
7103
6897
 
@@ -7176,8 +6970,6 @@ export type UserUpdateWithoutCommentsInput = {
7176
6970
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
7177
6971
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
7178
6972
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
7179
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
7180
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
7181
6973
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
7182
6974
  }
7183
6975
 
@@ -7240,8 +7032,6 @@ export type UserUncheckedUpdateWithoutCommentsInput = {
7240
7032
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
7241
7033
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
7242
7034
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
7243
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
7244
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
7245
7035
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
7246
7036
  }
7247
7037
 
@@ -7304,8 +7094,6 @@ export type UserCreateWithoutCommentIgnoresInput = {
7304
7094
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
7305
7095
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
7306
7096
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
7307
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
7308
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
7309
7097
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
7310
7098
  }
7311
7099
 
@@ -7368,8 +7156,6 @@ export type UserUncheckedCreateWithoutCommentIgnoresInput = {
7368
7156
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
7369
7157
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
7370
7158
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
7371
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
7372
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
7373
7159
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
7374
7160
  }
7375
7161
 
@@ -7448,8 +7234,6 @@ export type UserUpdateWithoutCommentIgnoresInput = {
7448
7234
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
7449
7235
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
7450
7236
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
7451
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
7452
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
7453
7237
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
7454
7238
  }
7455
7239
 
@@ -7512,8 +7296,6 @@ export type UserUncheckedUpdateWithoutCommentIgnoresInput = {
7512
7296
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
7513
7297
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
7514
7298
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
7515
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
7516
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
7517
7299
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
7518
7300
  }
7519
7301
 
@@ -7576,8 +7358,6 @@ export type UserCreateWithoutTagsInput = {
7576
7358
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
7577
7359
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
7578
7360
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
7579
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
7580
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
7581
7361
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
7582
7362
  }
7583
7363
 
@@ -7640,8 +7420,6 @@ export type UserUncheckedCreateWithoutTagsInput = {
7640
7420
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
7641
7421
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
7642
7422
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
7643
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
7644
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
7645
7423
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
7646
7424
  }
7647
7425
 
@@ -7720,8 +7498,6 @@ export type UserUpdateWithoutTagsInput = {
7720
7498
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
7721
7499
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
7722
7500
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
7723
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
7724
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
7725
7501
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
7726
7502
  }
7727
7503
 
@@ -7784,8 +7560,6 @@ export type UserUncheckedUpdateWithoutTagsInput = {
7784
7560
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
7785
7561
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
7786
7562
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
7787
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
7788
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
7789
7563
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
7790
7564
  }
7791
7565
 
@@ -7848,8 +7622,6 @@ export type UserCreateWithoutAnyhubAppsInput = {
7848
7622
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
7849
7623
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
7850
7624
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
7851
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
7852
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
7853
7625
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
7854
7626
  }
7855
7627
 
@@ -7912,8 +7684,6 @@ export type UserUncheckedCreateWithoutAnyhubAppsInput = {
7912
7684
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
7913
7685
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
7914
7686
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
7915
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
7916
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
7917
7687
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
7918
7688
  }
7919
7689
 
@@ -7992,8 +7762,6 @@ export type UserUpdateWithoutAnyhubAppsInput = {
7992
7762
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
7993
7763
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
7994
7764
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
7995
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
7996
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
7997
7765
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
7998
7766
  }
7999
7767
 
@@ -8056,8 +7824,6 @@ export type UserUncheckedUpdateWithoutAnyhubAppsInput = {
8056
7824
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
8057
7825
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
8058
7826
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
8059
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
8060
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
8061
7827
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
8062
7828
  }
8063
7829
 
@@ -8120,8 +7886,6 @@ export type UserCreateWithoutAnyhubMarketAppsInput = {
8120
7886
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
8121
7887
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
8122
7888
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
8123
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
8124
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
8125
7889
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
8126
7890
  }
8127
7891
 
@@ -8184,8 +7948,6 @@ export type UserUncheckedCreateWithoutAnyhubMarketAppsInput = {
8184
7948
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
8185
7949
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
8186
7950
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
8187
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
8188
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
8189
7951
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
8190
7952
  }
8191
7953
 
@@ -8264,8 +8026,6 @@ export type UserUpdateWithoutAnyhubMarketAppsInput = {
8264
8026
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
8265
8027
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
8266
8028
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
8267
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
8268
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
8269
8029
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
8270
8030
  }
8271
8031
 
@@ -8328,8 +8088,6 @@ export type UserUncheckedUpdateWithoutAnyhubMarketAppsInput = {
8328
8088
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
8329
8089
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
8330
8090
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
8331
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
8332
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
8333
8091
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
8334
8092
  }
8335
8093
 
@@ -8392,8 +8150,6 @@ export type UserCreateWithoutReviewedAnyhubRecommendationsInput = {
8392
8150
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
8393
8151
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
8394
8152
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
8395
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
8396
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
8397
8153
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
8398
8154
  }
8399
8155
 
@@ -8456,8 +8212,6 @@ export type UserUncheckedCreateWithoutReviewedAnyhubRecommendationsInput = {
8456
8212
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
8457
8213
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
8458
8214
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
8459
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
8460
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
8461
8215
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
8462
8216
  }
8463
8217
 
@@ -8536,8 +8290,6 @@ export type UserUpdateWithoutReviewedAnyhubRecommendationsInput = {
8536
8290
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
8537
8291
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
8538
8292
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
8539
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
8540
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
8541
8293
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
8542
8294
  }
8543
8295
 
@@ -8600,8 +8352,6 @@ export type UserUncheckedUpdateWithoutReviewedAnyhubRecommendationsInput = {
8600
8352
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
8601
8353
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
8602
8354
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
8603
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
8604
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
8605
8355
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
8606
8356
  }
8607
8357
 
@@ -8664,8 +8414,6 @@ export type UserCreateWithoutAnyhubRecommendersInput = {
8664
8414
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
8665
8415
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
8666
8416
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
8667
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
8668
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
8669
8417
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
8670
8418
  }
8671
8419
 
@@ -8728,8 +8476,6 @@ export type UserUncheckedCreateWithoutAnyhubRecommendersInput = {
8728
8476
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
8729
8477
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
8730
8478
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
8731
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
8732
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
8733
8479
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
8734
8480
  }
8735
8481
 
@@ -8808,8 +8554,6 @@ export type UserUpdateWithoutAnyhubRecommendersInput = {
8808
8554
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
8809
8555
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
8810
8556
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
8811
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
8812
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
8813
8557
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
8814
8558
  }
8815
8559
 
@@ -8872,8 +8616,6 @@ export type UserUncheckedUpdateWithoutAnyhubRecommendersInput = {
8872
8616
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
8873
8617
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
8874
8618
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
8875
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
8876
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
8877
8619
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
8878
8620
  }
8879
8621
 
@@ -8936,8 +8678,6 @@ export type UserCreateWithoutDesignProjectsInput = {
8936
8678
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
8937
8679
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
8938
8680
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
8939
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
8940
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
8941
8681
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
8942
8682
  }
8943
8683
 
@@ -9000,8 +8740,6 @@ export type UserUncheckedCreateWithoutDesignProjectsInput = {
9000
8740
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
9001
8741
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
9002
8742
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
9003
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
9004
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
9005
8743
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
9006
8744
  }
9007
8745
 
@@ -9080,8 +8818,6 @@ export type UserUpdateWithoutDesignProjectsInput = {
9080
8818
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
9081
8819
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
9082
8820
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
9083
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
9084
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
9085
8821
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
9086
8822
  }
9087
8823
 
@@ -9144,8 +8880,6 @@ export type UserUncheckedUpdateWithoutDesignProjectsInput = {
9144
8880
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
9145
8881
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
9146
8882
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
9147
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
9148
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
9149
8883
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
9150
8884
  }
9151
8885
 
@@ -9208,8 +8942,6 @@ export type UserCreateWithoutAiProviderConfigsInput = {
9208
8942
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
9209
8943
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
9210
8944
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
9211
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
9212
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
9213
8945
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
9214
8946
  }
9215
8947
 
@@ -9272,8 +9004,6 @@ export type UserUncheckedCreateWithoutAiProviderConfigsInput = {
9272
9004
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
9273
9005
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
9274
9006
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
9275
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
9276
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
9277
9007
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
9278
9008
  }
9279
9009
 
@@ -9352,8 +9082,6 @@ export type UserUpdateWithoutAiProviderConfigsInput = {
9352
9082
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
9353
9083
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
9354
9084
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
9355
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
9356
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
9357
9085
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
9358
9086
  }
9359
9087
 
@@ -9416,8 +9144,6 @@ export type UserUncheckedUpdateWithoutAiProviderConfigsInput = {
9416
9144
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
9417
9145
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
9418
9146
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
9419
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
9420
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
9421
9147
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
9422
9148
  }
9423
9149
 
@@ -9480,8 +9206,6 @@ export type UserCreateWithoutLegalRegulationsInput = {
9480
9206
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
9481
9207
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
9482
9208
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
9483
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
9484
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
9485
9209
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
9486
9210
  }
9487
9211
 
@@ -9544,8 +9268,6 @@ export type UserUncheckedCreateWithoutLegalRegulationsInput = {
9544
9268
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
9545
9269
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
9546
9270
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
9547
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
9548
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
9549
9271
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
9550
9272
  }
9551
9273
 
@@ -9624,8 +9346,6 @@ export type UserUpdateWithoutLegalRegulationsInput = {
9624
9346
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
9625
9347
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
9626
9348
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
9627
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
9628
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
9629
9349
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
9630
9350
  }
9631
9351
 
@@ -9688,8 +9408,6 @@ export type UserUncheckedUpdateWithoutLegalRegulationsInput = {
9688
9408
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
9689
9409
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
9690
9410
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
9691
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
9692
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
9693
9411
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
9694
9412
  }
9695
9413
 
@@ -9752,8 +9470,6 @@ export type UserCreateWithoutIndustryCompliancesInput = {
9752
9470
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
9753
9471
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
9754
9472
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
9755
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
9756
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
9757
9473
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
9758
9474
  }
9759
9475
 
@@ -9816,8 +9532,6 @@ export type UserUncheckedCreateWithoutIndustryCompliancesInput = {
9816
9532
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
9817
9533
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
9818
9534
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
9819
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
9820
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
9821
9535
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
9822
9536
  }
9823
9537
 
@@ -9896,8 +9610,6 @@ export type UserUpdateWithoutIndustryCompliancesInput = {
9896
9610
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
9897
9611
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
9898
9612
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
9899
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
9900
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
9901
9613
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
9902
9614
  }
9903
9615
 
@@ -9960,8 +9672,6 @@ export type UserUncheckedUpdateWithoutIndustryCompliancesInput = {
9960
9672
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
9961
9673
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
9962
9674
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
9963
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
9964
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
9965
9675
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
9966
9676
  }
9967
9677
 
@@ -10024,8 +9734,6 @@ export type UserCreateWithoutDictionaryTermsInput = {
10024
9734
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
10025
9735
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
10026
9736
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
10027
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
10028
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
10029
9737
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
10030
9738
  }
10031
9739
 
@@ -10088,8 +9796,6 @@ export type UserUncheckedCreateWithoutDictionaryTermsInput = {
10088
9796
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
10089
9797
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
10090
9798
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
10091
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
10092
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
10093
9799
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
10094
9800
  }
10095
9801
 
@@ -10168,8 +9874,6 @@ export type UserUpdateWithoutDictionaryTermsInput = {
10168
9874
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
10169
9875
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
10170
9876
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
10171
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
10172
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
10173
9877
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
10174
9878
  }
10175
9879
 
@@ -10232,8 +9936,6 @@ export type UserUncheckedUpdateWithoutDictionaryTermsInput = {
10232
9936
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
10233
9937
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
10234
9938
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
10235
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
10236
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
10237
9939
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
10238
9940
  }
10239
9941
 
@@ -10296,8 +9998,6 @@ export type UserCreateWithoutWebsiteBookmarksInput = {
10296
9998
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
10297
9999
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
10298
10000
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
10299
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
10300
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
10301
10001
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
10302
10002
  }
10303
10003
 
@@ -10360,8 +10060,6 @@ export type UserUncheckedCreateWithoutWebsiteBookmarksInput = {
10360
10060
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
10361
10061
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
10362
10062
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
10363
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
10364
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
10365
10063
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
10366
10064
  }
10367
10065
 
@@ -10440,8 +10138,6 @@ export type UserUpdateWithoutWebsiteBookmarksInput = {
10440
10138
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
10441
10139
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
10442
10140
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
10443
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
10444
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
10445
10141
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
10446
10142
  }
10447
10143
 
@@ -10504,8 +10200,6 @@ export type UserUncheckedUpdateWithoutWebsiteBookmarksInput = {
10504
10200
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
10505
10201
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
10506
10202
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
10507
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
10508
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
10509
10203
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
10510
10204
  }
10511
10205
 
@@ -10568,8 +10262,6 @@ export type UserCreateWithoutBookmarkCategoriesInput = {
10568
10262
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
10569
10263
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
10570
10264
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
10571
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
10572
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
10573
10265
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
10574
10266
  }
10575
10267
 
@@ -10632,8 +10324,6 @@ export type UserUncheckedCreateWithoutBookmarkCategoriesInput = {
10632
10324
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
10633
10325
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
10634
10326
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
10635
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
10636
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
10637
10327
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
10638
10328
  }
10639
10329
 
@@ -10712,8 +10402,6 @@ export type UserUpdateWithoutBookmarkCategoriesInput = {
10712
10402
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
10713
10403
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
10714
10404
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
10715
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
10716
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
10717
10405
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
10718
10406
  }
10719
10407
 
@@ -10776,8 +10464,6 @@ export type UserUncheckedUpdateWithoutBookmarkCategoriesInput = {
10776
10464
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
10777
10465
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
10778
10466
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
10779
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
10780
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
10781
10467
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
10782
10468
  }
10783
10469
 
@@ -10840,8 +10526,6 @@ export type UserCreateWithoutKnowledgeSharesInput = {
10840
10526
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
10841
10527
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
10842
10528
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
10843
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
10844
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
10845
10529
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
10846
10530
  }
10847
10531
 
@@ -10904,8 +10588,6 @@ export type UserUncheckedCreateWithoutKnowledgeSharesInput = {
10904
10588
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
10905
10589
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
10906
10590
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
10907
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
10908
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
10909
10591
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
10910
10592
  }
10911
10593
 
@@ -10984,8 +10666,6 @@ export type UserUpdateWithoutKnowledgeSharesInput = {
10984
10666
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
10985
10667
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
10986
10668
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
10987
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
10988
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
10989
10669
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
10990
10670
  }
10991
10671
 
@@ -11048,8 +10728,6 @@ export type UserUncheckedUpdateWithoutKnowledgeSharesInput = {
11048
10728
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
11049
10729
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
11050
10730
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
11051
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
11052
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
11053
10731
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
11054
10732
  }
11055
10733
 
@@ -11112,8 +10790,6 @@ export type UserCreateWithoutArticleFavoritesInput = {
11112
10790
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
11113
10791
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
11114
10792
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
11115
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
11116
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
11117
10793
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
11118
10794
  }
11119
10795
 
@@ -11176,8 +10852,6 @@ export type UserUncheckedCreateWithoutArticleFavoritesInput = {
11176
10852
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
11177
10853
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
11178
10854
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
11179
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
11180
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
11181
10855
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
11182
10856
  }
11183
10857
 
@@ -11256,8 +10930,6 @@ export type UserUpdateWithoutArticleFavoritesInput = {
11256
10930
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
11257
10931
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
11258
10932
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
11259
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
11260
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
11261
10933
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
11262
10934
  }
11263
10935
 
@@ -11320,8 +10992,6 @@ export type UserUncheckedUpdateWithoutArticleFavoritesInput = {
11320
10992
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
11321
10993
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
11322
10994
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
11323
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
11324
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
11325
10995
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
11326
10996
  }
11327
10997
 
@@ -11385,8 +11055,6 @@ export type UserCreateWithoutSubscriptionInput = {
11385
11055
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
11386
11056
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
11387
11057
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
11388
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
11389
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
11390
11058
  }
11391
11059
 
11392
11060
  export type UserUncheckedCreateWithoutSubscriptionInput = {
@@ -11449,8 +11117,6 @@ export type UserUncheckedCreateWithoutSubscriptionInput = {
11449
11117
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
11450
11118
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
11451
11119
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
11452
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
11453
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
11454
11120
  }
11455
11121
 
11456
11122
  export type UserCreateOrConnectWithoutSubscriptionInput = {
@@ -11529,8 +11195,6 @@ export type UserUpdateWithoutSubscriptionInput = {
11529
11195
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
11530
11196
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
11531
11197
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
11532
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
11533
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
11534
11198
  }
11535
11199
 
11536
11200
  export type UserUncheckedUpdateWithoutSubscriptionInput = {
@@ -11593,8 +11257,6 @@ export type UserUncheckedUpdateWithoutSubscriptionInput = {
11593
11257
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
11594
11258
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
11595
11259
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
11596
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
11597
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
11598
11260
  }
11599
11261
 
11600
11262
  export type UserCreateWithoutAiUsageLogsInput = {
@@ -11656,8 +11318,6 @@ export type UserCreateWithoutAiUsageLogsInput = {
11656
11318
  applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
11657
11319
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
11658
11320
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
11659
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
11660
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
11661
11321
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
11662
11322
  }
11663
11323
 
@@ -11720,8 +11380,6 @@ export type UserUncheckedCreateWithoutAiUsageLogsInput = {
11720
11380
  applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
11721
11381
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
11722
11382
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
11723
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
11724
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
11725
11383
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
11726
11384
  }
11727
11385
 
@@ -11800,8 +11458,6 @@ export type UserUpdateWithoutAiUsageLogsInput = {
11800
11458
  applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
11801
11459
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
11802
11460
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
11803
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
11804
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
11805
11461
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
11806
11462
  }
11807
11463
 
@@ -11864,8 +11520,6 @@ export type UserUncheckedUpdateWithoutAiUsageLogsInput = {
11864
11520
  applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
11865
11521
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
11866
11522
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
11867
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
11868
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
11869
11523
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
11870
11524
  }
11871
11525
 
@@ -11928,8 +11582,6 @@ export type UserCreateWithoutAgentsInput = {
11928
11582
  applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
11929
11583
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
11930
11584
  skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
11931
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
11932
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
11933
11585
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
11934
11586
  }
11935
11587
 
@@ -11992,8 +11644,6 @@ export type UserUncheckedCreateWithoutAgentsInput = {
11992
11644
  applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
11993
11645
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
11994
11646
  skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
11995
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
11996
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
11997
11647
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
11998
11648
  }
11999
11649
 
@@ -12072,8 +11722,6 @@ export type UserUpdateWithoutAgentsInput = {
12072
11722
  applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
12073
11723
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
12074
11724
  skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
12075
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
12076
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
12077
11725
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
12078
11726
  }
12079
11727
 
@@ -12136,8 +11784,6 @@ export type UserUncheckedUpdateWithoutAgentsInput = {
12136
11784
  applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
12137
11785
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
12138
11786
  skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
12139
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
12140
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
12141
11787
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
12142
11788
  }
12143
11789
 
@@ -12200,8 +11846,6 @@ export type UserCreateWithoutSkillsInput = {
12200
11846
  applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
12201
11847
  aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
12202
11848
  agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
12203
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
12204
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
12205
11849
  subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
12206
11850
  }
12207
11851
 
@@ -12264,8 +11908,6 @@ export type UserUncheckedCreateWithoutSkillsInput = {
12264
11908
  applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
12265
11909
  aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
12266
11910
  agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
12267
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
12268
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
12269
11911
  subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
12270
11912
  }
12271
11913
 
@@ -12344,8 +11986,6 @@ export type UserUpdateWithoutSkillsInput = {
12344
11986
  applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
12345
11987
  aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
12346
11988
  agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
12347
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
12348
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
12349
11989
  subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
12350
11990
  }
12351
11991
 
@@ -12408,666 +12048,118 @@ export type UserUncheckedUpdateWithoutSkillsInput = {
12408
12048
  applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
12409
12049
  aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
12410
12050
  agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
12411
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
12412
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
12413
12051
  subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
12414
12052
  }
12415
12053
 
12416
- export type UserCreateWithoutNotificationsInput = {
12417
- id?: string
12418
- email: string
12419
- username: string
12420
- password: string
12421
- role?: string
12422
- status?: string
12423
- createdAt?: Date | string
12424
- updatedAt?: Date | string
12425
- lastLoginAt?: Date | string | null
12426
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12427
- bgShape?: string | null
12428
- bgColor?: string | null
12429
- aiProvider?: string | null
12430
- aiApiKey?: string | null
12431
- aiModel?: string | null
12432
- locale?: string | null
12433
- sketchApiToken?: string | null
12434
- timezone?: string | null
12435
- preferredCurrency?: string
12436
- defaultWorkspaceId?: string | null
12437
- invitationUses?: Prisma.InvitationUseCreateNestedManyWithoutUserInput
12438
- loginLogs?: Prisma.LoginLogCreateNestedManyWithoutUserInput
12439
- passwordResetTokens?: Prisma.PasswordResetTokenCreateNestedManyWithoutUserInput
12440
- prds?: Prisma.PRDCreateNestedManyWithoutUserInput
12441
- tags?: Prisma.TagCreateNestedManyWithoutUserInput
12442
- knowledgeBases?: Prisma.KnowledgeBaseCreateNestedManyWithoutUserInput
12443
- knowledgeDocuments?: Prisma.KnowledgeDocumentCreateNestedManyWithoutCreatorInput
12444
- knowledgeShares?: Prisma.KnowledgeShareRecordCreateNestedManyWithoutUserInput
12445
- legalRegulations?: Prisma.LegalRegulationCreateNestedManyWithoutUserInput
12446
- industryCompliances?: Prisma.IndustryComplianceCreateNestedManyWithoutUserInput
12447
- dictionaryTerms?: Prisma.DictionaryTermCreateNestedManyWithoutUserInput
12448
- websiteBookmarks?: Prisma.WebsiteBookmarkCreateNestedManyWithoutUserInput
12449
- bookmarkCategories?: Prisma.BookmarkCategoryCreateNestedManyWithoutUserInput
12450
- articleFavorites?: Prisma.ArticleFavoriteCreateNestedManyWithoutUserInput
12451
- anyhubApps?: Prisma.AnyHubAppCreateNestedManyWithoutUserInput
12452
- anyhubMarketApps?: Prisma.AnyHubMarketAppCreateNestedManyWithoutUserInput
12453
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationCreateNestedManyWithoutReviewerInput
12454
- anyhubRecommenders?: Prisma.AnyHubRecommenderCreateNestedManyWithoutUserInput
12455
- prdVersions?: Prisma.PRDVersionCreateNestedManyWithoutUserInput
12456
- reviewComments?: Prisma.ReviewCommentCreateNestedManyWithoutUserInput
12457
- comments?: Prisma.CommentCreateNestedManyWithoutUserInput
12458
- commentIgnores?: Prisma.CommentIgnoreCreateNestedManyWithoutUserInput
12459
- reviews?: Prisma.ReviewCreateNestedManyWithoutReviewerInput
12460
- designProjects?: Prisma.DesignProjectCreateNestedManyWithoutUserInput
12461
- chatThreads?: Prisma.ChatThreadCreateNestedManyWithoutUserInput
12462
- aiProviderConfigs?: Prisma.AiProviderConfigCreateNestedManyWithoutUserInput
12463
- agentConversations?: Prisma.AgentConversationCreateNestedManyWithoutUserInput
12464
- ownedProjects?: Prisma.ProjectCreateNestedManyWithoutOwnerInput
12465
- projectMemberships?: Prisma.ProjectMemberCreateNestedManyWithoutUserInput
12466
- projectActivities?: Prisma.ProjectActivityCreateNestedManyWithoutUserInput
12467
- ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
12468
- workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
12469
- teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
12470
- sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
12471
- ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
12472
- applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
12473
- aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
12474
- agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
12475
- skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
12476
- notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
12477
- subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
12054
+
12055
+ /**
12056
+ * Count Type UserCountOutputType
12057
+ */
12058
+
12059
+ export type UserCountOutputType = {
12060
+ invitationUses: number
12061
+ loginLogs: number
12062
+ passwordResetTokens: number
12063
+ prds: number
12064
+ tags: number
12065
+ knowledgeBases: number
12066
+ knowledgeDocuments: number
12067
+ knowledgeShares: number
12068
+ legalRegulations: number
12069
+ industryCompliances: number
12070
+ dictionaryTerms: number
12071
+ websiteBookmarks: number
12072
+ bookmarkCategories: number
12073
+ articleFavorites: number
12074
+ anyhubApps: number
12075
+ anyhubMarketApps: number
12076
+ reviewedAnyhubRecommendations: number
12077
+ anyhubRecommenders: number
12078
+ prdVersions: number
12079
+ reviewComments: number
12080
+ comments: number
12081
+ commentIgnores: number
12082
+ reviews: number
12083
+ designProjects: number
12084
+ chatThreads: number
12085
+ aiProviderConfigs: number
12086
+ agentConversations: number
12087
+ ownedProjects: number
12088
+ projectMemberships: number
12089
+ projectActivities: number
12090
+ ownedWorkspaces: number
12091
+ workspaceMemberships: number
12092
+ sentInvitations: number
12093
+ ownedJoinRequests: number
12094
+ applicantJoinRequests: number
12095
+ aiUsageLogs: number
12096
+ agents: number
12097
+ skills: number
12478
12098
  }
12479
12099
 
12480
- export type UserUncheckedCreateWithoutNotificationsInput = {
12481
- id?: string
12482
- email: string
12483
- username: string
12484
- password: string
12485
- role?: string
12486
- status?: string
12487
- createdAt?: Date | string
12488
- updatedAt?: Date | string
12489
- lastLoginAt?: Date | string | null
12490
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12491
- bgShape?: string | null
12492
- bgColor?: string | null
12493
- aiProvider?: string | null
12494
- aiApiKey?: string | null
12495
- aiModel?: string | null
12496
- locale?: string | null
12497
- sketchApiToken?: string | null
12498
- timezone?: string | null
12499
- preferredCurrency?: string
12500
- defaultWorkspaceId?: string | null
12501
- invitationUses?: Prisma.InvitationUseUncheckedCreateNestedManyWithoutUserInput
12502
- loginLogs?: Prisma.LoginLogUncheckedCreateNestedManyWithoutUserInput
12503
- passwordResetTokens?: Prisma.PasswordResetTokenUncheckedCreateNestedManyWithoutUserInput
12504
- prds?: Prisma.PRDUncheckedCreateNestedManyWithoutUserInput
12505
- tags?: Prisma.TagUncheckedCreateNestedManyWithoutUserInput
12506
- knowledgeBases?: Prisma.KnowledgeBaseUncheckedCreateNestedManyWithoutUserInput
12507
- knowledgeDocuments?: Prisma.KnowledgeDocumentUncheckedCreateNestedManyWithoutCreatorInput
12508
- knowledgeShares?: Prisma.KnowledgeShareRecordUncheckedCreateNestedManyWithoutUserInput
12509
- legalRegulations?: Prisma.LegalRegulationUncheckedCreateNestedManyWithoutUserInput
12510
- industryCompliances?: Prisma.IndustryComplianceUncheckedCreateNestedManyWithoutUserInput
12511
- dictionaryTerms?: Prisma.DictionaryTermUncheckedCreateNestedManyWithoutUserInput
12512
- websiteBookmarks?: Prisma.WebsiteBookmarkUncheckedCreateNestedManyWithoutUserInput
12513
- bookmarkCategories?: Prisma.BookmarkCategoryUncheckedCreateNestedManyWithoutUserInput
12514
- articleFavorites?: Prisma.ArticleFavoriteUncheckedCreateNestedManyWithoutUserInput
12515
- anyhubApps?: Prisma.AnyHubAppUncheckedCreateNestedManyWithoutUserInput
12516
- anyhubMarketApps?: Prisma.AnyHubMarketAppUncheckedCreateNestedManyWithoutUserInput
12517
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUncheckedCreateNestedManyWithoutReviewerInput
12518
- anyhubRecommenders?: Prisma.AnyHubRecommenderUncheckedCreateNestedManyWithoutUserInput
12519
- prdVersions?: Prisma.PRDVersionUncheckedCreateNestedManyWithoutUserInput
12520
- reviewComments?: Prisma.ReviewCommentUncheckedCreateNestedManyWithoutUserInput
12521
- comments?: Prisma.CommentUncheckedCreateNestedManyWithoutUserInput
12522
- commentIgnores?: Prisma.CommentIgnoreUncheckedCreateNestedManyWithoutUserInput
12523
- reviews?: Prisma.ReviewUncheckedCreateNestedManyWithoutReviewerInput
12524
- designProjects?: Prisma.DesignProjectUncheckedCreateNestedManyWithoutUserInput
12525
- chatThreads?: Prisma.ChatThreadUncheckedCreateNestedManyWithoutUserInput
12526
- aiProviderConfigs?: Prisma.AiProviderConfigUncheckedCreateNestedManyWithoutUserInput
12527
- agentConversations?: Prisma.AgentConversationUncheckedCreateNestedManyWithoutUserInput
12528
- ownedProjects?: Prisma.ProjectUncheckedCreateNestedManyWithoutOwnerInput
12529
- projectMemberships?: Prisma.ProjectMemberUncheckedCreateNestedManyWithoutUserInput
12530
- projectActivities?: Prisma.ProjectActivityUncheckedCreateNestedManyWithoutUserInput
12531
- ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
12532
- workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
12533
- teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
12534
- sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
12535
- ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
12536
- applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
12537
- aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
12538
- agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
12539
- skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
12540
- notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
12541
- subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
12100
+ export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
12101
+ invitationUses?: boolean | UserCountOutputTypeCountInvitationUsesArgs
12102
+ loginLogs?: boolean | UserCountOutputTypeCountLoginLogsArgs
12103
+ passwordResetTokens?: boolean | UserCountOutputTypeCountPasswordResetTokensArgs
12104
+ prds?: boolean | UserCountOutputTypeCountPrdsArgs
12105
+ tags?: boolean | UserCountOutputTypeCountTagsArgs
12106
+ knowledgeBases?: boolean | UserCountOutputTypeCountKnowledgeBasesArgs
12107
+ knowledgeDocuments?: boolean | UserCountOutputTypeCountKnowledgeDocumentsArgs
12108
+ knowledgeShares?: boolean | UserCountOutputTypeCountKnowledgeSharesArgs
12109
+ legalRegulations?: boolean | UserCountOutputTypeCountLegalRegulationsArgs
12110
+ industryCompliances?: boolean | UserCountOutputTypeCountIndustryCompliancesArgs
12111
+ dictionaryTerms?: boolean | UserCountOutputTypeCountDictionaryTermsArgs
12112
+ websiteBookmarks?: boolean | UserCountOutputTypeCountWebsiteBookmarksArgs
12113
+ bookmarkCategories?: boolean | UserCountOutputTypeCountBookmarkCategoriesArgs
12114
+ articleFavorites?: boolean | UserCountOutputTypeCountArticleFavoritesArgs
12115
+ anyhubApps?: boolean | UserCountOutputTypeCountAnyhubAppsArgs
12116
+ anyhubMarketApps?: boolean | UserCountOutputTypeCountAnyhubMarketAppsArgs
12117
+ reviewedAnyhubRecommendations?: boolean | UserCountOutputTypeCountReviewedAnyhubRecommendationsArgs
12118
+ anyhubRecommenders?: boolean | UserCountOutputTypeCountAnyhubRecommendersArgs
12119
+ prdVersions?: boolean | UserCountOutputTypeCountPrdVersionsArgs
12120
+ reviewComments?: boolean | UserCountOutputTypeCountReviewCommentsArgs
12121
+ comments?: boolean | UserCountOutputTypeCountCommentsArgs
12122
+ commentIgnores?: boolean | UserCountOutputTypeCountCommentIgnoresArgs
12123
+ reviews?: boolean | UserCountOutputTypeCountReviewsArgs
12124
+ designProjects?: boolean | UserCountOutputTypeCountDesignProjectsArgs
12125
+ chatThreads?: boolean | UserCountOutputTypeCountChatThreadsArgs
12126
+ aiProviderConfigs?: boolean | UserCountOutputTypeCountAiProviderConfigsArgs
12127
+ agentConversations?: boolean | UserCountOutputTypeCountAgentConversationsArgs
12128
+ ownedProjects?: boolean | UserCountOutputTypeCountOwnedProjectsArgs
12129
+ projectMemberships?: boolean | UserCountOutputTypeCountProjectMembershipsArgs
12130
+ projectActivities?: boolean | UserCountOutputTypeCountProjectActivitiesArgs
12131
+ ownedWorkspaces?: boolean | UserCountOutputTypeCountOwnedWorkspacesArgs
12132
+ workspaceMemberships?: boolean | UserCountOutputTypeCountWorkspaceMembershipsArgs
12133
+ sentInvitations?: boolean | UserCountOutputTypeCountSentInvitationsArgs
12134
+ ownedJoinRequests?: boolean | UserCountOutputTypeCountOwnedJoinRequestsArgs
12135
+ applicantJoinRequests?: boolean | UserCountOutputTypeCountApplicantJoinRequestsArgs
12136
+ aiUsageLogs?: boolean | UserCountOutputTypeCountAiUsageLogsArgs
12137
+ agents?: boolean | UserCountOutputTypeCountAgentsArgs
12138
+ skills?: boolean | UserCountOutputTypeCountSkillsArgs
12542
12139
  }
12543
12140
 
12544
- export type UserCreateOrConnectWithoutNotificationsInput = {
12545
- where: Prisma.UserWhereUniqueInput
12546
- create: Prisma.XOR<Prisma.UserCreateWithoutNotificationsInput, Prisma.UserUncheckedCreateWithoutNotificationsInput>
12141
+ /**
12142
+ * UserCountOutputType without action
12143
+ */
12144
+ export type UserCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
12145
+ /**
12146
+ * Select specific fields to fetch from the UserCountOutputType
12147
+ */
12148
+ select?: Prisma.UserCountOutputTypeSelect<ExtArgs> | null
12547
12149
  }
12548
12150
 
12549
- export type UserUpsertWithoutNotificationsInput = {
12550
- update: Prisma.XOR<Prisma.UserUpdateWithoutNotificationsInput, Prisma.UserUncheckedUpdateWithoutNotificationsInput>
12551
- create: Prisma.XOR<Prisma.UserCreateWithoutNotificationsInput, Prisma.UserUncheckedCreateWithoutNotificationsInput>
12552
- where?: Prisma.UserWhereInput
12151
+ /**
12152
+ * UserCountOutputType without action
12153
+ */
12154
+ export type UserCountOutputTypeCountInvitationUsesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
12155
+ where?: Prisma.InvitationUseWhereInput
12553
12156
  }
12554
12157
 
12555
- export type UserUpdateToOneWithWhereWithoutNotificationsInput = {
12556
- where?: Prisma.UserWhereInput
12557
- data: Prisma.XOR<Prisma.UserUpdateWithoutNotificationsInput, Prisma.UserUncheckedUpdateWithoutNotificationsInput>
12558
- }
12559
-
12560
- export type UserUpdateWithoutNotificationsInput = {
12561
- id?: Prisma.StringFieldUpdateOperationsInput | string
12562
- email?: Prisma.StringFieldUpdateOperationsInput | string
12563
- username?: Prisma.StringFieldUpdateOperationsInput | string
12564
- password?: Prisma.StringFieldUpdateOperationsInput | string
12565
- role?: Prisma.StringFieldUpdateOperationsInput | string
12566
- status?: Prisma.StringFieldUpdateOperationsInput | string
12567
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12568
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12569
- lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
12570
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12571
- bgShape?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12572
- bgColor?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12573
- aiProvider?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12574
- aiApiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12575
- aiModel?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12576
- locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12577
- sketchApiToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12578
- timezone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12579
- preferredCurrency?: Prisma.StringFieldUpdateOperationsInput | string
12580
- defaultWorkspaceId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12581
- invitationUses?: Prisma.InvitationUseUpdateManyWithoutUserNestedInput
12582
- loginLogs?: Prisma.LoginLogUpdateManyWithoutUserNestedInput
12583
- passwordResetTokens?: Prisma.PasswordResetTokenUpdateManyWithoutUserNestedInput
12584
- prds?: Prisma.PRDUpdateManyWithoutUserNestedInput
12585
- tags?: Prisma.TagUpdateManyWithoutUserNestedInput
12586
- knowledgeBases?: Prisma.KnowledgeBaseUpdateManyWithoutUserNestedInput
12587
- knowledgeDocuments?: Prisma.KnowledgeDocumentUpdateManyWithoutCreatorNestedInput
12588
- knowledgeShares?: Prisma.KnowledgeShareRecordUpdateManyWithoutUserNestedInput
12589
- legalRegulations?: Prisma.LegalRegulationUpdateManyWithoutUserNestedInput
12590
- industryCompliances?: Prisma.IndustryComplianceUpdateManyWithoutUserNestedInput
12591
- dictionaryTerms?: Prisma.DictionaryTermUpdateManyWithoutUserNestedInput
12592
- websiteBookmarks?: Prisma.WebsiteBookmarkUpdateManyWithoutUserNestedInput
12593
- bookmarkCategories?: Prisma.BookmarkCategoryUpdateManyWithoutUserNestedInput
12594
- articleFavorites?: Prisma.ArticleFavoriteUpdateManyWithoutUserNestedInput
12595
- anyhubApps?: Prisma.AnyHubAppUpdateManyWithoutUserNestedInput
12596
- anyhubMarketApps?: Prisma.AnyHubMarketAppUpdateManyWithoutUserNestedInput
12597
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUpdateManyWithoutReviewerNestedInput
12598
- anyhubRecommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutUserNestedInput
12599
- prdVersions?: Prisma.PRDVersionUpdateManyWithoutUserNestedInput
12600
- reviewComments?: Prisma.ReviewCommentUpdateManyWithoutUserNestedInput
12601
- comments?: Prisma.CommentUpdateManyWithoutUserNestedInput
12602
- commentIgnores?: Prisma.CommentIgnoreUpdateManyWithoutUserNestedInput
12603
- reviews?: Prisma.ReviewUpdateManyWithoutReviewerNestedInput
12604
- designProjects?: Prisma.DesignProjectUpdateManyWithoutUserNestedInput
12605
- chatThreads?: Prisma.ChatThreadUpdateManyWithoutUserNestedInput
12606
- aiProviderConfigs?: Prisma.AiProviderConfigUpdateManyWithoutUserNestedInput
12607
- agentConversations?: Prisma.AgentConversationUpdateManyWithoutUserNestedInput
12608
- ownedProjects?: Prisma.ProjectUpdateManyWithoutOwnerNestedInput
12609
- projectMemberships?: Prisma.ProjectMemberUpdateManyWithoutUserNestedInput
12610
- projectActivities?: Prisma.ProjectActivityUpdateManyWithoutUserNestedInput
12611
- ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
12612
- workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
12613
- teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
12614
- sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
12615
- ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
12616
- applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
12617
- aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
12618
- agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
12619
- skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
12620
- notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
12621
- subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
12622
- }
12623
-
12624
- export type UserUncheckedUpdateWithoutNotificationsInput = {
12625
- id?: Prisma.StringFieldUpdateOperationsInput | string
12626
- email?: Prisma.StringFieldUpdateOperationsInput | string
12627
- username?: Prisma.StringFieldUpdateOperationsInput | string
12628
- password?: Prisma.StringFieldUpdateOperationsInput | string
12629
- role?: Prisma.StringFieldUpdateOperationsInput | string
12630
- status?: Prisma.StringFieldUpdateOperationsInput | string
12631
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12632
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12633
- lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
12634
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12635
- bgShape?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12636
- bgColor?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12637
- aiProvider?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12638
- aiApiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12639
- aiModel?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12640
- locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12641
- sketchApiToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12642
- timezone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12643
- preferredCurrency?: Prisma.StringFieldUpdateOperationsInput | string
12644
- defaultWorkspaceId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12645
- invitationUses?: Prisma.InvitationUseUncheckedUpdateManyWithoutUserNestedInput
12646
- loginLogs?: Prisma.LoginLogUncheckedUpdateManyWithoutUserNestedInput
12647
- passwordResetTokens?: Prisma.PasswordResetTokenUncheckedUpdateManyWithoutUserNestedInput
12648
- prds?: Prisma.PRDUncheckedUpdateManyWithoutUserNestedInput
12649
- tags?: Prisma.TagUncheckedUpdateManyWithoutUserNestedInput
12650
- knowledgeBases?: Prisma.KnowledgeBaseUncheckedUpdateManyWithoutUserNestedInput
12651
- knowledgeDocuments?: Prisma.KnowledgeDocumentUncheckedUpdateManyWithoutCreatorNestedInput
12652
- knowledgeShares?: Prisma.KnowledgeShareRecordUncheckedUpdateManyWithoutUserNestedInput
12653
- legalRegulations?: Prisma.LegalRegulationUncheckedUpdateManyWithoutUserNestedInput
12654
- industryCompliances?: Prisma.IndustryComplianceUncheckedUpdateManyWithoutUserNestedInput
12655
- dictionaryTerms?: Prisma.DictionaryTermUncheckedUpdateManyWithoutUserNestedInput
12656
- websiteBookmarks?: Prisma.WebsiteBookmarkUncheckedUpdateManyWithoutUserNestedInput
12657
- bookmarkCategories?: Prisma.BookmarkCategoryUncheckedUpdateManyWithoutUserNestedInput
12658
- articleFavorites?: Prisma.ArticleFavoriteUncheckedUpdateManyWithoutUserNestedInput
12659
- anyhubApps?: Prisma.AnyHubAppUncheckedUpdateManyWithoutUserNestedInput
12660
- anyhubMarketApps?: Prisma.AnyHubMarketAppUncheckedUpdateManyWithoutUserNestedInput
12661
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUncheckedUpdateManyWithoutReviewerNestedInput
12662
- anyhubRecommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutUserNestedInput
12663
- prdVersions?: Prisma.PRDVersionUncheckedUpdateManyWithoutUserNestedInput
12664
- reviewComments?: Prisma.ReviewCommentUncheckedUpdateManyWithoutUserNestedInput
12665
- comments?: Prisma.CommentUncheckedUpdateManyWithoutUserNestedInput
12666
- commentIgnores?: Prisma.CommentIgnoreUncheckedUpdateManyWithoutUserNestedInput
12667
- reviews?: Prisma.ReviewUncheckedUpdateManyWithoutReviewerNestedInput
12668
- designProjects?: Prisma.DesignProjectUncheckedUpdateManyWithoutUserNestedInput
12669
- chatThreads?: Prisma.ChatThreadUncheckedUpdateManyWithoutUserNestedInput
12670
- aiProviderConfigs?: Prisma.AiProviderConfigUncheckedUpdateManyWithoutUserNestedInput
12671
- agentConversations?: Prisma.AgentConversationUncheckedUpdateManyWithoutUserNestedInput
12672
- ownedProjects?: Prisma.ProjectUncheckedUpdateManyWithoutOwnerNestedInput
12673
- projectMemberships?: Prisma.ProjectMemberUncheckedUpdateManyWithoutUserNestedInput
12674
- projectActivities?: Prisma.ProjectActivityUncheckedUpdateManyWithoutUserNestedInput
12675
- ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
12676
- workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
12677
- teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
12678
- sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
12679
- ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
12680
- applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
12681
- aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
12682
- agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
12683
- skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
12684
- notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
12685
- subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
12686
- }
12687
-
12688
- export type UserCreateWithoutNotificationPreferenceInput = {
12689
- id?: string
12690
- email: string
12691
- username: string
12692
- password: string
12693
- role?: string
12694
- status?: string
12695
- createdAt?: Date | string
12696
- updatedAt?: Date | string
12697
- lastLoginAt?: Date | string | null
12698
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12699
- bgShape?: string | null
12700
- bgColor?: string | null
12701
- aiProvider?: string | null
12702
- aiApiKey?: string | null
12703
- aiModel?: string | null
12704
- locale?: string | null
12705
- sketchApiToken?: string | null
12706
- timezone?: string | null
12707
- preferredCurrency?: string
12708
- defaultWorkspaceId?: string | null
12709
- invitationUses?: Prisma.InvitationUseCreateNestedManyWithoutUserInput
12710
- loginLogs?: Prisma.LoginLogCreateNestedManyWithoutUserInput
12711
- passwordResetTokens?: Prisma.PasswordResetTokenCreateNestedManyWithoutUserInput
12712
- prds?: Prisma.PRDCreateNestedManyWithoutUserInput
12713
- tags?: Prisma.TagCreateNestedManyWithoutUserInput
12714
- knowledgeBases?: Prisma.KnowledgeBaseCreateNestedManyWithoutUserInput
12715
- knowledgeDocuments?: Prisma.KnowledgeDocumentCreateNestedManyWithoutCreatorInput
12716
- knowledgeShares?: Prisma.KnowledgeShareRecordCreateNestedManyWithoutUserInput
12717
- legalRegulations?: Prisma.LegalRegulationCreateNestedManyWithoutUserInput
12718
- industryCompliances?: Prisma.IndustryComplianceCreateNestedManyWithoutUserInput
12719
- dictionaryTerms?: Prisma.DictionaryTermCreateNestedManyWithoutUserInput
12720
- websiteBookmarks?: Prisma.WebsiteBookmarkCreateNestedManyWithoutUserInput
12721
- bookmarkCategories?: Prisma.BookmarkCategoryCreateNestedManyWithoutUserInput
12722
- articleFavorites?: Prisma.ArticleFavoriteCreateNestedManyWithoutUserInput
12723
- anyhubApps?: Prisma.AnyHubAppCreateNestedManyWithoutUserInput
12724
- anyhubMarketApps?: Prisma.AnyHubMarketAppCreateNestedManyWithoutUserInput
12725
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationCreateNestedManyWithoutReviewerInput
12726
- anyhubRecommenders?: Prisma.AnyHubRecommenderCreateNestedManyWithoutUserInput
12727
- prdVersions?: Prisma.PRDVersionCreateNestedManyWithoutUserInput
12728
- reviewComments?: Prisma.ReviewCommentCreateNestedManyWithoutUserInput
12729
- comments?: Prisma.CommentCreateNestedManyWithoutUserInput
12730
- commentIgnores?: Prisma.CommentIgnoreCreateNestedManyWithoutUserInput
12731
- reviews?: Prisma.ReviewCreateNestedManyWithoutReviewerInput
12732
- designProjects?: Prisma.DesignProjectCreateNestedManyWithoutUserInput
12733
- chatThreads?: Prisma.ChatThreadCreateNestedManyWithoutUserInput
12734
- aiProviderConfigs?: Prisma.AiProviderConfigCreateNestedManyWithoutUserInput
12735
- agentConversations?: Prisma.AgentConversationCreateNestedManyWithoutUserInput
12736
- ownedProjects?: Prisma.ProjectCreateNestedManyWithoutOwnerInput
12737
- projectMemberships?: Prisma.ProjectMemberCreateNestedManyWithoutUserInput
12738
- projectActivities?: Prisma.ProjectActivityCreateNestedManyWithoutUserInput
12739
- ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
12740
- workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
12741
- teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
12742
- sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
12743
- ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
12744
- applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
12745
- aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
12746
- agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
12747
- skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
12748
- notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
12749
- subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
12750
- }
12751
-
12752
- export type UserUncheckedCreateWithoutNotificationPreferenceInput = {
12753
- id?: string
12754
- email: string
12755
- username: string
12756
- password: string
12757
- role?: string
12758
- status?: string
12759
- createdAt?: Date | string
12760
- updatedAt?: Date | string
12761
- lastLoginAt?: Date | string | null
12762
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12763
- bgShape?: string | null
12764
- bgColor?: string | null
12765
- aiProvider?: string | null
12766
- aiApiKey?: string | null
12767
- aiModel?: string | null
12768
- locale?: string | null
12769
- sketchApiToken?: string | null
12770
- timezone?: string | null
12771
- preferredCurrency?: string
12772
- defaultWorkspaceId?: string | null
12773
- invitationUses?: Prisma.InvitationUseUncheckedCreateNestedManyWithoutUserInput
12774
- loginLogs?: Prisma.LoginLogUncheckedCreateNestedManyWithoutUserInput
12775
- passwordResetTokens?: Prisma.PasswordResetTokenUncheckedCreateNestedManyWithoutUserInput
12776
- prds?: Prisma.PRDUncheckedCreateNestedManyWithoutUserInput
12777
- tags?: Prisma.TagUncheckedCreateNestedManyWithoutUserInput
12778
- knowledgeBases?: Prisma.KnowledgeBaseUncheckedCreateNestedManyWithoutUserInput
12779
- knowledgeDocuments?: Prisma.KnowledgeDocumentUncheckedCreateNestedManyWithoutCreatorInput
12780
- knowledgeShares?: Prisma.KnowledgeShareRecordUncheckedCreateNestedManyWithoutUserInput
12781
- legalRegulations?: Prisma.LegalRegulationUncheckedCreateNestedManyWithoutUserInput
12782
- industryCompliances?: Prisma.IndustryComplianceUncheckedCreateNestedManyWithoutUserInput
12783
- dictionaryTerms?: Prisma.DictionaryTermUncheckedCreateNestedManyWithoutUserInput
12784
- websiteBookmarks?: Prisma.WebsiteBookmarkUncheckedCreateNestedManyWithoutUserInput
12785
- bookmarkCategories?: Prisma.BookmarkCategoryUncheckedCreateNestedManyWithoutUserInput
12786
- articleFavorites?: Prisma.ArticleFavoriteUncheckedCreateNestedManyWithoutUserInput
12787
- anyhubApps?: Prisma.AnyHubAppUncheckedCreateNestedManyWithoutUserInput
12788
- anyhubMarketApps?: Prisma.AnyHubMarketAppUncheckedCreateNestedManyWithoutUserInput
12789
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUncheckedCreateNestedManyWithoutReviewerInput
12790
- anyhubRecommenders?: Prisma.AnyHubRecommenderUncheckedCreateNestedManyWithoutUserInput
12791
- prdVersions?: Prisma.PRDVersionUncheckedCreateNestedManyWithoutUserInput
12792
- reviewComments?: Prisma.ReviewCommentUncheckedCreateNestedManyWithoutUserInput
12793
- comments?: Prisma.CommentUncheckedCreateNestedManyWithoutUserInput
12794
- commentIgnores?: Prisma.CommentIgnoreUncheckedCreateNestedManyWithoutUserInput
12795
- reviews?: Prisma.ReviewUncheckedCreateNestedManyWithoutReviewerInput
12796
- designProjects?: Prisma.DesignProjectUncheckedCreateNestedManyWithoutUserInput
12797
- chatThreads?: Prisma.ChatThreadUncheckedCreateNestedManyWithoutUserInput
12798
- aiProviderConfigs?: Prisma.AiProviderConfigUncheckedCreateNestedManyWithoutUserInput
12799
- agentConversations?: Prisma.AgentConversationUncheckedCreateNestedManyWithoutUserInput
12800
- ownedProjects?: Prisma.ProjectUncheckedCreateNestedManyWithoutOwnerInput
12801
- projectMemberships?: Prisma.ProjectMemberUncheckedCreateNestedManyWithoutUserInput
12802
- projectActivities?: Prisma.ProjectActivityUncheckedCreateNestedManyWithoutUserInput
12803
- ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
12804
- workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
12805
- teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
12806
- sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
12807
- ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
12808
- applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
12809
- aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
12810
- agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
12811
- skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
12812
- notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
12813
- subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
12814
- }
12815
-
12816
- export type UserCreateOrConnectWithoutNotificationPreferenceInput = {
12817
- where: Prisma.UserWhereUniqueInput
12818
- create: Prisma.XOR<Prisma.UserCreateWithoutNotificationPreferenceInput, Prisma.UserUncheckedCreateWithoutNotificationPreferenceInput>
12819
- }
12820
-
12821
- export type UserUpsertWithoutNotificationPreferenceInput = {
12822
- update: Prisma.XOR<Prisma.UserUpdateWithoutNotificationPreferenceInput, Prisma.UserUncheckedUpdateWithoutNotificationPreferenceInput>
12823
- create: Prisma.XOR<Prisma.UserCreateWithoutNotificationPreferenceInput, Prisma.UserUncheckedCreateWithoutNotificationPreferenceInput>
12824
- where?: Prisma.UserWhereInput
12825
- }
12826
-
12827
- export type UserUpdateToOneWithWhereWithoutNotificationPreferenceInput = {
12828
- where?: Prisma.UserWhereInput
12829
- data: Prisma.XOR<Prisma.UserUpdateWithoutNotificationPreferenceInput, Prisma.UserUncheckedUpdateWithoutNotificationPreferenceInput>
12830
- }
12831
-
12832
- export type UserUpdateWithoutNotificationPreferenceInput = {
12833
- id?: Prisma.StringFieldUpdateOperationsInput | string
12834
- email?: Prisma.StringFieldUpdateOperationsInput | string
12835
- username?: Prisma.StringFieldUpdateOperationsInput | string
12836
- password?: Prisma.StringFieldUpdateOperationsInput | string
12837
- role?: Prisma.StringFieldUpdateOperationsInput | string
12838
- status?: Prisma.StringFieldUpdateOperationsInput | string
12839
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12840
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12841
- lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
12842
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12843
- bgShape?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12844
- bgColor?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12845
- aiProvider?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12846
- aiApiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12847
- aiModel?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12848
- locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12849
- sketchApiToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12850
- timezone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12851
- preferredCurrency?: Prisma.StringFieldUpdateOperationsInput | string
12852
- defaultWorkspaceId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12853
- invitationUses?: Prisma.InvitationUseUpdateManyWithoutUserNestedInput
12854
- loginLogs?: Prisma.LoginLogUpdateManyWithoutUserNestedInput
12855
- passwordResetTokens?: Prisma.PasswordResetTokenUpdateManyWithoutUserNestedInput
12856
- prds?: Prisma.PRDUpdateManyWithoutUserNestedInput
12857
- tags?: Prisma.TagUpdateManyWithoutUserNestedInput
12858
- knowledgeBases?: Prisma.KnowledgeBaseUpdateManyWithoutUserNestedInput
12859
- knowledgeDocuments?: Prisma.KnowledgeDocumentUpdateManyWithoutCreatorNestedInput
12860
- knowledgeShares?: Prisma.KnowledgeShareRecordUpdateManyWithoutUserNestedInput
12861
- legalRegulations?: Prisma.LegalRegulationUpdateManyWithoutUserNestedInput
12862
- industryCompliances?: Prisma.IndustryComplianceUpdateManyWithoutUserNestedInput
12863
- dictionaryTerms?: Prisma.DictionaryTermUpdateManyWithoutUserNestedInput
12864
- websiteBookmarks?: Prisma.WebsiteBookmarkUpdateManyWithoutUserNestedInput
12865
- bookmarkCategories?: Prisma.BookmarkCategoryUpdateManyWithoutUserNestedInput
12866
- articleFavorites?: Prisma.ArticleFavoriteUpdateManyWithoutUserNestedInput
12867
- anyhubApps?: Prisma.AnyHubAppUpdateManyWithoutUserNestedInput
12868
- anyhubMarketApps?: Prisma.AnyHubMarketAppUpdateManyWithoutUserNestedInput
12869
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUpdateManyWithoutReviewerNestedInput
12870
- anyhubRecommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutUserNestedInput
12871
- prdVersions?: Prisma.PRDVersionUpdateManyWithoutUserNestedInput
12872
- reviewComments?: Prisma.ReviewCommentUpdateManyWithoutUserNestedInput
12873
- comments?: Prisma.CommentUpdateManyWithoutUserNestedInput
12874
- commentIgnores?: Prisma.CommentIgnoreUpdateManyWithoutUserNestedInput
12875
- reviews?: Prisma.ReviewUpdateManyWithoutReviewerNestedInput
12876
- designProjects?: Prisma.DesignProjectUpdateManyWithoutUserNestedInput
12877
- chatThreads?: Prisma.ChatThreadUpdateManyWithoutUserNestedInput
12878
- aiProviderConfigs?: Prisma.AiProviderConfigUpdateManyWithoutUserNestedInput
12879
- agentConversations?: Prisma.AgentConversationUpdateManyWithoutUserNestedInput
12880
- ownedProjects?: Prisma.ProjectUpdateManyWithoutOwnerNestedInput
12881
- projectMemberships?: Prisma.ProjectMemberUpdateManyWithoutUserNestedInput
12882
- projectActivities?: Prisma.ProjectActivityUpdateManyWithoutUserNestedInput
12883
- ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
12884
- workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
12885
- teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
12886
- sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
12887
- ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
12888
- applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
12889
- aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
12890
- agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
12891
- skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
12892
- notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
12893
- subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
12894
- }
12895
-
12896
- export type UserUncheckedUpdateWithoutNotificationPreferenceInput = {
12897
- id?: Prisma.StringFieldUpdateOperationsInput | string
12898
- email?: Prisma.StringFieldUpdateOperationsInput | string
12899
- username?: Prisma.StringFieldUpdateOperationsInput | string
12900
- password?: Prisma.StringFieldUpdateOperationsInput | string
12901
- role?: Prisma.StringFieldUpdateOperationsInput | string
12902
- status?: Prisma.StringFieldUpdateOperationsInput | string
12903
- createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12904
- updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
12905
- lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
12906
- avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
12907
- bgShape?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12908
- bgColor?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12909
- aiProvider?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12910
- aiApiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12911
- aiModel?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12912
- locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12913
- sketchApiToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12914
- timezone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12915
- preferredCurrency?: Prisma.StringFieldUpdateOperationsInput | string
12916
- defaultWorkspaceId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
12917
- invitationUses?: Prisma.InvitationUseUncheckedUpdateManyWithoutUserNestedInput
12918
- loginLogs?: Prisma.LoginLogUncheckedUpdateManyWithoutUserNestedInput
12919
- passwordResetTokens?: Prisma.PasswordResetTokenUncheckedUpdateManyWithoutUserNestedInput
12920
- prds?: Prisma.PRDUncheckedUpdateManyWithoutUserNestedInput
12921
- tags?: Prisma.TagUncheckedUpdateManyWithoutUserNestedInput
12922
- knowledgeBases?: Prisma.KnowledgeBaseUncheckedUpdateManyWithoutUserNestedInput
12923
- knowledgeDocuments?: Prisma.KnowledgeDocumentUncheckedUpdateManyWithoutCreatorNestedInput
12924
- knowledgeShares?: Prisma.KnowledgeShareRecordUncheckedUpdateManyWithoutUserNestedInput
12925
- legalRegulations?: Prisma.LegalRegulationUncheckedUpdateManyWithoutUserNestedInput
12926
- industryCompliances?: Prisma.IndustryComplianceUncheckedUpdateManyWithoutUserNestedInput
12927
- dictionaryTerms?: Prisma.DictionaryTermUncheckedUpdateManyWithoutUserNestedInput
12928
- websiteBookmarks?: Prisma.WebsiteBookmarkUncheckedUpdateManyWithoutUserNestedInput
12929
- bookmarkCategories?: Prisma.BookmarkCategoryUncheckedUpdateManyWithoutUserNestedInput
12930
- articleFavorites?: Prisma.ArticleFavoriteUncheckedUpdateManyWithoutUserNestedInput
12931
- anyhubApps?: Prisma.AnyHubAppUncheckedUpdateManyWithoutUserNestedInput
12932
- anyhubMarketApps?: Prisma.AnyHubMarketAppUncheckedUpdateManyWithoutUserNestedInput
12933
- reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUncheckedUpdateManyWithoutReviewerNestedInput
12934
- anyhubRecommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutUserNestedInput
12935
- prdVersions?: Prisma.PRDVersionUncheckedUpdateManyWithoutUserNestedInput
12936
- reviewComments?: Prisma.ReviewCommentUncheckedUpdateManyWithoutUserNestedInput
12937
- comments?: Prisma.CommentUncheckedUpdateManyWithoutUserNestedInput
12938
- commentIgnores?: Prisma.CommentIgnoreUncheckedUpdateManyWithoutUserNestedInput
12939
- reviews?: Prisma.ReviewUncheckedUpdateManyWithoutReviewerNestedInput
12940
- designProjects?: Prisma.DesignProjectUncheckedUpdateManyWithoutUserNestedInput
12941
- chatThreads?: Prisma.ChatThreadUncheckedUpdateManyWithoutUserNestedInput
12942
- aiProviderConfigs?: Prisma.AiProviderConfigUncheckedUpdateManyWithoutUserNestedInput
12943
- agentConversations?: Prisma.AgentConversationUncheckedUpdateManyWithoutUserNestedInput
12944
- ownedProjects?: Prisma.ProjectUncheckedUpdateManyWithoutOwnerNestedInput
12945
- projectMemberships?: Prisma.ProjectMemberUncheckedUpdateManyWithoutUserNestedInput
12946
- projectActivities?: Prisma.ProjectActivityUncheckedUpdateManyWithoutUserNestedInput
12947
- ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
12948
- workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
12949
- teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
12950
- sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
12951
- ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
12952
- applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
12953
- aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
12954
- agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
12955
- skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
12956
- notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
12957
- subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
12958
- }
12959
-
12960
-
12961
- /**
12962
- * Count Type UserCountOutputType
12963
- */
12964
-
12965
- export type UserCountOutputType = {
12966
- invitationUses: number
12967
- loginLogs: number
12968
- passwordResetTokens: number
12969
- prds: number
12970
- tags: number
12971
- knowledgeBases: number
12972
- knowledgeDocuments: number
12973
- knowledgeShares: number
12974
- legalRegulations: number
12975
- industryCompliances: number
12976
- dictionaryTerms: number
12977
- websiteBookmarks: number
12978
- bookmarkCategories: number
12979
- articleFavorites: number
12980
- anyhubApps: number
12981
- anyhubMarketApps: number
12982
- reviewedAnyhubRecommendations: number
12983
- anyhubRecommenders: number
12984
- prdVersions: number
12985
- reviewComments: number
12986
- comments: number
12987
- commentIgnores: number
12988
- reviews: number
12989
- designProjects: number
12990
- chatThreads: number
12991
- aiProviderConfigs: number
12992
- agentConversations: number
12993
- ownedProjects: number
12994
- projectMemberships: number
12995
- projectActivities: number
12996
- ownedWorkspaces: number
12997
- workspaceMemberships: number
12998
- sentInvitations: number
12999
- ownedJoinRequests: number
13000
- applicantJoinRequests: number
13001
- aiUsageLogs: number
13002
- agents: number
13003
- skills: number
13004
- notifications: number
13005
- }
13006
-
13007
- export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
13008
- invitationUses?: boolean | UserCountOutputTypeCountInvitationUsesArgs
13009
- loginLogs?: boolean | UserCountOutputTypeCountLoginLogsArgs
13010
- passwordResetTokens?: boolean | UserCountOutputTypeCountPasswordResetTokensArgs
13011
- prds?: boolean | UserCountOutputTypeCountPrdsArgs
13012
- tags?: boolean | UserCountOutputTypeCountTagsArgs
13013
- knowledgeBases?: boolean | UserCountOutputTypeCountKnowledgeBasesArgs
13014
- knowledgeDocuments?: boolean | UserCountOutputTypeCountKnowledgeDocumentsArgs
13015
- knowledgeShares?: boolean | UserCountOutputTypeCountKnowledgeSharesArgs
13016
- legalRegulations?: boolean | UserCountOutputTypeCountLegalRegulationsArgs
13017
- industryCompliances?: boolean | UserCountOutputTypeCountIndustryCompliancesArgs
13018
- dictionaryTerms?: boolean | UserCountOutputTypeCountDictionaryTermsArgs
13019
- websiteBookmarks?: boolean | UserCountOutputTypeCountWebsiteBookmarksArgs
13020
- bookmarkCategories?: boolean | UserCountOutputTypeCountBookmarkCategoriesArgs
13021
- articleFavorites?: boolean | UserCountOutputTypeCountArticleFavoritesArgs
13022
- anyhubApps?: boolean | UserCountOutputTypeCountAnyhubAppsArgs
13023
- anyhubMarketApps?: boolean | UserCountOutputTypeCountAnyhubMarketAppsArgs
13024
- reviewedAnyhubRecommendations?: boolean | UserCountOutputTypeCountReviewedAnyhubRecommendationsArgs
13025
- anyhubRecommenders?: boolean | UserCountOutputTypeCountAnyhubRecommendersArgs
13026
- prdVersions?: boolean | UserCountOutputTypeCountPrdVersionsArgs
13027
- reviewComments?: boolean | UserCountOutputTypeCountReviewCommentsArgs
13028
- comments?: boolean | UserCountOutputTypeCountCommentsArgs
13029
- commentIgnores?: boolean | UserCountOutputTypeCountCommentIgnoresArgs
13030
- reviews?: boolean | UserCountOutputTypeCountReviewsArgs
13031
- designProjects?: boolean | UserCountOutputTypeCountDesignProjectsArgs
13032
- chatThreads?: boolean | UserCountOutputTypeCountChatThreadsArgs
13033
- aiProviderConfigs?: boolean | UserCountOutputTypeCountAiProviderConfigsArgs
13034
- agentConversations?: boolean | UserCountOutputTypeCountAgentConversationsArgs
13035
- ownedProjects?: boolean | UserCountOutputTypeCountOwnedProjectsArgs
13036
- projectMemberships?: boolean | UserCountOutputTypeCountProjectMembershipsArgs
13037
- projectActivities?: boolean | UserCountOutputTypeCountProjectActivitiesArgs
13038
- ownedWorkspaces?: boolean | UserCountOutputTypeCountOwnedWorkspacesArgs
13039
- workspaceMemberships?: boolean | UserCountOutputTypeCountWorkspaceMembershipsArgs
13040
- sentInvitations?: boolean | UserCountOutputTypeCountSentInvitationsArgs
13041
- ownedJoinRequests?: boolean | UserCountOutputTypeCountOwnedJoinRequestsArgs
13042
- applicantJoinRequests?: boolean | UserCountOutputTypeCountApplicantJoinRequestsArgs
13043
- aiUsageLogs?: boolean | UserCountOutputTypeCountAiUsageLogsArgs
13044
- agents?: boolean | UserCountOutputTypeCountAgentsArgs
13045
- skills?: boolean | UserCountOutputTypeCountSkillsArgs
13046
- notifications?: boolean | UserCountOutputTypeCountNotificationsArgs
13047
- }
13048
-
13049
- /**
13050
- * UserCountOutputType without action
13051
- */
13052
- export type UserCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
13053
- /**
13054
- * Select specific fields to fetch from the UserCountOutputType
13055
- */
13056
- select?: Prisma.UserCountOutputTypeSelect<ExtArgs> | null
13057
- }
13058
-
13059
- /**
13060
- * UserCountOutputType without action
13061
- */
13062
- export type UserCountOutputTypeCountInvitationUsesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
13063
- where?: Prisma.InvitationUseWhereInput
13064
- }
13065
-
13066
- /**
13067
- * UserCountOutputType without action
13068
- */
13069
- export type UserCountOutputTypeCountLoginLogsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
13070
- where?: Prisma.LoginLogWhereInput
12158
+ /**
12159
+ * UserCountOutputType without action
12160
+ */
12161
+ export type UserCountOutputTypeCountLoginLogsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
12162
+ where?: Prisma.LoginLogWhereInput
13071
12163
  }
13072
12164
 
13073
12165
  /**
@@ -13322,13 +12414,6 @@ export type UserCountOutputTypeCountSkillsArgs<ExtArgs extends runtime.Types.Ext
13322
12414
  where?: Prisma.UserSkillWhereInput
13323
12415
  }
13324
12416
 
13325
- /**
13326
- * UserCountOutputType without action
13327
- */
13328
- export type UserCountOutputTypeCountNotificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
13329
- where?: Prisma.NotificationWhereInput
13330
- }
13331
-
13332
12417
 
13333
12418
  export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
13334
12419
  id?: boolean
@@ -13390,8 +12475,6 @@ export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = r
13390
12475
  aiUsageLogs?: boolean | Prisma.User$aiUsageLogsArgs<ExtArgs>
13391
12476
  agents?: boolean | Prisma.User$agentsArgs<ExtArgs>
13392
12477
  skills?: boolean | Prisma.User$skillsArgs<ExtArgs>
13393
- notifications?: boolean | Prisma.User$notificationsArgs<ExtArgs>
13394
- notificationPreference?: boolean | Prisma.User$notificationPreferenceArgs<ExtArgs>
13395
12478
  subscription?: boolean | Prisma.User$subscriptionArgs<ExtArgs>
13396
12479
  _count?: boolean | Prisma.UserCountOutputTypeDefaultArgs<ExtArgs>
13397
12480
  }, ExtArgs["result"]["user"]>
@@ -13506,8 +12589,6 @@ export type UserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs =
13506
12589
  aiUsageLogs?: boolean | Prisma.User$aiUsageLogsArgs<ExtArgs>
13507
12590
  agents?: boolean | Prisma.User$agentsArgs<ExtArgs>
13508
12591
  skills?: boolean | Prisma.User$skillsArgs<ExtArgs>
13509
- notifications?: boolean | Prisma.User$notificationsArgs<ExtArgs>
13510
- notificationPreference?: boolean | Prisma.User$notificationPreferenceArgs<ExtArgs>
13511
12592
  subscription?: boolean | Prisma.User$subscriptionArgs<ExtArgs>
13512
12593
  _count?: boolean | Prisma.UserCountOutputTypeDefaultArgs<ExtArgs>
13513
12594
  }
@@ -13556,8 +12637,6 @@ export type $UserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs =
13556
12637
  aiUsageLogs: Prisma.$AiUsageLogPayload<ExtArgs>[]
13557
12638
  agents: Prisma.$UserAgentPayload<ExtArgs>[]
13558
12639
  skills: Prisma.$UserSkillPayload<ExtArgs>[]
13559
- notifications: Prisma.$NotificationPayload<ExtArgs>[]
13560
- notificationPreference: Prisma.$NotificationPreferencePayload<ExtArgs> | null
13561
12640
  subscription: Prisma.$SubscriptionPayload<ExtArgs> | null
13562
12641
  }
13563
12642
  scalars: runtime.Types.Extensions.GetPayloadResult<{
@@ -14020,8 +13099,6 @@ export interface Prisma__UserClient<T, Null = never, ExtArgs extends runtime.Typ
14020
13099
  aiUsageLogs<T extends Prisma.User$aiUsageLogsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$aiUsageLogsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AiUsageLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
14021
13100
  agents<T extends Prisma.User$agentsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$agentsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UserAgentPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
14022
13101
  skills<T extends Prisma.User$skillsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$skillsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UserSkillPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
14023
- notifications<T extends Prisma.User$notificationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$notificationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$NotificationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
14024
- notificationPreference<T extends Prisma.User$notificationPreferenceArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$notificationPreferenceArgs<ExtArgs>>): Prisma.Prisma__NotificationPreferenceClient<runtime.Types.Result.GetResult<Prisma.$NotificationPreferencePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
14025
13102
  subscription<T extends Prisma.User$subscriptionArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$subscriptionArgs<ExtArgs>>): Prisma.Prisma__SubscriptionClient<runtime.Types.Result.GetResult<Prisma.$SubscriptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
14026
13103
  /**
14027
13104
  * Attaches callbacks for the resolution and/or rejection of the Promise.
@@ -15393,49 +14470,6 @@ export type User$skillsArgs<ExtArgs extends runtime.Types.Extensions.InternalArg
15393
14470
  distinct?: Prisma.UserSkillScalarFieldEnum | Prisma.UserSkillScalarFieldEnum[]
15394
14471
  }
15395
14472
 
15396
- /**
15397
- * User.notifications
15398
- */
15399
- export type User$notificationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
15400
- /**
15401
- * Select specific fields to fetch from the Notification
15402
- */
15403
- select?: Prisma.NotificationSelect<ExtArgs> | null
15404
- /**
15405
- * Omit specific fields from the Notification
15406
- */
15407
- omit?: Prisma.NotificationOmit<ExtArgs> | null
15408
- /**
15409
- * Choose, which related nodes to fetch as well
15410
- */
15411
- include?: Prisma.NotificationInclude<ExtArgs> | null
15412
- where?: Prisma.NotificationWhereInput
15413
- orderBy?: Prisma.NotificationOrderByWithRelationInput | Prisma.NotificationOrderByWithRelationInput[]
15414
- cursor?: Prisma.NotificationWhereUniqueInput
15415
- take?: number
15416
- skip?: number
15417
- distinct?: Prisma.NotificationScalarFieldEnum | Prisma.NotificationScalarFieldEnum[]
15418
- }
15419
-
15420
- /**
15421
- * User.notificationPreference
15422
- */
15423
- export type User$notificationPreferenceArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
15424
- /**
15425
- * Select specific fields to fetch from the NotificationPreference
15426
- */
15427
- select?: Prisma.NotificationPreferenceSelect<ExtArgs> | null
15428
- /**
15429
- * Omit specific fields from the NotificationPreference
15430
- */
15431
- omit?: Prisma.NotificationPreferenceOmit<ExtArgs> | null
15432
- /**
15433
- * Choose, which related nodes to fetch as well
15434
- */
15435
- include?: Prisma.NotificationPreferenceInclude<ExtArgs> | null
15436
- where?: Prisma.NotificationPreferenceWhereInput
15437
- }
15438
-
15439
14473
  /**
15440
14474
  * User.subscription
15441
14475
  */