chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-21 12:07:16 +00:00
parent c780d7cee7
commit 02687b6324
13 changed files with 107 additions and 122 deletions
+3 -1
View File
@@ -255,7 +255,9 @@ function method(value: Integration.Method) {
}
}
function internalMethod(value: IntegrationOAuthMethod | IntegrationKeyMethod | IntegrationEnvMethod): Integration.Method {
function internalMethod(
value: IntegrationOAuthMethod | IntegrationKeyMethod | IntegrationEnvMethod,
): Integration.Method {
if (value.type === "env") return value
if (value.type === "key") return value
return {