Compare commits
1 Commits
feat/custo
...
feat/54-li
Author | SHA1 | Date | |
---|---|---|---|
3af10a3844 |
@ -549,13 +549,13 @@ export const GitLabDiscussionNoteSchema = z.object({
|
||||
.object({
|
||||
start: z.object({
|
||||
line_code: z.string(),
|
||||
type: z.enum(["new", "old", "expanded"]),
|
||||
type: z.enum(["new", "old", "expanded"]).optional(),
|
||||
old_line: z.number().nullable(),
|
||||
new_line: z.number().nullable(),
|
||||
}),
|
||||
end: z.object({
|
||||
line_code: z.string(),
|
||||
type: z.enum(["new", "old", "expanded"]),
|
||||
type: z.enum(["new", "old", "expanded"]).optional(),
|
||||
old_line: z.number().nullable(),
|
||||
new_line: z.number().nullable(),
|
||||
}),
|
||||
|
Reference in New Issue
Block a user