From 873bcac85b589bffda037ed38c7c37bbc1ae1a25 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Wed, 30 Oct 2024 17:43:36 +0400 Subject: [PATCH] fix: Fixed issue with non letter/non digit symbols in Tag name. --- .../AutoSDK/Naming/Clients/ClientNameGenerator.cs | 6 +++++- .../instill/NewtonsoftJson/_#G.Api.g.verified.cs | 14 +++++++------- ...G.AppClient.AppPublicServiceChat.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceCreateApp.g.verified.cs} | 4 ++-- ...pPublicServiceCreateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceCreateMessage.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceDeleteApp.g.verified.cs} | 4 ++-- ...pPublicServiceDeleteConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceDeleteMessage.g.verified.cs} | 4 ++-- ...ServiceGetPlaygroundConversation.g.verified.cs} | 4 ++-- ...pClient.AppPublicServiceListApps.g.verified.cs} | 4 ++-- ...ppPublicServiceListConversations.g.verified.cs} | 4 ++-- ...ent.AppPublicServiceListMessages.g.verified.cs} | 4 ++-- ...iceRestartPlaygroundConversation.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceUpdateApp.g.verified.cs} | 4 ++-- ...pPublicServiceUpdateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceUpdateMessage.g.verified.cs} | 4 ++-- ...t.g.verified.cs => _#G.AppClient.g.verified.cs} | 8 ++++---- ..._#G.ArtifactClient.CreateCatalog.g.verified.cs} | 4 ++-- ..._#G.ArtifactClient.DeleteCatalog.g.verified.cs} | 4 ++-- ...ArtifactClient.DeleteCatalogFile.g.verified.cs} | 4 ++-- ...#G.ArtifactClient.GetFileCatalog.g.verified.cs} | 4 ++-- ...ifactClient.GetObjectDownloadURL.g.verified.cs} | 4 ++-- ...rtifactClient.GetObjectUploadURL.g.verified.cs} | 4 ++-- ..._#G.ArtifactClient.GetSourceFile.g.verified.cs} | 4 ++-- ....ArtifactClient.ListCatalogFiles.g.verified.cs} | 4 ++-- ...G.ArtifactClient.ListCatalogRuns.g.verified.cs} | 4 ++-- ... _#G.ArtifactClient.ListCatalogs.g.verified.cs} | 4 ++-- ...=> _#G.ArtifactClient.ListChunks.g.verified.cs} | 4 ++-- ...tifactClient.ProcessCatalogFiles.g.verified.cs} | 4 ++-- ...ArtifactClient.QuestionAnswering.g.verified.cs} | 4 ++-- ...actClient.SimilarityChunksSearch.g.verified.cs} | 4 ++-- ..._#G.ArtifactClient.UpdateCatalog.g.verified.cs} | 4 ++-- ...> _#G.ArtifactClient.UpdateChunk.g.verified.cs} | 4 ++-- ...ArtifactClient.UploadCatalogFile.g.verified.cs} | 4 ++-- ...erified.cs => _#G.ArtifactClient.g.verified.cs} | 8 ++++---- .../instill/NewtonsoftJson/_#G.IApi.g.verified.cs | 14 +++++++------- ....IAppClient.AppPublicServiceChat.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceCreateApp.g.verified.cs} | 4 ++-- ...pPublicServiceCreateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceCreateMessage.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceDeleteApp.g.verified.cs} | 4 ++-- ...pPublicServiceDeleteConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceDeleteMessage.g.verified.cs} | 4 ++-- ...ServiceGetPlaygroundConversation.g.verified.cs} | 4 ++-- ...pClient.AppPublicServiceListApps.g.verified.cs} | 4 ++-- ...ppPublicServiceListConversations.g.verified.cs} | 4 ++-- ...ent.AppPublicServiceListMessages.g.verified.cs} | 4 ++-- ...iceRestartPlaygroundConversation.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceUpdateApp.g.verified.cs} | 4 ++-- ...pPublicServiceUpdateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceUpdateMessage.g.verified.cs} | 4 ++-- ....g.verified.cs => _#G.IAppClient.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.CreateCatalog.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.DeleteCatalog.g.verified.cs} | 4 ++-- ...ArtifactClient.DeleteCatalogFile.g.verified.cs} | 4 ++-- ...G.IArtifactClient.GetFileCatalog.g.verified.cs} | 4 ++-- ...ifactClient.GetObjectDownloadURL.g.verified.cs} | 4 ++-- ...rtifactClient.GetObjectUploadURL.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.GetSourceFile.g.verified.cs} | 4 ++-- ...IArtifactClient.ListCatalogFiles.g.verified.cs} | 4 ++-- ....IArtifactClient.ListCatalogRuns.g.verified.cs} | 4 ++-- ..._#G.IArtifactClient.ListCatalogs.g.verified.cs} | 4 ++-- .../_#G.IArtifactClient.ListChunks.g.verified.cs} | 4 ++-- ...tifactClient.ProcessCatalogFiles.g.verified.cs} | 4 ++-- ...ArtifactClient.QuestionAnswering.g.verified.cs} | 4 ++-- ...actClient.SimilarityChunksSearch.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.UpdateCatalog.g.verified.cs} | 4 ++-- ... _#G.IArtifactClient.UpdateChunk.g.verified.cs} | 4 ++-- ...ArtifactClient.UploadCatalogFile.g.verified.cs} | 4 ++-- ...rified.cs => _#G.IArtifactClient.g.verified.cs} | 4 ++-- ...istCreditConsumptionChartRecords.g.verified.cs} | 4 ++-- ...ent.ListModelTriggerChartRecords.g.verified.cs} | 4 ++-- ....ListPipelineTriggerChartRecords.g.verified.cs} | 4 ++-- ...lient.ListPipelineTriggerRecords.g.verified.cs} | 4 ++-- ...erified.cs => _#G.IMetricsClient.g.verified.cs} | 4 ++-- ...ublicServiceCreateNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceDeleteNamespaceModel.g.verified.cs} | 4 ++-- ...rviceDeleteNamespaceModelVersion.g.verified.cs} | 4 ++-- ...lPublicServiceGetModelDefinition.g.verified.cs} | 4 ++-- ...elPublicServiceGetModelOperation.g.verified.cs} | 4 ++-- ...GetNamespaceLatestModelOperation.g.verified.cs} | 4 ++-- ...elPublicServiceGetNamespaceModel.g.verified.cs} | 4 ++-- ...erviceGetNamespaceModelOperation.g.verified.cs} | 4 ++-- ...ublicServiceListAvailableRegions.g.verified.cs} | 4 ++-- ...ublicServiceListModelDefinitions.g.verified.cs} | 4 ++-- ....ModelPublicServiceListModelRuns.g.verified.cs} | 4 ++-- ...cServiceListModelRunsByRequester.g.verified.cs} | 4 ++-- ...ent.ModelPublicServiceListModels.g.verified.cs} | 4 ++-- ...erviceListNamespaceModelVersions.g.verified.cs} | 4 ++-- ...PublicServiceListNamespaceModels.g.verified.cs} | 4 ++-- ...ublicServiceRenameNamespaceModel.g.verified.cs} | 4 ++-- ...TriggerAsyncNamespaceLatestModel.g.verified.cs} | 4 ++-- ...erviceTriggerAsyncNamespaceModel.g.verified.cs} | 4 ++-- ...rviceTriggerNamespaceLatestModel.g.verified.cs} | 4 ++-- ...blicServiceTriggerNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceUpdateNamespaceModel.g.verified.cs} | 4 ++-- ...ServiceWatchNamespaceLatestModel.g.verified.cs} | 4 ++-- ...PublicServiceWatchNamespaceModel.g.verified.cs} | 4 ++-- ....verified.cs => _#G.IModelClient.g.verified.cs} | 4 ++-- ....INamespaceClient.CheckNamespace.g.verified.cs} | 4 ++-- ...mespaceClient.CreateOrganization.g.verified.cs} | 4 ++-- ..._#G.INamespaceClient.CreateToken.g.verified.cs} | 4 ++-- ...mespaceClient.DeleteOrganization.g.verified.cs} | 4 ++-- ...ent.DeleteOrganizationMembership.g.verified.cs} | 4 ++-- ..._#G.INamespaceClient.DeleteToken.g.verified.cs} | 4 ++-- ...spaceClient.DeleteUserMembership.g.verified.cs} | 4 ++-- ...spaceClient.GetAuthenticatedUser.g.verified.cs} | 4 ++-- ...INamespaceClient.GetOrganization.g.verified.cs} | 4 ++-- ...Client.GetOrganizationMembership.g.verified.cs} | 4 ++-- ...=> _#G.INamespaceClient.GetToken.g.verified.cs} | 4 ++-- .../_#G.INamespaceClient.GetUser.g.verified.cs} | 4 ++-- ...amespaceClient.GetUserMembership.g.verified.cs} | 4 ++-- ...ient.ListOrganizationMemberships.g.verified.cs} | 4 ++-- ...amespaceClient.ListOrganizations.g.verified.cs} | 4 ++-- ... _#G.INamespaceClient.ListTokens.g.verified.cs} | 4 ++-- ...espaceClient.ListUserMemberships.g.verified.cs} | 4 ++-- .../_#G.INamespaceClient.ListUsers.g.verified.cs} | 4 ++-- ...aceClient.PatchAuthenticatedUser.g.verified.cs} | 4 ++-- ...mespaceClient.UpdateOrganization.g.verified.cs} | 4 ++-- ...ent.UpdateOrganizationMembership.g.verified.cs} | 4 ++-- ...spaceClient.UpdateUserMembership.g.verified.cs} | 4 ++-- ...G.INamespaceClient.ValidateToken.g.verified.cs} | 4 ++-- ...ified.cs => _#G.INamespaceClient.g.verified.cs} | 4 ++-- ...GetAuthenticatedUserSubscription.g.verified.cs} | 4 ++-- ...ient.GetOrganizationSubscription.g.verified.cs} | 4 ++-- ...riptionClient.GetRemainingCredit.g.verified.cs} | 4 ++-- ...ed.cs => _#G.ISubscriptionClient.g.verified.cs} | 4 ++-- ...licServiceCloneNamespacePipeline.g.verified.cs} | 4 ++-- ...iceCloneNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ServiceCreateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceCreateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceCreateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceCreateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceDeleteNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceDeleteNamespacePipeline.g.verified.cs} | 4 ++-- ...ceDeleteNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceDeleteNamespaceSecret.g.verified.cs} | 4 ++-- ...elinePublicServiceGetIntegration.g.verified.cs} | 4 ++-- ...licServiceGetNamespaceConnection.g.verified.cs} | 4 ++-- ...ublicServiceGetNamespacePipeline.g.verified.cs} | 4 ++-- ...rviceGetNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ePublicServiceGetNamespaceSecret.g.verified.cs} | 4 ++-- ...ipelinePublicServiceGetOperation.g.verified.cs} | 4 ++-- ...cServiceListComponentDefinitions.g.verified.cs} | 4 ++-- ...nePublicServiceListComponentRuns.g.verified.cs} | 4 ++-- ...inePublicServiceListIntegrations.g.verified.cs} | 4 ++-- ...cServiceListNamespaceConnections.g.verified.cs} | 4 ++-- ...iceListNamespacePipelineReleases.g.verified.cs} | 4 ++-- ...licServiceListNamespacePipelines.g.verified.cs} | 4 ++-- ...ublicServiceListNamespaceSecrets.g.verified.cs} | 4 ++-- ...iceListPipelineIDsByConnectionID.g.verified.cs} | 4 ++-- ...inePublicServiceListPipelineRuns.g.verified.cs} | 4 ++-- ...rviceListPipelineRunsByRequester.g.verified.cs} | 4 ++-- ...pelinePublicServiceListPipelines.g.verified.cs} | 4 ++-- ...icServiceRenameNamespacePipeline.g.verified.cs} | 4 ++-- ...icServiceTestNamespaceConnection.g.verified.cs} | 4 ++-- ...iceTriggerAsyncNamespacePipeline.g.verified.cs} | 4 ++-- ...gerAsyncNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...cServiceTriggerNamespacePipeline.g.verified.cs} | 4 ++-- ...eTriggerNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...iggerNamespacePipelineWithStream.g.verified.cs} | 4 ++-- ...ServiceUpdateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceUpdateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceUpdateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceUpdateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceValidateNamespacePipeline.g.verified.cs} | 4 ++-- ....g.verified.cs => _#G.IVDPClient.g.verified.cs} | 4 ++-- ...istCreditConsumptionChartRecords.g.verified.cs} | 4 ++-- ...ent.ListModelTriggerChartRecords.g.verified.cs} | 4 ++-- ....ListPipelineTriggerChartRecords.g.verified.cs} | 4 ++-- ...lient.ListPipelineTriggerRecords.g.verified.cs} | 4 ++-- ...verified.cs => _#G.MetricsClient.g.verified.cs} | 8 ++++---- ...ublicServiceCreateNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceDeleteNamespaceModel.g.verified.cs} | 4 ++-- ...rviceDeleteNamespaceModelVersion.g.verified.cs} | 4 ++-- ...lPublicServiceGetModelDefinition.g.verified.cs} | 4 ++-- ...elPublicServiceGetModelOperation.g.verified.cs} | 4 ++-- ...GetNamespaceLatestModelOperation.g.verified.cs} | 4 ++-- ...elPublicServiceGetNamespaceModel.g.verified.cs} | 4 ++-- ...erviceGetNamespaceModelOperation.g.verified.cs} | 4 ++-- ...ublicServiceListAvailableRegions.g.verified.cs} | 4 ++-- ...ublicServiceListModelDefinitions.g.verified.cs} | 4 ++-- ....ModelPublicServiceListModelRuns.g.verified.cs} | 4 ++-- ...cServiceListModelRunsByRequester.g.verified.cs} | 4 ++-- ...ent.ModelPublicServiceListModels.g.verified.cs} | 4 ++-- ...erviceListNamespaceModelVersions.g.verified.cs} | 4 ++-- ...PublicServiceListNamespaceModels.g.verified.cs} | 4 ++-- ...ublicServiceRenameNamespaceModel.g.verified.cs} | 4 ++-- ...TriggerAsyncNamespaceLatestModel.g.verified.cs} | 4 ++-- ...erviceTriggerAsyncNamespaceModel.g.verified.cs} | 4 ++-- ...rviceTriggerNamespaceLatestModel.g.verified.cs} | 4 ++-- ...blicServiceTriggerNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceUpdateNamespaceModel.g.verified.cs} | 4 ++-- ...ServiceWatchNamespaceLatestModel.g.verified.cs} | 4 ++-- ...PublicServiceWatchNamespaceModel.g.verified.cs} | 4 ++-- ...g.verified.cs => _#G.ModelClient.g.verified.cs} | 8 ++++---- ...G.NamespaceClient.CheckNamespace.g.verified.cs} | 4 ++-- ...mespaceClient.CreateOrganization.g.verified.cs} | 4 ++-- ... _#G.NamespaceClient.CreateToken.g.verified.cs} | 4 ++-- ...mespaceClient.DeleteOrganization.g.verified.cs} | 4 ++-- ...ent.DeleteOrganizationMembership.g.verified.cs} | 4 ++-- ... _#G.NamespaceClient.DeleteToken.g.verified.cs} | 4 ++-- ...spaceClient.DeleteUserMembership.g.verified.cs} | 4 ++-- ...spaceClient.GetAuthenticatedUser.g.verified.cs} | 4 ++-- ....NamespaceClient.GetOrganization.g.verified.cs} | 4 ++-- ...Client.GetOrganizationMembership.g.verified.cs} | 4 ++-- ... => _#G.NamespaceClient.GetToken.g.verified.cs} | 4 ++-- ...s => _#G.NamespaceClient.GetUser.g.verified.cs} | 4 ++-- ...amespaceClient.GetUserMembership.g.verified.cs} | 4 ++-- ...ient.ListOrganizationMemberships.g.verified.cs} | 4 ++-- ...amespaceClient.ListOrganizations.g.verified.cs} | 4 ++-- ...> _#G.NamespaceClient.ListTokens.g.verified.cs} | 4 ++-- ...espaceClient.ListUserMemberships.g.verified.cs} | 4 ++-- ...=> _#G.NamespaceClient.ListUsers.g.verified.cs} | 4 ++-- ...aceClient.PatchAuthenticatedUser.g.verified.cs} | 4 ++-- ...mespaceClient.UpdateOrganization.g.verified.cs} | 4 ++-- ...ent.UpdateOrganizationMembership.g.verified.cs} | 4 ++-- ...spaceClient.UpdateUserMembership.g.verified.cs} | 4 ++-- ...#G.NamespaceClient.ValidateToken.g.verified.cs} | 4 ++-- ...rified.cs => _#G.NamespaceClient.g.verified.cs} | 8 ++++---- ...GetAuthenticatedUserSubscription.g.verified.cs} | 4 ++-- ...ient.GetOrganizationSubscription.g.verified.cs} | 4 ++-- ...riptionClient.GetRemainingCredit.g.verified.cs} | 4 ++-- ...ied.cs => _#G.SubscriptionClient.g.verified.cs} | 8 ++++---- ...licServiceCloneNamespacePipeline.g.verified.cs} | 4 ++-- ...iceCloneNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ServiceCreateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceCreateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceCreateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceCreateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceDeleteNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceDeleteNamespacePipeline.g.verified.cs} | 4 ++-- ...ceDeleteNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceDeleteNamespaceSecret.g.verified.cs} | 4 ++-- ...elinePublicServiceGetIntegration.g.verified.cs} | 4 ++-- ...licServiceGetNamespaceConnection.g.verified.cs} | 4 ++-- ...ublicServiceGetNamespacePipeline.g.verified.cs} | 4 ++-- ...rviceGetNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ePublicServiceGetNamespaceSecret.g.verified.cs} | 4 ++-- ...ipelinePublicServiceGetOperation.g.verified.cs} | 4 ++-- ...cServiceListComponentDefinitions.g.verified.cs} | 4 ++-- ...nePublicServiceListComponentRuns.g.verified.cs} | 4 ++-- ...inePublicServiceListIntegrations.g.verified.cs} | 4 ++-- ...cServiceListNamespaceConnections.g.verified.cs} | 4 ++-- ...iceListNamespacePipelineReleases.g.verified.cs} | 4 ++-- ...licServiceListNamespacePipelines.g.verified.cs} | 4 ++-- ...ublicServiceListNamespaceSecrets.g.verified.cs} | 4 ++-- ...iceListPipelineIDsByConnectionID.g.verified.cs} | 4 ++-- ...inePublicServiceListPipelineRuns.g.verified.cs} | 4 ++-- ...rviceListPipelineRunsByRequester.g.verified.cs} | 4 ++-- ...pelinePublicServiceListPipelines.g.verified.cs} | 4 ++-- ...icServiceRenameNamespacePipeline.g.verified.cs} | 4 ++-- ...icServiceTestNamespaceConnection.g.verified.cs} | 4 ++-- ...iceTriggerAsyncNamespacePipeline.g.verified.cs} | 4 ++-- ...gerAsyncNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...cServiceTriggerNamespacePipeline.g.verified.cs} | 4 ++-- ...eTriggerNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...iggerNamespacePipelineWithStream.g.verified.cs} | 4 ++-- ...ServiceUpdateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceUpdateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceUpdateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceUpdateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceValidateNamespacePipeline.g.verified.cs} | 4 ++-- ...t.g.verified.cs => _#G.VDPClient.g.verified.cs} | 8 ++++---- .../instill/SystemTextJson/_#G.Api.g.verified.cs | 14 +++++++------- ...G.AppClient.AppPublicServiceChat.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceCreateApp.g.verified.cs} | 4 ++-- ...pPublicServiceCreateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceCreateMessage.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceDeleteApp.g.verified.cs} | 4 ++-- ...pPublicServiceDeleteConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceDeleteMessage.g.verified.cs} | 4 ++-- ...ServiceGetPlaygroundConversation.g.verified.cs} | 4 ++-- ...pClient.AppPublicServiceListApps.g.verified.cs} | 4 ++-- ...ppPublicServiceListConversations.g.verified.cs} | 4 ++-- ...ent.AppPublicServiceListMessages.g.verified.cs} | 4 ++-- ...iceRestartPlaygroundConversation.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceUpdateApp.g.verified.cs} | 4 ++-- ...pPublicServiceUpdateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceUpdateMessage.g.verified.cs} | 4 ++-- ...t.g.verified.cs => _#G.AppClient.g.verified.cs} | 8 ++++---- ..._#G.ArtifactClient.CreateCatalog.g.verified.cs} | 4 ++-- ..._#G.ArtifactClient.DeleteCatalog.g.verified.cs} | 4 ++-- ...ArtifactClient.DeleteCatalogFile.g.verified.cs} | 4 ++-- ...#G.ArtifactClient.GetFileCatalog.g.verified.cs} | 4 ++-- ...ifactClient.GetObjectDownloadURL.g.verified.cs} | 4 ++-- ...rtifactClient.GetObjectUploadURL.g.verified.cs} | 4 ++-- ..._#G.ArtifactClient.GetSourceFile.g.verified.cs} | 4 ++-- ....ArtifactClient.ListCatalogFiles.g.verified.cs} | 4 ++-- ...G.ArtifactClient.ListCatalogRuns.g.verified.cs} | 4 ++-- ... _#G.ArtifactClient.ListCatalogs.g.verified.cs} | 4 ++-- ...=> _#G.ArtifactClient.ListChunks.g.verified.cs} | 4 ++-- ...tifactClient.ProcessCatalogFiles.g.verified.cs} | 4 ++-- ...ArtifactClient.QuestionAnswering.g.verified.cs} | 4 ++-- ...actClient.SimilarityChunksSearch.g.verified.cs} | 4 ++-- ..._#G.ArtifactClient.UpdateCatalog.g.verified.cs} | 4 ++-- ...> _#G.ArtifactClient.UpdateChunk.g.verified.cs} | 4 ++-- ...ArtifactClient.UploadCatalogFile.g.verified.cs} | 4 ++-- ...erified.cs => _#G.ArtifactClient.g.verified.cs} | 8 ++++---- .../instill/SystemTextJson/_#G.IApi.g.verified.cs | 14 +++++++------- ....IAppClient.AppPublicServiceChat.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceCreateApp.g.verified.cs} | 4 ++-- ...pPublicServiceCreateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceCreateMessage.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceDeleteApp.g.verified.cs} | 4 ++-- ...pPublicServiceDeleteConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceDeleteMessage.g.verified.cs} | 4 ++-- ...ServiceGetPlaygroundConversation.g.verified.cs} | 4 ++-- ...pClient.AppPublicServiceListApps.g.verified.cs} | 4 ++-- ...ppPublicServiceListConversations.g.verified.cs} | 4 ++-- ...ent.AppPublicServiceListMessages.g.verified.cs} | 4 ++-- ...iceRestartPlaygroundConversation.g.verified.cs} | 4 ++-- ...Client.AppPublicServiceUpdateApp.g.verified.cs} | 4 ++-- ...pPublicServiceUpdateConversation.g.verified.cs} | 4 ++-- ...nt.AppPublicServiceUpdateMessage.g.verified.cs} | 4 ++-- ....g.verified.cs => _#G.IAppClient.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.CreateCatalog.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.DeleteCatalog.g.verified.cs} | 4 ++-- ...ArtifactClient.DeleteCatalogFile.g.verified.cs} | 4 ++-- ...G.IArtifactClient.GetFileCatalog.g.verified.cs} | 4 ++-- ...ifactClient.GetObjectDownloadURL.g.verified.cs} | 4 ++-- ...rtifactClient.GetObjectUploadURL.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.GetSourceFile.g.verified.cs} | 4 ++-- ...IArtifactClient.ListCatalogFiles.g.verified.cs} | 4 ++-- ....IArtifactClient.ListCatalogRuns.g.verified.cs} | 4 ++-- ..._#G.IArtifactClient.ListCatalogs.g.verified.cs} | 4 ++-- .../_#G.IArtifactClient.ListChunks.g.verified.cs} | 4 ++-- ...tifactClient.ProcessCatalogFiles.g.verified.cs} | 4 ++-- ...ArtifactClient.QuestionAnswering.g.verified.cs} | 4 ++-- ...actClient.SimilarityChunksSearch.g.verified.cs} | 4 ++-- ...#G.IArtifactClient.UpdateCatalog.g.verified.cs} | 4 ++-- ... _#G.IArtifactClient.UpdateChunk.g.verified.cs} | 4 ++-- ...ArtifactClient.UploadCatalogFile.g.verified.cs} | 4 ++-- ...rified.cs => _#G.IArtifactClient.g.verified.cs} | 4 ++-- ...istCreditConsumptionChartRecords.g.verified.cs} | 4 ++-- ...ent.ListModelTriggerChartRecords.g.verified.cs} | 4 ++-- ....ListPipelineTriggerChartRecords.g.verified.cs} | 4 ++-- ...lient.ListPipelineTriggerRecords.g.verified.cs} | 4 ++-- ...erified.cs => _#G.IMetricsClient.g.verified.cs} | 4 ++-- ...ublicServiceCreateNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceDeleteNamespaceModel.g.verified.cs} | 4 ++-- ...rviceDeleteNamespaceModelVersion.g.verified.cs} | 4 ++-- ...lPublicServiceGetModelDefinition.g.verified.cs} | 4 ++-- ...elPublicServiceGetModelOperation.g.verified.cs} | 4 ++-- ...GetNamespaceLatestModelOperation.g.verified.cs} | 4 ++-- ...elPublicServiceGetNamespaceModel.g.verified.cs} | 4 ++-- ...erviceGetNamespaceModelOperation.g.verified.cs} | 4 ++-- ...ublicServiceListAvailableRegions.g.verified.cs} | 4 ++-- ...ublicServiceListModelDefinitions.g.verified.cs} | 4 ++-- ....ModelPublicServiceListModelRuns.g.verified.cs} | 4 ++-- ...cServiceListModelRunsByRequester.g.verified.cs} | 4 ++-- ...ent.ModelPublicServiceListModels.g.verified.cs} | 4 ++-- ...erviceListNamespaceModelVersions.g.verified.cs} | 4 ++-- ...PublicServiceListNamespaceModels.g.verified.cs} | 4 ++-- ...ublicServiceRenameNamespaceModel.g.verified.cs} | 4 ++-- ...TriggerAsyncNamespaceLatestModel.g.verified.cs} | 4 ++-- ...erviceTriggerAsyncNamespaceModel.g.verified.cs} | 4 ++-- ...rviceTriggerNamespaceLatestModel.g.verified.cs} | 4 ++-- ...blicServiceTriggerNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceUpdateNamespaceModel.g.verified.cs} | 4 ++-- ...ServiceWatchNamespaceLatestModel.g.verified.cs} | 4 ++-- ...PublicServiceWatchNamespaceModel.g.verified.cs} | 4 ++-- ....verified.cs => _#G.IModelClient.g.verified.cs} | 4 ++-- ....INamespaceClient.CheckNamespace.g.verified.cs} | 4 ++-- ...mespaceClient.CreateOrganization.g.verified.cs} | 4 ++-- ..._#G.INamespaceClient.CreateToken.g.verified.cs} | 4 ++-- ...mespaceClient.DeleteOrganization.g.verified.cs} | 4 ++-- ...ent.DeleteOrganizationMembership.g.verified.cs} | 4 ++-- ..._#G.INamespaceClient.DeleteToken.g.verified.cs} | 4 ++-- ...spaceClient.DeleteUserMembership.g.verified.cs} | 4 ++-- ...spaceClient.GetAuthenticatedUser.g.verified.cs} | 4 ++-- ...INamespaceClient.GetOrganization.g.verified.cs} | 4 ++-- ...Client.GetOrganizationMembership.g.verified.cs} | 4 ++-- ...=> _#G.INamespaceClient.GetToken.g.verified.cs} | 4 ++-- .../_#G.INamespaceClient.GetUser.g.verified.cs} | 4 ++-- ...amespaceClient.GetUserMembership.g.verified.cs} | 4 ++-- ...ient.ListOrganizationMemberships.g.verified.cs} | 4 ++-- ...amespaceClient.ListOrganizations.g.verified.cs} | 4 ++-- ... _#G.INamespaceClient.ListTokens.g.verified.cs} | 4 ++-- ...espaceClient.ListUserMemberships.g.verified.cs} | 4 ++-- .../_#G.INamespaceClient.ListUsers.g.verified.cs} | 4 ++-- ...aceClient.PatchAuthenticatedUser.g.verified.cs} | 4 ++-- ...mespaceClient.UpdateOrganization.g.verified.cs} | 4 ++-- ...ent.UpdateOrganizationMembership.g.verified.cs} | 4 ++-- ...spaceClient.UpdateUserMembership.g.verified.cs} | 4 ++-- ...G.INamespaceClient.ValidateToken.g.verified.cs} | 4 ++-- ...ified.cs => _#G.INamespaceClient.g.verified.cs} | 4 ++-- ...GetAuthenticatedUserSubscription.g.verified.cs} | 4 ++-- ...ient.GetOrganizationSubscription.g.verified.cs} | 4 ++-- ...riptionClient.GetRemainingCredit.g.verified.cs} | 4 ++-- ...ed.cs => _#G.ISubscriptionClient.g.verified.cs} | 4 ++-- ...licServiceCloneNamespacePipeline.g.verified.cs} | 4 ++-- ...iceCloneNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ServiceCreateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceCreateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceCreateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceCreateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceDeleteNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceDeleteNamespacePipeline.g.verified.cs} | 4 ++-- ...ceDeleteNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceDeleteNamespaceSecret.g.verified.cs} | 4 ++-- ...elinePublicServiceGetIntegration.g.verified.cs} | 4 ++-- ...licServiceGetNamespaceConnection.g.verified.cs} | 4 ++-- ...ublicServiceGetNamespacePipeline.g.verified.cs} | 4 ++-- ...rviceGetNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ePublicServiceGetNamespaceSecret.g.verified.cs} | 4 ++-- ...ipelinePublicServiceGetOperation.g.verified.cs} | 4 ++-- ...cServiceListComponentDefinitions.g.verified.cs} | 4 ++-- ...nePublicServiceListComponentRuns.g.verified.cs} | 4 ++-- ...inePublicServiceListIntegrations.g.verified.cs} | 4 ++-- ...cServiceListNamespaceConnections.g.verified.cs} | 4 ++-- ...iceListNamespacePipelineReleases.g.verified.cs} | 4 ++-- ...licServiceListNamespacePipelines.g.verified.cs} | 4 ++-- ...ublicServiceListNamespaceSecrets.g.verified.cs} | 4 ++-- ...iceListPipelineIDsByConnectionID.g.verified.cs} | 4 ++-- ...inePublicServiceListPipelineRuns.g.verified.cs} | 4 ++-- ...rviceListPipelineRunsByRequester.g.verified.cs} | 4 ++-- ...pelinePublicServiceListPipelines.g.verified.cs} | 4 ++-- ...icServiceRenameNamespacePipeline.g.verified.cs} | 4 ++-- ...icServiceTestNamespaceConnection.g.verified.cs} | 4 ++-- ...iceTriggerAsyncNamespacePipeline.g.verified.cs} | 4 ++-- ...gerAsyncNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...cServiceTriggerNamespacePipeline.g.verified.cs} | 4 ++-- ...eTriggerNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...iggerNamespacePipelineWithStream.g.verified.cs} | 4 ++-- ...ServiceUpdateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceUpdateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceUpdateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceUpdateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceValidateNamespacePipeline.g.verified.cs} | 4 ++-- ....g.verified.cs => _#G.IVDPClient.g.verified.cs} | 4 ++-- ...istCreditConsumptionChartRecords.g.verified.cs} | 4 ++-- ...ent.ListModelTriggerChartRecords.g.verified.cs} | 4 ++-- ....ListPipelineTriggerChartRecords.g.verified.cs} | 4 ++-- ...lient.ListPipelineTriggerRecords.g.verified.cs} | 4 ++-- ...verified.cs => _#G.MetricsClient.g.verified.cs} | 8 ++++---- ...ublicServiceCreateNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceDeleteNamespaceModel.g.verified.cs} | 4 ++-- ...rviceDeleteNamespaceModelVersion.g.verified.cs} | 4 ++-- ...lPublicServiceGetModelDefinition.g.verified.cs} | 4 ++-- ...elPublicServiceGetModelOperation.g.verified.cs} | 4 ++-- ...GetNamespaceLatestModelOperation.g.verified.cs} | 4 ++-- ...elPublicServiceGetNamespaceModel.g.verified.cs} | 4 ++-- ...erviceGetNamespaceModelOperation.g.verified.cs} | 4 ++-- ...ublicServiceListAvailableRegions.g.verified.cs} | 4 ++-- ...ublicServiceListModelDefinitions.g.verified.cs} | 4 ++-- ....ModelPublicServiceListModelRuns.g.verified.cs} | 4 ++-- ...cServiceListModelRunsByRequester.g.verified.cs} | 4 ++-- ...ent.ModelPublicServiceListModels.g.verified.cs} | 4 ++-- ...erviceListNamespaceModelVersions.g.verified.cs} | 4 ++-- ...PublicServiceListNamespaceModels.g.verified.cs} | 4 ++-- ...ublicServiceRenameNamespaceModel.g.verified.cs} | 4 ++-- ...TriggerAsyncNamespaceLatestModel.g.verified.cs} | 4 ++-- ...erviceTriggerAsyncNamespaceModel.g.verified.cs} | 4 ++-- ...rviceTriggerNamespaceLatestModel.g.verified.cs} | 4 ++-- ...blicServiceTriggerNamespaceModel.g.verified.cs} | 4 ++-- ...ublicServiceUpdateNamespaceModel.g.verified.cs} | 4 ++-- ...ServiceWatchNamespaceLatestModel.g.verified.cs} | 4 ++-- ...PublicServiceWatchNamespaceModel.g.verified.cs} | 4 ++-- ...g.verified.cs => _#G.ModelClient.g.verified.cs} | 8 ++++---- ...G.NamespaceClient.CheckNamespace.g.verified.cs} | 4 ++-- ...mespaceClient.CreateOrganization.g.verified.cs} | 4 ++-- ... _#G.NamespaceClient.CreateToken.g.verified.cs} | 4 ++-- ...mespaceClient.DeleteOrganization.g.verified.cs} | 4 ++-- ...ent.DeleteOrganizationMembership.g.verified.cs} | 4 ++-- ... _#G.NamespaceClient.DeleteToken.g.verified.cs} | 4 ++-- ...spaceClient.DeleteUserMembership.g.verified.cs} | 4 ++-- ...spaceClient.GetAuthenticatedUser.g.verified.cs} | 4 ++-- ....NamespaceClient.GetOrganization.g.verified.cs} | 4 ++-- ...Client.GetOrganizationMembership.g.verified.cs} | 4 ++-- ... => _#G.NamespaceClient.GetToken.g.verified.cs} | 4 ++-- ...s => _#G.NamespaceClient.GetUser.g.verified.cs} | 4 ++-- ...amespaceClient.GetUserMembership.g.verified.cs} | 4 ++-- ...ient.ListOrganizationMemberships.g.verified.cs} | 4 ++-- ...amespaceClient.ListOrganizations.g.verified.cs} | 4 ++-- ...> _#G.NamespaceClient.ListTokens.g.verified.cs} | 4 ++-- ...espaceClient.ListUserMemberships.g.verified.cs} | 4 ++-- ...=> _#G.NamespaceClient.ListUsers.g.verified.cs} | 4 ++-- ...aceClient.PatchAuthenticatedUser.g.verified.cs} | 4 ++-- ...mespaceClient.UpdateOrganization.g.verified.cs} | 4 ++-- ...ent.UpdateOrganizationMembership.g.verified.cs} | 4 ++-- ...spaceClient.UpdateUserMembership.g.verified.cs} | 4 ++-- ...#G.NamespaceClient.ValidateToken.g.verified.cs} | 4 ++-- ...rified.cs => _#G.NamespaceClient.g.verified.cs} | 8 ++++---- ...GetAuthenticatedUserSubscription.g.verified.cs} | 4 ++-- ...ient.GetOrganizationSubscription.g.verified.cs} | 4 ++-- ...riptionClient.GetRemainingCredit.g.verified.cs} | 4 ++-- ...ied.cs => _#G.SubscriptionClient.g.verified.cs} | 8 ++++---- ...licServiceCloneNamespacePipeline.g.verified.cs} | 4 ++-- ...iceCloneNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ServiceCreateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceCreateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceCreateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceCreateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceDeleteNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceDeleteNamespacePipeline.g.verified.cs} | 4 ++-- ...ceDeleteNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceDeleteNamespaceSecret.g.verified.cs} | 4 ++-- ...elinePublicServiceGetIntegration.g.verified.cs} | 4 ++-- ...licServiceGetNamespaceConnection.g.verified.cs} | 4 ++-- ...ublicServiceGetNamespacePipeline.g.verified.cs} | 4 ++-- ...rviceGetNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...ePublicServiceGetNamespaceSecret.g.verified.cs} | 4 ++-- ...ipelinePublicServiceGetOperation.g.verified.cs} | 4 ++-- ...cServiceListComponentDefinitions.g.verified.cs} | 4 ++-- ...nePublicServiceListComponentRuns.g.verified.cs} | 4 ++-- ...inePublicServiceListIntegrations.g.verified.cs} | 4 ++-- ...cServiceListNamespaceConnections.g.verified.cs} | 4 ++-- ...iceListNamespacePipelineReleases.g.verified.cs} | 4 ++-- ...licServiceListNamespacePipelines.g.verified.cs} | 4 ++-- ...ublicServiceListNamespaceSecrets.g.verified.cs} | 4 ++-- ...iceListPipelineIDsByConnectionID.g.verified.cs} | 4 ++-- ...inePublicServiceListPipelineRuns.g.verified.cs} | 4 ++-- ...rviceListPipelineRunsByRequester.g.verified.cs} | 4 ++-- ...pelinePublicServiceListPipelines.g.verified.cs} | 4 ++-- ...icServiceRenameNamespacePipeline.g.verified.cs} | 4 ++-- ...icServiceTestNamespaceConnection.g.verified.cs} | 4 ++-- ...iceTriggerAsyncNamespacePipeline.g.verified.cs} | 4 ++-- ...gerAsyncNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...cServiceTriggerNamespacePipeline.g.verified.cs} | 4 ++-- ...eTriggerNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...iggerNamespacePipelineWithStream.g.verified.cs} | 4 ++-- ...ServiceUpdateNamespaceConnection.g.verified.cs} | 4 ++-- ...icServiceUpdateNamespacePipeline.g.verified.cs} | 4 ++-- ...ceUpdateNamespacePipelineRelease.g.verified.cs} | 4 ++-- ...blicServiceUpdateNamespaceSecret.g.verified.cs} | 4 ++-- ...ServiceValidateNamespacePipeline.g.verified.cs} | 4 ++-- ...t.g.verified.cs => _#G.VDPClient.g.verified.cs} | 8 ++++---- 529 files changed, 1109 insertions(+), 1105 deletions(-) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceChat.g.verified.cs => _#G.AppClient.AppPublicServiceChat.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs => _#G.AppClient.AppPublicServiceCreateApp.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs => _#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs => _#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs => _#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs => _#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs => _#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs => _#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs => _#G.AppClient.AppPublicServiceListApps.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs => _#G.AppClient.AppPublicServiceListConversations.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs => _#G.AppClient.AppPublicServiceListMessages.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs => _#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs => _#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs => _#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs => _#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__AppClient.g.verified.cs => _#G.AppClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.CreateCatalog.g.verified.cs => _#G.ArtifactClient.CreateCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs => _#G.ArtifactClient.DeleteCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs => _#G.ArtifactClient.DeleteCatalogFile.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs => _#G.ArtifactClient.GetFileCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs => _#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs => _#G.ArtifactClient.GetObjectUploadURL.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.GetSourceFile.g.verified.cs => _#G.ArtifactClient.GetSourceFile.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs => _#G.ArtifactClient.ListCatalogFiles.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs => _#G.ArtifactClient.ListCatalogRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.ListCatalogs.g.verified.cs => _#G.ArtifactClient.ListCatalogs.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.ListChunks.g.verified.cs => _#G.ArtifactClient.ListChunks.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs => _#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs => _#G.ArtifactClient.QuestionAnswering.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs => _#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs => _#G.ArtifactClient.UpdateCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.UpdateChunk.g.verified.cs => _#G.ArtifactClient.UpdateChunk.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs => _#G.ArtifactClient.UploadCatalogFile.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ArtifactClient.g.verified.cs => _#G.ArtifactClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs => _#G.IAppClient.AppPublicServiceChat.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs => _#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs => _#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs => _#G.IAppClient.AppPublicServiceListMessages.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs => _#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs => NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs => _#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__AppClient.g.verified.cs => _#G.IAppClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs => _#G.IArtifactClient.DeleteCatalogFile.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs => _#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs => _#G.IArtifactClient.GetObjectUploadURL.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs => _#G.IArtifactClient.GetSourceFile.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs => _#G.IArtifactClient.ListCatalogs.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.ListChunks.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs => _#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs => _#G.IArtifactClient.QuestionAnswering.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs => _#G.IArtifactClient.UpdateChunk.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs => NewtonsoftJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ArtifactClient.g.verified.cs => _#G.IArtifactClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs => _#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs => _#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs => NewtonsoftJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs => _#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__MetricsClient.g.verified.cs => _#G.IMetricsClient.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs => _#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs => _#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs => _#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs => _#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs} (82%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs => _#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs => _#G.IModelClient.ModelPublicServiceListModels.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs => _#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs => NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__ModelClient.g.verified.cs => _#G.IModelClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.CreateToken.g.verified.cs => _#G.INamespaceClient.CreateToken.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs => _#G.INamespaceClient.DeleteToken.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs => _#G.INamespaceClient.DeleteUserMembership.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs} (83%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs => _#G.INamespaceClient.GetOrganization.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs => _#G.INamespaceClient.GetOrganizationMembership.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.GetToken.g.verified.cs => _#G.INamespaceClient.GetToken.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.GetUser.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.ListTokens.g.verified.cs => _#G.INamespaceClient.ListTokens.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.ListUsers.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs => _#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs => _#G.INamespaceClient.UpdateOrganization.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs => NewtonsoftJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs => _#G.INamespaceClient.UpdateUserMembership.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs => _#G.INamespaceClient.ValidateToken.g.verified.cs} (83%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__NamespaceClient.g.verified.cs => _#G.INamespaceClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs => _#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs} (82%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs => NewtonsoftJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs => _#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__SubscriptionClient.g.verified.cs => _#G.ISubscriptionClient.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs => NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.Ix__VDPClient.g.verified.cs => _#G.IVDPClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs => _#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs => _#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs => _#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs => _#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__MetricsClient.g.verified.cs => _#G.MetricsClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs => _#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs => _#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModels.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs => _#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs => _#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__ModelClient.g.verified.cs => _#G.ModelClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.CheckNamespace.g.verified.cs => _#G.NamespaceClient.CheckNamespace.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.CreateOrganization.g.verified.cs => _#G.NamespaceClient.CreateOrganization.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.CreateToken.g.verified.cs => _#G.NamespaceClient.CreateToken.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs => _#G.NamespaceClient.DeleteOrganization.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs => _#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.DeleteToken.g.verified.cs => _#G.NamespaceClient.DeleteToken.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs => _#G.NamespaceClient.DeleteUserMembership.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs => _#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.GetOrganization.g.verified.cs => _#G.NamespaceClient.GetOrganization.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs => _#G.NamespaceClient.GetOrganizationMembership.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.GetToken.g.verified.cs => _#G.NamespaceClient.GetToken.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.GetUser.g.verified.cs => _#G.NamespaceClient.GetUser.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.GetUserMembership.g.verified.cs => _#G.NamespaceClient.GetUserMembership.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs => _#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.ListOrganizations.g.verified.cs => _#G.NamespaceClient.ListOrganizations.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.ListTokens.g.verified.cs => _#G.NamespaceClient.ListTokens.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs => _#G.NamespaceClient.ListUserMemberships.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.ListUsers.g.verified.cs => _#G.NamespaceClient.ListUsers.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs => _#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs => _#G.NamespaceClient.UpdateOrganization.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs => _#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs => _#G.NamespaceClient.UpdateUserMembership.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.ValidateToken.g.verified.cs => _#G.NamespaceClient.ValidateToken.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__NamespaceClient.g.verified.cs => _#G.NamespaceClient.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs => _#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs => _#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs => _#G.SubscriptionClient.GetRemainingCredit.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__SubscriptionClient.g.verified.cs => _#G.SubscriptionClient.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/{_#G.x__VDPClient.g.verified.cs => _#G.VDPClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceChat.g.verified.cs => _#G.AppClient.AppPublicServiceChat.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs => _#G.AppClient.AppPublicServiceCreateApp.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs => _#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs => _#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs => _#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs => _#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs => _#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs => _#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs => _#G.AppClient.AppPublicServiceListApps.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs => _#G.AppClient.AppPublicServiceListConversations.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs => _#G.AppClient.AppPublicServiceListMessages.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs => _#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs => _#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs => _#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs => _#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__AppClient.g.verified.cs => _#G.AppClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.CreateCatalog.g.verified.cs => _#G.ArtifactClient.CreateCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs => _#G.ArtifactClient.DeleteCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs => _#G.ArtifactClient.DeleteCatalogFile.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs => _#G.ArtifactClient.GetFileCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs => _#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs => _#G.ArtifactClient.GetObjectUploadURL.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.GetSourceFile.g.verified.cs => _#G.ArtifactClient.GetSourceFile.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs => _#G.ArtifactClient.ListCatalogFiles.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs => _#G.ArtifactClient.ListCatalogRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.ListCatalogs.g.verified.cs => _#G.ArtifactClient.ListCatalogs.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.ListChunks.g.verified.cs => _#G.ArtifactClient.ListChunks.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs => _#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs => _#G.ArtifactClient.QuestionAnswering.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs => _#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs => _#G.ArtifactClient.UpdateCatalog.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.UpdateChunk.g.verified.cs => _#G.ArtifactClient.UpdateChunk.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs => _#G.ArtifactClient.UploadCatalogFile.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ArtifactClient.g.verified.cs => _#G.ArtifactClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs => _#G.IAppClient.AppPublicServiceChat.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs => _#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs => _#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs => _#G.IAppClient.AppPublicServiceListMessages.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs => _#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs => SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs => _#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__AppClient.g.verified.cs => _#G.IAppClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs => SystemTextJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs => SystemTextJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs => _#G.IArtifactClient.DeleteCatalogFile.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs => SystemTextJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs => _#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs => _#G.IArtifactClient.GetObjectUploadURL.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs => _#G.IArtifactClient.GetSourceFile.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs => SystemTextJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs => SystemTextJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs => _#G.IArtifactClient.ListCatalogs.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs => SystemTextJson/_#G.IArtifactClient.ListChunks.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs => _#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs => _#G.IArtifactClient.QuestionAnswering.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs => SystemTextJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs => SystemTextJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs => _#G.IArtifactClient.UpdateChunk.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs => SystemTextJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ArtifactClient.g.verified.cs => _#G.IArtifactClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs => _#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs => _#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs => SystemTextJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs => _#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__MetricsClient.g.verified.cs => _#G.IMetricsClient.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs => _#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs => _#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs => _#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs => _#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs} (82%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs => _#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs => _#G.IModelClient.ModelPublicServiceListModels.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs => _#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs => _#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs => SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__ModelClient.g.verified.cs => _#G.IModelClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs => SystemTextJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs => SystemTextJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.CreateToken.g.verified.cs => _#G.INamespaceClient.CreateToken.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs => SystemTextJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs => SystemTextJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs => _#G.INamespaceClient.DeleteToken.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs => _#G.INamespaceClient.DeleteUserMembership.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs => SystemTextJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs} (83%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs => _#G.INamespaceClient.GetOrganization.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs => _#G.INamespaceClient.GetOrganizationMembership.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.GetToken.g.verified.cs => _#G.INamespaceClient.GetToken.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs => SystemTextJson/_#G.INamespaceClient.GetUser.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs => SystemTextJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs => SystemTextJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs} (85%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs => SystemTextJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.ListTokens.g.verified.cs => _#G.INamespaceClient.ListTokens.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs => SystemTextJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs => SystemTextJson/_#G.INamespaceClient.ListUsers.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs => _#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs => _#G.INamespaceClient.UpdateOrganization.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs => SystemTextJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs => _#G.INamespaceClient.UpdateUserMembership.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs => _#G.INamespaceClient.ValidateToken.g.verified.cs} (83%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__NamespaceClient.g.verified.cs => _#G.INamespaceClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs => _#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs} (82%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs => SystemTextJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs => _#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__SubscriptionClient.g.verified.cs => _#G.ISubscriptionClient.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs} (94%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs} (84%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs} (86%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs} (88%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs} (87%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs} (90%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs} (91%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs} (96%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/{NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs => SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs} (95%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs => _#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.Ix__VDPClient.g.verified.cs => _#G.IVDPClient.g.verified.cs} (89%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs => _#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs => _#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs => _#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs => _#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__MetricsClient.g.verified.cs => _#G.MetricsClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs => _#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs => _#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs => _#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs => _#G.ModelClient.ModelPublicServiceListModels.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs => _#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs => _#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs => _#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__ModelClient.g.verified.cs => _#G.ModelClient.g.verified.cs} (93%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.CheckNamespace.g.verified.cs => _#G.NamespaceClient.CheckNamespace.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.CreateOrganization.g.verified.cs => _#G.NamespaceClient.CreateOrganization.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.CreateToken.g.verified.cs => _#G.NamespaceClient.CreateToken.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs => _#G.NamespaceClient.DeleteOrganization.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs => _#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.DeleteToken.g.verified.cs => _#G.NamespaceClient.DeleteToken.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs => _#G.NamespaceClient.DeleteUserMembership.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs => _#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.GetOrganization.g.verified.cs => _#G.NamespaceClient.GetOrganization.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs => _#G.NamespaceClient.GetOrganizationMembership.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.GetToken.g.verified.cs => _#G.NamespaceClient.GetToken.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.GetUser.g.verified.cs => _#G.NamespaceClient.GetUser.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.GetUserMembership.g.verified.cs => _#G.NamespaceClient.GetUserMembership.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs => _#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.ListOrganizations.g.verified.cs => _#G.NamespaceClient.ListOrganizations.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.ListTokens.g.verified.cs => _#G.NamespaceClient.ListTokens.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs => _#G.NamespaceClient.ListUserMemberships.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.ListUsers.g.verified.cs => _#G.NamespaceClient.ListUsers.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs => _#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs => _#G.NamespaceClient.UpdateOrganization.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs => _#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs => _#G.NamespaceClient.UpdateUserMembership.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.ValidateToken.g.verified.cs => _#G.NamespaceClient.ValidateToken.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__NamespaceClient.g.verified.cs => _#G.NamespaceClient.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs => _#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs => _#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs => _#G.SubscriptionClient.GetRemainingCredit.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__SubscriptionClient.g.verified.cs => _#G.SubscriptionClient.g.verified.cs} (92%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs => _#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs => _#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs} (97%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs => _#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs => _#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs => _#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs} (98%) rename src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/{_#G.x__VDPClient.g.verified.cs => _#G.VDPClient.g.verified.cs} (93%) diff --git a/src/libs/AutoSDK/Naming/Clients/ClientNameGenerator.cs b/src/libs/AutoSDK/Naming/Clients/ClientNameGenerator.cs index 12ba4cd998..031206134f 100644 --- a/src/libs/AutoSDK/Naming/Clients/ClientNameGenerator.cs +++ b/src/libs/AutoSDK/Naming/Clients/ClientNameGenerator.cs @@ -21,6 +21,10 @@ public static string GeneratePropertyName( { tag = tag ?? throw new ArgumentNullException(nameof(tag)); - return PropertyData.SanitizeName(tag.Name.ToClassName(), settings.ClsCompliantEnumPrefix); + var name = new string(tag.Name + .SkipWhile(c => !char.IsDigit(c) && !char.IsLetter(c)) + .ToArray()); + + return PropertyData.SanitizeName(name.ToClassName(), settings.ClsCompliantEnumPrefix); } } \ No newline at end of file diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.g.verified.cs index 4993dfe46c..5bd4a0b84d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Api.g.verified.cs @@ -36,7 +36,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Namespaces (e.g. User, Organization) that structure the resource hierarchy. /// - public x__NamespaceClient x__Namespace => new x__NamespaceClient(HttpClient, authorizations: Authorizations) + public NamespaceClient Namespace => new NamespaceClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -44,7 +44,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Pipeline orchestration in VDP (Versatile Data Pipeline). /// - public x__VDPClient x__VDP => new x__VDPClient(HttpClient, authorizations: Authorizations) + public VDPClient VDP => new VDPClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -52,7 +52,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// AI Model resources for MLOps/LLMOps. /// - public x__ModelClient x__Model => new x__ModelClient(HttpClient, authorizations: Authorizations) + public ModelClient Model => new ModelClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -60,7 +60,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Data orchestration for unified unstructured data representation. /// - public x__ArtifactClient x__Artifact => new x__ArtifactClient(HttpClient, authorizations: Authorizations) + public ArtifactClient Artifact => new ArtifactClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -68,7 +68,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Ready-to-use AI applications. /// - public x__AppClient x__App => new x__AppClient(HttpClient, authorizations: Authorizations) + public AppClient App => new AppClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -76,7 +76,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Resource usage metrics. /// - public x__MetricsClient x__Metrics => new x__MetricsClient(HttpClient, authorizations: Authorizations) + public MetricsClient Metrics => new MetricsClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -84,7 +84,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Pricing plans on Instill Cloud. /// - public x__SubscriptionClient x__Subscription => new x__SubscriptionClient(HttpClient, authorizations: Authorizations) + public SubscriptionClient Subscription => new SubscriptionClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceChat.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceChat.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceChat.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceChat.g.verified.cs index 52ff3ebf50..1c93ddf32b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceChat.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceChat.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceChat.g.cs +//HintName: G.AppClient.AppPublicServiceChat.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceChatArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateApp.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateApp.g.verified.cs index d5122d5eff..515f97aed3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateApp.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceCreateApp.g.cs +//HintName: G.AppClient.AppPublicServiceCreateApp.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceCreateAppArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs index b0a5ff13c2..97649c3b5a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceCreateConversation.g.cs +//HintName: G.AppClient.AppPublicServiceCreateConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceCreateConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs index c9c4f18716..6eb4505d19 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceCreateMessage.g.cs +//HintName: G.AppClient.AppPublicServiceCreateMessage.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceCreateMessageArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs index 0aff2a1cfc..1f7981f966 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceDeleteApp.g.cs +//HintName: G.AppClient.AppPublicServiceDeleteApp.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceDeleteAppArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs index 6acf52bd89..884d4e909d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceDeleteConversation.g.cs +//HintName: G.AppClient.AppPublicServiceDeleteConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceDeleteConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs index a6779efc78..3bfbda644c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceDeleteMessage.g.cs +//HintName: G.AppClient.AppPublicServiceDeleteMessage.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceDeleteMessageArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs index 1cd7e0d2e9..4981f477e5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.cs +//HintName: G.AppClient.AppPublicServiceGetPlaygroundConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceGetPlaygroundConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListApps.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListApps.g.verified.cs index 9d0e9ab9c8..eabbb25295 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListApps.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceListApps.g.cs +//HintName: G.AppClient.AppPublicServiceListApps.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceListAppsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListConversations.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListConversations.g.verified.cs index 0f982a9acd..bb601be857 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListConversations.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceListConversations.g.cs +//HintName: G.AppClient.AppPublicServiceListConversations.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceListConversationsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListMessages.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListMessages.g.verified.cs index ad50566768..7e05200b77 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceListMessages.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceListMessages.g.cs +//HintName: G.AppClient.AppPublicServiceListMessages.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceListMessagesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs index 1fc1d432e1..39ca7346f4 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs +//HintName: G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceRestartPlaygroundConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs index 45674f7b10..1403a4404e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceUpdateApp.g.cs +//HintName: G.AppClient.AppPublicServiceUpdateApp.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceUpdateAppArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs index d801ff79c0..6a3a78a5a7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceUpdateConversation.g.cs +//HintName: G.AppClient.AppPublicServiceUpdateConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceUpdateConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs index 086854ed9f..c2285daee3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceUpdateMessage.g.cs +//HintName: G.AppClient.AppPublicServiceUpdateMessage.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceUpdateMessageArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.g.verified.cs index baa2c2976a..32dac26407 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__AppClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.AppClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__AppClient.g.cs +//HintName: G.AppClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// - public sealed partial class x__AppClient : global::G.Ix__AppClient, global::System.IDisposable + public sealed partial class AppClient : global::G.IAppClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__AppClient : global::G.Ix__AppClient, global::Syst /// - /// Creates a new instance of the x__AppClient. + /// Creates a new instance of the AppClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__AppClient : global::G.Ix__AppClient, global::Syst /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__AppClient( + public AppClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.CreateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.CreateCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.CreateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.CreateCatalog.g.verified.cs index 76d86a5abf..8d5c652656 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.CreateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.CreateCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.CreateCatalog.g.cs +//HintName: G.ArtifactClient.CreateCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareCreateCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.DeleteCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.DeleteCatalog.g.verified.cs index f4cd3e4960..f40f886f9e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.DeleteCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.DeleteCatalog.g.cs +//HintName: G.ArtifactClient.DeleteCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareDeleteCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.DeleteCatalogFile.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.DeleteCatalogFile.g.verified.cs index f5f3ef9ebc..b6addf39cb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.DeleteCatalogFile.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.DeleteCatalogFile.g.cs +//HintName: G.ArtifactClient.DeleteCatalogFile.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareDeleteCatalogFileArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetFileCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetFileCatalog.g.verified.cs index 5f33a73f8c..b303ed6df8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetFileCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetFileCatalog.g.cs +//HintName: G.ArtifactClient.GetFileCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetFileCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs index 207d16846d..6e17fea06a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetObjectDownloadURL.g.cs +//HintName: G.ArtifactClient.GetObjectDownloadURL.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetObjectDownloadURLArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetObjectUploadURL.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetObjectUploadURL.g.verified.cs index e04b0d0f5e..dd07fdb033 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetObjectUploadURL.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetObjectUploadURL.g.cs +//HintName: G.ArtifactClient.GetObjectUploadURL.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetObjectUploadURLArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetSourceFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetSourceFile.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetSourceFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetSourceFile.g.verified.cs index b5510570a3..9c2c1befcc 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.GetSourceFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.GetSourceFile.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetSourceFile.g.cs +//HintName: G.ArtifactClient.GetSourceFile.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetSourceFileArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogFiles.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogFiles.g.verified.cs index df236a71a3..ba0876a302 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogFiles.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListCatalogFiles.g.cs +//HintName: G.ArtifactClient.ListCatalogFiles.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListCatalogFilesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogRuns.g.verified.cs index f9ef174ea6..8875a64f0c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListCatalogRuns.g.cs +//HintName: G.ArtifactClient.ListCatalogRuns.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListCatalogRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogs.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogs.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogs.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogs.g.verified.cs index 59576d17c6..7e10bcc92b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListCatalogs.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListCatalogs.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListCatalogs.g.cs +//HintName: G.ArtifactClient.ListCatalogs.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListCatalogsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListChunks.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListChunks.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListChunks.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListChunks.g.verified.cs index 69024c1f72..11108e4480 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ListChunks.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ListChunks.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListChunks.g.cs +//HintName: G.ArtifactClient.ListChunks.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListChunksArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs index c0f03d0e0d..44dc5634bd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ProcessCatalogFiles.g.cs +//HintName: G.ArtifactClient.ProcessCatalogFiles.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareProcessCatalogFilesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.QuestionAnswering.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.QuestionAnswering.g.verified.cs index a80330817f..bb10479c36 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.QuestionAnswering.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.QuestionAnswering.g.cs +//HintName: G.ArtifactClient.QuestionAnswering.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareQuestionAnsweringArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs index 7712f04f6e..7ea303cc84 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.SimilarityChunksSearch.g.cs +//HintName: G.ArtifactClient.SimilarityChunksSearch.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareSimilarityChunksSearchArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UpdateCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UpdateCatalog.g.verified.cs index b705e914b8..f506270d7f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UpdateCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.UpdateCatalog.g.cs +//HintName: G.ArtifactClient.UpdateCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareUpdateCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UpdateChunk.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UpdateChunk.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UpdateChunk.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UpdateChunk.g.verified.cs index 0f1a76f325..e90756b035 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UpdateChunk.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UpdateChunk.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.UpdateChunk.g.cs +//HintName: G.ArtifactClient.UpdateChunk.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareUpdateChunkArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UploadCatalogFile.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UploadCatalogFile.g.verified.cs index 708ed23bb6..0f3b5919e7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.UploadCatalogFile.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.UploadCatalogFile.g.cs +//HintName: G.ArtifactClient.UploadCatalogFile.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareUploadCatalogFileArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.g.verified.cs index c9891c0ecc..12091dddbf 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ArtifactClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ArtifactClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__ArtifactClient.g.cs +//HintName: G.ArtifactClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__ArtifactClient : global::G.Ix__ArtifactClient, global::System.IDisposable + public sealed partial class ArtifactClient : global::G.IArtifactClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__ArtifactClient : global::G.Ix__ArtifactClient, gl /// - /// Creates a new instance of the x__ArtifactClient. + /// Creates a new instance of the ArtifactClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__ArtifactClient : global::G.Ix__ArtifactClient, gl /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__ArtifactClient( + public ArtifactClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IApi.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IApi.g.verified.cs index 713a0ac37b..d2e36926f1 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IApi.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IApi.g.verified.cs @@ -35,37 +35,37 @@ public partial interface IApi : global::System.IDisposable /// /// Namespaces (e.g. User, Organization) that structure the resource hierarchy. /// - public x__NamespaceClient x__Namespace { get; } + public NamespaceClient Namespace { get; } /// /// Pipeline orchestration in VDP (Versatile Data Pipeline). /// - public x__VDPClient x__VDP { get; } + public VDPClient VDP { get; } /// /// AI Model resources for MLOps/LLMOps. /// - public x__ModelClient x__Model { get; } + public ModelClient Model { get; } /// /// Data orchestration for unified unstructured data representation. /// - public x__ArtifactClient x__Artifact { get; } + public ArtifactClient Artifact { get; } /// /// Ready-to-use AI applications. /// - public x__AppClient x__App { get; } + public AppClient App { get; } /// /// Resource usage metrics. /// - public x__MetricsClient x__Metrics { get; } + public MetricsClient Metrics { get; } /// /// Pricing plans on Instill Cloud. /// - public x__SubscriptionClient x__Subscription { get; } + public SubscriptionClient Subscription { get; } } } \ No newline at end of file diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceChat.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceChat.g.verified.cs index 23e49ab190..45a9486194 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceChat.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceChat.g.cs +//HintName: G.IAppClient.AppPublicServiceChat.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Chat
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs index 3d2691d403..e9a77714da 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceCreateApp.g.cs +//HintName: G.IAppClient.AppPublicServiceCreateApp.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Create an app
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs index 5fa88a6b62..a33b40a11b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceCreateConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceCreateConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Create a conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs index 60c241442e..382385b15c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceCreateMessage.g.cs +//HintName: G.IAppClient.AppPublicServiceCreateMessage.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Create a message
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs index 4dbf4056fd..0a3e5b7d30 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceDeleteApp.g.cs +//HintName: G.IAppClient.AppPublicServiceDeleteApp.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Delete a app
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs index e854ab35e2..c53cef22ba 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceDeleteConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceDeleteConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Delete a conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs index 349aa8ec4d..73908642b3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceDeleteMessage.g.cs +//HintName: G.IAppClient.AppPublicServiceDeleteMessage.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Delete a message
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs index f92534ec25..a2706974c6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Get Playground Conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs index dc8b46dba7..18b084e6db 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceListApps.g.cs +//HintName: G.IAppClient.AppPublicServiceListApps.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// List all apps info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs index 8a0b98c57b..5cd0da402e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceListConversations.g.cs +//HintName: G.IAppClient.AppPublicServiceListConversations.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// List conversations
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListMessages.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListMessages.g.verified.cs index 37218a1396..44764b45e5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceListMessages.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceListMessages.g.cs +//HintName: G.IAppClient.AppPublicServiceListMessages.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// List messages
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs index 39d9e9d117..2f985ea3ca 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Restart Playground Conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs index a9e0c0caf4..ed19442569 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceUpdateApp.g.cs +//HintName: G.IAppClient.AppPublicServiceUpdateApp.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Update a app info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs index 2c3c50b82c..d1f6623095 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceUpdateConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceUpdateConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Update a conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs index 117cc9d16b..056c2d80c0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceUpdateMessage.g.cs +//HintName: G.IAppClient.AppPublicServiceUpdateMessage.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Update a message
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.g.verified.cs index d956675361..071953cc55 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IAppClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__AppClient.g.cs +//HintName: G.IAppClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__AppClient : global::System.IDisposable + public partial interface IAppClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs index 442beb1814..5a152db781 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.CreateCatalog.g.cs +//HintName: G.IArtifactClient.CreateCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Create a catalog
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs index b75f9c9618..f1225f5274 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.DeleteCatalog.g.cs +//HintName: G.IArtifactClient.DeleteCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Delete a catalog
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.DeleteCatalogFile.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.DeleteCatalogFile.g.verified.cs index 83a014a6e2..5e3f39f87a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.DeleteCatalogFile.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.DeleteCatalogFile.g.cs +//HintName: G.IArtifactClient.DeleteCatalogFile.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Delete a file
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs index 4a7384cbcc..10095d0902 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetFileCatalog.g.cs +//HintName: G.IArtifactClient.GetFileCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get file catalog
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs index 7d25efe04d..b0aefe4efe 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetObjectDownloadURL.g.cs +//HintName: G.IArtifactClient.GetObjectDownloadURL.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get Object Download URL
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetObjectUploadURL.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetObjectUploadURL.g.verified.cs index d714cb48ce..e223238d5d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetObjectUploadURL.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetObjectUploadURL.g.cs +//HintName: G.IArtifactClient.GetObjectUploadURL.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get Object Upload URL
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetSourceFile.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetSourceFile.g.verified.cs index d8cc6729b7..67af30f341 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.GetSourceFile.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetSourceFile.g.cs +//HintName: G.IArtifactClient.GetSourceFile.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get catalog single-source-of-truth file
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs index 9f3984c3a5..4e6eea4f70 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListCatalogFiles.g.cs +//HintName: G.IArtifactClient.ListCatalogFiles.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// List catalog files
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs index c9a54d0b03..6d25c7208e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListCatalogRuns.g.cs +//HintName: G.IArtifactClient.ListCatalogRuns.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// List Catalog Runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogs.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogs.g.verified.cs index 2788986b84..dbc632b775 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListCatalogs.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListCatalogs.g.cs +//HintName: G.IArtifactClient.ListCatalogs.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get all catalogs info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListChunks.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListChunks.g.verified.cs index fb7f14102b..8e945d8df9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ListChunks.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListChunks.g.cs +//HintName: G.IArtifactClient.ListChunks.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// List catalog chunks
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs index afd6f81794..219c81b44d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ProcessCatalogFiles.g.cs +//HintName: G.IArtifactClient.ProcessCatalogFiles.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Process catalog files
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.QuestionAnswering.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.QuestionAnswering.g.verified.cs index fcc1b406dc..e1c67f4a77 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.QuestionAnswering.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.QuestionAnswering.g.cs +//HintName: G.IArtifactClient.QuestionAnswering.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Ask a question
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs index 16d0b48383..618149dd7f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.SimilarityChunksSearch.g.cs +//HintName: G.IArtifactClient.SimilarityChunksSearch.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Retrieve similar chunks
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs index 7f56877a54..835713e985 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.UpdateCatalog.g.cs +//HintName: G.IArtifactClient.UpdateCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Update a catalog info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UpdateChunk.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UpdateChunk.g.verified.cs index 4c322fa921..d93d8ce360 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UpdateChunk.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.UpdateChunk.g.cs +//HintName: G.IArtifactClient.UpdateChunk.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Update catalog chunk
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs index e802ce634f..a81237767c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.UploadCatalogFile.g.cs +//HintName: G.IArtifactClient.UploadCatalogFile.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Create a file
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.g.verified.cs index 938ab63f6e..a5a82da258 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IArtifactClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__ArtifactClient.g.cs +//HintName: G.IArtifactClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__ArtifactClient : global::System.IDisposable + public partial interface IArtifactClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs index 6e145154f7..e7fc1f5bb8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.cs +//HintName: G.IMetricsClient.ListCreditConsumptionChartRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List Instill Credit consumption time charts
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs index 77eacf531f..7d2e5771ad 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListModelTriggerChartRecords.g.cs +//HintName: G.IMetricsClient.ListModelTriggerChartRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List model trigger time charts
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs index 2181c08011..dd9a98b186 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.cs +//HintName: G.IMetricsClient.ListPipelineTriggerChartRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List pipeline trigger time charts
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs index bb154036dd..1ad5fa7efa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListPipelineTriggerRecords.g.cs +//HintName: G.IMetricsClient.ListPipelineTriggerRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List pipeline triggers
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.g.verified.cs index d5d532efb4..f468ad8ee0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IMetricsClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__MetricsClient.g.cs +//HintName: G.IMetricsClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__MetricsClient : global::System.IDisposable + public partial interface IMetricsClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs index 99b653b4b2..76cba34699 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Create a new model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs index 3a6a512819..bfa750b6ec 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Delete a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs index f407efec05..42fcb59552 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs +//HintName: G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Delete a model version
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs index 7660393479..0d267afe0d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetModelDefinition.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get a model definition
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs index 93bacfdd11..aef49c480d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetModelOperation.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get the details of a long-running operation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs index 4b2e3d7a5f..3034500113 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get the details of the latest long-running operation from a namespace model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs index c5e92c81ae..08b6b60a6c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs index 12ffe9823d..fee0452aeb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get the details of the long-running operation from a namespace model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs similarity index 82% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs index e74a0f43cc..ca0e3ee46e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.cs +//HintName: G.IModelClient.ModelPublicServiceListAvailableRegions.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List available regions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs index 07882dc8cd..fb8c13fdeb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModelDefinitions.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List model definitions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs index a3376b0b64..17792b9525 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModelRuns.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List model runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs index 026ce0671d..79dec9483a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List Model Runs of a Namespace (user or organization)
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModels.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModels.g.verified.cs index 8659994ac9..96ea402bf6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListModels.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModels.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModels.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List models
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs index f3a4075961..9064aa6da9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs +//HintName: G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List namespace model versions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs index a37ac4187b..231bb962ed 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.cs +//HintName: G.IModelClient.ModelPublicServiceListNamespaceModels.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List namespace models
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs index ce90d6960b..9e2effd610 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Rename a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs index cd3a8920ba..ec45f264bb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs index 26455194e5..f33315256c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs index 4d981e48f3..e5b02c1001 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs index ae68be5df5..f2d450a83e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs index 93b3c8540e..f5cb855be1 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Update a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs index d9fd9db06a..feb626954d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Watch the state of the latest model version
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs index 83262e2a3e..dae9011aae 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Watch the state of a model version
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.g.verified.cs index f99801d606..f31c8ab520 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IModelClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__ModelClient.g.cs +//HintName: G.IModelClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__ModelClient : global::System.IDisposable + public partial interface IModelClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs index b91bfa43b1..a3adde9d7c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.CheckNamespace.g.cs +//HintName: G.INamespaceClient.CheckNamespace.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Check if a namespace is in use
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs index 036a408055..d38b09c798 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.CreateOrganization.g.cs +//HintName: G.INamespaceClient.CreateOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Create an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CreateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CreateToken.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CreateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CreateToken.g.verified.cs index 2e55a65022..109be8261b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CreateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.CreateToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.CreateToken.g.cs +//HintName: G.INamespaceClient.CreateToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Create an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs index a625276167..53a00c40c8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteOrganization.g.cs +//HintName: G.INamespaceClient.DeleteOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs index c16937bd7e..57c69f49da 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteOrganizationMembership.g.cs +//HintName: G.INamespaceClient.DeleteOrganizationMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete an organization membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteToken.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteToken.g.verified.cs index 274fc8d8be..bf12ac8dd7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteToken.g.cs +//HintName: G.INamespaceClient.DeleteToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteUserMembership.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteUserMembership.g.verified.cs index 808f156361..80096ba9a6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.DeleteUserMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteUserMembership.g.cs +//HintName: G.INamespaceClient.DeleteUserMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete a user membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs similarity index 83% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs index 9cb6475200..8ad362518c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetAuthenticatedUser.g.cs +//HintName: G.INamespaceClient.GetAuthenticatedUser.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get the authenticated user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetOrganization.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetOrganization.g.verified.cs index ebd954c913..bd2850081c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetOrganization.g.cs +//HintName: G.INamespaceClient.GetOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetOrganizationMembership.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetOrganizationMembership.g.verified.cs index ef6cc4f6fe..9397c60cd5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetOrganizationMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetOrganizationMembership.g.cs +//HintName: G.INamespaceClient.GetOrganizationMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get a an organization membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetToken.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetToken.g.verified.cs index 545a942c65..05a0535d90 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetToken.g.cs +//HintName: G.INamespaceClient.GetToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetUser.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetUser.g.verified.cs index cd5bcb8651..bbe3aa2e51 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetUser.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetUser.g.cs +//HintName: G.INamespaceClient.GetUser.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get a user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs index 4c4f4bc6a4..375124c02c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetUserMembership.g.cs +//HintName: G.INamespaceClient.GetUserMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get a user membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs index e2fce94128..54b3e3e0ee 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListOrganizationMemberships.g.cs +//HintName: G.INamespaceClient.ListOrganizationMemberships.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List organization memberships
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs index f1e2f522ff..fefc940b48 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListOrganizations.g.cs +//HintName: G.INamespaceClient.ListOrganizations.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List organizations
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListTokens.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListTokens.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListTokens.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListTokens.g.verified.cs index 83692b0d0d..2fa1a6f78b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListTokens.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListTokens.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListTokens.g.cs +//HintName: G.INamespaceClient.ListTokens.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List API tokens
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs index dde24cc4d6..4e8143518d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListUserMemberships.g.cs +//HintName: G.INamespaceClient.ListUserMemberships.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List user memberships
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListUsers.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListUsers.g.verified.cs index 655bbffcf6..7c34dd396b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ListUsers.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListUsers.g.cs +//HintName: G.INamespaceClient.ListUsers.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List users
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs index ab00b99b0f..b6c70f6c4e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.PatchAuthenticatedUser.g.cs +//HintName: G.INamespaceClient.PatchAuthenticatedUser.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Update the authenticated user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateOrganization.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateOrganization.g.verified.cs index de4c1008d9..bc086e8d3d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.UpdateOrganization.g.cs +//HintName: G.INamespaceClient.UpdateOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Update an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs index aff51b1b08..6e0b7fe54c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.UpdateOrganizationMembership.g.cs +//HintName: G.INamespaceClient.UpdateOrganizationMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Uppdate an organization membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateUserMembership.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateUserMembership.g.verified.cs index 984e562d48..2377dc3beb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.UpdateUserMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.UpdateUserMembership.g.cs +//HintName: G.INamespaceClient.UpdateUserMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Update a user membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ValidateToken.g.verified.cs similarity index 83% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ValidateToken.g.verified.cs index c3912b6434..256732c529 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.ValidateToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ValidateToken.g.cs +//HintName: G.INamespaceClient.ValidateToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Validate an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.g.verified.cs index c6c62f3b2c..a141702e30 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.INamespaceClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__NamespaceClient.g.cs +//HintName: G.INamespaceClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__NamespaceClient : global::System.IDisposable + public partial interface INamespaceClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs similarity index 82% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs index 2eab17da01..a10e62f087 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.cs +//HintName: G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.cs #nullable enable namespace G { - public partial interface Ix__SubscriptionClient + public partial interface ISubscriptionClient { /// /// Get the subscription of the authenticated user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs index 4cdfc929b9..800a2792cf 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__SubscriptionClient.GetOrganizationSubscription.g.cs +//HintName: G.ISubscriptionClient.GetOrganizationSubscription.g.cs #nullable enable namespace G { - public partial interface Ix__SubscriptionClient + public partial interface ISubscriptionClient { /// /// Get the subscription of an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs index 28ee74e5aa..827fc15004 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__SubscriptionClient.GetRemainingCredit.g.cs +//HintName: G.ISubscriptionClient.GetRemainingCredit.g.cs #nullable enable namespace G { - public partial interface Ix__SubscriptionClient + public partial interface ISubscriptionClient { /// /// Get the remaining Instill Credit
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.g.verified.cs index 941cac949d..ba00a40cfa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ISubscriptionClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__SubscriptionClient.g.cs +//HintName: G.ISubscriptionClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__SubscriptionClient : global::System.IDisposable + public partial interface ISubscriptionClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs index 41798c1046..71f37ce83b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Clone a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs index fd2dc0cb7c..e9c611331a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Clone a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs index 0e68be6fb5..25b3f1a007 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs index d5a85519dd..12426071e7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a new pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs index e48216c67e..6152a09fb8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs index 181c8e9ee7..6033c45d34 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs index b022359230..f8216e07f8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs index ead556c78b..55e337ee70 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs index e290759000..c89a07d7f6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs index 827e310c45..69f1c8767b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs index 5b318f8ff0..66ed079156 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetIntegration.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get an integration
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs index 6968c67453..bd0688c7ba 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a namespace connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs index b9c7f2480a..3476c845a3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs index abf40752c2..48d7e6c961 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs index 8b405d2ca6..2a5d443473 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs index 1716dd958e..4dd99a26f7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetOperation.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get the details of a long-running operation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs index 99e480d751..8783d35c98 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List component definitions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs index a74378e436..3f108c5400 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListComponentRuns.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List Component runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs index 35f7202a5e..88bf1e55aa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListIntegrations.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List integrations
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs index 5cccb2ffee..440434f286 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List namespace connections
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs index 09511d37aa..f87f5cbc41 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List the releases in a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs index d734993ba5..d179d6f020 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List namespace pipelines
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs index a320122158..3587ded5f7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List secrets
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs index e4ad1979cd..a18af0d03b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List pipelines that reference a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs index 5867a4808f..a9466298eb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List Pipeline Runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs index be27378e25..be41059964 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List Pipeline Runs of a Namespace (user or organization)
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs index b2efd0c849..93b76e9b01 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelines.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List accessible pipelines
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs index a536fa798d..33b163fd96 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Rename a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs index c45d01c8d3..c40333e452 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Test a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs index e1ab1624fe..5885b916dc 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs index dda8276658..a447879635 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline release asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs index 47a6ae5575..e7093020aa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs index b857e064c9..c7dd91a995 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs index 85888eaa55..c76146ba78 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline via streaming
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs index 87ef362bf2..d3c644a53d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs index e15e8b9af6..561e7e3923 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs index 933b85a99b..27712b5b5a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs index 67a17d9c6b..d692d2df99 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs index 686ad7eef7..25f40340e8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Validate a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.g.verified.cs index 26db03a24f..99bb1496c2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.IVDPClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__VDPClient.g.cs +//HintName: G.IVDPClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__VDPClient : global::System.IDisposable + public partial interface IVDPClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs index aac969c510..7616255474 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListCreditConsumptionChartRecords.g.cs +//HintName: G.MetricsClient.ListCreditConsumptionChartRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListCreditConsumptionChartRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs index 3c9f2913f0..96bbaf7c3f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListModelTriggerChartRecords.g.cs +//HintName: G.MetricsClient.ListModelTriggerChartRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListModelTriggerChartRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs index 407119f89b..7e731db6fa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListPipelineTriggerChartRecords.g.cs +//HintName: G.MetricsClient.ListPipelineTriggerChartRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListPipelineTriggerChartRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs index f81e0230f8..f3441152c5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListPipelineTriggerRecords.g.cs +//HintName: G.MetricsClient.ListPipelineTriggerRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListPipelineTriggerRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.g.verified.cs index 7bada7ecc3..31798ec38e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__MetricsClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.MetricsClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__MetricsClient.g.cs +//HintName: G.MetricsClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__MetricsClient : global::G.Ix__MetricsClient, global::System.IDisposable + public sealed partial class MetricsClient : global::G.IMetricsClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__MetricsClient : global::G.Ix__MetricsClient, glob /// - /// Creates a new instance of the x__MetricsClient. + /// Creates a new instance of the MetricsClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__MetricsClient : global::G.Ix__MetricsClient, glob /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__MetricsClient( + public MetricsClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs index 27f8a40421..7f79021bae 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceCreateNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs index b4c2c65acd..6b3e154ebd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceDeleteNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs index f7e44dd426..a36af26f07 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs +//HintName: G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceDeleteNamespaceModelVersionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs index 9c0128c991..1271888439 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetModelDefinition.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetModelDefinitionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs index 13d302ee15..d3653a1f21 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetModelOperation.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetModelOperation.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetModelOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs index 272ac7ccfe..4a9f919225 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetNamespaceLatestModelOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs index 0ba50f0a7a..5dc732d5d2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs index a6aecb27c0..5d1ea6db3a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetNamespaceModelOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs index 72b6a355aa..ac58e46e59 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.cs +//HintName: G.ModelClient.ModelPublicServiceListAvailableRegions.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListAvailableRegionsArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs index 3d0bf1f364..87d4e2aa69 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModelDefinitions.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelDefinitionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs index a12cefd201..e59f21564d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModelRuns.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModelRuns.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs index 419e18def7..704748ce73 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelRunsByRequesterArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModels.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModels.g.verified.cs index 03dff6e8c6..e5e2f7dac5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListModels.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModels.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModels.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs index e4a30355c1..e97b146edb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs +//HintName: G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListNamespaceModelVersionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs index c01c952061..f14b302889 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.cs +//HintName: G.ModelClient.ModelPublicServiceListNamespaceModels.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListNamespaceModelsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs index 3cccbd9ebe..00d7296efd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceRenameNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs index 26e010850f..a5498f6aec 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerAsyncNamespaceLatestModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs index 47cc84513a..6838c16517 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerAsyncNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs index 8a1b52686f..9f5050da11 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerNamespaceLatestModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs index 9b5febfcbc..f00e6dd52b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs index d089f0211d..badc995111 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceUpdateNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs index d433e4b044..fc03e9dc18 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceWatchNamespaceLatestModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs index b61c8b3676..d090d674e0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceWatchNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.g.verified.cs index 0eb35ba19d..25f58972cc 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__ModelClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.ModelClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__ModelClient.g.cs +//HintName: G.ModelClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__ModelClient : global::G.Ix__ModelClient, global::System.IDisposable + public sealed partial class ModelClient : global::G.IModelClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__ModelClient : global::G.Ix__ModelClient, global:: /// - /// Creates a new instance of the x__ModelClient. + /// Creates a new instance of the ModelClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__ModelClient : global::G.Ix__ModelClient, global:: /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__ModelClient( + public ModelClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CheckNamespace.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CheckNamespace.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CheckNamespace.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CheckNamespace.g.verified.cs index 8e584fa196..18415bf2bb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CheckNamespace.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CheckNamespace.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.CheckNamespace.g.cs +//HintName: G.NamespaceClient.CheckNamespace.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareCheckNamespaceArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CreateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CreateOrganization.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CreateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CreateOrganization.g.verified.cs index 055193f563..76c7b22727 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CreateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CreateOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.CreateOrganization.g.cs +//HintName: G.NamespaceClient.CreateOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareCreateOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CreateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CreateToken.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CreateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CreateToken.g.verified.cs index 77ce27b264..8db681d494 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.CreateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.CreateToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.CreateToken.g.cs +//HintName: G.NamespaceClient.CreateToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareCreateTokenArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteOrganization.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteOrganization.g.verified.cs index 4caac9e64e..ac21a0d96c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteOrganization.g.cs +//HintName: G.NamespaceClient.DeleteOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs index d85aee760a..7c2a58f551 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteOrganizationMembership.g.cs +//HintName: G.NamespaceClient.DeleteOrganizationMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteOrganizationMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteToken.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteToken.g.verified.cs index d581ffa6b0..a985f77300 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteToken.g.cs +//HintName: G.NamespaceClient.DeleteToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteTokenArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteUserMembership.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteUserMembership.g.verified.cs index 74a57a16cd..f6d3b62f15 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.DeleteUserMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteUserMembership.g.cs +//HintName: G.NamespaceClient.DeleteUserMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteUserMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs index d52a65921e..f4b4c9fefa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetAuthenticatedUser.g.cs +//HintName: G.NamespaceClient.GetAuthenticatedUser.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetAuthenticatedUserArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetOrganization.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetOrganization.g.verified.cs index 920db1aa8f..8dd11b67ad 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetOrganization.g.cs +//HintName: G.NamespaceClient.GetOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetOrganizationMembership.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetOrganizationMembership.g.verified.cs index 515a9e497f..b6b740283a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetOrganizationMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetOrganizationMembership.g.cs +//HintName: G.NamespaceClient.GetOrganizationMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetOrganizationMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetToken.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetToken.g.verified.cs index 0a25187a8f..7421300c92 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetToken.g.cs +//HintName: G.NamespaceClient.GetToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetTokenArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetUser.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetUser.g.verified.cs index b610faa770..b247c71ce6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetUser.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetUser.g.cs +//HintName: G.NamespaceClient.GetUser.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetUserArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetUserMembership.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetUserMembership.g.verified.cs index 745f8ada26..1c887b3639 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.GetUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.GetUserMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetUserMembership.g.cs +//HintName: G.NamespaceClient.GetUserMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetUserMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs index c8b3406fcc..60632f9b53 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListOrganizationMemberships.g.cs +//HintName: G.NamespaceClient.ListOrganizationMemberships.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListOrganizationMembershipsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListOrganizations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListOrganizations.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListOrganizations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListOrganizations.g.verified.cs index 223b823280..cd5dfeffd5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListOrganizations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListOrganizations.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListOrganizations.g.cs +//HintName: G.NamespaceClient.ListOrganizations.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListOrganizationsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListTokens.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListTokens.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListTokens.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListTokens.g.verified.cs index 3be08a4ad8..cfd7eb96e7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListTokens.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListTokens.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListTokens.g.cs +//HintName: G.NamespaceClient.ListTokens.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListTokensArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListUserMemberships.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListUserMemberships.g.verified.cs index 16f6150087..cbab590661 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListUserMemberships.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListUserMemberships.g.cs +//HintName: G.NamespaceClient.ListUserMemberships.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListUserMembershipsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListUsers.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListUsers.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListUsers.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListUsers.g.verified.cs index d1f5ee0308..37bd66eb9c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ListUsers.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ListUsers.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListUsers.g.cs +//HintName: G.NamespaceClient.ListUsers.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListUsersArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs index a86f4889c6..8c8de77267 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.PatchAuthenticatedUser.g.cs +//HintName: G.NamespaceClient.PatchAuthenticatedUser.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PreparePatchAuthenticatedUserArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateOrganization.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateOrganization.g.verified.cs index 161cb43e52..e84221c579 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.UpdateOrganization.g.cs +//HintName: G.NamespaceClient.UpdateOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareUpdateOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs index 5e6e7e8c1f..ffe3280696 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.UpdateOrganizationMembership.g.cs +//HintName: G.NamespaceClient.UpdateOrganizationMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareUpdateOrganizationMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateUserMembership.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateUserMembership.g.verified.cs index bd62b43bab..458f0f8622 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.UpdateUserMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.UpdateUserMembership.g.cs +//HintName: G.NamespaceClient.UpdateUserMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareUpdateUserMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ValidateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ValidateToken.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ValidateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ValidateToken.g.verified.cs index a02be67f71..5e9eb3e7f4 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.ValidateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.ValidateToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ValidateToken.g.cs +//HintName: G.NamespaceClient.ValidateToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareValidateTokenArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.g.verified.cs index 580fc80e93..dc898a24c6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__NamespaceClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.NamespaceClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__NamespaceClient.g.cs +//HintName: G.NamespaceClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__NamespaceClient : global::G.Ix__NamespaceClient, global::System.IDisposable + public sealed partial class NamespaceClient : global::G.INamespaceClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__NamespaceClient : global::G.Ix__NamespaceClient, /// - /// Creates a new instance of the x__NamespaceClient. + /// Creates a new instance of the NamespaceClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__NamespaceClient : global::G.Ix__NamespaceClient, /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__NamespaceClient( + public NamespaceClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs index 00d5ab3198..eca3a5984d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.cs +//HintName: G.SubscriptionClient.GetAuthenticatedUserSubscription.g.cs #nullable enable namespace G { - public partial class x__SubscriptionClient + public partial class SubscriptionClient { partial void PrepareGetAuthenticatedUserSubscriptionArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs index 0a1cedce4c..b25b28d80f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__SubscriptionClient.GetOrganizationSubscription.g.cs +//HintName: G.SubscriptionClient.GetOrganizationSubscription.g.cs #nullable enable namespace G { - public partial class x__SubscriptionClient + public partial class SubscriptionClient { partial void PrepareGetOrganizationSubscriptionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetRemainingCredit.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetRemainingCredit.g.verified.cs index 40bd0b5fde..5777a4561e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.GetRemainingCredit.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__SubscriptionClient.GetRemainingCredit.g.cs +//HintName: G.SubscriptionClient.GetRemainingCredit.g.cs #nullable enable namespace G { - public partial class x__SubscriptionClient + public partial class SubscriptionClient { partial void PrepareGetRemainingCreditArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.g.verified.cs index bce5d45777..5b6cb53d05 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__SubscriptionClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.SubscriptionClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__SubscriptionClient.g.cs +//HintName: G.SubscriptionClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__SubscriptionClient : global::G.Ix__SubscriptionClient, global::System.IDisposable + public sealed partial class SubscriptionClient : global::G.ISubscriptionClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__SubscriptionClient : global::G.Ix__SubscriptionCl /// - /// Creates a new instance of the x__SubscriptionClient. + /// Creates a new instance of the SubscriptionClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__SubscriptionClient : global::G.Ix__SubscriptionCl /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__SubscriptionClient( + public SubscriptionClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs index 0cb6cd786c..1b9280fcb5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCloneNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs index 8333a02998..fc2148deb4 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCloneNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs index d4743a0666..fd95abd356 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs index 09726df3dc..0294bd7559 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs index 5dd5080fa2..af74401bfe 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs index e85c633ec4..4ab4b96e30 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs index 56116cc255..89603230c8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs index 655ee0c2dd..8d1e0532d9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs index edfc4879d2..004b76c219 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs index 8815fbb431..d12fc375f5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs index 2ade719b62..65ba99a583 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetIntegration.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetIntegration.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetIntegrationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs index e7c4323d6e..447f79525d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs index cf02bac311..1e2ff0b611 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs index a4b3dc86e8..744c1a4e8f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs index 6bab047cbd..67d5965ba0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs index 0f11491476..1968072dfd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetOperation.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetOperation.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs index c9999dccb9..ddff393128 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListComponentDefinitionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs index 6fbb3201c9..77e0ee0f49 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListComponentRuns.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListComponentRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs index 0e45d947e3..c33e945c1e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListIntegrations.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListIntegrations.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListIntegrationsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs index 3dae155164..be487332e3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespaceConnectionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs index b24b3a01ee..7fb3087093 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespacePipelineReleasesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs index 1031bdbc98..64afd41f64 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespacePipelinesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs index 6704d0ea23..8def6295ff 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespaceSecretsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs index 4a258068a5..6026b8fd45 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelineIDsByConnectionIDArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs index 5f909dfd24..c232817fc2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelineRuns.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelineRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs index 360920cb10..53b17670d6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelineRunsByRequesterArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs index 075813844f..d941f88929 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelines.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelines.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelinesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs index a931ef79c0..f185d3b773 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceRenameNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs index baedd8d839..25335466b1 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTestNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs index 58ba05e0db..fd42b00574 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerAsyncNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs index de9dc90732..f8d19cdb73 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerAsyncNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs index 3b086333f1..b5d4b96d90 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs index fc8ca38622..208d07d2b9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs index b09a4a3730..859ccebb5a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerNamespacePipelineWithStreamArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs index d7266e41b4..fcd7b2c626 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs index 0e12eac0c0..3ac942cb7f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs index 46d1240520..20531efe06 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs index 2c3107fe7a..da59769b5b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs index 4212f3b34d..70006f7144 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceValidateNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.g.verified.cs index 7393a8aa4f..14e12b4430 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.x__VDPClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.VDPClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__VDPClient.g.cs +//HintName: G.VDPClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__VDPClient : global::G.Ix__VDPClient, global::System.IDisposable + public sealed partial class VDPClient : global::G.IVDPClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__VDPClient : global::G.Ix__VDPClient, global::Syst /// - /// Creates a new instance of the x__VDPClient. + /// Creates a new instance of the VDPClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__VDPClient : global::G.Ix__VDPClient, global::Syst /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__VDPClient( + public VDPClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.g.verified.cs index b6721066db..ef89495191 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Api.g.verified.cs @@ -165,7 +165,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Namespaces (e.g. User, Organization) that structure the resource hierarchy. /// - public x__NamespaceClient x__Namespace => new x__NamespaceClient(HttpClient, authorizations: Authorizations) + public NamespaceClient Namespace => new NamespaceClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -173,7 +173,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Pipeline orchestration in VDP (Versatile Data Pipeline). /// - public x__VDPClient x__VDP => new x__VDPClient(HttpClient, authorizations: Authorizations) + public VDPClient VDP => new VDPClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -181,7 +181,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// AI Model resources for MLOps/LLMOps. /// - public x__ModelClient x__Model => new x__ModelClient(HttpClient, authorizations: Authorizations) + public ModelClient Model => new ModelClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -189,7 +189,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Data orchestration for unified unstructured data representation. /// - public x__ArtifactClient x__Artifact => new x__ArtifactClient(HttpClient, authorizations: Authorizations) + public ArtifactClient Artifact => new ArtifactClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -197,7 +197,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Ready-to-use AI applications. /// - public x__AppClient x__App => new x__AppClient(HttpClient, authorizations: Authorizations) + public AppClient App => new AppClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -205,7 +205,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Resource usage metrics. /// - public x__MetricsClient x__Metrics => new x__MetricsClient(HttpClient, authorizations: Authorizations) + public MetricsClient Metrics => new MetricsClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; @@ -213,7 +213,7 @@ public sealed partial class Api : global::G.IApi, global::System.IDisposable /// /// Pricing plans on Instill Cloud. /// - public x__SubscriptionClient x__Subscription => new x__SubscriptionClient(HttpClient, authorizations: Authorizations) + public SubscriptionClient Subscription => new SubscriptionClient(HttpClient, authorizations: Authorizations) { JsonSerializerOptions = JsonSerializerOptions, }; diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceChat.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceChat.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceChat.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceChat.g.verified.cs index fe4c8ce573..db087be2bb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceChat.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceChat.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceChat.g.cs +//HintName: G.AppClient.AppPublicServiceChat.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceChatArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateApp.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateApp.g.verified.cs index 9183f0c6c1..c71d1833a7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateApp.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceCreateApp.g.cs +//HintName: G.AppClient.AppPublicServiceCreateApp.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceCreateAppArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs index f85e6f10e1..6b347af0ca 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceCreateConversation.g.cs +//HintName: G.AppClient.AppPublicServiceCreateConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceCreateConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs index 692b231c38..722bbbfe8b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceCreateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceCreateMessage.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceCreateMessage.g.cs +//HintName: G.AppClient.AppPublicServiceCreateMessage.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceCreateMessageArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs index c506089aaf..1d7993a79c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteApp.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceDeleteApp.g.cs +//HintName: G.AppClient.AppPublicServiceDeleteApp.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceDeleteAppArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs index a44ed38963..f22d19ca93 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceDeleteConversation.g.cs +//HintName: G.AppClient.AppPublicServiceDeleteConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceDeleteConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs index 012fe95fe8..f25d05e87c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceDeleteMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceDeleteMessage.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceDeleteMessage.g.cs +//HintName: G.AppClient.AppPublicServiceDeleteMessage.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceDeleteMessageArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs index 656bb8fc23..1dd2d66e0b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceGetPlaygroundConversation.g.cs +//HintName: G.AppClient.AppPublicServiceGetPlaygroundConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceGetPlaygroundConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListApps.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListApps.g.verified.cs index 3fa19b794d..812661999a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListApps.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListApps.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceListApps.g.cs +//HintName: G.AppClient.AppPublicServiceListApps.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceListAppsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListConversations.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListConversations.g.verified.cs index 0475f9a140..f2c6b7bb3e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListConversations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListConversations.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceListConversations.g.cs +//HintName: G.AppClient.AppPublicServiceListConversations.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceListConversationsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListMessages.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListMessages.g.verified.cs index 1bddebf460..185d0c8875 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceListMessages.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceListMessages.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceListMessages.g.cs +//HintName: G.AppClient.AppPublicServiceListMessages.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceListMessagesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs index cd488a92ed..f64c086854 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs +//HintName: G.AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceRestartPlaygroundConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs index ac0b9dfa5f..24036cb13e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateApp.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceUpdateApp.g.cs +//HintName: G.AppClient.AppPublicServiceUpdateApp.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceUpdateAppArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs index 794a955bc5..0cff23f0ad 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateConversation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceUpdateConversation.g.cs +//HintName: G.AppClient.AppPublicServiceUpdateConversation.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceUpdateConversationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs index c8609fc158..0507b83b93 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.AppPublicServiceUpdateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.AppPublicServiceUpdateMessage.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__AppClient.AppPublicServiceUpdateMessage.g.cs +//HintName: G.AppClient.AppPublicServiceUpdateMessage.g.cs #nullable enable namespace G { - public partial class x__AppClient + public partial class AppClient { partial void PrepareAppPublicServiceUpdateMessageArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.g.verified.cs index 046c325755..153c9e7cf8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__AppClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.AppClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__AppClient.g.cs +//HintName: G.AppClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__AppClient : global::G.Ix__AppClient, global::System.IDisposable + public sealed partial class AppClient : global::G.IAppClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__AppClient : global::G.Ix__AppClient, global::Syst /// - /// Creates a new instance of the x__AppClient. + /// Creates a new instance of the AppClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__AppClient : global::G.Ix__AppClient, global::Syst /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__AppClient( + public AppClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.CreateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.CreateCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.CreateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.CreateCatalog.g.verified.cs index 960cb10ba7..7386822974 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.CreateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.CreateCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.CreateCatalog.g.cs +//HintName: G.ArtifactClient.CreateCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareCreateCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.DeleteCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.DeleteCatalog.g.verified.cs index 6bb63605d2..8c2f7fffa5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.DeleteCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.DeleteCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.DeleteCatalog.g.cs +//HintName: G.ArtifactClient.DeleteCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareDeleteCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.DeleteCatalogFile.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.DeleteCatalogFile.g.verified.cs index ce2754c9c1..95950f2d0a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.DeleteCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.DeleteCatalogFile.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.DeleteCatalogFile.g.cs +//HintName: G.ArtifactClient.DeleteCatalogFile.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareDeleteCatalogFileArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetFileCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetFileCatalog.g.verified.cs index 542a4a48e7..4f84fe8b7d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetFileCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetFileCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetFileCatalog.g.cs +//HintName: G.ArtifactClient.GetFileCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetFileCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs index a78e927a21..ac15728ccd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetObjectDownloadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetObjectDownloadURL.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetObjectDownloadURL.g.cs +//HintName: G.ArtifactClient.GetObjectDownloadURL.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetObjectDownloadURLArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetObjectUploadURL.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetObjectUploadURL.g.verified.cs index 3e053a9ace..df12066a23 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetObjectUploadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetObjectUploadURL.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetObjectUploadURL.g.cs +//HintName: G.ArtifactClient.GetObjectUploadURL.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetObjectUploadURLArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetSourceFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetSourceFile.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetSourceFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetSourceFile.g.verified.cs index 73983f10b4..0f464eff20 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.GetSourceFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.GetSourceFile.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.GetSourceFile.g.cs +//HintName: G.ArtifactClient.GetSourceFile.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareGetSourceFileArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogFiles.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogFiles.g.verified.cs index 37ad3ab298..c6124f924f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogFiles.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListCatalogFiles.g.cs +//HintName: G.ArtifactClient.ListCatalogFiles.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListCatalogFilesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogRuns.g.verified.cs index 1a80263212..42273ba412 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListCatalogRuns.g.cs +//HintName: G.ArtifactClient.ListCatalogRuns.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListCatalogRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogs.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogs.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogs.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogs.g.verified.cs index b7897766bd..a860769dad 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListCatalogs.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListCatalogs.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListCatalogs.g.cs +//HintName: G.ArtifactClient.ListCatalogs.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListCatalogsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListChunks.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListChunks.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListChunks.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListChunks.g.verified.cs index b9c3bba266..7a4b12062c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ListChunks.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ListChunks.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ListChunks.g.cs +//HintName: G.ArtifactClient.ListChunks.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareListChunksArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs index eaafbfd49d..8d32f16224 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.ProcessCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.ProcessCatalogFiles.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.ProcessCatalogFiles.g.cs +//HintName: G.ArtifactClient.ProcessCatalogFiles.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareProcessCatalogFilesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.QuestionAnswering.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.QuestionAnswering.g.verified.cs index 84ed80ce49..12d752cc14 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.QuestionAnswering.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.QuestionAnswering.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.QuestionAnswering.g.cs +//HintName: G.ArtifactClient.QuestionAnswering.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareQuestionAnsweringArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs index 130e99b995..03eac04a35 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.SimilarityChunksSearch.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.SimilarityChunksSearch.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.SimilarityChunksSearch.g.cs +//HintName: G.ArtifactClient.SimilarityChunksSearch.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareSimilarityChunksSearchArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UpdateCatalog.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UpdateCatalog.g.verified.cs index 48d7cc5b9c..9c6231a293 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UpdateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UpdateCatalog.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.UpdateCatalog.g.cs +//HintName: G.ArtifactClient.UpdateCatalog.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareUpdateCatalogArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UpdateChunk.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UpdateChunk.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UpdateChunk.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UpdateChunk.g.verified.cs index df5c52680f..84e1d8e612 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UpdateChunk.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UpdateChunk.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.UpdateChunk.g.cs +//HintName: G.ArtifactClient.UpdateChunk.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareUpdateChunkArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UploadCatalogFile.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UploadCatalogFile.g.verified.cs index 09eb63c122..a8107ca5a0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.UploadCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.UploadCatalogFile.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ArtifactClient.UploadCatalogFile.g.cs +//HintName: G.ArtifactClient.UploadCatalogFile.g.cs #nullable enable namespace G { - public partial class x__ArtifactClient + public partial class ArtifactClient { partial void PrepareUploadCatalogFileArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.g.verified.cs index f2e3870f16..8c087eee28 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ArtifactClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ArtifactClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__ArtifactClient.g.cs +//HintName: G.ArtifactClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__ArtifactClient : global::G.Ix__ArtifactClient, global::System.IDisposable + public sealed partial class ArtifactClient : global::G.IArtifactClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__ArtifactClient : global::G.Ix__ArtifactClient, gl /// - /// Creates a new instance of the x__ArtifactClient. + /// Creates a new instance of the ArtifactClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__ArtifactClient : global::G.Ix__ArtifactClient, gl /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__ArtifactClient( + public ArtifactClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IApi.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IApi.g.verified.cs index 42793d02eb..bbcd04b18c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IApi.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IApi.g.verified.cs @@ -35,37 +35,37 @@ public partial interface IApi : global::System.IDisposable /// /// Namespaces (e.g. User, Organization) that structure the resource hierarchy. /// - public x__NamespaceClient x__Namespace { get; } + public NamespaceClient Namespace { get; } /// /// Pipeline orchestration in VDP (Versatile Data Pipeline). /// - public x__VDPClient x__VDP { get; } + public VDPClient VDP { get; } /// /// AI Model resources for MLOps/LLMOps. /// - public x__ModelClient x__Model { get; } + public ModelClient Model { get; } /// /// Data orchestration for unified unstructured data representation. /// - public x__ArtifactClient x__Artifact { get; } + public ArtifactClient Artifact { get; } /// /// Ready-to-use AI applications. /// - public x__AppClient x__App { get; } + public AppClient App { get; } /// /// Resource usage metrics. /// - public x__MetricsClient x__Metrics { get; } + public MetricsClient Metrics { get; } /// /// Pricing plans on Instill Cloud. /// - public x__SubscriptionClient x__Subscription { get; } + public SubscriptionClient Subscription { get; } } } \ No newline at end of file diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceChat.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceChat.g.verified.cs index 23e49ab190..45a9486194 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceChat.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceChat.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceChat.g.cs +//HintName: G.IAppClient.AppPublicServiceChat.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Chat
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs index 3d2691d403..e9a77714da 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceCreateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateApp.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceCreateApp.g.cs +//HintName: G.IAppClient.AppPublicServiceCreateApp.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Create an app
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs index 5fa88a6b62..a33b40a11b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceCreateConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceCreateConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Create a conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs index 60c241442e..382385b15c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceCreateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceCreateMessage.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceCreateMessage.g.cs +//HintName: G.IAppClient.AppPublicServiceCreateMessage.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Create a message
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs index 4dbf4056fd..0a3e5b7d30 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceDeleteApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteApp.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceDeleteApp.g.cs +//HintName: G.IAppClient.AppPublicServiceDeleteApp.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Delete a app
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs index e854ab35e2..c53cef22ba 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceDeleteConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceDeleteConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Delete a conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs index 349aa8ec4d..73908642b3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceDeleteMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceDeleteMessage.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceDeleteMessage.g.cs +//HintName: G.IAppClient.AppPublicServiceDeleteMessage.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Delete a message
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs index f92534ec25..a2706974c6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceGetPlaygroundConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceGetPlaygroundConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Get Playground Conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs index dc8b46dba7..18b084e6db 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListApps.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListApps.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceListApps.g.cs +//HintName: G.IAppClient.AppPublicServiceListApps.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// List all apps info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs index 8a0b98c57b..5cd0da402e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceListConversations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListConversations.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceListConversations.g.cs +//HintName: G.IAppClient.AppPublicServiceListConversations.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// List conversations
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListMessages.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListMessages.g.verified.cs index 37218a1396..44764b45e5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceListMessages.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceListMessages.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceListMessages.g.cs +//HintName: G.IAppClient.AppPublicServiceListMessages.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// List messages
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs index 39d9e9d117..2f985ea3ca 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceRestartPlaygroundConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceRestartPlaygroundConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Restart Playground Conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs index a9e0c0caf4..ed19442569 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateApp.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateApp.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceUpdateApp.g.cs +//HintName: G.IAppClient.AppPublicServiceUpdateApp.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Update a app info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs index 2c3c50b82c..d1f6623095 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__AppClient.AppPublicServiceUpdateConversation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateConversation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceUpdateConversation.g.cs +//HintName: G.IAppClient.AppPublicServiceUpdateConversation.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Update a conversation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs index 117cc9d16b..056c2d80c0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.AppPublicServiceUpdateMessage.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.AppPublicServiceUpdateMessage.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__AppClient.AppPublicServiceUpdateMessage.g.cs +//HintName: G.IAppClient.AppPublicServiceUpdateMessage.g.cs #nullable enable namespace G { - public partial interface Ix__AppClient + public partial interface IAppClient { /// /// Update a message
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.g.verified.cs index 3598153439..6857e178bd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__AppClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IAppClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__AppClient.g.cs +//HintName: G.IAppClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__AppClient : global::System.IDisposable + public partial interface IAppClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs index 442beb1814..5a152db781 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.CreateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.CreateCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.CreateCatalog.g.cs +//HintName: G.IArtifactClient.CreateCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Create a catalog
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs index b75f9c9618..f1225f5274 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.DeleteCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.DeleteCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.DeleteCatalog.g.cs +//HintName: G.IArtifactClient.DeleteCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Delete a catalog
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.DeleteCatalogFile.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.DeleteCatalogFile.g.verified.cs index 83a014a6e2..5e3f39f87a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.DeleteCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.DeleteCatalogFile.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.DeleteCatalogFile.g.cs +//HintName: G.IArtifactClient.DeleteCatalogFile.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Delete a file
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs index 4a7384cbcc..10095d0902 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.GetFileCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetFileCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetFileCatalog.g.cs +//HintName: G.IArtifactClient.GetFileCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get file catalog
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs index 7d25efe04d..b0aefe4efe 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetObjectDownloadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetObjectDownloadURL.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetObjectDownloadURL.g.cs +//HintName: G.IArtifactClient.GetObjectDownloadURL.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get Object Download URL
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetObjectUploadURL.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetObjectUploadURL.g.verified.cs index d714cb48ce..e223238d5d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetObjectUploadURL.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetObjectUploadURL.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetObjectUploadURL.g.cs +//HintName: G.IArtifactClient.GetObjectUploadURL.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get Object Upload URL
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetSourceFile.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetSourceFile.g.verified.cs index d8cc6729b7..67af30f341 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.GetSourceFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.GetSourceFile.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.GetSourceFile.g.cs +//HintName: G.IArtifactClient.GetSourceFile.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get catalog single-source-of-truth file
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs index 9f3984c3a5..4e6eea4f70 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogFiles.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListCatalogFiles.g.cs +//HintName: G.IArtifactClient.ListCatalogFiles.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// List catalog files
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs index c9a54d0b03..6d25c7208e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListCatalogRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListCatalogRuns.g.cs +//HintName: G.IArtifactClient.ListCatalogRuns.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// List Catalog Runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogs.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogs.g.verified.cs index 2788986b84..dbc632b775 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ListCatalogs.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListCatalogs.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListCatalogs.g.cs +//HintName: G.IArtifactClient.ListCatalogs.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Get all catalogs info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListChunks.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListChunks.g.verified.cs index fb7f14102b..8e945d8df9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.ListChunks.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ListChunks.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ListChunks.g.cs +//HintName: G.IArtifactClient.ListChunks.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// List catalog chunks
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs index afd6f81794..219c81b44d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.ProcessCatalogFiles.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.ProcessCatalogFiles.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.ProcessCatalogFiles.g.cs +//HintName: G.IArtifactClient.ProcessCatalogFiles.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Process catalog files
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.QuestionAnswering.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.QuestionAnswering.g.verified.cs index fcc1b406dc..e1c67f4a77 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.QuestionAnswering.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.QuestionAnswering.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.QuestionAnswering.g.cs +//HintName: G.IArtifactClient.QuestionAnswering.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Ask a question
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs index 16d0b48383..618149dd7f 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.SimilarityChunksSearch.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.SimilarityChunksSearch.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.SimilarityChunksSearch.g.cs +//HintName: G.IArtifactClient.SimilarityChunksSearch.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Retrieve similar chunks
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs index 7f56877a54..835713e985 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UpdateCatalog.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UpdateCatalog.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.UpdateCatalog.g.cs +//HintName: G.IArtifactClient.UpdateCatalog.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Update a catalog info
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UpdateChunk.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UpdateChunk.g.verified.cs index 4c322fa921..d93d8ce360 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.UpdateChunk.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UpdateChunk.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.UpdateChunk.g.cs +//HintName: G.IArtifactClient.UpdateChunk.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Update catalog chunk
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs index e802ce634f..a81237767c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ArtifactClient.UploadCatalogFile.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.UploadCatalogFile.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ArtifactClient.UploadCatalogFile.g.cs +//HintName: G.IArtifactClient.UploadCatalogFile.g.cs #nullable enable namespace G { - public partial interface Ix__ArtifactClient + public partial interface IArtifactClient { /// /// Create a file
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.g.verified.cs index 0180e9cc9e..90def6d4b2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ArtifactClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IArtifactClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__ArtifactClient.g.cs +//HintName: G.IArtifactClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__ArtifactClient : global::System.IDisposable + public partial interface IArtifactClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs index 6e145154f7..e7fc1f5bb8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListCreditConsumptionChartRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListCreditConsumptionChartRecords.g.cs +//HintName: G.IMetricsClient.ListCreditConsumptionChartRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List Instill Credit consumption time charts
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs index 77eacf531f..7d2e5771ad 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListModelTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListModelTriggerChartRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListModelTriggerChartRecords.g.cs +//HintName: G.IMetricsClient.ListModelTriggerChartRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List model trigger time charts
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs index 2181c08011..dd9a98b186 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListPipelineTriggerChartRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListPipelineTriggerChartRecords.g.cs +//HintName: G.IMetricsClient.ListPipelineTriggerChartRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List pipeline trigger time charts
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs index bb154036dd..1ad5fa7efa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.ListPipelineTriggerRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.ListPipelineTriggerRecords.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__MetricsClient.ListPipelineTriggerRecords.g.cs +//HintName: G.IMetricsClient.ListPipelineTriggerRecords.g.cs #nullable enable namespace G { - public partial interface Ix__MetricsClient + public partial interface IMetricsClient { /// /// List pipeline triggers
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.g.verified.cs index 3e06665ee2..b723dcbc60 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__MetricsClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IMetricsClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__MetricsClient.g.cs +//HintName: G.IMetricsClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__MetricsClient : global::System.IDisposable + public partial interface IMetricsClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs index 99b653b4b2..76cba34699 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceCreateNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Create a new model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs index 3a6a512819..bfa750b6ec 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Delete a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs index f407efec05..42fcb59552 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs +//HintName: G.IModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Delete a model version
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs index 7660393479..0d267afe0d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetModelDefinition.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetModelDefinition.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get a model definition
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs index 93bacfdd11..aef49c480d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetModelOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetModelOperation.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetModelOperation.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get the details of a long-running operation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs index 4b2e3d7a5f..3034500113 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get the details of the latest long-running operation from a namespace model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs index c5e92c81ae..08b6b60a6c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs index 12ffe9823d..fee0452aeb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs +//HintName: G.IModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Get the details of the long-running operation from a namespace model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs similarity index 82% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs index e74a0f43cc..ca0e3ee46e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListAvailableRegions.g.cs +//HintName: G.IModelClient.ModelPublicServiceListAvailableRegions.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List available regions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs index 07882dc8cd..fb8c13fdeb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModelDefinitions.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModelDefinitions.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List model definitions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs index a3376b0b64..17792b9525 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModelRuns.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModelRuns.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List model runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs index 026ce0671d..79dec9483a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModelRunsByRequester.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List Model Runs of a Namespace (user or organization)
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModels.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModels.g.verified.cs index 8659994ac9..96ea402bf6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListModels.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListModels.g.cs +//HintName: G.IModelClient.ModelPublicServiceListModels.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List models
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs index f3a4075961..9064aa6da9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs +//HintName: G.IModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List namespace model versions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs index a37ac4187b..231bb962ed 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceListNamespaceModels.g.cs +//HintName: G.IModelClient.ModelPublicServiceListNamespaceModels.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// List namespace models
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs index ce90d6960b..9e2effd610 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceRenameNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Rename a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs index cd3a8920ba..ec45f264bb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs index 26455194e5..f33315256c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs index 4d981e48f3..e5b02c1001 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs index ae68be5df5..f2d450a83e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Trigger model inference
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs index 93b3c8540e..f5cb855be1 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Update a model
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs index d9fd9db06a..feb626954d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Watch the state of the latest model version
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs index 83262e2a3e..dae9011aae 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs +//HintName: G.IModelClient.ModelPublicServiceWatchNamespaceModel.g.cs #nullable enable namespace G { - public partial interface Ix__ModelClient + public partial interface IModelClient { /// /// Watch the state of a model version
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.g.verified.cs index d691048fe4..ac6889290d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__ModelClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IModelClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__ModelClient.g.cs +//HintName: G.IModelClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__ModelClient : global::System.IDisposable + public partial interface IModelClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs index b91bfa43b1..a3adde9d7c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CheckNamespace.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CheckNamespace.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.CheckNamespace.g.cs +//HintName: G.INamespaceClient.CheckNamespace.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Check if a namespace is in use
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs index 036a408055..d38b09c798 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.CreateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CreateOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.CreateOrganization.g.cs +//HintName: G.INamespaceClient.CreateOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Create an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CreateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CreateToken.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CreateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CreateToken.g.verified.cs index 2e55a65022..109be8261b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.CreateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.CreateToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.CreateToken.g.cs +//HintName: G.INamespaceClient.CreateToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Create an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs index a625276167..53a00c40c8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteOrganization.g.cs +//HintName: G.INamespaceClient.DeleteOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs index c16937bd7e..57c69f49da 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.DeleteOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteOrganizationMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteOrganizationMembership.g.cs +//HintName: G.INamespaceClient.DeleteOrganizationMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete an organization membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteToken.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteToken.g.verified.cs index 274fc8d8be..bf12ac8dd7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteToken.g.cs +//HintName: G.INamespaceClient.DeleteToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteUserMembership.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteUserMembership.g.verified.cs index 808f156361..80096ba9a6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.DeleteUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.DeleteUserMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.DeleteUserMembership.g.cs +//HintName: G.INamespaceClient.DeleteUserMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Delete a user membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs similarity index 83% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs index 9cb6475200..8ad362518c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetAuthenticatedUser.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetAuthenticatedUser.g.cs +//HintName: G.INamespaceClient.GetAuthenticatedUser.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get the authenticated user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetOrganization.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetOrganization.g.verified.cs index ebd954c913..bd2850081c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetOrganization.g.cs +//HintName: G.INamespaceClient.GetOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetOrganizationMembership.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetOrganizationMembership.g.verified.cs index ef6cc4f6fe..9397c60cd5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetOrganizationMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetOrganizationMembership.g.cs +//HintName: G.INamespaceClient.GetOrganizationMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get a an organization membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetToken.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetToken.g.verified.cs index 545a942c65..05a0535d90 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.GetToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetToken.g.cs +//HintName: G.INamespaceClient.GetToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetUser.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetUser.g.verified.cs index cd5bcb8651..bbe3aa2e51 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetUser.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetUser.g.cs +//HintName: G.INamespaceClient.GetUser.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get a user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs index 4c4f4bc6a4..375124c02c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.GetUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.GetUserMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.GetUserMembership.g.cs +//HintName: G.INamespaceClient.GetUserMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Get a user membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs similarity index 85% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs index e2fce94128..54b3e3e0ee 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizationMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListOrganizationMemberships.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListOrganizationMemberships.g.cs +//HintName: G.INamespaceClient.ListOrganizationMemberships.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List organization memberships
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs index f1e2f522ff..fefc940b48 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListOrganizations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListOrganizations.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListOrganizations.g.cs +//HintName: G.INamespaceClient.ListOrganizations.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List organizations
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListTokens.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListTokens.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListTokens.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListTokens.g.verified.cs index 83692b0d0d..2fa1a6f78b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ListTokens.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListTokens.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListTokens.g.cs +//HintName: G.INamespaceClient.ListTokens.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List API tokens
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs index dde24cc4d6..4e8143518d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListUserMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListUserMemberships.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListUserMemberships.g.cs +//HintName: G.INamespaceClient.ListUserMemberships.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List user memberships
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListUsers.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListUsers.g.verified.cs index 655bbffcf6..7c34dd396b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.ListUsers.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ListUsers.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ListUsers.g.cs +//HintName: G.INamespaceClient.ListUsers.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// List users
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs index ab00b99b0f..b6c70f6c4e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.PatchAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.PatchAuthenticatedUser.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.PatchAuthenticatedUser.g.cs +//HintName: G.INamespaceClient.PatchAuthenticatedUser.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Update the authenticated user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateOrganization.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateOrganization.g.verified.cs index de4c1008d9..bc086e8d3d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateOrganization.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.UpdateOrganization.g.cs +//HintName: G.INamespaceClient.UpdateOrganization.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Update an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs index aff51b1b08..6e0b7fe54c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__NamespaceClient.UpdateOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateOrganizationMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.UpdateOrganizationMembership.g.cs +//HintName: G.INamespaceClient.UpdateOrganizationMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Uppdate an organization membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateUserMembership.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateUserMembership.g.verified.cs index 984e562d48..2377dc3beb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.UpdateUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.UpdateUserMembership.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.UpdateUserMembership.g.cs +//HintName: G.INamespaceClient.UpdateUserMembership.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Update a user membership
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ValidateToken.g.verified.cs similarity index 83% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ValidateToken.g.verified.cs index c3912b6434..256732c529 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.ValidateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.ValidateToken.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__NamespaceClient.ValidateToken.g.cs +//HintName: G.INamespaceClient.ValidateToken.g.cs #nullable enable namespace G { - public partial interface Ix__NamespaceClient + public partial interface INamespaceClient { /// /// Validate an API token
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.g.verified.cs index ab88530868..123f25e1bf 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__NamespaceClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.INamespaceClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__NamespaceClient.g.cs +//HintName: G.INamespaceClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__NamespaceClient : global::System.IDisposable + public partial interface INamespaceClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs similarity index 82% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs index 2eab17da01..a10e62f087 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__SubscriptionClient.GetAuthenticatedUserSubscription.g.cs +//HintName: G.ISubscriptionClient.GetAuthenticatedUserSubscription.g.cs #nullable enable namespace G { - public partial interface Ix__SubscriptionClient + public partial interface ISubscriptionClient { /// /// Get the subscription of the authenticated user
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs index 4cdfc929b9..800a2792cf 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__SubscriptionClient.GetOrganizationSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetOrganizationSubscription.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__SubscriptionClient.GetOrganizationSubscription.g.cs +//HintName: G.ISubscriptionClient.GetOrganizationSubscription.g.cs #nullable enable namespace G { - public partial interface Ix__SubscriptionClient + public partial interface ISubscriptionClient { /// /// Get the subscription of an organization
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs index 28ee74e5aa..827fc15004 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.GetRemainingCredit.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.GetRemainingCredit.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__SubscriptionClient.GetRemainingCredit.g.cs +//HintName: G.ISubscriptionClient.GetRemainingCredit.g.cs #nullable enable namespace G { - public partial interface Ix__SubscriptionClient + public partial interface ISubscriptionClient { /// /// Get the remaining Instill Credit
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.g.verified.cs index ba810299fe..ff856365ed 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__SubscriptionClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ISubscriptionClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__SubscriptionClient.g.cs +//HintName: G.ISubscriptionClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__SubscriptionClient : global::System.IDisposable + public partial interface ISubscriptionClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs index 41798c1046..71f37ce83b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Clone a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs index fd2dc0cb7c..e9c611331a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Clone a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs index 0e68be6fb5..25b3f1a007 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs index d5a85519dd..12426071e7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a new pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs index e48216c67e..6152a09fb8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs similarity index 94% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs index 181c8e9ee7..6033c45d34 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Create a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs similarity index 84% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs index b022359230..f8216e07f8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs index ead556c78b..55e337ee70 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs index e290759000..c89a07d7f6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs index 827e310c45..69f1c8767b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Delete a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs similarity index 86% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs index 5b318f8ff0..66ed079156 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetIntegration.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetIntegration.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetIntegration.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get an integration
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs index 6968c67453..bd0688c7ba 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a namespace connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs index b9c7f2480a..3476c845a3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs index abf40752c2..48d7e6c961 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs index 8b405d2ca6..2a5d443473 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs index 1716dd958e..4dd99a26f7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceGetOperation.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceGetOperation.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceGetOperation.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Get the details of a long-running operation
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs index 99e480d751..8783d35c98 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListComponentDefinitions.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List component definitions
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs index a74378e436..3f108c5400 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListComponentRuns.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListComponentRuns.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List Component runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs index 35f7202a5e..88bf1e55aa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListIntegrations.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListIntegrations.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListIntegrations.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List integrations
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs similarity index 88% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs index 5cccb2ffee..440434f286 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespaceConnections.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List namespace connections
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs index 09511d37aa..f87f5cbc41 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List the releases in a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs index d734993ba5..d179d6f020 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespacePipelines.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List namespace pipelines
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs similarity index 87% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs index a320122158..3587ded5f7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List secrets
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs similarity index 90% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs index e4ad1979cd..a18af0d03b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List pipelines that reference a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs index 5867a4808f..a9466298eb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelineRuns.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelineRuns.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List Pipeline Runs
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs index be27378e25..be41059964 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List Pipeline Runs of a Namespace (user or organization)
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs similarity index 91% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs index b2efd0c849..93b76e9b01 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceListPipelines.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceListPipelines.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceListPipelines.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// List accessible pipelines
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs index a536fa798d..33b163fd96 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Rename a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs index c45d01c8d3..c40333e452 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Test a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs index e1ab1624fe..5885b916dc 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs index dda8276658..a447879635 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline release asynchronously
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs index 47a6ae5575..e7093020aa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs index b857e064c9..c7dd91a995 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs index 85888eaa55..c76146ba78 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Trigger a pipeline via streaming
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs similarity index 96% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs index 87ef362bf2..d3c644a53d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a connection
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs index e15e8b9af6..561e7e3923 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/NewtonsoftJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs index 933b85a99b..27712b5b5a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a pipeline release
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs similarity index 95% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs index 67a17d9c6b..d692d2df99 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Update a secret
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs index 686ad7eef7..25f40340e8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs @@ -1,9 +1,9 @@ -//HintName: G.Ix__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs +//HintName: G.IVDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs #nullable enable namespace G { - public partial interface Ix__VDPClient + public partial interface IVDPClient { /// /// Validate a pipeline
diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.g.verified.cs similarity index 89% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.g.verified.cs index 36309594b6..6212111d61 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.Ix__VDPClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.IVDPClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.Ix__VDPClient.g.cs +//HintName: G.IVDPClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public partial interface Ix__VDPClient : global::System.IDisposable + public partial interface IVDPClient : global::System.IDisposable { /// /// The HttpClient instance. diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs index 136b3ce60c..701250cfd2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListCreditConsumptionChartRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListCreditConsumptionChartRecords.g.cs +//HintName: G.MetricsClient.ListCreditConsumptionChartRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListCreditConsumptionChartRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs index bf399e4866..94bce25cd8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListModelTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListModelTriggerChartRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListModelTriggerChartRecords.g.cs +//HintName: G.MetricsClient.ListModelTriggerChartRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListModelTriggerChartRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs index 08e67cef96..cde6ab192b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListPipelineTriggerChartRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListPipelineTriggerChartRecords.g.cs +//HintName: G.MetricsClient.ListPipelineTriggerChartRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListPipelineTriggerChartRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs index 8a40533e94..cc2bcce751 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.ListPipelineTriggerRecords.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.ListPipelineTriggerRecords.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__MetricsClient.ListPipelineTriggerRecords.g.cs +//HintName: G.MetricsClient.ListPipelineTriggerRecords.g.cs #nullable enable namespace G { - public partial class x__MetricsClient + public partial class MetricsClient { partial void PrepareListPipelineTriggerRecordsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.g.verified.cs index 7b7c305d99..6be35d2a1d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__MetricsClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.MetricsClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__MetricsClient.g.cs +//HintName: G.MetricsClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__MetricsClient : global::G.Ix__MetricsClient, global::System.IDisposable + public sealed partial class MetricsClient : global::G.IMetricsClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__MetricsClient : global::G.Ix__MetricsClient, glob /// - /// Creates a new instance of the x__MetricsClient. + /// Creates a new instance of the MetricsClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__MetricsClient : global::G.Ix__MetricsClient, glob /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__MetricsClient( + public MetricsClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs index f544783fa6..c18e2d582e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceCreateNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceCreateNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs index 77e9390440..9f486de62a 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceDeleteNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceDeleteNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs index ab4fe55a47..38ead886c7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs +//HintName: G.ModelClient.ModelPublicServiceDeleteNamespaceModelVersion.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceDeleteNamespaceModelVersionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs index 442a3895ff..9903dac2ae 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetModelDefinition.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetModelDefinition.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetModelDefinition.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetModelDefinitionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs index 166cd7ca4c..78d83cf151 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetModelOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetModelOperation.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetModelOperation.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetModelOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs index 3eb55e16f9..ea6ef958e6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetNamespaceLatestModelOperation.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetNamespaceLatestModelOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs index 63e2466074..2a4ba1a20b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs index 0463e1e287..af61d78916 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs +//HintName: G.ModelClient.ModelPublicServiceGetNamespaceModelOperation.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceGetNamespaceModelOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs index 648d285415..25026e78dd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListAvailableRegions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListAvailableRegions.g.cs +//HintName: G.ModelClient.ModelPublicServiceListAvailableRegions.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListAvailableRegionsArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs index 21477e5b81..181cfea878 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelDefinitions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModelDefinitions.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModelDefinitions.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelDefinitionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs index f0d71506b2..29a34af0e3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModelRuns.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModelRuns.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs index 4ec3f753b5..d4941f8254 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModelRunsByRequester.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelRunsByRequesterArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModels.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModels.g.verified.cs index a28fa56be4..2a9be59524 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListModels.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListModels.g.cs +//HintName: G.ModelClient.ModelPublicServiceListModels.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListModelsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs index 049bf7fa51..2889467b2e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs +//HintName: G.ModelClient.ModelPublicServiceListNamespaceModelVersions.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListNamespaceModelVersionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs index 953dc39959..30b8508647 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceListNamespaceModels.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceListNamespaceModels.g.cs +//HintName: G.ModelClient.ModelPublicServiceListNamespaceModels.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceListNamespaceModelsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs index bb0e1f4882..6ed269d8d8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceRenameNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceRenameNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs index df2fda1db5..e5cfcae946 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerAsyncNamespaceLatestModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs index b66805d0c3..a114214569 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerAsyncNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerAsyncNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs index 7fc9db07e7..4c3eaeba6e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerNamespaceLatestModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs index 29cfe4d102..21805a05d2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceTriggerNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceTriggerNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs index 14c5a75a76..1543264669 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceUpdateNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceUpdateNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs index 1498850dfe..963f9547f8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceWatchNamespaceLatestModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceWatchNamespaceLatestModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs index 7eb55e18d0..4df79b13f5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs +//HintName: G.ModelClient.ModelPublicServiceWatchNamespaceModel.g.cs #nullable enable namespace G { - public partial class x__ModelClient + public partial class ModelClient { partial void PrepareModelPublicServiceWatchNamespaceModelArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.g.verified.cs index 5f5e19cbc5..e36c20d138 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__ModelClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.ModelClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__ModelClient.g.cs +//HintName: G.ModelClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__ModelClient : global::G.Ix__ModelClient, global::System.IDisposable + public sealed partial class ModelClient : global::G.IModelClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__ModelClient : global::G.Ix__ModelClient, global:: /// - /// Creates a new instance of the x__ModelClient. + /// Creates a new instance of the ModelClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__ModelClient : global::G.Ix__ModelClient, global:: /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__ModelClient( + public ModelClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CheckNamespace.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CheckNamespace.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CheckNamespace.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CheckNamespace.g.verified.cs index 344677bf73..f5ac3c52c9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CheckNamespace.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CheckNamespace.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.CheckNamespace.g.cs +//HintName: G.NamespaceClient.CheckNamespace.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareCheckNamespaceArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CreateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CreateOrganization.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CreateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CreateOrganization.g.verified.cs index 73ce2edb2f..783be9f453 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CreateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CreateOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.CreateOrganization.g.cs +//HintName: G.NamespaceClient.CreateOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareCreateOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CreateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CreateToken.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CreateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CreateToken.g.verified.cs index 43529f77f5..bb307136ee 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.CreateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.CreateToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.CreateToken.g.cs +//HintName: G.NamespaceClient.CreateToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareCreateTokenArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteOrganization.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteOrganization.g.verified.cs index 7ecd972186..f861b59de4 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteOrganization.g.cs +//HintName: G.NamespaceClient.DeleteOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs index a313bfaa5c..d3127fc6cb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteOrganizationMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteOrganizationMembership.g.cs +//HintName: G.NamespaceClient.DeleteOrganizationMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteOrganizationMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteToken.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteToken.g.verified.cs index fb95c2ff3e..2bfbcdb5d0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteToken.g.cs +//HintName: G.NamespaceClient.DeleteToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteTokenArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteUserMembership.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteUserMembership.g.verified.cs index a72dde5f5d..2c5fb5bf5e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.DeleteUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.DeleteUserMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.DeleteUserMembership.g.cs +//HintName: G.NamespaceClient.DeleteUserMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareDeleteUserMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs index 2ba1fcd9bd..b2ebb665c5 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetAuthenticatedUser.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetAuthenticatedUser.g.cs +//HintName: G.NamespaceClient.GetAuthenticatedUser.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetAuthenticatedUserArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetOrganization.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetOrganization.g.verified.cs index 34a733df2a..f35c3178a4 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetOrganization.g.cs +//HintName: G.NamespaceClient.GetOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetOrganizationMembership.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetOrganizationMembership.g.verified.cs index 31b0a0d3cb..eedf91f9ae 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetOrganizationMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetOrganizationMembership.g.cs +//HintName: G.NamespaceClient.GetOrganizationMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetOrganizationMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetToken.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetToken.g.verified.cs index ff23aafcb8..4cde6a6be3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetToken.g.cs +//HintName: G.NamespaceClient.GetToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetTokenArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetUser.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetUser.g.verified.cs index a2dd9f253e..9d5f0890b2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetUser.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetUser.g.cs +//HintName: G.NamespaceClient.GetUser.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetUserArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetUserMembership.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetUserMembership.g.verified.cs index a990fb5f68..403e6844c9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.GetUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.GetUserMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.GetUserMembership.g.cs +//HintName: G.NamespaceClient.GetUserMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareGetUserMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs index f8b42db9ec..5fcfb61579 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListOrganizationMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListOrganizationMemberships.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListOrganizationMemberships.g.cs +//HintName: G.NamespaceClient.ListOrganizationMemberships.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListOrganizationMembershipsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListOrganizations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListOrganizations.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListOrganizations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListOrganizations.g.verified.cs index 65ad5f0822..a80f3d3b51 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListOrganizations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListOrganizations.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListOrganizations.g.cs +//HintName: G.NamespaceClient.ListOrganizations.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListOrganizationsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListTokens.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListTokens.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListTokens.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListTokens.g.verified.cs index 1ecf4d2d00..487dc2fea8 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListTokens.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListTokens.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListTokens.g.cs +//HintName: G.NamespaceClient.ListTokens.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListTokensArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListUserMemberships.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListUserMemberships.g.verified.cs index fcfae006a7..87ef8f7810 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListUserMemberships.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListUserMemberships.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListUserMemberships.g.cs +//HintName: G.NamespaceClient.ListUserMemberships.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListUserMembershipsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListUsers.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListUsers.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListUsers.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListUsers.g.verified.cs index 76e8908c5f..fabe1502ee 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ListUsers.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ListUsers.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ListUsers.g.cs +//HintName: G.NamespaceClient.ListUsers.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareListUsersArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs index 87fecdd231..1929723a4b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.PatchAuthenticatedUser.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.PatchAuthenticatedUser.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.PatchAuthenticatedUser.g.cs +//HintName: G.NamespaceClient.PatchAuthenticatedUser.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PreparePatchAuthenticatedUserArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateOrganization.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateOrganization.g.verified.cs index fb4ace834a..ff30aa299d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateOrganization.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateOrganization.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.UpdateOrganization.g.cs +//HintName: G.NamespaceClient.UpdateOrganization.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareUpdateOrganizationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs index 575100ccc8..87417a95b3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateOrganizationMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateOrganizationMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.UpdateOrganizationMembership.g.cs +//HintName: G.NamespaceClient.UpdateOrganizationMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareUpdateOrganizationMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateUserMembership.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateUserMembership.g.verified.cs index 1fa58897bf..ecd41e4314 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.UpdateUserMembership.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.UpdateUserMembership.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.UpdateUserMembership.g.cs +//HintName: G.NamespaceClient.UpdateUserMembership.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareUpdateUserMembershipArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ValidateToken.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ValidateToken.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ValidateToken.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ValidateToken.g.verified.cs index fdc6260b71..4dcfa17a9d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.ValidateToken.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.ValidateToken.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__NamespaceClient.ValidateToken.g.cs +//HintName: G.NamespaceClient.ValidateToken.g.cs #nullable enable namespace G { - public partial class x__NamespaceClient + public partial class NamespaceClient { partial void PrepareValidateTokenArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.g.verified.cs index 80ec19fb4c..c62fcbd2e0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__NamespaceClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.NamespaceClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__NamespaceClient.g.cs +//HintName: G.NamespaceClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__NamespaceClient : global::G.Ix__NamespaceClient, global::System.IDisposable + public sealed partial class NamespaceClient : global::G.INamespaceClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__NamespaceClient : global::G.Ix__NamespaceClient, /// - /// Creates a new instance of the x__NamespaceClient. + /// Creates a new instance of the NamespaceClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__NamespaceClient : global::G.Ix__NamespaceClient, /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__NamespaceClient( + public NamespaceClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs index b989fe1848..e4405a0ec0 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetAuthenticatedUserSubscription.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__SubscriptionClient.GetAuthenticatedUserSubscription.g.cs +//HintName: G.SubscriptionClient.GetAuthenticatedUserSubscription.g.cs #nullable enable namespace G { - public partial class x__SubscriptionClient + public partial class SubscriptionClient { partial void PrepareGetAuthenticatedUserSubscriptionArguments( global::System.Net.Http.HttpClient httpClient); diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs index f8cc680884..a85b053abb 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetOrganizationSubscription.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetOrganizationSubscription.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__SubscriptionClient.GetOrganizationSubscription.g.cs +//HintName: G.SubscriptionClient.GetOrganizationSubscription.g.cs #nullable enable namespace G { - public partial class x__SubscriptionClient + public partial class SubscriptionClient { partial void PrepareGetOrganizationSubscriptionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetRemainingCredit.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetRemainingCredit.g.verified.cs index ec59410c67..85eaf7074c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.GetRemainingCredit.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.GetRemainingCredit.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__SubscriptionClient.GetRemainingCredit.g.cs +//HintName: G.SubscriptionClient.GetRemainingCredit.g.cs #nullable enable namespace G { - public partial class x__SubscriptionClient + public partial class SubscriptionClient { partial void PrepareGetRemainingCreditArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.g.verified.cs similarity index 92% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.g.verified.cs index 3c66d6f5d7..2143bb67db 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__SubscriptionClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.SubscriptionClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__SubscriptionClient.g.cs +//HintName: G.SubscriptionClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__SubscriptionClient : global::G.Ix__SubscriptionClient, global::System.IDisposable + public sealed partial class SubscriptionClient : global::G.ISubscriptionClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__SubscriptionClient : global::G.Ix__SubscriptionCl /// - /// Creates a new instance of the x__SubscriptionClient. + /// Creates a new instance of the SubscriptionClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__SubscriptionClient : global::G.Ix__SubscriptionCl /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__SubscriptionClient( + public SubscriptionClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs index 59addaf2a4..2750201770 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCloneNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCloneNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs index a0022d1a08..76010d8622 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCloneNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCloneNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs index dc01e199ef..39056cf4f6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs index ffdd19d57b..d25af7cd1d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs index e3a42a40e3..3cddd88b18 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs index dac71223ae..76c569e031 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceCreateNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceCreateNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs index 69b15d8669..78bf514230 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs index b49a1f6ac4..a410f2e7c6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs index 247c52273d..b2eadfd4c6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs index d008e6ff8a..77deb554cd 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceDeleteNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceDeleteNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs index 7342dce5be..54da7abb3c 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetIntegration.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetIntegration.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetIntegration.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetIntegrationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs index 6a34af1e91..25a6065b84 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs index 4a90014551..a802ffbc2e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs index c06abdc6d1..a051bbb3d7 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs index 7c87baa3f5..d9cdd51eac 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs index 6ab463a816..f7a255bf08 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceGetOperation.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceGetOperation.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceGetOperation.g.cs +//HintName: G.VDPClient.PipelinePublicServiceGetOperation.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceGetOperationArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs index 7be2f96c9d..3d1d388543 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListComponentDefinitions.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListComponentDefinitionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs index 7176daf37f..fa4bcb62df 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListComponentRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListComponentRuns.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListComponentRuns.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListComponentRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs index fe624ff3cf..6f961c7866 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListIntegrations.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListIntegrations.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListIntegrations.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListIntegrationsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs index 00507723d3..8608c18c59 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespaceConnections.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespaceConnectionsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs index 66378e1ba6..b330b924d1 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespacePipelineReleases.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespacePipelineReleasesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs index 802f70e5a5..300357af09 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespacePipelines.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespacePipelinesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs index 5b31d6f3b9..f2e413c2fe 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListNamespaceSecrets.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListNamespaceSecretsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs index a3f19d4593..80a4affd41 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelineIDsByConnectionID.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelineIDsByConnectionIDArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs index 1822a20f16..d8f7612e5e 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineRuns.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelineRuns.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelineRuns.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelineRunsArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs index 8d4b6cb184..a4f93c345d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelineRunsByRequester.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelineRunsByRequesterArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs index 6a14b68f95..ca825dd709 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceListPipelines.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceListPipelines.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceListPipelines.g.cs +//HintName: G.VDPClient.PipelinePublicServiceListPipelines.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceListPipelinesArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs index ad1b06e8d0..a4748797a3 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceRenameNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceRenameNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs similarity index 97% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs index 1d36871bf2..dedb4ddfd6 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTestNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTestNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs index 16df0e7640..bb6c9c2a11 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerAsyncNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs index 3f4abbc546..adc68e4666 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerAsyncNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerAsyncNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs index 8c054b3853..cd79bedf9d 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs index 9725285c8e..ed91d452ad 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs index fb9e5d6d25..64cb0b64fc 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs +//HintName: G.VDPClient.PipelinePublicServiceTriggerNamespacePipelineWithStream.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceTriggerNamespacePipelineWithStreamArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs index 30517be19d..91730218aa 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespaceConnection.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespaceConnectionArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs index a9992c22e4..0aedff5436 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs index c678fcf889..66d15b1fd2 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespacePipelineRelease.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespacePipelineReleaseArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs index 2b6430a8e6..12be35b81b 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs +//HintName: G.VDPClient.PipelinePublicServiceUpdateNamespaceSecret.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceUpdateNamespaceSecretArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs similarity index 98% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs index cb8fb6e44c..a41917caad 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.verified.cs @@ -1,10 +1,10 @@ -//HintName: G.x__VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs +//HintName: G.VDPClient.PipelinePublicServiceValidateNamespacePipeline.g.cs #nullable enable namespace G { - public partial class x__VDPClient + public partial class VDPClient { partial void PreparePipelinePublicServiceValidateNamespacePipelineArguments( global::System.Net.Http.HttpClient httpClient, diff --git a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.g.verified.cs b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.g.verified.cs similarity index 93% rename from src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.g.verified.cs rename to src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.g.verified.cs index ae5cf8b46b..00e5a392c9 100644 --- a/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.x__VDPClient.g.verified.cs +++ b/src/tests/AutoSDK.SnapshotTests/Snapshots/instill/SystemTextJson/_#G.VDPClient.g.verified.cs @@ -1,4 +1,4 @@ -//HintName: G.x__VDPClient.g.cs +//HintName: G.VDPClient.g.cs #nullable enable @@ -9,7 +9,7 @@ namespace G /// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
- public sealed partial class x__VDPClient : global::G.Ix__VDPClient, global::System.IDisposable + public sealed partial class VDPClient : global::G.IVDPClient, global::System.IDisposable { /// /// @@ -34,7 +34,7 @@ public sealed partial class x__VDPClient : global::G.Ix__VDPClient, global::Syst /// - /// Creates a new instance of the x__VDPClient. + /// Creates a new instance of the VDPClient. /// If no httpClient is provided, a new one will be created. /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. /// @@ -42,7 +42,7 @@ public sealed partial class x__VDPClient : global::G.Ix__VDPClient, global::Syst /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used. /// The authorizations to use for the requests. /// Dispose the HttpClient when the instance is disposed. True by default. - public x__VDPClient( + public VDPClient( global::System.Net.Http.HttpClient? httpClient = null, global::System.Uri? baseUri = null, global::System.Collections.Generic.List? authorizations = null,