diff --git a/src/libs/Speechify/Generated/Speechify.AudioAssetsClient.Upload.g.cs b/src/libs/Speechify/Generated/Speechify.AudioAssetsClient.Upload.g.cs
index 4c2451e6..cc030242 100644
--- a/src/libs/Speechify/Generated/Speechify.AudioAssetsClient.Upload.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.AudioAssetsClient.Upload.g.cs
@@ -28,12 +28,12 @@ public partial class AudioAssetsClient
partial void PrepareUploadArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? speechifyVersion,
- global::Speechify.UploadRequest request);
+ global::Speechify.AudioAssetsUploadRequest request);
partial void PrepareUploadRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string? speechifyVersion,
- global::Speechify.UploadRequest request);
+ global::Speechify.AudioAssetsUploadRequest request);
partial void ProcessUploadResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -61,7 +61,7 @@ partial void ProcessUploadResponseContent(
///
public async global::System.Threading.Tasks.Task UploadAsync(
- global::Speechify.UploadRequest request,
+ global::Speechify.AudioAssetsUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -94,7 +94,7 @@ partial void ProcessUploadResponseContent(
///
public async global::System.Threading.Tasks.Task> UploadAsResponseAsync(
- global::Speechify.UploadRequest request,
+ global::Speechify.AudioAssetsUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -616,7 +616,7 @@ request.Filename is null
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::Speechify.UploadRequest
+ var __request = new global::Speechify.AudioAssetsUploadRequest
{
ProjectId = projectId,
File = file,
@@ -668,7 +668,7 @@ request.Filename is null
{
file = file ?? throw new global::System.ArgumentNullException(nameof(file));
- var request = new global::Speechify.UploadRequest
+ var request = new global::Speechify.AudioAssetsUploadRequest
{
ProjectId = projectId,
File = global::System.Array.Empty(),
@@ -1183,7 +1183,7 @@ request.Filename is null
{
file = file ?? throw new global::System.ArgumentNullException(nameof(file));
- var request = new global::Speechify.UploadRequest
+ var request = new global::Speechify.AudioAssetsUploadRequest
{
ProjectId = projectId,
File = global::System.Array.Empty(),
diff --git a/src/libs/Speechify/Generated/Speechify.FilesClient.Upload.g.cs b/src/libs/Speechify/Generated/Speechify.FilesClient.Upload.g.cs
index eca352f7..4d881b87 100644
--- a/src/libs/Speechify/Generated/Speechify.FilesClient.Upload.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.FilesClient.Upload.g.cs
@@ -28,12 +28,12 @@ public partial class FilesClient
partial void PrepareUploadArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? speechifyVersion,
- global::Speechify.UploadRequest2 request);
+ global::Speechify.FilesUploadRequest request);
partial void PrepareUploadRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string? speechifyVersion,
- global::Speechify.UploadRequest2 request);
+ global::Speechify.FilesUploadRequest request);
partial void ProcessUploadResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -77,7 +77,7 @@ partial void ProcessUploadResponseContent(
///
public async global::System.Threading.Tasks.Task UploadAsync(
- global::Speechify.UploadRequest2 request,
+ global::Speechify.FilesUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -126,7 +126,7 @@ partial void ProcessUploadResponseContent(
///
public async global::System.Threading.Tasks.Task> UploadAsResponseAsync(
- global::Speechify.UploadRequest2 request,
+ global::Speechify.FilesUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -905,7 +905,7 @@ request.Filename is null
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::Speechify.UploadRequest2
+ var __request = new global::Speechify.FilesUploadRequest
{
File = file,
Filename = filename,
@@ -1007,7 +1007,7 @@ request.Filename is null
{
file = file ?? throw new global::System.ArgumentNullException(nameof(file));
- var request = new global::Speechify.UploadRequest2
+ var request = new global::Speechify.FilesUploadRequest
{
File = global::System.Array.Empty(),
Filename = filename,
@@ -1782,7 +1782,7 @@ request.Filename is null
{
file = file ?? throw new global::System.ArgumentNullException(nameof(file));
- var request = new global::Speechify.UploadRequest2
+ var request = new global::Speechify.FilesUploadRequest
{
File = global::System.Array.Empty(),
Filename = filename,
diff --git a/src/libs/Speechify/Generated/Speechify.IAudioAssetsClient.Upload.g.cs b/src/libs/Speechify/Generated/Speechify.IAudioAssetsClient.Upload.g.cs
index 551e8b57..cc86fb61 100644
--- a/src/libs/Speechify/Generated/Speechify.IAudioAssetsClient.Upload.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.IAudioAssetsClient.Upload.g.cs
@@ -22,7 +22,7 @@ public partial interface IAudioAssetsClient
///
global::System.Threading.Tasks.Task UploadAsync(
- global::Speechify.UploadRequest request,
+ global::Speechify.AudioAssetsUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -44,7 +44,7 @@ public partial interface IAudioAssetsClient
///
global::System.Threading.Tasks.Task> UploadAsResponseAsync(
- global::Speechify.UploadRequest request,
+ global::Speechify.AudioAssetsUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/Speechify/Generated/Speechify.IFilesClient.Upload.g.cs b/src/libs/Speechify/Generated/Speechify.IFilesClient.Upload.g.cs
index ec826bca..cf47976b 100644
--- a/src/libs/Speechify/Generated/Speechify.IFilesClient.Upload.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.IFilesClient.Upload.g.cs
@@ -38,7 +38,7 @@ public partial interface IFilesClient
///
global::System.Threading.Tasks.Task UploadAsync(
- global::Speechify.UploadRequest2 request,
+ global::Speechify.FilesUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -76,7 +76,7 @@ public partial interface IFilesClient
///
global::System.Threading.Tasks.Task> UploadAsResponseAsync(
- global::Speechify.UploadRequest2 request,
+ global::Speechify.FilesUploadRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UpdateDocument.g.cs b/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UpdateDocument.g.cs
index 3b27a38d..82ffcf5f 100644
--- a/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UpdateDocument.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UpdateDocument.g.cs
@@ -23,7 +23,7 @@ public partial interface IKnowledgeBasesClient
string kbId,
string documentId,
- global::Speechify.UpdateDocumentRequest request,
+ global::Speechify.KnowledgeBasesUpdateDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -46,7 +46,7 @@ public partial interface IKnowledgeBasesClient
string kbId,
string documentId,
- global::Speechify.UpdateDocumentRequest request,
+ global::Speechify.KnowledgeBasesUpdateDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UploadDocument.g.cs b/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UploadDocument.g.cs
index ba0d5aeb..b83686f1 100644
--- a/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UploadDocument.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.IKnowledgeBasesClient.UploadDocument.g.cs
@@ -20,7 +20,7 @@ public partial interface IKnowledgeBasesClient
global::System.Threading.Tasks.Task UploadDocumentAsync(
string kbId,
- global::Speechify.UploadDocumentRequest request,
+ global::Speechify.KnowledgeBasesUploadDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -40,7 +40,7 @@ public partial interface IKnowledgeBasesClient
global::System.Threading.Tasks.Task> UploadDocumentAsResponseAsync(
string kbId,
- global::Speechify.UploadDocumentRequest request,
+ global::Speechify.KnowledgeBasesUploadDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/Speechify/Generated/Speechify.ITestsClient.RunTest.g.cs b/src/libs/Speechify/Generated/Speechify.ITestsClient.RunTest.g.cs
index b9c7b9a8..1a669bf1 100644
--- a/src/libs/Speechify/Generated/Speechify.ITestsClient.RunTest.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.ITestsClient.RunTest.g.cs
@@ -32,7 +32,7 @@ public partial interface ITestsClient
global::System.Threading.Tasks.Task RunTestAsync(
string testId,
- global::Speechify.RunTestRequest request,
+ global::Speechify.TestsRunTestRequest request,
string? speechifyVersion = default,
string? idempotencyKey = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
@@ -65,7 +65,7 @@ public partial interface ITestsClient
global::System.Threading.Tasks.Task> RunTestAsResponseAsync(
string testId,
- global::Speechify.RunTestRequest request,
+ global::Speechify.TestsRunTestRequest request,
string? speechifyVersion = default,
string? idempotencyKey = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/Speechify/Generated/Speechify.IVoicesClient.Create.g.cs b/src/libs/Speechify/Generated/Speechify.IVoicesClient.Create.g.cs
index 7a388aaa..ff190f45 100644
--- a/src/libs/Speechify/Generated/Speechify.IVoicesClient.Create.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.IVoicesClient.Create.g.cs
@@ -21,7 +21,7 @@ public partial interface IVoicesClient
///
global::System.Threading.Tasks.Task CreateAsync(
- global::Speechify.CreateRequest request,
+ global::Speechify.VoicesCreateRequest request,
string? speechifyVersion = default,
string? idempotencyKey = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
@@ -43,7 +43,7 @@ public partial interface IVoicesClient
///
global::System.Threading.Tasks.Task> CreateAsResponseAsync(
- global::Speechify.CreateRequest request,
+ global::Speechify.VoicesCreateRequest request,
string? speechifyVersion = default,
string? idempotencyKey = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Detect.g.cs b/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Detect.g.cs
index 18b9efb2..e2410a23 100644
--- a/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Detect.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Detect.g.cs
@@ -26,7 +26,7 @@ public partial interface IWatermarkClient
///
global::System.Threading.Tasks.Task DetectAsync(
- global::Speechify.DetectRequest request,
+ global::Speechify.WatermarkDetectRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -52,7 +52,7 @@ public partial interface IWatermarkClient
///
global::System.Threading.Tasks.Task> DetectAsResponseAsync(
- global::Speechify.DetectRequest request,
+ global::Speechify.WatermarkDetectRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Verify.g.cs b/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Verify.g.cs
index f06f20d1..bdaa8954 100644
--- a/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Verify.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.IWatermarkClient.Verify.g.cs
@@ -38,7 +38,7 @@ public partial interface IWatermarkClient
///
global::System.Threading.Tasks.Task VerifyAsync(
- global::Speechify.VerifyRequest request,
+ global::Speechify.WatermarkVerifyRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -76,7 +76,7 @@ public partial interface IWatermarkClient
///
global::System.Threading.Tasks.Task> VerifyAsResponseAsync(
- global::Speechify.VerifyRequest request,
+ global::Speechify.WatermarkVerifyRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/Speechify/Generated/Speechify.JsonSerializerContext.g.cs b/src/libs/Speechify/Generated/Speechify.JsonSerializerContext.g.cs
index d04c0b46..d47cbc51 100644
--- a/src/libs/Speechify/Generated/Speechify.JsonSerializerContext.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.JsonSerializerContext.g.cs
@@ -756,14 +756,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.ProjectMembersResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.GrantProjectMemberRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.CreateRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.DetectRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.VerifyRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.UploadDocumentRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.UpdateDocumentRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.RunTestRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.UploadRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.UploadRequest2))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.VoicesCreateRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.WatermarkDetectRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.WatermarkVerifyRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.KnowledgeBasesUploadDocumentRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.KnowledgeBasesUpdateDocumentRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.TestsRunTestRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.AudioAssetsUploadRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.FilesUploadRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.GetSpeechRequestAudioFormat?), TypeInfoPropertyName = "NullableGetSpeechRequestAudioFormat2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Speechify.GetSpeechRequestModel?), TypeInfoPropertyName = "NullableGetSpeechRequestModel2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(bool?))]
diff --git a/src/libs/Speechify/Generated/Speechify.JsonSerializerContextTypes.g.cs b/src/libs/Speechify/Generated/Speechify.JsonSerializerContextTypes.g.cs
index 35f68ad3..e3c366fb 100644
--- a/src/libs/Speechify/Generated/Speechify.JsonSerializerContextTypes.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.JsonSerializerContextTypes.g.cs
@@ -2941,35 +2941,35 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::Speechify.CreateRequest? Type727 { get; set; }
+ public global::Speechify.VoicesCreateRequest? Type727 { get; set; }
///
///
///
- public global::Speechify.DetectRequest? Type728 { get; set; }
+ public global::Speechify.WatermarkDetectRequest? Type728 { get; set; }
///
///
///
- public global::Speechify.VerifyRequest? Type729 { get; set; }
+ public global::Speechify.WatermarkVerifyRequest? Type729 { get; set; }
///
///
///
- public global::Speechify.UploadDocumentRequest? Type730 { get; set; }
+ public global::Speechify.KnowledgeBasesUploadDocumentRequest? Type730 { get; set; }
///
///
///
- public global::Speechify.UpdateDocumentRequest? Type731 { get; set; }
+ public global::Speechify.KnowledgeBasesUpdateDocumentRequest? Type731 { get; set; }
///
///
///
- public global::Speechify.RunTestRequest? Type732 { get; set; }
+ public global::Speechify.TestsRunTestRequest? Type732 { get; set; }
///
///
///
- public global::Speechify.UploadRequest? Type733 { get; set; }
+ public global::Speechify.AudioAssetsUploadRequest? Type733 { get; set; }
///
///
///
- public global::Speechify.UploadRequest2? Type734 { get; set; }
+ public global::Speechify.FilesUploadRequest? Type734 { get; set; }
///
///
diff --git a/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UpdateDocument.g.cs b/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UpdateDocument.g.cs
index 772deb6c..b917a4a5 100644
--- a/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UpdateDocument.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UpdateDocument.g.cs
@@ -30,14 +30,14 @@ partial void PrepareUpdateDocumentArguments(
ref string kbId,
ref string documentId,
ref string? speechifyVersion,
- global::Speechify.UpdateDocumentRequest request);
+ global::Speechify.KnowledgeBasesUpdateDocumentRequest request);
partial void PrepareUpdateDocumentRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string kbId,
string documentId,
string? speechifyVersion,
- global::Speechify.UpdateDocumentRequest request);
+ global::Speechify.KnowledgeBasesUpdateDocumentRequest request);
partial void ProcessUpdateDocumentResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -66,7 +66,7 @@ partial void ProcessUpdateDocumentResponseContent(
string kbId,
string documentId,
- global::Speechify.UpdateDocumentRequest request,
+ global::Speechify.KnowledgeBasesUpdateDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -102,7 +102,7 @@ partial void ProcessUpdateDocumentResponseContent(
string kbId,
string documentId,
- global::Speechify.UpdateDocumentRequest request,
+ global::Speechify.KnowledgeBasesUpdateDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -654,7 +654,7 @@ partial void ProcessUpdateDocumentResponseContent(
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::Speechify.UpdateDocumentRequest
+ var __request = new global::Speechify.KnowledgeBasesUpdateDocumentRequest
{
FolderId = folderId,
InjectionMode = injectionMode,
diff --git a/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UploadDocument.g.cs b/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UploadDocument.g.cs
index eb766b59..c9799e63 100644
--- a/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UploadDocument.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.KnowledgeBasesClient.UploadDocument.g.cs
@@ -29,13 +29,13 @@ partial void PrepareUploadDocumentArguments(
global::System.Net.Http.HttpClient httpClient,
ref string kbId,
ref string? speechifyVersion,
- global::Speechify.UploadDocumentRequest request);
+ global::Speechify.KnowledgeBasesUploadDocumentRequest request);
partial void PrepareUploadDocumentRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string kbId,
string? speechifyVersion,
- global::Speechify.UploadDocumentRequest request);
+ global::Speechify.KnowledgeBasesUploadDocumentRequest request);
partial void ProcessUploadDocumentResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
@@ -61,7 +61,7 @@ partial void ProcessUploadDocumentResponseContent(
public async global::System.Threading.Tasks.Task UploadDocumentAsync(
string kbId,
- global::Speechify.UploadDocumentRequest request,
+ global::Speechify.KnowledgeBasesUploadDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -93,7 +93,7 @@ partial void ProcessUploadDocumentResponseContent(
public async global::System.Threading.Tasks.Task> UploadDocumentAsResponseAsync(
string kbId,
- global::Speechify.UploadDocumentRequest request,
+ global::Speechify.KnowledgeBasesUploadDocumentRequest request,
string? speechifyVersion = default,
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -706,7 +706,7 @@ request.Filename is null
global::Speechify.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
- var __request = new global::Speechify.UploadDocumentRequest
+ var __request = new global::Speechify.KnowledgeBasesUploadDocumentRequest
{
File = file,
Filename = filename,
@@ -746,7 +746,7 @@ request.Filename is null
{
file = file ?? throw new global::System.ArgumentNullException(nameof(file));
- var request = new global::Speechify.UploadDocumentRequest
+ var request = new global::Speechify.KnowledgeBasesUploadDocumentRequest
{
File = global::System.Array.Empty(),
Filename = filename,
@@ -1353,7 +1353,7 @@ request.Filename is null
{
file = file ?? throw new global::System.ArgumentNullException(nameof(file));
- var request = new global::Speechify.UploadDocumentRequest
+ var request = new global::Speechify.KnowledgeBasesUploadDocumentRequest
{
File = global::System.Array.Empty(),
Filename = filename,
diff --git a/src/libs/Speechify/Generated/Speechify.Models.UpdateDocumentRequest.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AdminForceEndResponse.Json.g.cs
similarity index 88%
rename from src/libs/Speechify/Generated/Speechify.Models.UpdateDocumentRequest.Json.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AdminForceEndResponse.Json.g.cs
index 0a655a16..1eb7e525 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.UpdateDocumentRequest.Json.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AdminForceEndResponse.Json.g.cs
@@ -2,7 +2,7 @@
namespace Speechify
{
- public sealed partial class UpdateDocumentRequest
+ public sealed partial class AdminForceEndResponse
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Speechify.UpdateDocumentRequest? FromJson(
+ public static global::Speechify.AdminForceEndResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Speechify.UpdateDocumentRequest),
- jsonSerializerContext) as global::Speechify.UpdateDocumentRequest;
+ typeof(global::Speechify.AdminForceEndResponse),
+ jsonSerializerContext) as global::Speechify.AdminForceEndResponse;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Speechify.UpdateDocumentRequest? FromJson(
+ public static global::Speechify.AdminForceEndResponse? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Speechify.UpdateDocumentRequest? FromJson(
+ public static global::Speechify.AdminForceEndResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Speechify.UpdateDocumentRequest),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.UpdateDocumentRequest;
+ typeof(global::Speechify.AdminForceEndResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AdminForceEndResponse;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AdminForceEndResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AdminForceEndResponse.g.cs
new file mode 100644
index 00000000..d0302ff7
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AdminForceEndResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class AdminForceEndResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AgentAttachKnowledgeBaseResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachKnowledgeBaseResponse.Json.g.cs
new file mode 100644
index 00000000..adfec002
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachKnowledgeBaseResponse.Json.g.cs
@@ -0,0 +1,141 @@
+#nullable enable
+
+namespace Speechify
+{
+ public sealed partial class AgentAttachKnowledgeBaseResponse
+ {
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
+ ///
+ public string ToJson(
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ this.GetType(),
+ jsonSerializerContext);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
+ ///
+ public string ToJson()
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public string ToJson(
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerContext.
+ ///
+ public static global::Speechify.AgentAttachKnowledgeBaseResponse? FromJson(
+ string json,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ typeof(global::Speechify.AgentAttachKnowledgeBaseResponse),
+ jsonSerializerContext) as global::Speechify.AgentAttachKnowledgeBaseResponse;
+ }
+
+ ///
+ /// Deserializes a JSON string using the generated default JsonSerializerContext.
+ ///
+ public static global::Speechify.AgentAttachKnowledgeBaseResponse? FromJson(
+ string json)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::Speechify.AgentAttachKnowledgeBaseResponse? FromJson(
+ string json,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerContext.
+ ///
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ typeof(global::Speechify.AgentAttachKnowledgeBaseResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AgentAttachKnowledgeBaseResponse;
+ }
+
+ ///
+ /// Deserializes a JSON stream using the generated default JsonSerializerContext.
+ ///
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ jsonSerializerOptions);
+ }
+ }
+}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AgentAttachKnowledgeBaseResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachKnowledgeBaseResponse.g.cs
new file mode 100644
index 00000000..a5588b59
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachKnowledgeBaseResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class AgentAttachKnowledgeBaseResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse2.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachToolResponse.Json.g.cs
similarity index 88%
rename from src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse2.Json.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AgentAttachToolResponse.Json.g.cs
index ffd7d0f4..d27e2d92 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse2.Json.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachToolResponse.Json.g.cs
@@ -2,7 +2,7 @@
namespace Speechify
{
- public sealed partial class DeleteDocumentResponse2
+ public sealed partial class AgentAttachToolResponse
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Speechify.DeleteDocumentResponse2? FromJson(
+ public static global::Speechify.AgentAttachToolResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Speechify.DeleteDocumentResponse2),
- jsonSerializerContext) as global::Speechify.DeleteDocumentResponse2;
+ typeof(global::Speechify.AgentAttachToolResponse),
+ jsonSerializerContext) as global::Speechify.AgentAttachToolResponse;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Speechify.DeleteDocumentResponse2? FromJson(
+ public static global::Speechify.AgentAttachToolResponse? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Speechify.DeleteDocumentResponse2? FromJson(
+ public static global::Speechify.AgentAttachToolResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Speechify.DeleteDocumentResponse2),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteDocumentResponse2;
+ typeof(global::Speechify.AgentAttachToolResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AgentAttachToolResponse;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AgentAttachToolResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachToolResponse.g.cs
new file mode 100644
index 00000000..76612d7b
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentAttachToolResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class AgentAttachToolResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DetachSkillResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteResponse.Json.g.cs
similarity index 88%
rename from src/libs/Speechify/Generated/Speechify.Models.DetachSkillResponse.Json.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AgentDeleteResponse.Json.g.cs
index 3baa4c98..b328beee 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.DetachSkillResponse.Json.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteResponse.Json.g.cs
@@ -2,7 +2,7 @@
namespace Speechify
{
- public sealed partial class DetachSkillResponse
+ public sealed partial class AgentDeleteResponse
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Speechify.DetachSkillResponse? FromJson(
+ public static global::Speechify.AgentDeleteResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Speechify.DetachSkillResponse),
- jsonSerializerContext) as global::Speechify.DetachSkillResponse;
+ typeof(global::Speechify.AgentDeleteResponse),
+ jsonSerializerContext) as global::Speechify.AgentDeleteResponse;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Speechify.DetachSkillResponse? FromJson(
+ public static global::Speechify.AgentDeleteResponse? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Speechify.DetachSkillResponse? FromJson(
+ public static global::Speechify.AgentDeleteResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Speechify.DetachSkillResponse),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DetachSkillResponse;
+ typeof(global::Speechify.AgentDeleteResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AgentDeleteResponse;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AttachResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteResponse.g.cs
similarity index 90%
rename from src/libs/Speechify/Generated/Speechify.Models.AttachResponse.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AgentDeleteResponse.g.cs
index d69a6589..8e084a2c 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.AttachResponse.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteResponse.g.cs
@@ -6,7 +6,7 @@ namespace Speechify
///
///
///
- public sealed partial class AttachResponse
+ public sealed partial class AgentDeleteResponse
{
///
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AttachResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteToolResponse.Json.g.cs
similarity index 87%
rename from src/libs/Speechify/Generated/Speechify.Models.AttachResponse.Json.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AgentDeleteToolResponse.Json.g.cs
index b1760d25..c2a32cd2 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.AttachResponse.Json.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteToolResponse.Json.g.cs
@@ -2,7 +2,7 @@
namespace Speechify
{
- public sealed partial class AttachResponse
+ public sealed partial class AgentDeleteToolResponse
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Speechify.AttachResponse? FromJson(
+ public static global::Speechify.AgentDeleteToolResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Speechify.AttachResponse),
- jsonSerializerContext) as global::Speechify.AttachResponse;
+ typeof(global::Speechify.AgentDeleteToolResponse),
+ jsonSerializerContext) as global::Speechify.AgentDeleteToolResponse;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Speechify.AttachResponse? FromJson(
+ public static global::Speechify.AgentDeleteToolResponse? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Speechify.AttachResponse? FromJson(
+ public static global::Speechify.AgentDeleteToolResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Speechify.AttachResponse),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AttachResponse;
+ typeof(global::Speechify.AgentDeleteToolResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AgentDeleteToolResponse;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteToolResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteToolResponse.g.cs
new file mode 100644
index 00000000..90341675
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentDeleteToolResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class AgentDeleteToolResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AgentDetachKnowledgeBaseResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentDetachKnowledgeBaseResponse.Json.g.cs
new file mode 100644
index 00000000..0f7384ff
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentDetachKnowledgeBaseResponse.Json.g.cs
@@ -0,0 +1,141 @@
+#nullable enable
+
+namespace Speechify
+{
+ public sealed partial class AgentDetachKnowledgeBaseResponse
+ {
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
+ ///
+ public string ToJson(
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ this.GetType(),
+ jsonSerializerContext);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
+ ///
+ public string ToJson()
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public string ToJson(
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerContext.
+ ///
+ public static global::Speechify.AgentDetachKnowledgeBaseResponse? FromJson(
+ string json,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ typeof(global::Speechify.AgentDetachKnowledgeBaseResponse),
+ jsonSerializerContext) as global::Speechify.AgentDetachKnowledgeBaseResponse;
+ }
+
+ ///
+ /// Deserializes a JSON string using the generated default JsonSerializerContext.
+ ///
+ public static global::Speechify.AgentDetachKnowledgeBaseResponse? FromJson(
+ string json)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::Speechify.AgentDetachKnowledgeBaseResponse? FromJson(
+ string json,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerContext.
+ ///
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ typeof(global::Speechify.AgentDetachKnowledgeBaseResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AgentDetachKnowledgeBaseResponse;
+ }
+
+ ///
+ /// Deserializes a JSON stream using the generated default JsonSerializerContext.
+ ///
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ jsonSerializerOptions);
+ }
+ }
+}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AgentDetachKnowledgeBaseResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentDetachKnowledgeBaseResponse.g.cs
new file mode 100644
index 00000000..241f8302
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentDetachKnowledgeBaseResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class AgentDetachKnowledgeBaseResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentsDetachSkillResponse.Json.g.cs
similarity index 87%
rename from src/libs/Speechify/Generated/Speechify.Models.DeleteResponse.Json.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AgentsDetachSkillResponse.Json.g.cs
index 28d2ec00..331c749a 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse.Json.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentsDetachSkillResponse.Json.g.cs
@@ -2,7 +2,7 @@
namespace Speechify
{
- public sealed partial class DeleteResponse
+ public sealed partial class AgentsDetachSkillResponse
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Speechify.DeleteResponse? FromJson(
+ public static global::Speechify.AgentsDetachSkillResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Speechify.DeleteResponse),
- jsonSerializerContext) as global::Speechify.DeleteResponse;
+ typeof(global::Speechify.AgentsDetachSkillResponse),
+ jsonSerializerContext) as global::Speechify.AgentsDetachSkillResponse;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Speechify.DeleteResponse? FromJson(
+ public static global::Speechify.AgentsDetachSkillResponse? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Speechify.DeleteResponse? FromJson(
+ public static global::Speechify.AgentsDetachSkillResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Speechify.DeleteResponse),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse;
+ typeof(global::Speechify.AgentsDetachSkillResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AgentsDetachSkillResponse;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AgentsDetachSkillResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AgentsDetachSkillResponse.g.cs
new file mode 100644
index 00000000..57d74dab
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AgentsDetachSkillResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class AgentsDetachSkillResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.RevokeResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsDeleteResponse.Json.g.cs
similarity index 87%
rename from src/libs/Speechify/Generated/Speechify.Models.RevokeResponse.Json.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AudioAssetsDeleteResponse.Json.g.cs
index 43b29fc4..f3f09fcd 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.RevokeResponse.Json.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsDeleteResponse.Json.g.cs
@@ -2,7 +2,7 @@
namespace Speechify
{
- public sealed partial class RevokeResponse
+ public sealed partial class AudioAssetsDeleteResponse
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Speechify.RevokeResponse? FromJson(
+ public static global::Speechify.AudioAssetsDeleteResponse? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Speechify.RevokeResponse),
- jsonSerializerContext) as global::Speechify.RevokeResponse;
+ typeof(global::Speechify.AudioAssetsDeleteResponse),
+ jsonSerializerContext) as global::Speechify.AudioAssetsDeleteResponse;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Speechify.RevokeResponse? FromJson(
+ public static global::Speechify.AudioAssetsDeleteResponse? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Speechify.RevokeResponse? FromJson(
+ public static global::Speechify.AudioAssetsDeleteResponse? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Speechify.RevokeResponse),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.RevokeResponse;
+ typeof(global::Speechify.AudioAssetsDeleteResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AudioAssetsDeleteResponse;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsDeleteResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsDeleteResponse.g.cs
new file mode 100644
index 00000000..14aa049a
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsDeleteResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class AudioAssetsDeleteResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DetectRequest.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsUploadRequest.Json.g.cs
similarity index 87%
rename from src/libs/Speechify/Generated/Speechify.Models.DetectRequest.Json.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AudioAssetsUploadRequest.Json.g.cs
index 05b3b70d..23206393 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.DetectRequest.Json.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsUploadRequest.Json.g.cs
@@ -2,7 +2,7 @@
namespace Speechify
{
- public sealed partial class DetectRequest
+ public sealed partial class AudioAssetsUploadRequest
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -47,20 +47,20 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::Speechify.DetectRequest? FromJson(
+ public static global::Speechify.AudioAssetsUploadRequest? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::Speechify.DetectRequest),
- jsonSerializerContext) as global::Speechify.DetectRequest;
+ typeof(global::Speechify.AudioAssetsUploadRequest),
+ jsonSerializerContext) as global::Speechify.AudioAssetsUploadRequest;
}
///
/// Deserializes a JSON string using the generated default JsonSerializerContext.
///
- public static global::Speechify.DetectRequest? FromJson(
+ public static global::Speechify.AudioAssetsUploadRequest? FromJson(
string json)
{
return FromJson(
@@ -75,7 +75,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::Speechify.DetectRequest? FromJson(
+ public static global::Speechify.AudioAssetsUploadRequest? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -86,7 +86,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -94,20 +94,20 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::Speechify.DetectRequest),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DetectRequest;
+ typeof(global::Speechify.AudioAssetsUploadRequest),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.AudioAssetsUploadRequest;
}
///
/// Deserializes a JSON stream using the generated default JsonSerializerContext.
///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream)
{
return FromJsonStreamAsync(
@@ -122,7 +122,7 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
@@ -133,7 +133,7 @@ public string ToJson(
global::Speechify.SourceGenerationContext.Default);
}
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.UploadRequest.g.cs b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsUploadRequest.g.cs
similarity index 89%
rename from src/libs/Speechify/Generated/Speechify.Models.UploadRequest.g.cs
rename to src/libs/Speechify/Generated/Speechify.Models.AudioAssetsUploadRequest.g.cs
index 5d3fb943..53864f13 100644
--- a/src/libs/Speechify/Generated/Speechify.Models.UploadRequest.g.cs
+++ b/src/libs/Speechify/Generated/Speechify.Models.AudioAssetsUploadRequest.g.cs
@@ -6,7 +6,7 @@ namespace Speechify
///
///
///
- public sealed partial class UploadRequest
+ public sealed partial class AudioAssetsUploadRequest
{
///
/// Optional workspace project to place this resource in (prefixed
@@ -39,7 +39,7 @@ public sealed partial class UploadRequest
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
///
/// The WAV file bytes. Must be PCM 16-bit signed, mono,
@@ -57,7 +57,7 @@ public sealed partial class UploadRequest
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
- public UploadRequest(
+ public AudioAssetsUploadRequest(
byte[] file,
string filename,
string? projectId)
@@ -68,9 +68,9 @@ public UploadRequest(
}
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
- public UploadRequest()
+ public AudioAssetsUploadRequest()
{
}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.BatchDeleteDocumentsResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.BatchDeleteDocumentsResponse.g.cs
deleted file mode 100644
index bf638aa4..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.BatchDeleteDocumentsResponse.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class BatchDeleteDocumentsResponse
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.ContactsDeleteResolverResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.ContactsDeleteResolverResponse.Json.g.cs
new file mode 100644
index 00000000..2425a591
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.ContactsDeleteResolverResponse.Json.g.cs
@@ -0,0 +1,141 @@
+#nullable enable
+
+namespace Speechify
+{
+ public sealed partial class ContactsDeleteResolverResponse
+ {
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
+ ///
+ public string ToJson(
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ this.GetType(),
+ jsonSerializerContext);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
+ ///
+ public string ToJson()
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public string ToJson(
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerContext.
+ ///
+ public static global::Speechify.ContactsDeleteResolverResponse? FromJson(
+ string json,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ typeof(global::Speechify.ContactsDeleteResolverResponse),
+ jsonSerializerContext) as global::Speechify.ContactsDeleteResolverResponse;
+ }
+
+ ///
+ /// Deserializes a JSON string using the generated default JsonSerializerContext.
+ ///
+ public static global::Speechify.ContactsDeleteResolverResponse? FromJson(
+ string json)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::Speechify.ContactsDeleteResolverResponse? FromJson(
+ string json,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerContext.
+ ///
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ typeof(global::Speechify.ContactsDeleteResolverResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.ContactsDeleteResolverResponse;
+ }
+
+ ///
+ /// Deserializes a JSON stream using the generated default JsonSerializerContext.
+ ///
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ jsonSerializerOptions);
+ }
+ }
+}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.ContactsDeleteResolverResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.ContactsDeleteResolverResponse.g.cs
new file mode 100644
index 00000000..133afe3c
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.ContactsDeleteResolverResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class ContactsDeleteResolverResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.ContactsDetachIdentifierResponse.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.ContactsDetachIdentifierResponse.Json.g.cs
new file mode 100644
index 00000000..1f8e2cbc
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.ContactsDetachIdentifierResponse.Json.g.cs
@@ -0,0 +1,141 @@
+#nullable enable
+
+namespace Speechify
+{
+ public sealed partial class ContactsDetachIdentifierResponse
+ {
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
+ ///
+ public string ToJson(
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ this.GetType(),
+ jsonSerializerContext);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
+ ///
+ public string ToJson()
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public string ToJson(
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return ToJson(global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerContext.
+ ///
+ public static global::Speechify.ContactsDetachIdentifierResponse? FromJson(
+ string json,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ typeof(global::Speechify.ContactsDetachIdentifierResponse),
+ jsonSerializerContext) as global::Speechify.ContactsDetachIdentifierResponse;
+ }
+
+ ///
+ /// Deserializes a JSON string using the generated default JsonSerializerContext.
+ ///
+ public static global::Speechify.ContactsDetachIdentifierResponse? FromJson(
+ string json)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::Speechify.ContactsDetachIdentifierResponse? FromJson(
+ string json,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJson(
+ json,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerContext.
+ ///
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ typeof(global::Speechify.ContactsDetachIdentifierResponse),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.ContactsDetachIdentifierResponse;
+ }
+
+ ///
+ /// Deserializes a JSON stream using the generated default JsonSerializerContext.
+ ///
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Speechify.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ jsonSerializerOptions);
+ }
+ }
+}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.ContactsDetachIdentifierResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.ContactsDetachIdentifierResponse.g.cs
new file mode 100644
index 00000000..6a64c74f
--- /dev/null
+++ b/src/libs/Speechify/Generated/Speechify.Models.ContactsDetachIdentifierResponse.g.cs
@@ -0,0 +1,19 @@
+
+#nullable enable
+
+namespace Speechify
+{
+ ///
+ ///
+ ///
+ public sealed partial class ContactsDetachIdentifierResponse
+ {
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse.g.cs
deleted file mode 100644
index 60708124..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteDocumentResponse
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse2.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse2.g.cs
deleted file mode 100644
index d477d344..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteDocumentResponse2.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteDocumentResponse2
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteEvalCaseResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteEvalCaseResponse.g.cs
deleted file mode 100644
index b8567a96..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteEvalCaseResponse.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteEvalCaseResponse
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteFolderResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteFolderResponse.g.cs
deleted file mode 100644
index 0c77606e..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteFolderResponse.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteFolderResponse
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResolverResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResolverResponse.g.cs
deleted file mode 100644
index 3798f9d5..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResolverResponse.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResolverResponse
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse.g.cs
deleted file mode 100644
index eb7689ba..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse10.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse10.Json.g.cs
deleted file mode 100644
index 72a2694e..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse10.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse10
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse10? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse10),
- jsonSerializerContext) as global::Speechify.DeleteResponse10;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse10? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse10? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse10),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse10;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse10.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse10.g.cs
deleted file mode 100644
index e0d2df97..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse10.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse10
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse11.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse11.Json.g.cs
deleted file mode 100644
index 424de88e..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse11.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse11
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse11? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse11),
- jsonSerializerContext) as global::Speechify.DeleteResponse11;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse11? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse11? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse11),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse11;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse11.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse11.g.cs
deleted file mode 100644
index 4e3cf58d..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse11.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse11
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse12.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse12.Json.g.cs
deleted file mode 100644
index 5922cdc6..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse12.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse12
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse12? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse12),
- jsonSerializerContext) as global::Speechify.DeleteResponse12;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse12? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse12? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse12),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse12;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse12.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse12.g.cs
deleted file mode 100644
index b0bc9371..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse12.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse12
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse13.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse13.Json.g.cs
deleted file mode 100644
index 856612d1..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse13.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse13
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse13? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse13),
- jsonSerializerContext) as global::Speechify.DeleteResponse13;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse13? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse13? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse13),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse13;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse13.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse13.g.cs
deleted file mode 100644
index 2394a667..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse13.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse13
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse14.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse14.Json.g.cs
deleted file mode 100644
index 4e50e317..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse14.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse14
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse14? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse14),
- jsonSerializerContext) as global::Speechify.DeleteResponse14;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse14? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse14? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse14),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse14;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse14.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse14.g.cs
deleted file mode 100644
index 7a9c64ff..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse14.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse14
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse15.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse15.Json.g.cs
deleted file mode 100644
index 67406148..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse15.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse15
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse15? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse15),
- jsonSerializerContext) as global::Speechify.DeleteResponse15;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse15? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse15? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse15),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse15;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse15.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse15.g.cs
deleted file mode 100644
index 1cbd4f20..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse15.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse15
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse16.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse16.Json.g.cs
deleted file mode 100644
index ae0e2bf4..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse16.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse16
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse16? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse16),
- jsonSerializerContext) as global::Speechify.DeleteResponse16;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse16? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse16? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse16),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse16;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse16.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse16.g.cs
deleted file mode 100644
index dbc757a0..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse16.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse16
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse2.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse2.Json.g.cs
deleted file mode 100644
index 22210237..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse2.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse2
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse2? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse2),
- jsonSerializerContext) as global::Speechify.DeleteResponse2;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse2? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse2? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse2),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse2;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse2.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse2.g.cs
deleted file mode 100644
index 90d4aba4..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse2.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse2
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse3.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse3.Json.g.cs
deleted file mode 100644
index d6e46f4f..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse3.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse3
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse3? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse3),
- jsonSerializerContext) as global::Speechify.DeleteResponse3;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse3? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse3? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse3),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse3;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse3.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse3.g.cs
deleted file mode 100644
index 8ba0947b..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse3.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse3
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse4.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse4.Json.g.cs
deleted file mode 100644
index 537b4a9e..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse4.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse4
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse4? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse4),
- jsonSerializerContext) as global::Speechify.DeleteResponse4;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse4? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse4? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse4),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse4;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse4.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse4.g.cs
deleted file mode 100644
index 827301cf..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse4.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse4
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse5.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse5.Json.g.cs
deleted file mode 100644
index a7ec0d0c..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse5.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse5
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse5? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse5),
- jsonSerializerContext) as global::Speechify.DeleteResponse5;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse5? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse5? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse5),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse5;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse5.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse5.g.cs
deleted file mode 100644
index 78a7d3a8..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse5.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse5
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse6.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse6.Json.g.cs
deleted file mode 100644
index ec65464a..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse6.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse6
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse6? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse6),
- jsonSerializerContext) as global::Speechify.DeleteResponse6;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse6? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse6? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse6),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse6;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse6.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse6.g.cs
deleted file mode 100644
index f390b563..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse6.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse6
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse7.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse7.Json.g.cs
deleted file mode 100644
index 00e0e747..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse7.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse7
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse7? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse7),
- jsonSerializerContext) as global::Speechify.DeleteResponse7;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse7? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse7? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse7),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse7;
- }
-
- ///
- /// Deserializes a JSON stream using the generated default JsonSerializerContext.
- ///
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJsonStreamAsync(
- jsonStream,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse7.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse7.g.cs
deleted file mode 100644
index 2b0a416e..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse7.g.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#nullable enable
-
-namespace Speechify
-{
- ///
- ///
- ///
- public sealed partial class DeleteResponse7
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse8.Json.g.cs b/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse8.Json.g.cs
deleted file mode 100644
index c8c11cd7..00000000
--- a/src/libs/Speechify/Generated/Speechify.Models.DeleteResponse8.Json.g.cs
+++ /dev/null
@@ -1,141 +0,0 @@
-#nullable enable
-
-namespace Speechify
-{
- public sealed partial class DeleteResponse8
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
- ///
- public string ToJson()
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return ToJson(global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse8? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::Speechify.DeleteResponse8),
- jsonSerializerContext) as global::Speechify.DeleteResponse8;
- }
-
- ///
- /// Deserializes a JSON string using the generated default JsonSerializerContext.
- ///
- public static global::Speechify.DeleteResponse8? FromJson(
- string json)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::Speechify.DeleteResponse8? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- if (jsonSerializerOptions is null)
- {
- return FromJson(
- json,
- global::Speechify.SourceGenerationContext.Default);
- }
-
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::Speechify.DeleteResponse8),
- jsonSerializerContext).ConfigureAwait(false)) as global::Speechify.DeleteResponse8;
- }
-
- ///