From 5d812467818d1aa770d9f5e53a3506bbc8ba6b90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 12 Oct 2024 18:19:24 +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 | 6 +- ...MembershipClient.DeleteUserMembership.g.cs | 6 +- ...OrganizationClient.DeleteOrganization.g.cs | 6 +- .../Instill.TokenClient.DeleteToken.g.cs | 6 +- .../Generated/JsonSerializerContextTypes.g.cs | 394 +++++------------- 9 files changed, 121 insertions(+), 305 deletions(-) diff --git a/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteOrganizationMembership.g.cs b/src/libs/Instill/Generated/Instill.IMembershipClient.DeleteOrganizationMembership.g.cs index f0520a9..ab5019c 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 1980336..fd93495 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 e7a7801..75a3f0b 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 8d96430..a257607 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 a656f51..6c74ba6 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) @@ -108,9 +108,7 @@ partial void ProcessDeleteOrganizationMembershipResponseContent( throw new global::System.InvalidOperationException(__content, ex); } - return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? - throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); + return __content; } } } \ No newline at end of file diff --git a/src/libs/Instill/Generated/Instill.MembershipClient.DeleteUserMembership.g.cs b/src/libs/Instill/Generated/Instill.MembershipClient.DeleteUserMembership.g.cs index 3aa3231..999a4c8 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) @@ -108,9 +108,7 @@ partial void ProcessDeleteUserMembershipResponseContent( throw new global::System.InvalidOperationException(__content, ex); } - return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? - throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); + return __content; } } } \ 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 6c87ba5..68a06fa 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) { @@ -102,9 +102,7 @@ partial void ProcessDeleteOrganizationResponseContent( throw new global::System.InvalidOperationException(__content, ex); } - return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? - throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); + return __content; } } } \ No newline at end of file diff --git a/src/libs/Instill/Generated/Instill.TokenClient.DeleteToken.g.cs b/src/libs/Instill/Generated/Instill.TokenClient.DeleteToken.g.cs index 94c64ff..8b6b737 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) { @@ -102,9 +102,7 @@ partial void ProcessDeleteTokenResponseContent( throw new global::System.InvalidOperationException(__content, ex); } - return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(object), JsonSerializerContext) as object ?? - throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); + return __content; } } } \ No newline at end of file diff --git a/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs b/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs index f6355fd..5716d8f 100644 --- a/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs +++ b/src/libs/Instill/Generated/JsonSerializerContextTypes.g.cs @@ -42,7 +42,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Instill.ProtobufAny2? Type6 { get; set; } + public object? Type6 { get; set; } /// /// /// @@ -146,610 +146,434 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public object? Type32 { get; set; } + public global::Instill.GetAuthenticatedUserResponse? Type32 { get; set; } /// /// /// - public global::Instill.GetAuthenticatedUserResponse? Type33 { get; set; } + public global::Instill.GetAuthenticatedUserSubscriptionResponse? Type33 { get; set; } /// /// /// - public global::Instill.GetAuthenticatedUserSubscriptionResponse? Type34 { get; set; } + public global::Instill.UserSubscription? Type34 { get; set; } /// /// /// - public global::Instill.UserSubscription? Type35 { get; set; } + public global::Instill.UserSubscriptionPlan? Type35 { get; set; } /// /// /// - public global::Instill.UserSubscriptionPlan? Type36 { get; set; } + public global::Instill.StripeSubscriptionDetail? Type36 { get; set; } /// /// /// - public global::Instill.StripeSubscriptionDetail? Type37 { get; set; } + public global::Instill.StripeSubscriptionDetailStatus? Type37 { get; set; } /// /// /// - public global::Instill.StripeSubscriptionDetailStatus? Type38 { get; set; } + public global::Instill.GetOrganizationAdminResponse? Type38 { get; set; } /// /// /// - public global::Instill.GetOrganizationAdminResponse? Type39 { get; set; } + public global::Instill.GetOrganizationMembershipResponse? Type39 { get; set; } /// /// /// - public global::Instill.GetOrganizationMembershipResponse? Type40 { get; set; } + public global::Instill.OrganizationMembership? Type40 { get; set; } /// /// /// - public global::Instill.OrganizationMembership? Type41 { get; set; } + public global::Instill.MembershipState? Type41 { get; set; } /// /// /// - public global::Instill.MembershipState? Type42 { get; set; } + public global::Instill.GetOrganizationResponse? Type42 { get; set; } /// /// /// - public global::Instill.GetOrganizationResponse? Type43 { get; set; } + public global::Instill.GetOrganizationSubscriptionAdminResponse? Type43 { get; set; } /// /// /// - public global::Instill.GetOrganizationSubscriptionAdminResponse? Type44 { get; set; } + public global::Instill.OrganizationSubscription? Type44 { get; set; } /// /// /// - public global::Instill.OrganizationSubscription? Type45 { get; set; } + public global::Instill.OrganizationSubscriptionPlan? Type45 { get; set; } /// /// /// - public global::Instill.OrganizationSubscriptionPlan? Type46 { get; set; } + public global::Instill.GetOrganizationSubscriptionResponse? Type46 { get; set; } /// /// /// - public global::Instill.GetOrganizationSubscriptionResponse? Type47 { get; set; } + public global::Instill.GetRemainingCreditAdminResponse? Type47 { get; set; } /// /// /// - public global::Instill.GetRemainingCreditAdminResponse? Type48 { get; set; } + public global::Instill.GetRemainingCreditResponse? Type48 { get; set; } /// /// /// - public global::Instill.GetRemainingCreditResponse? Type49 { get; set; } + public global::Instill.GetTokenResponse? Type49 { get; set; } /// /// /// - public global::Instill.GetTokenResponse? Type50 { get; set; } + public global::Instill.GetUserAdminResponse? Type50 { get; set; } /// /// /// - public global::Instill.GetUserAdminResponse? Type51 { get; set; } + public global::Instill.GetUserMembershipResponse? Type51 { get; set; } /// /// /// - public global::Instill.GetUserMembershipResponse? Type52 { get; set; } + public global::Instill.UserMembership? Type52 { get; set; } /// /// /// - public global::Instill.UserMembership? Type53 { get; set; } + public global::Instill.GetUserResponse? Type53 { get; set; } /// /// /// - public global::Instill.GetUserResponse? Type54 { get; set; } + public global::Instill.GetUserSubscriptionAdminResponse? Type54 { get; set; } /// /// /// - public global::Instill.GetUserSubscriptionAdminResponse? Type55 { get; set; } + public global::Instill.ListCreditConsumptionChartRecordsResponse? Type55 { get; set; } /// /// /// - public global::Instill.ListCreditConsumptionChartRecordsResponse? Type56 { get; set; } + public global::System.Collections.Generic.IList? Type56 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type57 { get; set; } + public global::Instill.ListOrganizationMembershipsResponse? Type57 { get; set; } /// /// /// - public global::Instill.ListOrganizationMembershipsResponse? Type58 { get; set; } + public global::System.Collections.Generic.IList? Type58 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type59 { get; set; } + public global::Instill.ListOrganizationsAdminResponse? Type59 { get; set; } /// /// /// - public global::Instill.ListOrganizationsAdminResponse? Type60 { get; set; } + public global::System.Collections.Generic.IList? Type60 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type61 { get; set; } + public global::Instill.ListOrganizationsResponse? Type61 { get; set; } /// /// /// - public global::Instill.ListOrganizationsResponse? Type62 { get; set; } + public global::Instill.ListPipelineTriggerChartRecordsResponse? Type62 { get; set; } /// /// /// - public global::Instill.ListPipelineTriggerChartRecordsResponse? Type63 { get; set; } + public global::System.Collections.Generic.IList? Type63 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type64 { get; set; } + public global::Instill.PipelineTriggerChartRecord? Type64 { get; set; } /// /// /// - public global::Instill.PipelineTriggerChartRecord? Type65 { get; set; } + public global::Instill.Mode? Type65 { get; set; } /// /// /// - public global::Instill.Mode? Type66 { get; set; } + public global::System.Collections.Generic.IList? Type66 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type67 { get; set; } + public global::Instill.ListTokensResponse? Type67 { get; set; } /// /// /// - public global::Instill.ListTokensResponse? Type68 { get; set; } + public global::System.Collections.Generic.IList? Type68 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type69 { get; set; } + public global::Instill.ListUserMembershipsResponse? Type69 { get; set; } /// /// /// - public global::Instill.ListUserMembershipsResponse? Type70 { get; set; } + public global::System.Collections.Generic.IList? Type70 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type71 { get; set; } + public global::Instill.ListUsersAdminResponse? Type71 { get; set; } /// /// /// - public global::Instill.ListUsersAdminResponse? Type72 { get; set; } + public global::System.Collections.Generic.IList? Type72 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type73 { get; set; } + public global::Instill.ListUsersResponse? Type73 { get; set; } /// /// /// - public global::Instill.ListUsersResponse? Type74 { get; set; } + public global::Instill.LookUpOrganizationAdminResponse? Type74 { get; set; } /// /// /// - public global::Instill.LookUpOrganizationAdminResponse? Type75 { get; set; } + public global::Instill.LookUpUserAdminResponse? Type75 { get; set; } /// /// /// - public global::Instill.LookUpUserAdminResponse? Type76 { get; set; } + public global::Instill.PatchAuthenticatedUserResponse? Type76 { get; set; } /// /// /// - public global::Instill.PatchAuthenticatedUserResponse? Type77 { get; set; } + public global::Instill.SubtractCreditAdminResponse? Type77 { get; set; } /// /// /// - public global::Instill.SubtractCreditAdminResponse? Type78 { get; set; } + public global::Instill.UpdateOrganizationMembershipResponse? Type78 { get; set; } /// /// /// - public global::Instill.UpdateOrganizationMembershipResponse? Type79 { get; set; } + public global::Instill.UpdateOrganizationResponse? Type79 { get; set; } /// /// /// - public global::Instill.UpdateOrganizationResponse? Type80 { get; set; } + public global::Instill.UpdateUserMembershipResponse? Type80 { get; set; } /// /// /// - public global::Instill.UpdateUserMembershipResponse? Type81 { get; set; } + public global::Instill.ValidateTokenResponse? Type81 { get; set; } /// /// /// - public global::Instill.ValidateTokenResponse? Type82 { get; set; } + public global::Instill.View? Type82 { get; set; } /// /// /// - public global::Instill.View? Type83 { get; set; } + public global::Instill.CreateCatalogBody? Type83 { get; set; } /// /// /// - public global::Instill.CreateCatalogBody? Type84 { get; set; } + public global::System.Collections.Generic.IList? Type84 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type85 { get; set; } + public global::Instill.QuestionAnsweringBody? Type85 { get; set; } /// /// /// - public global::Instill.QuestionAnsweringBody? Type86 { get; set; } + public global::Instill.SimilarityChunksSearchBody? Type86 { get; set; } /// /// /// - public global::Instill.SimilarityChunksSearchBody? Type87 { get; set; } + public long? Type87 { get; set; } /// /// /// - public long? Type88 { get; set; } + public global::Instill.UpdateCatalogBody? Type88 { get; set; } /// /// /// - public global::Instill.UpdateCatalogBody? Type89 { get; set; } + public global::Instill.UpdateChunkBody? Type89 { get; set; } /// /// /// - public global::Instill.UpdateChunkBody? Type90 { get; set; } + public global::Instill.GetFileCatalogResponseChunkType? Type90 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseChunkType? Type91 { get; set; } + public global::Instill.GetFileCatalogResponseMetadata? Type91 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseMetadata? Type92 { get; set; } + public global::Instill.FileType? Type92 { get; set; } /// /// /// - public global::Instill.FileType? Type93 { get; set; } + public global::Instill.FileProcessStatus? Type93 { get; set; } /// /// /// - public global::Instill.FileProcessStatus? Type94 { get; set; } + public global::Instill.GetFileCatalogResponseText? Type94 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseText? Type95 { get; set; } + public global::Instill.Chunk? Type95 { get; set; } /// /// /// - public global::Instill.Chunk? Type96 { get; set; } + public global::Instill.RpcStatus? Type96 { get; set; } /// /// /// - public global::Instill.RpcStatus? Type97 { get; set; } + public global::Instill.Catalog? Type97 { get; set; } /// /// /// - public global::Instill.Catalog? Type98 { get; set; } + public global::Instill.CatalogRun? Type98 { get; set; } /// /// /// - public global::Instill.CatalogRun? Type99 { get; set; } + public global::Instill.CatalogRunAction? Type99 { get; set; } /// /// /// - public global::Instill.CatalogRunAction? Type100 { get; set; } + public global::Instill.RunStatus? Type100 { get; set; } /// /// /// - public global::Instill.RunStatus? Type101 { get; set; } + public global::Instill.RunSource? Type101 { get; set; } /// /// /// - public global::Instill.RunSource? Type102 { get; set; } + public global::Instill.CreateCatalogResponse? Type102 { get; set; } /// /// /// - public global::Instill.CreateCatalogResponse? Type103 { get; set; } + public global::Instill.CreateRepositoryTagResponse? Type103 { get; set; } /// /// /// - public global::Instill.CreateRepositoryTagResponse? Type104 { get; set; } + public global::Instill.RepositoryTag? Type104 { get; set; } /// /// /// - public global::Instill.RepositoryTag? Type105 { get; set; } + public global::Instill.DeleteCatalogFileResponse? Type105 { get; set; } /// /// /// - public global::Instill.DeleteCatalogFileResponse? Type106 { get; set; } + public global::Instill.DeleteCatalogResponse? Type106 { get; set; } /// /// /// - public global::Instill.DeleteCatalogResponse? Type107 { get; set; } + public global::Instill.File? Type107 { get; set; } /// /// /// - public global::Instill.File? Type108 { get; set; } + public global::Instill.GetFileCatalogResponse? Type108 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponse? Type109 { get; set; } + public global::System.Collections.Generic.IList? Type109 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type110 { get; set; } + public global::Instill.GetFileCatalogResponseChunk? Type110 { get; set; } /// /// /// - public global::Instill.GetFileCatalogResponseChunk? Type111 { get; set; } + public global::Instill.GetRepositoryTagResponse? Type111 { get; set; } /// /// /// - public global::Instill.GetRepositoryTagResponse? Type112 { get; set; } + public global::Instill.GetSourceFileResponse? Type112 { get; set; } /// /// /// - public global::Instill.GetSourceFileResponse? Type113 { get; set; } + public global::Instill.SourceFile? Type113 { get; set; } /// /// /// - public global::Instill.SourceFile? Type114 { get; set; } + public global::Instill.ListCatalogFilesFilter? Type114 { get; set; } /// /// /// - public global::Instill.ListCatalogFilesFilter? Type115 { get; set; } + public global::Instill.ListCatalogFilesResponse? Type115 { get; set; } /// /// /// - public global::Instill.ListCatalogFilesResponse? Type116 { get; set; } + public global::System.Collections.Generic.IList? Type116 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type117 { get; set; } + public global::Instill.ListCatalogRunsResponse? Type117 { get; set; } /// /// /// - public global::Instill.ListCatalogRunsResponse? Type118 { get; set; } + public global::System.Collections.Generic.IList? Type118 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type119 { get; set; } + public global::Instill.ListCatalogsResponse? Type119 { get; set; } /// /// /// - public global::Instill.ListCatalogsResponse? Type120 { get; set; } + public global::System.Collections.Generic.IList? Type120 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type121 { get; set; } + public global::Instill.ListChunksResponse? Type121 { get; set; } /// /// /// - public global::Instill.ListChunksResponse? Type122 { get; set; } + public global::System.Collections.Generic.IList? Type122 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type123 { get; set; } + public global::Instill.ListRepositoryTagsResponse? Type123 { get; set; } /// /// /// - public global::Instill.ListRepositoryTagsResponse? Type124 { get; set; } + public global::System.Collections.Generic.IList? Type124 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type125 { get; set; } + public global::Instill.ProcessCatalogFilesRequest? Type125 { get; set; } /// /// /// - public global::Instill.ProcessCatalogFilesRequest? Type126 { get; set; } + public global::Instill.ProcessCatalogFilesResponse? Type126 { get; set; } /// /// /// - public global::Instill.ProcessCatalogFilesResponse? Type127 { get; set; } + public global::Instill.QuestionAnsweringResponse? Type127 { get; set; } /// /// /// - public global::Instill.QuestionAnsweringResponse? Type128 { get; set; } + public global::System.Collections.Generic.IList? Type128 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type129 { get; set; } + public global::Instill.SimilarityChunk? Type129 { get; set; } /// /// /// - public global::Instill.SimilarityChunk? Type130 { get; set; } + public global::Instill.SimilarityChunksSearchResponse? Type130 { get; set; } /// /// /// - public global::Instill.SimilarityChunksSearchResponse? Type131 { get; set; } + public global::Instill.UpdateCatalogResponse? Type131 { get; set; } /// /// /// - public global::Instill.UpdateCatalogResponse? Type132 { get; set; } + public global::Instill.UpdateChunkResponse? Type132 { get; set; } /// /// /// - public global::Instill.UpdateChunkResponse? Type133 { get; set; } + public global::Instill.UploadCatalogFileResponse? Type133 { get; set; } /// /// /// - public global::Instill.UploadCatalogFileResponse? Type134 { get; set; } + public global::Instill.ListUsersView? Type134 { get; set; } /// /// /// - public global::Instill.ListUsersView? Type135 { get; set; } + public global::Instill.GetUserView? Type135 { get; set; } /// /// /// - public global::Instill.GetUserView? Type136 { get; set; } + public global::Instill.ListOrganizationsView? Type136 { get; set; } /// /// /// - public global::Instill.ListOrganizationsView? Type137 { get; set; } + public global::Instill.GetOrganizationView? Type137 { get; set; } /// /// /// - public global::Instill.GetOrganizationView? Type138 { get; set; } + public global::Instill.GetUserMembershipView? Type138 { get; set; } /// /// /// - public global::Instill.GetUserMembershipView? Type139 { get; set; } - /// - /// - /// - public global::Instill.GetOrganizationMembershipView? Type140 { get; set; } - /// - /// - /// - public global::Instill.GetAuthenticatedUserResponse2? Type141 { get; set; } - /// - /// - /// - public global::Instill.PatchAuthenticatedUserResponse2? Type142 { get; set; } - /// - /// - /// - public global::Instill.ListUsersResponse2? Type143 { get; set; } - /// - /// - /// - public global::Instill.GetUserResponse2? Type144 { get; set; } - /// - /// - /// - public global::Instill.ListOrganizationsResponse2? Type145 { get; set; } - /// - /// - /// - public global::Instill.CreateOrganizationResponse2? Type146 { get; set; } - /// - /// - /// - public global::Instill.GetOrganizationResponse2? Type147 { get; set; } - /// - /// - /// - public global::Instill.DeleteOrganizationResponse2? Type148 { get; set; } - /// - /// - /// - public global::Instill.UpdateOrganizationResponse2? Type149 { get; set; } - /// - /// - /// - public global::Instill.ListUserMembershipsResponse2? Type150 { get; set; } - /// - /// - /// - public global::Instill.GetUserMembershipResponse2? Type151 { get; set; } - /// - /// - /// - public global::Instill.UpdateUserMembershipResponse2? Type152 { get; set; } - /// - /// - /// - public global::Instill.DeleteUserMembershipResponse2? Type153 { get; set; } - /// - /// - /// - public global::Instill.ListOrganizationMembershipsResponse2? Type154 { get; set; } - /// - /// - /// - public global::Instill.GetOrganizationMembershipResponse2? Type155 { get; set; } - /// - /// - /// - public global::Instill.UpdateOrganizationMembershipResponse2? Type156 { get; set; } - /// - /// - /// - public global::Instill.DeleteOrganizationMembershipResponse2? Type157 { get; set; } - /// - /// - /// - public global::Instill.GetAuthenticatedUserSubscriptionResponse2? Type158 { get; set; } - /// - /// - /// - public global::Instill.GetOrganizationSubscriptionResponse2? Type159 { get; set; } - /// - /// - /// - public global::Instill.ListTokensResponse2? Type160 { get; set; } - /// - /// - /// - public global::Instill.CreateTokenResponse2? Type161 { get; set; } - /// - /// - /// - public global::Instill.GetTokenResponse2? Type162 { get; set; } - /// - /// - /// - public global::Instill.DeleteTokenResponse2? Type163 { get; set; } - /// - /// - /// - public global::Instill.ValidateTokenResponse2? Type164 { get; set; } - /// - /// - /// - public global::Instill.GetRemainingCreditResponse2? Type165 { get; set; } - /// - /// - /// - public global::Instill.CheckNamespaceResponse2? Type166 { get; set; } - /// - /// - /// - public global::Instill.ListPipelineTriggerChartRecordsResponse2? Type167 { get; set; } - /// - /// - /// - public global::Instill.ListCreditConsumptionChartRecordsResponse2? Type168 { get; set; } - /// - /// - /// - public global::Instill.ListCatalogsResponse2? Type169 { get; set; } - /// - /// - /// - public global::Instill.CreateCatalogResponse2? Type170 { get; set; } - /// - /// - /// - public global::Instill.GetFileCatalogResponse2? Type171 { get; set; } - /// - /// - /// - public global::Instill.UpdateCatalogResponse2? Type172 { get; set; } - /// - /// - /// - public global::Instill.DeleteCatalogResponse2? Type173 { get; set; } - /// - /// - /// - public global::Instill.ListCatalogFilesResponse2? Type174 { get; set; } - /// - /// - /// - public global::Instill.UploadCatalogFileResponse2? Type175 { get; set; } - /// - /// - /// - public global::Instill.DeleteCatalogFileResponse2? Type176 { get; set; } - /// - /// - /// - public global::Instill.ProcessCatalogFilesResponse2? Type177 { get; set; } - /// - /// - /// - public global::Instill.ListChunksResponse2? Type178 { get; set; } - /// - /// - /// - public global::Instill.GetSourceFileResponse2? Type179 { get; set; } - /// - /// - /// - public global::Instill.UpdateChunkResponse2? Type180 { get; set; } - /// - /// - /// - public global::Instill.SimilarityChunksSearchResponse2? Type181 { get; set; } - /// - /// - /// - public global::Instill.QuestionAnsweringResponse2? Type182 { get; set; } - /// - /// - /// - public global::Instill.ListCatalogRunsResponse2? Type183 { get; set; } + public global::Instill.GetOrganizationMembershipView? Type139 { get; set; } } } \ No newline at end of file