From 389452ea230a31880269bfb105cc119cab05670e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Mar 2026 07:11:48 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Ultravox.AccountsClient.AccountsMeUsageCallsRetrieve.g.cs | 2 +- .../Generated/Ultravox.AgentsClient.AgentsUsageList.g.cs | 2 +- src/libs/Ultravox/Generated/Ultravox.CallsClient.CallsList.g.cs | 2 +- .../Generated/Ultravox.DeletedCallsClient.DeletedCallsList.g.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libs/Ultravox/Generated/Ultravox.AccountsClient.AccountsMeUsageCallsRetrieve.g.cs b/src/libs/Ultravox/Generated/Ultravox.AccountsClient.AccountsMeUsageCallsRetrieve.g.cs index cae7d42..97986b6 100644 --- a/src/libs/Ultravox/Generated/Ultravox.AccountsClient.AccountsMeUsageCallsRetrieve.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.AccountsClient.AccountsMeUsageCallsRetrieve.g.cs @@ -90,7 +90,7 @@ partial void ProcessAccountsMeUsageCallsRetrieveResponseContent( path: "/api/accounts/me/usage/calls", baseUri: HttpClient.BaseAddress); __pathBuilder - .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString(), delimiter: ",", explode: true) + .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString()!, delimiter: ",", explode: true) .AddOptionalParameter("durationMax", durationMax) .AddOptionalParameter("durationMin", durationMin) .AddOptionalParameter("fromDate", fromDate?.ToString("yyyy-MM-ddTHH:mm:ssZ")) diff --git a/src/libs/Ultravox/Generated/Ultravox.AgentsClient.AgentsUsageList.g.cs b/src/libs/Ultravox/Generated/Ultravox.AgentsClient.AgentsUsageList.g.cs index 03043fb..c3e9d49 100644 --- a/src/libs/Ultravox/Generated/Ultravox.AgentsClient.AgentsUsageList.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.AgentsClient.AgentsUsageList.g.cs @@ -90,7 +90,7 @@ partial void ProcessAgentsUsageListResponseContent( path: "/api/agents/usage", baseUri: HttpClient.BaseAddress); __pathBuilder - .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString(), delimiter: ",", explode: true) + .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString()!, delimiter: ",", explode: true) .AddOptionalParameter("durationMax", durationMax) .AddOptionalParameter("durationMin", durationMin) .AddOptionalParameter("fromDate", fromDate?.ToString("yyyy-MM-ddTHH:mm:ssZ")) diff --git a/src/libs/Ultravox/Generated/Ultravox.CallsClient.CallsList.g.cs b/src/libs/Ultravox/Generated/Ultravox.CallsClient.CallsList.g.cs index 8970b6d..f96917d 100644 --- a/src/libs/Ultravox/Generated/Ultravox.CallsClient.CallsList.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.CallsClient.CallsList.g.cs @@ -105,7 +105,7 @@ partial void ProcessCallsListResponseContent( path: "/api/calls", baseUri: HttpClient.BaseAddress); __pathBuilder - .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString(), delimiter: ",", explode: true) + .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString()!, delimiter: ",", explode: true) .AddOptionalParameter("cursor", cursor) .AddOptionalParameter("durationMax", durationMax) .AddOptionalParameter("durationMin", durationMin) diff --git a/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.DeletedCallsList.g.cs b/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.DeletedCallsList.g.cs index 75a60dc..41b627d 100644 --- a/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.DeletedCallsList.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.DeletedCallsList.g.cs @@ -100,7 +100,7 @@ partial void ProcessDeletedCallsListResponseContent( path: "/api/deleted_calls", baseUri: HttpClient.BaseAddress); __pathBuilder - .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString(), delimiter: ",", explode: true) + .AddOptionalParameter("agentIds", agentIds, selector: static x => x.ToString()!, delimiter: ",", explode: true) .AddOptionalParameter("cursor", cursor) .AddOptionalParameter("durationMax", durationMax) .AddOptionalParameter("durationMin", durationMin)