mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
chore: generate
This commit is contained in:
parent
f91b73b938
commit
ff4b60e1f3
1 changed files with 1 additions and 5 deletions
|
|
@ -19,11 +19,7 @@ const FindFileQuery = Schema.Struct({
|
||||||
dirs: Schema.optional(Schema.Literals(["true", "false"])),
|
dirs: Schema.optional(Schema.Literals(["true", "false"])),
|
||||||
type: Schema.optional(Schema.Literals(["file", "directory"])),
|
type: Schema.optional(Schema.Literals(["file", "directory"])),
|
||||||
limit: Schema.optional(
|
limit: Schema.optional(
|
||||||
Schema.NumberFromString.check(
|
Schema.NumberFromString.check(Schema.isInt(), Schema.isGreaterThanOrEqualTo(1), Schema.isLessThanOrEqualTo(200)),
|
||||||
Schema.isInt(),
|
|
||||||
Schema.isGreaterThanOrEqualTo(1),
|
|
||||||
Schema.isLessThanOrEqualTo(200),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue