Skip to content

Commit

Permalink
Merge pull request #55 from tryAGI/bot/update-openapi_202411270918
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
2 parents 84151ce + ef4b373 commit 034499e
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 550 deletions.
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

0 comments on commit 034499e

Please sign in to comment.