mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
full comments system
This commit is contained in:
@@ -2,8 +2,12 @@ export type {
|
||||
ApiError,
|
||||
AuthResponse,
|
||||
IssueCreateRequest,
|
||||
IssueCommentCreateRequest,
|
||||
IssueCommentDeleteRequest,
|
||||
IssueCommentsByIssueQuery,
|
||||
IssueDeleteRequest,
|
||||
IssueResponseType,
|
||||
IssueCommentResponseType,
|
||||
IssuesByProjectQuery,
|
||||
IssuesReplaceStatusRequest,
|
||||
IssuesStatusCountQuery,
|
||||
@@ -47,7 +51,12 @@ export {
|
||||
ApiErrorSchema,
|
||||
AuthResponseSchema,
|
||||
IssueCreateRequestSchema,
|
||||
IssueCommentCreateRequestSchema,
|
||||
IssueCommentDeleteRequestSchema,
|
||||
IssueCommentsByIssueQuerySchema,
|
||||
IssueDeleteRequestSchema,
|
||||
IssueCommentResponseSchema,
|
||||
IssueCommentRecordSchema,
|
||||
IssueRecordSchema,
|
||||
IssueResponseSchema,
|
||||
IssuesByProjectQuerySchema,
|
||||
@@ -93,6 +102,7 @@ export {
|
||||
} from "./api-schemas";
|
||||
export {
|
||||
ISSUE_DESCRIPTION_MAX_LENGTH,
|
||||
ISSUE_COMMENT_MAX_LENGTH,
|
||||
ISSUE_STATUS_MAX_LENGTH,
|
||||
ISSUE_TITLE_MAX_LENGTH,
|
||||
ORG_DESCRIPTION_MAX_LENGTH,
|
||||
@@ -108,6 +118,9 @@ export type {
|
||||
IconStyle,
|
||||
IssueAssigneeInsert,
|
||||
IssueAssigneeRecord,
|
||||
IssueCommentInsert,
|
||||
IssueCommentRecord,
|
||||
IssueCommentResponse,
|
||||
IssueInsert,
|
||||
IssueRecord,
|
||||
IssueResponse,
|
||||
@@ -138,6 +151,9 @@ export {
|
||||
IssueAssignee,
|
||||
IssueAssigneeInsertSchema,
|
||||
IssueAssigneeSelectSchema,
|
||||
IssueComment,
|
||||
IssueCommentInsertSchema,
|
||||
IssueCommentSelectSchema,
|
||||
IssueInsertSchema,
|
||||
IssueSelectSchema,
|
||||
iconStyles,
|
||||
|
||||
Reference in New Issue
Block a user