Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/libs/Browserbase/Generated/Browserbase.AllOf.2.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickValue1(
return IsValue1;
}

/// <summary>
///
/// </summary>
public T1 PickValue1() => IsValue1
? Value1!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -67,6 +74,13 @@ public bool TryPickValue2(
value = Value2;
return IsValue2;
}

/// <summary>
///
/// </summary>
public T2 PickValue2() => IsValue2
? Value2!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
14 changes: 14 additions & 0 deletions src/libs/Browserbase/Generated/Browserbase.AnyOf.2.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickValue1(
return IsValue1;
}

/// <summary>
///
/// </summary>
public T1 PickValue1() => IsValue1
? Value1!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -67,6 +74,13 @@ public bool TryPickValue2(
value = Value2;
return IsValue2;
}

/// <summary>
///
/// </summary>
public T2 PickValue2() => IsValue2
? Value2!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Browserbase/Generated/Browserbase.AnyOf.3.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickValue1(
return IsValue1;
}

/// <summary>
///
/// </summary>
public T1 PickValue1() => IsValue1
? Value1!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -68,6 +75,13 @@ public bool TryPickValue2(
return IsValue2;
}

/// <summary>
///
/// </summary>
public T2 PickValue2() => IsValue2
? Value2!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -97,6 +111,13 @@ public bool TryPickValue3(
value = Value3;
return IsValue3;
}

/// <summary>
///
/// </summary>
public T3 PickValue3() => IsValue3
? Value3!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ public BrowserbaseProxyConfig(
public BrowserbaseProxyConfig()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ public BrowserbaseProxyConfigGeolocation(
public BrowserbaseProxyConfigGeolocation()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ public Context(
public Context()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ public ContextsCreateRequest(
public ContextsCreateRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ public ContextsCreateResponse(
public ContextsCreateResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ public ContextsUpdateResponse(
public ContextsUpdateResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ public DownloadsGetResponse(
public DownloadsGetResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ public DownloadsListResponse(
public DownloadsListResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ public DownloadsListResponseDownload(
public DownloadsListResponseDownload()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ public Extension(
public Extension()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public ExtensionsUploadRequest(
public ExtensionsUploadRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ public ExternalProxyConfig(
public ExternalProxyConfig()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ public FetchCreateRequest(
public FetchCreateRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ public FetchCreateResponse(
public FetchCreateResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ public FetchCreateResponse2(
public FetchCreateResponse2()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ public FetchCreateResponse3(
public FetchCreateResponse3()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ public FetchCreateResponse4(
public FetchCreateResponse4()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ public FetchCreateResponse5(
public FetchCreateResponse5()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class FetchCreateResponseHeaders
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ public Function(
public Function()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ public FunctionBuild(
public FunctionBuild()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ public FunctionBuildBuiltFunction(
public FunctionBuildBuiltFunction()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public FunctionBuildCause(
public FunctionBuildCause()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public FunctionBuildLog(
public FunctionBuildLog()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ public FunctionBuildRequest(
public FunctionBuildRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public FunctionBuildsGetLogsResponse(
public FunctionBuildsGetLogsResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public FunctionBuildsListResponse(
public FunctionBuildsListResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ public FunctionVersion(
public FunctionVersion()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class FunctionVersionSessionCreateParams
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class FunctionVersionUserParamsSchema
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public FunctionVersionsListInvocationsResponse(
public FunctionVersionsListInvocationsResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public FunctionsInvokeRequest(
public FunctionsInvokeRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class FunctionsInvokeRequestParams
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@ public FunctionsInvokeRequestSessionCreateParams(
public FunctionsInvokeRequestSessionCreateParams()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,6 @@ public FunctionsInvokeRequestSessionCreateParamsBrowserSettings(
public FunctionsInvokeRequestSessionCreateParamsBrowserSettings()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ public FunctionsInvokeRequestSessionCreateParamsBrowserSettingsContext(
public FunctionsInvokeRequestSessionCreateParamsBrowserSettingsContext()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ public FunctionsInvokeRequestSessionCreateParamsBrowserSettingsViewport(
public FunctionsInvokeRequestSessionCreateParamsBrowserSettingsViewport()
{
}

}
}
Loading