From ef31f4fa7c3353f6aa2a138f3de855d993eb3404 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jul 2026 05:07:54 +0000 Subject: [PATCH] Update SDK to version v3.118.3 - Generated from OpenAPI spec version v3.118.3 - Auto-generated by GitHub Actions --- .sdk-version | 2 +- v3/client.go | 2 +- v3/configuration.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.sdk-version b/.sdk-version index 051b3df..60b77e0 100644 --- a/.sdk-version +++ b/.sdk-version @@ -1 +1 @@ -v3.118.0 +v3.118.3 diff --git a/v3/client.go b/v3/client.go index f99e7f4..65e00d9 100644 --- a/v3/client.go +++ b/v3/client.go @@ -40,7 +40,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the RevEng.AI API API vv3.118.0 +// APIClient manages communication with the RevEng.AI API API vv3.118.3 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/v3/configuration.go b/v3/configuration.go index 0534f8f..b57f836 100644 --- a/v3/configuration.go +++ b/v3/configuration.go @@ -91,7 +91,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "OpenAPI-Generator/v3.118.0/go", + UserAgent: "OpenAPI-Generator/v3.118.3/go", Debug: false, Servers: ServerConfigurations{ {