From cf377534169a6d8dacd02a88cfe437aef4d8441a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Aug 2026 09:32:38 +0000 Subject: [PATCH] chore: sync generated API SDKs source_commit: a195eb67a3856291245ce1e74758a8ce34dc7c10 --- src/generated/api.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/generated/api.ts b/src/generated/api.ts index 1f2affc..da11934 100644 --- a/src/generated/api.ts +++ b/src/generated/api.ts @@ -495,6 +495,16 @@ export type CreateBrowserSessionRequestInput = {}; export type CreateBrowserSessionRequestOutput = {}; export type CurrencyInput = "USD"; export type CurrencyOutput = "USD"; +export type CustomSkillInput = { + id: string; + type: "custom"; + version?: string; +}; +export type CustomSkillOutput = { + id: string; + type: "custom"; + version?: string; +}; export type DateInput = string; export type DateOutput = string; export type DateFiltersInput = { @@ -1477,8 +1487,8 @@ export type ShareFileOutputItemOutput = { type: "share_file"; url?: string; }; -export type SkillInput = BuiltinSkillInput | InlineSkillInput; -export type SkillOutput = BuiltinSkillOutput | InlineSkillOutput; +export type SkillInput = BuiltinSkillInput | InlineSkillInput | CustomSkillInput; +export type SkillOutput = BuiltinSkillOutput | InlineSkillOutput | CustomSkillOutput; export type SkillLoadedOutputItemInput = { name: string; type: "skill_loaded";