diff --git a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.CreateVoiceV1VoicesAddPost.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.CreateVoiceV1ElevenlabsV1VoicesAddPost.g.cs
similarity index 79%
rename from src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.CreateVoiceV1VoicesAddPost.g.cs
rename to src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.CreateVoiceV1ElevenlabsV1VoicesAddPost.g.cs
index c7e44c1..63dc0bf 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.CreateVoiceV1VoicesAddPost.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.CreateVoiceV1ElevenlabsV1VoicesAddPost.g.cs
@@ -5,16 +5,16 @@ namespace DeepInfra
{
public partial class DeepInfraApi
{
- partial void PrepareCreateVoiceV1VoicesAddPostArguments(
+ partial void PrepareCreateVoiceV1ElevenlabsV1VoicesAddPostArguments(
global::System.Net.Http.HttpClient httpClient);
- partial void PrepareCreateVoiceV1VoicesAddPostRequest(
+ partial void PrepareCreateVoiceV1ElevenlabsV1VoicesAddPostRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage);
- partial void ProcessCreateVoiceV1VoicesAddPostResponse(
+ partial void ProcessCreateVoiceV1ElevenlabsV1VoicesAddPostResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCreateVoiceV1VoicesAddPostResponseContent(
+ partial void ProcessCreateVoiceV1ElevenlabsV1VoicesAddPostResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -25,22 +25,22 @@ partial void ProcessCreateVoiceV1VoicesAddPostResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateVoiceV1VoicesAddPostAsync(
+ public async global::System.Threading.Tasks.Task CreateVoiceV1ElevenlabsV1VoicesAddPostAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: _httpClient);
- PrepareCreateVoiceV1VoicesAddPostArguments(
+ PrepareCreateVoiceV1ElevenlabsV1VoicesAddPostArguments(
httpClient: _httpClient);
using var httpRequest = new global::System.Net.Http.HttpRequestMessage(
method: global::System.Net.Http.HttpMethod.Post,
- requestUri: new global::System.Uri(_httpClient.BaseAddress?.AbsoluteUri.TrimEnd('/') + "/v1/voices/add", global::System.UriKind.RelativeOrAbsolute));
+ requestUri: new global::System.Uri(_httpClient.BaseAddress?.AbsoluteUri.TrimEnd('/') + "/v1/elevenlabs/v1/voices/add", global::System.UriKind.RelativeOrAbsolute));
PrepareRequest(
client: _httpClient,
request: httpRequest);
- PrepareCreateVoiceV1VoicesAddPostRequest(
+ PrepareCreateVoiceV1ElevenlabsV1VoicesAddPostRequest(
httpClient: _httpClient,
httpRequestMessage: httpRequest);
@@ -52,7 +52,7 @@ partial void ProcessCreateVoiceV1VoicesAddPostResponseContent(
ProcessResponse(
client: _httpClient,
response: response);
- ProcessCreateVoiceV1VoicesAddPostResponse(
+ ProcessCreateVoiceV1ElevenlabsV1VoicesAddPostResponse(
httpClient: _httpClient,
httpResponseMessage: response);
@@ -62,7 +62,7 @@ partial void ProcessCreateVoiceV1VoicesAddPostResponseContent(
client: _httpClient,
response: response,
content: ref __content);
- ProcessCreateVoiceV1VoicesAddPostResponseContent(
+ ProcessCreateVoiceV1ElevenlabsV1VoicesAddPostResponseContent(
httpClient: _httpClient,
httpResponseMessage: response,
content: ref __content);
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.DeleteVoiceV1VoicesVoiceIdDelete.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.DeleteVoiceV1ElevenlabsV1VoicesVoiceIdDelete.g.cs
similarity index 79%
rename from src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.DeleteVoiceV1VoicesVoiceIdDelete.g.cs
rename to src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.DeleteVoiceV1ElevenlabsV1VoicesVoiceIdDelete.g.cs
index 7033358..2df1ddb 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.DeleteVoiceV1VoicesVoiceIdDelete.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.DeleteVoiceV1ElevenlabsV1VoicesVoiceIdDelete.g.cs
@@ -5,18 +5,18 @@ namespace DeepInfra
{
public partial class DeepInfraApi
{
- partial void PrepareDeleteVoiceV1VoicesVoiceIdDeleteArguments(
+ partial void PrepareDeleteVoiceV1ElevenlabsV1VoicesVoiceIdDeleteArguments(
global::System.Net.Http.HttpClient httpClient,
ref string voiceId);
- partial void PrepareDeleteVoiceV1VoicesVoiceIdDeleteRequest(
+ partial void PrepareDeleteVoiceV1ElevenlabsV1VoicesVoiceIdDeleteRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string voiceId);
- partial void ProcessDeleteVoiceV1VoicesVoiceIdDeleteResponse(
+ partial void ProcessDeleteVoiceV1ElevenlabsV1VoicesVoiceIdDeleteResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDeleteVoiceV1VoicesVoiceIdDeleteResponseContent(
+ partial void ProcessDeleteVoiceV1ElevenlabsV1VoicesVoiceIdDeleteResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -27,24 +27,24 @@ partial void ProcessDeleteVoiceV1VoicesVoiceIdDeleteResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task