@allbluecn/database 0.4.18 → 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/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 +2 -2
- package/schema.prisma +241 -213
- package/schema.sqlite.prisma +16 -14
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
import * as runtime from "@prisma/client/runtime/client"
|
|
19
|
-
import type * as Prisma from "../models"
|
|
20
|
-
import { type PrismaClient } from "./class"
|
|
19
|
+
import type * as Prisma from "../models.ts"
|
|
20
|
+
import { type PrismaClient } from "./class.ts"
|
|
21
21
|
|
|
22
|
-
export type * from '../models'
|
|
22
|
+
export type * from '../models.ts'
|
|
23
23
|
|
|
24
24
|
export type DMMF = typeof runtime.DMMF
|
|
25
25
|
|
|
@@ -390,6 +390,7 @@ export const ModelName = {
|
|
|
390
390
|
Project: 'Project',
|
|
391
391
|
ProjectMember: 'ProjectMember',
|
|
392
392
|
Workspace: 'Workspace',
|
|
393
|
+
WorkspaceMember: 'WorkspaceMember',
|
|
393
394
|
TeamMembership: 'TeamMembership',
|
|
394
395
|
TeamInvitation: 'TeamInvitation',
|
|
395
396
|
TeamJoinRequest: 'TeamJoinRequest',
|
|
@@ -502,7 +503,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
502
503
|
omit: GlobalOmitOptions
|
|
503
504
|
}
|
|
504
505
|
meta: {
|
|
505
|
-
modelProps: "systemSetting" | "user" | "account" | "project" | "projectMember" | "workspace" | "teamMembership" | "teamInvitation" | "teamJoinRequest" | "projectActivity" | "chatThread" | "chatMessage" | "chatRun" | "chatInterrupt" | "generationRun" | "loginLog" | "invitationCode" | "invitationUse" | "passwordResetToken" | "knowledgeBase" | "knowledgeDocument" | "pRD" | "agentConversation" | "agentMessage" | "component" | "block" | "blockComponent" | "template" | "templateBlock" | "pRDPage" | "componentInstance" | "blockInstance" | "pRDVersion" | "pageVersion" | "review" | "reviewComment" | "comment" | "commentIgnore" | "share" | "tag" | "pRDTag" | "componentTag" | "reference" | "shareVersion" | "anyHubApp" | "anyHubPermission" | "anyHubMarketApp" | "anyHubRecommendation" | "anyHubRecommender" | "designProject" | "artboard" | "artboardExport" | "aiProvider" | "aiProviderConfig" | "thirdPartyDependency" | "legalRegulation" | "industryCompliance" | "dictionaryTerm" | "websiteBookmark" | "bookmarkCategory" | "knowledgeShareRecord" | "articleFavorite" | "story" | "label" | "storyLabel" | "storyActivity" | "sequenceCounter" | "storyComment" | "storyReaction" | "commentReaction" | "storyDependency" | "projectKnowledgeBase" | "storyLink" | "storyAttachment" | "storyPrdLink" | "storyDocLink" | "storyExternalLink" | "storyFilterView" | "monitoringRequestLog" | "monitoringErrorReport" | "monitoringMetricsSnapshot" | "monitoringHealthSnapshot" | "plan" | "subscription" | "usageRecord" | "aiUsageLog" | "invoice" | "providerEvent" | "licenseKey" | "licenseActivation" | "auditLog" | "ssoProvider" | "ssoMapping" | "customRole" | "roleAssignment" | "complianceExport" | "userAgent" | "userSkill" | "developerLog" | "notification" | "notificationPreference" | "iteration" | "iterationAutoSchedule"
|
|
506
|
+
modelProps: "systemSetting" | "user" | "account" | "project" | "projectMember" | "workspace" | "workspaceMember" | "teamMembership" | "teamInvitation" | "teamJoinRequest" | "projectActivity" | "chatThread" | "chatMessage" | "chatRun" | "chatInterrupt" | "generationRun" | "loginLog" | "invitationCode" | "invitationUse" | "passwordResetToken" | "knowledgeBase" | "knowledgeDocument" | "pRD" | "agentConversation" | "agentMessage" | "component" | "block" | "blockComponent" | "template" | "templateBlock" | "pRDPage" | "componentInstance" | "blockInstance" | "pRDVersion" | "pageVersion" | "review" | "reviewComment" | "comment" | "commentIgnore" | "share" | "tag" | "pRDTag" | "componentTag" | "reference" | "shareVersion" | "anyHubApp" | "anyHubPermission" | "anyHubMarketApp" | "anyHubRecommendation" | "anyHubRecommender" | "designProject" | "artboard" | "artboardExport" | "aiProvider" | "aiProviderConfig" | "thirdPartyDependency" | "legalRegulation" | "industryCompliance" | "dictionaryTerm" | "websiteBookmark" | "bookmarkCategory" | "knowledgeShareRecord" | "articleFavorite" | "story" | "label" | "storyLabel" | "storyActivity" | "sequenceCounter" | "storyComment" | "storyReaction" | "commentReaction" | "storyDependency" | "projectKnowledgeBase" | "storyLink" | "storyAttachment" | "storyPrdLink" | "storyDocLink" | "storyExternalLink" | "storyFilterView" | "monitoringRequestLog" | "monitoringErrorReport" | "monitoringMetricsSnapshot" | "monitoringHealthSnapshot" | "plan" | "subscription" | "usageRecord" | "aiUsageLog" | "invoice" | "providerEvent" | "licenseKey" | "licenseActivation" | "auditLog" | "ssoProvider" | "ssoMapping" | "customRole" | "roleAssignment" | "complianceExport" | "userAgent" | "userSkill" | "developerLog" | "notification" | "notificationPreference" | "iteration" | "iterationAutoSchedule"
|
|
506
507
|
txIsolationLevel: TransactionIsolationLevel
|
|
507
508
|
}
|
|
508
509
|
model: {
|
|
@@ -950,6 +951,80 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
950
951
|
}
|
|
951
952
|
}
|
|
952
953
|
}
|
|
954
|
+
WorkspaceMember: {
|
|
955
|
+
payload: Prisma.$WorkspaceMemberPayload<ExtArgs>
|
|
956
|
+
fields: Prisma.WorkspaceMemberFieldRefs
|
|
957
|
+
operations: {
|
|
958
|
+
findUnique: {
|
|
959
|
+
args: Prisma.WorkspaceMemberFindUniqueArgs<ExtArgs>
|
|
960
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload> | null
|
|
961
|
+
}
|
|
962
|
+
findUniqueOrThrow: {
|
|
963
|
+
args: Prisma.WorkspaceMemberFindUniqueOrThrowArgs<ExtArgs>
|
|
964
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>
|
|
965
|
+
}
|
|
966
|
+
findFirst: {
|
|
967
|
+
args: Prisma.WorkspaceMemberFindFirstArgs<ExtArgs>
|
|
968
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload> | null
|
|
969
|
+
}
|
|
970
|
+
findFirstOrThrow: {
|
|
971
|
+
args: Prisma.WorkspaceMemberFindFirstOrThrowArgs<ExtArgs>
|
|
972
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>
|
|
973
|
+
}
|
|
974
|
+
findMany: {
|
|
975
|
+
args: Prisma.WorkspaceMemberFindManyArgs<ExtArgs>
|
|
976
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>[]
|
|
977
|
+
}
|
|
978
|
+
create: {
|
|
979
|
+
args: Prisma.WorkspaceMemberCreateArgs<ExtArgs>
|
|
980
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>
|
|
981
|
+
}
|
|
982
|
+
createMany: {
|
|
983
|
+
args: Prisma.WorkspaceMemberCreateManyArgs<ExtArgs>
|
|
984
|
+
result: BatchPayload
|
|
985
|
+
}
|
|
986
|
+
createManyAndReturn: {
|
|
987
|
+
args: Prisma.WorkspaceMemberCreateManyAndReturnArgs<ExtArgs>
|
|
988
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>[]
|
|
989
|
+
}
|
|
990
|
+
delete: {
|
|
991
|
+
args: Prisma.WorkspaceMemberDeleteArgs<ExtArgs>
|
|
992
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>
|
|
993
|
+
}
|
|
994
|
+
update: {
|
|
995
|
+
args: Prisma.WorkspaceMemberUpdateArgs<ExtArgs>
|
|
996
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>
|
|
997
|
+
}
|
|
998
|
+
deleteMany: {
|
|
999
|
+
args: Prisma.WorkspaceMemberDeleteManyArgs<ExtArgs>
|
|
1000
|
+
result: BatchPayload
|
|
1001
|
+
}
|
|
1002
|
+
updateMany: {
|
|
1003
|
+
args: Prisma.WorkspaceMemberUpdateManyArgs<ExtArgs>
|
|
1004
|
+
result: BatchPayload
|
|
1005
|
+
}
|
|
1006
|
+
updateManyAndReturn: {
|
|
1007
|
+
args: Prisma.WorkspaceMemberUpdateManyAndReturnArgs<ExtArgs>
|
|
1008
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>[]
|
|
1009
|
+
}
|
|
1010
|
+
upsert: {
|
|
1011
|
+
args: Prisma.WorkspaceMemberUpsertArgs<ExtArgs>
|
|
1012
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$WorkspaceMemberPayload>
|
|
1013
|
+
}
|
|
1014
|
+
aggregate: {
|
|
1015
|
+
args: Prisma.WorkspaceMemberAggregateArgs<ExtArgs>
|
|
1016
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateWorkspaceMember>
|
|
1017
|
+
}
|
|
1018
|
+
groupBy: {
|
|
1019
|
+
args: Prisma.WorkspaceMemberGroupByArgs<ExtArgs>
|
|
1020
|
+
result: runtime.Types.Utils.Optional<Prisma.WorkspaceMemberGroupByOutputType>[]
|
|
1021
|
+
}
|
|
1022
|
+
count: {
|
|
1023
|
+
args: Prisma.WorkspaceMemberCountArgs<ExtArgs>
|
|
1024
|
+
result: runtime.Types.Utils.Optional<Prisma.WorkspaceMemberCountAggregateOutputType> | number
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
953
1028
|
TeamMembership: {
|
|
954
1029
|
payload: Prisma.$TeamMembershipPayload<ExtArgs>
|
|
955
1030
|
fields: Prisma.TeamMembershipFieldRefs
|
|
@@ -8260,6 +8335,7 @@ export const WorkspaceScalarFieldEnum = {
|
|
|
8260
8335
|
name: 'name',
|
|
8261
8336
|
icon: 'icon',
|
|
8262
8337
|
description: 'description',
|
|
8338
|
+
pinnedToSidebar: 'pinnedToSidebar',
|
|
8263
8339
|
ownerId: 'ownerId',
|
|
8264
8340
|
createdAt: 'createdAt',
|
|
8265
8341
|
updatedAt: 'updatedAt'
|
|
@@ -8268,6 +8344,18 @@ export const WorkspaceScalarFieldEnum = {
|
|
|
8268
8344
|
export type WorkspaceScalarFieldEnum = (typeof WorkspaceScalarFieldEnum)[keyof typeof WorkspaceScalarFieldEnum]
|
|
8269
8345
|
|
|
8270
8346
|
|
|
8347
|
+
export const WorkspaceMemberScalarFieldEnum = {
|
|
8348
|
+
id: 'id',
|
|
8349
|
+
workspaceId: 'workspaceId',
|
|
8350
|
+
userId: 'userId',
|
|
8351
|
+
role: 'role',
|
|
8352
|
+
status: 'status',
|
|
8353
|
+
joinedAt: 'joinedAt'
|
|
8354
|
+
} as const
|
|
8355
|
+
|
|
8356
|
+
export type WorkspaceMemberScalarFieldEnum = (typeof WorkspaceMemberScalarFieldEnum)[keyof typeof WorkspaceMemberScalarFieldEnum]
|
|
8357
|
+
|
|
8358
|
+
|
|
8271
8359
|
export const TeamMembershipScalarFieldEnum = {
|
|
8272
8360
|
id: 'id',
|
|
8273
8361
|
ownerId: 'ownerId',
|
|
@@ -8458,6 +8546,8 @@ export const KnowledgeBaseScalarFieldEnum = {
|
|
|
8458
8546
|
tags: 'tags',
|
|
8459
8547
|
visibility: 'visibility',
|
|
8460
8548
|
userId: 'userId',
|
|
8549
|
+
workspaceId: 'workspaceId',
|
|
8550
|
+
pinnedToSidebar: 'pinnedToSidebar',
|
|
8461
8551
|
isDeleted: 'isDeleted',
|
|
8462
8552
|
createdAt: 'createdAt',
|
|
8463
8553
|
updatedAt: 'updatedAt'
|
|
@@ -10179,6 +10269,7 @@ export type GlobalOmitConfig = {
|
|
|
10179
10269
|
project?: Prisma.ProjectOmit
|
|
10180
10270
|
projectMember?: Prisma.ProjectMemberOmit
|
|
10181
10271
|
workspace?: Prisma.WorkspaceOmit
|
|
10272
|
+
workspaceMember?: Prisma.WorkspaceMemberOmit
|
|
10182
10273
|
teamMembership?: Prisma.TeamMembershipOmit
|
|
10183
10274
|
teamInvitation?: Prisma.TeamInvitationOmit
|
|
10184
10275
|
teamJoinRequest?: Prisma.TeamJoinRequestOmit
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
|
|
18
18
|
import * as runtime from "@prisma/client/runtime/index-browser"
|
|
19
19
|
|
|
20
|
-
export type * from '../models'
|
|
21
|
-
export type * from './prismaNamespace'
|
|
20
|
+
export type * from '../models.ts'
|
|
21
|
+
export type * from './prismaNamespace.ts'
|
|
22
22
|
|
|
23
23
|
export const Decimal = runtime.Decimal
|
|
24
24
|
|
|
@@ -57,6 +57,7 @@ export const ModelName = {
|
|
|
57
57
|
Project: 'Project',
|
|
58
58
|
ProjectMember: 'ProjectMember',
|
|
59
59
|
Workspace: 'Workspace',
|
|
60
|
+
WorkspaceMember: 'WorkspaceMember',
|
|
60
61
|
TeamMembership: 'TeamMembership',
|
|
61
62
|
TeamInvitation: 'TeamInvitation',
|
|
62
63
|
TeamJoinRequest: 'TeamJoinRequest',
|
|
@@ -265,6 +266,7 @@ export const WorkspaceScalarFieldEnum = {
|
|
|
265
266
|
name: 'name',
|
|
266
267
|
icon: 'icon',
|
|
267
268
|
description: 'description',
|
|
269
|
+
pinnedToSidebar: 'pinnedToSidebar',
|
|
268
270
|
ownerId: 'ownerId',
|
|
269
271
|
createdAt: 'createdAt',
|
|
270
272
|
updatedAt: 'updatedAt'
|
|
@@ -273,6 +275,18 @@ export const WorkspaceScalarFieldEnum = {
|
|
|
273
275
|
export type WorkspaceScalarFieldEnum = (typeof WorkspaceScalarFieldEnum)[keyof typeof WorkspaceScalarFieldEnum]
|
|
274
276
|
|
|
275
277
|
|
|
278
|
+
export const WorkspaceMemberScalarFieldEnum = {
|
|
279
|
+
id: 'id',
|
|
280
|
+
workspaceId: 'workspaceId',
|
|
281
|
+
userId: 'userId',
|
|
282
|
+
role: 'role',
|
|
283
|
+
status: 'status',
|
|
284
|
+
joinedAt: 'joinedAt'
|
|
285
|
+
} as const
|
|
286
|
+
|
|
287
|
+
export type WorkspaceMemberScalarFieldEnum = (typeof WorkspaceMemberScalarFieldEnum)[keyof typeof WorkspaceMemberScalarFieldEnum]
|
|
288
|
+
|
|
289
|
+
|
|
276
290
|
export const TeamMembershipScalarFieldEnum = {
|
|
277
291
|
id: 'id',
|
|
278
292
|
ownerId: 'ownerId',
|
|
@@ -463,6 +477,8 @@ export const KnowledgeBaseScalarFieldEnum = {
|
|
|
463
477
|
tags: 'tags',
|
|
464
478
|
visibility: 'visibility',
|
|
465
479
|
userId: 'userId',
|
|
480
|
+
workspaceId: 'workspaceId',
|
|
481
|
+
pinnedToSidebar: 'pinnedToSidebar',
|
|
466
482
|
isDeleted: 'isDeleted',
|
|
467
483
|
createdAt: 'createdAt',
|
|
468
484
|
updatedAt: 'updatedAt'
|
|
@@ -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 Account
|
|
@@ -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 AgentConversation
|
|
@@ -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 AgentMessage
|
|
@@ -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 AiProvider
|
|
@@ -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 AiProviderConfig
|
|
@@ -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 AiUsageLog
|
|
@@ -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 AnyHubApp
|
|
@@ -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 AnyHubMarketApp
|
|
@@ -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 AnyHubPermission
|
|
@@ -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 AnyHubRecommendation
|
|
@@ -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 AnyHubRecommender
|
|
@@ -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 Artboard
|
|
@@ -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 ArtboardExport
|
|
@@ -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 ArticleFavorite
|
|
@@ -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 AuditLog
|
|
@@ -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 Block
|
|
@@ -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 BlockComponent
|
|
@@ -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 BlockInstance
|
|
@@ -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 BookmarkCategory
|
|
@@ -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 ChatInterrupt
|
|
@@ -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 ChatMessage
|
|
@@ -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 ChatRun
|
|
@@ -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 ChatThread
|
|
@@ -438,10 +438,6 @@ export type ChatThreadUncheckedUpdateManyWithoutUserNestedInput = {
|
|
|
438
438
|
deleteMany?: Prisma.ChatThreadScalarWhereInput | Prisma.ChatThreadScalarWhereInput[]
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
export type BoolFieldUpdateOperationsInput = {
|
|
442
|
-
set?: boolean
|
|
443
|
-
}
|
|
444
|
-
|
|
445
441
|
export type ChatThreadCreateNestedOneWithoutMessagesInput = {
|
|
446
442
|
create?: Prisma.XOR<Prisma.ChatThreadCreateWithoutMessagesInput, Prisma.ChatThreadUncheckedCreateWithoutMessagesInput>
|
|
447
443
|
connectOrCreate?: Prisma.ChatThreadCreateOrConnectWithoutMessagesInput
|
|
@@ -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 Comment
|
|
@@ -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 CommentIgnore
|
|
@@ -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 CommentReaction
|
|
@@ -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 ComplianceExport
|
|
@@ -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 Component
|
|
@@ -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 ComponentInstance
|
|
@@ -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 ComponentTag
|
|
@@ -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 CustomRole
|
|
@@ -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 DesignProject
|
|
@@ -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 DeveloperLog
|
|
@@ -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 DictionaryTerm
|