From 4fb7febe76c66e25af6cbe7018dba918235beff1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 03:54:30 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/JasperAI.AudiencesClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.CommandClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.DocumentsClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.JasperAIClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.KnowledgeClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.StylesClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.TasksClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.UsageClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.UsersClient.g.cs | 21 +++++++++++++++++++ .../Generated/JasperAI.VoicesClient.g.cs | 21 +++++++++++++++++++ 10 files changed, 210 insertions(+) diff --git a/src/libs/JasperAI/Generated/JasperAI.AudiencesClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.AudiencesClient.g.cs index 5472209..5188632 100644 --- a/src/libs/JasperAI/Generated/JasperAI.AudiencesClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.AudiencesClient.g.cs @@ -61,6 +61,27 @@ public AudiencesClient( { } + /// + /// Creates a new instance of the AudiencesClient 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 AudiencesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AudiencesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.CommandClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.CommandClient.g.cs index 4d06339..32bc5b9 100644 --- a/src/libs/JasperAI/Generated/JasperAI.CommandClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.CommandClient.g.cs @@ -61,6 +61,27 @@ public CommandClient( { } + /// + /// Creates a new instance of the CommandClient 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 CommandClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CommandClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.DocumentsClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.DocumentsClient.g.cs index 3ccd809..9bbb847 100644 --- a/src/libs/JasperAI/Generated/JasperAI.DocumentsClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.DocumentsClient.g.cs @@ -61,6 +61,27 @@ public DocumentsClient( { } + /// + /// Creates a new instance of the DocumentsClient 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 DocumentsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DocumentsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.JasperAIClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.JasperAIClient.g.cs index d8bd883..ad27b50 100644 --- a/src/libs/JasperAI/Generated/JasperAI.JasperAIClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.JasperAIClient.g.cs @@ -146,6 +146,27 @@ public JasperAIClient( { } + /// + /// Creates a new instance of the JasperAIClient 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 JasperAIClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the JasperAIClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.KnowledgeClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.KnowledgeClient.g.cs index e810082..0a9c021 100644 --- a/src/libs/JasperAI/Generated/JasperAI.KnowledgeClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.KnowledgeClient.g.cs @@ -61,6 +61,27 @@ public KnowledgeClient( { } + /// + /// Creates a new instance of the KnowledgeClient 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 KnowledgeClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the KnowledgeClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.StylesClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.StylesClient.g.cs index 2a570ac..4f3da59 100644 --- a/src/libs/JasperAI/Generated/JasperAI.StylesClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.StylesClient.g.cs @@ -61,6 +61,27 @@ public StylesClient( { } + /// + /// Creates a new instance of the StylesClient 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 StylesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the StylesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.TasksClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.TasksClient.g.cs index 91fb645..49f0679 100644 --- a/src/libs/JasperAI/Generated/JasperAI.TasksClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.TasksClient.g.cs @@ -61,6 +61,27 @@ public TasksClient( { } + /// + /// Creates a new instance of the TasksClient 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 TasksClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TasksClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.UsageClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.UsageClient.g.cs index 1dc40df..be2103d 100644 --- a/src/libs/JasperAI/Generated/JasperAI.UsageClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.UsageClient.g.cs @@ -61,6 +61,27 @@ public UsageClient( { } + /// + /// Creates a new instance of the UsageClient 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 UsageClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the UsageClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.UsersClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.UsersClient.g.cs index 1cf25fd..85d50f9 100644 --- a/src/libs/JasperAI/Generated/JasperAI.UsersClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.UsersClient.g.cs @@ -61,6 +61,27 @@ public UsersClient( { } + /// + /// Creates a new instance of the UsersClient 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 UsersClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the UsersClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/JasperAI/Generated/JasperAI.VoicesClient.g.cs b/src/libs/JasperAI/Generated/JasperAI.VoicesClient.g.cs index 8db4ec4..26d7990 100644 --- a/src/libs/JasperAI/Generated/JasperAI.VoicesClient.g.cs +++ b/src/libs/JasperAI/Generated/JasperAI.VoicesClient.g.cs @@ -61,6 +61,27 @@ public VoicesClient( { } + /// + /// Creates a new instance of the VoicesClient 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 VoicesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::JasperAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VoicesClient. /// If no httpClient is provided, a new one will be created.