@allbluecn/database 0.4.16 → 0.4.18
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 +10 -0
- package/generated/client.ts +10 -0
- package/generated/internal/class.ts +24 -4
- package/generated/internal/prismaNamespace.ts +188 -3
- package/generated/internal/prismaNamespaceBrowser.ts +37 -2
- package/generated/models/Iteration.ts +1878 -0
- package/generated/models/IterationAutoSchedule.ts +1485 -0
- package/generated/models/Project.ts +326 -0
- package/generated/models/Story.ts +393 -3
- package/generated/models/User.ts +618 -0
- package/generated/models.ts +2 -0
- package/generated-sqlite/browser.ts +15 -0
- package/generated-sqlite/client.ts +15 -0
- package/generated-sqlite/internal/class.ts +34 -4
- package/generated-sqlite/internal/prismaNamespace.ts +288 -2
- package/generated-sqlite/internal/prismaNamespaceBrowser.ts +62 -1
- package/generated-sqlite/models/Iteration.ts +1874 -0
- package/generated-sqlite/models/IterationAutoSchedule.ts +1483 -0
- package/generated-sqlite/models/Project.ts +484 -0
- package/generated-sqlite/models/Story.ts +3263 -0
- package/generated-sqlite/models/User.ts +2103 -107
- package/generated-sqlite/models.ts +3 -0
- package/index.ts +2 -2
- package/migrations/20260831203925_story_attachment_file_hash/migration.sql +2 -0
- package/migrations/20260901020000_story_attachment_file_hash/migration.sql +2 -0
- package/migrations/20260901134601_iterations/migration.sql +52 -0
- package/migrations/20260902000000_story_identifier_per_project/migration.sql +37 -0
- package/migrations/20260902000100_story_identifier_counter_init/migration.sql +11 -0
- package/package.json +14 -5
- package/schema.prisma +47 -4
- package/schema.sqlite.prisma +89 -4
|
@@ -484,7 +484,9 @@ export const ModelName = {
|
|
|
484
484
|
UserSkill: 'UserSkill',
|
|
485
485
|
DeveloperLog: 'DeveloperLog',
|
|
486
486
|
Notification: 'Notification',
|
|
487
|
-
NotificationPreference: 'NotificationPreference'
|
|
487
|
+
NotificationPreference: 'NotificationPreference',
|
|
488
|
+
Iteration: 'Iteration',
|
|
489
|
+
IterationAutoSchedule: 'IterationAutoSchedule'
|
|
488
490
|
} as const
|
|
489
491
|
|
|
490
492
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName]
|
|
@@ -500,7 +502,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
500
502
|
omit: GlobalOmitOptions
|
|
501
503
|
}
|
|
502
504
|
meta: {
|
|
503
|
-
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"
|
|
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"
|
|
504
506
|
txIsolationLevel: TransactionIsolationLevel
|
|
505
507
|
}
|
|
506
508
|
model: {
|
|
@@ -7978,6 +7980,154 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
7978
7980
|
}
|
|
7979
7981
|
}
|
|
7980
7982
|
}
|
|
7983
|
+
Iteration: {
|
|
7984
|
+
payload: Prisma.$IterationPayload<ExtArgs>
|
|
7985
|
+
fields: Prisma.IterationFieldRefs
|
|
7986
|
+
operations: {
|
|
7987
|
+
findUnique: {
|
|
7988
|
+
args: Prisma.IterationFindUniqueArgs<ExtArgs>
|
|
7989
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload> | null
|
|
7990
|
+
}
|
|
7991
|
+
findUniqueOrThrow: {
|
|
7992
|
+
args: Prisma.IterationFindUniqueOrThrowArgs<ExtArgs>
|
|
7993
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>
|
|
7994
|
+
}
|
|
7995
|
+
findFirst: {
|
|
7996
|
+
args: Prisma.IterationFindFirstArgs<ExtArgs>
|
|
7997
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload> | null
|
|
7998
|
+
}
|
|
7999
|
+
findFirstOrThrow: {
|
|
8000
|
+
args: Prisma.IterationFindFirstOrThrowArgs<ExtArgs>
|
|
8001
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>
|
|
8002
|
+
}
|
|
8003
|
+
findMany: {
|
|
8004
|
+
args: Prisma.IterationFindManyArgs<ExtArgs>
|
|
8005
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>[]
|
|
8006
|
+
}
|
|
8007
|
+
create: {
|
|
8008
|
+
args: Prisma.IterationCreateArgs<ExtArgs>
|
|
8009
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>
|
|
8010
|
+
}
|
|
8011
|
+
createMany: {
|
|
8012
|
+
args: Prisma.IterationCreateManyArgs<ExtArgs>
|
|
8013
|
+
result: BatchPayload
|
|
8014
|
+
}
|
|
8015
|
+
createManyAndReturn: {
|
|
8016
|
+
args: Prisma.IterationCreateManyAndReturnArgs<ExtArgs>
|
|
8017
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>[]
|
|
8018
|
+
}
|
|
8019
|
+
delete: {
|
|
8020
|
+
args: Prisma.IterationDeleteArgs<ExtArgs>
|
|
8021
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>
|
|
8022
|
+
}
|
|
8023
|
+
update: {
|
|
8024
|
+
args: Prisma.IterationUpdateArgs<ExtArgs>
|
|
8025
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>
|
|
8026
|
+
}
|
|
8027
|
+
deleteMany: {
|
|
8028
|
+
args: Prisma.IterationDeleteManyArgs<ExtArgs>
|
|
8029
|
+
result: BatchPayload
|
|
8030
|
+
}
|
|
8031
|
+
updateMany: {
|
|
8032
|
+
args: Prisma.IterationUpdateManyArgs<ExtArgs>
|
|
8033
|
+
result: BatchPayload
|
|
8034
|
+
}
|
|
8035
|
+
updateManyAndReturn: {
|
|
8036
|
+
args: Prisma.IterationUpdateManyAndReturnArgs<ExtArgs>
|
|
8037
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>[]
|
|
8038
|
+
}
|
|
8039
|
+
upsert: {
|
|
8040
|
+
args: Prisma.IterationUpsertArgs<ExtArgs>
|
|
8041
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationPayload>
|
|
8042
|
+
}
|
|
8043
|
+
aggregate: {
|
|
8044
|
+
args: Prisma.IterationAggregateArgs<ExtArgs>
|
|
8045
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateIteration>
|
|
8046
|
+
}
|
|
8047
|
+
groupBy: {
|
|
8048
|
+
args: Prisma.IterationGroupByArgs<ExtArgs>
|
|
8049
|
+
result: runtime.Types.Utils.Optional<Prisma.IterationGroupByOutputType>[]
|
|
8050
|
+
}
|
|
8051
|
+
count: {
|
|
8052
|
+
args: Prisma.IterationCountArgs<ExtArgs>
|
|
8053
|
+
result: runtime.Types.Utils.Optional<Prisma.IterationCountAggregateOutputType> | number
|
|
8054
|
+
}
|
|
8055
|
+
}
|
|
8056
|
+
}
|
|
8057
|
+
IterationAutoSchedule: {
|
|
8058
|
+
payload: Prisma.$IterationAutoSchedulePayload<ExtArgs>
|
|
8059
|
+
fields: Prisma.IterationAutoScheduleFieldRefs
|
|
8060
|
+
operations: {
|
|
8061
|
+
findUnique: {
|
|
8062
|
+
args: Prisma.IterationAutoScheduleFindUniqueArgs<ExtArgs>
|
|
8063
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload> | null
|
|
8064
|
+
}
|
|
8065
|
+
findUniqueOrThrow: {
|
|
8066
|
+
args: Prisma.IterationAutoScheduleFindUniqueOrThrowArgs<ExtArgs>
|
|
8067
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>
|
|
8068
|
+
}
|
|
8069
|
+
findFirst: {
|
|
8070
|
+
args: Prisma.IterationAutoScheduleFindFirstArgs<ExtArgs>
|
|
8071
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload> | null
|
|
8072
|
+
}
|
|
8073
|
+
findFirstOrThrow: {
|
|
8074
|
+
args: Prisma.IterationAutoScheduleFindFirstOrThrowArgs<ExtArgs>
|
|
8075
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>
|
|
8076
|
+
}
|
|
8077
|
+
findMany: {
|
|
8078
|
+
args: Prisma.IterationAutoScheduleFindManyArgs<ExtArgs>
|
|
8079
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>[]
|
|
8080
|
+
}
|
|
8081
|
+
create: {
|
|
8082
|
+
args: Prisma.IterationAutoScheduleCreateArgs<ExtArgs>
|
|
8083
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>
|
|
8084
|
+
}
|
|
8085
|
+
createMany: {
|
|
8086
|
+
args: Prisma.IterationAutoScheduleCreateManyArgs<ExtArgs>
|
|
8087
|
+
result: BatchPayload
|
|
8088
|
+
}
|
|
8089
|
+
createManyAndReturn: {
|
|
8090
|
+
args: Prisma.IterationAutoScheduleCreateManyAndReturnArgs<ExtArgs>
|
|
8091
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>[]
|
|
8092
|
+
}
|
|
8093
|
+
delete: {
|
|
8094
|
+
args: Prisma.IterationAutoScheduleDeleteArgs<ExtArgs>
|
|
8095
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>
|
|
8096
|
+
}
|
|
8097
|
+
update: {
|
|
8098
|
+
args: Prisma.IterationAutoScheduleUpdateArgs<ExtArgs>
|
|
8099
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>
|
|
8100
|
+
}
|
|
8101
|
+
deleteMany: {
|
|
8102
|
+
args: Prisma.IterationAutoScheduleDeleteManyArgs<ExtArgs>
|
|
8103
|
+
result: BatchPayload
|
|
8104
|
+
}
|
|
8105
|
+
updateMany: {
|
|
8106
|
+
args: Prisma.IterationAutoScheduleUpdateManyArgs<ExtArgs>
|
|
8107
|
+
result: BatchPayload
|
|
8108
|
+
}
|
|
8109
|
+
updateManyAndReturn: {
|
|
8110
|
+
args: Prisma.IterationAutoScheduleUpdateManyAndReturnArgs<ExtArgs>
|
|
8111
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>[]
|
|
8112
|
+
}
|
|
8113
|
+
upsert: {
|
|
8114
|
+
args: Prisma.IterationAutoScheduleUpsertArgs<ExtArgs>
|
|
8115
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$IterationAutoSchedulePayload>
|
|
8116
|
+
}
|
|
8117
|
+
aggregate: {
|
|
8118
|
+
args: Prisma.IterationAutoScheduleAggregateArgs<ExtArgs>
|
|
8119
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateIterationAutoSchedule>
|
|
8120
|
+
}
|
|
8121
|
+
groupBy: {
|
|
8122
|
+
args: Prisma.IterationAutoScheduleGroupByArgs<ExtArgs>
|
|
8123
|
+
result: runtime.Types.Utils.Optional<Prisma.IterationAutoScheduleGroupByOutputType>[]
|
|
8124
|
+
}
|
|
8125
|
+
count: {
|
|
8126
|
+
args: Prisma.IterationAutoScheduleCountArgs<ExtArgs>
|
|
8127
|
+
result: runtime.Types.Utils.Optional<Prisma.IterationAutoScheduleCountAggregateOutputType> | number
|
|
8128
|
+
}
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
7981
8131
|
}
|
|
7982
8132
|
} & {
|
|
7983
8133
|
other: {
|
|
@@ -9025,7 +9175,8 @@ export const StoryScalarFieldEnum = {
|
|
|
9025
9175
|
updatedById: 'updatedById',
|
|
9026
9176
|
createdAt: 'createdAt',
|
|
9027
9177
|
updatedAt: 'updatedAt',
|
|
9028
|
-
parentId: 'parentId'
|
|
9178
|
+
parentId: 'parentId',
|
|
9179
|
+
iterationId: 'iterationId'
|
|
9029
9180
|
} as const
|
|
9030
9181
|
|
|
9031
9182
|
export type StoryScalarFieldEnum = (typeof StoryScalarFieldEnum)[keyof typeof StoryScalarFieldEnum]
|
|
@@ -9582,6 +9733,38 @@ export const NotificationPreferenceScalarFieldEnum = {
|
|
|
9582
9733
|
export type NotificationPreferenceScalarFieldEnum = (typeof NotificationPreferenceScalarFieldEnum)[keyof typeof NotificationPreferenceScalarFieldEnum]
|
|
9583
9734
|
|
|
9584
9735
|
|
|
9736
|
+
export const IterationScalarFieldEnum = {
|
|
9737
|
+
id: 'id',
|
|
9738
|
+
projectId: 'projectId',
|
|
9739
|
+
name: 'name',
|
|
9740
|
+
description: 'description',
|
|
9741
|
+
startDate: 'startDate',
|
|
9742
|
+
endDate: 'endDate',
|
|
9743
|
+
archived: 'archived',
|
|
9744
|
+
archivedAt: 'archivedAt',
|
|
9745
|
+
createdById: 'createdById',
|
|
9746
|
+
createdAt: 'createdAt',
|
|
9747
|
+
updatedAt: 'updatedAt'
|
|
9748
|
+
} as const
|
|
9749
|
+
|
|
9750
|
+
export type IterationScalarFieldEnum = (typeof IterationScalarFieldEnum)[keyof typeof IterationScalarFieldEnum]
|
|
9751
|
+
|
|
9752
|
+
|
|
9753
|
+
export const IterationAutoScheduleScalarFieldEnum = {
|
|
9754
|
+
projectId: 'projectId',
|
|
9755
|
+
enabled: 'enabled',
|
|
9756
|
+
title: 'title',
|
|
9757
|
+
durationDays: 'durationDays',
|
|
9758
|
+
cooldownDays: 'cooldownDays',
|
|
9759
|
+
startsOn: 'startsOn',
|
|
9760
|
+
futureCount: 'futureCount',
|
|
9761
|
+
autoRollover: 'autoRollover',
|
|
9762
|
+
lastSeq: 'lastSeq'
|
|
9763
|
+
} as const
|
|
9764
|
+
|
|
9765
|
+
export type IterationAutoScheduleScalarFieldEnum = (typeof IterationAutoScheduleScalarFieldEnum)[keyof typeof IterationAutoScheduleScalarFieldEnum]
|
|
9766
|
+
|
|
9767
|
+
|
|
9585
9768
|
export const SortOrder = {
|
|
9586
9769
|
asc: 'asc',
|
|
9587
9770
|
desc: 'desc'
|
|
@@ -10091,6 +10274,8 @@ export type GlobalOmitConfig = {
|
|
|
10091
10274
|
developerLog?: Prisma.DeveloperLogOmit
|
|
10092
10275
|
notification?: Prisma.NotificationOmit
|
|
10093
10276
|
notificationPreference?: Prisma.NotificationPreferenceOmit
|
|
10277
|
+
iteration?: Prisma.IterationOmit
|
|
10278
|
+
iterationAutoSchedule?: Prisma.IterationAutoScheduleOmit
|
|
10094
10279
|
}
|
|
10095
10280
|
|
|
10096
10281
|
/* Types for Logging */
|
|
@@ -151,7 +151,9 @@ export const ModelName = {
|
|
|
151
151
|
UserSkill: 'UserSkill',
|
|
152
152
|
DeveloperLog: 'DeveloperLog',
|
|
153
153
|
Notification: 'Notification',
|
|
154
|
-
NotificationPreference: 'NotificationPreference'
|
|
154
|
+
NotificationPreference: 'NotificationPreference',
|
|
155
|
+
Iteration: 'Iteration',
|
|
156
|
+
IterationAutoSchedule: 'IterationAutoSchedule'
|
|
155
157
|
} as const
|
|
156
158
|
|
|
157
159
|
export type ModelName = (typeof ModelName)[keyof typeof ModelName]
|
|
@@ -1178,7 +1180,8 @@ export const StoryScalarFieldEnum = {
|
|
|
1178
1180
|
updatedById: 'updatedById',
|
|
1179
1181
|
createdAt: 'createdAt',
|
|
1180
1182
|
updatedAt: 'updatedAt',
|
|
1181
|
-
parentId: 'parentId'
|
|
1183
|
+
parentId: 'parentId',
|
|
1184
|
+
iterationId: 'iterationId'
|
|
1182
1185
|
} as const
|
|
1183
1186
|
|
|
1184
1187
|
export type StoryScalarFieldEnum = (typeof StoryScalarFieldEnum)[keyof typeof StoryScalarFieldEnum]
|
|
@@ -1735,6 +1738,38 @@ export const NotificationPreferenceScalarFieldEnum = {
|
|
|
1735
1738
|
export type NotificationPreferenceScalarFieldEnum = (typeof NotificationPreferenceScalarFieldEnum)[keyof typeof NotificationPreferenceScalarFieldEnum]
|
|
1736
1739
|
|
|
1737
1740
|
|
|
1741
|
+
export const IterationScalarFieldEnum = {
|
|
1742
|
+
id: 'id',
|
|
1743
|
+
projectId: 'projectId',
|
|
1744
|
+
name: 'name',
|
|
1745
|
+
description: 'description',
|
|
1746
|
+
startDate: 'startDate',
|
|
1747
|
+
endDate: 'endDate',
|
|
1748
|
+
archived: 'archived',
|
|
1749
|
+
archivedAt: 'archivedAt',
|
|
1750
|
+
createdById: 'createdById',
|
|
1751
|
+
createdAt: 'createdAt',
|
|
1752
|
+
updatedAt: 'updatedAt'
|
|
1753
|
+
} as const
|
|
1754
|
+
|
|
1755
|
+
export type IterationScalarFieldEnum = (typeof IterationScalarFieldEnum)[keyof typeof IterationScalarFieldEnum]
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
export const IterationAutoScheduleScalarFieldEnum = {
|
|
1759
|
+
projectId: 'projectId',
|
|
1760
|
+
enabled: 'enabled',
|
|
1761
|
+
title: 'title',
|
|
1762
|
+
durationDays: 'durationDays',
|
|
1763
|
+
cooldownDays: 'cooldownDays',
|
|
1764
|
+
startsOn: 'startsOn',
|
|
1765
|
+
futureCount: 'futureCount',
|
|
1766
|
+
autoRollover: 'autoRollover',
|
|
1767
|
+
lastSeq: 'lastSeq'
|
|
1768
|
+
} as const
|
|
1769
|
+
|
|
1770
|
+
export type IterationAutoScheduleScalarFieldEnum = (typeof IterationAutoScheduleScalarFieldEnum)[keyof typeof IterationAutoScheduleScalarFieldEnum]
|
|
1771
|
+
|
|
1772
|
+
|
|
1738
1773
|
export const SortOrder = {
|
|
1739
1774
|
asc: 'asc',
|
|
1740
1775
|
desc: 'desc'
|