From 264c35f5cae171d742cbca0319506598837e95d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Apr 2026 02:25:04 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../EachLabs/Generated/EachLabs.AiModelsClient.GetModel.g.cs | 2 +- .../EachLabs.AiModelsPredictionClient.GetPrediction.g.cs | 2 +- .../EachLabs/Generated/EachLabs.WebhooksClient.GetWebhook.g.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.GetModel.g.cs b/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.GetModel.g.cs index 7fe671d..a2c77f4 100644 --- a/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.GetModel.g.cs +++ b/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.GetModel.g.cs @@ -128,7 +128,7 @@ partial void ProcessGetModelResponseContent( PrepareGetModelRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - slug: slug); + slug: slug!); return __httpRequest; } diff --git a/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.GetPrediction.g.cs b/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.GetPrediction.g.cs index f5cad1b..0c71ee3 100644 --- a/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.GetPrediction.g.cs +++ b/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.GetPrediction.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetPredictionResponseContent( PrepareGetPredictionRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.GetWebhook.g.cs b/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.GetWebhook.g.cs index 9c98fc7..20b4b12 100644 --- a/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.GetWebhook.g.cs +++ b/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.GetWebhook.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetWebhookResponseContent( PrepareGetWebhookRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - executionId: executionId); + executionId: executionId!); return __httpRequest; }