chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-11 02:11:07 +00:00
commit 02cb7e7b71
7 changed files with 14 additions and 46 deletions

View file

@ -226,9 +226,5 @@ export const CachePolicyObject = Schema.Struct({
})
export type CachePolicyObject = Schema.Schema.Type<typeof CachePolicyObject>
export const CachePolicy = Schema.Union([
Schema.Literal("auto"),
Schema.Literal("none"),
CachePolicyObject,
])
export const CachePolicy = Schema.Union([Schema.Literal("auto"), Schema.Literal("none"), CachePolicyObject])
export type CachePolicy = Schema.Schema.Type<typeof CachePolicy>