@allbluecn/database 0.4.17 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/share-utils.d.ts +2 -0
- package/dist/lib/share-utils.js +17 -0
- package/generated/browser.ts +8 -3
- package/generated/client.ts +10 -5
- package/generated/commonInputTypes.ts +2 -2
- package/generated/internal/class.ts +15 -5
- package/generated/internal/prismaNamespace.ts +95 -4
- package/generated/internal/prismaNamespaceBrowser.ts +18 -2
- package/generated/models/Account.ts +2 -2
- package/generated/models/AgentConversation.ts +2 -2
- package/generated/models/AgentMessage.ts +2 -2
- package/generated/models/AiProvider.ts +2 -2
- package/generated/models/AiProviderConfig.ts +2 -2
- package/generated/models/AiUsageLog.ts +2 -2
- package/generated/models/AnyHubApp.ts +2 -2
- package/generated/models/AnyHubMarketApp.ts +2 -2
- package/generated/models/AnyHubPermission.ts +2 -2
- package/generated/models/AnyHubRecommendation.ts +2 -2
- package/generated/models/AnyHubRecommender.ts +2 -2
- package/generated/models/Artboard.ts +2 -2
- package/generated/models/ArtboardExport.ts +2 -2
- package/generated/models/ArticleFavorite.ts +2 -2
- package/generated/models/AuditLog.ts +2 -2
- package/generated/models/Block.ts +2 -2
- package/generated/models/BlockComponent.ts +2 -2
- package/generated/models/BlockInstance.ts +2 -2
- package/generated/models/BookmarkCategory.ts +2 -2
- package/generated/models/ChatInterrupt.ts +2 -2
- package/generated/models/ChatMessage.ts +2 -2
- package/generated/models/ChatRun.ts +2 -2
- package/generated/models/ChatThread.ts +2 -6
- package/generated/models/Comment.ts +2 -2
- package/generated/models/CommentIgnore.ts +2 -2
- package/generated/models/CommentReaction.ts +2 -2
- package/generated/models/ComplianceExport.ts +2 -2
- package/generated/models/Component.ts +2 -2
- package/generated/models/ComponentInstance.ts +2 -2
- package/generated/models/ComponentTag.ts +2 -2
- package/generated/models/CustomRole.ts +2 -2
- package/generated/models/DesignProject.ts +2 -2
- package/generated/models/DeveloperLog.ts +2 -2
- package/generated/models/DictionaryTerm.ts +2 -2
- package/generated/models/GenerationRun.ts +2 -2
- package/generated/models/IndustryCompliance.ts +2 -2
- package/generated/models/InvitationCode.ts +2 -2
- package/generated/models/InvitationUse.ts +2 -2
- package/generated/models/Invoice.ts +2 -2
- package/generated/models/Iteration.ts +2 -2
- package/generated/models/IterationAutoSchedule.ts +2 -2
- package/generated/models/KnowledgeBase.ts +278 -3
- package/generated/models/KnowledgeDocument.ts +2 -2
- package/generated/models/KnowledgeShareRecord.ts +2 -2
- package/generated/models/Label.ts +2 -2
- package/generated/models/LegalRegulation.ts +2 -2
- package/generated/models/LicenseActivation.ts +2 -2
- package/generated/models/LicenseKey.ts +2 -2
- package/generated/models/LoginLog.ts +2 -2
- package/generated/models/MonitoringErrorReport.ts +2 -2
- package/generated/models/MonitoringHealthSnapshot.ts +2 -2
- package/generated/models/MonitoringMetricsSnapshot.ts +2 -2
- package/generated/models/MonitoringRequestLog.ts +2 -2
- package/generated/models/Notification.ts +2 -2
- package/generated/models/NotificationPreference.ts +2 -2
- package/generated/models/PRD.ts +2 -2
- package/generated/models/PRDPage.ts +2 -2
- package/generated/models/PRDTag.ts +2 -2
- package/generated/models/PRDVersion.ts +2 -2
- package/generated/models/PageVersion.ts +2 -2
- package/generated/models/PasswordResetToken.ts +2 -2
- package/generated/models/Plan.ts +2 -2
- package/generated/models/Project.ts +2 -2
- package/generated/models/ProjectActivity.ts +2 -2
- package/generated/models/ProjectKnowledgeBase.ts +2 -2
- package/generated/models/ProjectMember.ts +2 -2
- package/generated/models/ProviderEvent.ts +2 -2
- package/generated/models/Reference.ts +2 -2
- package/generated/models/Review.ts +2 -2
- package/generated/models/ReviewComment.ts +2 -2
- package/generated/models/RoleAssignment.ts +2 -2
- package/generated/models/SequenceCounter.ts +2 -2
- package/generated/models/Share.ts +2 -2
- package/generated/models/ShareVersion.ts +2 -2
- package/generated/models/SsoMapping.ts +2 -2
- package/generated/models/SsoProvider.ts +2 -2
- package/generated/models/Story.ts +2 -2
- package/generated/models/StoryActivity.ts +2 -2
- package/generated/models/StoryAttachment.ts +2 -2
- package/generated/models/StoryComment.ts +2 -2
- package/generated/models/StoryDependency.ts +2 -2
- package/generated/models/StoryDocLink.ts +2 -2
- package/generated/models/StoryExternalLink.ts +2 -2
- package/generated/models/StoryFilterView.ts +2 -2
- package/generated/models/StoryLabel.ts +2 -2
- package/generated/models/StoryLink.ts +2 -2
- package/generated/models/StoryPrdLink.ts +2 -2
- package/generated/models/StoryReaction.ts +2 -2
- package/generated/models/Subscription.ts +2 -2
- package/generated/models/SystemSetting.ts +2 -2
- package/generated/models/Tag.ts +2 -2
- package/generated/models/TeamInvitation.ts +2 -2
- package/generated/models/TeamJoinRequest.ts +2 -2
- package/generated/models/TeamMembership.ts +2 -2
- package/generated/models/Template.ts +2 -2
- package/generated/models/TemplateBlock.ts +2 -2
- package/generated/models/ThirdPartyDependency.ts +2 -2
- package/generated/models/UsageRecord.ts +2 -2
- package/generated/models/User.ts +628 -2
- package/generated/models/UserAgent.ts +2 -2
- package/generated/models/UserSkill.ts +2 -2
- package/generated/models/WebsiteBookmark.ts +2 -2
- package/generated/models/Workspace.ts +416 -3
- package/generated/models/WorkspaceMember.ts +1512 -0
- package/generated/models.ts +105 -104
- package/generated-sqlite/browser.ts +3 -3
- package/generated-sqlite/client.ts +5 -5
- package/generated-sqlite/commonInputTypes.ts +2 -2
- package/generated-sqlite/internal/class.ts +5 -5
- package/generated-sqlite/internal/prismaNamespace.ts +5 -3
- package/generated-sqlite/internal/prismaNamespaceBrowser.ts +4 -2
- package/generated-sqlite/models/AgentConversation.ts +2 -2
- package/generated-sqlite/models/AgentMessage.ts +2 -2
- package/generated-sqlite/models/AiProvider.ts +2 -2
- package/generated-sqlite/models/AiProviderConfig.ts +2 -2
- package/generated-sqlite/models/AiUsageLog.ts +2 -2
- package/generated-sqlite/models/AnyHubApp.ts +2 -2
- package/generated-sqlite/models/AnyHubMarketApp.ts +2 -2
- package/generated-sqlite/models/AnyHubPermission.ts +2 -2
- package/generated-sqlite/models/AnyHubRecommendation.ts +2 -2
- package/generated-sqlite/models/AnyHubRecommender.ts +2 -2
- package/generated-sqlite/models/Artboard.ts +2 -2
- package/generated-sqlite/models/ArtboardExport.ts +2 -2
- package/generated-sqlite/models/ArticleFavorite.ts +2 -2
- package/generated-sqlite/models/AuditLog.ts +2 -2
- package/generated-sqlite/models/Block.ts +2 -2
- package/generated-sqlite/models/BlockComponent.ts +2 -2
- package/generated-sqlite/models/BlockInstance.ts +2 -2
- package/generated-sqlite/models/BookmarkCategory.ts +2 -2
- package/generated-sqlite/models/ChatInterrupt.ts +2 -2
- package/generated-sqlite/models/ChatMessage.ts +2 -2
- package/generated-sqlite/models/ChatRun.ts +2 -2
- package/generated-sqlite/models/ChatThread.ts +2 -6
- package/generated-sqlite/models/Comment.ts +2 -2
- package/generated-sqlite/models/CommentIgnore.ts +2 -2
- package/generated-sqlite/models/ComplianceExport.ts +2 -2
- package/generated-sqlite/models/Component.ts +2 -2
- package/generated-sqlite/models/ComponentInstance.ts +2 -2
- package/generated-sqlite/models/ComponentTag.ts +2 -2
- package/generated-sqlite/models/CustomRole.ts +2 -2
- package/generated-sqlite/models/DesignProject.ts +2 -2
- package/generated-sqlite/models/DeveloperLog.ts +2 -2
- package/generated-sqlite/models/DictionaryTerm.ts +2 -2
- package/generated-sqlite/models/GenerationRun.ts +2 -2
- package/generated-sqlite/models/IndustryCompliance.ts +2 -2
- package/generated-sqlite/models/InvitationCode.ts +2 -2
- package/generated-sqlite/models/InvitationUse.ts +2 -2
- package/generated-sqlite/models/Invoice.ts +2 -2
- package/generated-sqlite/models/Iteration.ts +2 -2
- package/generated-sqlite/models/IterationAutoSchedule.ts +2 -2
- package/generated-sqlite/models/KnowledgeBase.ts +46 -3
- package/generated-sqlite/models/KnowledgeDocument.ts +2 -2
- package/generated-sqlite/models/KnowledgeShareRecord.ts +2 -2
- package/generated-sqlite/models/LegalRegulation.ts +2 -2
- package/generated-sqlite/models/LicenseActivation.ts +2 -2
- package/generated-sqlite/models/LicenseKey.ts +2 -2
- package/generated-sqlite/models/LoginLog.ts +2 -2
- package/generated-sqlite/models/PRD.ts +2 -2
- package/generated-sqlite/models/PRDPage.ts +2 -2
- package/generated-sqlite/models/PRDTag.ts +2 -2
- package/generated-sqlite/models/PRDVersion.ts +2 -2
- package/generated-sqlite/models/PageVersion.ts +2 -2
- package/generated-sqlite/models/PasswordResetToken.ts +2 -2
- package/generated-sqlite/models/Plan.ts +2 -2
- package/generated-sqlite/models/Project.ts +2 -2
- package/generated-sqlite/models/ProjectActivity.ts +2 -2
- package/generated-sqlite/models/ProjectKnowledgeBase.ts +2 -2
- package/generated-sqlite/models/ProjectMember.ts +2 -2
- package/generated-sqlite/models/ProviderEvent.ts +2 -2
- package/generated-sqlite/models/Reference.ts +2 -2
- package/generated-sqlite/models/Review.ts +2 -2
- package/generated-sqlite/models/ReviewComment.ts +2 -2
- package/generated-sqlite/models/RoleAssignment.ts +2 -2
- package/generated-sqlite/models/Share.ts +2 -2
- package/generated-sqlite/models/ShareVersion.ts +2 -2
- package/generated-sqlite/models/SsoMapping.ts +2 -2
- package/generated-sqlite/models/SsoProvider.ts +2 -2
- package/generated-sqlite/models/Story.ts +2 -2
- package/generated-sqlite/models/Subscription.ts +2 -2
- package/generated-sqlite/models/SystemSetting.ts +2 -2
- package/generated-sqlite/models/Tag.ts +2 -2
- package/generated-sqlite/models/TeamInvitation.ts +2 -2
- package/generated-sqlite/models/TeamJoinRequest.ts +2 -2
- package/generated-sqlite/models/TeamMembership.ts +2 -2
- package/generated-sqlite/models/Template.ts +2 -2
- package/generated-sqlite/models/TemplateBlock.ts +2 -2
- package/generated-sqlite/models/ThirdPartyDependency.ts +2 -2
- package/generated-sqlite/models/UsageRecord.ts +2 -2
- package/generated-sqlite/models/User.ts +2 -2
- package/generated-sqlite/models/UserAgent.ts +2 -2
- package/generated-sqlite/models/UserSkill.ts +2 -2
- package/generated-sqlite/models/WebsiteBookmark.ts +2 -2
- package/generated-sqlite/models/Workspace.ts +54 -3
- package/generated-sqlite/models.ts +83 -83
- package/migrations/20260907093612_add_workspace_pinned_to_sidebar/migration.sql +2 -0
- package/migrations/20260907100000_add_knowledge_pinned_to_sidebar/migration.sql +2 -0
- package/migrations/20260907110000_add_workspace_members/migration.sql +34 -0
- package/migrations/20260907120000_knowledgebase_workspace_id/migration.sql +8 -0
- package/package.json +4 -2
- package/schema.prisma +241 -213
- package/schema.sqlite.prisma +16 -14
package/generated/models/User.ts
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* 🟢 You can import this file directly.
|
|
10
10
|
*/
|
|
11
11
|
import type * as runtime from "@prisma/client/runtime/client"
|
|
12
|
-
import type * as $Enums from "../enums"
|
|
13
|
-
import type * as Prisma from "../internal/prismaNamespace"
|
|
12
|
+
import type * as $Enums from "../enums.ts"
|
|
13
|
+
import type * as Prisma from "../internal/prismaNamespace.ts"
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Model User
|
|
@@ -362,6 +362,7 @@ export type UserWhereInput = {
|
|
|
362
362
|
ownedWorkspaces?: Prisma.WorkspaceListRelationFilter
|
|
363
363
|
workspaceMemberships?: Prisma.TeamMembershipListRelationFilter
|
|
364
364
|
teamJoined?: Prisma.XOR<Prisma.TeamMembershipNullableScalarRelationFilter, Prisma.TeamMembershipWhereInput> | null
|
|
365
|
+
workspaceMembers?: Prisma.WorkspaceMemberListRelationFilter
|
|
365
366
|
sentInvitations?: Prisma.TeamInvitationListRelationFilter
|
|
366
367
|
ownedJoinRequests?: Prisma.TeamJoinRequestListRelationFilter
|
|
367
368
|
applicantJoinRequests?: Prisma.TeamJoinRequestListRelationFilter
|
|
@@ -444,6 +445,7 @@ export type UserOrderByWithRelationInput = {
|
|
|
444
445
|
ownedWorkspaces?: Prisma.WorkspaceOrderByRelationAggregateInput
|
|
445
446
|
workspaceMemberships?: Prisma.TeamMembershipOrderByRelationAggregateInput
|
|
446
447
|
teamJoined?: Prisma.TeamMembershipOrderByWithRelationInput
|
|
448
|
+
workspaceMembers?: Prisma.WorkspaceMemberOrderByRelationAggregateInput
|
|
447
449
|
sentInvitations?: Prisma.TeamInvitationOrderByRelationAggregateInput
|
|
448
450
|
ownedJoinRequests?: Prisma.TeamJoinRequestOrderByRelationAggregateInput
|
|
449
451
|
applicantJoinRequests?: Prisma.TeamJoinRequestOrderByRelationAggregateInput
|
|
@@ -529,6 +531,7 @@ export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
|
529
531
|
ownedWorkspaces?: Prisma.WorkspaceListRelationFilter
|
|
530
532
|
workspaceMemberships?: Prisma.TeamMembershipListRelationFilter
|
|
531
533
|
teamJoined?: Prisma.XOR<Prisma.TeamMembershipNullableScalarRelationFilter, Prisma.TeamMembershipWhereInput> | null
|
|
534
|
+
workspaceMembers?: Prisma.WorkspaceMemberListRelationFilter
|
|
532
535
|
sentInvitations?: Prisma.TeamInvitationListRelationFilter
|
|
533
536
|
ownedJoinRequests?: Prisma.TeamJoinRequestListRelationFilter
|
|
534
537
|
applicantJoinRequests?: Prisma.TeamJoinRequestListRelationFilter
|
|
@@ -669,6 +672,7 @@ export type UserCreateInput = {
|
|
|
669
672
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
670
673
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
671
674
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
675
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
672
676
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
673
677
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
674
678
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -751,6 +755,7 @@ export type UserUncheckedCreateInput = {
|
|
|
751
755
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
752
756
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
753
757
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
758
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
754
759
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
755
760
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
756
761
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -833,6 +838,7 @@ export type UserUpdateInput = {
|
|
|
833
838
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
834
839
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
835
840
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
841
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
836
842
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
837
843
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
838
844
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -915,6 +921,7 @@ export type UserUncheckedUpdateInput = {
|
|
|
915
921
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
916
922
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
917
923
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
924
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
918
925
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
919
926
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
920
927
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -1159,6 +1166,20 @@ export type UserUpdateOneRequiredWithoutOwnedWorkspacesNestedInput = {
|
|
|
1159
1166
|
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutOwnedWorkspacesInput, Prisma.UserUpdateWithoutOwnedWorkspacesInput>, Prisma.UserUncheckedUpdateWithoutOwnedWorkspacesInput>
|
|
1160
1167
|
}
|
|
1161
1168
|
|
|
1169
|
+
export type UserCreateNestedOneWithoutWorkspaceMembersInput = {
|
|
1170
|
+
create?: Prisma.XOR<Prisma.UserCreateWithoutWorkspaceMembersInput, Prisma.UserUncheckedCreateWithoutWorkspaceMembersInput>
|
|
1171
|
+
connectOrCreate?: Prisma.UserCreateOrConnectWithoutWorkspaceMembersInput
|
|
1172
|
+
connect?: Prisma.UserWhereUniqueInput
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
export type UserUpdateOneRequiredWithoutWorkspaceMembersNestedInput = {
|
|
1176
|
+
create?: Prisma.XOR<Prisma.UserCreateWithoutWorkspaceMembersInput, Prisma.UserUncheckedCreateWithoutWorkspaceMembersInput>
|
|
1177
|
+
connectOrCreate?: Prisma.UserCreateOrConnectWithoutWorkspaceMembersInput
|
|
1178
|
+
upsert?: Prisma.UserUpsertWithoutWorkspaceMembersInput
|
|
1179
|
+
connect?: Prisma.UserWhereUniqueInput
|
|
1180
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.UserUpdateToOneWithWhereWithoutWorkspaceMembersInput, Prisma.UserUpdateWithoutWorkspaceMembersInput>, Prisma.UserUncheckedUpdateWithoutWorkspaceMembersInput>
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1162
1183
|
export type UserCreateNestedOneWithoutWorkspaceMembershipsInput = {
|
|
1163
1184
|
create?: Prisma.XOR<Prisma.UserCreateWithoutWorkspaceMembershipsInput, Prisma.UserUncheckedCreateWithoutWorkspaceMembershipsInput>
|
|
1164
1185
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutWorkspaceMembershipsInput
|
|
@@ -1968,6 +1989,7 @@ export type UserCreateWithoutAccountsInput = {
|
|
|
1968
1989
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
1969
1990
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
1970
1991
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
1992
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
1971
1993
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
1972
1994
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
1973
1995
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -2049,6 +2071,7 @@ export type UserUncheckedCreateWithoutAccountsInput = {
|
|
|
2049
2071
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
2050
2072
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
2051
2073
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
2074
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
2052
2075
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
2053
2076
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
2054
2077
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -2146,6 +2169,7 @@ export type UserUpdateWithoutAccountsInput = {
|
|
|
2146
2169
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
2147
2170
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
2148
2171
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
2172
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
2149
2173
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
2150
2174
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
2151
2175
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -2227,6 +2251,7 @@ export type UserUncheckedUpdateWithoutAccountsInput = {
|
|
|
2227
2251
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2228
2252
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2229
2253
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
2254
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
2230
2255
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2231
2256
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2232
2257
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -2308,6 +2333,7 @@ export type UserCreateWithoutOwnedProjectsInput = {
|
|
|
2308
2333
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
2309
2334
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
2310
2335
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
2336
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
2311
2337
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
2312
2338
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
2313
2339
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -2389,6 +2415,7 @@ export type UserUncheckedCreateWithoutOwnedProjectsInput = {
|
|
|
2389
2415
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
2390
2416
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
2391
2417
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
2418
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
2392
2419
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
2393
2420
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
2394
2421
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -2486,6 +2513,7 @@ export type UserUpdateWithoutOwnedProjectsInput = {
|
|
|
2486
2513
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
2487
2514
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
2488
2515
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
2516
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
2489
2517
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
2490
2518
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
2491
2519
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -2567,6 +2595,7 @@ export type UserUncheckedUpdateWithoutOwnedProjectsInput = {
|
|
|
2567
2595
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2568
2596
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2569
2597
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
2598
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
2570
2599
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2571
2600
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2572
2601
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -2648,6 +2677,7 @@ export type UserCreateWithoutProjectMembershipsInput = {
|
|
|
2648
2677
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
2649
2678
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
2650
2679
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
2680
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
2651
2681
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
2652
2682
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
2653
2683
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -2729,6 +2759,7 @@ export type UserUncheckedCreateWithoutProjectMembershipsInput = {
|
|
|
2729
2759
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
2730
2760
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
2731
2761
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
2762
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
2732
2763
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
2733
2764
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
2734
2765
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -2826,6 +2857,7 @@ export type UserUpdateWithoutProjectMembershipsInput = {
|
|
|
2826
2857
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
2827
2858
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
2828
2859
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
2860
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
2829
2861
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
2830
2862
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
2831
2863
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -2907,6 +2939,7 @@ export type UserUncheckedUpdateWithoutProjectMembershipsInput = {
|
|
|
2907
2939
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2908
2940
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2909
2941
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
2942
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
2910
2943
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2911
2944
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
2912
2945
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -2988,6 +3021,7 @@ export type UserCreateWithoutOwnedWorkspacesInput = {
|
|
|
2988
3021
|
projectActivities?: Prisma.ProjectActivityCreateNestedManyWithoutUserInput
|
|
2989
3022
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
2990
3023
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
3024
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
2991
3025
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
2992
3026
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
2993
3027
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -3069,6 +3103,7 @@ export type UserUncheckedCreateWithoutOwnedWorkspacesInput = {
|
|
|
3069
3103
|
projectActivities?: Prisma.ProjectActivityUncheckedCreateNestedManyWithoutUserInput
|
|
3070
3104
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
3071
3105
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
3106
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
3072
3107
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
3073
3108
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
3074
3109
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -3166,6 +3201,7 @@ export type UserUpdateWithoutOwnedWorkspacesInput = {
|
|
|
3166
3201
|
projectActivities?: Prisma.ProjectActivityUpdateManyWithoutUserNestedInput
|
|
3167
3202
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
3168
3203
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
3204
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
3169
3205
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
3170
3206
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
3171
3207
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -3247,6 +3283,351 @@ export type UserUncheckedUpdateWithoutOwnedWorkspacesInput = {
|
|
|
3247
3283
|
projectActivities?: Prisma.ProjectActivityUncheckedUpdateManyWithoutUserNestedInput
|
|
3248
3284
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3249
3285
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
3286
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
3287
|
+
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3288
|
+
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3289
|
+
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
3290
|
+
aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
|
|
3291
|
+
agents?: Prisma.UserAgentUncheckedUpdateManyWithoutUserNestedInput
|
|
3292
|
+
skills?: Prisma.UserSkillUncheckedUpdateManyWithoutUserNestedInput
|
|
3293
|
+
notifications?: Prisma.NotificationUncheckedUpdateManyWithoutUserNestedInput
|
|
3294
|
+
notificationPreference?: Prisma.NotificationPreferenceUncheckedUpdateOneWithoutUserNestedInput
|
|
3295
|
+
issuedLicenses?: Prisma.LicenseKeyUncheckedUpdateManyWithoutIssuedByNestedInput
|
|
3296
|
+
ssoMappings?: Prisma.SsoMappingUncheckedUpdateManyWithoutUserNestedInput
|
|
3297
|
+
roleAssignments?: Prisma.RoleAssignmentUncheckedUpdateManyWithoutUserNestedInput
|
|
3298
|
+
subscription?: Prisma.SubscriptionUncheckedUpdateOneWithoutUserNestedInput
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
export type UserCreateWithoutWorkspaceMembersInput = {
|
|
3302
|
+
id?: string
|
|
3303
|
+
email: string
|
|
3304
|
+
username: string
|
|
3305
|
+
password: string
|
|
3306
|
+
emailVerified?: Date | string | null
|
|
3307
|
+
image?: string | null
|
|
3308
|
+
role?: $Enums.Role
|
|
3309
|
+
status?: $Enums.UserStatus
|
|
3310
|
+
createdAt?: Date | string
|
|
3311
|
+
updatedAt?: Date | string
|
|
3312
|
+
lastLoginAt?: Date | string | null
|
|
3313
|
+
avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3314
|
+
bgShape?: string | null
|
|
3315
|
+
bgColor?: string | null
|
|
3316
|
+
aiProvider?: string | null
|
|
3317
|
+
aiApiKey?: string | null
|
|
3318
|
+
aiModel?: string | null
|
|
3319
|
+
locale?: string | null
|
|
3320
|
+
storyDisplayOptions?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3321
|
+
sketchApiToken?: string | null
|
|
3322
|
+
timezone?: string | null
|
|
3323
|
+
preferredCurrency?: string
|
|
3324
|
+
defaultWorkspaceId?: string | null
|
|
3325
|
+
accounts?: Prisma.AccountCreateNestedManyWithoutUserInput
|
|
3326
|
+
invitationUses?: Prisma.InvitationUseCreateNestedManyWithoutUserInput
|
|
3327
|
+
loginLogs?: Prisma.LoginLogCreateNestedManyWithoutUserInput
|
|
3328
|
+
passwordResetTokens?: Prisma.PasswordResetTokenCreateNestedManyWithoutUserInput
|
|
3329
|
+
prds?: Prisma.PRDCreateNestedManyWithoutUserInput
|
|
3330
|
+
tags?: Prisma.TagCreateNestedManyWithoutUserInput
|
|
3331
|
+
knowledgeBases?: Prisma.KnowledgeBaseCreateNestedManyWithoutUserInput
|
|
3332
|
+
knowledgeDocuments?: Prisma.KnowledgeDocumentCreateNestedManyWithoutCreatorInput
|
|
3333
|
+
knowledgeShares?: Prisma.KnowledgeShareRecordCreateNestedManyWithoutUserInput
|
|
3334
|
+
legalRegulations?: Prisma.LegalRegulationCreateNestedManyWithoutUserInput
|
|
3335
|
+
industryCompliances?: Prisma.IndustryComplianceCreateNestedManyWithoutUserInput
|
|
3336
|
+
dictionaryTerms?: Prisma.DictionaryTermCreateNestedManyWithoutUserInput
|
|
3337
|
+
websiteBookmarks?: Prisma.WebsiteBookmarkCreateNestedManyWithoutUserInput
|
|
3338
|
+
bookmarkCategories?: Prisma.BookmarkCategoryCreateNestedManyWithoutUserInput
|
|
3339
|
+
articleFavorites?: Prisma.ArticleFavoriteCreateNestedManyWithoutUserInput
|
|
3340
|
+
anyhubApps?: Prisma.AnyHubAppCreateNestedManyWithoutUserInput
|
|
3341
|
+
anyhubMarketApps?: Prisma.AnyHubMarketAppCreateNestedManyWithoutUserInput
|
|
3342
|
+
reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationCreateNestedManyWithoutReviewerInput
|
|
3343
|
+
anyhubRecommenders?: Prisma.AnyHubRecommenderCreateNestedManyWithoutUserInput
|
|
3344
|
+
prdVersions?: Prisma.PRDVersionCreateNestedManyWithoutUserInput
|
|
3345
|
+
reviewComments?: Prisma.ReviewCommentCreateNestedManyWithoutUserInput
|
|
3346
|
+
comments?: Prisma.CommentCreateNestedManyWithoutUserInput
|
|
3347
|
+
commentIgnores?: Prisma.CommentIgnoreCreateNestedManyWithoutUserInput
|
|
3348
|
+
reviews?: Prisma.ReviewCreateNestedManyWithoutReviewerInput
|
|
3349
|
+
designProjects?: Prisma.DesignProjectCreateNestedManyWithoutUserInput
|
|
3350
|
+
storiesCreated?: Prisma.StoryCreateNestedManyWithoutCreatedByInput
|
|
3351
|
+
storiesAssigned?: Prisma.StoryCreateNestedManyWithoutAssigneeInput
|
|
3352
|
+
storiesEdited?: Prisma.StoryCreateNestedManyWithoutUpdatedByInput
|
|
3353
|
+
iterationsCreated?: Prisma.IterationCreateNestedManyWithoutCreatedByInput
|
|
3354
|
+
labelsCreated?: Prisma.LabelCreateNestedManyWithoutCreatedByInput
|
|
3355
|
+
storyActivities?: Prisma.StoryActivityCreateNestedManyWithoutUserInput
|
|
3356
|
+
storyComments?: Prisma.StoryCommentCreateNestedManyWithoutUserInput
|
|
3357
|
+
storyReactions?: Prisma.StoryReactionCreateNestedManyWithoutUserInput
|
|
3358
|
+
commentReactions?: Prisma.CommentReactionCreateNestedManyWithoutUserInput
|
|
3359
|
+
storyFilterViews?: Prisma.StoryFilterViewCreateNestedManyWithoutUserInput
|
|
3360
|
+
chatThreads?: Prisma.ChatThreadCreateNestedManyWithoutUserInput
|
|
3361
|
+
aiProviderConfigs?: Prisma.AiProviderConfigCreateNestedManyWithoutUserInput
|
|
3362
|
+
agentConversations?: Prisma.AgentConversationCreateNestedManyWithoutUserInput
|
|
3363
|
+
ownedProjects?: Prisma.ProjectCreateNestedManyWithoutOwnerInput
|
|
3364
|
+
projectMemberships?: Prisma.ProjectMemberCreateNestedManyWithoutUserInput
|
|
3365
|
+
projectActivities?: Prisma.ProjectActivityCreateNestedManyWithoutUserInput
|
|
3366
|
+
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
3367
|
+
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
3368
|
+
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
3369
|
+
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
3370
|
+
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
3371
|
+
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
3372
|
+
aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
|
|
3373
|
+
agents?: Prisma.UserAgentCreateNestedManyWithoutUserInput
|
|
3374
|
+
skills?: Prisma.UserSkillCreateNestedManyWithoutUserInput
|
|
3375
|
+
notifications?: Prisma.NotificationCreateNestedManyWithoutUserInput
|
|
3376
|
+
notificationPreference?: Prisma.NotificationPreferenceCreateNestedOneWithoutUserInput
|
|
3377
|
+
issuedLicenses?: Prisma.LicenseKeyCreateNestedManyWithoutIssuedByInput
|
|
3378
|
+
ssoMappings?: Prisma.SsoMappingCreateNestedManyWithoutUserInput
|
|
3379
|
+
roleAssignments?: Prisma.RoleAssignmentCreateNestedManyWithoutUserInput
|
|
3380
|
+
subscription?: Prisma.SubscriptionCreateNestedOneWithoutUserInput
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
export type UserUncheckedCreateWithoutWorkspaceMembersInput = {
|
|
3384
|
+
id?: string
|
|
3385
|
+
email: string
|
|
3386
|
+
username: string
|
|
3387
|
+
password: string
|
|
3388
|
+
emailVerified?: Date | string | null
|
|
3389
|
+
image?: string | null
|
|
3390
|
+
role?: $Enums.Role
|
|
3391
|
+
status?: $Enums.UserStatus
|
|
3392
|
+
createdAt?: Date | string
|
|
3393
|
+
updatedAt?: Date | string
|
|
3394
|
+
lastLoginAt?: Date | string | null
|
|
3395
|
+
avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3396
|
+
bgShape?: string | null
|
|
3397
|
+
bgColor?: string | null
|
|
3398
|
+
aiProvider?: string | null
|
|
3399
|
+
aiApiKey?: string | null
|
|
3400
|
+
aiModel?: string | null
|
|
3401
|
+
locale?: string | null
|
|
3402
|
+
storyDisplayOptions?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3403
|
+
sketchApiToken?: string | null
|
|
3404
|
+
timezone?: string | null
|
|
3405
|
+
preferredCurrency?: string
|
|
3406
|
+
defaultWorkspaceId?: string | null
|
|
3407
|
+
accounts?: Prisma.AccountUncheckedCreateNestedManyWithoutUserInput
|
|
3408
|
+
invitationUses?: Prisma.InvitationUseUncheckedCreateNestedManyWithoutUserInput
|
|
3409
|
+
loginLogs?: Prisma.LoginLogUncheckedCreateNestedManyWithoutUserInput
|
|
3410
|
+
passwordResetTokens?: Prisma.PasswordResetTokenUncheckedCreateNestedManyWithoutUserInput
|
|
3411
|
+
prds?: Prisma.PRDUncheckedCreateNestedManyWithoutUserInput
|
|
3412
|
+
tags?: Prisma.TagUncheckedCreateNestedManyWithoutUserInput
|
|
3413
|
+
knowledgeBases?: Prisma.KnowledgeBaseUncheckedCreateNestedManyWithoutUserInput
|
|
3414
|
+
knowledgeDocuments?: Prisma.KnowledgeDocumentUncheckedCreateNestedManyWithoutCreatorInput
|
|
3415
|
+
knowledgeShares?: Prisma.KnowledgeShareRecordUncheckedCreateNestedManyWithoutUserInput
|
|
3416
|
+
legalRegulations?: Prisma.LegalRegulationUncheckedCreateNestedManyWithoutUserInput
|
|
3417
|
+
industryCompliances?: Prisma.IndustryComplianceUncheckedCreateNestedManyWithoutUserInput
|
|
3418
|
+
dictionaryTerms?: Prisma.DictionaryTermUncheckedCreateNestedManyWithoutUserInput
|
|
3419
|
+
websiteBookmarks?: Prisma.WebsiteBookmarkUncheckedCreateNestedManyWithoutUserInput
|
|
3420
|
+
bookmarkCategories?: Prisma.BookmarkCategoryUncheckedCreateNestedManyWithoutUserInput
|
|
3421
|
+
articleFavorites?: Prisma.ArticleFavoriteUncheckedCreateNestedManyWithoutUserInput
|
|
3422
|
+
anyhubApps?: Prisma.AnyHubAppUncheckedCreateNestedManyWithoutUserInput
|
|
3423
|
+
anyhubMarketApps?: Prisma.AnyHubMarketAppUncheckedCreateNestedManyWithoutUserInput
|
|
3424
|
+
reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUncheckedCreateNestedManyWithoutReviewerInput
|
|
3425
|
+
anyhubRecommenders?: Prisma.AnyHubRecommenderUncheckedCreateNestedManyWithoutUserInput
|
|
3426
|
+
prdVersions?: Prisma.PRDVersionUncheckedCreateNestedManyWithoutUserInput
|
|
3427
|
+
reviewComments?: Prisma.ReviewCommentUncheckedCreateNestedManyWithoutUserInput
|
|
3428
|
+
comments?: Prisma.CommentUncheckedCreateNestedManyWithoutUserInput
|
|
3429
|
+
commentIgnores?: Prisma.CommentIgnoreUncheckedCreateNestedManyWithoutUserInput
|
|
3430
|
+
reviews?: Prisma.ReviewUncheckedCreateNestedManyWithoutReviewerInput
|
|
3431
|
+
designProjects?: Prisma.DesignProjectUncheckedCreateNestedManyWithoutUserInput
|
|
3432
|
+
storiesCreated?: Prisma.StoryUncheckedCreateNestedManyWithoutCreatedByInput
|
|
3433
|
+
storiesAssigned?: Prisma.StoryUncheckedCreateNestedManyWithoutAssigneeInput
|
|
3434
|
+
storiesEdited?: Prisma.StoryUncheckedCreateNestedManyWithoutUpdatedByInput
|
|
3435
|
+
iterationsCreated?: Prisma.IterationUncheckedCreateNestedManyWithoutCreatedByInput
|
|
3436
|
+
labelsCreated?: Prisma.LabelUncheckedCreateNestedManyWithoutCreatedByInput
|
|
3437
|
+
storyActivities?: Prisma.StoryActivityUncheckedCreateNestedManyWithoutUserInput
|
|
3438
|
+
storyComments?: Prisma.StoryCommentUncheckedCreateNestedManyWithoutUserInput
|
|
3439
|
+
storyReactions?: Prisma.StoryReactionUncheckedCreateNestedManyWithoutUserInput
|
|
3440
|
+
commentReactions?: Prisma.CommentReactionUncheckedCreateNestedManyWithoutUserInput
|
|
3441
|
+
storyFilterViews?: Prisma.StoryFilterViewUncheckedCreateNestedManyWithoutUserInput
|
|
3442
|
+
chatThreads?: Prisma.ChatThreadUncheckedCreateNestedManyWithoutUserInput
|
|
3443
|
+
aiProviderConfigs?: Prisma.AiProviderConfigUncheckedCreateNestedManyWithoutUserInput
|
|
3444
|
+
agentConversations?: Prisma.AgentConversationUncheckedCreateNestedManyWithoutUserInput
|
|
3445
|
+
ownedProjects?: Prisma.ProjectUncheckedCreateNestedManyWithoutOwnerInput
|
|
3446
|
+
projectMemberships?: Prisma.ProjectMemberUncheckedCreateNestedManyWithoutUserInput
|
|
3447
|
+
projectActivities?: Prisma.ProjectActivityUncheckedCreateNestedManyWithoutUserInput
|
|
3448
|
+
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
3449
|
+
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
3450
|
+
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
3451
|
+
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
3452
|
+
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
3453
|
+
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
3454
|
+
aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
|
|
3455
|
+
agents?: Prisma.UserAgentUncheckedCreateNestedManyWithoutUserInput
|
|
3456
|
+
skills?: Prisma.UserSkillUncheckedCreateNestedManyWithoutUserInput
|
|
3457
|
+
notifications?: Prisma.NotificationUncheckedCreateNestedManyWithoutUserInput
|
|
3458
|
+
notificationPreference?: Prisma.NotificationPreferenceUncheckedCreateNestedOneWithoutUserInput
|
|
3459
|
+
issuedLicenses?: Prisma.LicenseKeyUncheckedCreateNestedManyWithoutIssuedByInput
|
|
3460
|
+
ssoMappings?: Prisma.SsoMappingUncheckedCreateNestedManyWithoutUserInput
|
|
3461
|
+
roleAssignments?: Prisma.RoleAssignmentUncheckedCreateNestedManyWithoutUserInput
|
|
3462
|
+
subscription?: Prisma.SubscriptionUncheckedCreateNestedOneWithoutUserInput
|
|
3463
|
+
}
|
|
3464
|
+
|
|
3465
|
+
export type UserCreateOrConnectWithoutWorkspaceMembersInput = {
|
|
3466
|
+
where: Prisma.UserWhereUniqueInput
|
|
3467
|
+
create: Prisma.XOR<Prisma.UserCreateWithoutWorkspaceMembersInput, Prisma.UserUncheckedCreateWithoutWorkspaceMembersInput>
|
|
3468
|
+
}
|
|
3469
|
+
|
|
3470
|
+
export type UserUpsertWithoutWorkspaceMembersInput = {
|
|
3471
|
+
update: Prisma.XOR<Prisma.UserUpdateWithoutWorkspaceMembersInput, Prisma.UserUncheckedUpdateWithoutWorkspaceMembersInput>
|
|
3472
|
+
create: Prisma.XOR<Prisma.UserCreateWithoutWorkspaceMembersInput, Prisma.UserUncheckedCreateWithoutWorkspaceMembersInput>
|
|
3473
|
+
where?: Prisma.UserWhereInput
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
export type UserUpdateToOneWithWhereWithoutWorkspaceMembersInput = {
|
|
3477
|
+
where?: Prisma.UserWhereInput
|
|
3478
|
+
data: Prisma.XOR<Prisma.UserUpdateWithoutWorkspaceMembersInput, Prisma.UserUncheckedUpdateWithoutWorkspaceMembersInput>
|
|
3479
|
+
}
|
|
3480
|
+
|
|
3481
|
+
export type UserUpdateWithoutWorkspaceMembersInput = {
|
|
3482
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3483
|
+
email?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3484
|
+
username?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3485
|
+
password?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3486
|
+
emailVerified?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
3487
|
+
image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3488
|
+
role?: Prisma.EnumRoleFieldUpdateOperationsInput | $Enums.Role
|
|
3489
|
+
status?: Prisma.EnumUserStatusFieldUpdateOperationsInput | $Enums.UserStatus
|
|
3490
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
3491
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
3492
|
+
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
3493
|
+
avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3494
|
+
bgShape?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3495
|
+
bgColor?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3496
|
+
aiProvider?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3497
|
+
aiApiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3498
|
+
aiModel?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3499
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3500
|
+
storyDisplayOptions?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3501
|
+
sketchApiToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3502
|
+
timezone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3503
|
+
preferredCurrency?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3504
|
+
defaultWorkspaceId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3505
|
+
accounts?: Prisma.AccountUpdateManyWithoutUserNestedInput
|
|
3506
|
+
invitationUses?: Prisma.InvitationUseUpdateManyWithoutUserNestedInput
|
|
3507
|
+
loginLogs?: Prisma.LoginLogUpdateManyWithoutUserNestedInput
|
|
3508
|
+
passwordResetTokens?: Prisma.PasswordResetTokenUpdateManyWithoutUserNestedInput
|
|
3509
|
+
prds?: Prisma.PRDUpdateManyWithoutUserNestedInput
|
|
3510
|
+
tags?: Prisma.TagUpdateManyWithoutUserNestedInput
|
|
3511
|
+
knowledgeBases?: Prisma.KnowledgeBaseUpdateManyWithoutUserNestedInput
|
|
3512
|
+
knowledgeDocuments?: Prisma.KnowledgeDocumentUpdateManyWithoutCreatorNestedInput
|
|
3513
|
+
knowledgeShares?: Prisma.KnowledgeShareRecordUpdateManyWithoutUserNestedInput
|
|
3514
|
+
legalRegulations?: Prisma.LegalRegulationUpdateManyWithoutUserNestedInput
|
|
3515
|
+
industryCompliances?: Prisma.IndustryComplianceUpdateManyWithoutUserNestedInput
|
|
3516
|
+
dictionaryTerms?: Prisma.DictionaryTermUpdateManyWithoutUserNestedInput
|
|
3517
|
+
websiteBookmarks?: Prisma.WebsiteBookmarkUpdateManyWithoutUserNestedInput
|
|
3518
|
+
bookmarkCategories?: Prisma.BookmarkCategoryUpdateManyWithoutUserNestedInput
|
|
3519
|
+
articleFavorites?: Prisma.ArticleFavoriteUpdateManyWithoutUserNestedInput
|
|
3520
|
+
anyhubApps?: Prisma.AnyHubAppUpdateManyWithoutUserNestedInput
|
|
3521
|
+
anyhubMarketApps?: Prisma.AnyHubMarketAppUpdateManyWithoutUserNestedInput
|
|
3522
|
+
reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUpdateManyWithoutReviewerNestedInput
|
|
3523
|
+
anyhubRecommenders?: Prisma.AnyHubRecommenderUpdateManyWithoutUserNestedInput
|
|
3524
|
+
prdVersions?: Prisma.PRDVersionUpdateManyWithoutUserNestedInput
|
|
3525
|
+
reviewComments?: Prisma.ReviewCommentUpdateManyWithoutUserNestedInput
|
|
3526
|
+
comments?: Prisma.CommentUpdateManyWithoutUserNestedInput
|
|
3527
|
+
commentIgnores?: Prisma.CommentIgnoreUpdateManyWithoutUserNestedInput
|
|
3528
|
+
reviews?: Prisma.ReviewUpdateManyWithoutReviewerNestedInput
|
|
3529
|
+
designProjects?: Prisma.DesignProjectUpdateManyWithoutUserNestedInput
|
|
3530
|
+
storiesCreated?: Prisma.StoryUpdateManyWithoutCreatedByNestedInput
|
|
3531
|
+
storiesAssigned?: Prisma.StoryUpdateManyWithoutAssigneeNestedInput
|
|
3532
|
+
storiesEdited?: Prisma.StoryUpdateManyWithoutUpdatedByNestedInput
|
|
3533
|
+
iterationsCreated?: Prisma.IterationUpdateManyWithoutCreatedByNestedInput
|
|
3534
|
+
labelsCreated?: Prisma.LabelUpdateManyWithoutCreatedByNestedInput
|
|
3535
|
+
storyActivities?: Prisma.StoryActivityUpdateManyWithoutUserNestedInput
|
|
3536
|
+
storyComments?: Prisma.StoryCommentUpdateManyWithoutUserNestedInput
|
|
3537
|
+
storyReactions?: Prisma.StoryReactionUpdateManyWithoutUserNestedInput
|
|
3538
|
+
commentReactions?: Prisma.CommentReactionUpdateManyWithoutUserNestedInput
|
|
3539
|
+
storyFilterViews?: Prisma.StoryFilterViewUpdateManyWithoutUserNestedInput
|
|
3540
|
+
chatThreads?: Prisma.ChatThreadUpdateManyWithoutUserNestedInput
|
|
3541
|
+
aiProviderConfigs?: Prisma.AiProviderConfigUpdateManyWithoutUserNestedInput
|
|
3542
|
+
agentConversations?: Prisma.AgentConversationUpdateManyWithoutUserNestedInput
|
|
3543
|
+
ownedProjects?: Prisma.ProjectUpdateManyWithoutOwnerNestedInput
|
|
3544
|
+
projectMemberships?: Prisma.ProjectMemberUpdateManyWithoutUserNestedInput
|
|
3545
|
+
projectActivities?: Prisma.ProjectActivityUpdateManyWithoutUserNestedInput
|
|
3546
|
+
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
3547
|
+
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
3548
|
+
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
3549
|
+
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
3550
|
+
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
3551
|
+
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
3552
|
+
aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
|
|
3553
|
+
agents?: Prisma.UserAgentUpdateManyWithoutUserNestedInput
|
|
3554
|
+
skills?: Prisma.UserSkillUpdateManyWithoutUserNestedInput
|
|
3555
|
+
notifications?: Prisma.NotificationUpdateManyWithoutUserNestedInput
|
|
3556
|
+
notificationPreference?: Prisma.NotificationPreferenceUpdateOneWithoutUserNestedInput
|
|
3557
|
+
issuedLicenses?: Prisma.LicenseKeyUpdateManyWithoutIssuedByNestedInput
|
|
3558
|
+
ssoMappings?: Prisma.SsoMappingUpdateManyWithoutUserNestedInput
|
|
3559
|
+
roleAssignments?: Prisma.RoleAssignmentUpdateManyWithoutUserNestedInput
|
|
3560
|
+
subscription?: Prisma.SubscriptionUpdateOneWithoutUserNestedInput
|
|
3561
|
+
}
|
|
3562
|
+
|
|
3563
|
+
export type UserUncheckedUpdateWithoutWorkspaceMembersInput = {
|
|
3564
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3565
|
+
email?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3566
|
+
username?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3567
|
+
password?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3568
|
+
emailVerified?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
3569
|
+
image?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3570
|
+
role?: Prisma.EnumRoleFieldUpdateOperationsInput | $Enums.Role
|
|
3571
|
+
status?: Prisma.EnumUserStatusFieldUpdateOperationsInput | $Enums.UserStatus
|
|
3572
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
3573
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
3574
|
+
lastLoginAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
3575
|
+
avatarConfig?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3576
|
+
bgShape?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3577
|
+
bgColor?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3578
|
+
aiProvider?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3579
|
+
aiApiKey?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3580
|
+
aiModel?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3581
|
+
locale?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3582
|
+
storyDisplayOptions?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
3583
|
+
sketchApiToken?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3584
|
+
timezone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3585
|
+
preferredCurrency?: Prisma.StringFieldUpdateOperationsInput | string
|
|
3586
|
+
defaultWorkspaceId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
3587
|
+
accounts?: Prisma.AccountUncheckedUpdateManyWithoutUserNestedInput
|
|
3588
|
+
invitationUses?: Prisma.InvitationUseUncheckedUpdateManyWithoutUserNestedInput
|
|
3589
|
+
loginLogs?: Prisma.LoginLogUncheckedUpdateManyWithoutUserNestedInput
|
|
3590
|
+
passwordResetTokens?: Prisma.PasswordResetTokenUncheckedUpdateManyWithoutUserNestedInput
|
|
3591
|
+
prds?: Prisma.PRDUncheckedUpdateManyWithoutUserNestedInput
|
|
3592
|
+
tags?: Prisma.TagUncheckedUpdateManyWithoutUserNestedInput
|
|
3593
|
+
knowledgeBases?: Prisma.KnowledgeBaseUncheckedUpdateManyWithoutUserNestedInput
|
|
3594
|
+
knowledgeDocuments?: Prisma.KnowledgeDocumentUncheckedUpdateManyWithoutCreatorNestedInput
|
|
3595
|
+
knowledgeShares?: Prisma.KnowledgeShareRecordUncheckedUpdateManyWithoutUserNestedInput
|
|
3596
|
+
legalRegulations?: Prisma.LegalRegulationUncheckedUpdateManyWithoutUserNestedInput
|
|
3597
|
+
industryCompliances?: Prisma.IndustryComplianceUncheckedUpdateManyWithoutUserNestedInput
|
|
3598
|
+
dictionaryTerms?: Prisma.DictionaryTermUncheckedUpdateManyWithoutUserNestedInput
|
|
3599
|
+
websiteBookmarks?: Prisma.WebsiteBookmarkUncheckedUpdateManyWithoutUserNestedInput
|
|
3600
|
+
bookmarkCategories?: Prisma.BookmarkCategoryUncheckedUpdateManyWithoutUserNestedInput
|
|
3601
|
+
articleFavorites?: Prisma.ArticleFavoriteUncheckedUpdateManyWithoutUserNestedInput
|
|
3602
|
+
anyhubApps?: Prisma.AnyHubAppUncheckedUpdateManyWithoutUserNestedInput
|
|
3603
|
+
anyhubMarketApps?: Prisma.AnyHubMarketAppUncheckedUpdateManyWithoutUserNestedInput
|
|
3604
|
+
reviewedAnyhubRecommendations?: Prisma.AnyHubRecommendationUncheckedUpdateManyWithoutReviewerNestedInput
|
|
3605
|
+
anyhubRecommenders?: Prisma.AnyHubRecommenderUncheckedUpdateManyWithoutUserNestedInput
|
|
3606
|
+
prdVersions?: Prisma.PRDVersionUncheckedUpdateManyWithoutUserNestedInput
|
|
3607
|
+
reviewComments?: Prisma.ReviewCommentUncheckedUpdateManyWithoutUserNestedInput
|
|
3608
|
+
comments?: Prisma.CommentUncheckedUpdateManyWithoutUserNestedInput
|
|
3609
|
+
commentIgnores?: Prisma.CommentIgnoreUncheckedUpdateManyWithoutUserNestedInput
|
|
3610
|
+
reviews?: Prisma.ReviewUncheckedUpdateManyWithoutReviewerNestedInput
|
|
3611
|
+
designProjects?: Prisma.DesignProjectUncheckedUpdateManyWithoutUserNestedInput
|
|
3612
|
+
storiesCreated?: Prisma.StoryUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
3613
|
+
storiesAssigned?: Prisma.StoryUncheckedUpdateManyWithoutAssigneeNestedInput
|
|
3614
|
+
storiesEdited?: Prisma.StoryUncheckedUpdateManyWithoutUpdatedByNestedInput
|
|
3615
|
+
iterationsCreated?: Prisma.IterationUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
3616
|
+
labelsCreated?: Prisma.LabelUncheckedUpdateManyWithoutCreatedByNestedInput
|
|
3617
|
+
storyActivities?: Prisma.StoryActivityUncheckedUpdateManyWithoutUserNestedInput
|
|
3618
|
+
storyComments?: Prisma.StoryCommentUncheckedUpdateManyWithoutUserNestedInput
|
|
3619
|
+
storyReactions?: Prisma.StoryReactionUncheckedUpdateManyWithoutUserNestedInput
|
|
3620
|
+
commentReactions?: Prisma.CommentReactionUncheckedUpdateManyWithoutUserNestedInput
|
|
3621
|
+
storyFilterViews?: Prisma.StoryFilterViewUncheckedUpdateManyWithoutUserNestedInput
|
|
3622
|
+
chatThreads?: Prisma.ChatThreadUncheckedUpdateManyWithoutUserNestedInput
|
|
3623
|
+
aiProviderConfigs?: Prisma.AiProviderConfigUncheckedUpdateManyWithoutUserNestedInput
|
|
3624
|
+
agentConversations?: Prisma.AgentConversationUncheckedUpdateManyWithoutUserNestedInput
|
|
3625
|
+
ownedProjects?: Prisma.ProjectUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3626
|
+
projectMemberships?: Prisma.ProjectMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
3627
|
+
projectActivities?: Prisma.ProjectActivityUncheckedUpdateManyWithoutUserNestedInput
|
|
3628
|
+
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3629
|
+
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3630
|
+
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
3250
3631
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3251
3632
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3252
3633
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -3328,6 +3709,7 @@ export type UserCreateWithoutWorkspaceMembershipsInput = {
|
|
|
3328
3709
|
projectActivities?: Prisma.ProjectActivityCreateNestedManyWithoutUserInput
|
|
3329
3710
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
3330
3711
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
3712
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
3331
3713
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
3332
3714
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
3333
3715
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -3409,6 +3791,7 @@ export type UserUncheckedCreateWithoutWorkspaceMembershipsInput = {
|
|
|
3409
3791
|
projectActivities?: Prisma.ProjectActivityUncheckedCreateNestedManyWithoutUserInput
|
|
3410
3792
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
3411
3793
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
3794
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
3412
3795
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
3413
3796
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
3414
3797
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -3495,6 +3878,7 @@ export type UserCreateWithoutTeamJoinedInput = {
|
|
|
3495
3878
|
projectActivities?: Prisma.ProjectActivityCreateNestedManyWithoutUserInput
|
|
3496
3879
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
3497
3880
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
3881
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
3498
3882
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
3499
3883
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
3500
3884
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -3576,6 +3960,7 @@ export type UserUncheckedCreateWithoutTeamJoinedInput = {
|
|
|
3576
3960
|
projectActivities?: Prisma.ProjectActivityUncheckedCreateNestedManyWithoutUserInput
|
|
3577
3961
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
3578
3962
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
3963
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
3579
3964
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
3580
3965
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
3581
3966
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -3673,6 +4058,7 @@ export type UserUpdateWithoutWorkspaceMembershipsInput = {
|
|
|
3673
4058
|
projectActivities?: Prisma.ProjectActivityUpdateManyWithoutUserNestedInput
|
|
3674
4059
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
3675
4060
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
4061
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
3676
4062
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
3677
4063
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
3678
4064
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -3754,6 +4140,7 @@ export type UserUncheckedUpdateWithoutWorkspaceMembershipsInput = {
|
|
|
3754
4140
|
projectActivities?: Prisma.ProjectActivityUncheckedUpdateManyWithoutUserNestedInput
|
|
3755
4141
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3756
4142
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
4143
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
3757
4144
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3758
4145
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3759
4146
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -3846,6 +4233,7 @@ export type UserUpdateWithoutTeamJoinedInput = {
|
|
|
3846
4233
|
projectActivities?: Prisma.ProjectActivityUpdateManyWithoutUserNestedInput
|
|
3847
4234
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
3848
4235
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
4236
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
3849
4237
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
3850
4238
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
3851
4239
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -3927,6 +4315,7 @@ export type UserUncheckedUpdateWithoutTeamJoinedInput = {
|
|
|
3927
4315
|
projectActivities?: Prisma.ProjectActivityUncheckedUpdateManyWithoutUserNestedInput
|
|
3928
4316
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3929
4317
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4318
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
3930
4319
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3931
4320
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
3932
4321
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -4009,6 +4398,7 @@ export type UserCreateWithoutSentInvitationsInput = {
|
|
|
4009
4398
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
4010
4399
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
4011
4400
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
4401
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
4012
4402
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
4013
4403
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
4014
4404
|
aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
|
|
@@ -4090,6 +4480,7 @@ export type UserUncheckedCreateWithoutSentInvitationsInput = {
|
|
|
4090
4480
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
4091
4481
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
4092
4482
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
4483
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
4093
4484
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
4094
4485
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
4095
4486
|
aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
|
|
@@ -4187,6 +4578,7 @@ export type UserUpdateWithoutSentInvitationsInput = {
|
|
|
4187
4578
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
4188
4579
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
4189
4580
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
4581
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
4190
4582
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
4191
4583
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
4192
4584
|
aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
|
|
@@ -4268,6 +4660,7 @@ export type UserUncheckedUpdateWithoutSentInvitationsInput = {
|
|
|
4268
4660
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4269
4661
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4270
4662
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
4663
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
4271
4664
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4272
4665
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
4273
4666
|
aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
|
|
@@ -4349,6 +4742,7 @@ export type UserCreateWithoutOwnedJoinRequestsInput = {
|
|
|
4349
4742
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
4350
4743
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
4351
4744
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
4745
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
4352
4746
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
4353
4747
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
4354
4748
|
aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
|
|
@@ -4430,6 +4824,7 @@ export type UserUncheckedCreateWithoutOwnedJoinRequestsInput = {
|
|
|
4430
4824
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
4431
4825
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
4432
4826
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
4827
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
4433
4828
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
4434
4829
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
4435
4830
|
aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
|
|
@@ -4516,6 +4911,7 @@ export type UserCreateWithoutApplicantJoinRequestsInput = {
|
|
|
4516
4911
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
4517
4912
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
4518
4913
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
4914
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
4519
4915
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
4520
4916
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
4521
4917
|
aiUsageLogs?: Prisma.AiUsageLogCreateNestedManyWithoutUserInput
|
|
@@ -4597,6 +4993,7 @@ export type UserUncheckedCreateWithoutApplicantJoinRequestsInput = {
|
|
|
4597
4993
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
4598
4994
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
4599
4995
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
4996
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
4600
4997
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
4601
4998
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
4602
4999
|
aiUsageLogs?: Prisma.AiUsageLogUncheckedCreateNestedManyWithoutUserInput
|
|
@@ -4694,6 +5091,7 @@ export type UserUpdateWithoutOwnedJoinRequestsInput = {
|
|
|
4694
5091
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
4695
5092
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
4696
5093
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
5094
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
4697
5095
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
4698
5096
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
4699
5097
|
aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
|
|
@@ -4775,6 +5173,7 @@ export type UserUncheckedUpdateWithoutOwnedJoinRequestsInput = {
|
|
|
4775
5173
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4776
5174
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4777
5175
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
5176
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
4778
5177
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4779
5178
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
4780
5179
|
aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
|
|
@@ -4867,6 +5266,7 @@ export type UserUpdateWithoutApplicantJoinRequestsInput = {
|
|
|
4867
5266
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
4868
5267
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
4869
5268
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
5269
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
4870
5270
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
4871
5271
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
4872
5272
|
aiUsageLogs?: Prisma.AiUsageLogUpdateManyWithoutUserNestedInput
|
|
@@ -4948,6 +5348,7 @@ export type UserUncheckedUpdateWithoutApplicantJoinRequestsInput = {
|
|
|
4948
5348
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4949
5349
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4950
5350
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
5351
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
4951
5352
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4952
5353
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
4953
5354
|
aiUsageLogs?: Prisma.AiUsageLogUncheckedUpdateManyWithoutUserNestedInput
|
|
@@ -5028,6 +5429,7 @@ export type UserCreateWithoutProjectActivitiesInput = {
|
|
|
5028
5429
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
5029
5430
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
5030
5431
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
5432
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
5031
5433
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
5032
5434
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
5033
5435
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -5109,6 +5511,7 @@ export type UserUncheckedCreateWithoutProjectActivitiesInput = {
|
|
|
5109
5511
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
5110
5512
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
5111
5513
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
5514
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
5112
5515
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
5113
5516
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
5114
5517
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -5206,6 +5609,7 @@ export type UserUpdateWithoutProjectActivitiesInput = {
|
|
|
5206
5609
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
5207
5610
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
5208
5611
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
5612
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
5209
5613
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
5210
5614
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
5211
5615
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -5287,6 +5691,7 @@ export type UserUncheckedUpdateWithoutProjectActivitiesInput = {
|
|
|
5287
5691
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5288
5692
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5289
5693
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
5694
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
5290
5695
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5291
5696
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5292
5697
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -5368,6 +5773,7 @@ export type UserCreateWithoutChatThreadsInput = {
|
|
|
5368
5773
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
5369
5774
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
5370
5775
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
5776
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
5371
5777
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
5372
5778
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
5373
5779
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -5449,6 +5855,7 @@ export type UserUncheckedCreateWithoutChatThreadsInput = {
|
|
|
5449
5855
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
5450
5856
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
5451
5857
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
5858
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
5452
5859
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
5453
5860
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
5454
5861
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -5546,6 +5953,7 @@ export type UserUpdateWithoutChatThreadsInput = {
|
|
|
5546
5953
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
5547
5954
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
5548
5955
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
5956
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
5549
5957
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
5550
5958
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
5551
5959
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -5627,6 +6035,7 @@ export type UserUncheckedUpdateWithoutChatThreadsInput = {
|
|
|
5627
6035
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5628
6036
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5629
6037
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
6038
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
5630
6039
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5631
6040
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5632
6041
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -5708,6 +6117,7 @@ export type UserCreateWithoutLoginLogsInput = {
|
|
|
5708
6117
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
5709
6118
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
5710
6119
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
6120
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
5711
6121
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
5712
6122
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
5713
6123
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -5789,6 +6199,7 @@ export type UserUncheckedCreateWithoutLoginLogsInput = {
|
|
|
5789
6199
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
5790
6200
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
5791
6201
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
6202
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
5792
6203
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
5793
6204
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
5794
6205
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -5886,6 +6297,7 @@ export type UserUpdateWithoutLoginLogsInput = {
|
|
|
5886
6297
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
5887
6298
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
5888
6299
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
6300
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
5889
6301
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
5890
6302
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
5891
6303
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -5967,6 +6379,7 @@ export type UserUncheckedUpdateWithoutLoginLogsInput = {
|
|
|
5967
6379
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5968
6380
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5969
6381
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
6382
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
5970
6383
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5971
6384
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
5972
6385
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -6048,6 +6461,7 @@ export type UserCreateWithoutInvitationUsesInput = {
|
|
|
6048
6461
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
6049
6462
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
6050
6463
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
6464
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
6051
6465
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
6052
6466
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
6053
6467
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -6129,6 +6543,7 @@ export type UserUncheckedCreateWithoutInvitationUsesInput = {
|
|
|
6129
6543
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
6130
6544
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
6131
6545
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
6546
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
6132
6547
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
6133
6548
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
6134
6549
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -6226,6 +6641,7 @@ export type UserUpdateWithoutInvitationUsesInput = {
|
|
|
6226
6641
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
6227
6642
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
6228
6643
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
6644
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
6229
6645
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
6230
6646
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
6231
6647
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -6307,6 +6723,7 @@ export type UserUncheckedUpdateWithoutInvitationUsesInput = {
|
|
|
6307
6723
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6308
6724
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6309
6725
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
6726
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
6310
6727
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6311
6728
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6312
6729
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -6388,6 +6805,7 @@ export type UserCreateWithoutPasswordResetTokensInput = {
|
|
|
6388
6805
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
6389
6806
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
6390
6807
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
6808
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
6391
6809
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
6392
6810
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
6393
6811
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -6469,6 +6887,7 @@ export type UserUncheckedCreateWithoutPasswordResetTokensInput = {
|
|
|
6469
6887
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
6470
6888
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
6471
6889
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
6890
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
6472
6891
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
6473
6892
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
6474
6893
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -6566,6 +6985,7 @@ export type UserUpdateWithoutPasswordResetTokensInput = {
|
|
|
6566
6985
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
6567
6986
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
6568
6987
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
6988
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
6569
6989
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
6570
6990
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
6571
6991
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -6647,6 +7067,7 @@ export type UserUncheckedUpdateWithoutPasswordResetTokensInput = {
|
|
|
6647
7067
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6648
7068
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6649
7069
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
7070
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
6650
7071
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6651
7072
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6652
7073
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -6728,6 +7149,7 @@ export type UserCreateWithoutKnowledgeBasesInput = {
|
|
|
6728
7149
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
6729
7150
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
6730
7151
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
7152
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
6731
7153
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
6732
7154
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
6733
7155
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -6809,6 +7231,7 @@ export type UserUncheckedCreateWithoutKnowledgeBasesInput = {
|
|
|
6809
7231
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
6810
7232
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
6811
7233
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
7234
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
6812
7235
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
6813
7236
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
6814
7237
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -6906,6 +7329,7 @@ export type UserUpdateWithoutKnowledgeBasesInput = {
|
|
|
6906
7329
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
6907
7330
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
6908
7331
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
7332
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
6909
7333
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
6910
7334
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
6911
7335
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -6987,6 +7411,7 @@ export type UserUncheckedUpdateWithoutKnowledgeBasesInput = {
|
|
|
6987
7411
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6988
7412
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6989
7413
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
7414
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
6990
7415
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6991
7416
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
6992
7417
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -7068,6 +7493,7 @@ export type UserCreateWithoutKnowledgeDocumentsInput = {
|
|
|
7068
7493
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
7069
7494
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
7070
7495
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
7496
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
7071
7497
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
7072
7498
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
7073
7499
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -7149,6 +7575,7 @@ export type UserUncheckedCreateWithoutKnowledgeDocumentsInput = {
|
|
|
7149
7575
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
7150
7576
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
7151
7577
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
7578
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
7152
7579
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
7153
7580
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
7154
7581
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -7246,6 +7673,7 @@ export type UserUpdateWithoutKnowledgeDocumentsInput = {
|
|
|
7246
7673
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
7247
7674
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
7248
7675
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
7676
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
7249
7677
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
7250
7678
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
7251
7679
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -7327,6 +7755,7 @@ export type UserUncheckedUpdateWithoutKnowledgeDocumentsInput = {
|
|
|
7327
7755
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7328
7756
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7329
7757
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
7758
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
7330
7759
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7331
7760
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7332
7761
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -7408,6 +7837,7 @@ export type UserCreateWithoutPrdsInput = {
|
|
|
7408
7837
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
7409
7838
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
7410
7839
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
7840
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
7411
7841
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
7412
7842
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
7413
7843
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -7489,6 +7919,7 @@ export type UserUncheckedCreateWithoutPrdsInput = {
|
|
|
7489
7919
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
7490
7920
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
7491
7921
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
7922
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
7492
7923
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
7493
7924
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
7494
7925
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -7586,6 +8017,7 @@ export type UserUpdateWithoutPrdsInput = {
|
|
|
7586
8017
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
7587
8018
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
7588
8019
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
8020
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
7589
8021
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
7590
8022
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
7591
8023
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -7667,6 +8099,7 @@ export type UserUncheckedUpdateWithoutPrdsInput = {
|
|
|
7667
8099
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7668
8100
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7669
8101
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
8102
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
7670
8103
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7671
8104
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
7672
8105
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -7748,6 +8181,7 @@ export type UserCreateWithoutAgentConversationsInput = {
|
|
|
7748
8181
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
7749
8182
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
7750
8183
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
8184
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
7751
8185
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
7752
8186
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
7753
8187
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -7829,6 +8263,7 @@ export type UserUncheckedCreateWithoutAgentConversationsInput = {
|
|
|
7829
8263
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
7830
8264
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
7831
8265
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
8266
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
7832
8267
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
7833
8268
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
7834
8269
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -7926,6 +8361,7 @@ export type UserUpdateWithoutAgentConversationsInput = {
|
|
|
7926
8361
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
7927
8362
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
7928
8363
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
8364
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
7929
8365
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
7930
8366
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
7931
8367
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -8007,6 +8443,7 @@ export type UserUncheckedUpdateWithoutAgentConversationsInput = {
|
|
|
8007
8443
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8008
8444
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8009
8445
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
8446
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
8010
8447
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8011
8448
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8012
8449
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -8088,6 +8525,7 @@ export type UserCreateWithoutPrdVersionsInput = {
|
|
|
8088
8525
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
8089
8526
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
8090
8527
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
8528
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
8091
8529
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
8092
8530
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
8093
8531
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -8169,6 +8607,7 @@ export type UserUncheckedCreateWithoutPrdVersionsInput = {
|
|
|
8169
8607
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
8170
8608
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
8171
8609
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
8610
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
8172
8611
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
8173
8612
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
8174
8613
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -8266,6 +8705,7 @@ export type UserUpdateWithoutPrdVersionsInput = {
|
|
|
8266
8705
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
8267
8706
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
8268
8707
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
8708
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
8269
8709
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
8270
8710
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
8271
8711
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -8347,6 +8787,7 @@ export type UserUncheckedUpdateWithoutPrdVersionsInput = {
|
|
|
8347
8787
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8348
8788
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8349
8789
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
8790
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
8350
8791
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8351
8792
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8352
8793
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -8428,6 +8869,7 @@ export type UserCreateWithoutReviewsInput = {
|
|
|
8428
8869
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
8429
8870
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
8430
8871
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
8872
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
8431
8873
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
8432
8874
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
8433
8875
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -8509,6 +8951,7 @@ export type UserUncheckedCreateWithoutReviewsInput = {
|
|
|
8509
8951
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
8510
8952
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
8511
8953
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
8954
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
8512
8955
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
8513
8956
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
8514
8957
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -8606,6 +9049,7 @@ export type UserUpdateWithoutReviewsInput = {
|
|
|
8606
9049
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
8607
9050
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
8608
9051
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
9052
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
8609
9053
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
8610
9054
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
8611
9055
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -8687,6 +9131,7 @@ export type UserUncheckedUpdateWithoutReviewsInput = {
|
|
|
8687
9131
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8688
9132
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8689
9133
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
9134
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
8690
9135
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8691
9136
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
8692
9137
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -8768,6 +9213,7 @@ export type UserCreateWithoutReviewCommentsInput = {
|
|
|
8768
9213
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
8769
9214
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
8770
9215
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
9216
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
8771
9217
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
8772
9218
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
8773
9219
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -8849,6 +9295,7 @@ export type UserUncheckedCreateWithoutReviewCommentsInput = {
|
|
|
8849
9295
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
8850
9296
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
8851
9297
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
9298
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
8852
9299
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
8853
9300
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
8854
9301
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -8946,6 +9393,7 @@ export type UserUpdateWithoutReviewCommentsInput = {
|
|
|
8946
9393
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
8947
9394
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
8948
9395
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
9396
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
8949
9397
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
8950
9398
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
8951
9399
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -9027,6 +9475,7 @@ export type UserUncheckedUpdateWithoutReviewCommentsInput = {
|
|
|
9027
9475
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9028
9476
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9029
9477
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
9478
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
9030
9479
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9031
9480
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9032
9481
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -9108,6 +9557,7 @@ export type UserCreateWithoutCommentsInput = {
|
|
|
9108
9557
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
9109
9558
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
9110
9559
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
9560
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
9111
9561
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
9112
9562
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
9113
9563
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -9189,6 +9639,7 @@ export type UserUncheckedCreateWithoutCommentsInput = {
|
|
|
9189
9639
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
9190
9640
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
9191
9641
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
9642
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
9192
9643
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
9193
9644
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
9194
9645
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -9286,6 +9737,7 @@ export type UserUpdateWithoutCommentsInput = {
|
|
|
9286
9737
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
9287
9738
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
9288
9739
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
9740
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
9289
9741
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
9290
9742
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
9291
9743
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -9367,6 +9819,7 @@ export type UserUncheckedUpdateWithoutCommentsInput = {
|
|
|
9367
9819
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9368
9820
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9369
9821
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
9822
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
9370
9823
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9371
9824
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9372
9825
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -9448,6 +9901,7 @@ export type UserCreateWithoutCommentIgnoresInput = {
|
|
|
9448
9901
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
9449
9902
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
9450
9903
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
9904
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
9451
9905
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
9452
9906
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
9453
9907
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -9529,6 +9983,7 @@ export type UserUncheckedCreateWithoutCommentIgnoresInput = {
|
|
|
9529
9983
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
9530
9984
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
9531
9985
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
9986
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
9532
9987
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
9533
9988
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
9534
9989
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -9626,6 +10081,7 @@ export type UserUpdateWithoutCommentIgnoresInput = {
|
|
|
9626
10081
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
9627
10082
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
9628
10083
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
10084
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
9629
10085
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
9630
10086
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
9631
10087
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -9707,6 +10163,7 @@ export type UserUncheckedUpdateWithoutCommentIgnoresInput = {
|
|
|
9707
10163
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9708
10164
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9709
10165
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
10166
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
9710
10167
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9711
10168
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
9712
10169
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -9788,6 +10245,7 @@ export type UserCreateWithoutTagsInput = {
|
|
|
9788
10245
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
9789
10246
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
9790
10247
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
10248
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
9791
10249
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
9792
10250
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
9793
10251
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -9869,6 +10327,7 @@ export type UserUncheckedCreateWithoutTagsInput = {
|
|
|
9869
10327
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
9870
10328
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
9871
10329
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
10330
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
9872
10331
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
9873
10332
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
9874
10333
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -9966,6 +10425,7 @@ export type UserUpdateWithoutTagsInput = {
|
|
|
9966
10425
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
9967
10426
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
9968
10427
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
10428
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
9969
10429
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
9970
10430
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
9971
10431
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -10047,6 +10507,7 @@ export type UserUncheckedUpdateWithoutTagsInput = {
|
|
|
10047
10507
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10048
10508
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10049
10509
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
10510
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
10050
10511
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10051
10512
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10052
10513
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -10128,6 +10589,7 @@ export type UserCreateWithoutAnyhubAppsInput = {
|
|
|
10128
10589
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
10129
10590
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
10130
10591
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
10592
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
10131
10593
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
10132
10594
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
10133
10595
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -10209,6 +10671,7 @@ export type UserUncheckedCreateWithoutAnyhubAppsInput = {
|
|
|
10209
10671
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
10210
10672
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
10211
10673
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
10674
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
10212
10675
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
10213
10676
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
10214
10677
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -10306,6 +10769,7 @@ export type UserUpdateWithoutAnyhubAppsInput = {
|
|
|
10306
10769
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
10307
10770
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
10308
10771
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
10772
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
10309
10773
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
10310
10774
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
10311
10775
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -10387,6 +10851,7 @@ export type UserUncheckedUpdateWithoutAnyhubAppsInput = {
|
|
|
10387
10851
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10388
10852
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10389
10853
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
10854
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
10390
10855
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10391
10856
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10392
10857
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -10468,6 +10933,7 @@ export type UserCreateWithoutAnyhubMarketAppsInput = {
|
|
|
10468
10933
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
10469
10934
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
10470
10935
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
10936
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
10471
10937
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
10472
10938
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
10473
10939
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -10549,6 +11015,7 @@ export type UserUncheckedCreateWithoutAnyhubMarketAppsInput = {
|
|
|
10549
11015
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
10550
11016
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
10551
11017
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
11018
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
10552
11019
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
10553
11020
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
10554
11021
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -10646,6 +11113,7 @@ export type UserUpdateWithoutAnyhubMarketAppsInput = {
|
|
|
10646
11113
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
10647
11114
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
10648
11115
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
11116
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
10649
11117
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
10650
11118
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
10651
11119
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -10727,6 +11195,7 @@ export type UserUncheckedUpdateWithoutAnyhubMarketAppsInput = {
|
|
|
10727
11195
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10728
11196
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10729
11197
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
11198
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
10730
11199
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10731
11200
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
10732
11201
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -10808,6 +11277,7 @@ export type UserCreateWithoutReviewedAnyhubRecommendationsInput = {
|
|
|
10808
11277
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
10809
11278
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
10810
11279
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
11280
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
10811
11281
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
10812
11282
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
10813
11283
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -10889,6 +11359,7 @@ export type UserUncheckedCreateWithoutReviewedAnyhubRecommendationsInput = {
|
|
|
10889
11359
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
10890
11360
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
10891
11361
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
11362
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
10892
11363
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
10893
11364
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
10894
11365
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -10986,6 +11457,7 @@ export type UserUpdateWithoutReviewedAnyhubRecommendationsInput = {
|
|
|
10986
11457
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
10987
11458
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
10988
11459
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
11460
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
10989
11461
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
10990
11462
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
10991
11463
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -11067,6 +11539,7 @@ export type UserUncheckedUpdateWithoutReviewedAnyhubRecommendationsInput = {
|
|
|
11067
11539
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11068
11540
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11069
11541
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
11542
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
11070
11543
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11071
11544
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11072
11545
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -11148,6 +11621,7 @@ export type UserCreateWithoutAnyhubRecommendersInput = {
|
|
|
11148
11621
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
11149
11622
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
11150
11623
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
11624
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
11151
11625
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
11152
11626
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
11153
11627
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -11229,6 +11703,7 @@ export type UserUncheckedCreateWithoutAnyhubRecommendersInput = {
|
|
|
11229
11703
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
11230
11704
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
11231
11705
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
11706
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
11232
11707
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
11233
11708
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
11234
11709
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -11326,6 +11801,7 @@ export type UserUpdateWithoutAnyhubRecommendersInput = {
|
|
|
11326
11801
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
11327
11802
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
11328
11803
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
11804
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
11329
11805
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
11330
11806
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
11331
11807
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -11407,6 +11883,7 @@ export type UserUncheckedUpdateWithoutAnyhubRecommendersInput = {
|
|
|
11407
11883
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11408
11884
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11409
11885
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
11886
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
11410
11887
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11411
11888
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11412
11889
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -11488,6 +11965,7 @@ export type UserCreateWithoutDesignProjectsInput = {
|
|
|
11488
11965
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
11489
11966
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
11490
11967
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
11968
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
11491
11969
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
11492
11970
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
11493
11971
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -11569,6 +12047,7 @@ export type UserUncheckedCreateWithoutDesignProjectsInput = {
|
|
|
11569
12047
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
11570
12048
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
11571
12049
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
12050
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
11572
12051
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
11573
12052
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
11574
12053
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -11666,6 +12145,7 @@ export type UserUpdateWithoutDesignProjectsInput = {
|
|
|
11666
12145
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
11667
12146
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
11668
12147
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
12148
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
11669
12149
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
11670
12150
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
11671
12151
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -11747,6 +12227,7 @@ export type UserUncheckedUpdateWithoutDesignProjectsInput = {
|
|
|
11747
12227
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11748
12228
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11749
12229
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
12230
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
11750
12231
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11751
12232
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
11752
12233
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -11828,6 +12309,7 @@ export type UserCreateWithoutAiProviderConfigsInput = {
|
|
|
11828
12309
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
11829
12310
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
11830
12311
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
12312
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
11831
12313
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
11832
12314
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
11833
12315
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -11909,6 +12391,7 @@ export type UserUncheckedCreateWithoutAiProviderConfigsInput = {
|
|
|
11909
12391
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
11910
12392
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
11911
12393
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
12394
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
11912
12395
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
11913
12396
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
11914
12397
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -12006,6 +12489,7 @@ export type UserUpdateWithoutAiProviderConfigsInput = {
|
|
|
12006
12489
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
12007
12490
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
12008
12491
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
12492
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
12009
12493
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
12010
12494
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
12011
12495
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -12087,6 +12571,7 @@ export type UserUncheckedUpdateWithoutAiProviderConfigsInput = {
|
|
|
12087
12571
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12088
12572
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12089
12573
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
12574
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
12090
12575
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12091
12576
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12092
12577
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -12168,6 +12653,7 @@ export type UserCreateWithoutLegalRegulationsInput = {
|
|
|
12168
12653
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
12169
12654
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
12170
12655
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
12656
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
12171
12657
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
12172
12658
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
12173
12659
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -12249,6 +12735,7 @@ export type UserUncheckedCreateWithoutLegalRegulationsInput = {
|
|
|
12249
12735
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
12250
12736
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
12251
12737
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
12738
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
12252
12739
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
12253
12740
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
12254
12741
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -12346,6 +12833,7 @@ export type UserUpdateWithoutLegalRegulationsInput = {
|
|
|
12346
12833
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
12347
12834
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
12348
12835
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
12836
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
12349
12837
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
12350
12838
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
12351
12839
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -12427,6 +12915,7 @@ export type UserUncheckedUpdateWithoutLegalRegulationsInput = {
|
|
|
12427
12915
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12428
12916
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12429
12917
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
12918
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
12430
12919
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12431
12920
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12432
12921
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -12508,6 +12997,7 @@ export type UserCreateWithoutIndustryCompliancesInput = {
|
|
|
12508
12997
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
12509
12998
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
12510
12999
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
13000
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
12511
13001
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
12512
13002
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
12513
13003
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -12589,6 +13079,7 @@ export type UserUncheckedCreateWithoutIndustryCompliancesInput = {
|
|
|
12589
13079
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
12590
13080
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
12591
13081
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
13082
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
12592
13083
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
12593
13084
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
12594
13085
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -12686,6 +13177,7 @@ export type UserUpdateWithoutIndustryCompliancesInput = {
|
|
|
12686
13177
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
12687
13178
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
12688
13179
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
13180
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
12689
13181
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
12690
13182
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
12691
13183
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -12767,6 +13259,7 @@ export type UserUncheckedUpdateWithoutIndustryCompliancesInput = {
|
|
|
12767
13259
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12768
13260
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12769
13261
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
13262
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
12770
13263
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12771
13264
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
12772
13265
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -12848,6 +13341,7 @@ export type UserCreateWithoutDictionaryTermsInput = {
|
|
|
12848
13341
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
12849
13342
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
12850
13343
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
13344
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
12851
13345
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
12852
13346
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
12853
13347
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -12929,6 +13423,7 @@ export type UserUncheckedCreateWithoutDictionaryTermsInput = {
|
|
|
12929
13423
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
12930
13424
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
12931
13425
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
13426
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
12932
13427
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
12933
13428
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
12934
13429
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -13026,6 +13521,7 @@ export type UserUpdateWithoutDictionaryTermsInput = {
|
|
|
13026
13521
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
13027
13522
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
13028
13523
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
13524
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
13029
13525
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
13030
13526
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
13031
13527
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -13107,6 +13603,7 @@ export type UserUncheckedUpdateWithoutDictionaryTermsInput = {
|
|
|
13107
13603
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13108
13604
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13109
13605
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
13606
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
13110
13607
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13111
13608
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13112
13609
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -13188,6 +13685,7 @@ export type UserCreateWithoutWebsiteBookmarksInput = {
|
|
|
13188
13685
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
13189
13686
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
13190
13687
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
13688
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
13191
13689
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
13192
13690
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
13193
13691
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -13269,6 +13767,7 @@ export type UserUncheckedCreateWithoutWebsiteBookmarksInput = {
|
|
|
13269
13767
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
13270
13768
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
13271
13769
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
13770
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
13272
13771
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
13273
13772
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
13274
13773
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -13366,6 +13865,7 @@ export type UserUpdateWithoutWebsiteBookmarksInput = {
|
|
|
13366
13865
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
13367
13866
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
13368
13867
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
13868
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
13369
13869
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
13370
13870
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
13371
13871
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -13447,6 +13947,7 @@ export type UserUncheckedUpdateWithoutWebsiteBookmarksInput = {
|
|
|
13447
13947
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13448
13948
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13449
13949
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
13950
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
13450
13951
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13451
13952
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13452
13953
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -13528,6 +14029,7 @@ export type UserCreateWithoutBookmarkCategoriesInput = {
|
|
|
13528
14029
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
13529
14030
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
13530
14031
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
14032
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
13531
14033
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
13532
14034
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
13533
14035
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -13609,6 +14111,7 @@ export type UserUncheckedCreateWithoutBookmarkCategoriesInput = {
|
|
|
13609
14111
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
13610
14112
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
13611
14113
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
14114
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
13612
14115
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
13613
14116
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
13614
14117
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -13706,6 +14209,7 @@ export type UserUpdateWithoutBookmarkCategoriesInput = {
|
|
|
13706
14209
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
13707
14210
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
13708
14211
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
14212
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
13709
14213
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
13710
14214
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
13711
14215
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -13787,6 +14291,7 @@ export type UserUncheckedUpdateWithoutBookmarkCategoriesInput = {
|
|
|
13787
14291
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13788
14292
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13789
14293
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
14294
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
13790
14295
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13791
14296
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
13792
14297
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -13868,6 +14373,7 @@ export type UserCreateWithoutKnowledgeSharesInput = {
|
|
|
13868
14373
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
13869
14374
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
13870
14375
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
14376
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
13871
14377
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
13872
14378
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
13873
14379
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -13949,6 +14455,7 @@ export type UserUncheckedCreateWithoutKnowledgeSharesInput = {
|
|
|
13949
14455
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
13950
14456
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
13951
14457
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
14458
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
13952
14459
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
13953
14460
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
13954
14461
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -14046,6 +14553,7 @@ export type UserUpdateWithoutKnowledgeSharesInput = {
|
|
|
14046
14553
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
14047
14554
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
14048
14555
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
14556
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
14049
14557
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
14050
14558
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
14051
14559
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -14127,6 +14635,7 @@ export type UserUncheckedUpdateWithoutKnowledgeSharesInput = {
|
|
|
14127
14635
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14128
14636
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14129
14637
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
14638
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
14130
14639
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14131
14640
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14132
14641
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -14208,6 +14717,7 @@ export type UserCreateWithoutArticleFavoritesInput = {
|
|
|
14208
14717
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
14209
14718
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
14210
14719
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
14720
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
14211
14721
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
14212
14722
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
14213
14723
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -14289,6 +14799,7 @@ export type UserUncheckedCreateWithoutArticleFavoritesInput = {
|
|
|
14289
14799
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
14290
14800
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
14291
14801
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
14802
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
14292
14803
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
14293
14804
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
14294
14805
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -14386,6 +14897,7 @@ export type UserUpdateWithoutArticleFavoritesInput = {
|
|
|
14386
14897
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
14387
14898
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
14388
14899
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
14900
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
14389
14901
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
14390
14902
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
14391
14903
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -14467,6 +14979,7 @@ export type UserUncheckedUpdateWithoutArticleFavoritesInput = {
|
|
|
14467
14979
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14468
14980
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14469
14981
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
14982
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
14470
14983
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14471
14984
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
14472
14985
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -14548,6 +15061,7 @@ export type UserCreateWithoutStoriesAssignedInput = {
|
|
|
14548
15061
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
14549
15062
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
14550
15063
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
15064
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
14551
15065
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
14552
15066
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
14553
15067
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -14629,6 +15143,7 @@ export type UserUncheckedCreateWithoutStoriesAssignedInput = {
|
|
|
14629
15143
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
14630
15144
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
14631
15145
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
15146
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
14632
15147
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
14633
15148
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
14634
15149
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -14715,6 +15230,7 @@ export type UserCreateWithoutStoriesCreatedInput = {
|
|
|
14715
15230
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
14716
15231
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
14717
15232
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
15233
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
14718
15234
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
14719
15235
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
14720
15236
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -14796,6 +15312,7 @@ export type UserUncheckedCreateWithoutStoriesCreatedInput = {
|
|
|
14796
15312
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
14797
15313
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
14798
15314
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
15315
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
14799
15316
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
14800
15317
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
14801
15318
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -14882,6 +15399,7 @@ export type UserCreateWithoutStoriesEditedInput = {
|
|
|
14882
15399
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
14883
15400
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
14884
15401
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
15402
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
14885
15403
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
14886
15404
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
14887
15405
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -14963,6 +15481,7 @@ export type UserUncheckedCreateWithoutStoriesEditedInput = {
|
|
|
14963
15481
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
14964
15482
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
14965
15483
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
15484
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
14966
15485
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
14967
15486
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
14968
15487
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -15060,6 +15579,7 @@ export type UserUpdateWithoutStoriesAssignedInput = {
|
|
|
15060
15579
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
15061
15580
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
15062
15581
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
15582
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
15063
15583
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
15064
15584
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
15065
15585
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -15141,6 +15661,7 @@ export type UserUncheckedUpdateWithoutStoriesAssignedInput = {
|
|
|
15141
15661
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15142
15662
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15143
15663
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
15664
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
15144
15665
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15145
15666
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15146
15667
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -15233,6 +15754,7 @@ export type UserUpdateWithoutStoriesCreatedInput = {
|
|
|
15233
15754
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
15234
15755
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
15235
15756
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
15757
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
15236
15758
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
15237
15759
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
15238
15760
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -15314,6 +15836,7 @@ export type UserUncheckedUpdateWithoutStoriesCreatedInput = {
|
|
|
15314
15836
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15315
15837
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15316
15838
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
15839
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
15317
15840
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15318
15841
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15319
15842
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -15406,6 +15929,7 @@ export type UserUpdateWithoutStoriesEditedInput = {
|
|
|
15406
15929
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
15407
15930
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
15408
15931
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
15932
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
15409
15933
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
15410
15934
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
15411
15935
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -15487,6 +16011,7 @@ export type UserUncheckedUpdateWithoutStoriesEditedInput = {
|
|
|
15487
16011
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15488
16012
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15489
16013
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
16014
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
15490
16015
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15491
16016
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15492
16017
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -15568,6 +16093,7 @@ export type UserCreateWithoutLabelsCreatedInput = {
|
|
|
15568
16093
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
15569
16094
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
15570
16095
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
16096
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
15571
16097
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
15572
16098
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
15573
16099
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -15649,6 +16175,7 @@ export type UserUncheckedCreateWithoutLabelsCreatedInput = {
|
|
|
15649
16175
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
15650
16176
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
15651
16177
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
16178
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
15652
16179
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
15653
16180
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
15654
16181
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -15746,6 +16273,7 @@ export type UserUpdateWithoutLabelsCreatedInput = {
|
|
|
15746
16273
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
15747
16274
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
15748
16275
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
16276
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
15749
16277
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
15750
16278
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
15751
16279
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -15827,6 +16355,7 @@ export type UserUncheckedUpdateWithoutLabelsCreatedInput = {
|
|
|
15827
16355
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15828
16356
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15829
16357
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
16358
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
15830
16359
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15831
16360
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
15832
16361
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -15908,6 +16437,7 @@ export type UserCreateWithoutStoryActivitiesInput = {
|
|
|
15908
16437
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
15909
16438
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
15910
16439
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
16440
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
15911
16441
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
15912
16442
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
15913
16443
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -15989,6 +16519,7 @@ export type UserUncheckedCreateWithoutStoryActivitiesInput = {
|
|
|
15989
16519
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
15990
16520
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
15991
16521
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
16522
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
15992
16523
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
15993
16524
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
15994
16525
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -16086,6 +16617,7 @@ export type UserUpdateWithoutStoryActivitiesInput = {
|
|
|
16086
16617
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
16087
16618
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
16088
16619
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
16620
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
16089
16621
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
16090
16622
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
16091
16623
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -16167,6 +16699,7 @@ export type UserUncheckedUpdateWithoutStoryActivitiesInput = {
|
|
|
16167
16699
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16168
16700
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16169
16701
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
16702
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
16170
16703
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16171
16704
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16172
16705
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -16248,6 +16781,7 @@ export type UserCreateWithoutStoryCommentsInput = {
|
|
|
16248
16781
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
16249
16782
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
16250
16783
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
16784
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
16251
16785
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
16252
16786
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
16253
16787
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -16329,6 +16863,7 @@ export type UserUncheckedCreateWithoutStoryCommentsInput = {
|
|
|
16329
16863
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
16330
16864
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
16331
16865
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
16866
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
16332
16867
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
16333
16868
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
16334
16869
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -16426,6 +16961,7 @@ export type UserUpdateWithoutStoryCommentsInput = {
|
|
|
16426
16961
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
16427
16962
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
16428
16963
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
16964
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
16429
16965
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
16430
16966
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
16431
16967
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -16507,6 +17043,7 @@ export type UserUncheckedUpdateWithoutStoryCommentsInput = {
|
|
|
16507
17043
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16508
17044
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16509
17045
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
17046
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
16510
17047
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16511
17048
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16512
17049
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -16588,6 +17125,7 @@ export type UserCreateWithoutStoryReactionsInput = {
|
|
|
16588
17125
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
16589
17126
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
16590
17127
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
17128
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
16591
17129
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
16592
17130
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
16593
17131
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -16669,6 +17207,7 @@ export type UserUncheckedCreateWithoutStoryReactionsInput = {
|
|
|
16669
17207
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
16670
17208
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
16671
17209
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
17210
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
16672
17211
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
16673
17212
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
16674
17213
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -16766,6 +17305,7 @@ export type UserUpdateWithoutStoryReactionsInput = {
|
|
|
16766
17305
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
16767
17306
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
16768
17307
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
17308
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
16769
17309
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
16770
17310
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
16771
17311
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -16847,6 +17387,7 @@ export type UserUncheckedUpdateWithoutStoryReactionsInput = {
|
|
|
16847
17387
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16848
17388
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16849
17389
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
17390
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
16850
17391
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16851
17392
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
16852
17393
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -16928,6 +17469,7 @@ export type UserCreateWithoutCommentReactionsInput = {
|
|
|
16928
17469
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
16929
17470
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
16930
17471
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
17472
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
16931
17473
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
16932
17474
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
16933
17475
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -17009,6 +17551,7 @@ export type UserUncheckedCreateWithoutCommentReactionsInput = {
|
|
|
17009
17551
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
17010
17552
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
17011
17553
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
17554
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
17012
17555
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
17013
17556
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
17014
17557
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -17106,6 +17649,7 @@ export type UserUpdateWithoutCommentReactionsInput = {
|
|
|
17106
17649
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
17107
17650
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
17108
17651
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
17652
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
17109
17653
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
17110
17654
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
17111
17655
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -17187,6 +17731,7 @@ export type UserUncheckedUpdateWithoutCommentReactionsInput = {
|
|
|
17187
17731
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17188
17732
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17189
17733
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
17734
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
17190
17735
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17191
17736
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17192
17737
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -17268,6 +17813,7 @@ export type UserCreateWithoutStoryFilterViewsInput = {
|
|
|
17268
17813
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
17269
17814
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
17270
17815
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
17816
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
17271
17817
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
17272
17818
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
17273
17819
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -17349,6 +17895,7 @@ export type UserUncheckedCreateWithoutStoryFilterViewsInput = {
|
|
|
17349
17895
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
17350
17896
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
17351
17897
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
17898
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
17352
17899
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
17353
17900
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
17354
17901
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -17446,6 +17993,7 @@ export type UserUpdateWithoutStoryFilterViewsInput = {
|
|
|
17446
17993
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
17447
17994
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
17448
17995
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
17996
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
17449
17997
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
17450
17998
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
17451
17999
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -17527,6 +18075,7 @@ export type UserUncheckedUpdateWithoutStoryFilterViewsInput = {
|
|
|
17527
18075
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17528
18076
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17529
18077
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
18078
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
17530
18079
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17531
18080
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17532
18081
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -17609,6 +18158,7 @@ export type UserCreateWithoutSubscriptionInput = {
|
|
|
17609
18158
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
17610
18159
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
17611
18160
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
18161
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
17612
18162
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
17613
18163
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
17614
18164
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -17690,6 +18240,7 @@ export type UserUncheckedCreateWithoutSubscriptionInput = {
|
|
|
17690
18240
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
17691
18241
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
17692
18242
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
18243
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
17693
18244
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
17694
18245
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
17695
18246
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -17787,6 +18338,7 @@ export type UserUpdateWithoutSubscriptionInput = {
|
|
|
17787
18338
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
17788
18339
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
17789
18340
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
18341
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
17790
18342
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
17791
18343
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
17792
18344
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -17868,6 +18420,7 @@ export type UserUncheckedUpdateWithoutSubscriptionInput = {
|
|
|
17868
18420
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17869
18421
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17870
18422
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
18423
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
17871
18424
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17872
18425
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
17873
18426
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -17949,6 +18502,7 @@ export type UserCreateWithoutAiUsageLogsInput = {
|
|
|
17949
18502
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
17950
18503
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
17951
18504
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
18505
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
17952
18506
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
17953
18507
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
17954
18508
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -18030,6 +18584,7 @@ export type UserUncheckedCreateWithoutAiUsageLogsInput = {
|
|
|
18030
18584
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
18031
18585
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
18032
18586
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
18587
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
18033
18588
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
18034
18589
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
18035
18590
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -18127,6 +18682,7 @@ export type UserUpdateWithoutAiUsageLogsInput = {
|
|
|
18127
18682
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
18128
18683
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
18129
18684
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
18685
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
18130
18686
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
18131
18687
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
18132
18688
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -18208,6 +18764,7 @@ export type UserUncheckedUpdateWithoutAiUsageLogsInput = {
|
|
|
18208
18764
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18209
18765
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18210
18766
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
18767
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
18211
18768
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18212
18769
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18213
18770
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -18289,6 +18846,7 @@ export type UserCreateWithoutIssuedLicensesInput = {
|
|
|
18289
18846
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
18290
18847
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
18291
18848
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
18849
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
18292
18850
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
18293
18851
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
18294
18852
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -18370,6 +18928,7 @@ export type UserUncheckedCreateWithoutIssuedLicensesInput = {
|
|
|
18370
18928
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
18371
18929
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
18372
18930
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
18931
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
18373
18932
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
18374
18933
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
18375
18934
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -18467,6 +19026,7 @@ export type UserUpdateWithoutIssuedLicensesInput = {
|
|
|
18467
19026
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
18468
19027
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
18469
19028
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
19029
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
18470
19030
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
18471
19031
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
18472
19032
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -18548,6 +19108,7 @@ export type UserUncheckedUpdateWithoutIssuedLicensesInput = {
|
|
|
18548
19108
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18549
19109
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18550
19110
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
19111
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
18551
19112
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18552
19113
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18553
19114
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -18629,6 +19190,7 @@ export type UserCreateWithoutSsoMappingsInput = {
|
|
|
18629
19190
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
18630
19191
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
18631
19192
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
19193
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
18632
19194
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
18633
19195
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
18634
19196
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -18710,6 +19272,7 @@ export type UserUncheckedCreateWithoutSsoMappingsInput = {
|
|
|
18710
19272
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
18711
19273
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
18712
19274
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
19275
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
18713
19276
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
18714
19277
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
18715
19278
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -18807,6 +19370,7 @@ export type UserUpdateWithoutSsoMappingsInput = {
|
|
|
18807
19370
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
18808
19371
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
18809
19372
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
19373
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
18810
19374
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
18811
19375
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
18812
19376
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -18888,6 +19452,7 @@ export type UserUncheckedUpdateWithoutSsoMappingsInput = {
|
|
|
18888
19452
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18889
19453
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18890
19454
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
19455
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
18891
19456
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18892
19457
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
18893
19458
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -18969,6 +19534,7 @@ export type UserCreateWithoutRoleAssignmentsInput = {
|
|
|
18969
19534
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
18970
19535
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
18971
19536
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
19537
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
18972
19538
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
18973
19539
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
18974
19540
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -19050,6 +19616,7 @@ export type UserUncheckedCreateWithoutRoleAssignmentsInput = {
|
|
|
19050
19616
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
19051
19617
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
19052
19618
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
19619
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
19053
19620
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
19054
19621
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
19055
19622
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -19147,6 +19714,7 @@ export type UserUpdateWithoutRoleAssignmentsInput = {
|
|
|
19147
19714
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
19148
19715
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
19149
19716
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
19717
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
19150
19718
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
19151
19719
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
19152
19720
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -19228,6 +19796,7 @@ export type UserUncheckedUpdateWithoutRoleAssignmentsInput = {
|
|
|
19228
19796
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19229
19797
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19230
19798
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
19799
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
19231
19800
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19232
19801
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19233
19802
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -19309,6 +19878,7 @@ export type UserCreateWithoutAgentsInput = {
|
|
|
19309
19878
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
19310
19879
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
19311
19880
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
19881
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
19312
19882
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
19313
19883
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
19314
19884
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -19390,6 +19960,7 @@ export type UserUncheckedCreateWithoutAgentsInput = {
|
|
|
19390
19960
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
19391
19961
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
19392
19962
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
19963
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
19393
19964
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
19394
19965
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
19395
19966
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -19487,6 +20058,7 @@ export type UserUpdateWithoutAgentsInput = {
|
|
|
19487
20058
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
19488
20059
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
19489
20060
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
20061
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
19490
20062
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
19491
20063
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
19492
20064
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -19568,6 +20140,7 @@ export type UserUncheckedUpdateWithoutAgentsInput = {
|
|
|
19568
20140
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19569
20141
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19570
20142
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
20143
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
19571
20144
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19572
20145
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19573
20146
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -19649,6 +20222,7 @@ export type UserCreateWithoutSkillsInput = {
|
|
|
19649
20222
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
19650
20223
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
19651
20224
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
20225
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
19652
20226
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
19653
20227
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
19654
20228
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -19730,6 +20304,7 @@ export type UserUncheckedCreateWithoutSkillsInput = {
|
|
|
19730
20304
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
19731
20305
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
19732
20306
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
20307
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
19733
20308
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
19734
20309
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
19735
20310
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -19827,6 +20402,7 @@ export type UserUpdateWithoutSkillsInput = {
|
|
|
19827
20402
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
19828
20403
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
19829
20404
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
20405
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
19830
20406
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
19831
20407
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
19832
20408
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -19908,6 +20484,7 @@ export type UserUncheckedUpdateWithoutSkillsInput = {
|
|
|
19908
20484
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19909
20485
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19910
20486
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
20487
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
19911
20488
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19912
20489
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
19913
20490
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -19989,6 +20566,7 @@ export type UserCreateWithoutNotificationsInput = {
|
|
|
19989
20566
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
19990
20567
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
19991
20568
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
20569
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
19992
20570
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
19993
20571
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
19994
20572
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -20070,6 +20648,7 @@ export type UserUncheckedCreateWithoutNotificationsInput = {
|
|
|
20070
20648
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
20071
20649
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
20072
20650
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
20651
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
20073
20652
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
20074
20653
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
20075
20654
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -20167,6 +20746,7 @@ export type UserUpdateWithoutNotificationsInput = {
|
|
|
20167
20746
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
20168
20747
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
20169
20748
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
20749
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
20170
20750
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
20171
20751
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
20172
20752
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -20248,6 +20828,7 @@ export type UserUncheckedUpdateWithoutNotificationsInput = {
|
|
|
20248
20828
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20249
20829
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20250
20830
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
20831
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
20251
20832
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20252
20833
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20253
20834
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -20329,6 +20910,7 @@ export type UserCreateWithoutNotificationPreferenceInput = {
|
|
|
20329
20910
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
20330
20911
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
20331
20912
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
20913
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
20332
20914
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
20333
20915
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
20334
20916
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -20410,6 +20992,7 @@ export type UserUncheckedCreateWithoutNotificationPreferenceInput = {
|
|
|
20410
20992
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
20411
20993
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
20412
20994
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
20995
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
20413
20996
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
20414
20997
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
20415
20998
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -20507,6 +21090,7 @@ export type UserUpdateWithoutNotificationPreferenceInput = {
|
|
|
20507
21090
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
20508
21091
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
20509
21092
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
21093
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
20510
21094
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
20511
21095
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
20512
21096
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -20588,6 +21172,7 @@ export type UserUncheckedUpdateWithoutNotificationPreferenceInput = {
|
|
|
20588
21172
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20589
21173
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20590
21174
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
21175
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
20591
21176
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20592
21177
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20593
21178
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -20668,6 +21253,7 @@ export type UserCreateWithoutIterationsCreatedInput = {
|
|
|
20668
21253
|
ownedWorkspaces?: Prisma.WorkspaceCreateNestedManyWithoutOwnerInput
|
|
20669
21254
|
workspaceMemberships?: Prisma.TeamMembershipCreateNestedManyWithoutOwnerInput
|
|
20670
21255
|
teamJoined?: Prisma.TeamMembershipCreateNestedOneWithoutMemberInput
|
|
21256
|
+
workspaceMembers?: Prisma.WorkspaceMemberCreateNestedManyWithoutUserInput
|
|
20671
21257
|
sentInvitations?: Prisma.TeamInvitationCreateNestedManyWithoutOwnerInput
|
|
20672
21258
|
ownedJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutOwnerInput
|
|
20673
21259
|
applicantJoinRequests?: Prisma.TeamJoinRequestCreateNestedManyWithoutApplicantInput
|
|
@@ -20749,6 +21335,7 @@ export type UserUncheckedCreateWithoutIterationsCreatedInput = {
|
|
|
20749
21335
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedCreateNestedManyWithoutOwnerInput
|
|
20750
21336
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedCreateNestedManyWithoutOwnerInput
|
|
20751
21337
|
teamJoined?: Prisma.TeamMembershipUncheckedCreateNestedOneWithoutMemberInput
|
|
21338
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedCreateNestedManyWithoutUserInput
|
|
20752
21339
|
sentInvitations?: Prisma.TeamInvitationUncheckedCreateNestedManyWithoutOwnerInput
|
|
20753
21340
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutOwnerInput
|
|
20754
21341
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedCreateNestedManyWithoutApplicantInput
|
|
@@ -20846,6 +21433,7 @@ export type UserUpdateWithoutIterationsCreatedInput = {
|
|
|
20846
21433
|
ownedWorkspaces?: Prisma.WorkspaceUpdateManyWithoutOwnerNestedInput
|
|
20847
21434
|
workspaceMemberships?: Prisma.TeamMembershipUpdateManyWithoutOwnerNestedInput
|
|
20848
21435
|
teamJoined?: Prisma.TeamMembershipUpdateOneWithoutMemberNestedInput
|
|
21436
|
+
workspaceMembers?: Prisma.WorkspaceMemberUpdateManyWithoutUserNestedInput
|
|
20849
21437
|
sentInvitations?: Prisma.TeamInvitationUpdateManyWithoutOwnerNestedInput
|
|
20850
21438
|
ownedJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutOwnerNestedInput
|
|
20851
21439
|
applicantJoinRequests?: Prisma.TeamJoinRequestUpdateManyWithoutApplicantNestedInput
|
|
@@ -20927,6 +21515,7 @@ export type UserUncheckedUpdateWithoutIterationsCreatedInput = {
|
|
|
20927
21515
|
ownedWorkspaces?: Prisma.WorkspaceUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20928
21516
|
workspaceMemberships?: Prisma.TeamMembershipUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20929
21517
|
teamJoined?: Prisma.TeamMembershipUncheckedUpdateOneWithoutMemberNestedInput
|
|
21518
|
+
workspaceMembers?: Prisma.WorkspaceMemberUncheckedUpdateManyWithoutUserNestedInput
|
|
20930
21519
|
sentInvitations?: Prisma.TeamInvitationUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20931
21520
|
ownedJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutOwnerNestedInput
|
|
20932
21521
|
applicantJoinRequests?: Prisma.TeamJoinRequestUncheckedUpdateManyWithoutApplicantNestedInput
|
|
@@ -20990,6 +21579,7 @@ export type UserCountOutputType = {
|
|
|
20990
21579
|
projectActivities: number
|
|
20991
21580
|
ownedWorkspaces: number
|
|
20992
21581
|
workspaceMemberships: number
|
|
21582
|
+
workspaceMembers: number
|
|
20993
21583
|
sentInvitations: number
|
|
20994
21584
|
ownedJoinRequests: number
|
|
20995
21585
|
applicantJoinRequests: number
|
|
@@ -21046,6 +21636,7 @@ export type UserCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.I
|
|
|
21046
21636
|
projectActivities?: boolean | UserCountOutputTypeCountProjectActivitiesArgs
|
|
21047
21637
|
ownedWorkspaces?: boolean | UserCountOutputTypeCountOwnedWorkspacesArgs
|
|
21048
21638
|
workspaceMemberships?: boolean | UserCountOutputTypeCountWorkspaceMembershipsArgs
|
|
21639
|
+
workspaceMembers?: boolean | UserCountOutputTypeCountWorkspaceMembersArgs
|
|
21049
21640
|
sentInvitations?: boolean | UserCountOutputTypeCountSentInvitationsArgs
|
|
21050
21641
|
ownedJoinRequests?: boolean | UserCountOutputTypeCountOwnedJoinRequestsArgs
|
|
21051
21642
|
applicantJoinRequests?: boolean | UserCountOutputTypeCountApplicantJoinRequestsArgs
|
|
@@ -21369,6 +21960,13 @@ export type UserCountOutputTypeCountWorkspaceMembershipsArgs<ExtArgs extends run
|
|
|
21369
21960
|
where?: Prisma.TeamMembershipWhereInput
|
|
21370
21961
|
}
|
|
21371
21962
|
|
|
21963
|
+
/**
|
|
21964
|
+
* UserCountOutputType without action
|
|
21965
|
+
*/
|
|
21966
|
+
export type UserCountOutputTypeCountWorkspaceMembersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
21967
|
+
where?: Prisma.WorkspaceMemberWhereInput
|
|
21968
|
+
}
|
|
21969
|
+
|
|
21372
21970
|
/**
|
|
21373
21971
|
* UserCountOutputType without action
|
|
21374
21972
|
*/
|
|
@@ -21508,6 +22106,7 @@ export type UserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = r
|
|
|
21508
22106
|
ownedWorkspaces?: boolean | Prisma.User$ownedWorkspacesArgs<ExtArgs>
|
|
21509
22107
|
workspaceMemberships?: boolean | Prisma.User$workspaceMembershipsArgs<ExtArgs>
|
|
21510
22108
|
teamJoined?: boolean | Prisma.User$teamJoinedArgs<ExtArgs>
|
|
22109
|
+
workspaceMembers?: boolean | Prisma.User$workspaceMembersArgs<ExtArgs>
|
|
21511
22110
|
sentInvitations?: boolean | Prisma.User$sentInvitationsArgs<ExtArgs>
|
|
21512
22111
|
ownedJoinRequests?: boolean | Prisma.User$ownedJoinRequestsArgs<ExtArgs>
|
|
21513
22112
|
applicantJoinRequests?: boolean | Prisma.User$applicantJoinRequestsArgs<ExtArgs>
|
|
@@ -21647,6 +22246,7 @@ export type UserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
21647
22246
|
ownedWorkspaces?: boolean | Prisma.User$ownedWorkspacesArgs<ExtArgs>
|
|
21648
22247
|
workspaceMemberships?: boolean | Prisma.User$workspaceMembershipsArgs<ExtArgs>
|
|
21649
22248
|
teamJoined?: boolean | Prisma.User$teamJoinedArgs<ExtArgs>
|
|
22249
|
+
workspaceMembers?: boolean | Prisma.User$workspaceMembersArgs<ExtArgs>
|
|
21650
22250
|
sentInvitations?: boolean | Prisma.User$sentInvitationsArgs<ExtArgs>
|
|
21651
22251
|
ownedJoinRequests?: boolean | Prisma.User$ownedJoinRequestsArgs<ExtArgs>
|
|
21652
22252
|
applicantJoinRequests?: boolean | Prisma.User$applicantJoinRequestsArgs<ExtArgs>
|
|
@@ -21711,6 +22311,7 @@ export type $UserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs =
|
|
|
21711
22311
|
ownedWorkspaces: Prisma.$WorkspacePayload<ExtArgs>[]
|
|
21712
22312
|
workspaceMemberships: Prisma.$TeamMembershipPayload<ExtArgs>[]
|
|
21713
22313
|
teamJoined: Prisma.$TeamMembershipPayload<ExtArgs> | null
|
|
22314
|
+
workspaceMembers: Prisma.$WorkspaceMemberPayload<ExtArgs>[]
|
|
21714
22315
|
sentInvitations: Prisma.$TeamInvitationPayload<ExtArgs>[]
|
|
21715
22316
|
ownedJoinRequests: Prisma.$TeamJoinRequestPayload<ExtArgs>[]
|
|
21716
22317
|
applicantJoinRequests: Prisma.$TeamJoinRequestPayload<ExtArgs>[]
|
|
@@ -22192,6 +22793,7 @@ export interface Prisma__UserClient<T, Null = never, ExtArgs extends runtime.Typ
|
|
|
22192
22793
|
ownedWorkspaces<T extends Prisma.User$ownedWorkspacesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$ownedWorkspacesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WorkspacePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
22193
22794
|
workspaceMemberships<T extends Prisma.User$workspaceMembershipsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$workspaceMembershipsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TeamMembershipPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
22194
22795
|
teamJoined<T extends Prisma.User$teamJoinedArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$teamJoinedArgs<ExtArgs>>): Prisma.Prisma__TeamMembershipClient<runtime.Types.Result.GetResult<Prisma.$TeamMembershipPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
22796
|
+
workspaceMembers<T extends Prisma.User$workspaceMembersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$workspaceMembersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$WorkspaceMemberPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
22195
22797
|
sentInvitations<T extends Prisma.User$sentInvitationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$sentInvitationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TeamInvitationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
22196
22798
|
ownedJoinRequests<T extends Prisma.User$ownedJoinRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$ownedJoinRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TeamJoinRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
22197
22799
|
applicantJoinRequests<T extends Prisma.User$applicantJoinRequestsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.User$applicantJoinRequestsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TeamJoinRequestPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
@@ -23699,6 +24301,30 @@ export type User$teamJoinedArgs<ExtArgs extends runtime.Types.Extensions.Interna
|
|
|
23699
24301
|
where?: Prisma.TeamMembershipWhereInput
|
|
23700
24302
|
}
|
|
23701
24303
|
|
|
24304
|
+
/**
|
|
24305
|
+
* User.workspaceMembers
|
|
24306
|
+
*/
|
|
24307
|
+
export type User$workspaceMembersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
24308
|
+
/**
|
|
24309
|
+
* Select specific fields to fetch from the WorkspaceMember
|
|
24310
|
+
*/
|
|
24311
|
+
select?: Prisma.WorkspaceMemberSelect<ExtArgs> | null
|
|
24312
|
+
/**
|
|
24313
|
+
* Omit specific fields from the WorkspaceMember
|
|
24314
|
+
*/
|
|
24315
|
+
omit?: Prisma.WorkspaceMemberOmit<ExtArgs> | null
|
|
24316
|
+
/**
|
|
24317
|
+
* Choose, which related nodes to fetch as well
|
|
24318
|
+
*/
|
|
24319
|
+
include?: Prisma.WorkspaceMemberInclude<ExtArgs> | null
|
|
24320
|
+
where?: Prisma.WorkspaceMemberWhereInput
|
|
24321
|
+
orderBy?: Prisma.WorkspaceMemberOrderByWithRelationInput | Prisma.WorkspaceMemberOrderByWithRelationInput[]
|
|
24322
|
+
cursor?: Prisma.WorkspaceMemberWhereUniqueInput
|
|
24323
|
+
take?: number
|
|
24324
|
+
skip?: number
|
|
24325
|
+
distinct?: Prisma.WorkspaceMemberScalarFieldEnum | Prisma.WorkspaceMemberScalarFieldEnum[]
|
|
24326
|
+
}
|
|
24327
|
+
|
|
23702
24328
|
/**
|
|
23703
24329
|
* User.sentInvitations
|
|
23704
24330
|
*/
|