From b5913ba0bd18598fed9c8a2954b33369f242fd83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 02:46:30 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/Meshy.AnimationClient.g.cs | 21 +++++++++++++++++++ .../Meshy/Generated/Meshy.BalanceClient.g.cs | 21 +++++++++++++++++++ .../Generated/Meshy.ImageTo3dClient.g.cs | 21 +++++++++++++++++++ .../Generated/Meshy.ImageToImageClient.g.cs | 21 +++++++++++++++++++ .../Meshy/Generated/Meshy.MeshyClient.g.cs | 21 +++++++++++++++++++ .../Generated/Meshy.MultiImageTo3dClient.g.cs | 21 +++++++++++++++++++ .../Meshy/Generated/Meshy.RemeshClient.g.cs | 21 +++++++++++++++++++ .../Generated/Meshy.RetextureClient.g.cs | 21 +++++++++++++++++++ .../Meshy/Generated/Meshy.RiggingClient.g.cs | 21 +++++++++++++++++++ .../Meshy/Generated/Meshy.TextTo3dClient.g.cs | 21 +++++++++++++++++++ .../Generated/Meshy.TextToImageClient.g.cs | 21 +++++++++++++++++++ 11 files changed, 231 insertions(+) diff --git a/src/libs/Meshy/Generated/Meshy.AnimationClient.g.cs b/src/libs/Meshy/Generated/Meshy.AnimationClient.g.cs index e7037b4..2b9d298 100644 --- a/src/libs/Meshy/Generated/Meshy.AnimationClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.AnimationClient.g.cs @@ -61,6 +61,27 @@ public AnimationClient( { } + /// + /// Creates a new instance of the AnimationClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public AnimationClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AnimationClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.BalanceClient.g.cs b/src/libs/Meshy/Generated/Meshy.BalanceClient.g.cs index 0f29dbc..6e1bcd6 100644 --- a/src/libs/Meshy/Generated/Meshy.BalanceClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.BalanceClient.g.cs @@ -61,6 +61,27 @@ public BalanceClient( { } + /// + /// Creates a new instance of the BalanceClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public BalanceClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the BalanceClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.ImageTo3dClient.g.cs b/src/libs/Meshy/Generated/Meshy.ImageTo3dClient.g.cs index 3d8fe50..b9626eb 100644 --- a/src/libs/Meshy/Generated/Meshy.ImageTo3dClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.ImageTo3dClient.g.cs @@ -61,6 +61,27 @@ public ImageTo3dClient( { } + /// + /// Creates a new instance of the ImageTo3dClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public ImageTo3dClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageTo3dClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.ImageToImageClient.g.cs b/src/libs/Meshy/Generated/Meshy.ImageToImageClient.g.cs index 7232972..064dab5 100644 --- a/src/libs/Meshy/Generated/Meshy.ImageToImageClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.ImageToImageClient.g.cs @@ -61,6 +61,27 @@ public ImageToImageClient( { } + /// + /// Creates a new instance of the ImageToImageClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public ImageToImageClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageToImageClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.MeshyClient.g.cs b/src/libs/Meshy/Generated/Meshy.MeshyClient.g.cs index bfa97e4..8719829 100644 --- a/src/libs/Meshy/Generated/Meshy.MeshyClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.MeshyClient.g.cs @@ -152,6 +152,27 @@ public MeshyClient( { } + /// + /// Creates a new instance of the MeshyClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public MeshyClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the MeshyClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.MultiImageTo3dClient.g.cs b/src/libs/Meshy/Generated/Meshy.MultiImageTo3dClient.g.cs index f7488e1..229db46 100644 --- a/src/libs/Meshy/Generated/Meshy.MultiImageTo3dClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.MultiImageTo3dClient.g.cs @@ -61,6 +61,27 @@ public MultiImageTo3dClient( { } + /// + /// Creates a new instance of the MultiImageTo3dClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public MultiImageTo3dClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the MultiImageTo3dClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.RemeshClient.g.cs b/src/libs/Meshy/Generated/Meshy.RemeshClient.g.cs index f5509f1..4f6ac8c 100644 --- a/src/libs/Meshy/Generated/Meshy.RemeshClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.RemeshClient.g.cs @@ -61,6 +61,27 @@ public RemeshClient( { } + /// + /// Creates a new instance of the RemeshClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public RemeshClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the RemeshClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.RetextureClient.g.cs b/src/libs/Meshy/Generated/Meshy.RetextureClient.g.cs index 6df8527..cd7807c 100644 --- a/src/libs/Meshy/Generated/Meshy.RetextureClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.RetextureClient.g.cs @@ -61,6 +61,27 @@ public RetextureClient( { } + /// + /// Creates a new instance of the RetextureClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public RetextureClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the RetextureClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.RiggingClient.g.cs b/src/libs/Meshy/Generated/Meshy.RiggingClient.g.cs index 0675a81..771b5cf 100644 --- a/src/libs/Meshy/Generated/Meshy.RiggingClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.RiggingClient.g.cs @@ -61,6 +61,27 @@ public RiggingClient( { } + /// + /// Creates a new instance of the RiggingClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public RiggingClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the RiggingClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.TextTo3dClient.g.cs b/src/libs/Meshy/Generated/Meshy.TextTo3dClient.g.cs index 28d6294..c5dd201 100644 --- a/src/libs/Meshy/Generated/Meshy.TextTo3dClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.TextTo3dClient.g.cs @@ -61,6 +61,27 @@ public TextTo3dClient( { } + /// + /// Creates a new instance of the TextTo3dClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public TextTo3dClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TextTo3dClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Meshy/Generated/Meshy.TextToImageClient.g.cs b/src/libs/Meshy/Generated/Meshy.TextToImageClient.g.cs index 0fb50eb..4372da7 100644 --- a/src/libs/Meshy/Generated/Meshy.TextToImageClient.g.cs +++ b/src/libs/Meshy/Generated/Meshy.TextToImageClient.g.cs @@ -61,6 +61,27 @@ public TextToImageClient( { } + /// + /// Creates a new instance of the TextToImageClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public TextToImageClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Meshy.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TextToImageClient. /// If no httpClient is provided, a new one will be created.