Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:Update OpenAPI Specification for Instill AI API with New Endpoints and Schema Changes #55

Merged
merged 1 commit into from
Nov 27, 2024
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
23 changes: 1 addition & 22 deletions src/libs/Instill/Generated/Instill.Models.Integration.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,6 @@ public sealed partial class Integration
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::Instill.JsonConverters.PipelineV1betaViewJsonConverter))]
public global::Instill.PipelineV1betaView? View { get; set; }

/// <summary>
/// Schemas defines the supported schemas for the connection setup.<br/>
/// We haven't found a case for a schema that changes on the connection method<br/>
/// (components don't care about how the connection was built), so the schema<br/>
/// will be provided in the setupSchema field and the OAuth support and<br/>
/// configuration will be provided in oAuthConfig.<br/>
/// Included only in responses
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("schemas")]
public global::System.Collections.Generic.IList<global::Instill.SetupSchema>? Schemas { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
/// </summary>
Expand Down Expand Up @@ -154,14 +143,6 @@ public sealed partial class Integration
/// <param name="view">
/// Included only in responses
/// </param>
/// <param name="schemas">
/// Schemas defines the supported schemas for the connection setup.<br/>
/// We haven't found a case for a schema that changes on the connection method<br/>
/// (components don't care about how the connection was built), so the schema<br/>
/// will be provided in the setupSchema field and the OAuth support and<br/>
/// configuration will be provided in oAuthConfig.<br/>
/// Included only in responses
/// </param>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public Integration(
string? uid,
Expand All @@ -173,8 +154,7 @@ public Integration(
global::Instill.Link? helpLink,
object? setupSchema,
global::Instill.OAuthConfig? oAuthConfig,
global::Instill.PipelineV1betaView? view,
global::System.Collections.Generic.IList<global::Instill.SetupSchema>? schemas)
global::Instill.PipelineV1betaView? view)
{
this.Uid = uid;
this.Id = id;
Expand All @@ -186,7 +166,6 @@ public Integration(
this.SetupSchema = setupSchema;
this.OAuthConfig = oAuthConfig;
this.View = view;
this.Schemas = schemas;
}

/// <summary>
Expand Down
92 changes: 0 additions & 92 deletions src/libs/Instill/Generated/Instill.Models.SetupSchema.Json.g.cs

This file was deleted.

62 changes: 0 additions & 62 deletions src/libs/Instill/Generated/Instill.Models.SetupSchema.g.cs

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions src/libs/Instill/Generated/Instill.Models.SetupSchemaSchema.g.cs

This file was deleted.

Loading
Loading