chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-28 04:45:24 +00:00
parent 528fb1d404
commit bb9e445257
@@ -907,14 +907,7 @@ describe("ProviderTransform.schema - moonshot $ref siblings", () => {
aspects: { aspects: {
description: "Optional. Specific aspects to focus on. If empty, all aspects may be varied.", description: "Optional. Specific aspects to focus on. If empty, all aspects may be varied.",
items: { items: {
enum: [ enum: ["VARIANT_ASPECT_UNSPECIFIED", "LAYOUT", "COLOR_SCHEME", "IMAGES", "TEXT_FONT", "TEXT_CONTENT"],
"VARIANT_ASPECT_UNSPECIFIED",
"LAYOUT",
"COLOR_SCHEME",
"IMAGES",
"TEXT_FONT",
"TEXT_CONTENT",
],
type: "string", type: "string",
}, },
type: "array", type: "array",
@@ -977,9 +970,7 @@ describe("ProviderTransform.schema - moonshot $ref siblings", () => {
}) })
test("converts tuple-style array items to a single item schema", () => { test("converts tuple-style array items to a single item schema", () => {
const result = ProviderTransform.schema( const result = ProviderTransform.schema(moonshotModel, {
moonshotModel,
{
type: "object", type: "object",
properties: { properties: {
codeSpec: { codeSpec: {
@@ -1000,8 +991,7 @@ describe("ProviderTransform.schema - moonshot $ref siblings", () => {
}, },
}, },
}, },
} as any, } as any) as any
) as any
expect(result.properties.codeSpec.properties.accessibility.properties.renderedSize.items).toEqual({ expect(result.properties.codeSpec.properties.accessibility.properties.renderedSize.items).toEqual({
type: "number", type: "number",