From 3e96765420440094df69c68f30c1640a49008be1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Jun 2026 16:51:45 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Commands/FunctionsInvokeCommandApiCommand.g.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs b/src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs index fa359b4..3a60621 100644 --- a/src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs +++ b/src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs @@ -93,7 +93,7 @@ await CliRuntime.RunAsync(async () => global::Browserbase.SourceGenerationContext.Default, cancellationToken).ConfigureAwait(false); var id = parseResult.GetRequiredValue(Id); - var @params = CliRuntime.WasSpecified(parseResult, Params) ? parseResult.GetValue(Params) : (__requestBase is { } __ParamsBaseValue ? __ParamsBaseValue.Params : default); + var @params = CliRuntime.WasSpecified(parseResult, Params) ? parseResult.GetValue(Params) : (__requestBase is { } __@paramsBaseValue ? __@paramsBaseValue.Params : default); var sessionCreateParams = CliRuntime.WasSpecified(parseResult, SessionCreateParams) ? parseResult.GetValue(SessionCreateParams) : (__requestBase is { } __SessionCreateParamsBaseValue ? __SessionCreateParamsBaseValue.SessionCreateParams : default); using var client = await CliRuntime.CreateClientAsync(parseResult, cancellationToken).ConfigureAwait(false);