Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
415 changes: 0 additions & 415 deletions src/libs/Nixtla/Generated/Nixtla.ExcludedClient.HealthHealthGet.g.cs

This file was deleted.

541 changes: 0 additions & 541 deletions src/libs/Nixtla/Generated/Nixtla.ExcludedClient.ModelParams.g.cs

This file was deleted.

136 changes: 0 additions & 136 deletions src/libs/Nixtla/Generated/Nixtla.ExcludedClient.g.cs

This file was deleted.

This file was deleted.

86 changes: 0 additions & 86 deletions src/libs/Nixtla/Generated/Nixtla.IExcludedClient.ModelParams.g.cs

This file was deleted.

48 changes: 0 additions & 48 deletions src/libs/Nixtla/Generated/Nixtla.IExcludedClient.g.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Nixtla
{
public partial interface IExcludedClient
public partial interface INixtlaClient
{
/// <summary>
/// Get Model Params
Expand All @@ -13,7 +13,7 @@ public partial interface IExcludedClient
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Nixtla.ApiException"></exception>
global::System.Threading.Tasks.Task<string> GetModelParamsModelParamsGetAsync(
object model,
string model,
string freq,
global::Nixtla.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand All @@ -26,7 +26,7 @@ public partial interface IExcludedClient
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Nixtla.ApiException"></exception>
global::System.Threading.Tasks.Task<global::Nixtla.AutoSDKHttpResponse<string>> GetModelParamsModelParamsGetAsResponseAsync(
object model,
string model,
string freq,
global::Nixtla.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
Expand Down
Loading
Loading