From 1a2bf6688e742c1c3d0b40a3ab0aa7a16fdc1df9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Oct 2024 03:20:39 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...ipClient.DeleteOrganizationMembership.g.cs | 2 +- ...MembershipClient.DeleteUserMembership.g.cs | 2 +- ...OrganizationClient.DeleteOrganization.g.cs | 2 +- .../Instill.ITokenClient.DeleteToken.g.cs | 2 +- ...ipClient.DeleteOrganizationMembership.g.cs | 4 +- ...MembershipClient.DeleteUserMembership.g.cs | 4 +- .../Instill.Models.ProtobufAny2.g.cs | 18 + ...OrganizationClient.DeleteOrganization.g.cs | 4 +- .../Instill.TokenClient.DeleteToken.g.cs | 4 +- .../Generated/JsonSerializerContextTypes.g.cs | 372 +++++++++--------- 10 files changed, 210 insertions(+), 204 deletions(-) create mode 100644 src/libs/Instill/Generated/Instill.Models.ProtobufAny2.g.cs diff --git a/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteOrganizationMembership.g.cs b/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteOrganizationMembership.g.cs index e8f5400..f0520a9 100644 --- a/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteOrganizationMembership.g.cs +++ b/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteOrganizationMembership.g.cs @@ -12,7 +12,7 @@ public partial interface IMembershipClient /// /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task DeleteOrganizationMembershipAsync( + global::System.Threading.Tasks.Task DeleteOrganizationMembershipAsync( string organizationId, string userId, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteUserMembership.g.cs b/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteUserMembership.g.cs index aa70c73..1980336 100644 --- a/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteUserMembership.g.cs +++ b/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteUserMembership.g.cs @@ -12,7 +12,7 @@ public partial interface IMembershipClient /// /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task DeleteUserMembershipAsync( + global::System.Threading.Tasks.Task DeleteUserMembershipAsync( string userId, string organizationId, global::System.Threading.CancellationToken cancellationToken = default); diff --git a/src/libs/Instill/Generated/Instill.IOrganizationClient.DeleteOrganization.g.cs b/src/libs/Instill/Generated/Instill.IOrganizationClient.DeleteOrganization.g.cs index 3ae1f03..e7a7801 100644 --- a/src/libs/Instill/Generated/Instill.IOrganizationClient.DeleteOrganization.g.cs +++ b/src/libs/Instill/Generated/Instill.IOrganizationClient.DeleteOrganization.g.cs @@ -11,7 +11,7 @@ public partial interface IOrganizationClient /// /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task DeleteOrganizationAsync( + global::System.Threading.Tasks.Task DeleteOrganizationAsync( string organizationId, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Instill/Generated/Instill.ITokenClient.DeleteToken.g.cs b/src/libs/Instill/Generated/Instill.ITokenClient.DeleteToken.g.cs index 7630411..8d96430 100644 --- a/src/libs/Instill/Generated/Instill.ITokenClient.DeleteToken.g.cs +++ b/src/libs/Instill/Generated/Instill.ITokenClient.DeleteToken.g.cs @@ -11,7 +11,7 @@ public partial interface ITokenClient /// /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task DeleteTokenAsync( + global::System.Threading.Tasks.Task DeleteTokenAsync( string tokenId, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/Instill/Generated/Instill.MembershipClient.DeleteOrganizationMembership.g.cs b/src/libs/Instill/Generated/Instill.MembershipClient.DeleteOrganizationMembership.g.cs index 41a23c8..a656f51 100644 --- a/src/libs/Instill/Generated/Instill.MembershipClient.DeleteOrganizationMembership.g.cs +++ b/src/libs/Instill/Generated/Instill.MembershipClient.DeleteOrganizationMembership.g.cs @@ -31,7 +31,7 @@ partial void ProcessDeleteOrganizationMembershipResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task DeleteOrganizationMembershipAsync( + public async global::System.Threading.Tasks.Task DeleteOrganizationMembershipAsync( string organizationId, string userId, global::System.Threading.CancellationToken cancellationToken = default) @@ -109,7 +109,7 @@ partial void ProcessDeleteOrganizationMembershipResponseContent( } return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::Instill.DeleteOrganizationMembershipResponse), JsonSerializerContext) as global::Instill.DeleteOrganizationMembershipResponse ?? + global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } } diff --git a/src/libs/Instill/Generated/Instill.MembershipClient.DeleteUserMembership.g.cs b/src/libs/Instill/Generated/Instill.MembershipClient.DeleteUserMembership.g.cs index f141180..3aa3231 100644 --- a/src/libs/Instill/Generated/Instill.MembershipClient.DeleteUserMembership.g.cs +++ b/src/libs/Instill/Generated/Instill.MembershipClient.DeleteUserMembership.g.cs @@ -31,7 +31,7 @@ partial void ProcessDeleteUserMembershipResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task DeleteUserMembershipAsync( + public async global::System.Threading.Tasks.Task DeleteUserMembershipAsync( string userId, string organizationId, global::System.Threading.CancellationToken cancellationToken = default) @@ -109,7 +109,7 @@ partial void ProcessDeleteUserMembershipResponseContent( } return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::Instill.DeleteUserMembershipResponse), JsonSerializerContext) as global::Instill.DeleteUserMembershipResponse ?? + global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } } diff --git a/src/libs/Instill/Generated/Instill.Models.ProtobufAny2.g.cs b/src/libs/Instill/Generated/Instill.Models.ProtobufAny2.g.cs new file mode 100644 index 0000000..548e9e5 --- /dev/null +++ b/src/libs/Instill/Generated/Instill.Models.ProtobufAny2.g.cs @@ -0,0 +1,18 @@ + +#nullable enable + +namespace Instill +{ + /// + /// + /// + public sealed partial class ProtobufAny2 + { + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } +} \ No newline at end of file diff --git a/src/libs/Instill/Generated/Instill.OrganizationClient.DeleteOrganization.g.cs b/src/libs/Instill/Generated/Instill.OrganizationClient.DeleteOrganization.g.cs index f7471c9..6c87ba5 100644 --- a/src/libs/Instill/Generated/Instill.OrganizationClient.DeleteOrganization.g.cs +++ b/src/libs/Instill/Generated/Instill.OrganizationClient.DeleteOrganization.g.cs @@ -28,7 +28,7 @@ partial void ProcessDeleteOrganizationResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task DeleteOrganizationAsync( + public async global::System.Threading.Tasks.Task DeleteOrganizationAsync( string organizationId, global::System.Threading.CancellationToken cancellationToken = default) { @@ -103,7 +103,7 @@ partial void ProcessDeleteOrganizationResponseContent( } return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::Instill.DeleteOrganizationResponse), JsonSerializerContext) as global::Instill.DeleteOrganizationResponse ?? + global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } } diff --git a/src/libs/Instill/Generated/Instill.TokenClient.DeleteToken.g.cs b/src/libs/Instill/Generated/Instill.TokenClient.DeleteToken.g.cs index 2e5cc30..94c64ff 100644 --- a/src/libs/Instill/Generated/Instill.TokenClient.DeleteToken.g.cs +++ b/src/libs/Instill/Generated/Instill.TokenClient.DeleteToken.g.cs @@ -28,7 +28,7 @@ partial void ProcessDeleteTokenResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task DeleteTokenAsync( + public async global::System.Threading.Tasks.Task DeleteTokenAsync( string tokenId, global::System.Threading.CancellationToken cancellationToken = default) { @@ -103,7 +103,7 @@ partial void ProcessDeleteTokenResponseContent( } return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::Instill.DeleteTokenResponse), JsonSerializerContext) as global::Instill.DeleteTokenResponse ?? + global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } } diff --git a/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs b/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs index fdb8668..7ec6cee 100644 --- a/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs +++ b/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs @@ -42,734 +42,722 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Instill.Status? Type6 { get; set; } + public global::Instill.ProtobufAny2? Type6 { get; set; } /// /// /// - public global::Instill.ApiToken? Type7 { get; set; } + public global::Instill.Status? Type7 { get; set; } /// /// /// - public global::System.DateTime? Type8 { get; set; } + public global::Instill.ApiToken? Type8 { get; set; } /// /// /// - public global::Instill.AuthenticatedUser? Type9 { get; set; } + public global::System.DateTime? Type9 { get; set; } /// /// /// - public bool? Type10 { get; set; } + public global::Instill.AuthenticatedUser? Type10 { get; set; } /// /// /// - public global::Instill.OnboardingStatus? Type11 { get; set; } + public bool? Type11 { get; set; } /// /// /// - public global::Instill.UserProfile? Type12 { get; set; } + public global::Instill.OnboardingStatus? Type12 { get; set; } /// /// /// - public global::Instill.UserProfileSocialProfileLinks? Type13 { get; set; } + public global::Instill.UserProfile? Type13 { get; set; } /// /// /// - public global::Instill.CheckNamespaceAdminResponse? Type14 { get; set; } + public global::Instill.UserProfileSocialProfileLinks? Type14 { get; set; } /// /// /// - public global::Instill.CheckNamespaceAdminResponseNamespace? Type15 { get; set; } + public global::Instill.CheckNamespaceAdminResponse? Type15 { get; set; } /// /// /// - public global::Instill.User? Type16 { get; set; } + public global::Instill.CheckNamespaceAdminResponseNamespace? Type16 { get; set; } /// /// /// - public global::Instill.Organization? Type17 { get; set; } + public global::Instill.User? Type17 { get; set; } /// /// /// - public global::Instill.OrganizationProfile? Type18 { get; set; } + public global::Instill.Organization? Type18 { get; set; } /// /// /// - public global::Instill.OrganizationProfileSocialProfileLinks? Type19 { get; set; } + public global::Instill.OrganizationProfile? Type19 { get; set; } /// /// /// - public global::Instill.Permission? Type20 { get; set; } + public global::Instill.OrganizationProfileSocialProfileLinks? Type20 { get; set; } /// /// /// - public global::Instill.CheckNamespaceByUIDAdminResponse? Type21 { get; set; } + public global::Instill.Permission? Type21 { get; set; } /// /// /// - public global::Instill.CheckNamespaceByUIDAdminResponseNamespace? Type22 { get; set; } + public global::Instill.CheckNamespaceByUIDAdminResponse? Type22 { get; set; } /// /// /// - public global::Instill.CheckNamespaceRequest? Type23 { get; set; } + public global::Instill.CheckNamespaceByUIDAdminResponseNamespace? Type23 { get; set; } /// /// /// - public global::Instill.CheckNamespaceResponse? Type24 { get; set; } + public global::Instill.CheckNamespaceRequest? Type24 { get; set; } /// /// /// - public global::Instill.CheckNamespaceResponseNamespace? Type25 { get; set; } + public global::Instill.CheckNamespaceResponse? Type25 { get; set; } /// /// /// - public global::Instill.CreateOrganizationResponse? Type26 { get; set; } + public global::Instill.CheckNamespaceResponseNamespace? Type26 { get; set; } /// /// /// - public global::Instill.CreateTokenResponse? Type27 { get; set; } + public global::Instill.CreateOrganizationResponse? Type27 { get; set; } /// /// /// - public global::Instill.CreditConsumptionChartRecord? Type28 { get; set; } + public global::Instill.CreateTokenResponse? Type28 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type29 { get; set; } + public global::Instill.CreditConsumptionChartRecord? Type29 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type30 { get; set; } + public global::System.Collections.Generic.IList? Type30 { get; set; } /// /// /// - public float? Type31 { get; set; } + public global::System.Collections.Generic.IList? Type31 { get; set; } /// /// /// - public global::Instill.DeleteOrganizationMembershipResponse? Type32 { get; set; } + public float? Type32 { get; set; } /// /// /// - public global::Instill.DeleteOrganizationResponse? Type33 { get; set; } + public object? Type33 { get; set; } /// /// /// - public global::Instill.DeleteTokenResponse? Type34 { get; set; } + public global::Instill.GetAuthenticatedUserResponse? Type34 { get; set; } /// /// /// - public global::Instill.DeleteUserMembershipResponse? Type35 { get; set; } + public global::Instill.GetAuthenticatedUserSubscriptionResponse? Type35 { get; set; } /// /// /// - public global::Instill.GetAuthenticatedUserResponse? Type36 { get; set; } + public global::Instill.UserSubscription? Type36 { get; set; } /// /// /// - public global::Instill.GetAuthenticatedUserSubscriptionResponse? Type37 { get; set; } + public global::Instill.UserSubscriptionPlan? Type37 { get; set; } /// /// /// - public global::Instill.UserSubscription? Type38 { get; set; } + public global::Instill.StripeSubscriptionDetail? Type38 { get; set; } /// /// /// - public global::Instill.UserSubscriptionPlan? Type39 { get; set; } + public global::Instill.StripeSubscriptionDetailStatus? Type39 { get; set; } /// /// /// - public global::Instill.StripeSubscriptionDetail? Type40 { get; set; } + public global::Instill.GetOrganizationAdminResponse? Type40 { get; set; } /// /// /// - public global::Instill.StripeSubscriptionDetailStatus? Type41 { get; set; } + public global::Instill.GetOrganizationMembershipResponse? Type41 { get; set; } /// /// /// - public global::Instill.GetOrganizationAdminResponse? Type42 { get; set; } + public global::Instill.OrganizationMembership? Type42 { get; set; } /// /// /// - public global::Instill.GetOrganizationMembershipResponse? Type43 { get; set; } + public global::Instill.MembershipState? Type43 { get; set; } /// /// /// - public global::Instill.OrganizationMembership? Type44 { get; set; } + public global::Instill.GetOrganizationResponse? Type44 { get; set; } /// /// /// - public global::Instill.MembershipState? Type45 { get; set; } + public global::Instill.GetOrganizationSubscriptionAdminResponse? Type45 { get; set; } /// /// /// - public global::Instill.GetOrganizationResponse? Type46 { get; set; } + public global::Instill.OrganizationSubscription? Type46 { get; set; } /// /// /// - public global::Instill.GetOrganizationSubscriptionAdminResponse? Type47 { get; set; } + public global::Instill.OrganizationSubscriptionPlan? Type47 { get; set; } /// /// /// - public global::Instill.OrganizationSubscription? Type48 { get; set; } + public global::Instill.GetOrganizationSubscriptionResponse? Type48 { get; set; } /// /// /// - public global::Instill.OrganizationSubscriptionPlan? Type49 { get; set; } + public global::Instill.GetRemainingCreditAdminResponse? Type49 { get; set; } /// /// /// - public global::Instill.GetOrganizationSubscriptionResponse? Type50 { get; set; } + public global::Instill.GetRemainingCreditResponse? Type50 { get; set; } /// /// /// - public global::Instill.GetRemainingCreditAdminResponse? Type51 { get; set; } + public global::Instill.GetTokenResponse? Type51 { get; set; } /// /// /// - public global::Instill.GetRemainingCreditResponse? Type52 { get; set; } + public global::Instill.GetUserAdminResponse? Type52 { get; set; } /// /// /// - public global::Instill.GetTokenResponse? Type53 { get; set; } + public global::Instill.GetUserMembershipResponse? Type53 { get; set; } /// /// /// - public global::Instill.GetUserAdminResponse? Type54 { get; set; } + public global::Instill.UserMembership? Type54 { get; set; } /// /// /// - public global::Instill.GetUserMembershipResponse? Type55 { get; set; } + public global::Instill.GetUserResponse? Type55 { get; set; } /// /// /// - public global::Instill.UserMembership? Type56 { get; set; } + public global::Instill.GetUserSubscriptionAdminResponse? Type56 { get; set; } /// /// /// - public global::Instill.GetUserResponse? Type57 { get; set; } + public global::Instill.ListCreditConsumptionChartRecordsResponse? Type57 { get; set; } /// /// /// - public global::Instill.GetUserSubscriptionAdminResponse? Type58 { get; set; } + public global::System.Collections.Generic.IList? Type58 { get; set; } /// /// /// - public global::Instill.ListCreditConsumptionChartRecordsResponse? Type59 { get; set; } + public global::Instill.ListOrganizationMembershipsResponse? Type59 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type60 { get; set; } + public global::System.Collections.Generic.IList? Type60 { get; set; } /// /// /// - public global::Instill.ListOrganizationMembershipsResponse? Type61 { get; set; } + public global::Instill.ListOrganizationsAdminResponse? Type61 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type62 { get; set; } + public global::System.Collections.Generic.IList? Type62 { get; set; } /// /// /// - public global::Instill.ListOrganizationsAdminResponse? Type63 { get; set; } + public global::Instill.ListOrganizationsResponse? Type63 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type64 { get; set; } + public global::Instill.ListPipelineTriggerChartRecordsResponse? Type64 { get; set; } /// /// /// - public global::Instill.ListOrganizationsResponse? Type65 { get; set; } + public global::System.Collections.Generic.IList? Type65 { get; set; } /// /// /// - public global::Instill.ListPipelineTriggerChartRecordsResponse? Type66 { get; set; } + public global::Instill.PipelineTriggerChartRecord? Type66 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type67 { get; set; } + public global::Instill.Mode? Type67 { get; set; } /// /// /// - public global::Instill.PipelineTriggerChartRecord? Type68 { get; set; } + public global::System.Collections.Generic.IList? Type68 { get; set; } /// /// /// - public global::Instill.Mode? Type69 { get; set; } + public global::Instill.ListTokensResponse? Type69 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type70 { get; set; } + public global::System.Collections.Generic.IList? Type70 { get; set; } /// /// /// - public global::Instill.ListTokensResponse? Type71 { get; set; } + public global::Instill.ListUserMembershipsResponse? Type71 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type72 { get; set; } + public global::System.Collections.Generic.IList? Type72 { get; set; } /// /// /// - public global::Instill.ListUserMembershipsResponse? Type73 { get; set; } + public global::Instill.ListUsersAdminResponse? Type73 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type74 { get; set; } + public global::System.Collections.Generic.IList? Type74 { get; set; } /// /// /// - public global::Instill.ListUsersAdminResponse? Type75 { get; set; } + public global::Instill.ListUsersResponse? Type75 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type76 { get; set; } + public global::Instill.LookUpOrganizationAdminResponse? Type76 { get; set; } /// /// /// - public global::Instill.ListUsersResponse? Type77 { get; set; } + public global::Instill.LookUpUserAdminResponse? Type77 { get; set; } /// /// /// - public global::Instill.LookUpOrganizationAdminResponse? Type78 { get; set; } + public global::Instill.PatchAuthenticatedUserResponse? Type78 { get; set; } /// /// /// - public global::Instill.LookUpUserAdminResponse? Type79 { get; set; } + public global::Instill.SubtractCreditAdminResponse? Type79 { get; set; } /// /// /// - public global::Instill.PatchAuthenticatedUserResponse? Type80 { get; set; } + public global::Instill.UpdateOrganizationMembershipResponse? Type80 { get; set; } /// /// /// - public global::Instill.SubtractCreditAdminResponse? Type81 { get; set; } + public global::Instill.UpdateOrganizationResponse? Type81 { get; set; } /// /// /// - public global::Instill.UpdateOrganizationMembershipResponse? Type82 { get; set; } + public global::Instill.UpdateUserMembershipResponse? Type82 { get; set; } /// /// /// - public global::Instill.UpdateOrganizationResponse? Type83 { get; set; } + public global::Instill.ValidateTokenResponse? Type83 { get; set; } /// /// /// - public global::Instill.UpdateUserMembershipResponse? Type84 { get; set; } + public global::Instill.View? Type84 { get; set; } /// /// /// - public global::Instill.ValidateTokenResponse? Type85 { get; set; } + public global::Instill.CreateCatalogBody? Type85 { get; set; } /// /// /// - public global::Instill.View? Type86 { get; set; } + public global::System.Collections.Generic.IList? Type86 { get; set; } /// /// /// - public global::Instill.CreateCatalogBody? Type87 { get; set; } + public global::Instill.QuestionAnsweringBody? Type87 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type88 { get; set; } + public global::Instill.SimilarityChunksSearchBody? Type88 { get; set; } /// /// /// - public global::Instill.QuestionAnsweringBody? Type89 { get; set; } + public long? Type89 { get; set; } /// /// /// - public global::Instill.SimilarityChunksSearchBody? Type90 { get; set; } + public global::Instill.UpdateCatalogBody? Type90 { get; set; } /// /// /// - public long? Type91 { get; set; } + public global::Instill.UpdateChunkBody? Type91 { get; set; } /// /// /// - public global::Instill.UpdateCatalogBody? Type92 { get; set; } + public global::Instill.GetFileCatalogResponseChunkType? Type92 { get; set; } /// /// /// - public global::Instill.UpdateChunkBody? Type93 { get; set; } + public global::Instill.GetFileCatalogResponseMetadata? Type93 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseChunkType? Type94 { get; set; } + public global::Instill.FileType? Type94 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseMetadata? Type95 { get; set; } + public global::Instill.FileProcessStatus? Type95 { get; set; } /// /// /// - public global::Instill.FileType? Type96 { get; set; } + public global::Instill.GetFileCatalogResponseText? Type96 { get; set; } /// /// /// - public global::Instill.FileProcessStatus? Type97 { get; set; } + public global::Instill.Chunk? Type97 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseText? Type98 { get; set; } + public global::Instill.RpcStatus? Type98 { get; set; } /// /// /// - public global::Instill.Chunk? Type99 { get; set; } + public global::Instill.Catalog? Type99 { get; set; } /// /// /// - public global::Instill.RpcStatus? Type100 { get; set; } + public global::Instill.CatalogRun? Type100 { get; set; } /// /// /// - public global::Instill.Catalog? Type101 { get; set; } + public global::Instill.CatalogRunAction? Type101 { get; set; } /// /// /// - public global::Instill.CatalogRun? Type102 { get; set; } + public global::Instill.RunStatus? Type102 { get; set; } /// /// /// - public global::Instill.CatalogRunAction? Type103 { get; set; } + public global::Instill.RunSource? Type103 { get; set; } /// /// /// - public global::Instill.RunStatus? Type104 { get; set; } + public global::Instill.CatalogRunPayload? Type104 { get; set; } /// /// /// - public global::Instill.RunSource? Type105 { get; set; } + public global::Instill.CreateCatalogResponse? Type105 { get; set; } /// /// /// - public global::Instill.CatalogRunPayload? Type106 { get; set; } + public global::Instill.CreateRepositoryTagResponse? Type106 { get; set; } /// /// /// - public global::Instill.CreateCatalogResponse? Type107 { get; set; } + public global::Instill.RepositoryTag? Type107 { get; set; } /// /// /// - public global::Instill.CreateRepositoryTagResponse? Type108 { get; set; } + public global::Instill.DeleteCatalogFileResponse? Type108 { get; set; } /// /// /// - public global::Instill.RepositoryTag? Type109 { get; set; } + public global::Instill.DeleteCatalogResponse? Type109 { get; set; } /// /// /// - public global::Instill.DeleteCatalogFileResponse? Type110 { get; set; } + public global::Instill.File? Type110 { get; set; } /// /// /// - public global::Instill.DeleteCatalogResponse? Type111 { get; set; } + public global::Instill.GetFileCatalogResponse? Type111 { get; set; } /// /// /// - public global::Instill.DeleteRepositoryTagResponse? Type112 { get; set; } + public global::System.Collections.Generic.IList? Type112 { get; set; } /// /// /// - public global::Instill.File? Type113 { get; set; } + public global::Instill.GetFileCatalogResponseChunk? Type113 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponse? Type114 { get; set; } + public global::Instill.GetRepositoryTagResponse? Type114 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type115 { get; set; } + public global::Instill.GetSourceFileResponse? Type115 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseChunk? Type116 { get; set; } + public global::Instill.SourceFile? Type116 { get; set; } /// /// /// - public global::Instill.GetRepositoryTagResponse? Type117 { get; set; } + public global::Instill.ListCatalogFilesFilter? Type117 { get; set; } /// /// /// - public global::Instill.GetSourceFileResponse? Type118 { get; set; } + public global::Instill.ListCatalogFilesResponse? Type118 { get; set; } /// /// /// - public global::Instill.SourceFile? Type119 { get; set; } + public global::System.Collections.Generic.IList? Type119 { get; set; } /// /// /// - public global::Instill.ListCatalogFilesFilter? Type120 { get; set; } + public global::Instill.ListCatalogRunsResponse? Type120 { get; set; } /// /// /// - public global::Instill.ListCatalogFilesResponse? Type121 { get; set; } + public global::System.Collections.Generic.IList? Type121 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type122 { get; set; } + public global::Instill.ListCatalogsResponse? Type122 { get; set; } /// /// /// - public global::Instill.ListCatalogRunsResponse? Type123 { get; set; } + public global::System.Collections.Generic.IList? Type123 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type124 { get; set; } + public global::Instill.ListChunksResponse? Type124 { get; set; } /// /// /// - public global::Instill.ListCatalogsResponse? Type125 { get; set; } + public global::System.Collections.Generic.IList? Type125 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type126 { get; set; } + public global::Instill.ListRepositoryTagsResponse? Type126 { get; set; } /// /// /// - public global::Instill.ListChunksResponse? Type127 { get; set; } + public global::System.Collections.Generic.IList? Type127 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type128 { get; set; } + public global::Instill.ProcessCatalogFilesRequest? Type128 { get; set; } /// /// /// - public global::Instill.ListRepositoryTagsResponse? Type129 { get; set; } + public global::Instill.ProcessCatalogFilesResponse? Type129 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type130 { get; set; } + public global::Instill.QuestionAnsweringResponse? Type130 { get; set; } /// /// /// - public global::Instill.ProcessCatalogFilesRequest? Type131 { get; set; } + public global::System.Collections.Generic.IList? Type131 { get; set; } /// /// /// - public global::Instill.ProcessCatalogFilesResponse? Type132 { get; set; } + public global::Instill.SimilarityChunk? Type132 { get; set; } /// /// /// - public global::Instill.QuestionAnsweringResponse? Type133 { get; set; } + public global::Instill.SimilarityChunksSearchResponse? Type133 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type134 { get; set; } + public global::Instill.UpdateCatalogResponse? Type134 { get; set; } /// /// /// - public global::Instill.SimilarityChunk? Type135 { get; set; } + public global::Instill.UpdateChunkResponse? Type135 { get; set; } /// /// /// - public global::Instill.SimilarityChunksSearchResponse? Type136 { get; set; } + public global::Instill.UploadCatalogFileResponse? Type136 { get; set; } /// /// /// - public global::Instill.UpdateCatalogResponse? Type137 { get; set; } + public global::Instill.ListUsersView? Type137 { get; set; } /// /// /// - public global::Instill.UpdateChunkResponse? Type138 { get; set; } + public global::Instill.GetUserView? Type138 { get; set; } /// /// /// - public global::Instill.UploadCatalogFileResponse? Type139 { get; set; } + public global::Instill.ListOrganizationsView? Type139 { get; set; } /// /// /// - public global::Instill.ListUsersView? Type140 { get; set; } + public global::Instill.GetOrganizationView? Type140 { get; set; } /// /// /// - public global::Instill.GetUserView? Type141 { get; set; } + public global::Instill.GetUserMembershipView? Type141 { get; set; } /// /// /// - public global::Instill.ListOrganizationsView? Type142 { get; set; } + public global::Instill.GetOrganizationMembershipView? Type142 { get; set; } /// /// /// - public global::Instill.GetOrganizationView? Type143 { get; set; } + public global::Instill.GetAuthenticatedUserResponse2? Type143 { get; set; } /// /// /// - public global::Instill.GetUserMembershipView? Type144 { get; set; } + public global::Instill.PatchAuthenticatedUserResponse2? Type144 { get; set; } /// /// /// - public global::Instill.GetOrganizationMembershipView? Type145 { get; set; } + public global::Instill.ListUsersResponse2? Type145 { get; set; } /// /// /// - public global::Instill.GetAuthenticatedUserResponse2? Type146 { get; set; } + public global::Instill.GetUserResponse2? Type146 { get; set; } /// /// /// - public global::Instill.PatchAuthenticatedUserResponse2? Type147 { get; set; } + public global::Instill.ListOrganizationsResponse2? Type147 { get; set; } /// /// /// - public global::Instill.ListUsersResponse2? Type148 { get; set; } + public global::Instill.CreateOrganizationResponse2? Type148 { get; set; } /// /// /// - public global::Instill.GetUserResponse2? Type149 { get; set; } + public global::Instill.GetOrganizationResponse2? Type149 { get; set; } /// /// /// - public global::Instill.ListOrganizationsResponse2? Type150 { get; set; } + public global::Instill.DeleteOrganizationResponse2? Type150 { get; set; } /// /// /// - public global::Instill.CreateOrganizationResponse2? Type151 { get; set; } + public global::Instill.UpdateOrganizationResponse2? Type151 { get; set; } /// /// /// - public global::Instill.GetOrganizationResponse2? Type152 { get; set; } + public global::Instill.ListUserMembershipsResponse2? Type152 { get; set; } /// /// /// - public global::Instill.DeleteOrganizationResponse2? Type153 { get; set; } + public global::Instill.GetUserMembershipResponse2? Type153 { get; set; } /// /// /// - public global::Instill.UpdateOrganizationResponse2? Type154 { get; set; } + public global::Instill.UpdateUserMembershipResponse2? Type154 { get; set; } /// /// /// - public global::Instill.ListUserMembershipsResponse2? Type155 { get; set; } + public global::Instill.DeleteUserMembershipResponse2? Type155 { get; set; } /// /// /// - public global::Instill.GetUserMembershipResponse2? Type156 { get; set; } + public global::Instill.ListOrganizationMembershipsResponse2? Type156 { get; set; } /// /// /// - public global::Instill.UpdateUserMembershipResponse2? Type157 { get; set; } + public global::Instill.GetOrganizationMembershipResponse2? Type157 { get; set; } /// /// /// - public global::Instill.DeleteUserMembershipResponse2? Type158 { get; set; } + public global::Instill.UpdateOrganizationMembershipResponse2? Type158 { get; set; } /// /// /// - public global::Instill.ListOrganizationMembershipsResponse2? Type159 { get; set; } + public global::Instill.DeleteOrganizationMembershipResponse2? Type159 { get; set; } /// /// /// - public global::Instill.GetOrganizationMembershipResponse2? Type160 { get; set; } + public global::Instill.GetAuthenticatedUserSubscriptionResponse2? Type160 { get; set; } /// /// /// - public global::Instill.UpdateOrganizationMembershipResponse2? Type161 { get; set; } + public global::Instill.GetOrganizationSubscriptionResponse2? Type161 { get; set; } /// /// /// - public global::Instill.DeleteOrganizationMembershipResponse2? Type162 { get; set; } + public global::Instill.ListTokensResponse2? Type162 { get; set; } /// /// /// - public global::Instill.GetAuthenticatedUserSubscriptionResponse2? Type163 { get; set; } + public global::Instill.CreateTokenResponse2? Type163 { get; set; } /// /// /// - public global::Instill.GetOrganizationSubscriptionResponse2? Type164 { get; set; } + public global::Instill.GetTokenResponse2? Type164 { get; set; } /// /// /// - public global::Instill.ListTokensResponse2? Type165 { get; set; } + public global::Instill.DeleteTokenResponse2? Type165 { get; set; } /// /// /// - public global::Instill.CreateTokenResponse2? Type166 { get; set; } + public global::Instill.ValidateTokenResponse2? Type166 { get; set; } /// /// /// - public global::Instill.GetTokenResponse2? Type167 { get; set; } + public global::Instill.GetRemainingCreditResponse2? Type167 { get; set; } /// /// /// - public global::Instill.DeleteTokenResponse2? Type168 { get; set; } + public global::Instill.CheckNamespaceResponse2? Type168 { get; set; } /// /// /// - public global::Instill.ValidateTokenResponse2? Type169 { get; set; } + public global::Instill.ListPipelineTriggerChartRecordsResponse2? Type169 { get; set; } /// /// /// - public global::Instill.GetRemainingCreditResponse2? Type170 { get; set; } + public global::Instill.ListCreditConsumptionChartRecordsResponse2? Type170 { get; set; } /// /// /// - public global::Instill.CheckNamespaceResponse2? Type171 { get; set; } + public global::Instill.ListCatalogsResponse2? Type171 { get; set; } /// /// /// - public global::Instill.ListPipelineTriggerChartRecordsResponse2? Type172 { get; set; } + public global::Instill.CreateCatalogResponse2? Type172 { get; set; } /// /// /// - public global::Instill.ListCreditConsumptionChartRecordsResponse2? Type173 { get; set; } + public global::Instill.GetFileCatalogResponse2? Type173 { get; set; } /// /// /// - public global::Instill.ListCatalogsResponse2? Type174 { get; set; } + public global::Instill.UpdateCatalogResponse2? Type174 { get; set; } /// /// /// - public global::Instill.CreateCatalogResponse2? Type175 { get; set; } + public global::Instill.DeleteCatalogResponse2? Type175 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponse2? Type176 { get; set; } + public global::Instill.ListCatalogFilesResponse2? Type176 { get; set; } /// /// /// - public global::Instill.UpdateCatalogResponse2? Type177 { get; set; } + public global::Instill.UploadCatalogFileResponse2? Type177 { get; set; } /// /// /// - public global::Instill.DeleteCatalogResponse2? Type178 { get; set; } + public global::Instill.DeleteCatalogFileResponse2? Type178 { get; set; } /// /// /// - public global::Instill.ListCatalogFilesResponse2? Type179 { get; set; } + public global::Instill.ProcessCatalogFilesResponse2? Type179 { get; set; } /// /// /// - public global::Instill.UploadCatalogFileResponse2? Type180 { get; set; } + public global::Instill.ListChunksResponse2? Type180 { get; set; } /// /// /// - public global::Instill.DeleteCatalogFileResponse2? Type181 { get; set; } + public global::Instill.GetSourceFileResponse2? Type181 { get; set; } /// /// /// - public global::Instill.ProcessCatalogFilesResponse2? Type182 { get; set; } + public global::Instill.UpdateChunkResponse2? Type182 { get; set; } /// /// /// - public global::Instill.ListChunksResponse2? Type183 { get; set; } + public global::Instill.SimilarityChunksSearchResponse2? Type183 { get; set; } /// /// /// - public global::Instill.GetSourceFileResponse2? Type184 { get; set; } + public global::Instill.QuestionAnsweringResponse2? Type184 { get; set; } /// /// /// - public global::Instill.UpdateChunkResponse2? Type185 { get; set; } - /// - /// - /// - public global::Instill.SimilarityChunksSearchResponse2? Type186 { get; set; } - /// - /// - /// - public global::Instill.QuestionAnsweringResponse2? Type187 { get; set; } - /// - /// - /// - public global::Instill.ListCatalogRunsResponse2? Type188 { get; set; } + public global::Instill.ListCatalogRunsResponse2? Type185 { get; set; } } } \ No newline at end of file