From 4902a0ad1385bd914be362fa56574e0dc798b858 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Fri, 5 Dec 2025 19:55:39 +0000 Subject: [PATCH 1/5] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@8c4afd9e. --- Segment.PublicApi.sln | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Segment.PublicApi.sln b/Segment.PublicApi.sln index 5945e3203..0f526a7fa 100644 --- a/Segment.PublicApi.sln +++ b/Segment.PublicApi.sln @@ -2,7 +2,7 @@ # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{240C99FA-BC66-40D2-8BAC-97FB189AFAA2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{015086F8-47FA-4056-A4E7-2ED5CF69C857}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {240C99FA-BC66-40D2-8BAC-97FB189AFAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {240C99FA-BC66-40D2-8BAC-97FB189AFAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {240C99FA-BC66-40D2-8BAC-97FB189AFAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {240C99FA-BC66-40D2-8BAC-97FB189AFAA2}.Release|Any CPU.Build.0 = Release|Any CPU + {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Debug|Any CPU.Build.0 = Debug|Any CPU + {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Release|Any CPU.ActiveCfg = Release|Any CPU + {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE From b90c23b89eb4975ac96d4ecb82664431ada7b271 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Fri, 5 Dec 2025 20:18:30 +0000 Subject: [PATCH 2/5] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@0fa322f1. --- README.md | 2 +- Segment.PublicApi.sln | 10 +++++----- src/Segment.PublicApi/Api/APICallsApi.cs | 2 +- src/Segment.PublicApi/Api/ActivationsApi.cs | 2 +- src/Segment.PublicApi/Api/AudiencesApi.cs | 2 +- src/Segment.PublicApi/Api/AuditTrailApi.cs | 2 +- src/Segment.PublicApi/Api/CatalogApi.cs | 2 +- src/Segment.PublicApi/Api/ComputedTraitsApi.cs | 2 +- src/Segment.PublicApi/Api/CustomerInsightsApi.cs | 2 +- src/Segment.PublicApi/Api/DbtApi.cs | 2 +- src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs | 2 +- src/Segment.PublicApi/Api/DeliveryOverviewApi.cs | 2 +- src/Segment.PublicApi/Api/DestinationFiltersApi.cs | 2 +- src/Segment.PublicApi/Api/DestinationsApi.cs | 2 +- src/Segment.PublicApi/Api/EventsApi.cs | 2 +- src/Segment.PublicApi/Api/FunctionsApi.cs | 2 +- src/Segment.PublicApi/Api/IAMGroupsApi.cs | 2 +- src/Segment.PublicApi/Api/IAMRolesApi.cs | 2 +- src/Segment.PublicApi/Api/IAMUsersApi.cs | 2 +- src/Segment.PublicApi/Api/LabelsApi.cs | 2 +- src/Segment.PublicApi/Api/LivePluginsApi.cs | 2 +- src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs | 2 +- src/Segment.PublicApi/Api/ProfilesSyncApi.cs | 2 +- src/Segment.PublicApi/Api/ReverseETLApi.cs | 2 +- src/Segment.PublicApi/Api/SelectiveSyncApi.cs | 2 +- src/Segment.PublicApi/Api/SourcesApi.cs | 2 +- src/Segment.PublicApi/Api/SpaceFiltersApi.cs | 2 +- src/Segment.PublicApi/Api/SpacesApi.cs | 2 +- src/Segment.PublicApi/Api/TestingApi.cs | 2 +- src/Segment.PublicApi/Api/TrackingPlansApi.cs | 2 +- src/Segment.PublicApi/Api/TransformationsApi.cs | 2 +- src/Segment.PublicApi/Api/WarehousesApi.cs | 2 +- src/Segment.PublicApi/Api/WorkspacesApi.cs | 2 +- src/Segment.PublicApi/Client/ApiClient.cs | 2 +- src/Segment.PublicApi/Client/ApiException.cs | 2 +- src/Segment.PublicApi/Client/ApiResponse.cs | 2 +- src/Segment.PublicApi/Client/ClientUtils.cs | 2 +- src/Segment.PublicApi/Client/Configuration.cs | 10 +++++----- src/Segment.PublicApi/Client/ExceptionFactory.cs | 2 +- src/Segment.PublicApi/Client/GlobalConfiguration.cs | 2 +- src/Segment.PublicApi/Client/HttpMethod.cs | 2 +- src/Segment.PublicApi/Client/IApiAccessor.cs | 2 +- src/Segment.PublicApi/Client/IAsynchronousClient.cs | 2 +- src/Segment.PublicApi/Client/IReadableConfiguration.cs | 2 +- src/Segment.PublicApi/Client/ISynchronousClient.cs | 2 +- src/Segment.PublicApi/Client/Multimap.cs | 2 +- src/Segment.PublicApi/Client/OpenAPIDateConverter.cs | 2 +- src/Segment.PublicApi/Client/RequestOptions.cs | 2 +- src/Segment.PublicApi/Client/RetryConfiguration.cs | 2 +- src/Segment.PublicApi/Model/APICallSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs | 2 +- src/Segment.PublicApi/Model/AccessPermissionV1.cs | 2 +- src/Segment.PublicApi/Model/ActivationOutput.cs | 2 +- .../Model/AddActivationToAudience200Response.cs | 2 +- .../Model/AddActivationToAudienceAlphaInput.cs | 2 +- .../Model/AddActivationToAudienceAlphaOutput.cs | 2 +- .../Model/AddAudienceScheduleToAudience200Response.cs | 2 +- .../Model/AddAudienceScheduleToAudienceAlphaInput.cs | 2 +- .../Model/AddAudienceScheduleToAudienceAlphaOutput.cs | 2 +- .../AddConnectionFromSourceToWarehouse201Response.cs | 2 +- .../AddConnectionFromSourceToWarehouseV1Output.cs | 2 +- .../Model/AddDestinationToAudience200Response.cs | 2 +- .../Model/AddDestinationToAudienceAlphaInput.cs | 2 +- .../Model/AddDestinationToAudienceAlphaOutput.cs | 2 +- .../Model/AddLabelsToSource200Response.cs | 2 +- .../Model/AddLabelsToSource200Response1.cs | 2 +- .../Model/AddLabelsToSourceAlphaInput.cs | 2 +- .../Model/AddLabelsToSourceAlphaOutput.cs | 2 +- .../Model/AddLabelsToSourceV1Input.cs | 2 +- .../Model/AddLabelsToSourceV1Output.cs | 2 +- .../Model/AddPermissionsToUser200Response.cs | 2 +- .../Model/AddPermissionsToUserGroup200Response.cs | 2 +- .../Model/AddPermissionsToUserGroupV1Input.cs | 2 +- .../Model/AddPermissionsToUserGroupV1Output.cs | 2 +- .../Model/AddPermissionsToUserV1Input.cs | 2 +- .../Model/AddPermissionsToUserV1Output.cs | 2 +- .../Model/AddSourceToTrackingPlan200Response.cs | 2 +- .../Model/AddSourceToTrackingPlanV1Input.cs | 2 +- .../Model/AddSourceToTrackingPlanV1Output.cs | 2 +- .../Model/AddUsersToUserGroup200Response.cs | 2 +- .../Model/AddUsersToUserGroupV1Input.cs | 2 +- .../Model/AddUsersToUserGroupV1Output.cs | 2 +- .../Model/AdvancedWarehouseSyncScheduleV1Input.cs | 2 +- .../Model/AdvancedWarehouseSyncScheduleV1Output.cs | 2 +- src/Segment.PublicApi/Model/AllowedLabelBeta.cs | 2 +- src/Segment.PublicApi/Model/AudienceComputeCadence.cs | 2 +- src/Segment.PublicApi/Model/AudienceDefinition.cs | 2 +- .../Model/AudienceDefinitionWithoutTargetEntity.cs | 2 +- src/Segment.PublicApi/Model/AudienceOptions.cs | 2 +- .../Model/AudienceOptionsWithLookback.cs | 2 +- src/Segment.PublicApi/Model/AudiencePreview.cs | 2 +- .../Model/AudiencePreviewAccountResult.cs | 2 +- .../Model/AudiencePreviewEntitiesResult.cs | 2 +- .../Model/AudiencePreviewIdentifier.cs | 2 +- .../Model/AudiencePreviewProfileResult.cs | 2 +- src/Segment.PublicApi/Model/AudiencePreviewResult.cs | 2 +- src/Segment.PublicApi/Model/AudienceRunInfo.cs | 2 +- src/Segment.PublicApi/Model/AudienceSchedule.cs | 2 +- src/Segment.PublicApi/Model/AudienceSize.cs | 2 +- src/Segment.PublicApi/Model/AudienceSummary.cs | 2 +- .../AudienceSummaryWithAudienceTypeAndLookback.cs | 2 +- src/Segment.PublicApi/Model/AuditEventV1.cs | 2 +- ...chQueryMessagingSubscriptionsForSpace200Response.cs | 2 +- ...tchQueryMessagingSubscriptionsForSpaceAlphaInput.cs | 2 +- ...chQueryMessagingSubscriptionsForSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/BreakdownBeta.cs | 2 +- .../Model/CancelReverseETLSyncForModel200Response.cs | 2 +- .../Model/CancelReverseETLSyncForModelInput.cs | 2 +- .../Model/CancelReverseETLSyncForModelOutput.cs | 2 +- src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/ComputedTraitSummary.cs | 2 +- .../Model/ComputedTraitsDefinition.cs | 2 +- src/Segment.PublicApi/Model/Config.cs | 2 +- src/Segment.PublicApi/Model/Config1.cs | 2 +- src/Segment.PublicApi/Model/Connection.cs | 2 +- src/Segment.PublicApi/Model/Contact.cs | 2 +- .../Model/CreateAudience200Response.cs | 2 +- .../Model/CreateAudience200Response1.cs | 2 +- .../Model/CreateAudienceAlphaInput.cs | 2 +- .../Model/CreateAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs | 2 +- .../Model/CreateAudienceBetaOutput.cs | 2 +- .../Model/CreateAudiencePreview200Response.cs | 2 +- .../Model/CreateAudiencePreview200Response1.cs | 2 +- .../Model/CreateAudiencePreviewAlphaInput.cs | 2 +- .../Model/CreateAudiencePreviewAlphaOutput.cs | 2 +- .../Model/CreateAudiencePreviewBetaInput.cs | 2 +- .../Model/CreateAudiencePreviewBetaOutput.cs | 2 +- .../Model/CreateAudiencePreviewOptions.cs | 2 +- .../Model/CreateCloudSourceRegulation200Response.cs | 2 +- .../Model/CreateCloudSourceRegulationV1Input.cs | 2 +- .../Model/CreateCloudSourceRegulationV1Output.cs | 2 +- .../Model/CreateComputedTrait200Response.cs | 2 +- .../Model/CreateComputedTraitAlphaInput.cs | 2 +- .../Model/CreateComputedTraitAlphaOutput.cs | 2 +- .../Model/CreateDbtModelSyncTrigger200Response.cs | 2 +- .../Model/CreateDbtModelSyncTriggerInput.cs | 2 +- .../Model/CreateDbtModelSyncTriggerOutput.cs | 2 +- .../Model/CreateDestination200Response.cs | 2 +- .../Model/CreateDestinationSubscription200Response.cs | 2 +- .../Model/CreateDestinationSubscriptionAlphaInput.cs | 2 +- .../Model/CreateDestinationSubscriptionAlphaOutput.cs | 2 +- .../Model/CreateDestinationV1Input.cs | 2 +- .../Model/CreateDestinationV1Output.cs | 2 +- .../Model/CreateDownload200Response.cs | 2 +- .../Model/CreateDownloadAlphaInput.cs | 2 +- .../Model/CreateDownloadAlphaOutput.cs | 2 +- .../Model/CreateFilterForDestination200Response.cs | 2 +- .../Model/CreateFilterForDestinationV1Input.cs | 2 +- .../Model/CreateFilterForDestinationV1Output.cs | 2 +- .../Model/CreateFilterForSpace200Response.cs | 2 +- .../Model/CreateFilterForSpaceInput.cs | 2 +- .../Model/CreateFilterForSpaceOutput.cs | 2 +- .../Model/CreateFunction200Response.cs | 2 +- .../Model/CreateFunctionDeployment200Response.cs | 2 +- .../Model/CreateFunctionDeploymentV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateFunctionV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateFunctionV1Output.cs | 2 +- .../Model/CreateInsertFunctionInstance200Response.cs | 2 +- .../Model/CreateInsertFunctionInstanceAlphaInput.cs | 2 +- .../Model/CreateInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/CreateInvites201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateInvitesV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateLabel201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateLabelV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateLabelV1Output.cs | 2 +- .../Model/CreateLivePlugin200Response.cs | 2 +- .../Model/CreateLivePluginAlphaInput.cs | 2 +- .../Model/CreateLivePluginAlphaOutput.cs | 2 +- .../Model/CreateProfilesWarehouse201Response.cs | 2 +- .../Model/CreateProfilesWarehouseAlphaInput.cs | 2 +- .../Model/CreateProfilesWarehouseAlphaOutput.cs | 2 +- .../Model/CreateReverseETLManualSync200Response.cs | 2 +- .../Model/CreateReverseETLManualSyncInput.cs | 2 +- .../Model/CreateReverseETLManualSyncOutput.cs | 2 +- .../Model/CreateReverseEtlModel201Response.cs | 2 +- .../Model/CreateReverseEtlModelInput.cs | 2 +- .../Model/CreateReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/CreateSource201Response.cs | 2 +- .../Model/CreateSource201Response1.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs | 2 +- .../Model/CreateSourceRegulation200Response.cs | 2 +- .../Model/CreateSourceRegulationV1Input.cs | 2 +- .../Model/CreateSourceRegulationV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceV1Output.cs | 2 +- .../Model/CreateTrackingPlan200Response.cs | 2 +- .../Model/CreateTrackingPlanV1Input.cs | 2 +- .../Model/CreateTrackingPlanV1Output.cs | 2 +- .../Model/CreateTransformation200Response.cs | 2 +- .../Model/CreateTransformationBetaInput.cs | 2 +- .../Model/CreateTransformationBetaOutput.cs | 2 +- .../Model/CreateTransformationV1Input.cs | 2 +- .../Model/CreateTransformationV1Output.cs | 2 +- .../Model/CreateUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs | 2 +- .../Model/CreateValidationInWarehouse200Response.cs | 2 +- .../Model/CreateValidationInWarehouseV1Input.cs | 2 +- .../Model/CreateValidationInWarehouseV1Output.cs | 2 +- .../Model/CreateWarehouse201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs | 2 +- .../Model/CreateWorkspaceRegulation200Response.cs | 2 +- .../Model/CreateWorkspaceRegulationV1Input.cs | 2 +- .../Model/CreateWorkspaceRegulationV1Output.cs | 2 +- .../Model/CreateWriteKeyForSource200Response.cs | 2 +- .../Model/CreateWriteKeyForSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs | 2 +- .../Model/DeleteActivationAlphaOutput.cs | 2 +- .../Model/DeleteDestination200Response.cs | 2 +- .../Model/DeleteDestinationV1Output.cs | 2 +- .../Model/DeleteFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs | 2 +- .../Model/DeleteFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs | 2 +- .../Model/DeleteInsertFunctionInstance200Response.cs | 2 +- .../Model/DeleteInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/DeleteInvites200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabel200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabel200Response1.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabelV1Output.cs | 2 +- .../Model/DeleteLivePluginCode200Response.cs | 2 +- .../Model/DeleteLivePluginCodeAlphaOutput.cs | 2 +- .../Model/DeleteRegulation200Response.cs | 2 +- .../Model/DeleteRegulationV1Output.cs | 2 +- .../Model/DeleteReverseEtlModel200Response.cs | 2 +- .../Model/DeleteReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteSource200Response.cs | 2 +- .../Model/DeleteSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteSourceV1Output.cs | 2 +- .../Model/DeleteTrackingPlan200Response.cs | 2 +- .../Model/DeleteTrackingPlanV1Output.cs | 2 +- .../Model/DeleteTransformation200Response.cs | 2 +- .../Model/DeleteTransformationBetaInput.cs | 2 +- .../Model/DeleteTransformationBetaOutput.cs | 2 +- .../Model/DeleteTransformationV1Output.cs | 2 +- .../Model/DeleteUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/DeleteUsers200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteUsersV1Output.cs | 2 +- .../Model/DeleteWarehouse200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs | 2 +- .../Model/DeliveryMetricsSummaryBeta.cs | 2 +- .../Model/DeliveryOverviewDestinationFilterBy.cs | 2 +- .../Model/DeliveryOverviewMetricsDatapoint.cs | 2 +- .../Model/DeliveryOverviewMetricsDataset.cs | 2 +- .../Model/DeliveryOverviewSourceFilterBy.cs | 2 +- .../DeliveryOverviewSuccessfullyReceivedFilterBy.cs | 2 +- .../Model/DestinationFilterActionV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationFilterV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationInput.cs | 2 +- .../Model/DestinationMetadataActionFieldV1.cs | 2 +- .../Model/DestinationMetadataActionV1.cs | 2 +- .../Model/DestinationMetadataComponentV1.cs | 2 +- .../Model/DestinationMetadataFeaturesV1.cs | 2 +- .../Model/DestinationMetadataMethodsV1.cs | 2 +- .../Model/DestinationMetadataPlatformsV1.cs | 2 +- .../Model/DestinationMetadataSubscriptionPresetV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationMetadataV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationStatusV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationSubscription.cs | 2 +- .../Model/DestinationSubscriptionConfiguration.cs | 2 +- .../Model/DestinationSubscriptionUpdateInput.cs | 2 +- src/Segment.PublicApi/Model/DestinationV1.cs | 2 +- src/Segment.PublicApi/Model/Download.cs | 2 +- src/Segment.PublicApi/Model/Echo200Response.cs | 2 +- src/Segment.PublicApi/Model/Echo200Response1.cs | 2 +- src/Segment.PublicApi/Model/EchoAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/EchoV1Output.cs | 2 +- src/Segment.PublicApi/Model/EntityDetails.cs | 2 +- src/Segment.PublicApi/Model/EventSourceV1.cs | 2 +- src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs | 2 +- src/Segment.PublicApi/Model/Filter.cs | 2 +- .../Model/ForceExecuteAudienceRun200Response.cs | 2 +- .../Model/ForceExecuteAudienceRunAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/FunctionDeployment.cs | 2 +- src/Segment.PublicApi/Model/FunctionSettingV1.cs | 2 +- src/Segment.PublicApi/Model/FunctionV1.cs | 2 +- .../Model/GetActivationFromAudience200Response.cs | 2 +- .../Model/GetActivationFromAudienceOutput.cs | 2 +- .../GetAdvancedSyncScheduleFromWarehouse200Response.cs | 2 +- .../GetAdvancedSyncScheduleFromWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetAudience200Response.cs | 2 +- src/Segment.PublicApi/Model/GetAudience200Response1.cs | 2 +- src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs | 2 +- .../Model/GetAudiencePreview200Response.cs | 2 +- .../Model/GetAudiencePreview200Response1.cs | 2 +- .../Model/GetAudiencePreviewAlphaOutput.cs | 2 +- .../Model/GetAudiencePreviewBetaOutput.cs | 2 +- ...tAudienceScheduleFromSpaceAndAudience200Response.cs | 2 +- ...tAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs | 2 +- .../Model/GetComputedTrait200Response.cs | 2 +- .../Model/GetComputedTraitAlphaOutput.cs | 2 +- .../GetConnectionStateFromWarehouse200Response.cs | 2 +- .../Model/GetConnectionStateFromWarehouseV1Output.cs | 2 +- .../Model/GetDailyPerSourceAPICallsUsage200Response.cs | 2 +- .../Model/GetDailyPerSourceAPICallsUsageV1Output.cs | 2 +- .../Model/GetDailyPerSourceMTUUsage200Response.cs | 2 +- .../Model/GetDailyPerSourceMTUUsageV1Output.cs | 2 +- .../Model/GetDailyWorkspaceAPICallsUsage200Response.cs | 2 +- .../Model/GetDailyWorkspaceAPICallsUsageV1Output.cs | 2 +- .../Model/GetDailyWorkspaceMTUUsage200Response.cs | 2 +- .../Model/GetDailyWorkspaceMTUUsageV1Output.cs | 2 +- .../Model/GetDeliveryOverviewMetricsBetaOutput.cs | 2 +- .../Model/GetDestination200Response.cs | 2 +- .../Model/GetDestinationMetadata200Response.cs | 2 +- .../Model/GetDestinationMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetDestinationV1Output.cs | 2 +- .../Model/GetDestinationsCatalog200Response.cs | 2 +- .../Model/GetDestinationsCatalogV1Output.cs | 2 +- ...ressFailedMetricsFromDeliveryOverview200Response.cs | 2 +- .../Model/GetEventsVolumeFromWorkspace200Response.cs | 2 +- .../Model/GetEventsVolumeFromWorkspaceV1Output.cs | 2 +- .../Model/GetEventsVolumeFromWorkspaceV1Query.cs | 2 +- .../Model/GetFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/GetFilterByIdOutput.cs | 2 +- .../Model/GetFilterInDestination200Response.cs | 2 +- .../Model/GetFilterInDestinationV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/GetFunctionV1Output.cs | 2 +- .../Model/GetFunctionVersion200Response.cs | 2 +- .../Model/GetFunctionVersionAlphaOutput.cs | 2 +- .../Model/GetInsertFunctionInstance200Response.cs | 2 +- .../Model/GetInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/GetLatestFromLivePlugins200Response.cs | 2 +- .../Model/GetLatestFromLivePluginsAlphaOutput.cs | 2 +- .../Model/GetMessagingSubscriptionFailureResponse.cs | 2 +- .../Model/GetMessagingSubscriptionSuccessResponse.cs | 2 +- .../Model/GetRegulation200Response.cs | 2 +- src/Segment.PublicApi/Model/GetRegulationV1Output.cs | 2 +- .../Model/GetReverseETLSyncStatus200Response.cs | 2 +- .../Model/GetReverseETLSyncStatusOutput.cs | 2 +- .../Model/GetReverseEtlModel200Response.cs | 2 +- .../Model/GetReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/GetSource200Response.cs | 2 +- src/Segment.PublicApi/Model/GetSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs | 2 +- .../Model/GetSourceMetadata200Response.cs | 2 +- .../Model/GetSourceMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetSourceV1Output.cs | 2 +- .../Model/GetSourcesCatalog200Response.cs | 2 +- .../Model/GetSourcesCatalogV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetSpace200Response.cs | 2 +- src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs | 2 +- .../Model/GetSubscriptionFromDestination200Response.cs | 2 +- .../Model/GetSubscriptionFromDestinationAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/GetSubscriptionRequest.cs | 2 +- .../Model/GetTrackingPlan200Response.cs | 2 +- src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs | 2 +- .../Model/GetTransformation200Response.cs | 2 +- .../Model/GetTransformationBetaInput.cs | 2 +- .../Model/GetTransformationBetaOutput.cs | 2 +- .../Model/GetTransformationV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetUser200Response.cs | 2 +- src/Segment.PublicApi/Model/GetUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/GetUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetUserV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWarehouse200Response.cs | 2 +- .../Model/GetWarehouseMetadata200Response.cs | 2 +- .../Model/GetWarehouseMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWarehouseV1Output.cs | 2 +- .../Model/GetWarehousesCatalog200Response.cs | 2 +- .../Model/GetWarehousesCatalogV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWorkspace200Response.cs | 2 +- src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs | 2 +- src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs | 2 +- .../Model/GroupSubscriptionStatusResponse.cs | 2 +- src/Segment.PublicApi/Model/HandleWebhookInput.cs | 2 +- src/Segment.PublicApi/Model/HandleWebhookOutput.cs | 2 +- .../Model/HashPropertiesConfiguration.cs | 2 +- .../Model/IDSyncConfigurationInput.cs | 2 +- .../Model/IdentifySourceSettingsV1.cs | 2 +- .../Model/InsertFunctionInstanceAlpha.cs | 2 +- src/Segment.PublicApi/Model/IntegrationOptionBeta.cs | 2 +- src/Segment.PublicApi/Model/InvitePermissionV1.cs | 2 +- src/Segment.PublicApi/Model/InviteV1.cs | 2 +- src/Segment.PublicApi/Model/LabelAlpha.cs | 2 +- src/Segment.PublicApi/Model/LabelV1.cs | 2 +- .../Model/ListActivationsAlphaOutput.cs | 2 +- .../Model/ListActivationsFromAudience200Response.cs | 2 +- .../Model/ListActivationsFromAudienceOutput.cs | 2 +- ...AudienceConsumersFromSpaceAndAudience200Response.cs | 2 +- ...AudienceConsumersFromSpaceAndAudienceAlphaOutput.cs | 2 +- .../Model/ListAudienceConsumersSortInput.cs | 2 +- ...AudienceSchedulesFromSpaceAndAudience200Response.cs | 2 +- ...AudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListAudienceSearchInput.cs | 2 +- .../Model/ListAudiences200Response.cs | 2 +- .../Model/ListAudiences200Response1.cs | 2 +- .../Model/ListAudiencesAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs | 2 +- .../Model/ListAudiencesPaginationInput.cs | 2 +- .../Model/ListAuditEvents200Response.cs | 2 +- src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs | 2 +- .../Model/ListComputedTraits200Response.cs | 2 +- .../Model/ListComputedTraitsAlphaOutput.cs | 2 +- .../ListConnectedDestinationsFromSource200Response.cs | 2 +- .../ListConnectedDestinationsFromSource200Response1.cs | 2 +- .../ListConnectedDestinationsFromSourceAlphaOutput.cs | 2 +- .../ListConnectedDestinationsFromSourceV1Output.cs | 2 +- .../ListConnectedSourcesFromWarehouse200Response.cs | 2 +- .../Model/ListConnectedSourcesFromWarehouseV1Output.cs | 2 +- .../ListConnectedWarehousesFromSource200Response.cs | 2 +- .../ListConnectedWarehousesFromSource200Response1.cs | 2 +- .../ListConnectedWarehousesFromSourceAlphaOutput.cs | 2 +- .../Model/ListConnectedWarehousesFromSourceV1Output.cs | 2 +- ...DeliveryMetricsSummaryFromDestination200Response.cs | 2 +- ...tDeliveryMetricsSummaryFromDestinationBetaOutput.cs | 2 +- .../Model/ListDestinations200Response.cs | 2 +- .../Model/ListDestinationsFromAudience200Response.cs | 2 +- .../Model/ListDestinationsFromAudienceAlphaOutput.cs | 2 +- .../Model/ListDestinationsV1Output.cs | 2 +- .../Model/ListFiltersForSpace200Response.cs | 2 +- .../Model/ListFiltersForSpaceOutput.cs | 2 +- .../Model/ListFiltersFromDestination200Response.cs | 2 +- .../Model/ListFiltersFromDestinationV1Output.cs | 2 +- .../Model/ListFiltersPaginationInput.cs | 2 +- .../Model/ListFiltersPaginationOutput.cs | 2 +- src/Segment.PublicApi/Model/ListFunctionItemV1.cs | 2 +- .../Model/ListFunctionVersions200Response.cs | 2 +- .../Model/ListFunctionVersionsAlphaOutput.cs | 2 +- .../Model/ListFunctions200Response.cs | 2 +- src/Segment.PublicApi/Model/ListFunctionsV1Output.cs | 2 +- .../Model/ListInsertFunctionInstances200Response.cs | 2 +- .../Model/ListInsertFunctionInstancesAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListInvites200Response.cs | 2 +- .../Model/ListInvitesFromUserGroup200Response.cs | 2 +- .../Model/ListInvitesFromUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListLabels200Response.cs | 2 +- src/Segment.PublicApi/Model/ListLabels200Response1.cs | 2 +- src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListLabelsV1Output.cs | 2 +- .../Model/ListProfilesWarehouseInSpace200Response.cs | 2 +- .../Model/ListProfilesWarehouseInSpaceAlphaOutput.cs | 2 +- .../Model/ListRegulationsFromSource200Response.cs | 2 +- .../Model/ListRegulationsFromSourceV1Output.cs | 2 +- ...yncStatusesFromModelAndSubscriptionId200Response.cs | 2 +- ...eETLSyncStatusesFromModelAndSubscriptionIdOutput.cs | 2 +- .../Model/ListReverseEtlModels200Response.cs | 2 +- .../Model/ListReverseEtlModelsOutput.cs | 2 +- src/Segment.PublicApi/Model/ListRoles200Response.cs | 2 +- src/Segment.PublicApi/Model/ListRolesV1Output.cs | 2 +- .../Model/ListRulesFromTrackingPlan200Response.cs | 2 +- .../Model/ListRulesFromTrackingPlanV1Output.cs | 2 +- .../Model/ListSchemaSettingsInSource200Response.cs | 2 +- .../Model/ListSchemaSettingsInSourceV1Output.cs | 2 +- ...tSelectiveSyncsFromWarehouseAndSource200Response.cs | 2 +- ...ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs | 2 +- ...stSelectiveSyncsFromWarehouseAndSpace200Response.cs | 2 +- ...stSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListSources200Response.cs | 2 +- src/Segment.PublicApi/Model/ListSources200Response1.cs | 2 +- src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs | 2 +- .../Model/ListSourcesFromTrackingPlan200Response.cs | 2 +- .../Model/ListSourcesFromTrackingPlanV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListSourcesV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListSpaces200Response.cs | 2 +- src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs | 2 +- .../ListSubscriptionsFromDestination200Response.cs | 2 +- .../ListSubscriptionsFromDestinationAlphaOutput.cs | 2 +- ...ListSupportedDestinationsFromAudience200Response.cs | 2 +- ...ListSupportedDestinationsFromAudienceAlphaOutput.cs | 2 +- .../Model/ListSuppressions200Response.cs | 2 +- .../Model/ListSuppressionsV1Output.cs | 2 +- .../Model/ListSyncsFromWarehouse200Response.cs | 2 +- .../ListSyncsFromWarehouseAndSource200Response.cs | 2 +- .../Model/ListSyncsFromWarehouseAndSourceV1Output.cs | 2 +- .../Model/ListSyncsFromWarehouseV1Output.cs | 2 +- .../Model/ListTrackingPlans200Response.cs | 2 +- .../Model/ListTrackingPlansV1Output.cs | 2 +- .../Model/ListTransformations200Response.cs | 2 +- .../Model/ListTransformationsBetaInput.cs | 2 +- .../Model/ListTransformationsBetaOutput.cs | 2 +- .../Model/ListTransformationsV1Output.cs | 2 +- .../Model/ListUserGroups200Response.cs | 2 +- .../Model/ListUserGroupsFromUser200Response.cs | 2 +- .../Model/ListUserGroupsFromUserV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUsers200Response.cs | 2 +- .../Model/ListUsersFromUserGroup200Response.cs | 2 +- .../Model/ListUsersFromUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUsersV1Output.cs | 2 +- .../Model/ListWarehouses200Response.cs | 2 +- src/Segment.PublicApi/Model/ListWarehousesV1Output.cs | 2 +- .../Model/ListWorkspaceRegulations200Response.cs | 2 +- .../Model/ListWorkspaceRegulationsV1Output.cs | 2 +- src/Segment.PublicApi/Model/LivePluginsAlpha.cs | 2 +- src/Segment.PublicApi/Model/LogosBeta.cs | 2 +- .../Model/MessageSubscriptionResponse.cs | 2 +- .../Model/MessageSubscriptionResponseError.cs | 2 +- .../Model/MessagesSubscriptionRequest.cs | 2 +- src/Segment.PublicApi/Model/Metadata.cs | 2 +- src/Segment.PublicApi/Model/MetricBeta.cs | 2 +- src/Segment.PublicApi/Model/MinimalUserGroupV1.cs | 2 +- src/Segment.PublicApi/Model/MinimalUserV1.cs | 2 +- src/Segment.PublicApi/Model/ModelVersion.cs | 2 +- src/Segment.PublicApi/Model/MtuSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/PaginationInput.cs | 2 +- src/Segment.PublicApi/Model/PaginationOutput.cs | 2 +- src/Segment.PublicApi/Model/PeriodicConfig.cs | 2 +- src/Segment.PublicApi/Model/PermissionInputV1.cs | 2 +- src/Segment.PublicApi/Model/PermissionResourceV1.cs | 2 +- src/Segment.PublicApi/Model/PermissionV1.cs | 2 +- src/Segment.PublicApi/Model/PersonalizationInput.cs | 2 +- .../Model/PersonalizationInputEntity.cs | 2 +- .../Model/PreviewDestinationFilter200Response.cs | 2 +- .../Model/PreviewDestinationFilterV1.cs | 2 +- .../Model/PreviewDestinationFilterV1Input.cs | 2 +- .../Model/PreviewDestinationFilterV1Output.cs | 2 +- src/Segment.PublicApi/Model/Profile.cs | 2 +- src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs | 2 +- src/Segment.PublicApi/Model/PropertyRenameBeta.cs | 2 +- src/Segment.PublicApi/Model/PropertyRenameV1.cs | 2 +- .../Model/PropertyValueTransformationBeta.cs | 2 +- .../Model/PropertyValueTransformationV1.cs | 2 +- .../Model/ReadAudiencePreviewOptions.cs | 2 +- src/Segment.PublicApi/Model/Regulation.cs | 2 +- src/Segment.PublicApi/Model/RegulationListEntryV1.cs | 2 +- .../Model/RemoveActivationFromAudience200Response.cs | 2 +- .../Model/RemoveActivationFromAudienceOutput.cs | 2 +- .../Model/RemoveAudienceFromSpace200Response.cs | 2 +- .../Model/RemoveAudienceFromSpace200Response1.cs | 2 +- .../Model/RemoveAudienceFromSpaceAlphaOutput.cs | 2 +- .../Model/RemoveAudienceFromSpaceBetaOutput.cs | 2 +- .../RemoveAudienceScheduleFromAudience200Response.cs | 2 +- .../RemoveAudienceScheduleFromAudienceAlphaOutput.cs | 2 +- .../Model/RemoveComputedTraitFromSpace200Response.cs | 2 +- .../Model/RemoveComputedTraitFromSpaceAlphaOutput.cs | 2 +- .../Model/RemoveFilterFromDestination200Response.cs | 2 +- .../Model/RemoveFilterFromDestinationV1Output.cs | 2 +- .../RemoveProfilesWarehouseFromSpace200Response.cs | 2 +- .../RemoveProfilesWarehouseFromSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/RemoveRuleV1.cs | 2 +- .../Model/RemoveRulesFromTrackingPlan200Response.cs | 2 +- .../Model/RemoveRulesFromTrackingPlanV1Output.cs | 2 +- .../RemoveSourceConnectionFromWarehouse200Response.cs | 2 +- .../RemoveSourceConnectionFromWarehouseV1Output.cs | 2 +- .../Model/RemoveSourceFromTrackingPlan200Response.cs | 2 +- .../Model/RemoveSourceFromTrackingPlanV1Output.cs | 2 +- .../RemoveSubscriptionFromDestination200Response.cs | 2 +- .../RemoveSubscriptionFromDestinationAlphaOutput.cs | 2 +- .../Model/RemoveUsersFromUserGroup200Response.cs | 2 +- .../Model/RemoveUsersFromUserGroupV1Output.cs | 2 +- .../Model/RemoveWriteKeyFromSource200Response.cs | 2 +- .../Model/RemoveWriteKeyFromSourceAlphaOutput.cs | 2 +- ...placeAdvancedSyncScheduleForWarehouse200Response.cs | 2 +- .../ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs | 2 +- .../ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs | 2 +- .../Model/ReplaceLabelsInSource200Response.cs | 2 +- .../Model/ReplaceLabelsInSource200Response1.cs | 2 +- .../Model/ReplaceLabelsInSourceAlphaInput.cs | 2 +- .../Model/ReplaceLabelsInSourceAlphaOutput.cs | 2 +- .../Model/ReplaceLabelsInSourceV1Input.cs | 2 +- .../Model/ReplaceLabelsInSourceV1Output.cs | 2 +- ...ReplaceMessagingSubscriptionsInSpaces200Response.cs | 2 +- .../ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs | 2 +- ...ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs | 2 +- .../Model/ReplacePermissionsForUser200Response.cs | 2 +- .../Model/ReplacePermissionsForUserGroup200Response.cs | 2 +- .../Model/ReplacePermissionsForUserGroupV1Input.cs | 2 +- .../Model/ReplacePermissionsForUserGroupV1Output.cs | 2 +- .../Model/ReplacePermissionsForUserV1Input.cs | 2 +- .../Model/ReplacePermissionsForUserV1Output.cs | 2 +- .../Model/ReplaceRulesInTrackingPlan200Response.cs | 2 +- .../Model/ReplaceRulesInTrackingPlanV1Input.cs | 2 +- .../Model/ReplaceRulesInTrackingPlanV1Output.cs | 2 +- .../Model/ReplaceUsersInUserGroup200Response.cs | 2 +- .../Model/ReplaceUsersInUserGroupV1Input.cs | 2 +- .../Model/ReplaceUsersInUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/RequestError.cs | 2 +- src/Segment.PublicApi/Model/RequestErrorEnvelope.cs | 2 +- src/Segment.PublicApi/Model/ResourceV1.cs | 2 +- .../Model/RestoreFunctionVersion200Response.cs | 2 +- .../Model/RestoreFunctionVersionAlphaInput.cs | 2 +- .../Model/RestoreFunctionVersionAlphaOutput.cs | 2 +- .../Model/ReverseETLManualSyncJobOutput.cs | 2 +- src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs | 2 +- .../Model/ReverseEtlCronScheduleConfig.cs | 2 +- .../Model/ReverseEtlDbtCloudScheduleConfig.cs | 2 +- src/Segment.PublicApi/Model/ReverseEtlModel.cs | 2 +- .../Model/ReverseEtlPeriodicScheduleConfig.cs | 2 +- .../Model/ReverseEtlScheduleConfig.cs | 2 +- .../Model/ReverseEtlScheduleDefinition.cs | 2 +- .../Model/ReverseEtlSpecificTimeScheduleConfig.cs | 2 +- src/Segment.PublicApi/Model/RoleV1.cs | 2 +- src/Segment.PublicApi/Model/RuleInputV1.cs | 2 +- src/Segment.PublicApi/Model/RuleV1.cs | 2 +- src/Segment.PublicApi/Model/SimpleDestination.cs | 2 +- src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/SourceAlpha.cs | 2 +- .../Model/SourceEventVolumeDatapointV1.cs | 2 +- src/Segment.PublicApi/Model/SourceEventVolumeV1.cs | 2 +- src/Segment.PublicApi/Model/SourceMetadataV1.cs | 2 +- src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs | 2 +- src/Segment.PublicApi/Model/SourceV1.cs | 2 +- src/Segment.PublicApi/Model/Space.cs | 2 +- .../Model/SpaceWarehouseSchemaOverride.cs | 2 +- .../Model/SpaceWarehouseSelectiveSyncItemAlpha.cs | 2 +- src/Segment.PublicApi/Model/SpecificDaysConfig.cs | 2 +- src/Segment.PublicApi/Model/StreamStatusV1.cs | 2 +- src/Segment.PublicApi/Model/SuppressedInner.cs | 2 +- src/Segment.PublicApi/Model/SyncExtractPhase.cs | 2 +- src/Segment.PublicApi/Model/SyncLoadPhase.cs | 2 +- src/Segment.PublicApi/Model/SyncNoticeV1.cs | 2 +- src/Segment.PublicApi/Model/SyncV1.cs | 2 +- src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/TrackingPlanV1.cs | 2 +- src/Segment.PublicApi/Model/TraitDefinition.cs | 2 +- src/Segment.PublicApi/Model/TraitOptions.cs | 2 +- src/Segment.PublicApi/Model/TransformationBeta.cs | 2 +- src/Segment.PublicApi/Model/TransformationV1.cs | 2 +- .../Model/UpdateActivationForAudience200Response.cs | 2 +- .../Model/UpdateActivationForAudienceAlphaInput.cs | 2 +- .../Model/UpdateActivationForAudienceOutput.cs | 2 +- .../Model/UpdateAudienceForSpace200Response.cs | 2 +- .../Model/UpdateAudienceForSpace200Response1.cs | 2 +- .../Model/UpdateAudienceForSpaceAlphaInput.cs | 2 +- .../Model/UpdateAudienceForSpaceAlphaOutput.cs | 2 +- .../Model/UpdateAudienceForSpaceBetaInput.cs | 2 +- .../Model/UpdateAudienceForSpaceBetaOutput.cs | 2 +- .../UpdateAudienceScheduleForAudience200Response.cs | 2 +- .../UpdateAudienceScheduleForAudienceAlphaInput.cs | 2 +- .../UpdateAudienceScheduleForAudienceAlphaOutput.cs | 2 +- .../Model/UpdateComputedTraitForSpace200Response.cs | 2 +- .../Model/UpdateComputedTraitForSpaceAlphaInput.cs | 2 +- .../Model/UpdateComputedTraitForSpaceAlphaOutput.cs | 2 +- .../Model/UpdateDestination200Response.cs | 2 +- .../Model/UpdateDestinationV1Input.cs | 2 +- .../Model/UpdateDestinationV1Output.cs | 2 +- .../Model/UpdateFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs | 2 +- src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs | 2 +- .../Model/UpdateFilterForDestination200Response.cs | 2 +- .../Model/UpdateFilterForDestinationV1Input.cs | 2 +- .../Model/UpdateFilterForDestinationV1Output.cs | 2 +- .../Model/UpdateFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs | 2 +- .../Model/UpdateGroupSubscriptionStatusResponse.cs | 2 +- .../Model/UpdateInsertFunctionInstance200Response.cs | 2 +- .../Model/UpdateInsertFunctionInstanceAlphaInput.cs | 2 +- .../Model/UpdateInsertFunctionInstanceAlphaOutput.cs | 2 +- ...ateProfilesWarehouseForSpaceWarehouse200Response.cs | 2 +- ...dateProfilesWarehouseForSpaceWarehouseAlphaInput.cs | 2 +- ...ateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs | 2 +- .../Model/UpdateReverseEtlModel200Response.cs | 2 +- .../Model/UpdateReverseEtlModelInput.cs | 2 +- .../Model/UpdateReverseEtlModelOutput.cs | 2 +- .../Model/UpdateRulesInTrackingPlan200Response.cs | 2 +- .../Model/UpdateRulesInTrackingPlanV1Input.cs | 2 +- .../Model/UpdateRulesInTrackingPlanV1Output.cs | 2 +- .../Model/UpdateSchemaSettingsInSource200Response.cs | 2 +- .../Model/UpdateSchemaSettingsInSourceV1Input.cs | 2 +- .../Model/UpdateSchemaSettingsInSourceV1Output.cs | 2 +- .../UpdateSelectiveSyncForWarehouse200Response.cs | 2 +- ...dateSelectiveSyncForWarehouseAndSpace200Response.cs | 2 +- ...pdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs | 2 +- ...dateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs | 2 +- .../Model/UpdateSelectiveSyncForWarehouseV1Input.cs | 2 +- .../Model/UpdateSelectiveSyncForWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/UpdateSource200Response.cs | 2 +- .../Model/UpdateSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceV1Output.cs | 2 +- .../UpdateSubscriptionForDestination200Response.cs | 2 +- .../UpdateSubscriptionForDestinationAlphaInput.cs | 2 +- .../UpdateSubscriptionForDestinationAlphaOutput.cs | 2 +- .../Model/UpdateTrackingPlan200Response.cs | 2 +- .../Model/UpdateTrackingPlanV1Input.cs | 2 +- .../Model/UpdateTrackingPlanV1Output.cs | 2 +- .../Model/UpdateTransformation200Response.cs | 2 +- .../Model/UpdateTransformationBetaInput.cs | 2 +- .../Model/UpdateTransformationBetaOutput.cs | 2 +- .../Model/UpdateTransformationV1Input.cs | 2 +- .../Model/UpdateTransformationV1Output.cs | 2 +- .../Model/UpdateUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs | 2 +- .../Model/UpdateWarehouse200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/UpsertRuleV1.cs | 2 +- src/Segment.PublicApi/Model/UserGroupV1.cs | 2 +- src/Segment.PublicApi/Model/UserV1.cs | 2 +- .../Model/UsersPerSourceSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseMetadataV1.cs | 2 +- .../Model/WarehouseSelectiveSyncItemV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseV1.cs | 2 +- src/Segment.PublicApi/Model/WorkspaceV1.cs | 2 +- src/Segment.PublicApi/README.md | 2 +- src/Segment.PublicApi/Segment.PublicApi.csproj | 2 +- 704 files changed, 712 insertions(+), 712 deletions(-) diff --git a/README.md b/README.md index 81d7c03a7..a6b2cf93f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See the next sections for more information on how to use the Segment Public API. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 62.0.3 +- API version: 62.0.4 - Generator version: 7.0.1 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com) diff --git a/Segment.PublicApi.sln b/Segment.PublicApi.sln index 0f526a7fa..747083158 100644 --- a/Segment.PublicApi.sln +++ b/Segment.PublicApi.sln @@ -2,7 +2,7 @@ # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{015086F8-47FA-4056-A4E7-2ED5CF69C857}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{2F3CDE31-795E-416F-9E14-E64511F52AB6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Debug|Any CPU.Build.0 = Debug|Any CPU - {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Release|Any CPU.ActiveCfg = Release|Any CPU - {015086F8-47FA-4056-A4E7-2ED5CF69C857}.Release|Any CPU.Build.0 = Release|Any CPU + {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Segment.PublicApi/Api/APICallsApi.cs b/src/Segment.PublicApi/Api/APICallsApi.cs index 4955c7b1c..f4ec72a15 100644 --- a/src/Segment.PublicApi/Api/APICallsApi.cs +++ b/src/Segment.PublicApi/Api/APICallsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ActivationsApi.cs b/src/Segment.PublicApi/Api/ActivationsApi.cs index 27105b120..53ae5a692 100644 --- a/src/Segment.PublicApi/Api/ActivationsApi.cs +++ b/src/Segment.PublicApi/Api/ActivationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/AudiencesApi.cs b/src/Segment.PublicApi/Api/AudiencesApi.cs index 2eaf318ec..30919016f 100644 --- a/src/Segment.PublicApi/Api/AudiencesApi.cs +++ b/src/Segment.PublicApi/Api/AudiencesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/AuditTrailApi.cs b/src/Segment.PublicApi/Api/AuditTrailApi.cs index 1f75778cd..809af0266 100644 --- a/src/Segment.PublicApi/Api/AuditTrailApi.cs +++ b/src/Segment.PublicApi/Api/AuditTrailApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/CatalogApi.cs b/src/Segment.PublicApi/Api/CatalogApi.cs index 1f57ca5f1..3004927c2 100644 --- a/src/Segment.PublicApi/Api/CatalogApi.cs +++ b/src/Segment.PublicApi/Api/CatalogApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ComputedTraitsApi.cs b/src/Segment.PublicApi/Api/ComputedTraitsApi.cs index 5f7e05596..60e1b26fa 100644 --- a/src/Segment.PublicApi/Api/ComputedTraitsApi.cs +++ b/src/Segment.PublicApi/Api/ComputedTraitsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/CustomerInsightsApi.cs b/src/Segment.PublicApi/Api/CustomerInsightsApi.cs index 54de08b05..1774eceb8 100644 --- a/src/Segment.PublicApi/Api/CustomerInsightsApi.cs +++ b/src/Segment.PublicApi/Api/CustomerInsightsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DbtApi.cs b/src/Segment.PublicApi/Api/DbtApi.cs index 82ebeadd2..c729844b5 100644 --- a/src/Segment.PublicApi/Api/DbtApi.cs +++ b/src/Segment.PublicApi/Api/DbtApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs b/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs index d5035f7f0..f6731bc48 100644 --- a/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs +++ b/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs b/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs index a6141d4df..b0f0aae2b 100644 --- a/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs +++ b/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DestinationFiltersApi.cs b/src/Segment.PublicApi/Api/DestinationFiltersApi.cs index 223660779..37e2ad94f 100644 --- a/src/Segment.PublicApi/Api/DestinationFiltersApi.cs +++ b/src/Segment.PublicApi/Api/DestinationFiltersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DestinationsApi.cs b/src/Segment.PublicApi/Api/DestinationsApi.cs index de414ab60..7fb8ea48a 100644 --- a/src/Segment.PublicApi/Api/DestinationsApi.cs +++ b/src/Segment.PublicApi/Api/DestinationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/EventsApi.cs b/src/Segment.PublicApi/Api/EventsApi.cs index adacf7862..595980b79 100644 --- a/src/Segment.PublicApi/Api/EventsApi.cs +++ b/src/Segment.PublicApi/Api/EventsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/FunctionsApi.cs b/src/Segment.PublicApi/Api/FunctionsApi.cs index 8c43eb96d..40af2deca 100644 --- a/src/Segment.PublicApi/Api/FunctionsApi.cs +++ b/src/Segment.PublicApi/Api/FunctionsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMGroupsApi.cs b/src/Segment.PublicApi/Api/IAMGroupsApi.cs index 73518f788..8e313fff3 100644 --- a/src/Segment.PublicApi/Api/IAMGroupsApi.cs +++ b/src/Segment.PublicApi/Api/IAMGroupsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMRolesApi.cs b/src/Segment.PublicApi/Api/IAMRolesApi.cs index 5419d2157..eba8d7bb0 100644 --- a/src/Segment.PublicApi/Api/IAMRolesApi.cs +++ b/src/Segment.PublicApi/Api/IAMRolesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMUsersApi.cs b/src/Segment.PublicApi/Api/IAMUsersApi.cs index 8bfb10cac..79c26d3ca 100644 --- a/src/Segment.PublicApi/Api/IAMUsersApi.cs +++ b/src/Segment.PublicApi/Api/IAMUsersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/LabelsApi.cs b/src/Segment.PublicApi/Api/LabelsApi.cs index f07f1ae26..fc0e0b142 100644 --- a/src/Segment.PublicApi/Api/LabelsApi.cs +++ b/src/Segment.PublicApi/Api/LabelsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/LivePluginsApi.cs b/src/Segment.PublicApi/Api/LivePluginsApi.cs index bcab20292..b8f47a306 100644 --- a/src/Segment.PublicApi/Api/LivePluginsApi.cs +++ b/src/Segment.PublicApi/Api/LivePluginsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs b/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs index f0bc8d723..dd4291fd2 100644 --- a/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs +++ b/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ProfilesSyncApi.cs b/src/Segment.PublicApi/Api/ProfilesSyncApi.cs index 084720dfb..ea99caa0e 100644 --- a/src/Segment.PublicApi/Api/ProfilesSyncApi.cs +++ b/src/Segment.PublicApi/Api/ProfilesSyncApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ReverseETLApi.cs b/src/Segment.PublicApi/Api/ReverseETLApi.cs index e622b15e0..4f37bfb91 100644 --- a/src/Segment.PublicApi/Api/ReverseETLApi.cs +++ b/src/Segment.PublicApi/Api/ReverseETLApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SelectiveSyncApi.cs b/src/Segment.PublicApi/Api/SelectiveSyncApi.cs index e2460f2de..615bfa1a3 100644 --- a/src/Segment.PublicApi/Api/SelectiveSyncApi.cs +++ b/src/Segment.PublicApi/Api/SelectiveSyncApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SourcesApi.cs b/src/Segment.PublicApi/Api/SourcesApi.cs index 79ca41bae..a551c14eb 100644 --- a/src/Segment.PublicApi/Api/SourcesApi.cs +++ b/src/Segment.PublicApi/Api/SourcesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SpaceFiltersApi.cs b/src/Segment.PublicApi/Api/SpaceFiltersApi.cs index f7db0c5bb..d74e8b6f3 100644 --- a/src/Segment.PublicApi/Api/SpaceFiltersApi.cs +++ b/src/Segment.PublicApi/Api/SpaceFiltersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SpacesApi.cs b/src/Segment.PublicApi/Api/SpacesApi.cs index fb3525917..12bd258e5 100644 --- a/src/Segment.PublicApi/Api/SpacesApi.cs +++ b/src/Segment.PublicApi/Api/SpacesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TestingApi.cs b/src/Segment.PublicApi/Api/TestingApi.cs index b4f8e5a76..90672de76 100644 --- a/src/Segment.PublicApi/Api/TestingApi.cs +++ b/src/Segment.PublicApi/Api/TestingApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TrackingPlansApi.cs b/src/Segment.PublicApi/Api/TrackingPlansApi.cs index 297737e44..cd05101ed 100644 --- a/src/Segment.PublicApi/Api/TrackingPlansApi.cs +++ b/src/Segment.PublicApi/Api/TrackingPlansApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TransformationsApi.cs b/src/Segment.PublicApi/Api/TransformationsApi.cs index 3647e397d..6db76e646 100644 --- a/src/Segment.PublicApi/Api/TransformationsApi.cs +++ b/src/Segment.PublicApi/Api/TransformationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/WarehousesApi.cs b/src/Segment.PublicApi/Api/WarehousesApi.cs index 5d92ee12f..fe4df3442 100644 --- a/src/Segment.PublicApi/Api/WarehousesApi.cs +++ b/src/Segment.PublicApi/Api/WarehousesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/WorkspacesApi.cs b/src/Segment.PublicApi/Api/WorkspacesApi.cs index 000ad88e4..76c3bc298 100644 --- a/src/Segment.PublicApi/Api/WorkspacesApi.cs +++ b/src/Segment.PublicApi/Api/WorkspacesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiClient.cs b/src/Segment.PublicApi/Client/ApiClient.cs index d5d0a292b..ead0a939b 100644 --- a/src/Segment.PublicApi/Client/ApiClient.cs +++ b/src/Segment.PublicApi/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiException.cs b/src/Segment.PublicApi/Client/ApiException.cs index f253c9144..a6b3eac65 100644 --- a/src/Segment.PublicApi/Client/ApiException.cs +++ b/src/Segment.PublicApi/Client/ApiException.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiResponse.cs b/src/Segment.PublicApi/Client/ApiResponse.cs index a511a63aa..8df58f7fd 100644 --- a/src/Segment.PublicApi/Client/ApiResponse.cs +++ b/src/Segment.PublicApi/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ClientUtils.cs b/src/Segment.PublicApi/Client/ClientUtils.cs index afd88bcb0..096a727cc 100644 --- a/src/Segment.PublicApi/Client/ClientUtils.cs +++ b/src/Segment.PublicApi/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/Configuration.cs b/src/Segment.PublicApi/Client/Configuration.cs index e6d7b4057..0522fc7e1 100644 --- a/src/Segment.PublicApi/Client/Configuration.cs +++ b/src/Segment.PublicApi/Client/Configuration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -34,7 +34,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = " 62.0.3"; + public const string Version = " 62.0.4"; /// /// Identifier for ISO 8601 DateTime Format @@ -118,7 +118,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = WebUtility.UrlEncode("Public API SDK 62.0.3 (C#)"); + UserAgent = WebUtility.UrlEncode("Public API SDK 62.0.4 (C#)"); BasePath = "https://api.segmentapis.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -546,8 +546,8 @@ public static string ToDebugReport() string report = "C# SDK (Segment.PublicApi) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 62.0.3\n"; - report += " SDK Package Version: 62.0.3\n"; + report += " Version of the API: 62.0.4\n"; + report += " SDK Package Version: 62.0.4\n"; return report; } diff --git a/src/Segment.PublicApi/Client/ExceptionFactory.cs b/src/Segment.PublicApi/Client/ExceptionFactory.cs index e70e02e9d..8c2c0b0ce 100644 --- a/src/Segment.PublicApi/Client/ExceptionFactory.cs +++ b/src/Segment.PublicApi/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/GlobalConfiguration.cs b/src/Segment.PublicApi/Client/GlobalConfiguration.cs index 33bba0ae1..e60d42dda 100644 --- a/src/Segment.PublicApi/Client/GlobalConfiguration.cs +++ b/src/Segment.PublicApi/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/HttpMethod.cs b/src/Segment.PublicApi/Client/HttpMethod.cs index e32859a29..e4b8d3612 100644 --- a/src/Segment.PublicApi/Client/HttpMethod.cs +++ b/src/Segment.PublicApi/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IApiAccessor.cs b/src/Segment.PublicApi/Client/IApiAccessor.cs index d2027ebde..c1d78d900 100644 --- a/src/Segment.PublicApi/Client/IApiAccessor.cs +++ b/src/Segment.PublicApi/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IAsynchronousClient.cs b/src/Segment.PublicApi/Client/IAsynchronousClient.cs index 4e4150488..da942962c 100644 --- a/src/Segment.PublicApi/Client/IAsynchronousClient.cs +++ b/src/Segment.PublicApi/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IReadableConfiguration.cs b/src/Segment.PublicApi/Client/IReadableConfiguration.cs index 1438abdfb..e5245b46a 100644 --- a/src/Segment.PublicApi/Client/IReadableConfiguration.cs +++ b/src/Segment.PublicApi/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ISynchronousClient.cs b/src/Segment.PublicApi/Client/ISynchronousClient.cs index b66f18de3..8d0ac2af4 100644 --- a/src/Segment.PublicApi/Client/ISynchronousClient.cs +++ b/src/Segment.PublicApi/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/Multimap.cs b/src/Segment.PublicApi/Client/Multimap.cs index c4a6c354f..f51a0416b 100644 --- a/src/Segment.PublicApi/Client/Multimap.cs +++ b/src/Segment.PublicApi/Client/Multimap.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs b/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs index 1a306a9b8..f281b3e3e 100644 --- a/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs +++ b/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/RequestOptions.cs b/src/Segment.PublicApi/Client/RequestOptions.cs index 9a0cb88b5..b843311fc 100644 --- a/src/Segment.PublicApi/Client/RequestOptions.cs +++ b/src/Segment.PublicApi/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/RetryConfiguration.cs b/src/Segment.PublicApi/Client/RetryConfiguration.cs index 0f059f60c..1117bcb98 100644 --- a/src/Segment.PublicApi/Client/RetryConfiguration.cs +++ b/src/Segment.PublicApi/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/APICallSnapshotV1.cs b/src/Segment.PublicApi/Model/APICallSnapshotV1.cs index 8bc5ffb5e..f56f148da 100644 --- a/src/Segment.PublicApi/Model/APICallSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/APICallSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs b/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs index 64c1bea7c..db7b27a35 100644 --- a/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs +++ b/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AccessPermissionV1.cs b/src/Segment.PublicApi/Model/AccessPermissionV1.cs index f25f1db3d..5c10b5d5b 100644 --- a/src/Segment.PublicApi/Model/AccessPermissionV1.cs +++ b/src/Segment.PublicApi/Model/AccessPermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ActivationOutput.cs b/src/Segment.PublicApi/Model/ActivationOutput.cs index 2a4442ff6..8f1bf8247 100644 --- a/src/Segment.PublicApi/Model/ActivationOutput.cs +++ b/src/Segment.PublicApi/Model/ActivationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs b/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs index 33cf9557f..d3ee651d8 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs index 6f6f9998b..450ce8720 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs index 1a7c903c2..a6b6d802b 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs index 6e833065e..89f7ded89 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs index cb52781d2..b4e23e8b4 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs index 69b7cf550..8b514690d 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs index 78a95dddd..ac483ce5b 100644 --- a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs index 996b4277d..d9fc3f4d5 100644 --- a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs b/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs index 51673a574..28998b042 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs index 1f85086a0..d7ad0be6d 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs index bfd961e39..7f622d5ad 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs b/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs index 240697e5d..57ee16a79 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs b/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs index 98f1bd78d..3bf6a2d7b 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs index c7d59c1db..d41e4ba77 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs index afbf1b524..9ae663528 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs index a9111763d..cc2543ed6 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs index 6df1b25fb..0804b368c 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs b/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs index 2c57ee53c..7443c645e 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs index a7dfb5a6f..9c7104297 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs index 577d71e36..91a5a5838 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs index c0d739ed8..05b1fd4de 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs index 3e79f7e74..49c2a7f2f 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs index a050f3485..06ddc1b94 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs index 7b23eb46c..342af7496 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs index 146a68df6..e2f311906 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs index be731251c..75e487667 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs index aac1862c0..7b2097fc2 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs index ac7ca3f60..3e6d03014 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs index d09767c8c..3c7ac4208 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs index 52780ca85..d44e3a9f7 100644 --- a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs +++ b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs index d351d019d..96fe07406 100644 --- a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs +++ b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AllowedLabelBeta.cs b/src/Segment.PublicApi/Model/AllowedLabelBeta.cs index eb4c1139e..eaa4ec7e9 100644 --- a/src/Segment.PublicApi/Model/AllowedLabelBeta.cs +++ b/src/Segment.PublicApi/Model/AllowedLabelBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceComputeCadence.cs b/src/Segment.PublicApi/Model/AudienceComputeCadence.cs index 76d34565b..8e76b1e28 100644 --- a/src/Segment.PublicApi/Model/AudienceComputeCadence.cs +++ b/src/Segment.PublicApi/Model/AudienceComputeCadence.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceDefinition.cs b/src/Segment.PublicApi/Model/AudienceDefinition.cs index 3f823921f..3ecb7a0ed 100644 --- a/src/Segment.PublicApi/Model/AudienceDefinition.cs +++ b/src/Segment.PublicApi/Model/AudienceDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs b/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs index 8a9a99480..e7a2ba974 100644 --- a/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs +++ b/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceOptions.cs b/src/Segment.PublicApi/Model/AudienceOptions.cs index 6b8058ec8..40326d04a 100644 --- a/src/Segment.PublicApi/Model/AudienceOptions.cs +++ b/src/Segment.PublicApi/Model/AudienceOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs b/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs index b4bb2eddf..ce11048be 100644 --- a/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs +++ b/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreview.cs b/src/Segment.PublicApi/Model/AudiencePreview.cs index c69b11aa3..473bf5636 100644 --- a/src/Segment.PublicApi/Model/AudiencePreview.cs +++ b/src/Segment.PublicApi/Model/AudiencePreview.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs index 05b5443a8..f109539a2 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs index e82f5a039..fecdaf399 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs b/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs index 73523c0f7..6b92b8bc1 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs index 26bc13821..4a1ef51ec 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewResult.cs index fc3f0bfed..ccbc1edd8 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceRunInfo.cs b/src/Segment.PublicApi/Model/AudienceRunInfo.cs index 9b921899b..b9505479b 100644 --- a/src/Segment.PublicApi/Model/AudienceRunInfo.cs +++ b/src/Segment.PublicApi/Model/AudienceRunInfo.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSchedule.cs b/src/Segment.PublicApi/Model/AudienceSchedule.cs index 705d1acb3..f62e9336c 100644 --- a/src/Segment.PublicApi/Model/AudienceSchedule.cs +++ b/src/Segment.PublicApi/Model/AudienceSchedule.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSize.cs b/src/Segment.PublicApi/Model/AudienceSize.cs index e0aae350a..39826e310 100644 --- a/src/Segment.PublicApi/Model/AudienceSize.cs +++ b/src/Segment.PublicApi/Model/AudienceSize.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSummary.cs b/src/Segment.PublicApi/Model/AudienceSummary.cs index 6d4aa3e58..2b5c1b6ae 100644 --- a/src/Segment.PublicApi/Model/AudienceSummary.cs +++ b/src/Segment.PublicApi/Model/AudienceSummary.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs b/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs index 3d1df5615..a05cee88a 100644 --- a/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs +++ b/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AuditEventV1.cs b/src/Segment.PublicApi/Model/AuditEventV1.cs index b2f66b475..b484f438c 100644 --- a/src/Segment.PublicApi/Model/AuditEventV1.cs +++ b/src/Segment.PublicApi/Model/AuditEventV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs index f7a9af7de..49dc59c8b 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs index 5f96e680d..20913be6c 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs index 1ef7a1d9f..635333c31 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BreakdownBeta.cs b/src/Segment.PublicApi/Model/BreakdownBeta.cs index da29dc6a7..fe89aa70b 100644 --- a/src/Segment.PublicApi/Model/BreakdownBeta.cs +++ b/src/Segment.PublicApi/Model/BreakdownBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs index 401181657..fdfeb0ad4 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs index 4783e3706..35925e3ed 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs index 533393385..192b1273f 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs b/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs index 9c33cbf5f..b6829a7bb 100644 --- a/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ComputedTraitSummary.cs b/src/Segment.PublicApi/Model/ComputedTraitSummary.cs index ebacee1c2..594f12326 100644 --- a/src/Segment.PublicApi/Model/ComputedTraitSummary.cs +++ b/src/Segment.PublicApi/Model/ComputedTraitSummary.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs b/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs index aae08fffa..0015f101f 100644 --- a/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs +++ b/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Config.cs b/src/Segment.PublicApi/Model/Config.cs index c996df051..7bbf943b5 100644 --- a/src/Segment.PublicApi/Model/Config.cs +++ b/src/Segment.PublicApi/Model/Config.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Config1.cs b/src/Segment.PublicApi/Model/Config1.cs index 1793d55d9..68c035679 100644 --- a/src/Segment.PublicApi/Model/Config1.cs +++ b/src/Segment.PublicApi/Model/Config1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Connection.cs b/src/Segment.PublicApi/Model/Connection.cs index 05d8789bb..8d31fec12 100644 --- a/src/Segment.PublicApi/Model/Connection.cs +++ b/src/Segment.PublicApi/Model/Connection.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Contact.cs b/src/Segment.PublicApi/Model/Contact.cs index 2333dd2cc..ba0909882 100644 --- a/src/Segment.PublicApi/Model/Contact.cs +++ b/src/Segment.PublicApi/Model/Contact.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudience200Response.cs b/src/Segment.PublicApi/Model/CreateAudience200Response.cs index e70a88e5a..1c61fe02e 100644 --- a/src/Segment.PublicApi/Model/CreateAudience200Response.cs +++ b/src/Segment.PublicApi/Model/CreateAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudience200Response1.cs b/src/Segment.PublicApi/Model/CreateAudience200Response1.cs index 88c9e7128..af38b07ac 100644 --- a/src/Segment.PublicApi/Model/CreateAudience200Response1.cs +++ b/src/Segment.PublicApi/Model/CreateAudience200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs index ee8350726..35372c1ea 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs index 5ed03228d..ed5acbcf9 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs b/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs index 1a4cd28ea..d6047e79e 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs b/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs index 31fbe8361..42c9a2f9b 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs index 705c774b7..40d237618 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs index ab835b71f..df3a76db4 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs index 0aaebc3e5..f5d4becd9 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs index 7a105ab20..56d2dbb19 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs index 896813714..ecedb61a5 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs index b8f3b0c9b..10f32c8d7 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs index 2c4206b3f..ddc55411d 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs index 86d3f0119..998e83e56 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs index a626167e6..8a46c5969 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs index dffd5d05b..75c5e8dd0 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs b/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs index 52e4d81aa..c216be71a 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs index 189499482..c7671e28f 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs index f47089299..c7f457824 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs index 3b09ffce0..7bea6e773 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs index bdc082e0b..ac10d00d6 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs index 325758d82..20b8aafd1 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestination200Response.cs b/src/Segment.PublicApi/Model/CreateDestination200Response.cs index 7756f799e..5ffc0821f 100644 --- a/src/Segment.PublicApi/Model/CreateDestination200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs index 99f50b688..2a32ec5fb 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs index e71b52bfd..33661ac78 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs index 59102e9b7..80aa46210 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs b/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs index 938e3aa6e..98d8f5c2b 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs b/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs index 6b0fe98c5..1a192a3a1 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownload200Response.cs b/src/Segment.PublicApi/Model/CreateDownload200Response.cs index ffd3301a7..5ccc246dc 100644 --- a/src/Segment.PublicApi/Model/CreateDownload200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDownload200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs b/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs index a77033f5f..dc7a30ec5 100644 --- a/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs index 32b3c730d..5cc6b3bd3 100644 --- a/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs b/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs index 9316ab0fe..e8e54cfdc 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs index a6cedf193..f1117ca63 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs index f0cf6204a..de04d2c31 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs b/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs index 32d23b93b..cffc52bef 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs b/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs index 7ac8b1e59..ccaf9a7f0 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs b/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs index de0a72585..fa44d1f13 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunction200Response.cs b/src/Segment.PublicApi/Model/CreateFunction200Response.cs index 61b79a2fe..b49d33acb 100644 --- a/src/Segment.PublicApi/Model/CreateFunction200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs b/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs index c7620fc69..3afffbac6 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs b/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs index d2e348bc2..0b82d5aa8 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs b/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs index ed5732137..7289b3377 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs b/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs index 605b5abed..fd82f7d8e 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs index 2ce6732e1..8839d466a 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs index 6c97d108a..be52aaedf 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs index 804e03502..33f9aaec3 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvites201Response.cs b/src/Segment.PublicApi/Model/CreateInvites201Response.cs index 1ae59d9a6..6e5735b7a 100644 --- a/src/Segment.PublicApi/Model/CreateInvites201Response.cs +++ b/src/Segment.PublicApi/Model/CreateInvites201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs b/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs index 7294c892a..fba28f55a 100644 --- a/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs b/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs index 92f2d4405..4ccd0f8dd 100644 --- a/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabel201Response.cs b/src/Segment.PublicApi/Model/CreateLabel201Response.cs index ea49704e5..3c688adb7 100644 --- a/src/Segment.PublicApi/Model/CreateLabel201Response.cs +++ b/src/Segment.PublicApi/Model/CreateLabel201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabelV1Input.cs b/src/Segment.PublicApi/Model/CreateLabelV1Input.cs index 85cb2fe7c..74dcd12da 100644 --- a/src/Segment.PublicApi/Model/CreateLabelV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateLabelV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabelV1Output.cs b/src/Segment.PublicApi/Model/CreateLabelV1Output.cs index bdec7f305..536e96f68 100644 --- a/src/Segment.PublicApi/Model/CreateLabelV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateLabelV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs b/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs index ebe076df4..63696edf4 100644 --- a/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs +++ b/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs b/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs index ccd46b3fc..1a9ae077d 100644 --- a/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs index 6d5687004..5b52b1b82 100644 --- a/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs index 69133de54..ac415ebab 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs index b82acc913..917144d93 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs index df42a6705..91727af17 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs index 3af1807bf..c46cbf7ef 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs index dec6fcd26..68be3fac6 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs index 97b3e054d..83868634c 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs index b9eaa5f5d..20a161034 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs index a297bf146..4fc4f697f 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs index 7305916de..7b292183c 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSource201Response.cs b/src/Segment.PublicApi/Model/CreateSource201Response.cs index b21346670..ef2126862 100644 --- a/src/Segment.PublicApi/Model/CreateSource201Response.cs +++ b/src/Segment.PublicApi/Model/CreateSource201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSource201Response1.cs b/src/Segment.PublicApi/Model/CreateSource201Response1.cs index 197fa3166..858f38484 100644 --- a/src/Segment.PublicApi/Model/CreateSource201Response1.cs +++ b/src/Segment.PublicApi/Model/CreateSource201Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs index 83b6e4929..575be057f 100644 --- a/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs index d677eb525..98d00dc7b 100644 --- a/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs index 8e823bb4f..649b47e16 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs index 1c4ebb0c1..b32fc1268 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs index 52d205ed1..444d07bac 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceV1Input.cs b/src/Segment.PublicApi/Model/CreateSourceV1Input.cs index 12c037864..085003fb6 100644 --- a/src/Segment.PublicApi/Model/CreateSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceV1Output.cs b/src/Segment.PublicApi/Model/CreateSourceV1Output.cs index 22c15c881..8ba15ec11 100644 --- a/src/Segment.PublicApi/Model/CreateSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs index 0b6cbd6e8..432e17bd4 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs index d8c97028f..62fee6714 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs index 7376cdf7d..88945b806 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformation200Response.cs b/src/Segment.PublicApi/Model/CreateTransformation200Response.cs index e9f81d308..8d8cd4903 100644 --- a/src/Segment.PublicApi/Model/CreateTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs b/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs index 68327feda..766e31b41 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs index c3f947124..56ee6092f 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs b/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs index c34936f59..e4a0503f6 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs b/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs index a5d4c4fc3..962e8449c 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs b/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs index a6bbd0dbe..6125deb8b 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs b/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs index ef57841f3..a70514956 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs b/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs index 7ece92707..3db038584 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs index bebd5f93d..01c32c0c0 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs index 8c190743a..f5593ddbd 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs index 91db01279..483297c81 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs b/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs index 2523579b2..0c6465750 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs b/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs index b590b8c33..9b449b25b 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs b/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs index ffd8d49b8..141892389 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs index 82eff6d82..4604e446f 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs index 49f7f6854..b641c7277 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs index 666f74a9d..a38290b02 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs b/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs index abc7235e6..32968bbae 100644 --- a/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs +++ b/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs index 08db310d9..29921f2bb 100644 --- a/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs b/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs index fcf881516..3e6c23a12 100644 --- a/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs +++ b/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs index 9d1f36f1c..3626c43ae 100644 --- a/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteDestination200Response.cs b/src/Segment.PublicApi/Model/DeleteDestination200Response.cs index 9cb0dfd91..86b9ea6db 100644 --- a/src/Segment.PublicApi/Model/DeleteDestination200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs b/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs index b8f450de2..fcc0f0b90 100644 --- a/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs b/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs index 13559fe64..add474a1d 100644 --- a/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs b/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs index 24584d10c..7c623edce 100644 --- a/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFunction200Response.cs b/src/Segment.PublicApi/Model/DeleteFunction200Response.cs index 9b0c8a16d..347b3b745 100644 --- a/src/Segment.PublicApi/Model/DeleteFunction200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs b/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs index 98f63ca71..0bb6b2df1 100644 --- a/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs index ce9b0699f..9d5eebdf7 100644 --- a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs index f7b5f0303..77810db93 100644 --- a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInvites200Response.cs b/src/Segment.PublicApi/Model/DeleteInvites200Response.cs index b39b8cb4c..274ecbc82 100644 --- a/src/Segment.PublicApi/Model/DeleteInvites200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteInvites200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs b/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs index 4ce33058c..ab8a00437 100644 --- a/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabel200Response.cs b/src/Segment.PublicApi/Model/DeleteLabel200Response.cs index a4126c358..56475ccd3 100644 --- a/src/Segment.PublicApi/Model/DeleteLabel200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteLabel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs b/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs index 2a7d6a24f..42812ecf0 100644 --- a/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs +++ b/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs index 0a716fd0a..c0f788a49 100644 --- a/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs b/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs index 49389bd07..7d61430b3 100644 --- a/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs b/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs index 034ca003d..1c0de658b 100644 --- a/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs index 1686f2a36..86860b4e8 100644 --- a/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs b/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs index ef54e1d2e..a1056620e 100644 --- a/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs b/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs index 820703fe7..12c4efc0b 100644 --- a/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs index 5cf3a8b47..363ebb00b 100644 --- a/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs index 496b75d10..60d7f3eac 100644 --- a/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSource200Response.cs b/src/Segment.PublicApi/Model/DeleteSource200Response.cs index 998b36fb5..e8c8d71ec 100644 --- a/src/Segment.PublicApi/Model/DeleteSource200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSource200Response1.cs b/src/Segment.PublicApi/Model/DeleteSource200Response1.cs index 751d09ad5..ebcf8ad8b 100644 --- a/src/Segment.PublicApi/Model/DeleteSource200Response1.cs +++ b/src/Segment.PublicApi/Model/DeleteSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs index 462f87b41..6ebc4dad1 100644 --- a/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs b/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs index 35866a787..ad6c14347 100644 --- a/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs index edee029f8..e79bf1cf3 100644 --- a/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs index b4d33d4f7..08a41a974 100644 --- a/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs b/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs index 3196c9e3b..a8b718ddb 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs b/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs index ef5e912d3..6e3c6e3e5 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs index 6365faea1..01f0946f6 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs b/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs index 3a1c32fe8..c92c4a47a 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs b/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs index b855977bf..1f6eb07c2 100644 --- a/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs b/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs index e375a02c4..e7950a4ed 100644 --- a/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUsers200Response.cs b/src/Segment.PublicApi/Model/DeleteUsers200Response.cs index 3375c27d7..a26a22fce 100644 --- a/src/Segment.PublicApi/Model/DeleteUsers200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteUsers200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs b/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs index 1bb6e2dec..a92234151 100644 --- a/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs b/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs index e51f2265e..19ef4cd79 100644 --- a/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs b/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs index 95b0f6836..34c67a404 100644 --- a/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs b/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs index c8ea40aaa..4cf70c5d6 100644 --- a/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs +++ b/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs index 1f5aab932..33d590b3d 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs index 6266a6b75..ebbb9d8cb 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs index e70048d2d..f249689a7 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs index cfa9fbc80..52c02fb2a 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs index 3b34c6fae..c12d75e4b 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs b/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs index 658ba5963..cbfd70a1c 100644 --- a/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs +++ b/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationFilterV1.cs b/src/Segment.PublicApi/Model/DestinationFilterV1.cs index 37c796fc0..fd78fd4f5 100644 --- a/src/Segment.PublicApi/Model/DestinationFilterV1.cs +++ b/src/Segment.PublicApi/Model/DestinationFilterV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationInput.cs b/src/Segment.PublicApi/Model/DestinationInput.cs index 71b2ae13a..ba4430aa4 100644 --- a/src/Segment.PublicApi/Model/DestinationInput.cs +++ b/src/Segment.PublicApi/Model/DestinationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs index 3c97239a2..8c2114bd1 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs index 609379a69..88894a73b 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs index 86c997d52..061bd74e7 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs index 6ece639b3..43f6f6e80 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs index afefada28..2dca6699c 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs index 9df676d01..28eee54d7 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs index 7c8145bdd..80ec395c4 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataV1.cs index 82a360ffa..0062cd4bb 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationStatusV1.cs b/src/Segment.PublicApi/Model/DestinationStatusV1.cs index 0dd6a500f..48355f61f 100644 --- a/src/Segment.PublicApi/Model/DestinationStatusV1.cs +++ b/src/Segment.PublicApi/Model/DestinationStatusV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscription.cs b/src/Segment.PublicApi/Model/DestinationSubscription.cs index 86e6f334c..df9ca367d 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscription.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscription.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs b/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs index 24c551c72..7a1bcec32 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs b/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs index 43efd4266..6adce30c9 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationV1.cs b/src/Segment.PublicApi/Model/DestinationV1.cs index 64697fbc9..953ed9588 100644 --- a/src/Segment.PublicApi/Model/DestinationV1.cs +++ b/src/Segment.PublicApi/Model/DestinationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Download.cs b/src/Segment.PublicApi/Model/Download.cs index 5a5833184..5aa38372d 100644 --- a/src/Segment.PublicApi/Model/Download.cs +++ b/src/Segment.PublicApi/Model/Download.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Echo200Response.cs b/src/Segment.PublicApi/Model/Echo200Response.cs index e4090e338..5aa8bff30 100644 --- a/src/Segment.PublicApi/Model/Echo200Response.cs +++ b/src/Segment.PublicApi/Model/Echo200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Echo200Response1.cs b/src/Segment.PublicApi/Model/Echo200Response1.cs index fb4d8f08e..a991b697c 100644 --- a/src/Segment.PublicApi/Model/Echo200Response1.cs +++ b/src/Segment.PublicApi/Model/Echo200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EchoAlphaOutput.cs b/src/Segment.PublicApi/Model/EchoAlphaOutput.cs index 994636075..ec8e896ae 100644 --- a/src/Segment.PublicApi/Model/EchoAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/EchoAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EchoV1Output.cs b/src/Segment.PublicApi/Model/EchoV1Output.cs index 6c695b93c..5c7b92d1a 100644 --- a/src/Segment.PublicApi/Model/EchoV1Output.cs +++ b/src/Segment.PublicApi/Model/EchoV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EntityDetails.cs b/src/Segment.PublicApi/Model/EntityDetails.cs index 254baeff7..81430ee17 100644 --- a/src/Segment.PublicApi/Model/EntityDetails.cs +++ b/src/Segment.PublicApi/Model/EntityDetails.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EventSourceV1.cs b/src/Segment.PublicApi/Model/EventSourceV1.cs index a33aad51b..0a3100bcc 100644 --- a/src/Segment.PublicApi/Model/EventSourceV1.cs +++ b/src/Segment.PublicApi/Model/EventSourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs b/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs index a89cdf686..c3da0efbf 100644 --- a/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs +++ b/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Filter.cs b/src/Segment.PublicApi/Model/Filter.cs index 1ab300274..0ebc8d90a 100644 --- a/src/Segment.PublicApi/Model/Filter.cs +++ b/src/Segment.PublicApi/Model/Filter.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs b/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs index 4b3e227a0..fa3220c5e 100644 --- a/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs +++ b/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs b/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs index 358f43af6..00b4b338a 100644 --- a/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionDeployment.cs b/src/Segment.PublicApi/Model/FunctionDeployment.cs index 7dcf66df1..2f830d604 100644 --- a/src/Segment.PublicApi/Model/FunctionDeployment.cs +++ b/src/Segment.PublicApi/Model/FunctionDeployment.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionSettingV1.cs b/src/Segment.PublicApi/Model/FunctionSettingV1.cs index ae2b4ee57..7c8596d3c 100644 --- a/src/Segment.PublicApi/Model/FunctionSettingV1.cs +++ b/src/Segment.PublicApi/Model/FunctionSettingV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionV1.cs b/src/Segment.PublicApi/Model/FunctionV1.cs index 681b24d71..93911b827 100644 --- a/src/Segment.PublicApi/Model/FunctionV1.cs +++ b/src/Segment.PublicApi/Model/FunctionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs b/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs index 9035f5aa4..6dafc375e 100644 --- a/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs b/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs index 4d2d6eff3..acc71d950 100644 --- a/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs index 43cdf585f..24e06786b 100644 --- a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs index dd996ea4c..b29a9b020 100644 --- a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudience200Response.cs b/src/Segment.PublicApi/Model/GetAudience200Response.cs index fa4a0ae51..977cbe25f 100644 --- a/src/Segment.PublicApi/Model/GetAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudience200Response1.cs b/src/Segment.PublicApi/Model/GetAudience200Response1.cs index c2f84eb55..e29755114 100644 --- a/src/Segment.PublicApi/Model/GetAudience200Response1.cs +++ b/src/Segment.PublicApi/Model/GetAudience200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs index 0aac1525c..86f3ab444 100644 --- a/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs index 9f4d2395b..d45fc2b91 100644 --- a/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs b/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs index 92c48f129..fab63b55f 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs b/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs index 59c1a9c1d..48cc14d66 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs index 69170b5c5..50064d922 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs b/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs index ae77fcbf4..e6435a6e2 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs index 14f5d3b90..6365b6585 100644 --- a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs index 1fe9930c4..df4547da5 100644 --- a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs b/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs index 86fae0009..d4617ba1a 100644 --- a/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs +++ b/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs b/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs index 185dbd4ae..33a78ab72 100644 --- a/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs index ce9faf72f..55b1bdc67 100644 --- a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs index ec0365ebb..5c978928f 100644 --- a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs index 6773a4a97..262dabf06 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs index 48c9aa0fa..1ce752407 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs index 0c88e39e0..6fe8ed0ab 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs index 5bdd1525a..192d88bd8 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs index b18a1d964..e585eddc9 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs index 90a5de48a..7196ad07d 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs index adaf5a7c1..4caa4617c 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs index fb4e63131..88ae70bc1 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs b/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs index 6e395ce05..d7d0f71c3 100644 --- a/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestination200Response.cs b/src/Segment.PublicApi/Model/GetDestination200Response.cs index 4042fbece..ee8538bc4 100644 --- a/src/Segment.PublicApi/Model/GetDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs b/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs index 0ab91cccb..a46d2a79a 100644 --- a/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs index e6a56442d..7f29b8010 100644 --- a/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationV1Output.cs index d3e94b0da..112cf2cbc 100644 --- a/src/Segment.PublicApi/Model/GetDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs b/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs index 96b0c79ac..a7a113c00 100644 --- a/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs index cec77ace6..5554fcc6f 100644 --- a/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs b/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs index 64875c825..529e284be 100644 --- a/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs +++ b/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs index 8001eab8e..494cd10f3 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs index c8d99a993..07a9dcc90 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs index e754c9dd8..c13a34124 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterById200Response.cs b/src/Segment.PublicApi/Model/GetFilterById200Response.cs index 2380b62c0..c0dcff236 100644 --- a/src/Segment.PublicApi/Model/GetFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/GetFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs b/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs index 6b2aee347..ad02291df 100644 --- a/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs b/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs index bc05910b3..6ba874edc 100644 --- a/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs b/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs index e89787431..419272c20 100644 --- a/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunction200Response.cs b/src/Segment.PublicApi/Model/GetFunction200Response.cs index 659616894..848d1880a 100644 --- a/src/Segment.PublicApi/Model/GetFunction200Response.cs +++ b/src/Segment.PublicApi/Model/GetFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionV1Output.cs b/src/Segment.PublicApi/Model/GetFunctionV1Output.cs index f8fbf7fd3..99602f0b8 100644 --- a/src/Segment.PublicApi/Model/GetFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/GetFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs b/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs index 50d96741d..52abf0118 100644 --- a/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs +++ b/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs b/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs index d49efcf9e..366cb92fc 100644 --- a/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs index a42b0334f..89f81f4ba 100644 --- a/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs index 3338c6a0e..f801e307b 100644 --- a/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs b/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs index ecb1c180e..7b54d204b 100644 --- a/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs +++ b/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs b/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs index 81ab920d5..ba684b195 100644 --- a/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs b/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs index 3ae5247a9..59535be49 100644 --- a/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs +++ b/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs b/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs index 7b3b45618..8b48eb825 100644 --- a/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs +++ b/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetRegulation200Response.cs b/src/Segment.PublicApi/Model/GetRegulation200Response.cs index b86933fb3..3209e6718 100644 --- a/src/Segment.PublicApi/Model/GetRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/GetRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetRegulationV1Output.cs b/src/Segment.PublicApi/Model/GetRegulationV1Output.cs index 925edcb9e..c7b582a8a 100644 --- a/src/Segment.PublicApi/Model/GetRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs b/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs index 0c52489e1..efc3b0515 100644 --- a/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs +++ b/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs b/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs index 1a54ce93f..0f3e4df98 100644 --- a/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs +++ b/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs index ad5972e1d..c30b4e3bc 100644 --- a/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs index 73a0a6180..8b165a76e 100644 --- a/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSource200Response.cs b/src/Segment.PublicApi/Model/GetSource200Response.cs index 8fb6473b1..11db3b293 100644 --- a/src/Segment.PublicApi/Model/GetSource200Response.cs +++ b/src/Segment.PublicApi/Model/GetSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSource200Response1.cs b/src/Segment.PublicApi/Model/GetSource200Response1.cs index 55ef48054..1dc6bd1bf 100644 --- a/src/Segment.PublicApi/Model/GetSource200Response1.cs +++ b/src/Segment.PublicApi/Model/GetSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs index 20bae5751..86120fb43 100644 --- a/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs b/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs index e0bb4d734..af2c573a7 100644 --- a/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs index 632d48b48..a4cb40415 100644 --- a/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceV1Output.cs b/src/Segment.PublicApi/Model/GetSourceV1Output.cs index 3b7c4b8e0..f6e133be2 100644 --- a/src/Segment.PublicApi/Model/GetSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs b/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs index ac8cb69fe..b88745622 100644 --- a/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs index 6e889255c..b514fa495 100644 --- a/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSpace200Response.cs b/src/Segment.PublicApi/Model/GetSpace200Response.cs index 8e02aa746..bb8278a08 100644 --- a/src/Segment.PublicApi/Model/GetSpace200Response.cs +++ b/src/Segment.PublicApi/Model/GetSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs index 383b5f5b7..22315a5a8 100644 --- a/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs b/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs index 081e66935..d6a9fda0e 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs index e0394598c..5061b2fbe 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs b/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs index 1e9984ea7..4e29d9445 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs index ea97ee581..0859eb08e 100644 --- a/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs index fff791efc..e52c0d483 100644 --- a/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformation200Response.cs b/src/Segment.PublicApi/Model/GetTransformation200Response.cs index 0b38112d3..7fd45a880 100644 --- a/src/Segment.PublicApi/Model/GetTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/GetTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs b/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs index 70284a304..f854b7b0d 100644 --- a/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs index 253a2e489..5f2bd3dff 100644 --- a/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationV1Output.cs b/src/Segment.PublicApi/Model/GetTransformationV1Output.cs index 1260a4e2f..61d5e844e 100644 --- a/src/Segment.PublicApi/Model/GetTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUser200Response.cs b/src/Segment.PublicApi/Model/GetUser200Response.cs index 63d9f8b94..44d832976 100644 --- a/src/Segment.PublicApi/Model/GetUser200Response.cs +++ b/src/Segment.PublicApi/Model/GetUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserGroup200Response.cs b/src/Segment.PublicApi/Model/GetUserGroup200Response.cs index 7e6468832..58e72e446 100644 --- a/src/Segment.PublicApi/Model/GetUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/GetUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs b/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs index 0645b1c23..07566caa9 100644 --- a/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserV1Output.cs b/src/Segment.PublicApi/Model/GetUserV1Output.cs index 1868ff9f1..ef38571b7 100644 --- a/src/Segment.PublicApi/Model/GetUserV1Output.cs +++ b/src/Segment.PublicApi/Model/GetUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetWarehouse200Response.cs index 0e7aae0e7..cf36298ef 100644 --- a/src/Segment.PublicApi/Model/GetWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs b/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs index 02656ad32..77d35503e 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs index d8f9b01e6..eba93ad7d 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs index 50bb904fa..3fd6e8bbb 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs b/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs index ef4dae4ec..f486651ec 100644 --- a/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs index bd88cd946..6b8639e4b 100644 --- a/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWorkspace200Response.cs b/src/Segment.PublicApi/Model/GetWorkspace200Response.cs index cb7e05166..41995c0cb 100644 --- a/src/Segment.PublicApi/Model/GetWorkspace200Response.cs +++ b/src/Segment.PublicApi/Model/GetWorkspace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs b/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs index 6b18b83f5..f9bcc2759 100644 --- a/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs b/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs index f27b63812..00a3c49a2 100644 --- a/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs b/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs index eeb8b09a7..bf966028e 100644 --- a/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs +++ b/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs b/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs index 962a6de24..5cb79c405 100644 --- a/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs +++ b/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HandleWebhookInput.cs b/src/Segment.PublicApi/Model/HandleWebhookInput.cs index f261a8a64..e8e361b11 100644 --- a/src/Segment.PublicApi/Model/HandleWebhookInput.cs +++ b/src/Segment.PublicApi/Model/HandleWebhookInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HandleWebhookOutput.cs b/src/Segment.PublicApi/Model/HandleWebhookOutput.cs index 47832af51..87218b672 100644 --- a/src/Segment.PublicApi/Model/HandleWebhookOutput.cs +++ b/src/Segment.PublicApi/Model/HandleWebhookOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs b/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs index 21270279d..df73a594a 100644 --- a/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs +++ b/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs b/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs index 3c7ea12f9..cbf422ea2 100644 --- a/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs +++ b/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs b/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs index 1e4ede593..c2e4837bf 100644 --- a/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs b/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs index a4a9b3209..f497863fc 100644 --- a/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs +++ b/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs b/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs index e1b0dce05..a0b933936 100644 --- a/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs +++ b/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InvitePermissionV1.cs b/src/Segment.PublicApi/Model/InvitePermissionV1.cs index 271495606..5d784e6d3 100644 --- a/src/Segment.PublicApi/Model/InvitePermissionV1.cs +++ b/src/Segment.PublicApi/Model/InvitePermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InviteV1.cs b/src/Segment.PublicApi/Model/InviteV1.cs index 1e1a1f102..df6489ee4 100644 --- a/src/Segment.PublicApi/Model/InviteV1.cs +++ b/src/Segment.PublicApi/Model/InviteV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LabelAlpha.cs b/src/Segment.PublicApi/Model/LabelAlpha.cs index be76f21d8..08372b845 100644 --- a/src/Segment.PublicApi/Model/LabelAlpha.cs +++ b/src/Segment.PublicApi/Model/LabelAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LabelV1.cs b/src/Segment.PublicApi/Model/LabelV1.cs index e54aa6397..f5823449c 100644 --- a/src/Segment.PublicApi/Model/LabelV1.cs +++ b/src/Segment.PublicApi/Model/LabelV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs index ac2c30031..5528509ce 100644 --- a/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs index c32fd82f2..f8416cbc6 100644 --- a/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs b/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs index 9bff58e18..2ca3d2b27 100644 --- a/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs index 6e293222e..afc17bb2e 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs index 95492eba5..9c3d8e887 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs index e30b262b0..6dd3c8da2 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs index 24004b10f..d8440aefc 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs index 5009cf576..a7d8d89c1 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs b/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs index b08270e2a..b2d323b6d 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiences200Response.cs b/src/Segment.PublicApi/Model/ListAudiences200Response.cs index ac2427309..952acbb21 100644 --- a/src/Segment.PublicApi/Model/ListAudiences200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudiences200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiences200Response1.cs b/src/Segment.PublicApi/Model/ListAudiences200Response1.cs index b15632161..73e7309e6 100644 --- a/src/Segment.PublicApi/Model/ListAudiences200Response1.cs +++ b/src/Segment.PublicApi/Model/ListAudiences200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs index d7a46bde2..2ac904fbb 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs b/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs index 6858b270e..28b4969ba 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs b/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs index a9711c7ab..7263ce24c 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs b/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs index 1f5dea19a..158179b7f 100644 --- a/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs +++ b/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs b/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs index 03eeb000a..d46158ecb 100644 --- a/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs b/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs index 9cd0bdea7..0f607ec3e 100644 --- a/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs +++ b/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs index 10ef2df6e..b6abfc8c5 100644 --- a/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs index b7bd983f1..8dd684339 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs index ca875e92c..ea79c5025 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs index cd17128a4..a6fe33c41 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs index cb6af0d0e..7de34691d 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs index be3a06944..fa28c8f73 100644 --- a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs index d71c24dfe..6b36ba5ee 100644 --- a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs index 27f5decbe..65b019ce9 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs index a7e760290..ae2a8c9ff 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs index 8b9bed114..a68689190 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs index d4a7abd96..430d63f7d 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs index a5a430b0c..a5bc3b51d 100644 --- a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs index 0247bae10..7d420ed0f 100644 --- a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinations200Response.cs b/src/Segment.PublicApi/Model/ListDestinations200Response.cs index e5d7adfa9..3099f0f5b 100644 --- a/src/Segment.PublicApi/Model/ListDestinations200Response.cs +++ b/src/Segment.PublicApi/Model/ListDestinations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs index 9c033b6ef..de5b26e2e 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs index 9c188b906..8c50ea51b 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs b/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs index 6db759c64..7fb906925 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs b/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs index 24b607234..77da4cfb5 100644 --- a/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs b/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs index 19c4c0c29..b2a61a522 100644 --- a/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs index 055425a89..7684d25e3 100644 --- a/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs b/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs index 2fd6c8515..d719e2a47 100644 --- a/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs b/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs index e39f2bec0..b56db673d 100644 --- a/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs b/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs index 55ed86152..b410b4ec0 100644 --- a/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionItemV1.cs b/src/Segment.PublicApi/Model/ListFunctionItemV1.cs index 6349d39f5..cd967fabd 100644 --- a/src/Segment.PublicApi/Model/ListFunctionItemV1.cs +++ b/src/Segment.PublicApi/Model/ListFunctionItemV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs b/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs index a27875ab9..edee67f21 100644 --- a/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs +++ b/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs index c0ea86d31..a95b7bc10 100644 --- a/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctions200Response.cs b/src/Segment.PublicApi/Model/ListFunctions200Response.cs index 9bb1e9ea7..dbef0407b 100644 --- a/src/Segment.PublicApi/Model/ListFunctions200Response.cs +++ b/src/Segment.PublicApi/Model/ListFunctions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs b/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs index 9bf380b05..fc5c5f5a3 100644 --- a/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs b/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs index 56da90d5f..f623074d3 100644 --- a/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs +++ b/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs index f768ecf58..ac01a1d07 100644 --- a/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvites200Response.cs b/src/Segment.PublicApi/Model/ListInvites200Response.cs index 7dd8a5bcb..e2ade7bd2 100644 --- a/src/Segment.PublicApi/Model/ListInvites200Response.cs +++ b/src/Segment.PublicApi/Model/ListInvites200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs index 359d4836a..c832a2bbd 100644 --- a/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs index 6779f77b4..c4ac1f916 100644 --- a/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesV1Output.cs b/src/Segment.PublicApi/Model/ListInvitesV1Output.cs index fdf9a222b..acc053265 100644 --- a/src/Segment.PublicApi/Model/ListInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabels200Response.cs b/src/Segment.PublicApi/Model/ListLabels200Response.cs index 2684a277e..3097e81f0 100644 --- a/src/Segment.PublicApi/Model/ListLabels200Response.cs +++ b/src/Segment.PublicApi/Model/ListLabels200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabels200Response1.cs b/src/Segment.PublicApi/Model/ListLabels200Response1.cs index 31614d826..a8161f5e1 100644 --- a/src/Segment.PublicApi/Model/ListLabels200Response1.cs +++ b/src/Segment.PublicApi/Model/ListLabels200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs index 7a10f8056..62ccaea2d 100644 --- a/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabelsV1Output.cs b/src/Segment.PublicApi/Model/ListLabelsV1Output.cs index 0c6b4c6d4..d5d736fc1 100644 --- a/src/Segment.PublicApi/Model/ListLabelsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListLabelsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs index 2311d0d4e..9684b1bf5 100644 --- a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs index 0d78ae1e5..07aaa782a 100644 --- a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs b/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs index 4f97e91d2..8b2282cb6 100644 --- a/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs index a93755a84..34acdf226 100644 --- a/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs index 4ad5de4ec..56ecee46e 100644 --- a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs +++ b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs index fb53db32f..3fd335a08 100644 --- a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs +++ b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs b/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs index 2bfa6324e..8ac3cd842 100644 --- a/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs +++ b/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs b/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs index 40da15d6f..53739db2f 100644 --- a/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs +++ b/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRoles200Response.cs b/src/Segment.PublicApi/Model/ListRoles200Response.cs index 213a4d4d2..fa03475f4 100644 --- a/src/Segment.PublicApi/Model/ListRoles200Response.cs +++ b/src/Segment.PublicApi/Model/ListRoles200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRolesV1Output.cs b/src/Segment.PublicApi/Model/ListRolesV1Output.cs index cb081bf9a..c07b6de49 100644 --- a/src/Segment.PublicApi/Model/ListRolesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRolesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs index 59b04ebbf..ae11f1094 100644 --- a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs index 58510624b..3ea53953d 100644 --- a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs b/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs index ffb4b377d..4a3b90b71 100644 --- a/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs index 111458106..88262a835 100644 --- a/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs index 651df3b97..4864a77ea 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs index 1657a0792..7e475ccf0 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs index 07ae561e8..7cd538b7f 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs index 54d58ba70..6308abd6d 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSources200Response.cs b/src/Segment.PublicApi/Model/ListSources200Response.cs index 5bb70b384..bad625823 100644 --- a/src/Segment.PublicApi/Model/ListSources200Response.cs +++ b/src/Segment.PublicApi/Model/ListSources200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSources200Response1.cs b/src/Segment.PublicApi/Model/ListSources200Response1.cs index 27a26fd13..183db55db 100644 --- a/src/Segment.PublicApi/Model/ListSources200Response1.cs +++ b/src/Segment.PublicApi/Model/ListSources200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs index 73b8fe32b..55a2182c2 100644 --- a/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs index de6df4021..c3ff08e3f 100644 --- a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs index 2e922e89d..d947ad773 100644 --- a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesV1Output.cs b/src/Segment.PublicApi/Model/ListSourcesV1Output.cs index e1b64de54..7fc4bf3ce 100644 --- a/src/Segment.PublicApi/Model/ListSourcesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSourcesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSpaces200Response.cs b/src/Segment.PublicApi/Model/ListSpaces200Response.cs index 3e781f491..1efb4a5e6 100644 --- a/src/Segment.PublicApi/Model/ListSpaces200Response.cs +++ b/src/Segment.PublicApi/Model/ListSpaces200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs index 673b7a7b6..599657674 100644 --- a/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs index 11ca9c348..062ab9430 100644 --- a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs index 209c6c448..0106c3d2e 100644 --- a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs index 53b7149fa..ec2439246 100644 --- a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs index 0a9739542..18e502376 100644 --- a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSuppressions200Response.cs b/src/Segment.PublicApi/Model/ListSuppressions200Response.cs index d0aa2b25c..b0e78e0bd 100644 --- a/src/Segment.PublicApi/Model/ListSuppressions200Response.cs +++ b/src/Segment.PublicApi/Model/ListSuppressions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs b/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs index cbda0e38d..cd7422e23 100644 --- a/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs index 81b83db40..cf1dd4c2c 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs index d7e337ca7..ef32a8c97 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs index c9c6925d3..2ff2d56b0 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs index be051d3e1..69ba9c885 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs b/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs index c31c4c726..25c813c40 100644 --- a/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs +++ b/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs b/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs index 5ca17ba9a..e5f709912 100644 --- a/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs +++ b/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformations200Response.cs b/src/Segment.PublicApi/Model/ListTransformations200Response.cs index 9b99bdc99..baae62826 100644 --- a/src/Segment.PublicApi/Model/ListTransformations200Response.cs +++ b/src/Segment.PublicApi/Model/ListTransformations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs b/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs index bb510acdd..788f6b350 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs b/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs index 244696f6e..32fd56f8c 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs b/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs index f93c9fcc5..9d61c410f 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroups200Response.cs b/src/Segment.PublicApi/Model/ListUserGroups200Response.cs index e484f6718..9bdee6c5e 100644 --- a/src/Segment.PublicApi/Model/ListUserGroups200Response.cs +++ b/src/Segment.PublicApi/Model/ListUserGroups200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs b/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs index d452f41d6..f3f0a01e8 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs b/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs index 63f80a1fa..7d7aebfbf 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs b/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs index 13e89e7d0..3bf88f2a9 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsers200Response.cs b/src/Segment.PublicApi/Model/ListUsers200Response.cs index 55027d1f2..d37acbf4a 100644 --- a/src/Segment.PublicApi/Model/ListUsers200Response.cs +++ b/src/Segment.PublicApi/Model/ListUsers200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs index a746e9d77..61263e7de 100644 --- a/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs index c58bf3ef5..ad5fca84e 100644 --- a/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersV1Output.cs b/src/Segment.PublicApi/Model/ListUsersV1Output.cs index 2e2ab2055..968567651 100644 --- a/src/Segment.PublicApi/Model/ListUsersV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUsersV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWarehouses200Response.cs b/src/Segment.PublicApi/Model/ListWarehouses200Response.cs index 0a654e68a..bdebac726 100644 --- a/src/Segment.PublicApi/Model/ListWarehouses200Response.cs +++ b/src/Segment.PublicApi/Model/ListWarehouses200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs b/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs index 507c27e27..43bc4913d 100644 --- a/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs b/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs index 37152b6d6..869ff8b7c 100644 --- a/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs +++ b/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs b/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs index f17678f77..a3e167647 100644 --- a/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LivePluginsAlpha.cs b/src/Segment.PublicApi/Model/LivePluginsAlpha.cs index 269725bbf..871084d33 100644 --- a/src/Segment.PublicApi/Model/LivePluginsAlpha.cs +++ b/src/Segment.PublicApi/Model/LivePluginsAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LogosBeta.cs b/src/Segment.PublicApi/Model/LogosBeta.cs index d9f4ffdee..bd058fb38 100644 --- a/src/Segment.PublicApi/Model/LogosBeta.cs +++ b/src/Segment.PublicApi/Model/LogosBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs b/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs index 06e227d27..39e3b904f 100644 --- a/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs +++ b/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs b/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs index 399ab7055..19024ca0a 100644 --- a/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs +++ b/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs b/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs index a59b955d7..da1cf4002 100644 --- a/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs +++ b/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Metadata.cs b/src/Segment.PublicApi/Model/Metadata.cs index 8f190fbaf..862b813ac 100644 --- a/src/Segment.PublicApi/Model/Metadata.cs +++ b/src/Segment.PublicApi/Model/Metadata.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MetricBeta.cs b/src/Segment.PublicApi/Model/MetricBeta.cs index c8757a93d..1ced8a61b 100644 --- a/src/Segment.PublicApi/Model/MetricBeta.cs +++ b/src/Segment.PublicApi/Model/MetricBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs b/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs index e95d4d0fb..fe891b613 100644 --- a/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs +++ b/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MinimalUserV1.cs b/src/Segment.PublicApi/Model/MinimalUserV1.cs index 0951ffdbf..f4f442d1f 100644 --- a/src/Segment.PublicApi/Model/MinimalUserV1.cs +++ b/src/Segment.PublicApi/Model/MinimalUserV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ModelVersion.cs b/src/Segment.PublicApi/Model/ModelVersion.cs index ad9b5691e..d20874819 100644 --- a/src/Segment.PublicApi/Model/ModelVersion.cs +++ b/src/Segment.PublicApi/Model/ModelVersion.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MtuSnapshotV1.cs b/src/Segment.PublicApi/Model/MtuSnapshotV1.cs index ade195ab5..cc52cbf04 100644 --- a/src/Segment.PublicApi/Model/MtuSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/MtuSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PaginationInput.cs b/src/Segment.PublicApi/Model/PaginationInput.cs index ac8379a81..07b81bfa3 100644 --- a/src/Segment.PublicApi/Model/PaginationInput.cs +++ b/src/Segment.PublicApi/Model/PaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PaginationOutput.cs b/src/Segment.PublicApi/Model/PaginationOutput.cs index cf55efafa..70e92f3af 100644 --- a/src/Segment.PublicApi/Model/PaginationOutput.cs +++ b/src/Segment.PublicApi/Model/PaginationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PeriodicConfig.cs b/src/Segment.PublicApi/Model/PeriodicConfig.cs index 68bef969c..9d1c08edc 100644 --- a/src/Segment.PublicApi/Model/PeriodicConfig.cs +++ b/src/Segment.PublicApi/Model/PeriodicConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionInputV1.cs b/src/Segment.PublicApi/Model/PermissionInputV1.cs index 52988b72f..ab0637909 100644 --- a/src/Segment.PublicApi/Model/PermissionInputV1.cs +++ b/src/Segment.PublicApi/Model/PermissionInputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionResourceV1.cs b/src/Segment.PublicApi/Model/PermissionResourceV1.cs index a920d853e..a3e6a57c7 100644 --- a/src/Segment.PublicApi/Model/PermissionResourceV1.cs +++ b/src/Segment.PublicApi/Model/PermissionResourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionV1.cs b/src/Segment.PublicApi/Model/PermissionV1.cs index df99446ed..699fb6923 100644 --- a/src/Segment.PublicApi/Model/PermissionV1.cs +++ b/src/Segment.PublicApi/Model/PermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PersonalizationInput.cs b/src/Segment.PublicApi/Model/PersonalizationInput.cs index 00f012ee4..cac5fb796 100644 --- a/src/Segment.PublicApi/Model/PersonalizationInput.cs +++ b/src/Segment.PublicApi/Model/PersonalizationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs b/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs index d577dce1e..8da8efcb8 100644 --- a/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs +++ b/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs index 04e164055..6be1f6b10 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs index 51d533bc6..aa914081e 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs index 36043312a..d5c8bd810 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs index 70f5f4949..0c2b51226 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Profile.cs b/src/Segment.PublicApi/Model/Profile.cs index 2ab85ae9d..c09c33854 100644 --- a/src/Segment.PublicApi/Model/Profile.cs +++ b/src/Segment.PublicApi/Model/Profile.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs b/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs index 0e6100eeb..1f7d1f037 100644 --- a/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs +++ b/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyRenameBeta.cs b/src/Segment.PublicApi/Model/PropertyRenameBeta.cs index 821f98cbe..a272a8fd7 100644 --- a/src/Segment.PublicApi/Model/PropertyRenameBeta.cs +++ b/src/Segment.PublicApi/Model/PropertyRenameBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyRenameV1.cs b/src/Segment.PublicApi/Model/PropertyRenameV1.cs index 9948a4dab..b7a0daeb2 100644 --- a/src/Segment.PublicApi/Model/PropertyRenameV1.cs +++ b/src/Segment.PublicApi/Model/PropertyRenameV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs b/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs index 2ef1a023e..6090a4a04 100644 --- a/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs +++ b/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs b/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs index bbf2119cc..8ac9dbf41 100644 --- a/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs +++ b/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs b/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs index 3f49bf0db..d9373dd2f 100644 --- a/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs +++ b/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Regulation.cs b/src/Segment.PublicApi/Model/Regulation.cs index 3834774d4..63d5da883 100644 --- a/src/Segment.PublicApi/Model/Regulation.cs +++ b/src/Segment.PublicApi/Model/Regulation.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RegulationListEntryV1.cs b/src/Segment.PublicApi/Model/RegulationListEntryV1.cs index 150a47eaa..c1ae701df 100644 --- a/src/Segment.PublicApi/Model/RegulationListEntryV1.cs +++ b/src/Segment.PublicApi/Model/RegulationListEntryV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs b/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs index daffe73d1..2143d72c0 100644 --- a/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs b/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs index b01baf923..8422ac8e0 100644 --- a/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs index 907ca9939..9195d22be 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs index e1f25203e..39c35076d 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs index 2f1caba7c..556980df8 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs index 6abd92667..2ec74dee1 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs index 436fc1a59..bae1f36fe 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs index 8f9fbe493..c856f5e31 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs index 83aa8c482..27d4a762c 100644 --- a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs index 753d04c61..d498b4323 100644 --- a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs b/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs index 40c6d85c3..c46236b1f 100644 --- a/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs b/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs index 5a429c424..4f9e03d83 100644 --- a/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs index b6060aac9..eb61b8191 100644 --- a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs index b214bcce5..be86f2a7a 100644 --- a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRuleV1.cs b/src/Segment.PublicApi/Model/RemoveRuleV1.cs index ea1c70f09..8dbc0baf2 100644 --- a/src/Segment.PublicApi/Model/RemoveRuleV1.cs +++ b/src/Segment.PublicApi/Model/RemoveRuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs index f80f0db6c..070c431e9 100644 --- a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs index 79bf44014..7bcfe2a6a 100644 --- a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs index d5fa30c2c..8f356b24a 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs index d382ce619..d91c49c9b 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs index a5f8f1552..a50067884 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs index 7cda06b63..571cea1eb 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs index 5515daf8b..3dca8d1f2 100644 --- a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs index 44465c5ee..7bcbfb35e 100644 --- a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs index a0a64bdf0..5c92ccdbc 100644 --- a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs index 8d9d0fb6b..62b7f4fd4 100644 --- a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs index 621748a1a..bbd96b532 100644 --- a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs index 75620f0a6..f6c19dc43 100644 --- a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs index fe801a4df..609840ee6 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs index 1621e31f6..5fbd5a90a 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs index f01cdc5f9..721c3d38e 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs index 948339d65..4a217bf4c 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs index 1f92546a7..3acfbb474 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs index 9924e0040..b1ff5c741 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs index 3eb9c38f2..94623421f 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs index 5a7793433..41beeafee 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs index 7221c21a1..9f83c76ec 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs index 32ab9611d..afacf46cf 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs index 973069a66..4799e5c40 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs index e0587c313..76528e643 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs index 8fb035106..88f83c1ff 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs index 86b6ef9a9..2de3868a8 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs index dd0719750..43b532b90 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs index 1cf9a9c67..fdd274ca2 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs index c68d1c934..069488b3a 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs index 00ddd7996..b47d3e811 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs index 7bfb84eb2..d2eb9f403 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs index 5194ba4cb..44444988c 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs index e802a61c0..4ee9a74d4 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs index 207330bda..c5505bf23 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs index 3deb42c57..d6fbb7787 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs index a9b24eac7..980000446 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RequestError.cs b/src/Segment.PublicApi/Model/RequestError.cs index d1fda2fbf..85e7249e4 100644 --- a/src/Segment.PublicApi/Model/RequestError.cs +++ b/src/Segment.PublicApi/Model/RequestError.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs b/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs index bb55eeb45..5ff3cc6f1 100644 --- a/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs +++ b/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ResourceV1.cs b/src/Segment.PublicApi/Model/ResourceV1.cs index 5256ced1b..f1b8f0d77 100644 --- a/src/Segment.PublicApi/Model/ResourceV1.cs +++ b/src/Segment.PublicApi/Model/ResourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs index d1e208916..59f498e31 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs index e0cbdf435..8850b0aa6 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs index c5d65bade..a0b0eb6c7 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs b/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs index b468aa090..32150f095 100644 --- a/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs +++ b/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs b/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs index 517b80cfd..95986e54b 100644 --- a/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs +++ b/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs index 52a3cb2d5..43898076a 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs index 1fd71568e..dcace3059 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlModel.cs b/src/Segment.PublicApi/Model/ReverseEtlModel.cs index d5f9b7e9a..47d2f7840 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlModel.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlModel.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs index 9164114b1..aab56491a 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs index 7e61ac752..957f418e7 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs b/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs index ea8f512c1..fe5b09476 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs index 7703759b9..9a578851c 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RoleV1.cs b/src/Segment.PublicApi/Model/RoleV1.cs index efaa78544..891de478b 100644 --- a/src/Segment.PublicApi/Model/RoleV1.cs +++ b/src/Segment.PublicApi/Model/RoleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RuleInputV1.cs b/src/Segment.PublicApi/Model/RuleInputV1.cs index 6ae5b88d5..c3135edde 100644 --- a/src/Segment.PublicApi/Model/RuleInputV1.cs +++ b/src/Segment.PublicApi/Model/RuleInputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RuleV1.cs b/src/Segment.PublicApi/Model/RuleV1.cs index 4bf29ff8b..bbccf2c71 100644 --- a/src/Segment.PublicApi/Model/RuleV1.cs +++ b/src/Segment.PublicApi/Model/RuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SimpleDestination.cs b/src/Segment.PublicApi/Model/SimpleDestination.cs index 731edb87c..e78f4a068 100644 --- a/src/Segment.PublicApi/Model/SimpleDestination.cs +++ b/src/Segment.PublicApi/Model/SimpleDestination.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs b/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs index c12f9e47e..de1d00d6a 100644 --- a/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceAlpha.cs b/src/Segment.PublicApi/Model/SourceAlpha.cs index e05e02813..7f4d5d1ce 100644 --- a/src/Segment.PublicApi/Model/SourceAlpha.cs +++ b/src/Segment.PublicApi/Model/SourceAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs b/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs index c06766ff8..150a88665 100644 --- a/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs +++ b/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs b/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs index cdff97548..4d06a6197 100644 --- a/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs +++ b/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceMetadataV1.cs b/src/Segment.PublicApi/Model/SourceMetadataV1.cs index 9bcd9c030..62e6b2e36 100644 --- a/src/Segment.PublicApi/Model/SourceMetadataV1.cs +++ b/src/Segment.PublicApi/Model/SourceMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs b/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs index 20547df58..a40994944 100644 --- a/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs +++ b/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceV1.cs b/src/Segment.PublicApi/Model/SourceV1.cs index be324d87f..815f1cf49 100644 --- a/src/Segment.PublicApi/Model/SourceV1.cs +++ b/src/Segment.PublicApi/Model/SourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Space.cs b/src/Segment.PublicApi/Model/Space.cs index 6ec64e094..c90d221d1 100644 --- a/src/Segment.PublicApi/Model/Space.cs +++ b/src/Segment.PublicApi/Model/Space.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs b/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs index 98b508d45..ab3943481 100644 --- a/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs +++ b/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs b/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs index e05b9775a..3641fba25 100644 --- a/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs +++ b/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpecificDaysConfig.cs b/src/Segment.PublicApi/Model/SpecificDaysConfig.cs index 5692a1fa2..006add3d3 100644 --- a/src/Segment.PublicApi/Model/SpecificDaysConfig.cs +++ b/src/Segment.PublicApi/Model/SpecificDaysConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/StreamStatusV1.cs b/src/Segment.PublicApi/Model/StreamStatusV1.cs index 05facb5e1..d13bf3cfc 100644 --- a/src/Segment.PublicApi/Model/StreamStatusV1.cs +++ b/src/Segment.PublicApi/Model/StreamStatusV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SuppressedInner.cs b/src/Segment.PublicApi/Model/SuppressedInner.cs index e5ce673c5..264671779 100644 --- a/src/Segment.PublicApi/Model/SuppressedInner.cs +++ b/src/Segment.PublicApi/Model/SuppressedInner.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncExtractPhase.cs b/src/Segment.PublicApi/Model/SyncExtractPhase.cs index 756841090..6182fe0d0 100644 --- a/src/Segment.PublicApi/Model/SyncExtractPhase.cs +++ b/src/Segment.PublicApi/Model/SyncExtractPhase.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncLoadPhase.cs b/src/Segment.PublicApi/Model/SyncLoadPhase.cs index a0157632f..8d50c0c5d 100644 --- a/src/Segment.PublicApi/Model/SyncLoadPhase.cs +++ b/src/Segment.PublicApi/Model/SyncLoadPhase.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncNoticeV1.cs b/src/Segment.PublicApi/Model/SyncNoticeV1.cs index 45a047aa5..53cc0b799 100644 --- a/src/Segment.PublicApi/Model/SyncNoticeV1.cs +++ b/src/Segment.PublicApi/Model/SyncNoticeV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncV1.cs b/src/Segment.PublicApi/Model/SyncV1.cs index 37c5778f0..87a0e934e 100644 --- a/src/Segment.PublicApi/Model/SyncV1.cs +++ b/src/Segment.PublicApi/Model/SyncV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs b/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs index 80f2b0801..2de87d244 100644 --- a/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TrackingPlanV1.cs b/src/Segment.PublicApi/Model/TrackingPlanV1.cs index 0aaa072be..ad238a487 100644 --- a/src/Segment.PublicApi/Model/TrackingPlanV1.cs +++ b/src/Segment.PublicApi/Model/TrackingPlanV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TraitDefinition.cs b/src/Segment.PublicApi/Model/TraitDefinition.cs index 6e96f6526..dd21415bd 100644 --- a/src/Segment.PublicApi/Model/TraitDefinition.cs +++ b/src/Segment.PublicApi/Model/TraitDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TraitOptions.cs b/src/Segment.PublicApi/Model/TraitOptions.cs index 2fb2e8f44..fc9fce1bc 100644 --- a/src/Segment.PublicApi/Model/TraitOptions.cs +++ b/src/Segment.PublicApi/Model/TraitOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TransformationBeta.cs b/src/Segment.PublicApi/Model/TransformationBeta.cs index beda27908..8a1529ed9 100644 --- a/src/Segment.PublicApi/Model/TransformationBeta.cs +++ b/src/Segment.PublicApi/Model/TransformationBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TransformationV1.cs b/src/Segment.PublicApi/Model/TransformationV1.cs index c2ac51fae..7eda1f521 100644 --- a/src/Segment.PublicApi/Model/TransformationV1.cs +++ b/src/Segment.PublicApi/Model/TransformationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs index 0c1d9f438..e6a33e07b 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs index 91d6c6301..f192f57d7 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs index ee5cea85b..1b4f38f18 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs index 14721dff6..d0eaff228 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs index 042e231a2..5b3088805 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs index 50bf594d8..05cf43082 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs index ff074f90f..71dce7fac 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs index 27ed0b3b6..5554f297a 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs index 43a89302f..0f39c6866 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs index 140f39b01..3a0dcb130 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs index 22b0b5199..39c656ce3 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs index fb239370d..8a0aa7399 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs index 8f62bfce4..a96a95134 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs index 95849fa0e..f27af4375 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs index 43ead71d7..b34d19ed0 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateDestination200Response.cs index 04eaaf318..6f8422f54 100644 --- a/src/Segment.PublicApi/Model/UpdateDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs b/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs index a2e40142a..e40ea6471 100644 --- a/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs b/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs index 13885f0c8..ee855d8fd 100644 --- a/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs b/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs index 170e7f78b..ab75dc250 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs b/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs index 5eba39cc1..e45e2df04 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs b/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs index b70f5732a..e66518553 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs index e91376dae..ab1c54c67 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs index ff14999d5..f42832523 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs index 9243a40a6..fd2b3bfce 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunction200Response.cs b/src/Segment.PublicApi/Model/UpdateFunction200Response.cs index a84a6b76e..431d4b2f2 100644 --- a/src/Segment.PublicApi/Model/UpdateFunction200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs b/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs index 325f754d3..7a900b912 100644 --- a/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs b/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs index 96d7408a0..54bedc789 100644 --- a/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs b/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs index 358a02c7f..ae55052b1 100644 --- a/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs +++ b/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs index 876a6e135..167f9f061 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs index b82026183..704e3c5f3 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs index 3e5680c56..1144c7bc7 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs index 2243f3977..ee3bb9790 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs index 601c4c0df..eb3c0efdb 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs index 0c2b81b09..ba6ef373a 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs index 74d99780a..e1850534a 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs index 61d2136b0..62980badc 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs index 0f822d6bf..23b24e20d 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs index 4374d95e8..7230bc8ef 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs index f06cd81cf..6ddc0c6ef 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs index b8ee322f1..44298a824 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs index c109cc9dd..c6819931a 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs index 5ce159d70..23b162eff 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs index 4d22ee5cd..16051059a 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs index bcf9fd93e..c01b457e8 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs index 35eba3cfc..2f65219be 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs index db7a1b8f2..51c2ed0aa 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs index b5118603f..f6a504ce0 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs index 240b839ee..06eee1f05 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs index 3186d6e97..77b4ad525 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSource200Response.cs b/src/Segment.PublicApi/Model/UpdateSource200Response.cs index d3a8d4517..449451feb 100644 --- a/src/Segment.PublicApi/Model/UpdateSource200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSource200Response1.cs b/src/Segment.PublicApi/Model/UpdateSource200Response1.cs index 3e8d5a4a1..5d2590410 100644 --- a/src/Segment.PublicApi/Model/UpdateSource200Response1.cs +++ b/src/Segment.PublicApi/Model/UpdateSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs index 2a780abcc..e5cf49087 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs index a556d431e..c90814ad3 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs b/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs index 13a49fb68..2245c2f03 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs b/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs index 0817b667e..1fc463e8d 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs index 68adad985..19c9ff093 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs index d396f13a3..a76917113 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs index 241aceb1a..fc00a5099 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs index 4130f8b25..552c9e410 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs index 3c88b889d..12abc06c2 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs index efadca567..a93be3a74 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs b/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs index f8dff9304..65289a91a 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs b/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs index 2844e403b..e5d749177 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs index c0307a2c0..f91b303fd 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs b/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs index 141ef7b2b..4271bc23f 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs b/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs index a3c77f032..3f166b7fb 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs b/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs index 31193ace5..afa4fa7c4 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs b/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs index 3f4cee664..6e4202fb6 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs b/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs index f770e3198..cccff128b 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs index ece181186..4cb6b3331 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs b/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs index 95ad5d48e..e1446798e 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs b/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs index 8a0079b7a..aa635cb94 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpsertRuleV1.cs b/src/Segment.PublicApi/Model/UpsertRuleV1.cs index b8b33724e..e002f6895 100644 --- a/src/Segment.PublicApi/Model/UpsertRuleV1.cs +++ b/src/Segment.PublicApi/Model/UpsertRuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UserGroupV1.cs b/src/Segment.PublicApi/Model/UserGroupV1.cs index 74c0715bd..7eed67f75 100644 --- a/src/Segment.PublicApi/Model/UserGroupV1.cs +++ b/src/Segment.PublicApi/Model/UserGroupV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UserV1.cs b/src/Segment.PublicApi/Model/UserV1.cs index abcf29157..a04cd562d 100644 --- a/src/Segment.PublicApi/Model/UserV1.cs +++ b/src/Segment.PublicApi/Model/UserV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs b/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs index 1b3cff709..b6c63776e 100644 --- a/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs b/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs index 625a59f13..5c9360f08 100644 --- a/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs b/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs index be18b7606..8ee987377 100644 --- a/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs b/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs index e9fb2aeda..56b29f144 100644 --- a/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs b/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs index c91558aab..99d8a1dc6 100644 --- a/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseV1.cs b/src/Segment.PublicApi/Model/WarehouseV1.cs index 2e4339d2f..5a487fd02 100644 --- a/src/Segment.PublicApi/Model/WarehouseV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WorkspaceV1.cs b/src/Segment.PublicApi/Model/WorkspaceV1.cs index 93ebe74e7..64a1c4abb 100644 --- a/src/Segment.PublicApi/Model/WorkspaceV1.cs +++ b/src/Segment.PublicApi/Model/WorkspaceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/README.md b/src/Segment.PublicApi/README.md index 81d7c03a7..a6b2cf93f 100644 --- a/src/Segment.PublicApi/README.md +++ b/src/Segment.PublicApi/README.md @@ -11,7 +11,7 @@ See the next sections for more information on how to use the Segment Public API. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 62.0.3 +- API version: 62.0.4 - Generator version: 7.0.1 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com) diff --git a/src/Segment.PublicApi/Segment.PublicApi.csproj b/src/Segment.PublicApi/Segment.PublicApi.csproj index a59fe509a..ebdc87265 100644 --- a/src/Segment.PublicApi/Segment.PublicApi.csproj +++ b/src/Segment.PublicApi/Segment.PublicApi.csproj @@ -12,7 +12,7 @@ Segment Public API SDK 2024 Twilio, Inc. Segment.PublicApi - 62.0.3 + 62.0.4 bin\$(Configuration)\$(TargetFramework)\Segment.PublicApi.xml https://github.com/segmentio/public-api-sdk-csharp.git git From b83def3b280e3d924067665aeaa78b94a5a2a095 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Fri, 5 Dec 2025 21:06:53 +0000 Subject: [PATCH 3/5] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@a9464f96. --- README.md | 2 +- Segment.PublicApi.sln | 10 +++++----- src/Segment.PublicApi/Api/APICallsApi.cs | 2 +- src/Segment.PublicApi/Api/ActivationsApi.cs | 2 +- src/Segment.PublicApi/Api/AudiencesApi.cs | 2 +- src/Segment.PublicApi/Api/AuditTrailApi.cs | 2 +- src/Segment.PublicApi/Api/CatalogApi.cs | 2 +- src/Segment.PublicApi/Api/ComputedTraitsApi.cs | 2 +- src/Segment.PublicApi/Api/CustomerInsightsApi.cs | 2 +- src/Segment.PublicApi/Api/DbtApi.cs | 2 +- src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs | 2 +- src/Segment.PublicApi/Api/DeliveryOverviewApi.cs | 2 +- src/Segment.PublicApi/Api/DestinationFiltersApi.cs | 2 +- src/Segment.PublicApi/Api/DestinationsApi.cs | 2 +- src/Segment.PublicApi/Api/EventsApi.cs | 2 +- src/Segment.PublicApi/Api/FunctionsApi.cs | 2 +- src/Segment.PublicApi/Api/IAMGroupsApi.cs | 2 +- src/Segment.PublicApi/Api/IAMRolesApi.cs | 2 +- src/Segment.PublicApi/Api/IAMUsersApi.cs | 2 +- src/Segment.PublicApi/Api/LabelsApi.cs | 2 +- src/Segment.PublicApi/Api/LivePluginsApi.cs | 2 +- src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs | 2 +- src/Segment.PublicApi/Api/ProfilesSyncApi.cs | 2 +- src/Segment.PublicApi/Api/ReverseETLApi.cs | 2 +- src/Segment.PublicApi/Api/SelectiveSyncApi.cs | 2 +- src/Segment.PublicApi/Api/SourcesApi.cs | 2 +- src/Segment.PublicApi/Api/SpaceFiltersApi.cs | 2 +- src/Segment.PublicApi/Api/SpacesApi.cs | 2 +- src/Segment.PublicApi/Api/TestingApi.cs | 2 +- src/Segment.PublicApi/Api/TrackingPlansApi.cs | 2 +- src/Segment.PublicApi/Api/TransformationsApi.cs | 2 +- src/Segment.PublicApi/Api/WarehousesApi.cs | 2 +- src/Segment.PublicApi/Api/WorkspacesApi.cs | 2 +- src/Segment.PublicApi/Client/ApiClient.cs | 2 +- src/Segment.PublicApi/Client/ApiException.cs | 2 +- src/Segment.PublicApi/Client/ApiResponse.cs | 2 +- src/Segment.PublicApi/Client/ClientUtils.cs | 2 +- src/Segment.PublicApi/Client/Configuration.cs | 10 +++++----- src/Segment.PublicApi/Client/ExceptionFactory.cs | 2 +- src/Segment.PublicApi/Client/GlobalConfiguration.cs | 2 +- src/Segment.PublicApi/Client/HttpMethod.cs | 2 +- src/Segment.PublicApi/Client/IApiAccessor.cs | 2 +- src/Segment.PublicApi/Client/IAsynchronousClient.cs | 2 +- src/Segment.PublicApi/Client/IReadableConfiguration.cs | 2 +- src/Segment.PublicApi/Client/ISynchronousClient.cs | 2 +- src/Segment.PublicApi/Client/Multimap.cs | 2 +- src/Segment.PublicApi/Client/OpenAPIDateConverter.cs | 2 +- src/Segment.PublicApi/Client/RequestOptions.cs | 2 +- src/Segment.PublicApi/Client/RetryConfiguration.cs | 2 +- src/Segment.PublicApi/Model/APICallSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs | 2 +- src/Segment.PublicApi/Model/AccessPermissionV1.cs | 2 +- src/Segment.PublicApi/Model/ActivationOutput.cs | 2 +- .../Model/AddActivationToAudience200Response.cs | 2 +- .../Model/AddActivationToAudienceAlphaInput.cs | 2 +- .../Model/AddActivationToAudienceAlphaOutput.cs | 2 +- .../Model/AddAudienceScheduleToAudience200Response.cs | 2 +- .../Model/AddAudienceScheduleToAudienceAlphaInput.cs | 2 +- .../Model/AddAudienceScheduleToAudienceAlphaOutput.cs | 2 +- .../AddConnectionFromSourceToWarehouse201Response.cs | 2 +- .../AddConnectionFromSourceToWarehouseV1Output.cs | 2 +- .../Model/AddDestinationToAudience200Response.cs | 2 +- .../Model/AddDestinationToAudienceAlphaInput.cs | 2 +- .../Model/AddDestinationToAudienceAlphaOutput.cs | 2 +- .../Model/AddLabelsToSource200Response.cs | 2 +- .../Model/AddLabelsToSource200Response1.cs | 2 +- .../Model/AddLabelsToSourceAlphaInput.cs | 2 +- .../Model/AddLabelsToSourceAlphaOutput.cs | 2 +- .../Model/AddLabelsToSourceV1Input.cs | 2 +- .../Model/AddLabelsToSourceV1Output.cs | 2 +- .../Model/AddPermissionsToUser200Response.cs | 2 +- .../Model/AddPermissionsToUserGroup200Response.cs | 2 +- .../Model/AddPermissionsToUserGroupV1Input.cs | 2 +- .../Model/AddPermissionsToUserGroupV1Output.cs | 2 +- .../Model/AddPermissionsToUserV1Input.cs | 2 +- .../Model/AddPermissionsToUserV1Output.cs | 2 +- .../Model/AddSourceToTrackingPlan200Response.cs | 2 +- .../Model/AddSourceToTrackingPlanV1Input.cs | 2 +- .../Model/AddSourceToTrackingPlanV1Output.cs | 2 +- .../Model/AddUsersToUserGroup200Response.cs | 2 +- .../Model/AddUsersToUserGroupV1Input.cs | 2 +- .../Model/AddUsersToUserGroupV1Output.cs | 2 +- .../Model/AdvancedWarehouseSyncScheduleV1Input.cs | 2 +- .../Model/AdvancedWarehouseSyncScheduleV1Output.cs | 2 +- src/Segment.PublicApi/Model/AllowedLabelBeta.cs | 2 +- src/Segment.PublicApi/Model/AudienceComputeCadence.cs | 2 +- src/Segment.PublicApi/Model/AudienceDefinition.cs | 2 +- .../Model/AudienceDefinitionWithoutTargetEntity.cs | 2 +- src/Segment.PublicApi/Model/AudienceOptions.cs | 2 +- .../Model/AudienceOptionsWithLookback.cs | 2 +- src/Segment.PublicApi/Model/AudiencePreview.cs | 2 +- .../Model/AudiencePreviewAccountResult.cs | 2 +- .../Model/AudiencePreviewEntitiesResult.cs | 2 +- .../Model/AudiencePreviewIdentifier.cs | 2 +- .../Model/AudiencePreviewProfileResult.cs | 2 +- src/Segment.PublicApi/Model/AudiencePreviewResult.cs | 2 +- src/Segment.PublicApi/Model/AudienceRunInfo.cs | 2 +- src/Segment.PublicApi/Model/AudienceSchedule.cs | 2 +- src/Segment.PublicApi/Model/AudienceSize.cs | 2 +- src/Segment.PublicApi/Model/AudienceSummary.cs | 2 +- .../AudienceSummaryWithAudienceTypeAndLookback.cs | 2 +- src/Segment.PublicApi/Model/AuditEventV1.cs | 2 +- ...chQueryMessagingSubscriptionsForSpace200Response.cs | 2 +- ...tchQueryMessagingSubscriptionsForSpaceAlphaInput.cs | 2 +- ...chQueryMessagingSubscriptionsForSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/BreakdownBeta.cs | 2 +- .../Model/CancelReverseETLSyncForModel200Response.cs | 2 +- .../Model/CancelReverseETLSyncForModelInput.cs | 2 +- .../Model/CancelReverseETLSyncForModelOutput.cs | 2 +- src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/ComputedTraitSummary.cs | 2 +- .../Model/ComputedTraitsDefinition.cs | 2 +- src/Segment.PublicApi/Model/Config.cs | 2 +- src/Segment.PublicApi/Model/Config1.cs | 2 +- src/Segment.PublicApi/Model/Connection.cs | 2 +- src/Segment.PublicApi/Model/Contact.cs | 2 +- .../Model/CreateAudience200Response.cs | 2 +- .../Model/CreateAudience200Response1.cs | 2 +- .../Model/CreateAudienceAlphaInput.cs | 2 +- .../Model/CreateAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs | 2 +- .../Model/CreateAudienceBetaOutput.cs | 2 +- .../Model/CreateAudiencePreview200Response.cs | 2 +- .../Model/CreateAudiencePreview200Response1.cs | 2 +- .../Model/CreateAudiencePreviewAlphaInput.cs | 2 +- .../Model/CreateAudiencePreviewAlphaOutput.cs | 2 +- .../Model/CreateAudiencePreviewBetaInput.cs | 2 +- .../Model/CreateAudiencePreviewBetaOutput.cs | 2 +- .../Model/CreateAudiencePreviewOptions.cs | 2 +- .../Model/CreateCloudSourceRegulation200Response.cs | 2 +- .../Model/CreateCloudSourceRegulationV1Input.cs | 2 +- .../Model/CreateCloudSourceRegulationV1Output.cs | 2 +- .../Model/CreateComputedTrait200Response.cs | 2 +- .../Model/CreateComputedTraitAlphaInput.cs | 2 +- .../Model/CreateComputedTraitAlphaOutput.cs | 2 +- .../Model/CreateDbtModelSyncTrigger200Response.cs | 2 +- .../Model/CreateDbtModelSyncTriggerInput.cs | 2 +- .../Model/CreateDbtModelSyncTriggerOutput.cs | 2 +- .../Model/CreateDestination200Response.cs | 2 +- .../Model/CreateDestinationSubscription200Response.cs | 2 +- .../Model/CreateDestinationSubscriptionAlphaInput.cs | 2 +- .../Model/CreateDestinationSubscriptionAlphaOutput.cs | 2 +- .../Model/CreateDestinationV1Input.cs | 2 +- .../Model/CreateDestinationV1Output.cs | 2 +- .../Model/CreateDownload200Response.cs | 2 +- .../Model/CreateDownloadAlphaInput.cs | 2 +- .../Model/CreateDownloadAlphaOutput.cs | 2 +- .../Model/CreateFilterForDestination200Response.cs | 2 +- .../Model/CreateFilterForDestinationV1Input.cs | 2 +- .../Model/CreateFilterForDestinationV1Output.cs | 2 +- .../Model/CreateFilterForSpace200Response.cs | 2 +- .../Model/CreateFilterForSpaceInput.cs | 2 +- .../Model/CreateFilterForSpaceOutput.cs | 2 +- .../Model/CreateFunction200Response.cs | 2 +- .../Model/CreateFunctionDeployment200Response.cs | 2 +- .../Model/CreateFunctionDeploymentV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateFunctionV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateFunctionV1Output.cs | 2 +- .../Model/CreateInsertFunctionInstance200Response.cs | 2 +- .../Model/CreateInsertFunctionInstanceAlphaInput.cs | 2 +- .../Model/CreateInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/CreateInvites201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateInvitesV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateLabel201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateLabelV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateLabelV1Output.cs | 2 +- .../Model/CreateLivePlugin200Response.cs | 2 +- .../Model/CreateLivePluginAlphaInput.cs | 2 +- .../Model/CreateLivePluginAlphaOutput.cs | 2 +- .../Model/CreateProfilesWarehouse201Response.cs | 2 +- .../Model/CreateProfilesWarehouseAlphaInput.cs | 2 +- .../Model/CreateProfilesWarehouseAlphaOutput.cs | 2 +- .../Model/CreateReverseETLManualSync200Response.cs | 2 +- .../Model/CreateReverseETLManualSyncInput.cs | 2 +- .../Model/CreateReverseETLManualSyncOutput.cs | 2 +- .../Model/CreateReverseEtlModel201Response.cs | 2 +- .../Model/CreateReverseEtlModelInput.cs | 2 +- .../Model/CreateReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/CreateSource201Response.cs | 2 +- .../Model/CreateSource201Response1.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs | 2 +- .../Model/CreateSourceRegulation200Response.cs | 2 +- .../Model/CreateSourceRegulationV1Input.cs | 2 +- .../Model/CreateSourceRegulationV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceV1Output.cs | 2 +- .../Model/CreateTrackingPlan200Response.cs | 2 +- .../Model/CreateTrackingPlanV1Input.cs | 2 +- .../Model/CreateTrackingPlanV1Output.cs | 2 +- .../Model/CreateTransformation200Response.cs | 2 +- .../Model/CreateTransformationBetaInput.cs | 2 +- .../Model/CreateTransformationBetaOutput.cs | 2 +- .../Model/CreateTransformationV1Input.cs | 2 +- .../Model/CreateTransformationV1Output.cs | 2 +- .../Model/CreateUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs | 2 +- .../Model/CreateValidationInWarehouse200Response.cs | 2 +- .../Model/CreateValidationInWarehouseV1Input.cs | 2 +- .../Model/CreateValidationInWarehouseV1Output.cs | 2 +- .../Model/CreateWarehouse201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs | 2 +- .../Model/CreateWorkspaceRegulation200Response.cs | 2 +- .../Model/CreateWorkspaceRegulationV1Input.cs | 2 +- .../Model/CreateWorkspaceRegulationV1Output.cs | 2 +- .../Model/CreateWriteKeyForSource200Response.cs | 2 +- .../Model/CreateWriteKeyForSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs | 2 +- .../Model/DeleteActivationAlphaOutput.cs | 2 +- .../Model/DeleteDestination200Response.cs | 2 +- .../Model/DeleteDestinationV1Output.cs | 2 +- .../Model/DeleteFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs | 2 +- .../Model/DeleteFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs | 2 +- .../Model/DeleteInsertFunctionInstance200Response.cs | 2 +- .../Model/DeleteInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/DeleteInvites200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabel200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabel200Response1.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabelV1Output.cs | 2 +- .../Model/DeleteLivePluginCode200Response.cs | 2 +- .../Model/DeleteLivePluginCodeAlphaOutput.cs | 2 +- .../Model/DeleteRegulation200Response.cs | 2 +- .../Model/DeleteRegulationV1Output.cs | 2 +- .../Model/DeleteReverseEtlModel200Response.cs | 2 +- .../Model/DeleteReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteSource200Response.cs | 2 +- .../Model/DeleteSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteSourceV1Output.cs | 2 +- .../Model/DeleteTrackingPlan200Response.cs | 2 +- .../Model/DeleteTrackingPlanV1Output.cs | 2 +- .../Model/DeleteTransformation200Response.cs | 2 +- .../Model/DeleteTransformationBetaInput.cs | 2 +- .../Model/DeleteTransformationBetaOutput.cs | 2 +- .../Model/DeleteTransformationV1Output.cs | 2 +- .../Model/DeleteUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/DeleteUsers200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteUsersV1Output.cs | 2 +- .../Model/DeleteWarehouse200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs | 2 +- .../Model/DeliveryMetricsSummaryBeta.cs | 2 +- .../Model/DeliveryOverviewDestinationFilterBy.cs | 2 +- .../Model/DeliveryOverviewMetricsDatapoint.cs | 2 +- .../Model/DeliveryOverviewMetricsDataset.cs | 2 +- .../Model/DeliveryOverviewSourceFilterBy.cs | 2 +- .../DeliveryOverviewSuccessfullyReceivedFilterBy.cs | 2 +- .../Model/DestinationFilterActionV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationFilterV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationInput.cs | 2 +- .../Model/DestinationMetadataActionFieldV1.cs | 2 +- .../Model/DestinationMetadataActionV1.cs | 2 +- .../Model/DestinationMetadataComponentV1.cs | 2 +- .../Model/DestinationMetadataFeaturesV1.cs | 2 +- .../Model/DestinationMetadataMethodsV1.cs | 2 +- .../Model/DestinationMetadataPlatformsV1.cs | 2 +- .../Model/DestinationMetadataSubscriptionPresetV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationMetadataV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationStatusV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationSubscription.cs | 2 +- .../Model/DestinationSubscriptionConfiguration.cs | 2 +- .../Model/DestinationSubscriptionUpdateInput.cs | 2 +- src/Segment.PublicApi/Model/DestinationV1.cs | 2 +- src/Segment.PublicApi/Model/Download.cs | 2 +- src/Segment.PublicApi/Model/Echo200Response.cs | 2 +- src/Segment.PublicApi/Model/Echo200Response1.cs | 2 +- src/Segment.PublicApi/Model/EchoAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/EchoV1Output.cs | 2 +- src/Segment.PublicApi/Model/EntityDetails.cs | 2 +- src/Segment.PublicApi/Model/EventSourceV1.cs | 2 +- src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs | 2 +- src/Segment.PublicApi/Model/Filter.cs | 2 +- .../Model/ForceExecuteAudienceRun200Response.cs | 2 +- .../Model/ForceExecuteAudienceRunAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/FunctionDeployment.cs | 2 +- src/Segment.PublicApi/Model/FunctionSettingV1.cs | 2 +- src/Segment.PublicApi/Model/FunctionV1.cs | 2 +- .../Model/GetActivationFromAudience200Response.cs | 2 +- .../Model/GetActivationFromAudienceOutput.cs | 2 +- .../GetAdvancedSyncScheduleFromWarehouse200Response.cs | 2 +- .../GetAdvancedSyncScheduleFromWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetAudience200Response.cs | 2 +- src/Segment.PublicApi/Model/GetAudience200Response1.cs | 2 +- src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs | 2 +- .../Model/GetAudiencePreview200Response.cs | 2 +- .../Model/GetAudiencePreview200Response1.cs | 2 +- .../Model/GetAudiencePreviewAlphaOutput.cs | 2 +- .../Model/GetAudiencePreviewBetaOutput.cs | 2 +- ...tAudienceScheduleFromSpaceAndAudience200Response.cs | 2 +- ...tAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs | 2 +- .../Model/GetComputedTrait200Response.cs | 2 +- .../Model/GetComputedTraitAlphaOutput.cs | 2 +- .../GetConnectionStateFromWarehouse200Response.cs | 2 +- .../Model/GetConnectionStateFromWarehouseV1Output.cs | 2 +- .../Model/GetDailyPerSourceAPICallsUsage200Response.cs | 2 +- .../Model/GetDailyPerSourceAPICallsUsageV1Output.cs | 2 +- .../Model/GetDailyPerSourceMTUUsage200Response.cs | 2 +- .../Model/GetDailyPerSourceMTUUsageV1Output.cs | 2 +- .../Model/GetDailyWorkspaceAPICallsUsage200Response.cs | 2 +- .../Model/GetDailyWorkspaceAPICallsUsageV1Output.cs | 2 +- .../Model/GetDailyWorkspaceMTUUsage200Response.cs | 2 +- .../Model/GetDailyWorkspaceMTUUsageV1Output.cs | 2 +- .../Model/GetDeliveryOverviewMetricsBetaOutput.cs | 2 +- .../Model/GetDestination200Response.cs | 2 +- .../Model/GetDestinationMetadata200Response.cs | 2 +- .../Model/GetDestinationMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetDestinationV1Output.cs | 2 +- .../Model/GetDestinationsCatalog200Response.cs | 2 +- .../Model/GetDestinationsCatalogV1Output.cs | 2 +- ...ressFailedMetricsFromDeliveryOverview200Response.cs | 2 +- .../Model/GetEventsVolumeFromWorkspace200Response.cs | 2 +- .../Model/GetEventsVolumeFromWorkspaceV1Output.cs | 2 +- .../Model/GetEventsVolumeFromWorkspaceV1Query.cs | 2 +- .../Model/GetFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/GetFilterByIdOutput.cs | 2 +- .../Model/GetFilterInDestination200Response.cs | 2 +- .../Model/GetFilterInDestinationV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/GetFunctionV1Output.cs | 2 +- .../Model/GetFunctionVersion200Response.cs | 2 +- .../Model/GetFunctionVersionAlphaOutput.cs | 2 +- .../Model/GetInsertFunctionInstance200Response.cs | 2 +- .../Model/GetInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/GetLatestFromLivePlugins200Response.cs | 2 +- .../Model/GetLatestFromLivePluginsAlphaOutput.cs | 2 +- .../Model/GetMessagingSubscriptionFailureResponse.cs | 2 +- .../Model/GetMessagingSubscriptionSuccessResponse.cs | 2 +- .../Model/GetRegulation200Response.cs | 2 +- src/Segment.PublicApi/Model/GetRegulationV1Output.cs | 2 +- .../Model/GetReverseETLSyncStatus200Response.cs | 2 +- .../Model/GetReverseETLSyncStatusOutput.cs | 2 +- .../Model/GetReverseEtlModel200Response.cs | 2 +- .../Model/GetReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/GetSource200Response.cs | 2 +- src/Segment.PublicApi/Model/GetSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs | 2 +- .../Model/GetSourceMetadata200Response.cs | 2 +- .../Model/GetSourceMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetSourceV1Output.cs | 2 +- .../Model/GetSourcesCatalog200Response.cs | 2 +- .../Model/GetSourcesCatalogV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetSpace200Response.cs | 2 +- src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs | 2 +- .../Model/GetSubscriptionFromDestination200Response.cs | 2 +- .../Model/GetSubscriptionFromDestinationAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/GetSubscriptionRequest.cs | 2 +- .../Model/GetTrackingPlan200Response.cs | 2 +- src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs | 2 +- .../Model/GetTransformation200Response.cs | 2 +- .../Model/GetTransformationBetaInput.cs | 2 +- .../Model/GetTransformationBetaOutput.cs | 2 +- .../Model/GetTransformationV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetUser200Response.cs | 2 +- src/Segment.PublicApi/Model/GetUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/GetUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetUserV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWarehouse200Response.cs | 2 +- .../Model/GetWarehouseMetadata200Response.cs | 2 +- .../Model/GetWarehouseMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWarehouseV1Output.cs | 2 +- .../Model/GetWarehousesCatalog200Response.cs | 2 +- .../Model/GetWarehousesCatalogV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWorkspace200Response.cs | 2 +- src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs | 2 +- src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs | 2 +- .../Model/GroupSubscriptionStatusResponse.cs | 2 +- src/Segment.PublicApi/Model/HandleWebhookInput.cs | 2 +- src/Segment.PublicApi/Model/HandleWebhookOutput.cs | 2 +- .../Model/HashPropertiesConfiguration.cs | 2 +- .../Model/IDSyncConfigurationInput.cs | 2 +- .../Model/IdentifySourceSettingsV1.cs | 2 +- .../Model/InsertFunctionInstanceAlpha.cs | 2 +- src/Segment.PublicApi/Model/IntegrationOptionBeta.cs | 2 +- src/Segment.PublicApi/Model/InvitePermissionV1.cs | 2 +- src/Segment.PublicApi/Model/InviteV1.cs | 2 +- src/Segment.PublicApi/Model/LabelAlpha.cs | 2 +- src/Segment.PublicApi/Model/LabelV1.cs | 2 +- .../Model/ListActivationsAlphaOutput.cs | 2 +- .../Model/ListActivationsFromAudience200Response.cs | 2 +- .../Model/ListActivationsFromAudienceOutput.cs | 2 +- ...AudienceConsumersFromSpaceAndAudience200Response.cs | 2 +- ...AudienceConsumersFromSpaceAndAudienceAlphaOutput.cs | 2 +- .../Model/ListAudienceConsumersSortInput.cs | 2 +- ...AudienceSchedulesFromSpaceAndAudience200Response.cs | 2 +- ...AudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListAudienceSearchInput.cs | 2 +- .../Model/ListAudiences200Response.cs | 2 +- .../Model/ListAudiences200Response1.cs | 2 +- .../Model/ListAudiencesAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs | 2 +- .../Model/ListAudiencesPaginationInput.cs | 2 +- .../Model/ListAuditEvents200Response.cs | 2 +- src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs | 2 +- .../Model/ListComputedTraits200Response.cs | 2 +- .../Model/ListComputedTraitsAlphaOutput.cs | 2 +- .../ListConnectedDestinationsFromSource200Response.cs | 2 +- .../ListConnectedDestinationsFromSource200Response1.cs | 2 +- .../ListConnectedDestinationsFromSourceAlphaOutput.cs | 2 +- .../ListConnectedDestinationsFromSourceV1Output.cs | 2 +- .../ListConnectedSourcesFromWarehouse200Response.cs | 2 +- .../Model/ListConnectedSourcesFromWarehouseV1Output.cs | 2 +- .../ListConnectedWarehousesFromSource200Response.cs | 2 +- .../ListConnectedWarehousesFromSource200Response1.cs | 2 +- .../ListConnectedWarehousesFromSourceAlphaOutput.cs | 2 +- .../Model/ListConnectedWarehousesFromSourceV1Output.cs | 2 +- ...DeliveryMetricsSummaryFromDestination200Response.cs | 2 +- ...tDeliveryMetricsSummaryFromDestinationBetaOutput.cs | 2 +- .../Model/ListDestinations200Response.cs | 2 +- .../Model/ListDestinationsFromAudience200Response.cs | 2 +- .../Model/ListDestinationsFromAudienceAlphaOutput.cs | 2 +- .../Model/ListDestinationsV1Output.cs | 2 +- .../Model/ListFiltersForSpace200Response.cs | 2 +- .../Model/ListFiltersForSpaceOutput.cs | 2 +- .../Model/ListFiltersFromDestination200Response.cs | 2 +- .../Model/ListFiltersFromDestinationV1Output.cs | 2 +- .../Model/ListFiltersPaginationInput.cs | 2 +- .../Model/ListFiltersPaginationOutput.cs | 2 +- src/Segment.PublicApi/Model/ListFunctionItemV1.cs | 2 +- .../Model/ListFunctionVersions200Response.cs | 2 +- .../Model/ListFunctionVersionsAlphaOutput.cs | 2 +- .../Model/ListFunctions200Response.cs | 2 +- src/Segment.PublicApi/Model/ListFunctionsV1Output.cs | 2 +- .../Model/ListInsertFunctionInstances200Response.cs | 2 +- .../Model/ListInsertFunctionInstancesAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListInvites200Response.cs | 2 +- .../Model/ListInvitesFromUserGroup200Response.cs | 2 +- .../Model/ListInvitesFromUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListLabels200Response.cs | 2 +- src/Segment.PublicApi/Model/ListLabels200Response1.cs | 2 +- src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListLabelsV1Output.cs | 2 +- .../Model/ListProfilesWarehouseInSpace200Response.cs | 2 +- .../Model/ListProfilesWarehouseInSpaceAlphaOutput.cs | 2 +- .../Model/ListRegulationsFromSource200Response.cs | 2 +- .../Model/ListRegulationsFromSourceV1Output.cs | 2 +- ...yncStatusesFromModelAndSubscriptionId200Response.cs | 2 +- ...eETLSyncStatusesFromModelAndSubscriptionIdOutput.cs | 2 +- .../Model/ListReverseEtlModels200Response.cs | 2 +- .../Model/ListReverseEtlModelsOutput.cs | 2 +- src/Segment.PublicApi/Model/ListRoles200Response.cs | 2 +- src/Segment.PublicApi/Model/ListRolesV1Output.cs | 2 +- .../Model/ListRulesFromTrackingPlan200Response.cs | 2 +- .../Model/ListRulesFromTrackingPlanV1Output.cs | 2 +- .../Model/ListSchemaSettingsInSource200Response.cs | 2 +- .../Model/ListSchemaSettingsInSourceV1Output.cs | 2 +- ...tSelectiveSyncsFromWarehouseAndSource200Response.cs | 2 +- ...ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs | 2 +- ...stSelectiveSyncsFromWarehouseAndSpace200Response.cs | 2 +- ...stSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListSources200Response.cs | 2 +- src/Segment.PublicApi/Model/ListSources200Response1.cs | 2 +- src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs | 2 +- .../Model/ListSourcesFromTrackingPlan200Response.cs | 2 +- .../Model/ListSourcesFromTrackingPlanV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListSourcesV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListSpaces200Response.cs | 2 +- src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs | 2 +- .../ListSubscriptionsFromDestination200Response.cs | 2 +- .../ListSubscriptionsFromDestinationAlphaOutput.cs | 2 +- ...ListSupportedDestinationsFromAudience200Response.cs | 2 +- ...ListSupportedDestinationsFromAudienceAlphaOutput.cs | 2 +- .../Model/ListSuppressions200Response.cs | 2 +- .../Model/ListSuppressionsV1Output.cs | 2 +- .../Model/ListSyncsFromWarehouse200Response.cs | 2 +- .../ListSyncsFromWarehouseAndSource200Response.cs | 2 +- .../Model/ListSyncsFromWarehouseAndSourceV1Output.cs | 2 +- .../Model/ListSyncsFromWarehouseV1Output.cs | 2 +- .../Model/ListTrackingPlans200Response.cs | 2 +- .../Model/ListTrackingPlansV1Output.cs | 2 +- .../Model/ListTransformations200Response.cs | 2 +- .../Model/ListTransformationsBetaInput.cs | 2 +- .../Model/ListTransformationsBetaOutput.cs | 2 +- .../Model/ListTransformationsV1Output.cs | 2 +- .../Model/ListUserGroups200Response.cs | 2 +- .../Model/ListUserGroupsFromUser200Response.cs | 2 +- .../Model/ListUserGroupsFromUserV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUsers200Response.cs | 2 +- .../Model/ListUsersFromUserGroup200Response.cs | 2 +- .../Model/ListUsersFromUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUsersV1Output.cs | 2 +- .../Model/ListWarehouses200Response.cs | 2 +- src/Segment.PublicApi/Model/ListWarehousesV1Output.cs | 2 +- .../Model/ListWorkspaceRegulations200Response.cs | 2 +- .../Model/ListWorkspaceRegulationsV1Output.cs | 2 +- src/Segment.PublicApi/Model/LivePluginsAlpha.cs | 2 +- src/Segment.PublicApi/Model/LogosBeta.cs | 2 +- .../Model/MessageSubscriptionResponse.cs | 2 +- .../Model/MessageSubscriptionResponseError.cs | 2 +- .../Model/MessagesSubscriptionRequest.cs | 2 +- src/Segment.PublicApi/Model/Metadata.cs | 2 +- src/Segment.PublicApi/Model/MetricBeta.cs | 2 +- src/Segment.PublicApi/Model/MinimalUserGroupV1.cs | 2 +- src/Segment.PublicApi/Model/MinimalUserV1.cs | 2 +- src/Segment.PublicApi/Model/ModelVersion.cs | 2 +- src/Segment.PublicApi/Model/MtuSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/PaginationInput.cs | 2 +- src/Segment.PublicApi/Model/PaginationOutput.cs | 2 +- src/Segment.PublicApi/Model/PeriodicConfig.cs | 2 +- src/Segment.PublicApi/Model/PermissionInputV1.cs | 2 +- src/Segment.PublicApi/Model/PermissionResourceV1.cs | 2 +- src/Segment.PublicApi/Model/PermissionV1.cs | 2 +- src/Segment.PublicApi/Model/PersonalizationInput.cs | 2 +- .../Model/PersonalizationInputEntity.cs | 2 +- .../Model/PreviewDestinationFilter200Response.cs | 2 +- .../Model/PreviewDestinationFilterV1.cs | 2 +- .../Model/PreviewDestinationFilterV1Input.cs | 2 +- .../Model/PreviewDestinationFilterV1Output.cs | 2 +- src/Segment.PublicApi/Model/Profile.cs | 2 +- src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs | 2 +- src/Segment.PublicApi/Model/PropertyRenameBeta.cs | 2 +- src/Segment.PublicApi/Model/PropertyRenameV1.cs | 2 +- .../Model/PropertyValueTransformationBeta.cs | 2 +- .../Model/PropertyValueTransformationV1.cs | 2 +- .../Model/ReadAudiencePreviewOptions.cs | 2 +- src/Segment.PublicApi/Model/Regulation.cs | 2 +- src/Segment.PublicApi/Model/RegulationListEntryV1.cs | 2 +- .../Model/RemoveActivationFromAudience200Response.cs | 2 +- .../Model/RemoveActivationFromAudienceOutput.cs | 2 +- .../Model/RemoveAudienceFromSpace200Response.cs | 2 +- .../Model/RemoveAudienceFromSpace200Response1.cs | 2 +- .../Model/RemoveAudienceFromSpaceAlphaOutput.cs | 2 +- .../Model/RemoveAudienceFromSpaceBetaOutput.cs | 2 +- .../RemoveAudienceScheduleFromAudience200Response.cs | 2 +- .../RemoveAudienceScheduleFromAudienceAlphaOutput.cs | 2 +- .../Model/RemoveComputedTraitFromSpace200Response.cs | 2 +- .../Model/RemoveComputedTraitFromSpaceAlphaOutput.cs | 2 +- .../Model/RemoveFilterFromDestination200Response.cs | 2 +- .../Model/RemoveFilterFromDestinationV1Output.cs | 2 +- .../RemoveProfilesWarehouseFromSpace200Response.cs | 2 +- .../RemoveProfilesWarehouseFromSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/RemoveRuleV1.cs | 2 +- .../Model/RemoveRulesFromTrackingPlan200Response.cs | 2 +- .../Model/RemoveRulesFromTrackingPlanV1Output.cs | 2 +- .../RemoveSourceConnectionFromWarehouse200Response.cs | 2 +- .../RemoveSourceConnectionFromWarehouseV1Output.cs | 2 +- .../Model/RemoveSourceFromTrackingPlan200Response.cs | 2 +- .../Model/RemoveSourceFromTrackingPlanV1Output.cs | 2 +- .../RemoveSubscriptionFromDestination200Response.cs | 2 +- .../RemoveSubscriptionFromDestinationAlphaOutput.cs | 2 +- .../Model/RemoveUsersFromUserGroup200Response.cs | 2 +- .../Model/RemoveUsersFromUserGroupV1Output.cs | 2 +- .../Model/RemoveWriteKeyFromSource200Response.cs | 2 +- .../Model/RemoveWriteKeyFromSourceAlphaOutput.cs | 2 +- ...placeAdvancedSyncScheduleForWarehouse200Response.cs | 2 +- .../ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs | 2 +- .../ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs | 2 +- .../Model/ReplaceLabelsInSource200Response.cs | 2 +- .../Model/ReplaceLabelsInSource200Response1.cs | 2 +- .../Model/ReplaceLabelsInSourceAlphaInput.cs | 2 +- .../Model/ReplaceLabelsInSourceAlphaOutput.cs | 2 +- .../Model/ReplaceLabelsInSourceV1Input.cs | 2 +- .../Model/ReplaceLabelsInSourceV1Output.cs | 2 +- ...ReplaceMessagingSubscriptionsInSpaces200Response.cs | 2 +- .../ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs | 2 +- ...ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs | 2 +- .../Model/ReplacePermissionsForUser200Response.cs | 2 +- .../Model/ReplacePermissionsForUserGroup200Response.cs | 2 +- .../Model/ReplacePermissionsForUserGroupV1Input.cs | 2 +- .../Model/ReplacePermissionsForUserGroupV1Output.cs | 2 +- .../Model/ReplacePermissionsForUserV1Input.cs | 2 +- .../Model/ReplacePermissionsForUserV1Output.cs | 2 +- .../Model/ReplaceRulesInTrackingPlan200Response.cs | 2 +- .../Model/ReplaceRulesInTrackingPlanV1Input.cs | 2 +- .../Model/ReplaceRulesInTrackingPlanV1Output.cs | 2 +- .../Model/ReplaceUsersInUserGroup200Response.cs | 2 +- .../Model/ReplaceUsersInUserGroupV1Input.cs | 2 +- .../Model/ReplaceUsersInUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/RequestError.cs | 2 +- src/Segment.PublicApi/Model/RequestErrorEnvelope.cs | 2 +- src/Segment.PublicApi/Model/ResourceV1.cs | 2 +- .../Model/RestoreFunctionVersion200Response.cs | 2 +- .../Model/RestoreFunctionVersionAlphaInput.cs | 2 +- .../Model/RestoreFunctionVersionAlphaOutput.cs | 2 +- .../Model/ReverseETLManualSyncJobOutput.cs | 2 +- src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs | 2 +- .../Model/ReverseEtlCronScheduleConfig.cs | 2 +- .../Model/ReverseEtlDbtCloudScheduleConfig.cs | 2 +- src/Segment.PublicApi/Model/ReverseEtlModel.cs | 2 +- .../Model/ReverseEtlPeriodicScheduleConfig.cs | 2 +- .../Model/ReverseEtlScheduleConfig.cs | 2 +- .../Model/ReverseEtlScheduleDefinition.cs | 2 +- .../Model/ReverseEtlSpecificTimeScheduleConfig.cs | 2 +- src/Segment.PublicApi/Model/RoleV1.cs | 2 +- src/Segment.PublicApi/Model/RuleInputV1.cs | 2 +- src/Segment.PublicApi/Model/RuleV1.cs | 2 +- src/Segment.PublicApi/Model/SimpleDestination.cs | 2 +- src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/SourceAlpha.cs | 2 +- .../Model/SourceEventVolumeDatapointV1.cs | 2 +- src/Segment.PublicApi/Model/SourceEventVolumeV1.cs | 2 +- src/Segment.PublicApi/Model/SourceMetadataV1.cs | 2 +- src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs | 2 +- src/Segment.PublicApi/Model/SourceV1.cs | 2 +- src/Segment.PublicApi/Model/Space.cs | 2 +- .../Model/SpaceWarehouseSchemaOverride.cs | 2 +- .../Model/SpaceWarehouseSelectiveSyncItemAlpha.cs | 2 +- src/Segment.PublicApi/Model/SpecificDaysConfig.cs | 2 +- src/Segment.PublicApi/Model/StreamStatusV1.cs | 2 +- src/Segment.PublicApi/Model/SuppressedInner.cs | 2 +- src/Segment.PublicApi/Model/SyncExtractPhase.cs | 2 +- src/Segment.PublicApi/Model/SyncLoadPhase.cs | 2 +- src/Segment.PublicApi/Model/SyncNoticeV1.cs | 2 +- src/Segment.PublicApi/Model/SyncV1.cs | 2 +- src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/TrackingPlanV1.cs | 2 +- src/Segment.PublicApi/Model/TraitDefinition.cs | 2 +- src/Segment.PublicApi/Model/TraitOptions.cs | 2 +- src/Segment.PublicApi/Model/TransformationBeta.cs | 2 +- src/Segment.PublicApi/Model/TransformationV1.cs | 2 +- .../Model/UpdateActivationForAudience200Response.cs | 2 +- .../Model/UpdateActivationForAudienceAlphaInput.cs | 2 +- .../Model/UpdateActivationForAudienceOutput.cs | 2 +- .../Model/UpdateAudienceForSpace200Response.cs | 2 +- .../Model/UpdateAudienceForSpace200Response1.cs | 2 +- .../Model/UpdateAudienceForSpaceAlphaInput.cs | 2 +- .../Model/UpdateAudienceForSpaceAlphaOutput.cs | 2 +- .../Model/UpdateAudienceForSpaceBetaInput.cs | 2 +- .../Model/UpdateAudienceForSpaceBetaOutput.cs | 2 +- .../UpdateAudienceScheduleForAudience200Response.cs | 2 +- .../UpdateAudienceScheduleForAudienceAlphaInput.cs | 2 +- .../UpdateAudienceScheduleForAudienceAlphaOutput.cs | 2 +- .../Model/UpdateComputedTraitForSpace200Response.cs | 2 +- .../Model/UpdateComputedTraitForSpaceAlphaInput.cs | 2 +- .../Model/UpdateComputedTraitForSpaceAlphaOutput.cs | 2 +- .../Model/UpdateDestination200Response.cs | 2 +- .../Model/UpdateDestinationV1Input.cs | 2 +- .../Model/UpdateDestinationV1Output.cs | 2 +- .../Model/UpdateFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs | 2 +- src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs | 2 +- .../Model/UpdateFilterForDestination200Response.cs | 2 +- .../Model/UpdateFilterForDestinationV1Input.cs | 2 +- .../Model/UpdateFilterForDestinationV1Output.cs | 2 +- .../Model/UpdateFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs | 2 +- .../Model/UpdateGroupSubscriptionStatusResponse.cs | 2 +- .../Model/UpdateInsertFunctionInstance200Response.cs | 2 +- .../Model/UpdateInsertFunctionInstanceAlphaInput.cs | 2 +- .../Model/UpdateInsertFunctionInstanceAlphaOutput.cs | 2 +- ...ateProfilesWarehouseForSpaceWarehouse200Response.cs | 2 +- ...dateProfilesWarehouseForSpaceWarehouseAlphaInput.cs | 2 +- ...ateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs | 2 +- .../Model/UpdateReverseEtlModel200Response.cs | 2 +- .../Model/UpdateReverseEtlModelInput.cs | 2 +- .../Model/UpdateReverseEtlModelOutput.cs | 2 +- .../Model/UpdateRulesInTrackingPlan200Response.cs | 2 +- .../Model/UpdateRulesInTrackingPlanV1Input.cs | 2 +- .../Model/UpdateRulesInTrackingPlanV1Output.cs | 2 +- .../Model/UpdateSchemaSettingsInSource200Response.cs | 2 +- .../Model/UpdateSchemaSettingsInSourceV1Input.cs | 2 +- .../Model/UpdateSchemaSettingsInSourceV1Output.cs | 2 +- .../UpdateSelectiveSyncForWarehouse200Response.cs | 2 +- ...dateSelectiveSyncForWarehouseAndSpace200Response.cs | 2 +- ...pdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs | 2 +- ...dateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs | 2 +- .../Model/UpdateSelectiveSyncForWarehouseV1Input.cs | 2 +- .../Model/UpdateSelectiveSyncForWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/UpdateSource200Response.cs | 2 +- .../Model/UpdateSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceV1Output.cs | 2 +- .../UpdateSubscriptionForDestination200Response.cs | 2 +- .../UpdateSubscriptionForDestinationAlphaInput.cs | 2 +- .../UpdateSubscriptionForDestinationAlphaOutput.cs | 2 +- .../Model/UpdateTrackingPlan200Response.cs | 2 +- .../Model/UpdateTrackingPlanV1Input.cs | 2 +- .../Model/UpdateTrackingPlanV1Output.cs | 2 +- .../Model/UpdateTransformation200Response.cs | 2 +- .../Model/UpdateTransformationBetaInput.cs | 2 +- .../Model/UpdateTransformationBetaOutput.cs | 2 +- .../Model/UpdateTransformationV1Input.cs | 2 +- .../Model/UpdateTransformationV1Output.cs | 2 +- .../Model/UpdateUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs | 2 +- .../Model/UpdateWarehouse200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/UpsertRuleV1.cs | 2 +- src/Segment.PublicApi/Model/UserGroupV1.cs | 2 +- src/Segment.PublicApi/Model/UserV1.cs | 2 +- .../Model/UsersPerSourceSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseMetadataV1.cs | 2 +- .../Model/WarehouseSelectiveSyncItemV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseV1.cs | 2 +- src/Segment.PublicApi/Model/WorkspaceV1.cs | 2 +- src/Segment.PublicApi/README.md | 2 +- src/Segment.PublicApi/Segment.PublicApi.csproj | 2 +- 704 files changed, 712 insertions(+), 712 deletions(-) diff --git a/README.md b/README.md index a6b2cf93f..81d7c03a7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See the next sections for more information on how to use the Segment Public API. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 62.0.4 +- API version: 62.0.3 - Generator version: 7.0.1 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com) diff --git a/Segment.PublicApi.sln b/Segment.PublicApi.sln index 747083158..b3d01d89c 100644 --- a/Segment.PublicApi.sln +++ b/Segment.PublicApi.sln @@ -2,7 +2,7 @@ # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{2F3CDE31-795E-416F-9E14-E64511F52AB6}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{E8611106-1E67-4C5E-9802-ED99147F783A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2F3CDE31-795E-416F-9E14-E64511F52AB6}.Release|Any CPU.Build.0 = Release|Any CPU + {E8611106-1E67-4C5E-9802-ED99147F783A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E8611106-1E67-4C5E-9802-ED99147F783A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E8611106-1E67-4C5E-9802-ED99147F783A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E8611106-1E67-4C5E-9802-ED99147F783A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Segment.PublicApi/Api/APICallsApi.cs b/src/Segment.PublicApi/Api/APICallsApi.cs index f4ec72a15..4955c7b1c 100644 --- a/src/Segment.PublicApi/Api/APICallsApi.cs +++ b/src/Segment.PublicApi/Api/APICallsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ActivationsApi.cs b/src/Segment.PublicApi/Api/ActivationsApi.cs index 53ae5a692..27105b120 100644 --- a/src/Segment.PublicApi/Api/ActivationsApi.cs +++ b/src/Segment.PublicApi/Api/ActivationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/AudiencesApi.cs b/src/Segment.PublicApi/Api/AudiencesApi.cs index 30919016f..2eaf318ec 100644 --- a/src/Segment.PublicApi/Api/AudiencesApi.cs +++ b/src/Segment.PublicApi/Api/AudiencesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/AuditTrailApi.cs b/src/Segment.PublicApi/Api/AuditTrailApi.cs index 809af0266..1f75778cd 100644 --- a/src/Segment.PublicApi/Api/AuditTrailApi.cs +++ b/src/Segment.PublicApi/Api/AuditTrailApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/CatalogApi.cs b/src/Segment.PublicApi/Api/CatalogApi.cs index 3004927c2..1f57ca5f1 100644 --- a/src/Segment.PublicApi/Api/CatalogApi.cs +++ b/src/Segment.PublicApi/Api/CatalogApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ComputedTraitsApi.cs b/src/Segment.PublicApi/Api/ComputedTraitsApi.cs index 60e1b26fa..5f7e05596 100644 --- a/src/Segment.PublicApi/Api/ComputedTraitsApi.cs +++ b/src/Segment.PublicApi/Api/ComputedTraitsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/CustomerInsightsApi.cs b/src/Segment.PublicApi/Api/CustomerInsightsApi.cs index 1774eceb8..54de08b05 100644 --- a/src/Segment.PublicApi/Api/CustomerInsightsApi.cs +++ b/src/Segment.PublicApi/Api/CustomerInsightsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DbtApi.cs b/src/Segment.PublicApi/Api/DbtApi.cs index c729844b5..82ebeadd2 100644 --- a/src/Segment.PublicApi/Api/DbtApi.cs +++ b/src/Segment.PublicApi/Api/DbtApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs b/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs index f6731bc48..d5035f7f0 100644 --- a/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs +++ b/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs b/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs index b0f0aae2b..a6141d4df 100644 --- a/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs +++ b/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DestinationFiltersApi.cs b/src/Segment.PublicApi/Api/DestinationFiltersApi.cs index 37e2ad94f..223660779 100644 --- a/src/Segment.PublicApi/Api/DestinationFiltersApi.cs +++ b/src/Segment.PublicApi/Api/DestinationFiltersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DestinationsApi.cs b/src/Segment.PublicApi/Api/DestinationsApi.cs index 7fb8ea48a..de414ab60 100644 --- a/src/Segment.PublicApi/Api/DestinationsApi.cs +++ b/src/Segment.PublicApi/Api/DestinationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/EventsApi.cs b/src/Segment.PublicApi/Api/EventsApi.cs index 595980b79..adacf7862 100644 --- a/src/Segment.PublicApi/Api/EventsApi.cs +++ b/src/Segment.PublicApi/Api/EventsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/FunctionsApi.cs b/src/Segment.PublicApi/Api/FunctionsApi.cs index 40af2deca..8c43eb96d 100644 --- a/src/Segment.PublicApi/Api/FunctionsApi.cs +++ b/src/Segment.PublicApi/Api/FunctionsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMGroupsApi.cs b/src/Segment.PublicApi/Api/IAMGroupsApi.cs index 8e313fff3..73518f788 100644 --- a/src/Segment.PublicApi/Api/IAMGroupsApi.cs +++ b/src/Segment.PublicApi/Api/IAMGroupsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMRolesApi.cs b/src/Segment.PublicApi/Api/IAMRolesApi.cs index eba8d7bb0..5419d2157 100644 --- a/src/Segment.PublicApi/Api/IAMRolesApi.cs +++ b/src/Segment.PublicApi/Api/IAMRolesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMUsersApi.cs b/src/Segment.PublicApi/Api/IAMUsersApi.cs index 79c26d3ca..8bfb10cac 100644 --- a/src/Segment.PublicApi/Api/IAMUsersApi.cs +++ b/src/Segment.PublicApi/Api/IAMUsersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/LabelsApi.cs b/src/Segment.PublicApi/Api/LabelsApi.cs index fc0e0b142..f07f1ae26 100644 --- a/src/Segment.PublicApi/Api/LabelsApi.cs +++ b/src/Segment.PublicApi/Api/LabelsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/LivePluginsApi.cs b/src/Segment.PublicApi/Api/LivePluginsApi.cs index b8f47a306..bcab20292 100644 --- a/src/Segment.PublicApi/Api/LivePluginsApi.cs +++ b/src/Segment.PublicApi/Api/LivePluginsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs b/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs index dd4291fd2..f0bc8d723 100644 --- a/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs +++ b/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ProfilesSyncApi.cs b/src/Segment.PublicApi/Api/ProfilesSyncApi.cs index ea99caa0e..084720dfb 100644 --- a/src/Segment.PublicApi/Api/ProfilesSyncApi.cs +++ b/src/Segment.PublicApi/Api/ProfilesSyncApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ReverseETLApi.cs b/src/Segment.PublicApi/Api/ReverseETLApi.cs index 4f37bfb91..e622b15e0 100644 --- a/src/Segment.PublicApi/Api/ReverseETLApi.cs +++ b/src/Segment.PublicApi/Api/ReverseETLApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SelectiveSyncApi.cs b/src/Segment.PublicApi/Api/SelectiveSyncApi.cs index 615bfa1a3..e2460f2de 100644 --- a/src/Segment.PublicApi/Api/SelectiveSyncApi.cs +++ b/src/Segment.PublicApi/Api/SelectiveSyncApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SourcesApi.cs b/src/Segment.PublicApi/Api/SourcesApi.cs index a551c14eb..79ca41bae 100644 --- a/src/Segment.PublicApi/Api/SourcesApi.cs +++ b/src/Segment.PublicApi/Api/SourcesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SpaceFiltersApi.cs b/src/Segment.PublicApi/Api/SpaceFiltersApi.cs index d74e8b6f3..f7db0c5bb 100644 --- a/src/Segment.PublicApi/Api/SpaceFiltersApi.cs +++ b/src/Segment.PublicApi/Api/SpaceFiltersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SpacesApi.cs b/src/Segment.PublicApi/Api/SpacesApi.cs index 12bd258e5..fb3525917 100644 --- a/src/Segment.PublicApi/Api/SpacesApi.cs +++ b/src/Segment.PublicApi/Api/SpacesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TestingApi.cs b/src/Segment.PublicApi/Api/TestingApi.cs index 90672de76..b4f8e5a76 100644 --- a/src/Segment.PublicApi/Api/TestingApi.cs +++ b/src/Segment.PublicApi/Api/TestingApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TrackingPlansApi.cs b/src/Segment.PublicApi/Api/TrackingPlansApi.cs index cd05101ed..297737e44 100644 --- a/src/Segment.PublicApi/Api/TrackingPlansApi.cs +++ b/src/Segment.PublicApi/Api/TrackingPlansApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TransformationsApi.cs b/src/Segment.PublicApi/Api/TransformationsApi.cs index 6db76e646..3647e397d 100644 --- a/src/Segment.PublicApi/Api/TransformationsApi.cs +++ b/src/Segment.PublicApi/Api/TransformationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/WarehousesApi.cs b/src/Segment.PublicApi/Api/WarehousesApi.cs index fe4df3442..5d92ee12f 100644 --- a/src/Segment.PublicApi/Api/WarehousesApi.cs +++ b/src/Segment.PublicApi/Api/WarehousesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/WorkspacesApi.cs b/src/Segment.PublicApi/Api/WorkspacesApi.cs index 76c3bc298..000ad88e4 100644 --- a/src/Segment.PublicApi/Api/WorkspacesApi.cs +++ b/src/Segment.PublicApi/Api/WorkspacesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiClient.cs b/src/Segment.PublicApi/Client/ApiClient.cs index ead0a939b..d5d0a292b 100644 --- a/src/Segment.PublicApi/Client/ApiClient.cs +++ b/src/Segment.PublicApi/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiException.cs b/src/Segment.PublicApi/Client/ApiException.cs index a6b3eac65..f253c9144 100644 --- a/src/Segment.PublicApi/Client/ApiException.cs +++ b/src/Segment.PublicApi/Client/ApiException.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiResponse.cs b/src/Segment.PublicApi/Client/ApiResponse.cs index 8df58f7fd..a511a63aa 100644 --- a/src/Segment.PublicApi/Client/ApiResponse.cs +++ b/src/Segment.PublicApi/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ClientUtils.cs b/src/Segment.PublicApi/Client/ClientUtils.cs index 096a727cc..afd88bcb0 100644 --- a/src/Segment.PublicApi/Client/ClientUtils.cs +++ b/src/Segment.PublicApi/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/Configuration.cs b/src/Segment.PublicApi/Client/Configuration.cs index 0522fc7e1..e6d7b4057 100644 --- a/src/Segment.PublicApi/Client/Configuration.cs +++ b/src/Segment.PublicApi/Client/Configuration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -34,7 +34,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = " 62.0.4"; + public const string Version = " 62.0.3"; /// /// Identifier for ISO 8601 DateTime Format @@ -118,7 +118,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = WebUtility.UrlEncode("Public API SDK 62.0.4 (C#)"); + UserAgent = WebUtility.UrlEncode("Public API SDK 62.0.3 (C#)"); BasePath = "https://api.segmentapis.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -546,8 +546,8 @@ public static string ToDebugReport() string report = "C# SDK (Segment.PublicApi) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 62.0.4\n"; - report += " SDK Package Version: 62.0.4\n"; + report += " Version of the API: 62.0.3\n"; + report += " SDK Package Version: 62.0.3\n"; return report; } diff --git a/src/Segment.PublicApi/Client/ExceptionFactory.cs b/src/Segment.PublicApi/Client/ExceptionFactory.cs index 8c2c0b0ce..e70e02e9d 100644 --- a/src/Segment.PublicApi/Client/ExceptionFactory.cs +++ b/src/Segment.PublicApi/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/GlobalConfiguration.cs b/src/Segment.PublicApi/Client/GlobalConfiguration.cs index e60d42dda..33bba0ae1 100644 --- a/src/Segment.PublicApi/Client/GlobalConfiguration.cs +++ b/src/Segment.PublicApi/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/HttpMethod.cs b/src/Segment.PublicApi/Client/HttpMethod.cs index e4b8d3612..e32859a29 100644 --- a/src/Segment.PublicApi/Client/HttpMethod.cs +++ b/src/Segment.PublicApi/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IApiAccessor.cs b/src/Segment.PublicApi/Client/IApiAccessor.cs index c1d78d900..d2027ebde 100644 --- a/src/Segment.PublicApi/Client/IApiAccessor.cs +++ b/src/Segment.PublicApi/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IAsynchronousClient.cs b/src/Segment.PublicApi/Client/IAsynchronousClient.cs index da942962c..4e4150488 100644 --- a/src/Segment.PublicApi/Client/IAsynchronousClient.cs +++ b/src/Segment.PublicApi/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IReadableConfiguration.cs b/src/Segment.PublicApi/Client/IReadableConfiguration.cs index e5245b46a..1438abdfb 100644 --- a/src/Segment.PublicApi/Client/IReadableConfiguration.cs +++ b/src/Segment.PublicApi/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ISynchronousClient.cs b/src/Segment.PublicApi/Client/ISynchronousClient.cs index 8d0ac2af4..b66f18de3 100644 --- a/src/Segment.PublicApi/Client/ISynchronousClient.cs +++ b/src/Segment.PublicApi/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/Multimap.cs b/src/Segment.PublicApi/Client/Multimap.cs index f51a0416b..c4a6c354f 100644 --- a/src/Segment.PublicApi/Client/Multimap.cs +++ b/src/Segment.PublicApi/Client/Multimap.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs b/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs index f281b3e3e..1a306a9b8 100644 --- a/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs +++ b/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/RequestOptions.cs b/src/Segment.PublicApi/Client/RequestOptions.cs index b843311fc..9a0cb88b5 100644 --- a/src/Segment.PublicApi/Client/RequestOptions.cs +++ b/src/Segment.PublicApi/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/RetryConfiguration.cs b/src/Segment.PublicApi/Client/RetryConfiguration.cs index 1117bcb98..0f059f60c 100644 --- a/src/Segment.PublicApi/Client/RetryConfiguration.cs +++ b/src/Segment.PublicApi/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/APICallSnapshotV1.cs b/src/Segment.PublicApi/Model/APICallSnapshotV1.cs index f56f148da..8bc5ffb5e 100644 --- a/src/Segment.PublicApi/Model/APICallSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/APICallSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs b/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs index db7b27a35..64c1bea7c 100644 --- a/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs +++ b/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AccessPermissionV1.cs b/src/Segment.PublicApi/Model/AccessPermissionV1.cs index 5c10b5d5b..f25f1db3d 100644 --- a/src/Segment.PublicApi/Model/AccessPermissionV1.cs +++ b/src/Segment.PublicApi/Model/AccessPermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ActivationOutput.cs b/src/Segment.PublicApi/Model/ActivationOutput.cs index 8f1bf8247..2a4442ff6 100644 --- a/src/Segment.PublicApi/Model/ActivationOutput.cs +++ b/src/Segment.PublicApi/Model/ActivationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs b/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs index d3ee651d8..33cf9557f 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs index 450ce8720..6f6f9998b 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs index a6b6d802b..1a7c903c2 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs index 89f7ded89..6e833065e 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs index b4e23e8b4..cb52781d2 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs index 8b514690d..69b7cf550 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs index ac483ce5b..78a95dddd 100644 --- a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs index d9fc3f4d5..996b4277d 100644 --- a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs b/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs index 28998b042..51673a574 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs index d7ad0be6d..1f85086a0 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs index 7f622d5ad..bfd961e39 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs b/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs index 57ee16a79..240697e5d 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs b/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs index 3bf6a2d7b..98f1bd78d 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs index d41e4ba77..c7d59c1db 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs index 9ae663528..afbf1b524 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs index cc2543ed6..a9111763d 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs index 0804b368c..6df1b25fb 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs b/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs index 7443c645e..2c57ee53c 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs index 9c7104297..a7dfb5a6f 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs index 91a5a5838..577d71e36 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs index 05b1fd4de..c0d739ed8 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs index 49c2a7f2f..3e79f7e74 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs index 06ddc1b94..a050f3485 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs index 342af7496..7b23eb46c 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs index e2f311906..146a68df6 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs index 75e487667..be731251c 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs index 7b2097fc2..aac1862c0 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs index 3e6d03014..ac7ca3f60 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs index 3c7ac4208..d09767c8c 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs index d44e3a9f7..52780ca85 100644 --- a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs +++ b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs index 96fe07406..d351d019d 100644 --- a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs +++ b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AllowedLabelBeta.cs b/src/Segment.PublicApi/Model/AllowedLabelBeta.cs index eaa4ec7e9..eb4c1139e 100644 --- a/src/Segment.PublicApi/Model/AllowedLabelBeta.cs +++ b/src/Segment.PublicApi/Model/AllowedLabelBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceComputeCadence.cs b/src/Segment.PublicApi/Model/AudienceComputeCadence.cs index 8e76b1e28..76d34565b 100644 --- a/src/Segment.PublicApi/Model/AudienceComputeCadence.cs +++ b/src/Segment.PublicApi/Model/AudienceComputeCadence.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceDefinition.cs b/src/Segment.PublicApi/Model/AudienceDefinition.cs index 3ecb7a0ed..3f823921f 100644 --- a/src/Segment.PublicApi/Model/AudienceDefinition.cs +++ b/src/Segment.PublicApi/Model/AudienceDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs b/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs index e7a2ba974..8a9a99480 100644 --- a/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs +++ b/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceOptions.cs b/src/Segment.PublicApi/Model/AudienceOptions.cs index 40326d04a..6b8058ec8 100644 --- a/src/Segment.PublicApi/Model/AudienceOptions.cs +++ b/src/Segment.PublicApi/Model/AudienceOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs b/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs index ce11048be..b4bb2eddf 100644 --- a/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs +++ b/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreview.cs b/src/Segment.PublicApi/Model/AudiencePreview.cs index 473bf5636..c69b11aa3 100644 --- a/src/Segment.PublicApi/Model/AudiencePreview.cs +++ b/src/Segment.PublicApi/Model/AudiencePreview.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs index f109539a2..05b5443a8 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs index fecdaf399..e82f5a039 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs b/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs index 6b92b8bc1..73523c0f7 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs index 4a1ef51ec..26bc13821 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewResult.cs index ccbc1edd8..fc3f0bfed 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceRunInfo.cs b/src/Segment.PublicApi/Model/AudienceRunInfo.cs index b9505479b..9b921899b 100644 --- a/src/Segment.PublicApi/Model/AudienceRunInfo.cs +++ b/src/Segment.PublicApi/Model/AudienceRunInfo.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSchedule.cs b/src/Segment.PublicApi/Model/AudienceSchedule.cs index f62e9336c..705d1acb3 100644 --- a/src/Segment.PublicApi/Model/AudienceSchedule.cs +++ b/src/Segment.PublicApi/Model/AudienceSchedule.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSize.cs b/src/Segment.PublicApi/Model/AudienceSize.cs index 39826e310..e0aae350a 100644 --- a/src/Segment.PublicApi/Model/AudienceSize.cs +++ b/src/Segment.PublicApi/Model/AudienceSize.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSummary.cs b/src/Segment.PublicApi/Model/AudienceSummary.cs index 2b5c1b6ae..6d4aa3e58 100644 --- a/src/Segment.PublicApi/Model/AudienceSummary.cs +++ b/src/Segment.PublicApi/Model/AudienceSummary.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs b/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs index a05cee88a..3d1df5615 100644 --- a/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs +++ b/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AuditEventV1.cs b/src/Segment.PublicApi/Model/AuditEventV1.cs index b484f438c..b2f66b475 100644 --- a/src/Segment.PublicApi/Model/AuditEventV1.cs +++ b/src/Segment.PublicApi/Model/AuditEventV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs index 49dc59c8b..f7a9af7de 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs index 20913be6c..5f96e680d 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs index 635333c31..1ef7a1d9f 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BreakdownBeta.cs b/src/Segment.PublicApi/Model/BreakdownBeta.cs index fe89aa70b..da29dc6a7 100644 --- a/src/Segment.PublicApi/Model/BreakdownBeta.cs +++ b/src/Segment.PublicApi/Model/BreakdownBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs index fdfeb0ad4..401181657 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs index 35925e3ed..4783e3706 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs index 192b1273f..533393385 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs b/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs index b6829a7bb..9c33cbf5f 100644 --- a/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ComputedTraitSummary.cs b/src/Segment.PublicApi/Model/ComputedTraitSummary.cs index 594f12326..ebacee1c2 100644 --- a/src/Segment.PublicApi/Model/ComputedTraitSummary.cs +++ b/src/Segment.PublicApi/Model/ComputedTraitSummary.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs b/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs index 0015f101f..aae08fffa 100644 --- a/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs +++ b/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Config.cs b/src/Segment.PublicApi/Model/Config.cs index 7bbf943b5..c996df051 100644 --- a/src/Segment.PublicApi/Model/Config.cs +++ b/src/Segment.PublicApi/Model/Config.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Config1.cs b/src/Segment.PublicApi/Model/Config1.cs index 68c035679..1793d55d9 100644 --- a/src/Segment.PublicApi/Model/Config1.cs +++ b/src/Segment.PublicApi/Model/Config1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Connection.cs b/src/Segment.PublicApi/Model/Connection.cs index 8d31fec12..05d8789bb 100644 --- a/src/Segment.PublicApi/Model/Connection.cs +++ b/src/Segment.PublicApi/Model/Connection.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Contact.cs b/src/Segment.PublicApi/Model/Contact.cs index ba0909882..2333dd2cc 100644 --- a/src/Segment.PublicApi/Model/Contact.cs +++ b/src/Segment.PublicApi/Model/Contact.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudience200Response.cs b/src/Segment.PublicApi/Model/CreateAudience200Response.cs index 1c61fe02e..e70a88e5a 100644 --- a/src/Segment.PublicApi/Model/CreateAudience200Response.cs +++ b/src/Segment.PublicApi/Model/CreateAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudience200Response1.cs b/src/Segment.PublicApi/Model/CreateAudience200Response1.cs index af38b07ac..88c9e7128 100644 --- a/src/Segment.PublicApi/Model/CreateAudience200Response1.cs +++ b/src/Segment.PublicApi/Model/CreateAudience200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs index 35372c1ea..ee8350726 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs index ed5acbcf9..5ed03228d 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs b/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs index d6047e79e..1a4cd28ea 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs b/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs index 42c9a2f9b..31fbe8361 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs index 40d237618..705c774b7 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs index df3a76db4..ab835b71f 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs index f5d4becd9..0aaebc3e5 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs index 56d2dbb19..7a105ab20 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs index ecedb61a5..896813714 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs index 10f32c8d7..b8f3b0c9b 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs index ddc55411d..2c4206b3f 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs index 998e83e56..86d3f0119 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs index 8a46c5969..a626167e6 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs index 75c5e8dd0..dffd5d05b 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs b/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs index c216be71a..52e4d81aa 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs index c7671e28f..189499482 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs index c7f457824..f47089299 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs index 7bea6e773..3b09ffce0 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs index ac10d00d6..bdc082e0b 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs index 20b8aafd1..325758d82 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestination200Response.cs b/src/Segment.PublicApi/Model/CreateDestination200Response.cs index 5ffc0821f..7756f799e 100644 --- a/src/Segment.PublicApi/Model/CreateDestination200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs index 2a32ec5fb..99f50b688 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs index 33661ac78..e71b52bfd 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs index 80aa46210..59102e9b7 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs b/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs index 98d8f5c2b..938e3aa6e 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs b/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs index 1a192a3a1..6b0fe98c5 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownload200Response.cs b/src/Segment.PublicApi/Model/CreateDownload200Response.cs index 5ccc246dc..ffd3301a7 100644 --- a/src/Segment.PublicApi/Model/CreateDownload200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDownload200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs b/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs index dc7a30ec5..a77033f5f 100644 --- a/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs index 5cc6b3bd3..32b3c730d 100644 --- a/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs b/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs index e8e54cfdc..9316ab0fe 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs index f1117ca63..a6cedf193 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs index de04d2c31..f0cf6204a 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs b/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs index cffc52bef..32d23b93b 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs b/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs index ccaf9a7f0..7ac8b1e59 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs b/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs index fa44d1f13..de0a72585 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunction200Response.cs b/src/Segment.PublicApi/Model/CreateFunction200Response.cs index b49d33acb..61b79a2fe 100644 --- a/src/Segment.PublicApi/Model/CreateFunction200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs b/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs index 3afffbac6..c7620fc69 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs b/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs index 0b82d5aa8..d2e348bc2 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs b/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs index 7289b3377..ed5732137 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs b/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs index fd82f7d8e..605b5abed 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs index 8839d466a..2ce6732e1 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs index be52aaedf..6c97d108a 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs index 33f9aaec3..804e03502 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvites201Response.cs b/src/Segment.PublicApi/Model/CreateInvites201Response.cs index 6e5735b7a..1ae59d9a6 100644 --- a/src/Segment.PublicApi/Model/CreateInvites201Response.cs +++ b/src/Segment.PublicApi/Model/CreateInvites201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs b/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs index fba28f55a..7294c892a 100644 --- a/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs b/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs index 4ccd0f8dd..92f2d4405 100644 --- a/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabel201Response.cs b/src/Segment.PublicApi/Model/CreateLabel201Response.cs index 3c688adb7..ea49704e5 100644 --- a/src/Segment.PublicApi/Model/CreateLabel201Response.cs +++ b/src/Segment.PublicApi/Model/CreateLabel201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabelV1Input.cs b/src/Segment.PublicApi/Model/CreateLabelV1Input.cs index 74dcd12da..85cb2fe7c 100644 --- a/src/Segment.PublicApi/Model/CreateLabelV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateLabelV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabelV1Output.cs b/src/Segment.PublicApi/Model/CreateLabelV1Output.cs index 536e96f68..bdec7f305 100644 --- a/src/Segment.PublicApi/Model/CreateLabelV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateLabelV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs b/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs index 63696edf4..ebe076df4 100644 --- a/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs +++ b/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs b/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs index 1a9ae077d..ccd46b3fc 100644 --- a/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs index 5b52b1b82..6d5687004 100644 --- a/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs index ac415ebab..69133de54 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs index 917144d93..b82acc913 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs index 91727af17..df42a6705 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs index c46cbf7ef..3af1807bf 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs index 68be3fac6..dec6fcd26 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs index 83868634c..97b3e054d 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs index 20a161034..b9eaa5f5d 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs index 4fc4f697f..a297bf146 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs index 7b292183c..7305916de 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSource201Response.cs b/src/Segment.PublicApi/Model/CreateSource201Response.cs index ef2126862..b21346670 100644 --- a/src/Segment.PublicApi/Model/CreateSource201Response.cs +++ b/src/Segment.PublicApi/Model/CreateSource201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSource201Response1.cs b/src/Segment.PublicApi/Model/CreateSource201Response1.cs index 858f38484..197fa3166 100644 --- a/src/Segment.PublicApi/Model/CreateSource201Response1.cs +++ b/src/Segment.PublicApi/Model/CreateSource201Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs index 575be057f..83b6e4929 100644 --- a/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs index 98d00dc7b..d677eb525 100644 --- a/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs index 649b47e16..8e823bb4f 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs index b32fc1268..1c4ebb0c1 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs index 444d07bac..52d205ed1 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceV1Input.cs b/src/Segment.PublicApi/Model/CreateSourceV1Input.cs index 085003fb6..12c037864 100644 --- a/src/Segment.PublicApi/Model/CreateSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceV1Output.cs b/src/Segment.PublicApi/Model/CreateSourceV1Output.cs index 8ba15ec11..22c15c881 100644 --- a/src/Segment.PublicApi/Model/CreateSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs index 432e17bd4..0b6cbd6e8 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs index 62fee6714..d8c97028f 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs index 88945b806..7376cdf7d 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformation200Response.cs b/src/Segment.PublicApi/Model/CreateTransformation200Response.cs index 8d8cd4903..e9f81d308 100644 --- a/src/Segment.PublicApi/Model/CreateTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs b/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs index 766e31b41..68327feda 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs index 56ee6092f..c3f947124 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs b/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs index e4a0503f6..c34936f59 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs b/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs index 962e8449c..a5d4c4fc3 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs b/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs index 6125deb8b..a6bbd0dbe 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs b/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs index a70514956..ef57841f3 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs b/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs index 3db038584..7ece92707 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs index 01c32c0c0..bebd5f93d 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs index f5593ddbd..8c190743a 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs index 483297c81..91db01279 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs b/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs index 0c6465750..2523579b2 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs b/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs index 9b449b25b..b590b8c33 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs b/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs index 141892389..ffd8d49b8 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs index 4604e446f..82eff6d82 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs index b641c7277..49f7f6854 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs index a38290b02..666f74a9d 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs b/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs index 32968bbae..abc7235e6 100644 --- a/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs +++ b/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs index 29921f2bb..08db310d9 100644 --- a/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs b/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs index 3e6c23a12..fcf881516 100644 --- a/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs +++ b/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs index 3626c43ae..9d1f36f1c 100644 --- a/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteDestination200Response.cs b/src/Segment.PublicApi/Model/DeleteDestination200Response.cs index 86b9ea6db..9cb0dfd91 100644 --- a/src/Segment.PublicApi/Model/DeleteDestination200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs b/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs index fcc0f0b90..b8f450de2 100644 --- a/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs b/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs index add474a1d..13559fe64 100644 --- a/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs b/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs index 7c623edce..24584d10c 100644 --- a/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFunction200Response.cs b/src/Segment.PublicApi/Model/DeleteFunction200Response.cs index 347b3b745..9b0c8a16d 100644 --- a/src/Segment.PublicApi/Model/DeleteFunction200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs b/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs index 0bb6b2df1..98f63ca71 100644 --- a/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs index 9d5eebdf7..ce9b0699f 100644 --- a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs index 77810db93..f7b5f0303 100644 --- a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInvites200Response.cs b/src/Segment.PublicApi/Model/DeleteInvites200Response.cs index 274ecbc82..b39b8cb4c 100644 --- a/src/Segment.PublicApi/Model/DeleteInvites200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteInvites200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs b/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs index ab8a00437..4ce33058c 100644 --- a/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabel200Response.cs b/src/Segment.PublicApi/Model/DeleteLabel200Response.cs index 56475ccd3..a4126c358 100644 --- a/src/Segment.PublicApi/Model/DeleteLabel200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteLabel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs b/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs index 42812ecf0..2a7d6a24f 100644 --- a/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs +++ b/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs index c0f788a49..0a716fd0a 100644 --- a/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs b/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs index 7d61430b3..49389bd07 100644 --- a/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs b/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs index 1c0de658b..034ca003d 100644 --- a/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs index 86860b4e8..1686f2a36 100644 --- a/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs b/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs index a1056620e..ef54e1d2e 100644 --- a/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs b/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs index 12c4efc0b..820703fe7 100644 --- a/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs index 363ebb00b..5cf3a8b47 100644 --- a/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs index 60d7f3eac..496b75d10 100644 --- a/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSource200Response.cs b/src/Segment.PublicApi/Model/DeleteSource200Response.cs index e8c8d71ec..998b36fb5 100644 --- a/src/Segment.PublicApi/Model/DeleteSource200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSource200Response1.cs b/src/Segment.PublicApi/Model/DeleteSource200Response1.cs index ebcf8ad8b..751d09ad5 100644 --- a/src/Segment.PublicApi/Model/DeleteSource200Response1.cs +++ b/src/Segment.PublicApi/Model/DeleteSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs index 6ebc4dad1..462f87b41 100644 --- a/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs b/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs index ad6c14347..35866a787 100644 --- a/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs index e79bf1cf3..edee029f8 100644 --- a/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs index 08a41a974..b4d33d4f7 100644 --- a/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs b/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs index a8b718ddb..3196c9e3b 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs b/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs index 6e3c6e3e5..ef5e912d3 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs index 01f0946f6..6365faea1 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs b/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs index c92c4a47a..3a1c32fe8 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs b/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs index 1f6eb07c2..b855977bf 100644 --- a/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs b/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs index e7950a4ed..e375a02c4 100644 --- a/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUsers200Response.cs b/src/Segment.PublicApi/Model/DeleteUsers200Response.cs index a26a22fce..3375c27d7 100644 --- a/src/Segment.PublicApi/Model/DeleteUsers200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteUsers200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs b/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs index a92234151..1bb6e2dec 100644 --- a/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs b/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs index 19ef4cd79..e51f2265e 100644 --- a/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs b/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs index 34c67a404..95b0f6836 100644 --- a/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs b/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs index 4cf70c5d6..c8ea40aaa 100644 --- a/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs +++ b/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs index 33d590b3d..1f5aab932 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs index ebbb9d8cb..6266a6b75 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs index f249689a7..e70048d2d 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs index 52c02fb2a..cfa9fbc80 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs index c12d75e4b..3b34c6fae 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs b/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs index cbfd70a1c..658ba5963 100644 --- a/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs +++ b/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationFilterV1.cs b/src/Segment.PublicApi/Model/DestinationFilterV1.cs index fd78fd4f5..37c796fc0 100644 --- a/src/Segment.PublicApi/Model/DestinationFilterV1.cs +++ b/src/Segment.PublicApi/Model/DestinationFilterV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationInput.cs b/src/Segment.PublicApi/Model/DestinationInput.cs index ba4430aa4..71b2ae13a 100644 --- a/src/Segment.PublicApi/Model/DestinationInput.cs +++ b/src/Segment.PublicApi/Model/DestinationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs index 8c2114bd1..3c97239a2 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs index 88894a73b..609379a69 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs index 061bd74e7..86c997d52 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs index 43f6f6e80..6ece639b3 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs index 2dca6699c..afefada28 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs index 28eee54d7..9df676d01 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs index 80ec395c4..7c8145bdd 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataV1.cs index 0062cd4bb..82a360ffa 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationStatusV1.cs b/src/Segment.PublicApi/Model/DestinationStatusV1.cs index 48355f61f..0dd6a500f 100644 --- a/src/Segment.PublicApi/Model/DestinationStatusV1.cs +++ b/src/Segment.PublicApi/Model/DestinationStatusV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscription.cs b/src/Segment.PublicApi/Model/DestinationSubscription.cs index df9ca367d..86e6f334c 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscription.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscription.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs b/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs index 7a1bcec32..24c551c72 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs b/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs index 6adce30c9..43efd4266 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationV1.cs b/src/Segment.PublicApi/Model/DestinationV1.cs index 953ed9588..64697fbc9 100644 --- a/src/Segment.PublicApi/Model/DestinationV1.cs +++ b/src/Segment.PublicApi/Model/DestinationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Download.cs b/src/Segment.PublicApi/Model/Download.cs index 5aa38372d..5a5833184 100644 --- a/src/Segment.PublicApi/Model/Download.cs +++ b/src/Segment.PublicApi/Model/Download.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Echo200Response.cs b/src/Segment.PublicApi/Model/Echo200Response.cs index 5aa8bff30..e4090e338 100644 --- a/src/Segment.PublicApi/Model/Echo200Response.cs +++ b/src/Segment.PublicApi/Model/Echo200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Echo200Response1.cs b/src/Segment.PublicApi/Model/Echo200Response1.cs index a991b697c..fb4d8f08e 100644 --- a/src/Segment.PublicApi/Model/Echo200Response1.cs +++ b/src/Segment.PublicApi/Model/Echo200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EchoAlphaOutput.cs b/src/Segment.PublicApi/Model/EchoAlphaOutput.cs index ec8e896ae..994636075 100644 --- a/src/Segment.PublicApi/Model/EchoAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/EchoAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EchoV1Output.cs b/src/Segment.PublicApi/Model/EchoV1Output.cs index 5c7b92d1a..6c695b93c 100644 --- a/src/Segment.PublicApi/Model/EchoV1Output.cs +++ b/src/Segment.PublicApi/Model/EchoV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EntityDetails.cs b/src/Segment.PublicApi/Model/EntityDetails.cs index 81430ee17..254baeff7 100644 --- a/src/Segment.PublicApi/Model/EntityDetails.cs +++ b/src/Segment.PublicApi/Model/EntityDetails.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EventSourceV1.cs b/src/Segment.PublicApi/Model/EventSourceV1.cs index 0a3100bcc..a33aad51b 100644 --- a/src/Segment.PublicApi/Model/EventSourceV1.cs +++ b/src/Segment.PublicApi/Model/EventSourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs b/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs index c3da0efbf..a89cdf686 100644 --- a/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs +++ b/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Filter.cs b/src/Segment.PublicApi/Model/Filter.cs index 0ebc8d90a..1ab300274 100644 --- a/src/Segment.PublicApi/Model/Filter.cs +++ b/src/Segment.PublicApi/Model/Filter.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs b/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs index fa3220c5e..4b3e227a0 100644 --- a/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs +++ b/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs b/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs index 00b4b338a..358f43af6 100644 --- a/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionDeployment.cs b/src/Segment.PublicApi/Model/FunctionDeployment.cs index 2f830d604..7dcf66df1 100644 --- a/src/Segment.PublicApi/Model/FunctionDeployment.cs +++ b/src/Segment.PublicApi/Model/FunctionDeployment.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionSettingV1.cs b/src/Segment.PublicApi/Model/FunctionSettingV1.cs index 7c8596d3c..ae2b4ee57 100644 --- a/src/Segment.PublicApi/Model/FunctionSettingV1.cs +++ b/src/Segment.PublicApi/Model/FunctionSettingV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionV1.cs b/src/Segment.PublicApi/Model/FunctionV1.cs index 93911b827..681b24d71 100644 --- a/src/Segment.PublicApi/Model/FunctionV1.cs +++ b/src/Segment.PublicApi/Model/FunctionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs b/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs index 6dafc375e..9035f5aa4 100644 --- a/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs b/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs index acc71d950..4d2d6eff3 100644 --- a/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs index 24e06786b..43cdf585f 100644 --- a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs index b29a9b020..dd996ea4c 100644 --- a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudience200Response.cs b/src/Segment.PublicApi/Model/GetAudience200Response.cs index 977cbe25f..fa4a0ae51 100644 --- a/src/Segment.PublicApi/Model/GetAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudience200Response1.cs b/src/Segment.PublicApi/Model/GetAudience200Response1.cs index e29755114..c2f84eb55 100644 --- a/src/Segment.PublicApi/Model/GetAudience200Response1.cs +++ b/src/Segment.PublicApi/Model/GetAudience200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs index 86f3ab444..0aac1525c 100644 --- a/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs index d45fc2b91..9f4d2395b 100644 --- a/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs b/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs index fab63b55f..92c48f129 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs b/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs index 48cc14d66..59c1a9c1d 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs index 50064d922..69170b5c5 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs b/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs index e6435a6e2..ae77fcbf4 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs index 6365b6585..14f5d3b90 100644 --- a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs index df4547da5..1fe9930c4 100644 --- a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs b/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs index d4617ba1a..86fae0009 100644 --- a/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs +++ b/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs b/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs index 33a78ab72..185dbd4ae 100644 --- a/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs index 55b1bdc67..ce9faf72f 100644 --- a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs index 5c978928f..ec0365ebb 100644 --- a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs index 262dabf06..6773a4a97 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs index 1ce752407..48c9aa0fa 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs index 6fe8ed0ab..0c88e39e0 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs index 192d88bd8..5bdd1525a 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs index e585eddc9..b18a1d964 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs index 7196ad07d..90a5de48a 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs index 4caa4617c..adaf5a7c1 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs index 88ae70bc1..fb4e63131 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs b/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs index d7d0f71c3..6e395ce05 100644 --- a/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestination200Response.cs b/src/Segment.PublicApi/Model/GetDestination200Response.cs index ee8538bc4..4042fbece 100644 --- a/src/Segment.PublicApi/Model/GetDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs b/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs index a46d2a79a..0ab91cccb 100644 --- a/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs index 7f29b8010..e6a56442d 100644 --- a/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationV1Output.cs index 112cf2cbc..d3e94b0da 100644 --- a/src/Segment.PublicApi/Model/GetDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs b/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs index a7a113c00..96b0c79ac 100644 --- a/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs index 5554fcc6f..cec77ace6 100644 --- a/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs b/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs index 529e284be..64875c825 100644 --- a/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs +++ b/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs index 494cd10f3..8001eab8e 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs index 07a9dcc90..c8d99a993 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs index c13a34124..e754c9dd8 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterById200Response.cs b/src/Segment.PublicApi/Model/GetFilterById200Response.cs index c0dcff236..2380b62c0 100644 --- a/src/Segment.PublicApi/Model/GetFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/GetFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs b/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs index ad02291df..6b2aee347 100644 --- a/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs b/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs index 6ba874edc..bc05910b3 100644 --- a/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs b/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs index 419272c20..e89787431 100644 --- a/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunction200Response.cs b/src/Segment.PublicApi/Model/GetFunction200Response.cs index 848d1880a..659616894 100644 --- a/src/Segment.PublicApi/Model/GetFunction200Response.cs +++ b/src/Segment.PublicApi/Model/GetFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionV1Output.cs b/src/Segment.PublicApi/Model/GetFunctionV1Output.cs index 99602f0b8..f8fbf7fd3 100644 --- a/src/Segment.PublicApi/Model/GetFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/GetFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs b/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs index 52abf0118..50d96741d 100644 --- a/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs +++ b/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs b/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs index 366cb92fc..d49efcf9e 100644 --- a/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs index 89f81f4ba..a42b0334f 100644 --- a/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs index f801e307b..3338c6a0e 100644 --- a/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs b/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs index 7b54d204b..ecb1c180e 100644 --- a/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs +++ b/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs b/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs index ba684b195..81ab920d5 100644 --- a/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs b/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs index 59535be49..3ae5247a9 100644 --- a/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs +++ b/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs b/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs index 8b48eb825..7b3b45618 100644 --- a/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs +++ b/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetRegulation200Response.cs b/src/Segment.PublicApi/Model/GetRegulation200Response.cs index 3209e6718..b86933fb3 100644 --- a/src/Segment.PublicApi/Model/GetRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/GetRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetRegulationV1Output.cs b/src/Segment.PublicApi/Model/GetRegulationV1Output.cs index c7b582a8a..925edcb9e 100644 --- a/src/Segment.PublicApi/Model/GetRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs b/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs index efc3b0515..0c52489e1 100644 --- a/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs +++ b/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs b/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs index 0f3e4df98..1a54ce93f 100644 --- a/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs +++ b/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs index c30b4e3bc..ad5972e1d 100644 --- a/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs index 8b165a76e..73a0a6180 100644 --- a/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSource200Response.cs b/src/Segment.PublicApi/Model/GetSource200Response.cs index 11db3b293..8fb6473b1 100644 --- a/src/Segment.PublicApi/Model/GetSource200Response.cs +++ b/src/Segment.PublicApi/Model/GetSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSource200Response1.cs b/src/Segment.PublicApi/Model/GetSource200Response1.cs index 1dc6bd1bf..55ef48054 100644 --- a/src/Segment.PublicApi/Model/GetSource200Response1.cs +++ b/src/Segment.PublicApi/Model/GetSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs index 86120fb43..20bae5751 100644 --- a/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs b/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs index af2c573a7..e0bb4d734 100644 --- a/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs index a4cb40415..632d48b48 100644 --- a/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceV1Output.cs b/src/Segment.PublicApi/Model/GetSourceV1Output.cs index f6e133be2..3b7c4b8e0 100644 --- a/src/Segment.PublicApi/Model/GetSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs b/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs index b88745622..ac8cb69fe 100644 --- a/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs index b514fa495..6e889255c 100644 --- a/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSpace200Response.cs b/src/Segment.PublicApi/Model/GetSpace200Response.cs index bb8278a08..8e02aa746 100644 --- a/src/Segment.PublicApi/Model/GetSpace200Response.cs +++ b/src/Segment.PublicApi/Model/GetSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs index 22315a5a8..383b5f5b7 100644 --- a/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs b/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs index d6a9fda0e..081e66935 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs index 5061b2fbe..e0394598c 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs b/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs index 4e29d9445..1e9984ea7 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs index 0859eb08e..ea97ee581 100644 --- a/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs index e52c0d483..fff791efc 100644 --- a/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformation200Response.cs b/src/Segment.PublicApi/Model/GetTransformation200Response.cs index 7fd45a880..0b38112d3 100644 --- a/src/Segment.PublicApi/Model/GetTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/GetTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs b/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs index f854b7b0d..70284a304 100644 --- a/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs index 5f2bd3dff..253a2e489 100644 --- a/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationV1Output.cs b/src/Segment.PublicApi/Model/GetTransformationV1Output.cs index 61d5e844e..1260a4e2f 100644 --- a/src/Segment.PublicApi/Model/GetTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUser200Response.cs b/src/Segment.PublicApi/Model/GetUser200Response.cs index 44d832976..63d9f8b94 100644 --- a/src/Segment.PublicApi/Model/GetUser200Response.cs +++ b/src/Segment.PublicApi/Model/GetUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserGroup200Response.cs b/src/Segment.PublicApi/Model/GetUserGroup200Response.cs index 58e72e446..7e6468832 100644 --- a/src/Segment.PublicApi/Model/GetUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/GetUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs b/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs index 07566caa9..0645b1c23 100644 --- a/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserV1Output.cs b/src/Segment.PublicApi/Model/GetUserV1Output.cs index ef38571b7..1868ff9f1 100644 --- a/src/Segment.PublicApi/Model/GetUserV1Output.cs +++ b/src/Segment.PublicApi/Model/GetUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetWarehouse200Response.cs index cf36298ef..0e7aae0e7 100644 --- a/src/Segment.PublicApi/Model/GetWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs b/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs index 77d35503e..02656ad32 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs index eba93ad7d..d8f9b01e6 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs index 3fd6e8bbb..50bb904fa 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs b/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs index f486651ec..ef4dae4ec 100644 --- a/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs index 6b8639e4b..bd88cd946 100644 --- a/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWorkspace200Response.cs b/src/Segment.PublicApi/Model/GetWorkspace200Response.cs index 41995c0cb..cb7e05166 100644 --- a/src/Segment.PublicApi/Model/GetWorkspace200Response.cs +++ b/src/Segment.PublicApi/Model/GetWorkspace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs b/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs index f9bcc2759..6b18b83f5 100644 --- a/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs b/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs index 00a3c49a2..f27b63812 100644 --- a/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs b/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs index bf966028e..eeb8b09a7 100644 --- a/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs +++ b/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs b/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs index 5cb79c405..962a6de24 100644 --- a/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs +++ b/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HandleWebhookInput.cs b/src/Segment.PublicApi/Model/HandleWebhookInput.cs index e8e361b11..f261a8a64 100644 --- a/src/Segment.PublicApi/Model/HandleWebhookInput.cs +++ b/src/Segment.PublicApi/Model/HandleWebhookInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HandleWebhookOutput.cs b/src/Segment.PublicApi/Model/HandleWebhookOutput.cs index 87218b672..47832af51 100644 --- a/src/Segment.PublicApi/Model/HandleWebhookOutput.cs +++ b/src/Segment.PublicApi/Model/HandleWebhookOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs b/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs index df73a594a..21270279d 100644 --- a/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs +++ b/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs b/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs index cbf422ea2..3c7ea12f9 100644 --- a/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs +++ b/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs b/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs index c2e4837bf..1e4ede593 100644 --- a/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs b/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs index f497863fc..a4a9b3209 100644 --- a/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs +++ b/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs b/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs index a0b933936..e1b0dce05 100644 --- a/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs +++ b/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InvitePermissionV1.cs b/src/Segment.PublicApi/Model/InvitePermissionV1.cs index 5d784e6d3..271495606 100644 --- a/src/Segment.PublicApi/Model/InvitePermissionV1.cs +++ b/src/Segment.PublicApi/Model/InvitePermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InviteV1.cs b/src/Segment.PublicApi/Model/InviteV1.cs index df6489ee4..1e1a1f102 100644 --- a/src/Segment.PublicApi/Model/InviteV1.cs +++ b/src/Segment.PublicApi/Model/InviteV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LabelAlpha.cs b/src/Segment.PublicApi/Model/LabelAlpha.cs index 08372b845..be76f21d8 100644 --- a/src/Segment.PublicApi/Model/LabelAlpha.cs +++ b/src/Segment.PublicApi/Model/LabelAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LabelV1.cs b/src/Segment.PublicApi/Model/LabelV1.cs index f5823449c..e54aa6397 100644 --- a/src/Segment.PublicApi/Model/LabelV1.cs +++ b/src/Segment.PublicApi/Model/LabelV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs index 5528509ce..ac2c30031 100644 --- a/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs index f8416cbc6..c32fd82f2 100644 --- a/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs b/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs index 2ca3d2b27..9bff58e18 100644 --- a/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs index afc17bb2e..6e293222e 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs index 9c3d8e887..95492eba5 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs index 6dd3c8da2..e30b262b0 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs index d8440aefc..24004b10f 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs index a7d8d89c1..5009cf576 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs b/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs index b2d323b6d..b08270e2a 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiences200Response.cs b/src/Segment.PublicApi/Model/ListAudiences200Response.cs index 952acbb21..ac2427309 100644 --- a/src/Segment.PublicApi/Model/ListAudiences200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudiences200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiences200Response1.cs b/src/Segment.PublicApi/Model/ListAudiences200Response1.cs index 73e7309e6..b15632161 100644 --- a/src/Segment.PublicApi/Model/ListAudiences200Response1.cs +++ b/src/Segment.PublicApi/Model/ListAudiences200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs index 2ac904fbb..d7a46bde2 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs b/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs index 28b4969ba..6858b270e 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs b/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs index 7263ce24c..a9711c7ab 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs b/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs index 158179b7f..1f5dea19a 100644 --- a/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs +++ b/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs b/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs index d46158ecb..03eeb000a 100644 --- a/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs b/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs index 0f607ec3e..9cd0bdea7 100644 --- a/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs +++ b/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs index b6abfc8c5..10ef2df6e 100644 --- a/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs index 8dd684339..b7bd983f1 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs index ea79c5025..ca875e92c 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs index a6fe33c41..cd17128a4 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs index 7de34691d..cb6af0d0e 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs index fa28c8f73..be3a06944 100644 --- a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs index 6b36ba5ee..d71c24dfe 100644 --- a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs index 65b019ce9..27f5decbe 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs index ae2a8c9ff..a7e760290 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs index a68689190..8b9bed114 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs index 430d63f7d..d4a7abd96 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs index a5bc3b51d..a5a430b0c 100644 --- a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs index 7d420ed0f..0247bae10 100644 --- a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinations200Response.cs b/src/Segment.PublicApi/Model/ListDestinations200Response.cs index 3099f0f5b..e5d7adfa9 100644 --- a/src/Segment.PublicApi/Model/ListDestinations200Response.cs +++ b/src/Segment.PublicApi/Model/ListDestinations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs index de5b26e2e..9c033b6ef 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs index 8c50ea51b..9c188b906 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs b/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs index 7fb906925..6db759c64 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs b/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs index 77da4cfb5..24b607234 100644 --- a/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs b/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs index b2a61a522..19c4c0c29 100644 --- a/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs index 7684d25e3..055425a89 100644 --- a/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs b/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs index d719e2a47..2fd6c8515 100644 --- a/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs b/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs index b56db673d..e39f2bec0 100644 --- a/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs b/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs index b410b4ec0..55ed86152 100644 --- a/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionItemV1.cs b/src/Segment.PublicApi/Model/ListFunctionItemV1.cs index cd967fabd..6349d39f5 100644 --- a/src/Segment.PublicApi/Model/ListFunctionItemV1.cs +++ b/src/Segment.PublicApi/Model/ListFunctionItemV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs b/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs index edee67f21..a27875ab9 100644 --- a/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs +++ b/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs index a95b7bc10..c0ea86d31 100644 --- a/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctions200Response.cs b/src/Segment.PublicApi/Model/ListFunctions200Response.cs index dbef0407b..9bb1e9ea7 100644 --- a/src/Segment.PublicApi/Model/ListFunctions200Response.cs +++ b/src/Segment.PublicApi/Model/ListFunctions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs b/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs index fc5c5f5a3..9bf380b05 100644 --- a/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs b/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs index f623074d3..56da90d5f 100644 --- a/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs +++ b/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs index ac01a1d07..f768ecf58 100644 --- a/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvites200Response.cs b/src/Segment.PublicApi/Model/ListInvites200Response.cs index e2ade7bd2..7dd8a5bcb 100644 --- a/src/Segment.PublicApi/Model/ListInvites200Response.cs +++ b/src/Segment.PublicApi/Model/ListInvites200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs index c832a2bbd..359d4836a 100644 --- a/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs index c4ac1f916..6779f77b4 100644 --- a/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesV1Output.cs b/src/Segment.PublicApi/Model/ListInvitesV1Output.cs index acc053265..fdf9a222b 100644 --- a/src/Segment.PublicApi/Model/ListInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabels200Response.cs b/src/Segment.PublicApi/Model/ListLabels200Response.cs index 3097e81f0..2684a277e 100644 --- a/src/Segment.PublicApi/Model/ListLabels200Response.cs +++ b/src/Segment.PublicApi/Model/ListLabels200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabels200Response1.cs b/src/Segment.PublicApi/Model/ListLabels200Response1.cs index a8161f5e1..31614d826 100644 --- a/src/Segment.PublicApi/Model/ListLabels200Response1.cs +++ b/src/Segment.PublicApi/Model/ListLabels200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs index 62ccaea2d..7a10f8056 100644 --- a/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabelsV1Output.cs b/src/Segment.PublicApi/Model/ListLabelsV1Output.cs index d5d736fc1..0c6b4c6d4 100644 --- a/src/Segment.PublicApi/Model/ListLabelsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListLabelsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs index 9684b1bf5..2311d0d4e 100644 --- a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs index 07aaa782a..0d78ae1e5 100644 --- a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs b/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs index 8b2282cb6..4f97e91d2 100644 --- a/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs index 34acdf226..a93755a84 100644 --- a/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs index 56ecee46e..4ad5de4ec 100644 --- a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs +++ b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs index 3fd335a08..fb53db32f 100644 --- a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs +++ b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs b/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs index 8ac3cd842..2bfa6324e 100644 --- a/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs +++ b/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs b/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs index 53739db2f..40da15d6f 100644 --- a/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs +++ b/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRoles200Response.cs b/src/Segment.PublicApi/Model/ListRoles200Response.cs index fa03475f4..213a4d4d2 100644 --- a/src/Segment.PublicApi/Model/ListRoles200Response.cs +++ b/src/Segment.PublicApi/Model/ListRoles200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRolesV1Output.cs b/src/Segment.PublicApi/Model/ListRolesV1Output.cs index c07b6de49..cb081bf9a 100644 --- a/src/Segment.PublicApi/Model/ListRolesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRolesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs index ae11f1094..59b04ebbf 100644 --- a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs index 3ea53953d..58510624b 100644 --- a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs b/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs index 4a3b90b71..ffb4b377d 100644 --- a/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs index 88262a835..111458106 100644 --- a/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs index 4864a77ea..651df3b97 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs index 7e475ccf0..1657a0792 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs index 7cd538b7f..07ae561e8 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs index 6308abd6d..54d58ba70 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSources200Response.cs b/src/Segment.PublicApi/Model/ListSources200Response.cs index bad625823..5bb70b384 100644 --- a/src/Segment.PublicApi/Model/ListSources200Response.cs +++ b/src/Segment.PublicApi/Model/ListSources200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSources200Response1.cs b/src/Segment.PublicApi/Model/ListSources200Response1.cs index 183db55db..27a26fd13 100644 --- a/src/Segment.PublicApi/Model/ListSources200Response1.cs +++ b/src/Segment.PublicApi/Model/ListSources200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs index 55a2182c2..73b8fe32b 100644 --- a/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs index c3ff08e3f..de6df4021 100644 --- a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs index d947ad773..2e922e89d 100644 --- a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesV1Output.cs b/src/Segment.PublicApi/Model/ListSourcesV1Output.cs index 7fc4bf3ce..e1b64de54 100644 --- a/src/Segment.PublicApi/Model/ListSourcesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSourcesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSpaces200Response.cs b/src/Segment.PublicApi/Model/ListSpaces200Response.cs index 1efb4a5e6..3e781f491 100644 --- a/src/Segment.PublicApi/Model/ListSpaces200Response.cs +++ b/src/Segment.PublicApi/Model/ListSpaces200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs index 599657674..673b7a7b6 100644 --- a/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs index 062ab9430..11ca9c348 100644 --- a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs index 0106c3d2e..209c6c448 100644 --- a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs index ec2439246..53b7149fa 100644 --- a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs index 18e502376..0a9739542 100644 --- a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSuppressions200Response.cs b/src/Segment.PublicApi/Model/ListSuppressions200Response.cs index b0e78e0bd..d0aa2b25c 100644 --- a/src/Segment.PublicApi/Model/ListSuppressions200Response.cs +++ b/src/Segment.PublicApi/Model/ListSuppressions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs b/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs index cd7422e23..cbda0e38d 100644 --- a/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs index cf1dd4c2c..81b83db40 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs index ef32a8c97..d7e337ca7 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs index 2ff2d56b0..c9c6925d3 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs index 69ba9c885..be051d3e1 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs b/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs index 25c813c40..c31c4c726 100644 --- a/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs +++ b/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs b/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs index e5f709912..5ca17ba9a 100644 --- a/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs +++ b/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformations200Response.cs b/src/Segment.PublicApi/Model/ListTransformations200Response.cs index baae62826..9b99bdc99 100644 --- a/src/Segment.PublicApi/Model/ListTransformations200Response.cs +++ b/src/Segment.PublicApi/Model/ListTransformations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs b/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs index 788f6b350..bb510acdd 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs b/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs index 32fd56f8c..244696f6e 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs b/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs index 9d61c410f..f93c9fcc5 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroups200Response.cs b/src/Segment.PublicApi/Model/ListUserGroups200Response.cs index 9bdee6c5e..e484f6718 100644 --- a/src/Segment.PublicApi/Model/ListUserGroups200Response.cs +++ b/src/Segment.PublicApi/Model/ListUserGroups200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs b/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs index f3f0a01e8..d452f41d6 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs b/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs index 7d7aebfbf..63f80a1fa 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs b/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs index 3bf88f2a9..13e89e7d0 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsers200Response.cs b/src/Segment.PublicApi/Model/ListUsers200Response.cs index d37acbf4a..55027d1f2 100644 --- a/src/Segment.PublicApi/Model/ListUsers200Response.cs +++ b/src/Segment.PublicApi/Model/ListUsers200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs index 61263e7de..a746e9d77 100644 --- a/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs index ad5fca84e..c58bf3ef5 100644 --- a/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersV1Output.cs b/src/Segment.PublicApi/Model/ListUsersV1Output.cs index 968567651..2e2ab2055 100644 --- a/src/Segment.PublicApi/Model/ListUsersV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUsersV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWarehouses200Response.cs b/src/Segment.PublicApi/Model/ListWarehouses200Response.cs index bdebac726..0a654e68a 100644 --- a/src/Segment.PublicApi/Model/ListWarehouses200Response.cs +++ b/src/Segment.PublicApi/Model/ListWarehouses200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs b/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs index 43bc4913d..507c27e27 100644 --- a/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs b/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs index 869ff8b7c..37152b6d6 100644 --- a/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs +++ b/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs b/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs index a3e167647..f17678f77 100644 --- a/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LivePluginsAlpha.cs b/src/Segment.PublicApi/Model/LivePluginsAlpha.cs index 871084d33..269725bbf 100644 --- a/src/Segment.PublicApi/Model/LivePluginsAlpha.cs +++ b/src/Segment.PublicApi/Model/LivePluginsAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LogosBeta.cs b/src/Segment.PublicApi/Model/LogosBeta.cs index bd058fb38..d9f4ffdee 100644 --- a/src/Segment.PublicApi/Model/LogosBeta.cs +++ b/src/Segment.PublicApi/Model/LogosBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs b/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs index 39e3b904f..06e227d27 100644 --- a/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs +++ b/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs b/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs index 19024ca0a..399ab7055 100644 --- a/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs +++ b/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs b/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs index da1cf4002..a59b955d7 100644 --- a/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs +++ b/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Metadata.cs b/src/Segment.PublicApi/Model/Metadata.cs index 862b813ac..8f190fbaf 100644 --- a/src/Segment.PublicApi/Model/Metadata.cs +++ b/src/Segment.PublicApi/Model/Metadata.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MetricBeta.cs b/src/Segment.PublicApi/Model/MetricBeta.cs index 1ced8a61b..c8757a93d 100644 --- a/src/Segment.PublicApi/Model/MetricBeta.cs +++ b/src/Segment.PublicApi/Model/MetricBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs b/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs index fe891b613..e95d4d0fb 100644 --- a/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs +++ b/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MinimalUserV1.cs b/src/Segment.PublicApi/Model/MinimalUserV1.cs index f4f442d1f..0951ffdbf 100644 --- a/src/Segment.PublicApi/Model/MinimalUserV1.cs +++ b/src/Segment.PublicApi/Model/MinimalUserV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ModelVersion.cs b/src/Segment.PublicApi/Model/ModelVersion.cs index d20874819..ad9b5691e 100644 --- a/src/Segment.PublicApi/Model/ModelVersion.cs +++ b/src/Segment.PublicApi/Model/ModelVersion.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MtuSnapshotV1.cs b/src/Segment.PublicApi/Model/MtuSnapshotV1.cs index cc52cbf04..ade195ab5 100644 --- a/src/Segment.PublicApi/Model/MtuSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/MtuSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PaginationInput.cs b/src/Segment.PublicApi/Model/PaginationInput.cs index 07b81bfa3..ac8379a81 100644 --- a/src/Segment.PublicApi/Model/PaginationInput.cs +++ b/src/Segment.PublicApi/Model/PaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PaginationOutput.cs b/src/Segment.PublicApi/Model/PaginationOutput.cs index 70e92f3af..cf55efafa 100644 --- a/src/Segment.PublicApi/Model/PaginationOutput.cs +++ b/src/Segment.PublicApi/Model/PaginationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PeriodicConfig.cs b/src/Segment.PublicApi/Model/PeriodicConfig.cs index 9d1c08edc..68bef969c 100644 --- a/src/Segment.PublicApi/Model/PeriodicConfig.cs +++ b/src/Segment.PublicApi/Model/PeriodicConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionInputV1.cs b/src/Segment.PublicApi/Model/PermissionInputV1.cs index ab0637909..52988b72f 100644 --- a/src/Segment.PublicApi/Model/PermissionInputV1.cs +++ b/src/Segment.PublicApi/Model/PermissionInputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionResourceV1.cs b/src/Segment.PublicApi/Model/PermissionResourceV1.cs index a3e6a57c7..a920d853e 100644 --- a/src/Segment.PublicApi/Model/PermissionResourceV1.cs +++ b/src/Segment.PublicApi/Model/PermissionResourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionV1.cs b/src/Segment.PublicApi/Model/PermissionV1.cs index 699fb6923..df99446ed 100644 --- a/src/Segment.PublicApi/Model/PermissionV1.cs +++ b/src/Segment.PublicApi/Model/PermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PersonalizationInput.cs b/src/Segment.PublicApi/Model/PersonalizationInput.cs index cac5fb796..00f012ee4 100644 --- a/src/Segment.PublicApi/Model/PersonalizationInput.cs +++ b/src/Segment.PublicApi/Model/PersonalizationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs b/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs index 8da8efcb8..d577dce1e 100644 --- a/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs +++ b/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs index 6be1f6b10..04e164055 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs index aa914081e..51d533bc6 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs index d5c8bd810..36043312a 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs index 0c2b51226..70f5f4949 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Profile.cs b/src/Segment.PublicApi/Model/Profile.cs index c09c33854..2ab85ae9d 100644 --- a/src/Segment.PublicApi/Model/Profile.cs +++ b/src/Segment.PublicApi/Model/Profile.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs b/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs index 1f7d1f037..0e6100eeb 100644 --- a/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs +++ b/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyRenameBeta.cs b/src/Segment.PublicApi/Model/PropertyRenameBeta.cs index a272a8fd7..821f98cbe 100644 --- a/src/Segment.PublicApi/Model/PropertyRenameBeta.cs +++ b/src/Segment.PublicApi/Model/PropertyRenameBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyRenameV1.cs b/src/Segment.PublicApi/Model/PropertyRenameV1.cs index b7a0daeb2..9948a4dab 100644 --- a/src/Segment.PublicApi/Model/PropertyRenameV1.cs +++ b/src/Segment.PublicApi/Model/PropertyRenameV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs b/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs index 6090a4a04..2ef1a023e 100644 --- a/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs +++ b/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs b/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs index 8ac9dbf41..bbf2119cc 100644 --- a/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs +++ b/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs b/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs index d9373dd2f..3f49bf0db 100644 --- a/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs +++ b/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Regulation.cs b/src/Segment.PublicApi/Model/Regulation.cs index 63d5da883..3834774d4 100644 --- a/src/Segment.PublicApi/Model/Regulation.cs +++ b/src/Segment.PublicApi/Model/Regulation.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RegulationListEntryV1.cs b/src/Segment.PublicApi/Model/RegulationListEntryV1.cs index c1ae701df..150a47eaa 100644 --- a/src/Segment.PublicApi/Model/RegulationListEntryV1.cs +++ b/src/Segment.PublicApi/Model/RegulationListEntryV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs b/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs index 2143d72c0..daffe73d1 100644 --- a/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs b/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs index 8422ac8e0..b01baf923 100644 --- a/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs index 9195d22be..907ca9939 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs index 39c35076d..e1f25203e 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs index 556980df8..2f1caba7c 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs index 2ec74dee1..6abd92667 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs index bae1f36fe..436fc1a59 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs index c856f5e31..8f9fbe493 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs index 27d4a762c..83aa8c482 100644 --- a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs index d498b4323..753d04c61 100644 --- a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs b/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs index c46236b1f..40c6d85c3 100644 --- a/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs b/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs index 4f9e03d83..5a429c424 100644 --- a/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs index eb61b8191..b6060aac9 100644 --- a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs index be86f2a7a..b214bcce5 100644 --- a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRuleV1.cs b/src/Segment.PublicApi/Model/RemoveRuleV1.cs index 8dbc0baf2..ea1c70f09 100644 --- a/src/Segment.PublicApi/Model/RemoveRuleV1.cs +++ b/src/Segment.PublicApi/Model/RemoveRuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs index 070c431e9..f80f0db6c 100644 --- a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs index 7bcfe2a6a..79bf44014 100644 --- a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs index 8f356b24a..d5fa30c2c 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs index d91c49c9b..d382ce619 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs index a50067884..a5f8f1552 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs index 571cea1eb..7cda06b63 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs index 3dca8d1f2..5515daf8b 100644 --- a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs index 7bcbfb35e..44465c5ee 100644 --- a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs index 5c92ccdbc..a0a64bdf0 100644 --- a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs index 62b7f4fd4..8d9d0fb6b 100644 --- a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs index bbd96b532..621748a1a 100644 --- a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs index f6c19dc43..75620f0a6 100644 --- a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs index 609840ee6..fe801a4df 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs index 5fbd5a90a..1621e31f6 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs index 721c3d38e..f01cdc5f9 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs index 4a217bf4c..948339d65 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs index 3acfbb474..1f92546a7 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs index b1ff5c741..9924e0040 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs index 94623421f..3eb9c38f2 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs index 41beeafee..5a7793433 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs index 9f83c76ec..7221c21a1 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs index afacf46cf..32ab9611d 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs index 4799e5c40..973069a66 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs index 76528e643..e0587c313 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs index 88f83c1ff..8fb035106 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs index 2de3868a8..86b6ef9a9 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs index 43b532b90..dd0719750 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs index fdd274ca2..1cf9a9c67 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs index 069488b3a..c68d1c934 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs index b47d3e811..00ddd7996 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs index d2eb9f403..7bfb84eb2 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs index 44444988c..5194ba4cb 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs index 4ee9a74d4..e802a61c0 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs index c5505bf23..207330bda 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs index d6fbb7787..3deb42c57 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs index 980000446..a9b24eac7 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RequestError.cs b/src/Segment.PublicApi/Model/RequestError.cs index 85e7249e4..d1fda2fbf 100644 --- a/src/Segment.PublicApi/Model/RequestError.cs +++ b/src/Segment.PublicApi/Model/RequestError.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs b/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs index 5ff3cc6f1..bb55eeb45 100644 --- a/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs +++ b/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ResourceV1.cs b/src/Segment.PublicApi/Model/ResourceV1.cs index f1b8f0d77..5256ced1b 100644 --- a/src/Segment.PublicApi/Model/ResourceV1.cs +++ b/src/Segment.PublicApi/Model/ResourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs index 59f498e31..d1e208916 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs index 8850b0aa6..e0cbdf435 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs index a0b0eb6c7..c5d65bade 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs b/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs index 32150f095..b468aa090 100644 --- a/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs +++ b/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs b/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs index 95986e54b..517b80cfd 100644 --- a/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs +++ b/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs index 43898076a..52a3cb2d5 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs index dcace3059..1fd71568e 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlModel.cs b/src/Segment.PublicApi/Model/ReverseEtlModel.cs index 47d2f7840..d5f9b7e9a 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlModel.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlModel.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs index aab56491a..9164114b1 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs index 957f418e7..7e61ac752 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs b/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs index fe5b09476..ea8f512c1 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs index 9a578851c..7703759b9 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RoleV1.cs b/src/Segment.PublicApi/Model/RoleV1.cs index 891de478b..efaa78544 100644 --- a/src/Segment.PublicApi/Model/RoleV1.cs +++ b/src/Segment.PublicApi/Model/RoleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RuleInputV1.cs b/src/Segment.PublicApi/Model/RuleInputV1.cs index c3135edde..6ae5b88d5 100644 --- a/src/Segment.PublicApi/Model/RuleInputV1.cs +++ b/src/Segment.PublicApi/Model/RuleInputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RuleV1.cs b/src/Segment.PublicApi/Model/RuleV1.cs index bbccf2c71..4bf29ff8b 100644 --- a/src/Segment.PublicApi/Model/RuleV1.cs +++ b/src/Segment.PublicApi/Model/RuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SimpleDestination.cs b/src/Segment.PublicApi/Model/SimpleDestination.cs index e78f4a068..731edb87c 100644 --- a/src/Segment.PublicApi/Model/SimpleDestination.cs +++ b/src/Segment.PublicApi/Model/SimpleDestination.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs b/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs index de1d00d6a..c12f9e47e 100644 --- a/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceAlpha.cs b/src/Segment.PublicApi/Model/SourceAlpha.cs index 7f4d5d1ce..e05e02813 100644 --- a/src/Segment.PublicApi/Model/SourceAlpha.cs +++ b/src/Segment.PublicApi/Model/SourceAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs b/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs index 150a88665..c06766ff8 100644 --- a/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs +++ b/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs b/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs index 4d06a6197..cdff97548 100644 --- a/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs +++ b/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceMetadataV1.cs b/src/Segment.PublicApi/Model/SourceMetadataV1.cs index 62e6b2e36..9bcd9c030 100644 --- a/src/Segment.PublicApi/Model/SourceMetadataV1.cs +++ b/src/Segment.PublicApi/Model/SourceMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs b/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs index a40994944..20547df58 100644 --- a/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs +++ b/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceV1.cs b/src/Segment.PublicApi/Model/SourceV1.cs index 815f1cf49..be324d87f 100644 --- a/src/Segment.PublicApi/Model/SourceV1.cs +++ b/src/Segment.PublicApi/Model/SourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Space.cs b/src/Segment.PublicApi/Model/Space.cs index c90d221d1..6ec64e094 100644 --- a/src/Segment.PublicApi/Model/Space.cs +++ b/src/Segment.PublicApi/Model/Space.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs b/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs index ab3943481..98b508d45 100644 --- a/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs +++ b/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs b/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs index 3641fba25..e05b9775a 100644 --- a/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs +++ b/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpecificDaysConfig.cs b/src/Segment.PublicApi/Model/SpecificDaysConfig.cs index 006add3d3..5692a1fa2 100644 --- a/src/Segment.PublicApi/Model/SpecificDaysConfig.cs +++ b/src/Segment.PublicApi/Model/SpecificDaysConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/StreamStatusV1.cs b/src/Segment.PublicApi/Model/StreamStatusV1.cs index d13bf3cfc..05facb5e1 100644 --- a/src/Segment.PublicApi/Model/StreamStatusV1.cs +++ b/src/Segment.PublicApi/Model/StreamStatusV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SuppressedInner.cs b/src/Segment.PublicApi/Model/SuppressedInner.cs index 264671779..e5ce673c5 100644 --- a/src/Segment.PublicApi/Model/SuppressedInner.cs +++ b/src/Segment.PublicApi/Model/SuppressedInner.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncExtractPhase.cs b/src/Segment.PublicApi/Model/SyncExtractPhase.cs index 6182fe0d0..756841090 100644 --- a/src/Segment.PublicApi/Model/SyncExtractPhase.cs +++ b/src/Segment.PublicApi/Model/SyncExtractPhase.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncLoadPhase.cs b/src/Segment.PublicApi/Model/SyncLoadPhase.cs index 8d50c0c5d..a0157632f 100644 --- a/src/Segment.PublicApi/Model/SyncLoadPhase.cs +++ b/src/Segment.PublicApi/Model/SyncLoadPhase.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncNoticeV1.cs b/src/Segment.PublicApi/Model/SyncNoticeV1.cs index 53cc0b799..45a047aa5 100644 --- a/src/Segment.PublicApi/Model/SyncNoticeV1.cs +++ b/src/Segment.PublicApi/Model/SyncNoticeV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncV1.cs b/src/Segment.PublicApi/Model/SyncV1.cs index 87a0e934e..37c5778f0 100644 --- a/src/Segment.PublicApi/Model/SyncV1.cs +++ b/src/Segment.PublicApi/Model/SyncV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs b/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs index 2de87d244..80f2b0801 100644 --- a/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TrackingPlanV1.cs b/src/Segment.PublicApi/Model/TrackingPlanV1.cs index ad238a487..0aaa072be 100644 --- a/src/Segment.PublicApi/Model/TrackingPlanV1.cs +++ b/src/Segment.PublicApi/Model/TrackingPlanV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TraitDefinition.cs b/src/Segment.PublicApi/Model/TraitDefinition.cs index dd21415bd..6e96f6526 100644 --- a/src/Segment.PublicApi/Model/TraitDefinition.cs +++ b/src/Segment.PublicApi/Model/TraitDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TraitOptions.cs b/src/Segment.PublicApi/Model/TraitOptions.cs index fc9fce1bc..2fb2e8f44 100644 --- a/src/Segment.PublicApi/Model/TraitOptions.cs +++ b/src/Segment.PublicApi/Model/TraitOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TransformationBeta.cs b/src/Segment.PublicApi/Model/TransformationBeta.cs index 8a1529ed9..beda27908 100644 --- a/src/Segment.PublicApi/Model/TransformationBeta.cs +++ b/src/Segment.PublicApi/Model/TransformationBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TransformationV1.cs b/src/Segment.PublicApi/Model/TransformationV1.cs index 7eda1f521..c2ac51fae 100644 --- a/src/Segment.PublicApi/Model/TransformationV1.cs +++ b/src/Segment.PublicApi/Model/TransformationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs index e6a33e07b..0c1d9f438 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs index f192f57d7..91d6c6301 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs index 1b4f38f18..ee5cea85b 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs index d0eaff228..14721dff6 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs index 5b3088805..042e231a2 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs index 05cf43082..50bf594d8 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs index 71dce7fac..ff074f90f 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs index 5554f297a..27ed0b3b6 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs index 0f39c6866..43a89302f 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs index 3a0dcb130..140f39b01 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs index 39c656ce3..22b0b5199 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs index 8a0aa7399..fb239370d 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs index a96a95134..8f62bfce4 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs index f27af4375..95849fa0e 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs index b34d19ed0..43ead71d7 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateDestination200Response.cs index 6f8422f54..04eaaf318 100644 --- a/src/Segment.PublicApi/Model/UpdateDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs b/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs index e40ea6471..a2e40142a 100644 --- a/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs b/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs index ee855d8fd..13885f0c8 100644 --- a/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs b/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs index ab75dc250..170e7f78b 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs b/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs index e45e2df04..5eba39cc1 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs b/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs index e66518553..b70f5732a 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs index ab1c54c67..e91376dae 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs index f42832523..ff14999d5 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs index fd2b3bfce..9243a40a6 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunction200Response.cs b/src/Segment.PublicApi/Model/UpdateFunction200Response.cs index 431d4b2f2..a84a6b76e 100644 --- a/src/Segment.PublicApi/Model/UpdateFunction200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs b/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs index 7a900b912..325f754d3 100644 --- a/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs b/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs index 54bedc789..96d7408a0 100644 --- a/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs b/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs index ae55052b1..358a02c7f 100644 --- a/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs +++ b/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs index 167f9f061..876a6e135 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs index 704e3c5f3..b82026183 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs index 1144c7bc7..3e5680c56 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs index ee3bb9790..2243f3977 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs index eb3c0efdb..601c4c0df 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs index ba6ef373a..0c2b81b09 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs index e1850534a..74d99780a 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs index 62980badc..61d2136b0 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs index 23b24e20d..0f822d6bf 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs index 7230bc8ef..4374d95e8 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs index 6ddc0c6ef..f06cd81cf 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs index 44298a824..b8ee322f1 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs index c6819931a..c109cc9dd 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs index 23b162eff..5ce159d70 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs index 16051059a..4d22ee5cd 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs index c01b457e8..bcf9fd93e 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs index 2f65219be..35eba3cfc 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs index 51c2ed0aa..db7a1b8f2 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs index f6a504ce0..b5118603f 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs index 06eee1f05..240b839ee 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs index 77b4ad525..3186d6e97 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSource200Response.cs b/src/Segment.PublicApi/Model/UpdateSource200Response.cs index 449451feb..d3a8d4517 100644 --- a/src/Segment.PublicApi/Model/UpdateSource200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSource200Response1.cs b/src/Segment.PublicApi/Model/UpdateSource200Response1.cs index 5d2590410..3e8d5a4a1 100644 --- a/src/Segment.PublicApi/Model/UpdateSource200Response1.cs +++ b/src/Segment.PublicApi/Model/UpdateSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs index e5cf49087..2a780abcc 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs index c90814ad3..a556d431e 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs b/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs index 2245c2f03..13a49fb68 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs b/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs index 1fc463e8d..0817b667e 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs index 19c9ff093..68adad985 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs index a76917113..d396f13a3 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs index fc00a5099..241aceb1a 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs index 552c9e410..4130f8b25 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs index 12abc06c2..3c88b889d 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs index a93be3a74..efadca567 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs b/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs index 65289a91a..f8dff9304 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs b/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs index e5d749177..2844e403b 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs index f91b303fd..c0307a2c0 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs b/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs index 4271bc23f..141ef7b2b 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs b/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs index 3f166b7fb..a3c77f032 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs b/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs index afa4fa7c4..31193ace5 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs b/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs index 6e4202fb6..3f4cee664 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs b/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs index cccff128b..f770e3198 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs index 4cb6b3331..ece181186 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs b/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs index e1446798e..95ad5d48e 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs b/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs index aa635cb94..8a0079b7a 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpsertRuleV1.cs b/src/Segment.PublicApi/Model/UpsertRuleV1.cs index e002f6895..b8b33724e 100644 --- a/src/Segment.PublicApi/Model/UpsertRuleV1.cs +++ b/src/Segment.PublicApi/Model/UpsertRuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UserGroupV1.cs b/src/Segment.PublicApi/Model/UserGroupV1.cs index 7eed67f75..74c0715bd 100644 --- a/src/Segment.PublicApi/Model/UserGroupV1.cs +++ b/src/Segment.PublicApi/Model/UserGroupV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UserV1.cs b/src/Segment.PublicApi/Model/UserV1.cs index a04cd562d..abcf29157 100644 --- a/src/Segment.PublicApi/Model/UserV1.cs +++ b/src/Segment.PublicApi/Model/UserV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs b/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs index b6c63776e..1b3cff709 100644 --- a/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs b/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs index 5c9360f08..625a59f13 100644 --- a/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs b/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs index 8ee987377..be18b7606 100644 --- a/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs b/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs index 56b29f144..e9fb2aeda 100644 --- a/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs b/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs index 99d8a1dc6..c91558aab 100644 --- a/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseV1.cs b/src/Segment.PublicApi/Model/WarehouseV1.cs index 5a487fd02..2e4339d2f 100644 --- a/src/Segment.PublicApi/Model/WarehouseV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WorkspaceV1.cs b/src/Segment.PublicApi/Model/WorkspaceV1.cs index 64a1c4abb..93ebe74e7 100644 --- a/src/Segment.PublicApi/Model/WorkspaceV1.cs +++ b/src/Segment.PublicApi/Model/WorkspaceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.4 + * The version of the OpenAPI document: 62.0.3 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/README.md b/src/Segment.PublicApi/README.md index a6b2cf93f..81d7c03a7 100644 --- a/src/Segment.PublicApi/README.md +++ b/src/Segment.PublicApi/README.md @@ -11,7 +11,7 @@ See the next sections for more information on how to use the Segment Public API. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 62.0.4 +- API version: 62.0.3 - Generator version: 7.0.1 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com) diff --git a/src/Segment.PublicApi/Segment.PublicApi.csproj b/src/Segment.PublicApi/Segment.PublicApi.csproj index ebdc87265..a59fe509a 100644 --- a/src/Segment.PublicApi/Segment.PublicApi.csproj +++ b/src/Segment.PublicApi/Segment.PublicApi.csproj @@ -12,7 +12,7 @@ Segment Public API SDK 2024 Twilio, Inc. Segment.PublicApi - 62.0.4 + 62.0.3 bin\$(Configuration)\$(TargetFramework)\Segment.PublicApi.xml https://github.com/segmentio/public-api-sdk-csharp.git git From b85d161d2315f0331662650445572ea6a4f73083 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Fri, 5 Dec 2025 21:39:23 +0000 Subject: [PATCH 4/5] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@80ffd211. --- Segment.PublicApi.sln | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Segment.PublicApi.sln b/Segment.PublicApi.sln index b3d01d89c..77da5fd9f 100644 --- a/Segment.PublicApi.sln +++ b/Segment.PublicApi.sln @@ -2,7 +2,7 @@ # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{E8611106-1E67-4C5E-9802-ED99147F783A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{25886F50-CDE6-421C-9F6D-051D9B91A732}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E8611106-1E67-4C5E-9802-ED99147F783A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E8611106-1E67-4C5E-9802-ED99147F783A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E8611106-1E67-4C5E-9802-ED99147F783A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E8611106-1E67-4C5E-9802-ED99147F783A}.Release|Any CPU.Build.0 = Release|Any CPU + {25886F50-CDE6-421C-9F6D-051D9B91A732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {25886F50-CDE6-421C-9F6D-051D9B91A732}.Debug|Any CPU.Build.0 = Debug|Any CPU + {25886F50-CDE6-421C-9F6D-051D9B91A732}.Release|Any CPU.ActiveCfg = Release|Any CPU + {25886F50-CDE6-421C-9F6D-051D9B91A732}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE From cefdfd19b012e87a4b5b56d101459477c5379297 Mon Sep 17 00:00:00 2001 From: APIs and Common Services team Date: Fri, 5 Dec 2025 22:48:12 +0000 Subject: [PATCH 5/5] Automated SDK update This updates the SDK from internal repo commit segmentio/public-api@5db45e5d. --- README.md | 2 +- Segment.PublicApi.sln | 10 +++++----- src/Segment.PublicApi/Api/APICallsApi.cs | 2 +- src/Segment.PublicApi/Api/ActivationsApi.cs | 2 +- src/Segment.PublicApi/Api/AudiencesApi.cs | 2 +- src/Segment.PublicApi/Api/AuditTrailApi.cs | 2 +- src/Segment.PublicApi/Api/CatalogApi.cs | 2 +- src/Segment.PublicApi/Api/ComputedTraitsApi.cs | 2 +- src/Segment.PublicApi/Api/CustomerInsightsApi.cs | 2 +- src/Segment.PublicApi/Api/DbtApi.cs | 2 +- src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs | 2 +- src/Segment.PublicApi/Api/DeliveryOverviewApi.cs | 2 +- src/Segment.PublicApi/Api/DestinationFiltersApi.cs | 2 +- src/Segment.PublicApi/Api/DestinationsApi.cs | 2 +- src/Segment.PublicApi/Api/EventsApi.cs | 2 +- src/Segment.PublicApi/Api/FunctionsApi.cs | 2 +- src/Segment.PublicApi/Api/IAMGroupsApi.cs | 2 +- src/Segment.PublicApi/Api/IAMRolesApi.cs | 2 +- src/Segment.PublicApi/Api/IAMUsersApi.cs | 2 +- src/Segment.PublicApi/Api/LabelsApi.cs | 2 +- src/Segment.PublicApi/Api/LivePluginsApi.cs | 2 +- src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs | 2 +- src/Segment.PublicApi/Api/ProfilesSyncApi.cs | 2 +- src/Segment.PublicApi/Api/ReverseETLApi.cs | 2 +- src/Segment.PublicApi/Api/SelectiveSyncApi.cs | 2 +- src/Segment.PublicApi/Api/SourcesApi.cs | 2 +- src/Segment.PublicApi/Api/SpaceFiltersApi.cs | 2 +- src/Segment.PublicApi/Api/SpacesApi.cs | 2 +- src/Segment.PublicApi/Api/TestingApi.cs | 2 +- src/Segment.PublicApi/Api/TrackingPlansApi.cs | 2 +- src/Segment.PublicApi/Api/TransformationsApi.cs | 2 +- src/Segment.PublicApi/Api/WarehousesApi.cs | 2 +- src/Segment.PublicApi/Api/WorkspacesApi.cs | 2 +- src/Segment.PublicApi/Client/ApiClient.cs | 2 +- src/Segment.PublicApi/Client/ApiException.cs | 2 +- src/Segment.PublicApi/Client/ApiResponse.cs | 2 +- src/Segment.PublicApi/Client/ClientUtils.cs | 2 +- src/Segment.PublicApi/Client/Configuration.cs | 10 +++++----- src/Segment.PublicApi/Client/ExceptionFactory.cs | 2 +- src/Segment.PublicApi/Client/GlobalConfiguration.cs | 2 +- src/Segment.PublicApi/Client/HttpMethod.cs | 2 +- src/Segment.PublicApi/Client/IApiAccessor.cs | 2 +- src/Segment.PublicApi/Client/IAsynchronousClient.cs | 2 +- src/Segment.PublicApi/Client/IReadableConfiguration.cs | 2 +- src/Segment.PublicApi/Client/ISynchronousClient.cs | 2 +- src/Segment.PublicApi/Client/Multimap.cs | 2 +- src/Segment.PublicApi/Client/OpenAPIDateConverter.cs | 2 +- src/Segment.PublicApi/Client/RequestOptions.cs | 2 +- src/Segment.PublicApi/Client/RetryConfiguration.cs | 2 +- src/Segment.PublicApi/Model/APICallSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs | 2 +- src/Segment.PublicApi/Model/AccessPermissionV1.cs | 2 +- src/Segment.PublicApi/Model/ActivationOutput.cs | 2 +- .../Model/AddActivationToAudience200Response.cs | 2 +- .../Model/AddActivationToAudienceAlphaInput.cs | 2 +- .../Model/AddActivationToAudienceAlphaOutput.cs | 2 +- .../Model/AddAudienceScheduleToAudience200Response.cs | 2 +- .../Model/AddAudienceScheduleToAudienceAlphaInput.cs | 2 +- .../Model/AddAudienceScheduleToAudienceAlphaOutput.cs | 2 +- .../AddConnectionFromSourceToWarehouse201Response.cs | 2 +- .../AddConnectionFromSourceToWarehouseV1Output.cs | 2 +- .../Model/AddDestinationToAudience200Response.cs | 2 +- .../Model/AddDestinationToAudienceAlphaInput.cs | 2 +- .../Model/AddDestinationToAudienceAlphaOutput.cs | 2 +- .../Model/AddLabelsToSource200Response.cs | 2 +- .../Model/AddLabelsToSource200Response1.cs | 2 +- .../Model/AddLabelsToSourceAlphaInput.cs | 2 +- .../Model/AddLabelsToSourceAlphaOutput.cs | 2 +- .../Model/AddLabelsToSourceV1Input.cs | 2 +- .../Model/AddLabelsToSourceV1Output.cs | 2 +- .../Model/AddPermissionsToUser200Response.cs | 2 +- .../Model/AddPermissionsToUserGroup200Response.cs | 2 +- .../Model/AddPermissionsToUserGroupV1Input.cs | 2 +- .../Model/AddPermissionsToUserGroupV1Output.cs | 2 +- .../Model/AddPermissionsToUserV1Input.cs | 2 +- .../Model/AddPermissionsToUserV1Output.cs | 2 +- .../Model/AddSourceToTrackingPlan200Response.cs | 2 +- .../Model/AddSourceToTrackingPlanV1Input.cs | 2 +- .../Model/AddSourceToTrackingPlanV1Output.cs | 2 +- .../Model/AddUsersToUserGroup200Response.cs | 2 +- .../Model/AddUsersToUserGroupV1Input.cs | 2 +- .../Model/AddUsersToUserGroupV1Output.cs | 2 +- .../Model/AdvancedWarehouseSyncScheduleV1Input.cs | 2 +- .../Model/AdvancedWarehouseSyncScheduleV1Output.cs | 2 +- src/Segment.PublicApi/Model/AllowedLabelBeta.cs | 2 +- src/Segment.PublicApi/Model/AudienceComputeCadence.cs | 2 +- src/Segment.PublicApi/Model/AudienceDefinition.cs | 2 +- .../Model/AudienceDefinitionWithoutTargetEntity.cs | 2 +- src/Segment.PublicApi/Model/AudienceOptions.cs | 2 +- .../Model/AudienceOptionsWithLookback.cs | 2 +- src/Segment.PublicApi/Model/AudiencePreview.cs | 2 +- .../Model/AudiencePreviewAccountResult.cs | 2 +- .../Model/AudiencePreviewEntitiesResult.cs | 2 +- .../Model/AudiencePreviewIdentifier.cs | 2 +- .../Model/AudiencePreviewProfileResult.cs | 2 +- src/Segment.PublicApi/Model/AudiencePreviewResult.cs | 2 +- src/Segment.PublicApi/Model/AudienceRunInfo.cs | 2 +- src/Segment.PublicApi/Model/AudienceSchedule.cs | 2 +- src/Segment.PublicApi/Model/AudienceSize.cs | 2 +- src/Segment.PublicApi/Model/AudienceSummary.cs | 2 +- .../AudienceSummaryWithAudienceTypeAndLookback.cs | 2 +- src/Segment.PublicApi/Model/AuditEventV1.cs | 2 +- ...chQueryMessagingSubscriptionsForSpace200Response.cs | 2 +- ...tchQueryMessagingSubscriptionsForSpaceAlphaInput.cs | 2 +- ...chQueryMessagingSubscriptionsForSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/BreakdownBeta.cs | 2 +- .../Model/CancelReverseETLSyncForModel200Response.cs | 2 +- .../Model/CancelReverseETLSyncForModelInput.cs | 2 +- .../Model/CancelReverseETLSyncForModelOutput.cs | 2 +- src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/ComputedTraitSummary.cs | 2 +- .../Model/ComputedTraitsDefinition.cs | 2 +- src/Segment.PublicApi/Model/Config.cs | 2 +- src/Segment.PublicApi/Model/Config1.cs | 2 +- src/Segment.PublicApi/Model/Connection.cs | 2 +- src/Segment.PublicApi/Model/Contact.cs | 2 +- .../Model/CreateAudience200Response.cs | 2 +- .../Model/CreateAudience200Response1.cs | 2 +- .../Model/CreateAudienceAlphaInput.cs | 2 +- .../Model/CreateAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs | 2 +- .../Model/CreateAudienceBetaOutput.cs | 2 +- .../Model/CreateAudiencePreview200Response.cs | 2 +- .../Model/CreateAudiencePreview200Response1.cs | 2 +- .../Model/CreateAudiencePreviewAlphaInput.cs | 2 +- .../Model/CreateAudiencePreviewAlphaOutput.cs | 2 +- .../Model/CreateAudiencePreviewBetaInput.cs | 2 +- .../Model/CreateAudiencePreviewBetaOutput.cs | 2 +- .../Model/CreateAudiencePreviewOptions.cs | 2 +- .../Model/CreateCloudSourceRegulation200Response.cs | 2 +- .../Model/CreateCloudSourceRegulationV1Input.cs | 2 +- .../Model/CreateCloudSourceRegulationV1Output.cs | 2 +- .../Model/CreateComputedTrait200Response.cs | 2 +- .../Model/CreateComputedTraitAlphaInput.cs | 2 +- .../Model/CreateComputedTraitAlphaOutput.cs | 2 +- .../Model/CreateDbtModelSyncTrigger200Response.cs | 2 +- .../Model/CreateDbtModelSyncTriggerInput.cs | 2 +- .../Model/CreateDbtModelSyncTriggerOutput.cs | 2 +- .../Model/CreateDestination200Response.cs | 2 +- .../Model/CreateDestinationSubscription200Response.cs | 2 +- .../Model/CreateDestinationSubscriptionAlphaInput.cs | 2 +- .../Model/CreateDestinationSubscriptionAlphaOutput.cs | 2 +- .../Model/CreateDestinationV1Input.cs | 2 +- .../Model/CreateDestinationV1Output.cs | 2 +- .../Model/CreateDownload200Response.cs | 2 +- .../Model/CreateDownloadAlphaInput.cs | 2 +- .../Model/CreateDownloadAlphaOutput.cs | 2 +- .../Model/CreateFilterForDestination200Response.cs | 2 +- .../Model/CreateFilterForDestinationV1Input.cs | 2 +- .../Model/CreateFilterForDestinationV1Output.cs | 2 +- .../Model/CreateFilterForSpace200Response.cs | 2 +- .../Model/CreateFilterForSpaceInput.cs | 2 +- .../Model/CreateFilterForSpaceOutput.cs | 2 +- .../Model/CreateFunction200Response.cs | 2 +- .../Model/CreateFunctionDeployment200Response.cs | 2 +- .../Model/CreateFunctionDeploymentV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateFunctionV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateFunctionV1Output.cs | 2 +- .../Model/CreateInsertFunctionInstance200Response.cs | 2 +- .../Model/CreateInsertFunctionInstanceAlphaInput.cs | 2 +- .../Model/CreateInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/CreateInvites201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateInvitesV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateLabel201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateLabelV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateLabelV1Output.cs | 2 +- .../Model/CreateLivePlugin200Response.cs | 2 +- .../Model/CreateLivePluginAlphaInput.cs | 2 +- .../Model/CreateLivePluginAlphaOutput.cs | 2 +- .../Model/CreateProfilesWarehouse201Response.cs | 2 +- .../Model/CreateProfilesWarehouseAlphaInput.cs | 2 +- .../Model/CreateProfilesWarehouseAlphaOutput.cs | 2 +- .../Model/CreateReverseETLManualSync200Response.cs | 2 +- .../Model/CreateReverseETLManualSyncInput.cs | 2 +- .../Model/CreateReverseETLManualSyncOutput.cs | 2 +- .../Model/CreateReverseEtlModel201Response.cs | 2 +- .../Model/CreateReverseEtlModelInput.cs | 2 +- .../Model/CreateReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/CreateSource201Response.cs | 2 +- .../Model/CreateSource201Response1.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs | 2 +- .../Model/CreateSourceRegulation200Response.cs | 2 +- .../Model/CreateSourceRegulationV1Input.cs | 2 +- .../Model/CreateSourceRegulationV1Output.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateSourceV1Output.cs | 2 +- .../Model/CreateTrackingPlan200Response.cs | 2 +- .../Model/CreateTrackingPlanV1Input.cs | 2 +- .../Model/CreateTrackingPlanV1Output.cs | 2 +- .../Model/CreateTransformation200Response.cs | 2 +- .../Model/CreateTransformationBetaInput.cs | 2 +- .../Model/CreateTransformationBetaOutput.cs | 2 +- .../Model/CreateTransformationV1Input.cs | 2 +- .../Model/CreateTransformationV1Output.cs | 2 +- .../Model/CreateUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs | 2 +- .../Model/CreateValidationInWarehouse200Response.cs | 2 +- .../Model/CreateValidationInWarehouseV1Input.cs | 2 +- .../Model/CreateValidationInWarehouseV1Output.cs | 2 +- .../Model/CreateWarehouse201Response.cs | 2 +- src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs | 2 +- src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs | 2 +- .../Model/CreateWorkspaceRegulation200Response.cs | 2 +- .../Model/CreateWorkspaceRegulationV1Input.cs | 2 +- .../Model/CreateWorkspaceRegulationV1Output.cs | 2 +- .../Model/CreateWriteKeyForSource200Response.cs | 2 +- .../Model/CreateWriteKeyForSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs | 2 +- .../Model/DeleteActivationAlphaOutput.cs | 2 +- .../Model/DeleteDestination200Response.cs | 2 +- .../Model/DeleteDestinationV1Output.cs | 2 +- .../Model/DeleteFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs | 2 +- .../Model/DeleteFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs | 2 +- .../Model/DeleteInsertFunctionInstance200Response.cs | 2 +- .../Model/DeleteInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/DeleteInvites200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabel200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabel200Response1.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteLabelV1Output.cs | 2 +- .../Model/DeleteLivePluginCode200Response.cs | 2 +- .../Model/DeleteLivePluginCodeAlphaOutput.cs | 2 +- .../Model/DeleteRegulation200Response.cs | 2 +- .../Model/DeleteRegulationV1Output.cs | 2 +- .../Model/DeleteReverseEtlModel200Response.cs | 2 +- .../Model/DeleteReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteSource200Response.cs | 2 +- .../Model/DeleteSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/DeleteSourceV1Output.cs | 2 +- .../Model/DeleteTrackingPlan200Response.cs | 2 +- .../Model/DeleteTrackingPlanV1Output.cs | 2 +- .../Model/DeleteTransformation200Response.cs | 2 +- .../Model/DeleteTransformationBetaInput.cs | 2 +- .../Model/DeleteTransformationBetaOutput.cs | 2 +- .../Model/DeleteTransformationV1Output.cs | 2 +- .../Model/DeleteUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/DeleteUsers200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteUsersV1Output.cs | 2 +- .../Model/DeleteWarehouse200Response.cs | 2 +- src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs | 2 +- .../Model/DeliveryMetricsSummaryBeta.cs | 2 +- .../Model/DeliveryOverviewDestinationFilterBy.cs | 2 +- .../Model/DeliveryOverviewMetricsDatapoint.cs | 2 +- .../Model/DeliveryOverviewMetricsDataset.cs | 2 +- .../Model/DeliveryOverviewSourceFilterBy.cs | 2 +- .../DeliveryOverviewSuccessfullyReceivedFilterBy.cs | 2 +- .../Model/DestinationFilterActionV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationFilterV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationInput.cs | 2 +- .../Model/DestinationMetadataActionFieldV1.cs | 2 +- .../Model/DestinationMetadataActionV1.cs | 2 +- .../Model/DestinationMetadataComponentV1.cs | 2 +- .../Model/DestinationMetadataFeaturesV1.cs | 2 +- .../Model/DestinationMetadataMethodsV1.cs | 2 +- .../Model/DestinationMetadataPlatformsV1.cs | 2 +- .../Model/DestinationMetadataSubscriptionPresetV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationMetadataV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationStatusV1.cs | 2 +- src/Segment.PublicApi/Model/DestinationSubscription.cs | 2 +- .../Model/DestinationSubscriptionConfiguration.cs | 2 +- .../Model/DestinationSubscriptionUpdateInput.cs | 2 +- src/Segment.PublicApi/Model/DestinationV1.cs | 2 +- src/Segment.PublicApi/Model/Download.cs | 2 +- src/Segment.PublicApi/Model/Echo200Response.cs | 2 +- src/Segment.PublicApi/Model/Echo200Response1.cs | 2 +- src/Segment.PublicApi/Model/EchoAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/EchoV1Output.cs | 2 +- src/Segment.PublicApi/Model/EntityDetails.cs | 2 +- src/Segment.PublicApi/Model/EventSourceV1.cs | 2 +- src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs | 2 +- src/Segment.PublicApi/Model/Filter.cs | 2 +- .../Model/ForceExecuteAudienceRun200Response.cs | 2 +- .../Model/ForceExecuteAudienceRunAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/FunctionDeployment.cs | 2 +- src/Segment.PublicApi/Model/FunctionSettingV1.cs | 2 +- src/Segment.PublicApi/Model/FunctionV1.cs | 2 +- .../Model/GetActivationFromAudience200Response.cs | 2 +- .../Model/GetActivationFromAudienceOutput.cs | 2 +- .../GetAdvancedSyncScheduleFromWarehouse200Response.cs | 2 +- .../GetAdvancedSyncScheduleFromWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetAudience200Response.cs | 2 +- src/Segment.PublicApi/Model/GetAudience200Response1.cs | 2 +- src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs | 2 +- .../Model/GetAudiencePreview200Response.cs | 2 +- .../Model/GetAudiencePreview200Response1.cs | 2 +- .../Model/GetAudiencePreviewAlphaOutput.cs | 2 +- .../Model/GetAudiencePreviewBetaOutput.cs | 2 +- ...tAudienceScheduleFromSpaceAndAudience200Response.cs | 2 +- ...tAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs | 2 +- .../Model/GetComputedTrait200Response.cs | 2 +- .../Model/GetComputedTraitAlphaOutput.cs | 2 +- .../GetConnectionStateFromWarehouse200Response.cs | 2 +- .../Model/GetConnectionStateFromWarehouseV1Output.cs | 2 +- .../Model/GetDailyPerSourceAPICallsUsage200Response.cs | 2 +- .../Model/GetDailyPerSourceAPICallsUsageV1Output.cs | 2 +- .../Model/GetDailyPerSourceMTUUsage200Response.cs | 2 +- .../Model/GetDailyPerSourceMTUUsageV1Output.cs | 2 +- .../Model/GetDailyWorkspaceAPICallsUsage200Response.cs | 2 +- .../Model/GetDailyWorkspaceAPICallsUsageV1Output.cs | 2 +- .../Model/GetDailyWorkspaceMTUUsage200Response.cs | 2 +- .../Model/GetDailyWorkspaceMTUUsageV1Output.cs | 2 +- .../Model/GetDeliveryOverviewMetricsBetaOutput.cs | 2 +- .../Model/GetDestination200Response.cs | 2 +- .../Model/GetDestinationMetadata200Response.cs | 2 +- .../Model/GetDestinationMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetDestinationV1Output.cs | 2 +- .../Model/GetDestinationsCatalog200Response.cs | 2 +- .../Model/GetDestinationsCatalogV1Output.cs | 2 +- ...ressFailedMetricsFromDeliveryOverview200Response.cs | 2 +- .../Model/GetEventsVolumeFromWorkspace200Response.cs | 2 +- .../Model/GetEventsVolumeFromWorkspaceV1Output.cs | 2 +- .../Model/GetEventsVolumeFromWorkspaceV1Query.cs | 2 +- .../Model/GetFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/GetFilterByIdOutput.cs | 2 +- .../Model/GetFilterInDestination200Response.cs | 2 +- .../Model/GetFilterInDestinationV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/GetFunctionV1Output.cs | 2 +- .../Model/GetFunctionVersion200Response.cs | 2 +- .../Model/GetFunctionVersionAlphaOutput.cs | 2 +- .../Model/GetInsertFunctionInstance200Response.cs | 2 +- .../Model/GetInsertFunctionInstanceAlphaOutput.cs | 2 +- .../Model/GetLatestFromLivePlugins200Response.cs | 2 +- .../Model/GetLatestFromLivePluginsAlphaOutput.cs | 2 +- .../Model/GetMessagingSubscriptionFailureResponse.cs | 2 +- .../Model/GetMessagingSubscriptionSuccessResponse.cs | 2 +- .../Model/GetRegulation200Response.cs | 2 +- src/Segment.PublicApi/Model/GetRegulationV1Output.cs | 2 +- .../Model/GetReverseETLSyncStatus200Response.cs | 2 +- .../Model/GetReverseETLSyncStatusOutput.cs | 2 +- .../Model/GetReverseEtlModel200Response.cs | 2 +- .../Model/GetReverseEtlModelOutput.cs | 2 +- src/Segment.PublicApi/Model/GetSource200Response.cs | 2 +- src/Segment.PublicApi/Model/GetSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs | 2 +- .../Model/GetSourceMetadata200Response.cs | 2 +- .../Model/GetSourceMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetSourceV1Output.cs | 2 +- .../Model/GetSourcesCatalog200Response.cs | 2 +- .../Model/GetSourcesCatalogV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetSpace200Response.cs | 2 +- src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs | 2 +- .../Model/GetSubscriptionFromDestination200Response.cs | 2 +- .../Model/GetSubscriptionFromDestinationAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/GetSubscriptionRequest.cs | 2 +- .../Model/GetTrackingPlan200Response.cs | 2 +- src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs | 2 +- .../Model/GetTransformation200Response.cs | 2 +- .../Model/GetTransformationBetaInput.cs | 2 +- .../Model/GetTransformationBetaOutput.cs | 2 +- .../Model/GetTransformationV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetUser200Response.cs | 2 +- src/Segment.PublicApi/Model/GetUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/GetUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetUserV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWarehouse200Response.cs | 2 +- .../Model/GetWarehouseMetadata200Response.cs | 2 +- .../Model/GetWarehouseMetadataV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWarehouseV1Output.cs | 2 +- .../Model/GetWarehousesCatalog200Response.cs | 2 +- .../Model/GetWarehousesCatalogV1Output.cs | 2 +- src/Segment.PublicApi/Model/GetWorkspace200Response.cs | 2 +- src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs | 2 +- src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs | 2 +- .../Model/GroupSubscriptionStatusResponse.cs | 2 +- src/Segment.PublicApi/Model/HandleWebhookInput.cs | 2 +- src/Segment.PublicApi/Model/HandleWebhookOutput.cs | 2 +- .../Model/HashPropertiesConfiguration.cs | 2 +- .../Model/IDSyncConfigurationInput.cs | 2 +- .../Model/IdentifySourceSettingsV1.cs | 2 +- .../Model/InsertFunctionInstanceAlpha.cs | 2 +- src/Segment.PublicApi/Model/IntegrationOptionBeta.cs | 2 +- src/Segment.PublicApi/Model/InvitePermissionV1.cs | 2 +- src/Segment.PublicApi/Model/InviteV1.cs | 2 +- src/Segment.PublicApi/Model/LabelAlpha.cs | 2 +- src/Segment.PublicApi/Model/LabelV1.cs | 2 +- .../Model/ListActivationsAlphaOutput.cs | 2 +- .../Model/ListActivationsFromAudience200Response.cs | 2 +- .../Model/ListActivationsFromAudienceOutput.cs | 2 +- ...AudienceConsumersFromSpaceAndAudience200Response.cs | 2 +- ...AudienceConsumersFromSpaceAndAudienceAlphaOutput.cs | 2 +- .../Model/ListAudienceConsumersSortInput.cs | 2 +- ...AudienceSchedulesFromSpaceAndAudience200Response.cs | 2 +- ...AudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListAudienceSearchInput.cs | 2 +- .../Model/ListAudiences200Response.cs | 2 +- .../Model/ListAudiences200Response1.cs | 2 +- .../Model/ListAudiencesAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs | 2 +- .../Model/ListAudiencesPaginationInput.cs | 2 +- .../Model/ListAuditEvents200Response.cs | 2 +- src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs | 2 +- .../Model/ListComputedTraits200Response.cs | 2 +- .../Model/ListComputedTraitsAlphaOutput.cs | 2 +- .../ListConnectedDestinationsFromSource200Response.cs | 2 +- .../ListConnectedDestinationsFromSource200Response1.cs | 2 +- .../ListConnectedDestinationsFromSourceAlphaOutput.cs | 2 +- .../ListConnectedDestinationsFromSourceV1Output.cs | 2 +- .../ListConnectedSourcesFromWarehouse200Response.cs | 2 +- .../Model/ListConnectedSourcesFromWarehouseV1Output.cs | 2 +- .../ListConnectedWarehousesFromSource200Response.cs | 2 +- .../ListConnectedWarehousesFromSource200Response1.cs | 2 +- .../ListConnectedWarehousesFromSourceAlphaOutput.cs | 2 +- .../Model/ListConnectedWarehousesFromSourceV1Output.cs | 2 +- ...DeliveryMetricsSummaryFromDestination200Response.cs | 2 +- ...tDeliveryMetricsSummaryFromDestinationBetaOutput.cs | 2 +- .../Model/ListDestinations200Response.cs | 2 +- .../Model/ListDestinationsFromAudience200Response.cs | 2 +- .../Model/ListDestinationsFromAudienceAlphaOutput.cs | 2 +- .../Model/ListDestinationsV1Output.cs | 2 +- .../Model/ListFiltersForSpace200Response.cs | 2 +- .../Model/ListFiltersForSpaceOutput.cs | 2 +- .../Model/ListFiltersFromDestination200Response.cs | 2 +- .../Model/ListFiltersFromDestinationV1Output.cs | 2 +- .../Model/ListFiltersPaginationInput.cs | 2 +- .../Model/ListFiltersPaginationOutput.cs | 2 +- src/Segment.PublicApi/Model/ListFunctionItemV1.cs | 2 +- .../Model/ListFunctionVersions200Response.cs | 2 +- .../Model/ListFunctionVersionsAlphaOutput.cs | 2 +- .../Model/ListFunctions200Response.cs | 2 +- src/Segment.PublicApi/Model/ListFunctionsV1Output.cs | 2 +- .../Model/ListInsertFunctionInstances200Response.cs | 2 +- .../Model/ListInsertFunctionInstancesAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListInvites200Response.cs | 2 +- .../Model/ListInvitesFromUserGroup200Response.cs | 2 +- .../Model/ListInvitesFromUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListInvitesV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListLabels200Response.cs | 2 +- src/Segment.PublicApi/Model/ListLabels200Response1.cs | 2 +- src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListLabelsV1Output.cs | 2 +- .../Model/ListProfilesWarehouseInSpace200Response.cs | 2 +- .../Model/ListProfilesWarehouseInSpaceAlphaOutput.cs | 2 +- .../Model/ListRegulationsFromSource200Response.cs | 2 +- .../Model/ListRegulationsFromSourceV1Output.cs | 2 +- ...yncStatusesFromModelAndSubscriptionId200Response.cs | 2 +- ...eETLSyncStatusesFromModelAndSubscriptionIdOutput.cs | 2 +- .../Model/ListReverseEtlModels200Response.cs | 2 +- .../Model/ListReverseEtlModelsOutput.cs | 2 +- src/Segment.PublicApi/Model/ListRoles200Response.cs | 2 +- src/Segment.PublicApi/Model/ListRolesV1Output.cs | 2 +- .../Model/ListRulesFromTrackingPlan200Response.cs | 2 +- .../Model/ListRulesFromTrackingPlanV1Output.cs | 2 +- .../Model/ListSchemaSettingsInSource200Response.cs | 2 +- .../Model/ListSchemaSettingsInSourceV1Output.cs | 2 +- ...tSelectiveSyncsFromWarehouseAndSource200Response.cs | 2 +- ...ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs | 2 +- ...stSelectiveSyncsFromWarehouseAndSpace200Response.cs | 2 +- ...stSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/ListSources200Response.cs | 2 +- src/Segment.PublicApi/Model/ListSources200Response1.cs | 2 +- src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs | 2 +- .../Model/ListSourcesFromTrackingPlan200Response.cs | 2 +- .../Model/ListSourcesFromTrackingPlanV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListSourcesV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListSpaces200Response.cs | 2 +- src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs | 2 +- .../ListSubscriptionsFromDestination200Response.cs | 2 +- .../ListSubscriptionsFromDestinationAlphaOutput.cs | 2 +- ...ListSupportedDestinationsFromAudience200Response.cs | 2 +- ...ListSupportedDestinationsFromAudienceAlphaOutput.cs | 2 +- .../Model/ListSuppressions200Response.cs | 2 +- .../Model/ListSuppressionsV1Output.cs | 2 +- .../Model/ListSyncsFromWarehouse200Response.cs | 2 +- .../ListSyncsFromWarehouseAndSource200Response.cs | 2 +- .../Model/ListSyncsFromWarehouseAndSourceV1Output.cs | 2 +- .../Model/ListSyncsFromWarehouseV1Output.cs | 2 +- .../Model/ListTrackingPlans200Response.cs | 2 +- .../Model/ListTrackingPlansV1Output.cs | 2 +- .../Model/ListTransformations200Response.cs | 2 +- .../Model/ListTransformationsBetaInput.cs | 2 +- .../Model/ListTransformationsBetaOutput.cs | 2 +- .../Model/ListTransformationsV1Output.cs | 2 +- .../Model/ListUserGroups200Response.cs | 2 +- .../Model/ListUserGroupsFromUser200Response.cs | 2 +- .../Model/ListUserGroupsFromUserV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUsers200Response.cs | 2 +- .../Model/ListUsersFromUserGroup200Response.cs | 2 +- .../Model/ListUsersFromUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/ListUsersV1Output.cs | 2 +- .../Model/ListWarehouses200Response.cs | 2 +- src/Segment.PublicApi/Model/ListWarehousesV1Output.cs | 2 +- .../Model/ListWorkspaceRegulations200Response.cs | 2 +- .../Model/ListWorkspaceRegulationsV1Output.cs | 2 +- src/Segment.PublicApi/Model/LivePluginsAlpha.cs | 2 +- src/Segment.PublicApi/Model/LogosBeta.cs | 2 +- .../Model/MessageSubscriptionResponse.cs | 2 +- .../Model/MessageSubscriptionResponseError.cs | 2 +- .../Model/MessagesSubscriptionRequest.cs | 2 +- src/Segment.PublicApi/Model/Metadata.cs | 2 +- src/Segment.PublicApi/Model/MetricBeta.cs | 2 +- src/Segment.PublicApi/Model/MinimalUserGroupV1.cs | 2 +- src/Segment.PublicApi/Model/MinimalUserV1.cs | 2 +- src/Segment.PublicApi/Model/ModelVersion.cs | 2 +- src/Segment.PublicApi/Model/MtuSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/PaginationInput.cs | 2 +- src/Segment.PublicApi/Model/PaginationOutput.cs | 2 +- src/Segment.PublicApi/Model/PeriodicConfig.cs | 2 +- src/Segment.PublicApi/Model/PermissionInputV1.cs | 2 +- src/Segment.PublicApi/Model/PermissionResourceV1.cs | 2 +- src/Segment.PublicApi/Model/PermissionV1.cs | 2 +- src/Segment.PublicApi/Model/PersonalizationInput.cs | 2 +- .../Model/PersonalizationInputEntity.cs | 2 +- .../Model/PreviewDestinationFilter200Response.cs | 2 +- .../Model/PreviewDestinationFilterV1.cs | 2 +- .../Model/PreviewDestinationFilterV1Input.cs | 2 +- .../Model/PreviewDestinationFilterV1Output.cs | 2 +- src/Segment.PublicApi/Model/Profile.cs | 2 +- src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs | 2 +- src/Segment.PublicApi/Model/PropertyRenameBeta.cs | 2 +- src/Segment.PublicApi/Model/PropertyRenameV1.cs | 2 +- .../Model/PropertyValueTransformationBeta.cs | 2 +- .../Model/PropertyValueTransformationV1.cs | 2 +- .../Model/ReadAudiencePreviewOptions.cs | 2 +- src/Segment.PublicApi/Model/Regulation.cs | 2 +- src/Segment.PublicApi/Model/RegulationListEntryV1.cs | 2 +- .../Model/RemoveActivationFromAudience200Response.cs | 2 +- .../Model/RemoveActivationFromAudienceOutput.cs | 2 +- .../Model/RemoveAudienceFromSpace200Response.cs | 2 +- .../Model/RemoveAudienceFromSpace200Response1.cs | 2 +- .../Model/RemoveAudienceFromSpaceAlphaOutput.cs | 2 +- .../Model/RemoveAudienceFromSpaceBetaOutput.cs | 2 +- .../RemoveAudienceScheduleFromAudience200Response.cs | 2 +- .../RemoveAudienceScheduleFromAudienceAlphaOutput.cs | 2 +- .../Model/RemoveComputedTraitFromSpace200Response.cs | 2 +- .../Model/RemoveComputedTraitFromSpaceAlphaOutput.cs | 2 +- .../Model/RemoveFilterFromDestination200Response.cs | 2 +- .../Model/RemoveFilterFromDestinationV1Output.cs | 2 +- .../RemoveProfilesWarehouseFromSpace200Response.cs | 2 +- .../RemoveProfilesWarehouseFromSpaceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/RemoveRuleV1.cs | 2 +- .../Model/RemoveRulesFromTrackingPlan200Response.cs | 2 +- .../Model/RemoveRulesFromTrackingPlanV1Output.cs | 2 +- .../RemoveSourceConnectionFromWarehouse200Response.cs | 2 +- .../RemoveSourceConnectionFromWarehouseV1Output.cs | 2 +- .../Model/RemoveSourceFromTrackingPlan200Response.cs | 2 +- .../Model/RemoveSourceFromTrackingPlanV1Output.cs | 2 +- .../RemoveSubscriptionFromDestination200Response.cs | 2 +- .../RemoveSubscriptionFromDestinationAlphaOutput.cs | 2 +- .../Model/RemoveUsersFromUserGroup200Response.cs | 2 +- .../Model/RemoveUsersFromUserGroupV1Output.cs | 2 +- .../Model/RemoveWriteKeyFromSource200Response.cs | 2 +- .../Model/RemoveWriteKeyFromSourceAlphaOutput.cs | 2 +- ...placeAdvancedSyncScheduleForWarehouse200Response.cs | 2 +- .../ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs | 2 +- .../ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs | 2 +- .../Model/ReplaceLabelsInSource200Response.cs | 2 +- .../Model/ReplaceLabelsInSource200Response1.cs | 2 +- .../Model/ReplaceLabelsInSourceAlphaInput.cs | 2 +- .../Model/ReplaceLabelsInSourceAlphaOutput.cs | 2 +- .../Model/ReplaceLabelsInSourceV1Input.cs | 2 +- .../Model/ReplaceLabelsInSourceV1Output.cs | 2 +- ...ReplaceMessagingSubscriptionsInSpaces200Response.cs | 2 +- .../ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs | 2 +- ...ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs | 2 +- .../Model/ReplacePermissionsForUser200Response.cs | 2 +- .../Model/ReplacePermissionsForUserGroup200Response.cs | 2 +- .../Model/ReplacePermissionsForUserGroupV1Input.cs | 2 +- .../Model/ReplacePermissionsForUserGroupV1Output.cs | 2 +- .../Model/ReplacePermissionsForUserV1Input.cs | 2 +- .../Model/ReplacePermissionsForUserV1Output.cs | 2 +- .../Model/ReplaceRulesInTrackingPlan200Response.cs | 2 +- .../Model/ReplaceRulesInTrackingPlanV1Input.cs | 2 +- .../Model/ReplaceRulesInTrackingPlanV1Output.cs | 2 +- .../Model/ReplaceUsersInUserGroup200Response.cs | 2 +- .../Model/ReplaceUsersInUserGroupV1Input.cs | 2 +- .../Model/ReplaceUsersInUserGroupV1Output.cs | 2 +- src/Segment.PublicApi/Model/RequestError.cs | 2 +- src/Segment.PublicApi/Model/RequestErrorEnvelope.cs | 2 +- src/Segment.PublicApi/Model/ResourceV1.cs | 2 +- .../Model/RestoreFunctionVersion200Response.cs | 2 +- .../Model/RestoreFunctionVersionAlphaInput.cs | 2 +- .../Model/RestoreFunctionVersionAlphaOutput.cs | 2 +- .../Model/ReverseETLManualSyncJobOutput.cs | 2 +- src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs | 2 +- .../Model/ReverseEtlCronScheduleConfig.cs | 2 +- .../Model/ReverseEtlDbtCloudScheduleConfig.cs | 2 +- src/Segment.PublicApi/Model/ReverseEtlModel.cs | 2 +- .../Model/ReverseEtlPeriodicScheduleConfig.cs | 2 +- .../Model/ReverseEtlScheduleConfig.cs | 2 +- .../Model/ReverseEtlScheduleDefinition.cs | 2 +- .../Model/ReverseEtlSpecificTimeScheduleConfig.cs | 2 +- src/Segment.PublicApi/Model/RoleV1.cs | 2 +- src/Segment.PublicApi/Model/RuleInputV1.cs | 2 +- src/Segment.PublicApi/Model/RuleV1.cs | 2 +- src/Segment.PublicApi/Model/SimpleDestination.cs | 2 +- src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/SourceAlpha.cs | 2 +- .../Model/SourceEventVolumeDatapointV1.cs | 2 +- src/Segment.PublicApi/Model/SourceEventVolumeV1.cs | 2 +- src/Segment.PublicApi/Model/SourceMetadataV1.cs | 2 +- src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs | 2 +- src/Segment.PublicApi/Model/SourceV1.cs | 2 +- src/Segment.PublicApi/Model/Space.cs | 2 +- .../Model/SpaceWarehouseSchemaOverride.cs | 2 +- .../Model/SpaceWarehouseSelectiveSyncItemAlpha.cs | 2 +- src/Segment.PublicApi/Model/SpecificDaysConfig.cs | 2 +- src/Segment.PublicApi/Model/StreamStatusV1.cs | 2 +- src/Segment.PublicApi/Model/SuppressedInner.cs | 2 +- src/Segment.PublicApi/Model/SyncExtractPhase.cs | 2 +- src/Segment.PublicApi/Model/SyncLoadPhase.cs | 2 +- src/Segment.PublicApi/Model/SyncNoticeV1.cs | 2 +- src/Segment.PublicApi/Model/SyncV1.cs | 2 +- src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs | 2 +- src/Segment.PublicApi/Model/TrackingPlanV1.cs | 2 +- src/Segment.PublicApi/Model/TraitDefinition.cs | 2 +- src/Segment.PublicApi/Model/TraitOptions.cs | 2 +- src/Segment.PublicApi/Model/TransformationBeta.cs | 2 +- src/Segment.PublicApi/Model/TransformationV1.cs | 2 +- .../Model/UpdateActivationForAudience200Response.cs | 2 +- .../Model/UpdateActivationForAudienceAlphaInput.cs | 2 +- .../Model/UpdateActivationForAudienceOutput.cs | 2 +- .../Model/UpdateAudienceForSpace200Response.cs | 2 +- .../Model/UpdateAudienceForSpace200Response1.cs | 2 +- .../Model/UpdateAudienceForSpaceAlphaInput.cs | 2 +- .../Model/UpdateAudienceForSpaceAlphaOutput.cs | 2 +- .../Model/UpdateAudienceForSpaceBetaInput.cs | 2 +- .../Model/UpdateAudienceForSpaceBetaOutput.cs | 2 +- .../UpdateAudienceScheduleForAudience200Response.cs | 2 +- .../UpdateAudienceScheduleForAudienceAlphaInput.cs | 2 +- .../UpdateAudienceScheduleForAudienceAlphaOutput.cs | 2 +- .../Model/UpdateComputedTraitForSpace200Response.cs | 2 +- .../Model/UpdateComputedTraitForSpaceAlphaInput.cs | 2 +- .../Model/UpdateComputedTraitForSpaceAlphaOutput.cs | 2 +- .../Model/UpdateDestination200Response.cs | 2 +- .../Model/UpdateDestinationV1Input.cs | 2 +- .../Model/UpdateDestinationV1Output.cs | 2 +- .../Model/UpdateFilterById200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs | 2 +- src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs | 2 +- .../Model/UpdateFilterForDestination200Response.cs | 2 +- .../Model/UpdateFilterForDestinationV1Input.cs | 2 +- .../Model/UpdateFilterForDestinationV1Output.cs | 2 +- .../Model/UpdateFunction200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs | 2 +- .../Model/UpdateGroupSubscriptionStatusResponse.cs | 2 +- .../Model/UpdateInsertFunctionInstance200Response.cs | 2 +- .../Model/UpdateInsertFunctionInstanceAlphaInput.cs | 2 +- .../Model/UpdateInsertFunctionInstanceAlphaOutput.cs | 2 +- ...ateProfilesWarehouseForSpaceWarehouse200Response.cs | 2 +- ...dateProfilesWarehouseForSpaceWarehouseAlphaInput.cs | 2 +- ...ateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs | 2 +- .../Model/UpdateReverseEtlModel200Response.cs | 2 +- .../Model/UpdateReverseEtlModelInput.cs | 2 +- .../Model/UpdateReverseEtlModelOutput.cs | 2 +- .../Model/UpdateRulesInTrackingPlan200Response.cs | 2 +- .../Model/UpdateRulesInTrackingPlanV1Input.cs | 2 +- .../Model/UpdateRulesInTrackingPlanV1Output.cs | 2 +- .../Model/UpdateSchemaSettingsInSource200Response.cs | 2 +- .../Model/UpdateSchemaSettingsInSourceV1Input.cs | 2 +- .../Model/UpdateSchemaSettingsInSourceV1Output.cs | 2 +- .../UpdateSelectiveSyncForWarehouse200Response.cs | 2 +- ...dateSelectiveSyncForWarehouseAndSpace200Response.cs | 2 +- ...pdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs | 2 +- ...dateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs | 2 +- .../Model/UpdateSelectiveSyncForWarehouseV1Input.cs | 2 +- .../Model/UpdateSelectiveSyncForWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/UpdateSource200Response.cs | 2 +- .../Model/UpdateSource200Response1.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateSourceV1Output.cs | 2 +- .../UpdateSubscriptionForDestination200Response.cs | 2 +- .../UpdateSubscriptionForDestinationAlphaInput.cs | 2 +- .../UpdateSubscriptionForDestinationAlphaOutput.cs | 2 +- .../Model/UpdateTrackingPlan200Response.cs | 2 +- .../Model/UpdateTrackingPlanV1Input.cs | 2 +- .../Model/UpdateTrackingPlanV1Output.cs | 2 +- .../Model/UpdateTransformation200Response.cs | 2 +- .../Model/UpdateTransformationBetaInput.cs | 2 +- .../Model/UpdateTransformationBetaOutput.cs | 2 +- .../Model/UpdateTransformationV1Input.cs | 2 +- .../Model/UpdateTransformationV1Output.cs | 2 +- .../Model/UpdateUserGroup200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs | 2 +- .../Model/UpdateWarehouse200Response.cs | 2 +- src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs | 2 +- src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs | 2 +- src/Segment.PublicApi/Model/UpsertRuleV1.cs | 2 +- src/Segment.PublicApi/Model/UserGroupV1.cs | 2 +- src/Segment.PublicApi/Model/UserV1.cs | 2 +- .../Model/UsersPerSourceSnapshotV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseMetadataV1.cs | 2 +- .../Model/WarehouseSelectiveSyncItemV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs | 2 +- src/Segment.PublicApi/Model/WarehouseV1.cs | 2 +- src/Segment.PublicApi/Model/WorkspaceV1.cs | 2 +- src/Segment.PublicApi/README.md | 2 +- src/Segment.PublicApi/Segment.PublicApi.csproj | 2 +- 704 files changed, 712 insertions(+), 712 deletions(-) diff --git a/README.md b/README.md index 81d7c03a7..a6b2cf93f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See the next sections for more information on how to use the Segment Public API. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 62.0.3 +- API version: 62.0.4 - Generator version: 7.0.1 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com) diff --git a/Segment.PublicApi.sln b/Segment.PublicApi.sln index 77da5fd9f..63f9b2e60 100644 --- a/Segment.PublicApi.sln +++ b/Segment.PublicApi.sln @@ -2,7 +2,7 @@ # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{25886F50-CDE6-421C-9F6D-051D9B91A732}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{DDFA4092-3AFA-4F33-B401-BD8B90F7C706}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {25886F50-CDE6-421C-9F6D-051D9B91A732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {25886F50-CDE6-421C-9F6D-051D9B91A732}.Debug|Any CPU.Build.0 = Debug|Any CPU - {25886F50-CDE6-421C-9F6D-051D9B91A732}.Release|Any CPU.ActiveCfg = Release|Any CPU - {25886F50-CDE6-421C-9F6D-051D9B91A732}.Release|Any CPU.Build.0 = Release|Any CPU + {DDFA4092-3AFA-4F33-B401-BD8B90F7C706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DDFA4092-3AFA-4F33-B401-BD8B90F7C706}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DDFA4092-3AFA-4F33-B401-BD8B90F7C706}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DDFA4092-3AFA-4F33-B401-BD8B90F7C706}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Segment.PublicApi/Api/APICallsApi.cs b/src/Segment.PublicApi/Api/APICallsApi.cs index 4955c7b1c..f4ec72a15 100644 --- a/src/Segment.PublicApi/Api/APICallsApi.cs +++ b/src/Segment.PublicApi/Api/APICallsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ActivationsApi.cs b/src/Segment.PublicApi/Api/ActivationsApi.cs index 27105b120..53ae5a692 100644 --- a/src/Segment.PublicApi/Api/ActivationsApi.cs +++ b/src/Segment.PublicApi/Api/ActivationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/AudiencesApi.cs b/src/Segment.PublicApi/Api/AudiencesApi.cs index 2eaf318ec..30919016f 100644 --- a/src/Segment.PublicApi/Api/AudiencesApi.cs +++ b/src/Segment.PublicApi/Api/AudiencesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/AuditTrailApi.cs b/src/Segment.PublicApi/Api/AuditTrailApi.cs index 1f75778cd..809af0266 100644 --- a/src/Segment.PublicApi/Api/AuditTrailApi.cs +++ b/src/Segment.PublicApi/Api/AuditTrailApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/CatalogApi.cs b/src/Segment.PublicApi/Api/CatalogApi.cs index 1f57ca5f1..3004927c2 100644 --- a/src/Segment.PublicApi/Api/CatalogApi.cs +++ b/src/Segment.PublicApi/Api/CatalogApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ComputedTraitsApi.cs b/src/Segment.PublicApi/Api/ComputedTraitsApi.cs index 5f7e05596..60e1b26fa 100644 --- a/src/Segment.PublicApi/Api/ComputedTraitsApi.cs +++ b/src/Segment.PublicApi/Api/ComputedTraitsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/CustomerInsightsApi.cs b/src/Segment.PublicApi/Api/CustomerInsightsApi.cs index 54de08b05..1774eceb8 100644 --- a/src/Segment.PublicApi/Api/CustomerInsightsApi.cs +++ b/src/Segment.PublicApi/Api/CustomerInsightsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DbtApi.cs b/src/Segment.PublicApi/Api/DbtApi.cs index 82ebeadd2..c729844b5 100644 --- a/src/Segment.PublicApi/Api/DbtApi.cs +++ b/src/Segment.PublicApi/Api/DbtApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs b/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs index d5035f7f0..f6731bc48 100644 --- a/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs +++ b/src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs b/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs index a6141d4df..b0f0aae2b 100644 --- a/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs +++ b/src/Segment.PublicApi/Api/DeliveryOverviewApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DestinationFiltersApi.cs b/src/Segment.PublicApi/Api/DestinationFiltersApi.cs index 223660779..37e2ad94f 100644 --- a/src/Segment.PublicApi/Api/DestinationFiltersApi.cs +++ b/src/Segment.PublicApi/Api/DestinationFiltersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/DestinationsApi.cs b/src/Segment.PublicApi/Api/DestinationsApi.cs index de414ab60..7fb8ea48a 100644 --- a/src/Segment.PublicApi/Api/DestinationsApi.cs +++ b/src/Segment.PublicApi/Api/DestinationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/EventsApi.cs b/src/Segment.PublicApi/Api/EventsApi.cs index adacf7862..595980b79 100644 --- a/src/Segment.PublicApi/Api/EventsApi.cs +++ b/src/Segment.PublicApi/Api/EventsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/FunctionsApi.cs b/src/Segment.PublicApi/Api/FunctionsApi.cs index 8c43eb96d..40af2deca 100644 --- a/src/Segment.PublicApi/Api/FunctionsApi.cs +++ b/src/Segment.PublicApi/Api/FunctionsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMGroupsApi.cs b/src/Segment.PublicApi/Api/IAMGroupsApi.cs index 73518f788..8e313fff3 100644 --- a/src/Segment.PublicApi/Api/IAMGroupsApi.cs +++ b/src/Segment.PublicApi/Api/IAMGroupsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMRolesApi.cs b/src/Segment.PublicApi/Api/IAMRolesApi.cs index 5419d2157..eba8d7bb0 100644 --- a/src/Segment.PublicApi/Api/IAMRolesApi.cs +++ b/src/Segment.PublicApi/Api/IAMRolesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/IAMUsersApi.cs b/src/Segment.PublicApi/Api/IAMUsersApi.cs index 8bfb10cac..79c26d3ca 100644 --- a/src/Segment.PublicApi/Api/IAMUsersApi.cs +++ b/src/Segment.PublicApi/Api/IAMUsersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/LabelsApi.cs b/src/Segment.PublicApi/Api/LabelsApi.cs index f07f1ae26..fc0e0b142 100644 --- a/src/Segment.PublicApi/Api/LabelsApi.cs +++ b/src/Segment.PublicApi/Api/LabelsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/LivePluginsApi.cs b/src/Segment.PublicApi/Api/LivePluginsApi.cs index bcab20292..b8f47a306 100644 --- a/src/Segment.PublicApi/Api/LivePluginsApi.cs +++ b/src/Segment.PublicApi/Api/LivePluginsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs b/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs index f0bc8d723..dd4291fd2 100644 --- a/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs +++ b/src/Segment.PublicApi/Api/MonthlyTrackedUsersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ProfilesSyncApi.cs b/src/Segment.PublicApi/Api/ProfilesSyncApi.cs index 084720dfb..ea99caa0e 100644 --- a/src/Segment.PublicApi/Api/ProfilesSyncApi.cs +++ b/src/Segment.PublicApi/Api/ProfilesSyncApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/ReverseETLApi.cs b/src/Segment.PublicApi/Api/ReverseETLApi.cs index e622b15e0..4f37bfb91 100644 --- a/src/Segment.PublicApi/Api/ReverseETLApi.cs +++ b/src/Segment.PublicApi/Api/ReverseETLApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SelectiveSyncApi.cs b/src/Segment.PublicApi/Api/SelectiveSyncApi.cs index e2460f2de..615bfa1a3 100644 --- a/src/Segment.PublicApi/Api/SelectiveSyncApi.cs +++ b/src/Segment.PublicApi/Api/SelectiveSyncApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SourcesApi.cs b/src/Segment.PublicApi/Api/SourcesApi.cs index 79ca41bae..a551c14eb 100644 --- a/src/Segment.PublicApi/Api/SourcesApi.cs +++ b/src/Segment.PublicApi/Api/SourcesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SpaceFiltersApi.cs b/src/Segment.PublicApi/Api/SpaceFiltersApi.cs index f7db0c5bb..d74e8b6f3 100644 --- a/src/Segment.PublicApi/Api/SpaceFiltersApi.cs +++ b/src/Segment.PublicApi/Api/SpaceFiltersApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/SpacesApi.cs b/src/Segment.PublicApi/Api/SpacesApi.cs index fb3525917..12bd258e5 100644 --- a/src/Segment.PublicApi/Api/SpacesApi.cs +++ b/src/Segment.PublicApi/Api/SpacesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TestingApi.cs b/src/Segment.PublicApi/Api/TestingApi.cs index b4f8e5a76..90672de76 100644 --- a/src/Segment.PublicApi/Api/TestingApi.cs +++ b/src/Segment.PublicApi/Api/TestingApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TrackingPlansApi.cs b/src/Segment.PublicApi/Api/TrackingPlansApi.cs index 297737e44..cd05101ed 100644 --- a/src/Segment.PublicApi/Api/TrackingPlansApi.cs +++ b/src/Segment.PublicApi/Api/TrackingPlansApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/TransformationsApi.cs b/src/Segment.PublicApi/Api/TransformationsApi.cs index 3647e397d..6db76e646 100644 --- a/src/Segment.PublicApi/Api/TransformationsApi.cs +++ b/src/Segment.PublicApi/Api/TransformationsApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/WarehousesApi.cs b/src/Segment.PublicApi/Api/WarehousesApi.cs index 5d92ee12f..fe4df3442 100644 --- a/src/Segment.PublicApi/Api/WarehousesApi.cs +++ b/src/Segment.PublicApi/Api/WarehousesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Api/WorkspacesApi.cs b/src/Segment.PublicApi/Api/WorkspacesApi.cs index 000ad88e4..76c3bc298 100644 --- a/src/Segment.PublicApi/Api/WorkspacesApi.cs +++ b/src/Segment.PublicApi/Api/WorkspacesApi.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiClient.cs b/src/Segment.PublicApi/Client/ApiClient.cs index d5d0a292b..ead0a939b 100644 --- a/src/Segment.PublicApi/Client/ApiClient.cs +++ b/src/Segment.PublicApi/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiException.cs b/src/Segment.PublicApi/Client/ApiException.cs index f253c9144..a6b3eac65 100644 --- a/src/Segment.PublicApi/Client/ApiException.cs +++ b/src/Segment.PublicApi/Client/ApiException.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ApiResponse.cs b/src/Segment.PublicApi/Client/ApiResponse.cs index a511a63aa..8df58f7fd 100644 --- a/src/Segment.PublicApi/Client/ApiResponse.cs +++ b/src/Segment.PublicApi/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ClientUtils.cs b/src/Segment.PublicApi/Client/ClientUtils.cs index afd88bcb0..096a727cc 100644 --- a/src/Segment.PublicApi/Client/ClientUtils.cs +++ b/src/Segment.PublicApi/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/Configuration.cs b/src/Segment.PublicApi/Client/Configuration.cs index e6d7b4057..0522fc7e1 100644 --- a/src/Segment.PublicApi/Client/Configuration.cs +++ b/src/Segment.PublicApi/Client/Configuration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -34,7 +34,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = " 62.0.3"; + public const string Version = " 62.0.4"; /// /// Identifier for ISO 8601 DateTime Format @@ -118,7 +118,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = WebUtility.UrlEncode("Public API SDK 62.0.3 (C#)"); + UserAgent = WebUtility.UrlEncode("Public API SDK 62.0.4 (C#)"); BasePath = "https://api.segmentapis.com"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -546,8 +546,8 @@ public static string ToDebugReport() string report = "C# SDK (Segment.PublicApi) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 62.0.3\n"; - report += " SDK Package Version: 62.0.3\n"; + report += " Version of the API: 62.0.4\n"; + report += " SDK Package Version: 62.0.4\n"; return report; } diff --git a/src/Segment.PublicApi/Client/ExceptionFactory.cs b/src/Segment.PublicApi/Client/ExceptionFactory.cs index e70e02e9d..8c2c0b0ce 100644 --- a/src/Segment.PublicApi/Client/ExceptionFactory.cs +++ b/src/Segment.PublicApi/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/GlobalConfiguration.cs b/src/Segment.PublicApi/Client/GlobalConfiguration.cs index 33bba0ae1..e60d42dda 100644 --- a/src/Segment.PublicApi/Client/GlobalConfiguration.cs +++ b/src/Segment.PublicApi/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/HttpMethod.cs b/src/Segment.PublicApi/Client/HttpMethod.cs index e32859a29..e4b8d3612 100644 --- a/src/Segment.PublicApi/Client/HttpMethod.cs +++ b/src/Segment.PublicApi/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IApiAccessor.cs b/src/Segment.PublicApi/Client/IApiAccessor.cs index d2027ebde..c1d78d900 100644 --- a/src/Segment.PublicApi/Client/IApiAccessor.cs +++ b/src/Segment.PublicApi/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IAsynchronousClient.cs b/src/Segment.PublicApi/Client/IAsynchronousClient.cs index 4e4150488..da942962c 100644 --- a/src/Segment.PublicApi/Client/IAsynchronousClient.cs +++ b/src/Segment.PublicApi/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/IReadableConfiguration.cs b/src/Segment.PublicApi/Client/IReadableConfiguration.cs index 1438abdfb..e5245b46a 100644 --- a/src/Segment.PublicApi/Client/IReadableConfiguration.cs +++ b/src/Segment.PublicApi/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/ISynchronousClient.cs b/src/Segment.PublicApi/Client/ISynchronousClient.cs index b66f18de3..8d0ac2af4 100644 --- a/src/Segment.PublicApi/Client/ISynchronousClient.cs +++ b/src/Segment.PublicApi/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/Multimap.cs b/src/Segment.PublicApi/Client/Multimap.cs index c4a6c354f..f51a0416b 100644 --- a/src/Segment.PublicApi/Client/Multimap.cs +++ b/src/Segment.PublicApi/Client/Multimap.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs b/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs index 1a306a9b8..f281b3e3e 100644 --- a/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs +++ b/src/Segment.PublicApi/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/RequestOptions.cs b/src/Segment.PublicApi/Client/RequestOptions.cs index 9a0cb88b5..b843311fc 100644 --- a/src/Segment.PublicApi/Client/RequestOptions.cs +++ b/src/Segment.PublicApi/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Client/RetryConfiguration.cs b/src/Segment.PublicApi/Client/RetryConfiguration.cs index 0f059f60c..1117bcb98 100644 --- a/src/Segment.PublicApi/Client/RetryConfiguration.cs +++ b/src/Segment.PublicApi/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/APICallSnapshotV1.cs b/src/Segment.PublicApi/Model/APICallSnapshotV1.cs index 8bc5ffb5e..f56f148da 100644 --- a/src/Segment.PublicApi/Model/APICallSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/APICallSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs b/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs index 64c1bea7c..db7b27a35 100644 --- a/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs +++ b/src/Segment.PublicApi/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AccessPermissionV1.cs b/src/Segment.PublicApi/Model/AccessPermissionV1.cs index f25f1db3d..5c10b5d5b 100644 --- a/src/Segment.PublicApi/Model/AccessPermissionV1.cs +++ b/src/Segment.PublicApi/Model/AccessPermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ActivationOutput.cs b/src/Segment.PublicApi/Model/ActivationOutput.cs index 2a4442ff6..8f1bf8247 100644 --- a/src/Segment.PublicApi/Model/ActivationOutput.cs +++ b/src/Segment.PublicApi/Model/ActivationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs b/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs index 33cf9557f..d3ee651d8 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs index 6f6f9998b..450ce8720 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs index 1a7c903c2..a6b6d802b 100644 --- a/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddActivationToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs index 6e833065e..89f7ded89 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs index cb52781d2..b4e23e8b4 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs index 69b7cf550..8b514690d 100644 --- a/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddAudienceScheduleToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs index 78a95dddd..ac483ce5b 100644 --- a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs index 996b4277d..d9fc3f4d5 100644 --- a/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/AddConnectionFromSourceToWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs b/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs index 51673a574..28998b042 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs index 1f85086a0..d7ad0be6d 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs index bfd961e39..7f622d5ad 100644 --- a/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddDestinationToAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs b/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs index 240697e5d..57ee16a79 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs b/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs index 98f1bd78d..3bf6a2d7b 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs index c7d59c1db..d41e4ba77 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs index afbf1b524..9ae663528 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs index a9111763d..cc2543ed6 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs index 6df1b25fb..0804b368c 100644 --- a/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/AddLabelsToSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs b/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs index 2c57ee53c..7443c645e 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs index a7dfb5a6f..9c7104297 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs index 577d71e36..91a5a5838 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs index c0d739ed8..05b1fd4de 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs index 3e79f7e74..49c2a7f2f 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs index a050f3485..06ddc1b94 100644 --- a/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs +++ b/src/Segment.PublicApi/Model/AddPermissionsToUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs index 7b23eb46c..342af7496 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs index 146a68df6..e2f311906 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs index be731251c..75e487667 100644 --- a/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/AddSourceToTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs index aac1862c0..7b2097fc2 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs index ac7ca3f60..3e6d03014 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs index d09767c8c..3c7ac4208 100644 --- a/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/AddUsersToUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs index 52780ca85..d44e3a9f7 100644 --- a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs +++ b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs index d351d019d..96fe07406 100644 --- a/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs +++ b/src/Segment.PublicApi/Model/AdvancedWarehouseSyncScheduleV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AllowedLabelBeta.cs b/src/Segment.PublicApi/Model/AllowedLabelBeta.cs index eb4c1139e..eaa4ec7e9 100644 --- a/src/Segment.PublicApi/Model/AllowedLabelBeta.cs +++ b/src/Segment.PublicApi/Model/AllowedLabelBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceComputeCadence.cs b/src/Segment.PublicApi/Model/AudienceComputeCadence.cs index 76d34565b..8e76b1e28 100644 --- a/src/Segment.PublicApi/Model/AudienceComputeCadence.cs +++ b/src/Segment.PublicApi/Model/AudienceComputeCadence.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceDefinition.cs b/src/Segment.PublicApi/Model/AudienceDefinition.cs index 3f823921f..3ecb7a0ed 100644 --- a/src/Segment.PublicApi/Model/AudienceDefinition.cs +++ b/src/Segment.PublicApi/Model/AudienceDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs b/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs index 8a9a99480..e7a2ba974 100644 --- a/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs +++ b/src/Segment.PublicApi/Model/AudienceDefinitionWithoutTargetEntity.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceOptions.cs b/src/Segment.PublicApi/Model/AudienceOptions.cs index 6b8058ec8..40326d04a 100644 --- a/src/Segment.PublicApi/Model/AudienceOptions.cs +++ b/src/Segment.PublicApi/Model/AudienceOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs b/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs index b4bb2eddf..ce11048be 100644 --- a/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs +++ b/src/Segment.PublicApi/Model/AudienceOptionsWithLookback.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreview.cs b/src/Segment.PublicApi/Model/AudiencePreview.cs index c69b11aa3..473bf5636 100644 --- a/src/Segment.PublicApi/Model/AudiencePreview.cs +++ b/src/Segment.PublicApi/Model/AudiencePreview.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs index 05b5443a8..f109539a2 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewAccountResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs index e82f5a039..fecdaf399 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewEntitiesResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs b/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs index 73523c0f7..6b92b8bc1 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewIdentifier.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs index 26bc13821..4a1ef51ec 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewProfileResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudiencePreviewResult.cs b/src/Segment.PublicApi/Model/AudiencePreviewResult.cs index fc3f0bfed..ccbc1edd8 100644 --- a/src/Segment.PublicApi/Model/AudiencePreviewResult.cs +++ b/src/Segment.PublicApi/Model/AudiencePreviewResult.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceRunInfo.cs b/src/Segment.PublicApi/Model/AudienceRunInfo.cs index 9b921899b..b9505479b 100644 --- a/src/Segment.PublicApi/Model/AudienceRunInfo.cs +++ b/src/Segment.PublicApi/Model/AudienceRunInfo.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSchedule.cs b/src/Segment.PublicApi/Model/AudienceSchedule.cs index 705d1acb3..f62e9336c 100644 --- a/src/Segment.PublicApi/Model/AudienceSchedule.cs +++ b/src/Segment.PublicApi/Model/AudienceSchedule.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSize.cs b/src/Segment.PublicApi/Model/AudienceSize.cs index e0aae350a..39826e310 100644 --- a/src/Segment.PublicApi/Model/AudienceSize.cs +++ b/src/Segment.PublicApi/Model/AudienceSize.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSummary.cs b/src/Segment.PublicApi/Model/AudienceSummary.cs index 6d4aa3e58..2b5c1b6ae 100644 --- a/src/Segment.PublicApi/Model/AudienceSummary.cs +++ b/src/Segment.PublicApi/Model/AudienceSummary.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs b/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs index 3d1df5615..a05cee88a 100644 --- a/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs +++ b/src/Segment.PublicApi/Model/AudienceSummaryWithAudienceTypeAndLookback.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/AuditEventV1.cs b/src/Segment.PublicApi/Model/AuditEventV1.cs index b2f66b475..b484f438c 100644 --- a/src/Segment.PublicApi/Model/AuditEventV1.cs +++ b/src/Segment.PublicApi/Model/AuditEventV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs index f7a9af7de..49dc59c8b 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs index 5f96e680d..20913be6c 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs index 1ef7a1d9f..635333c31 100644 --- a/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/BatchQueryMessagingSubscriptionsForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/BreakdownBeta.cs b/src/Segment.PublicApi/Model/BreakdownBeta.cs index da29dc6a7..fe89aa70b 100644 --- a/src/Segment.PublicApi/Model/BreakdownBeta.cs +++ b/src/Segment.PublicApi/Model/BreakdownBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs index 401181657..fdfeb0ad4 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs index 4783e3706..35925e3ed 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs index 533393385..192b1273f 100644 --- a/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs +++ b/src/Segment.PublicApi/Model/CancelReverseETLSyncForModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs b/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs index 9c33cbf5f..b6829a7bb 100644 --- a/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/CommonSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ComputedTraitSummary.cs b/src/Segment.PublicApi/Model/ComputedTraitSummary.cs index ebacee1c2..594f12326 100644 --- a/src/Segment.PublicApi/Model/ComputedTraitSummary.cs +++ b/src/Segment.PublicApi/Model/ComputedTraitSummary.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs b/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs index aae08fffa..0015f101f 100644 --- a/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs +++ b/src/Segment.PublicApi/Model/ComputedTraitsDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Config.cs b/src/Segment.PublicApi/Model/Config.cs index c996df051..7bbf943b5 100644 --- a/src/Segment.PublicApi/Model/Config.cs +++ b/src/Segment.PublicApi/Model/Config.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Config1.cs b/src/Segment.PublicApi/Model/Config1.cs index 1793d55d9..68c035679 100644 --- a/src/Segment.PublicApi/Model/Config1.cs +++ b/src/Segment.PublicApi/Model/Config1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Connection.cs b/src/Segment.PublicApi/Model/Connection.cs index 05d8789bb..8d31fec12 100644 --- a/src/Segment.PublicApi/Model/Connection.cs +++ b/src/Segment.PublicApi/Model/Connection.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Contact.cs b/src/Segment.PublicApi/Model/Contact.cs index 2333dd2cc..ba0909882 100644 --- a/src/Segment.PublicApi/Model/Contact.cs +++ b/src/Segment.PublicApi/Model/Contact.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudience200Response.cs b/src/Segment.PublicApi/Model/CreateAudience200Response.cs index e70a88e5a..1c61fe02e 100644 --- a/src/Segment.PublicApi/Model/CreateAudience200Response.cs +++ b/src/Segment.PublicApi/Model/CreateAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudience200Response1.cs b/src/Segment.PublicApi/Model/CreateAudience200Response1.cs index 88c9e7128..af38b07ac 100644 --- a/src/Segment.PublicApi/Model/CreateAudience200Response1.cs +++ b/src/Segment.PublicApi/Model/CreateAudience200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs index ee8350726..35372c1ea 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs index 5ed03228d..ed5acbcf9 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs b/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs index 1a4cd28ea..d6047e79e 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs b/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs index 31fbe8361..42c9a2f9b 100644 --- a/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudienceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs index 705c774b7..40d237618 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs index ab835b71f..df3a76db4 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreview200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs index 0aaebc3e5..f5d4becd9 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs index 7a105ab20..56d2dbb19 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs index 896813714..ecedb61a5 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs index b8f3b0c9b..10f32c8d7 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs b/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs index 2c4206b3f..ddc55411d 100644 --- a/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs +++ b/src/Segment.PublicApi/Model/CreateAudiencePreviewOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs index 86d3f0119..998e83e56 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs index a626167e6..8a46c5969 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs index dffd5d05b..75c5e8dd0 100644 --- a/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateCloudSourceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs b/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs index 52e4d81aa..c216be71a 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTrait200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs index 189499482..c7671e28f 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs index f47089299..c7f457824 100644 --- a/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateComputedTraitAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs index 3b09ffce0..7bea6e773 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTrigger200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs index bdc082e0b..ac10d00d6 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs index 325758d82..20b8aafd1 100644 --- a/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDbtModelSyncTriggerOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestination200Response.cs b/src/Segment.PublicApi/Model/CreateDestination200Response.cs index 7756f799e..5ffc0821f 100644 --- a/src/Segment.PublicApi/Model/CreateDestination200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs index 99f50b688..2a32ec5fb 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscription200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs index e71b52bfd..33661ac78 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs index 59102e9b7..80aa46210 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationSubscriptionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs b/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs index 938e3aa6e..98d8f5c2b 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs b/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs index 6b0fe98c5..1a192a3a1 100644 --- a/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownload200Response.cs b/src/Segment.PublicApi/Model/CreateDownload200Response.cs index ffd3301a7..5ccc246dc 100644 --- a/src/Segment.PublicApi/Model/CreateDownload200Response.cs +++ b/src/Segment.PublicApi/Model/CreateDownload200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs b/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs index a77033f5f..dc7a30ec5 100644 --- a/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateDownloadAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs index 32b3c730d..5cc6b3bd3 100644 --- a/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateDownloadAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs b/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs index 9316ab0fe..e8e54cfdc 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs index a6cedf193..f1117ca63 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs index f0cf6204a..de04d2c31 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs b/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs index 32d23b93b..cffc52bef 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs b/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs index 7ac8b1e59..ccaf9a7f0 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpaceInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs b/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs index de0a72585..fa44d1f13 100644 --- a/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs +++ b/src/Segment.PublicApi/Model/CreateFilterForSpaceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunction200Response.cs b/src/Segment.PublicApi/Model/CreateFunction200Response.cs index 61b79a2fe..b49d33acb 100644 --- a/src/Segment.PublicApi/Model/CreateFunction200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs b/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs index c7620fc69..3afffbac6 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionDeployment200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs b/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs index d2e348bc2..0b82d5aa8 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionDeploymentV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs b/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs index ed5732137..7289b3377 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs b/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs index 605b5abed..fd82f7d8e 100644 --- a/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs index 2ce6732e1..8839d466a 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs index 6c97d108a..be52aaedf 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs index 804e03502..33f9aaec3 100644 --- a/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvites201Response.cs b/src/Segment.PublicApi/Model/CreateInvites201Response.cs index 1ae59d9a6..6e5735b7a 100644 --- a/src/Segment.PublicApi/Model/CreateInvites201Response.cs +++ b/src/Segment.PublicApi/Model/CreateInvites201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs b/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs index 7294c892a..fba28f55a 100644 --- a/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateInvitesV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs b/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs index 92f2d4405..4ccd0f8dd 100644 --- a/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabel201Response.cs b/src/Segment.PublicApi/Model/CreateLabel201Response.cs index ea49704e5..3c688adb7 100644 --- a/src/Segment.PublicApi/Model/CreateLabel201Response.cs +++ b/src/Segment.PublicApi/Model/CreateLabel201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabelV1Input.cs b/src/Segment.PublicApi/Model/CreateLabelV1Input.cs index 85cb2fe7c..74dcd12da 100644 --- a/src/Segment.PublicApi/Model/CreateLabelV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateLabelV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLabelV1Output.cs b/src/Segment.PublicApi/Model/CreateLabelV1Output.cs index bdec7f305..536e96f68 100644 --- a/src/Segment.PublicApi/Model/CreateLabelV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateLabelV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs b/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs index ebe076df4..63696edf4 100644 --- a/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs +++ b/src/Segment.PublicApi/Model/CreateLivePlugin200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs b/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs index ccd46b3fc..1a9ae077d 100644 --- a/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateLivePluginAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs index 6d5687004..5b52b1b82 100644 --- a/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateLivePluginAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs index 69133de54..ac415ebab 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs index b82acc913..917144d93 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs index df42a6705..91727af17 100644 --- a/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateProfilesWarehouseAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs index 3af1807bf..c46cbf7ef 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSync200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs index dec6fcd26..68be3fac6 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs index 97b3e054d..83868634c 100644 --- a/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseETLManualSyncOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs index b9eaa5f5d..20a161034 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModel201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs index a297bf146..4fc4f697f 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs index 7305916de..7b292183c 100644 --- a/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/CreateReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSource201Response.cs b/src/Segment.PublicApi/Model/CreateSource201Response.cs index b21346670..ef2126862 100644 --- a/src/Segment.PublicApi/Model/CreateSource201Response.cs +++ b/src/Segment.PublicApi/Model/CreateSource201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSource201Response1.cs b/src/Segment.PublicApi/Model/CreateSource201Response1.cs index 197fa3166..858f38484 100644 --- a/src/Segment.PublicApi/Model/CreateSource201Response1.cs +++ b/src/Segment.PublicApi/Model/CreateSource201Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs b/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs index 83b6e4929..575be057f 100644 --- a/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/CreateSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs index d677eb525..98d00dc7b 100644 --- a/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs index 8e823bb4f..649b47e16 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs index 1c4ebb0c1..b32fc1268 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs index 52d205ed1..444d07bac 100644 --- a/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateSourceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceV1Input.cs b/src/Segment.PublicApi/Model/CreateSourceV1Input.cs index 12c037864..085003fb6 100644 --- a/src/Segment.PublicApi/Model/CreateSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateSourceV1Output.cs b/src/Segment.PublicApi/Model/CreateSourceV1Output.cs index 22c15c881..8ba15ec11 100644 --- a/src/Segment.PublicApi/Model/CreateSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs index 0b6cbd6e8..432e17bd4 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs index d8c97028f..62fee6714 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs index 7376cdf7d..88945b806 100644 --- a/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformation200Response.cs b/src/Segment.PublicApi/Model/CreateTransformation200Response.cs index e9f81d308..8d8cd4903 100644 --- a/src/Segment.PublicApi/Model/CreateTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs b/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs index 68327feda..766e31b41 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs index c3f947124..56ee6092f 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs b/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs index c34936f59..e4a0503f6 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs b/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs index a5d4c4fc3..962e8449c 100644 --- a/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs b/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs index a6bbd0dbe..6125deb8b 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs b/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs index ef57841f3..a70514956 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs b/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs index 7ece92707..3db038584 100644 --- a/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs index bebd5f93d..01c32c0c0 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs index 8c190743a..f5593ddbd 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs index 91db01279..483297c81 100644 --- a/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateValidationInWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs b/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs index 2523579b2..0c6465750 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouse201Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs b/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs index b590b8c33..9b449b25b 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs b/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs index ffd8d49b8..141892389 100644 --- a/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs index 82eff6d82..4604e446f 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs index 49f7f6854..b641c7277 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs index 666f74a9d..a38290b02 100644 --- a/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/CreateWorkspaceRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs b/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs index abc7235e6..32968bbae 100644 --- a/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs +++ b/src/Segment.PublicApi/Model/CreateWriteKeyForSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs index 08db310d9..29921f2bb 100644 --- a/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/CreateWriteKeyForSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs b/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs index fcf881516..3e6c23a12 100644 --- a/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs +++ b/src/Segment.PublicApi/Model/DbtModelSyncTrigger.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs index 9d1f36f1c..3626c43ae 100644 --- a/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteActivationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteDestination200Response.cs b/src/Segment.PublicApi/Model/DeleteDestination200Response.cs index 9cb0dfd91..86b9ea6db 100644 --- a/src/Segment.PublicApi/Model/DeleteDestination200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs b/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs index b8f450de2..fcc0f0b90 100644 --- a/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs b/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs index 13559fe64..add474a1d 100644 --- a/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs b/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs index 24584d10c..7c623edce 100644 --- a/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFunction200Response.cs b/src/Segment.PublicApi/Model/DeleteFunction200Response.cs index 9b0c8a16d..347b3b745 100644 --- a/src/Segment.PublicApi/Model/DeleteFunction200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs b/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs index 98f63ca71..0bb6b2df1 100644 --- a/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs index ce9b0699f..9d5eebdf7 100644 --- a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs index f7b5f0303..77810db93 100644 --- a/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInvites200Response.cs b/src/Segment.PublicApi/Model/DeleteInvites200Response.cs index b39b8cb4c..274ecbc82 100644 --- a/src/Segment.PublicApi/Model/DeleteInvites200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteInvites200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs b/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs index 4ce33058c..ab8a00437 100644 --- a/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabel200Response.cs b/src/Segment.PublicApi/Model/DeleteLabel200Response.cs index a4126c358..56475ccd3 100644 --- a/src/Segment.PublicApi/Model/DeleteLabel200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteLabel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs b/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs index 2a7d6a24f..42812ecf0 100644 --- a/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs +++ b/src/Segment.PublicApi/Model/DeleteLabel200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs index 0a716fd0a..c0f788a49 100644 --- a/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteLabelAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs b/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs index 49389bd07..7d61430b3 100644 --- a/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteLabelV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs b/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs index 034ca003d..1c0de658b 100644 --- a/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteLivePluginCode200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs index 1686f2a36..86860b4e8 100644 --- a/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteLivePluginCodeAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs b/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs index ef54e1d2e..a1056620e 100644 --- a/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs b/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs index 820703fe7..12c4efc0b 100644 --- a/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs index 5cf3a8b47..363ebb00b 100644 --- a/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs index 496b75d10..60d7f3eac 100644 --- a/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSource200Response.cs b/src/Segment.PublicApi/Model/DeleteSource200Response.cs index 998b36fb5..e8c8d71ec 100644 --- a/src/Segment.PublicApi/Model/DeleteSource200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSource200Response1.cs b/src/Segment.PublicApi/Model/DeleteSource200Response1.cs index 751d09ad5..ebcf8ad8b 100644 --- a/src/Segment.PublicApi/Model/DeleteSource200Response1.cs +++ b/src/Segment.PublicApi/Model/DeleteSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs index 462f87b41..6ebc4dad1 100644 --- a/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs b/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs index 35866a787..ad6c14347 100644 --- a/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs index edee029f8..e79bf1cf3 100644 --- a/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs index b4d33d4f7..08a41a974 100644 --- a/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs b/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs index 3196c9e3b..a8b718ddb 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs b/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs index ef5e912d3..6e3c6e3e5 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs index 6365faea1..01f0946f6 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs b/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs index 3a1c32fe8..c92c4a47a 100644 --- a/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs b/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs index b855977bf..1f6eb07c2 100644 --- a/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs b/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs index e375a02c4..e7950a4ed 100644 --- a/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUsers200Response.cs b/src/Segment.PublicApi/Model/DeleteUsers200Response.cs index 3375c27d7..a26a22fce 100644 --- a/src/Segment.PublicApi/Model/DeleteUsers200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteUsers200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs b/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs index 1bb6e2dec..a92234151 100644 --- a/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteUsersV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs b/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs index e51f2265e..19ef4cd79 100644 --- a/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/DeleteWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs b/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs index 95b0f6836..34c67a404 100644 --- a/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/DeleteWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs b/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs index c8ea40aaa..4cf70c5d6 100644 --- a/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs +++ b/src/Segment.PublicApi/Model/DeliveryMetricsSummaryBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs index 1f5aab932..33d590b3d 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewDestinationFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs index 6266a6b75..ebbb9d8cb 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDatapoint.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs index e70048d2d..f249689a7 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewMetricsDataset.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs index cfa9fbc80..52c02fb2a 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewSourceFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs b/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs index 3b34c6fae..c12d75e4b 100644 --- a/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs +++ b/src/Segment.PublicApi/Model/DeliveryOverviewSuccessfullyReceivedFilterBy.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs b/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs index 658ba5963..cbfd70a1c 100644 --- a/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs +++ b/src/Segment.PublicApi/Model/DestinationFilterActionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationFilterV1.cs b/src/Segment.PublicApi/Model/DestinationFilterV1.cs index 37c796fc0..fd78fd4f5 100644 --- a/src/Segment.PublicApi/Model/DestinationFilterV1.cs +++ b/src/Segment.PublicApi/Model/DestinationFilterV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationInput.cs b/src/Segment.PublicApi/Model/DestinationInput.cs index 71b2ae13a..ba4430aa4 100644 --- a/src/Segment.PublicApi/Model/DestinationInput.cs +++ b/src/Segment.PublicApi/Model/DestinationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs index 3c97239a2..8c2114bd1 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataActionFieldV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs index 609379a69..88894a73b 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataActionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs index 86c997d52..061bd74e7 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataComponentV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs index 6ece639b3..43f6f6e80 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataFeaturesV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs index afefada28..2dca6699c 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataMethodsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs index 9df676d01..28eee54d7 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataPlatformsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs index 7c8145bdd..80ec395c4 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataSubscriptionPresetV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationMetadataV1.cs b/src/Segment.PublicApi/Model/DestinationMetadataV1.cs index 82a360ffa..0062cd4bb 100644 --- a/src/Segment.PublicApi/Model/DestinationMetadataV1.cs +++ b/src/Segment.PublicApi/Model/DestinationMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationStatusV1.cs b/src/Segment.PublicApi/Model/DestinationStatusV1.cs index 0dd6a500f..48355f61f 100644 --- a/src/Segment.PublicApi/Model/DestinationStatusV1.cs +++ b/src/Segment.PublicApi/Model/DestinationStatusV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscription.cs b/src/Segment.PublicApi/Model/DestinationSubscription.cs index 86e6f334c..df9ca367d 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscription.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscription.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs b/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs index 24c551c72..7a1bcec32 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscriptionConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs b/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs index 43efd4266..6adce30c9 100644 --- a/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs +++ b/src/Segment.PublicApi/Model/DestinationSubscriptionUpdateInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/DestinationV1.cs b/src/Segment.PublicApi/Model/DestinationV1.cs index 64697fbc9..953ed9588 100644 --- a/src/Segment.PublicApi/Model/DestinationV1.cs +++ b/src/Segment.PublicApi/Model/DestinationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Download.cs b/src/Segment.PublicApi/Model/Download.cs index 5a5833184..5aa38372d 100644 --- a/src/Segment.PublicApi/Model/Download.cs +++ b/src/Segment.PublicApi/Model/Download.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Echo200Response.cs b/src/Segment.PublicApi/Model/Echo200Response.cs index e4090e338..5aa8bff30 100644 --- a/src/Segment.PublicApi/Model/Echo200Response.cs +++ b/src/Segment.PublicApi/Model/Echo200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Echo200Response1.cs b/src/Segment.PublicApi/Model/Echo200Response1.cs index fb4d8f08e..a991b697c 100644 --- a/src/Segment.PublicApi/Model/Echo200Response1.cs +++ b/src/Segment.PublicApi/Model/Echo200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EchoAlphaOutput.cs b/src/Segment.PublicApi/Model/EchoAlphaOutput.cs index 994636075..ec8e896ae 100644 --- a/src/Segment.PublicApi/Model/EchoAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/EchoAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EchoV1Output.cs b/src/Segment.PublicApi/Model/EchoV1Output.cs index 6c695b93c..5c7b92d1a 100644 --- a/src/Segment.PublicApi/Model/EchoV1Output.cs +++ b/src/Segment.PublicApi/Model/EchoV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EntityDetails.cs b/src/Segment.PublicApi/Model/EntityDetails.cs index 254baeff7..81430ee17 100644 --- a/src/Segment.PublicApi/Model/EntityDetails.cs +++ b/src/Segment.PublicApi/Model/EntityDetails.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/EventSourceV1.cs b/src/Segment.PublicApi/Model/EventSourceV1.cs index a33aad51b..0a3100bcc 100644 --- a/src/Segment.PublicApi/Model/EventSourceV1.cs +++ b/src/Segment.PublicApi/Model/EventSourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs b/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs index a89cdf686..c3da0efbf 100644 --- a/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs +++ b/src/Segment.PublicApi/Model/FQLDefinedPropertyV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Filter.cs b/src/Segment.PublicApi/Model/Filter.cs index 1ab300274..0ebc8d90a 100644 --- a/src/Segment.PublicApi/Model/Filter.cs +++ b/src/Segment.PublicApi/Model/Filter.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs b/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs index 4b3e227a0..fa3220c5e 100644 --- a/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs +++ b/src/Segment.PublicApi/Model/ForceExecuteAudienceRun200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs b/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs index 358f43af6..00b4b338a 100644 --- a/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ForceExecuteAudienceRunAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionDeployment.cs b/src/Segment.PublicApi/Model/FunctionDeployment.cs index 7dcf66df1..2f830d604 100644 --- a/src/Segment.PublicApi/Model/FunctionDeployment.cs +++ b/src/Segment.PublicApi/Model/FunctionDeployment.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionSettingV1.cs b/src/Segment.PublicApi/Model/FunctionSettingV1.cs index ae2b4ee57..7c8596d3c 100644 --- a/src/Segment.PublicApi/Model/FunctionSettingV1.cs +++ b/src/Segment.PublicApi/Model/FunctionSettingV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/FunctionV1.cs b/src/Segment.PublicApi/Model/FunctionV1.cs index 681b24d71..93911b827 100644 --- a/src/Segment.PublicApi/Model/FunctionV1.cs +++ b/src/Segment.PublicApi/Model/FunctionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs b/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs index 9035f5aa4..6dafc375e 100644 --- a/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetActivationFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs b/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs index 4d2d6eff3..acc71d950 100644 --- a/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/GetActivationFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs index 43cdf585f..24e06786b 100644 --- a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs index dd996ea4c..b29a9b020 100644 --- a/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetAdvancedSyncScheduleFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudience200Response.cs b/src/Segment.PublicApi/Model/GetAudience200Response.cs index fa4a0ae51..977cbe25f 100644 --- a/src/Segment.PublicApi/Model/GetAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudience200Response1.cs b/src/Segment.PublicApi/Model/GetAudience200Response1.cs index c2f84eb55..e29755114 100644 --- a/src/Segment.PublicApi/Model/GetAudience200Response1.cs +++ b/src/Segment.PublicApi/Model/GetAudience200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs index 0aac1525c..86f3ab444 100644 --- a/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs index 9f4d2395b..d45fc2b91 100644 --- a/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs b/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs index 92c48f129..fab63b55f 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs b/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs index 59c1a9c1d..48cc14d66 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreview200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs index 69170b5c5..50064d922 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreviewAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs b/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs index ae77fcbf4..e6435a6e2 100644 --- a/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudiencePreviewBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs index 14f5d3b90..6365b6585 100644 --- a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs index 1fe9930c4..df4547da5 100644 --- a/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetAudienceScheduleFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs b/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs index 86fae0009..d4617ba1a 100644 --- a/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs +++ b/src/Segment.PublicApi/Model/GetComputedTrait200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs b/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs index 185dbd4ae..33a78ab72 100644 --- a/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetComputedTraitAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs index ce9faf72f..55b1bdc67 100644 --- a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs index ec0365ebb..5c978928f 100644 --- a/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetConnectionStateFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs index 6773a4a97..262dabf06 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs index 48c9aa0fa..1ce752407 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceAPICallsUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs index 0c88e39e0..6fe8ed0ab 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs index 5bdd1525a..192d88bd8 100644 --- a/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyPerSourceMTUUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs index b18a1d964..e585eddc9 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs index 90a5de48a..7196ad07d 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceAPICallsUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs index adaf5a7c1..4caa4617c 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsage200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs index fb4e63131..88ae70bc1 100644 --- a/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDailyWorkspaceMTUUsageV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs b/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs index 6e395ce05..d7d0f71c3 100644 --- a/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetDeliveryOverviewMetricsBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestination200Response.cs b/src/Segment.PublicApi/Model/GetDestination200Response.cs index 4042fbece..ee8538bc4 100644 --- a/src/Segment.PublicApi/Model/GetDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs b/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs index 0ab91cccb..a46d2a79a 100644 --- a/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestinationMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs index e6a56442d..7f29b8010 100644 --- a/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationV1Output.cs index d3e94b0da..112cf2cbc 100644 --- a/src/Segment.PublicApi/Model/GetDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs b/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs index 96b0c79ac..a7a113c00 100644 --- a/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetDestinationsCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs index cec77ace6..5554fcc6f 100644 --- a/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetDestinationsCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs b/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs index 64875c825..529e284be 100644 --- a/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs +++ b/src/Segment.PublicApi/Model/GetEgressFailedMetricsFromDeliveryOverview200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs index 8001eab8e..494cd10f3 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs index c8d99a993..07a9dcc90 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs index e754c9dd8..c13a34124 100644 --- a/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs +++ b/src/Segment.PublicApi/Model/GetEventsVolumeFromWorkspaceV1Query.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterById200Response.cs b/src/Segment.PublicApi/Model/GetFilterById200Response.cs index 2380b62c0..c0dcff236 100644 --- a/src/Segment.PublicApi/Model/GetFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/GetFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs b/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs index 6b2aee347..ad02291df 100644 --- a/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/GetFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs b/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs index bc05910b3..6ba874edc 100644 --- a/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetFilterInDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs b/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs index e89787431..419272c20 100644 --- a/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetFilterInDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunction200Response.cs b/src/Segment.PublicApi/Model/GetFunction200Response.cs index 659616894..848d1880a 100644 --- a/src/Segment.PublicApi/Model/GetFunction200Response.cs +++ b/src/Segment.PublicApi/Model/GetFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionV1Output.cs b/src/Segment.PublicApi/Model/GetFunctionV1Output.cs index f8fbf7fd3..99602f0b8 100644 --- a/src/Segment.PublicApi/Model/GetFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/GetFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs b/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs index 50d96741d..52abf0118 100644 --- a/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs +++ b/src/Segment.PublicApi/Model/GetFunctionVersion200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs b/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs index d49efcf9e..366cb92fc 100644 --- a/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetFunctionVersionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs index a42b0334f..89f81f4ba 100644 --- a/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/GetInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs index 3338c6a0e..f801e307b 100644 --- a/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs b/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs index ecb1c180e..7b54d204b 100644 --- a/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs +++ b/src/Segment.PublicApi/Model/GetLatestFromLivePlugins200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs b/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs index 81ab920d5..ba684b195 100644 --- a/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetLatestFromLivePluginsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs b/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs index 3ae5247a9..59535be49 100644 --- a/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs +++ b/src/Segment.PublicApi/Model/GetMessagingSubscriptionFailureResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs b/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs index 7b3b45618..8b48eb825 100644 --- a/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs +++ b/src/Segment.PublicApi/Model/GetMessagingSubscriptionSuccessResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetRegulation200Response.cs b/src/Segment.PublicApi/Model/GetRegulation200Response.cs index b86933fb3..3209e6718 100644 --- a/src/Segment.PublicApi/Model/GetRegulation200Response.cs +++ b/src/Segment.PublicApi/Model/GetRegulation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetRegulationV1Output.cs b/src/Segment.PublicApi/Model/GetRegulationV1Output.cs index 925edcb9e..c7b582a8a 100644 --- a/src/Segment.PublicApi/Model/GetRegulationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetRegulationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs b/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs index 0c52489e1..efc3b0515 100644 --- a/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs +++ b/src/Segment.PublicApi/Model/GetReverseETLSyncStatus200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs b/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs index 1a54ce93f..0f3e4df98 100644 --- a/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs +++ b/src/Segment.PublicApi/Model/GetReverseETLSyncStatusOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs index ad5972e1d..c30b4e3bc 100644 --- a/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/GetReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs index 73a0a6180..8b165a76e 100644 --- a/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/GetReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSource200Response.cs b/src/Segment.PublicApi/Model/GetSource200Response.cs index 8fb6473b1..11db3b293 100644 --- a/src/Segment.PublicApi/Model/GetSource200Response.cs +++ b/src/Segment.PublicApi/Model/GetSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSource200Response1.cs b/src/Segment.PublicApi/Model/GetSource200Response1.cs index 55ef48054..1dc6bd1bf 100644 --- a/src/Segment.PublicApi/Model/GetSource200Response1.cs +++ b/src/Segment.PublicApi/Model/GetSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs index 20bae5751..86120fb43 100644 --- a/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs b/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs index e0bb4d734..af2c573a7 100644 --- a/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetSourceMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs index 632d48b48..a4cb40415 100644 --- a/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourceMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourceV1Output.cs b/src/Segment.PublicApi/Model/GetSourceV1Output.cs index 3b7c4b8e0..f6e133be2 100644 --- a/src/Segment.PublicApi/Model/GetSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs b/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs index ac8cb69fe..b88745622 100644 --- a/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetSourcesCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs index 6e889255c..b514fa495 100644 --- a/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetSourcesCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSpace200Response.cs b/src/Segment.PublicApi/Model/GetSpace200Response.cs index 8e02aa746..bb8278a08 100644 --- a/src/Segment.PublicApi/Model/GetSpace200Response.cs +++ b/src/Segment.PublicApi/Model/GetSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs index 383b5f5b7..22315a5a8 100644 --- a/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs b/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs index 081e66935..d6a9fda0e 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs index e0394598c..5061b2fbe 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs b/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs index 1e9984ea7..4e29d9445 100644 --- a/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs +++ b/src/Segment.PublicApi/Model/GetSubscriptionRequest.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs index ea97ee581..0859eb08e 100644 --- a/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/GetTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs index fff791efc..e52c0d483 100644 --- a/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/GetTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformation200Response.cs b/src/Segment.PublicApi/Model/GetTransformation200Response.cs index 0b38112d3..7fd45a880 100644 --- a/src/Segment.PublicApi/Model/GetTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/GetTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs b/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs index 70284a304..f854b7b0d 100644 --- a/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/GetTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs index 253a2e489..5f2bd3dff 100644 --- a/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/GetTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetTransformationV1Output.cs b/src/Segment.PublicApi/Model/GetTransformationV1Output.cs index 1260a4e2f..61d5e844e 100644 --- a/src/Segment.PublicApi/Model/GetTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/GetTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUser200Response.cs b/src/Segment.PublicApi/Model/GetUser200Response.cs index 63d9f8b94..44d832976 100644 --- a/src/Segment.PublicApi/Model/GetUser200Response.cs +++ b/src/Segment.PublicApi/Model/GetUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserGroup200Response.cs b/src/Segment.PublicApi/Model/GetUserGroup200Response.cs index 7e6468832..58e72e446 100644 --- a/src/Segment.PublicApi/Model/GetUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/GetUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs b/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs index 0645b1c23..07566caa9 100644 --- a/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/GetUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetUserV1Output.cs b/src/Segment.PublicApi/Model/GetUserV1Output.cs index 1868ff9f1..ef38571b7 100644 --- a/src/Segment.PublicApi/Model/GetUserV1Output.cs +++ b/src/Segment.PublicApi/Model/GetUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouse200Response.cs b/src/Segment.PublicApi/Model/GetWarehouse200Response.cs index 0e7aae0e7..cf36298ef 100644 --- a/src/Segment.PublicApi/Model/GetWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs b/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs index 02656ad32..77d35503e 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseMetadata200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs b/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs index d8f9b01e6..eba93ad7d 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseMetadataV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs b/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs index 50bb904fa..3fd6e8bbb 100644 --- a/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs b/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs index ef4dae4ec..f486651ec 100644 --- a/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs +++ b/src/Segment.PublicApi/Model/GetWarehousesCatalog200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs b/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs index bd88cd946..6b8639e4b 100644 --- a/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWarehousesCatalogV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWorkspace200Response.cs b/src/Segment.PublicApi/Model/GetWorkspace200Response.cs index cb7e05166..41995c0cb 100644 --- a/src/Segment.PublicApi/Model/GetWorkspace200Response.cs +++ b/src/Segment.PublicApi/Model/GetWorkspace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs b/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs index 6b18b83f5..f9bcc2759 100644 --- a/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs +++ b/src/Segment.PublicApi/Model/GetWorkspaceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs b/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs index f27b63812..00a3c49a2 100644 --- a/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/GroupSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs b/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs index eeb8b09a7..bf966028e 100644 --- a/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs +++ b/src/Segment.PublicApi/Model/GroupSubscriptionStatus.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs b/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs index 962a6de24..5cb79c405 100644 --- a/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs +++ b/src/Segment.PublicApi/Model/GroupSubscriptionStatusResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HandleWebhookInput.cs b/src/Segment.PublicApi/Model/HandleWebhookInput.cs index f261a8a64..e8e361b11 100644 --- a/src/Segment.PublicApi/Model/HandleWebhookInput.cs +++ b/src/Segment.PublicApi/Model/HandleWebhookInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HandleWebhookOutput.cs b/src/Segment.PublicApi/Model/HandleWebhookOutput.cs index 47832af51..87218b672 100644 --- a/src/Segment.PublicApi/Model/HandleWebhookOutput.cs +++ b/src/Segment.PublicApi/Model/HandleWebhookOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs b/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs index 21270279d..df73a594a 100644 --- a/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs +++ b/src/Segment.PublicApi/Model/HashPropertiesConfiguration.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs b/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs index 3c7ea12f9..cbf422ea2 100644 --- a/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs +++ b/src/Segment.PublicApi/Model/IDSyncConfigurationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs b/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs index 1e4ede593..c2e4837bf 100644 --- a/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/IdentifySourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs b/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs index a4a9b3209..f497863fc 100644 --- a/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs +++ b/src/Segment.PublicApi/Model/InsertFunctionInstanceAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs b/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs index e1b0dce05..a0b933936 100644 --- a/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs +++ b/src/Segment.PublicApi/Model/IntegrationOptionBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InvitePermissionV1.cs b/src/Segment.PublicApi/Model/InvitePermissionV1.cs index 271495606..5d784e6d3 100644 --- a/src/Segment.PublicApi/Model/InvitePermissionV1.cs +++ b/src/Segment.PublicApi/Model/InvitePermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/InviteV1.cs b/src/Segment.PublicApi/Model/InviteV1.cs index 1e1a1f102..df6489ee4 100644 --- a/src/Segment.PublicApi/Model/InviteV1.cs +++ b/src/Segment.PublicApi/Model/InviteV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LabelAlpha.cs b/src/Segment.PublicApi/Model/LabelAlpha.cs index be76f21d8..08372b845 100644 --- a/src/Segment.PublicApi/Model/LabelAlpha.cs +++ b/src/Segment.PublicApi/Model/LabelAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LabelV1.cs b/src/Segment.PublicApi/Model/LabelV1.cs index e54aa6397..f5823449c 100644 --- a/src/Segment.PublicApi/Model/LabelV1.cs +++ b/src/Segment.PublicApi/Model/LabelV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs index ac2c30031..5528509ce 100644 --- a/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListActivationsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs index c32fd82f2..f8416cbc6 100644 --- a/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListActivationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs b/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs index 9bff58e18..2ca3d2b27 100644 --- a/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/ListActivationsFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs index 6e293222e..afc17bb2e 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs index 95492eba5..9c3d8e887 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs b/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs index e30b262b0..6dd3c8da2 100644 --- a/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceConsumersSortInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs index 24004b10f..d8440aefc 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs index 5009cf576..a7d8d89c1 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSchedulesFromSpaceAndAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs b/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs index b08270e2a..b2d323b6d 100644 --- a/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs +++ b/src/Segment.PublicApi/Model/ListAudienceSearchInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiences200Response.cs b/src/Segment.PublicApi/Model/ListAudiences200Response.cs index ac2427309..952acbb21 100644 --- a/src/Segment.PublicApi/Model/ListAudiences200Response.cs +++ b/src/Segment.PublicApi/Model/ListAudiences200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiences200Response1.cs b/src/Segment.PublicApi/Model/ListAudiences200Response1.cs index b15632161..73e7309e6 100644 --- a/src/Segment.PublicApi/Model/ListAudiences200Response1.cs +++ b/src/Segment.PublicApi/Model/ListAudiences200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs index d7a46bde2..2ac904fbb 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs b/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs index 6858b270e..28b4969ba 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs b/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs index a9711c7ab..7263ce24c 100644 --- a/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs +++ b/src/Segment.PublicApi/Model/ListAudiencesPaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs b/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs index 1f5dea19a..158179b7f 100644 --- a/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs +++ b/src/Segment.PublicApi/Model/ListAuditEvents200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs b/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs index 03eeb000a..d46158ecb 100644 --- a/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListAuditEventsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs b/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs index 9cd0bdea7..0f607ec3e 100644 --- a/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs +++ b/src/Segment.PublicApi/Model/ListComputedTraits200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs index 10ef2df6e..b6abfc8c5 100644 --- a/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListComputedTraitsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs index b7bd983f1..8dd684339 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs index ca875e92c..ea79c5025 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs index cd17128a4..a6fe33c41 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs index cb6af0d0e..7de34691d 100644 --- a/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedDestinationsFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs index be3a06944..fa28c8f73 100644 --- a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs index d71c24dfe..6b36ba5ee 100644 --- a/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedSourcesFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs index 27f5decbe..65b019ce9 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs index a7e760290..ae2a8c9ff 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs index 8b9bed114..a68689190 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs index d4a7abd96..430d63f7d 100644 --- a/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListConnectedWarehousesFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs index a5a430b0c..a5bc3b51d 100644 --- a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs index 0247bae10..7d420ed0f 100644 --- a/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListDeliveryMetricsSummaryFromDestinationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinations200Response.cs b/src/Segment.PublicApi/Model/ListDestinations200Response.cs index e5d7adfa9..3099f0f5b 100644 --- a/src/Segment.PublicApi/Model/ListDestinations200Response.cs +++ b/src/Segment.PublicApi/Model/ListDestinations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs index 9c033b6ef..de5b26e2e 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs index 9c188b906..8c50ea51b 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs b/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs index 6db759c64..7fb906925 100644 --- a/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListDestinationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs b/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs index 24b607234..77da4cfb5 100644 --- a/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListFiltersForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs b/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs index 19c4c0c29..b2a61a522 100644 --- a/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersForSpaceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs index 055425a89..7684d25e3 100644 --- a/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListFiltersFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs b/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs index 2fd6c8515..d719e2a47 100644 --- a/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/ListFiltersFromDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs b/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs index e39f2bec0..b56db673d 100644 --- a/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersPaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs b/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs index 55ed86152..b410b4ec0 100644 --- a/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs +++ b/src/Segment.PublicApi/Model/ListFiltersPaginationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionItemV1.cs b/src/Segment.PublicApi/Model/ListFunctionItemV1.cs index 6349d39f5..cd967fabd 100644 --- a/src/Segment.PublicApi/Model/ListFunctionItemV1.cs +++ b/src/Segment.PublicApi/Model/ListFunctionItemV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs b/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs index a27875ab9..edee67f21 100644 --- a/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs +++ b/src/Segment.PublicApi/Model/ListFunctionVersions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs index c0ea86d31..a95b7bc10 100644 --- a/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListFunctionVersionsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctions200Response.cs b/src/Segment.PublicApi/Model/ListFunctions200Response.cs index 9bb1e9ea7..dbef0407b 100644 --- a/src/Segment.PublicApi/Model/ListFunctions200Response.cs +++ b/src/Segment.PublicApi/Model/ListFunctions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs b/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs index 9bf380b05..fc5c5f5a3 100644 --- a/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListFunctionsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs b/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs index 56da90d5f..f623074d3 100644 --- a/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs +++ b/src/Segment.PublicApi/Model/ListInsertFunctionInstances200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs index f768ecf58..ac01a1d07 100644 --- a/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListInsertFunctionInstancesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvites200Response.cs b/src/Segment.PublicApi/Model/ListInvites200Response.cs index 7dd8a5bcb..e2ade7bd2 100644 --- a/src/Segment.PublicApi/Model/ListInvites200Response.cs +++ b/src/Segment.PublicApi/Model/ListInvites200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs index 359d4836a..c832a2bbd 100644 --- a/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ListInvitesFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs index 6779f77b4..c4ac1f916 100644 --- a/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ListInvitesFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListInvitesV1Output.cs b/src/Segment.PublicApi/Model/ListInvitesV1Output.cs index fdf9a222b..acc053265 100644 --- a/src/Segment.PublicApi/Model/ListInvitesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListInvitesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabels200Response.cs b/src/Segment.PublicApi/Model/ListLabels200Response.cs index 2684a277e..3097e81f0 100644 --- a/src/Segment.PublicApi/Model/ListLabels200Response.cs +++ b/src/Segment.PublicApi/Model/ListLabels200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabels200Response1.cs b/src/Segment.PublicApi/Model/ListLabels200Response1.cs index 31614d826..a8161f5e1 100644 --- a/src/Segment.PublicApi/Model/ListLabels200Response1.cs +++ b/src/Segment.PublicApi/Model/ListLabels200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs b/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs index 7a10f8056..62ccaea2d 100644 --- a/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListLabelsAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListLabelsV1Output.cs b/src/Segment.PublicApi/Model/ListLabelsV1Output.cs index 0c6b4c6d4..d5d736fc1 100644 --- a/src/Segment.PublicApi/Model/ListLabelsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListLabelsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs index 2311d0d4e..9684b1bf5 100644 --- a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs index 0d78ae1e5..07aaa782a 100644 --- a/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListProfilesWarehouseInSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs b/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs index 4f97e91d2..8b2282cb6 100644 --- a/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListRegulationsFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs b/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs index a93755a84..34acdf226 100644 --- a/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRegulationsFromSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs index 4ad5de4ec..56ecee46e 100644 --- a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs +++ b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionId200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs index fb53db32f..3fd335a08 100644 --- a/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs +++ b/src/Segment.PublicApi/Model/ListReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs b/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs index 2bfa6324e..8ac3cd842 100644 --- a/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs +++ b/src/Segment.PublicApi/Model/ListReverseEtlModels200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs b/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs index 40da15d6f..53739db2f 100644 --- a/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs +++ b/src/Segment.PublicApi/Model/ListReverseEtlModelsOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRoles200Response.cs b/src/Segment.PublicApi/Model/ListRoles200Response.cs index 213a4d4d2..fa03475f4 100644 --- a/src/Segment.PublicApi/Model/ListRoles200Response.cs +++ b/src/Segment.PublicApi/Model/ListRoles200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRolesV1Output.cs b/src/Segment.PublicApi/Model/ListRolesV1Output.cs index cb081bf9a..c07b6de49 100644 --- a/src/Segment.PublicApi/Model/ListRolesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRolesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs index 59b04ebbf..ae11f1094 100644 --- a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs index 58510624b..3ea53953d 100644 --- a/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ListRulesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs b/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs index ffb4b377d..4a3b90b71 100644 --- a/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSchemaSettingsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs index 111458106..88262a835 100644 --- a/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSchemaSettingsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs index 651df3b97..4864a77ea 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs index 1657a0792..7e475ccf0 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs index 07ae561e8..7cd538b7f 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs index 54d58ba70..6308abd6d 100644 --- a/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSources200Response.cs b/src/Segment.PublicApi/Model/ListSources200Response.cs index 5bb70b384..bad625823 100644 --- a/src/Segment.PublicApi/Model/ListSources200Response.cs +++ b/src/Segment.PublicApi/Model/ListSources200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSources200Response1.cs b/src/Segment.PublicApi/Model/ListSources200Response1.cs index 27a26fd13..183db55db 100644 --- a/src/Segment.PublicApi/Model/ListSources200Response1.cs +++ b/src/Segment.PublicApi/Model/ListSources200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs index 73b8fe32b..55a2182c2 100644 --- a/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSourcesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs index de6df4021..c3ff08e3f 100644 --- a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs index 2e922e89d..d947ad773 100644 --- a/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSourcesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSourcesV1Output.cs b/src/Segment.PublicApi/Model/ListSourcesV1Output.cs index e1b64de54..7fc4bf3ce 100644 --- a/src/Segment.PublicApi/Model/ListSourcesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSourcesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSpaces200Response.cs b/src/Segment.PublicApi/Model/ListSpaces200Response.cs index 3e781f491..1efb4a5e6 100644 --- a/src/Segment.PublicApi/Model/ListSpaces200Response.cs +++ b/src/Segment.PublicApi/Model/ListSpaces200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs index 673b7a7b6..599657674 100644 --- a/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSpacesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs index 11ca9c348..062ab9430 100644 --- a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs index 209c6c448..0106c3d2e 100644 --- a/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSubscriptionsFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs index 53b7149fa..ec2439246 100644 --- a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs index 0a9739542..18e502376 100644 --- a/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ListSupportedDestinationsFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSuppressions200Response.cs b/src/Segment.PublicApi/Model/ListSuppressions200Response.cs index d0aa2b25c..b0e78e0bd 100644 --- a/src/Segment.PublicApi/Model/ListSuppressions200Response.cs +++ b/src/Segment.PublicApi/Model/ListSuppressions200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs b/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs index cbda0e38d..cd7422e23 100644 --- a/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSuppressionsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs index 81b83db40..cf1dd4c2c 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs index d7e337ca7..ef32a8c97 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs index c9c6925d3..2ff2d56b0 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseAndSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs index be051d3e1..69ba9c885 100644 --- a/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ListSyncsFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs b/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs index c31c4c726..25c813c40 100644 --- a/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs +++ b/src/Segment.PublicApi/Model/ListTrackingPlans200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs b/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs index 5ca17ba9a..e5f709912 100644 --- a/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs +++ b/src/Segment.PublicApi/Model/ListTrackingPlansV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformations200Response.cs b/src/Segment.PublicApi/Model/ListTransformations200Response.cs index 9b99bdc99..baae62826 100644 --- a/src/Segment.PublicApi/Model/ListTransformations200Response.cs +++ b/src/Segment.PublicApi/Model/ListTransformations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs b/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs index bb510acdd..788f6b350 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs b/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs index 244696f6e..32fd56f8c 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs b/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs index f93c9fcc5..9d61c410f 100644 --- a/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListTransformationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroups200Response.cs b/src/Segment.PublicApi/Model/ListUserGroups200Response.cs index e484f6718..9bdee6c5e 100644 --- a/src/Segment.PublicApi/Model/ListUserGroups200Response.cs +++ b/src/Segment.PublicApi/Model/ListUserGroups200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs b/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs index d452f41d6..f3f0a01e8 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsFromUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs b/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs index 63f80a1fa..7d7aebfbf 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsFromUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs b/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs index 13e89e7d0..3bf88f2a9 100644 --- a/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUserGroupsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsers200Response.cs b/src/Segment.PublicApi/Model/ListUsers200Response.cs index 55027d1f2..d37acbf4a 100644 --- a/src/Segment.PublicApi/Model/ListUsers200Response.cs +++ b/src/Segment.PublicApi/Model/ListUsers200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs index a746e9d77..61263e7de 100644 --- a/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ListUsersFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs index c58bf3ef5..ad5fca84e 100644 --- a/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUsersFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListUsersV1Output.cs b/src/Segment.PublicApi/Model/ListUsersV1Output.cs index 2e2ab2055..968567651 100644 --- a/src/Segment.PublicApi/Model/ListUsersV1Output.cs +++ b/src/Segment.PublicApi/Model/ListUsersV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWarehouses200Response.cs b/src/Segment.PublicApi/Model/ListWarehouses200Response.cs index 0a654e68a..bdebac726 100644 --- a/src/Segment.PublicApi/Model/ListWarehouses200Response.cs +++ b/src/Segment.PublicApi/Model/ListWarehouses200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs b/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs index 507c27e27..43bc4913d 100644 --- a/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs +++ b/src/Segment.PublicApi/Model/ListWarehousesV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs b/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs index 37152b6d6..869ff8b7c 100644 --- a/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs +++ b/src/Segment.PublicApi/Model/ListWorkspaceRegulations200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs b/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs index f17678f77..a3e167647 100644 --- a/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs +++ b/src/Segment.PublicApi/Model/ListWorkspaceRegulationsV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LivePluginsAlpha.cs b/src/Segment.PublicApi/Model/LivePluginsAlpha.cs index 269725bbf..871084d33 100644 --- a/src/Segment.PublicApi/Model/LivePluginsAlpha.cs +++ b/src/Segment.PublicApi/Model/LivePluginsAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/LogosBeta.cs b/src/Segment.PublicApi/Model/LogosBeta.cs index d9f4ffdee..bd058fb38 100644 --- a/src/Segment.PublicApi/Model/LogosBeta.cs +++ b/src/Segment.PublicApi/Model/LogosBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs b/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs index 06e227d27..39e3b904f 100644 --- a/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs +++ b/src/Segment.PublicApi/Model/MessageSubscriptionResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs b/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs index 399ab7055..19024ca0a 100644 --- a/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs +++ b/src/Segment.PublicApi/Model/MessageSubscriptionResponseError.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs b/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs index a59b955d7..da1cf4002 100644 --- a/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs +++ b/src/Segment.PublicApi/Model/MessagesSubscriptionRequest.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Metadata.cs b/src/Segment.PublicApi/Model/Metadata.cs index 8f190fbaf..862b813ac 100644 --- a/src/Segment.PublicApi/Model/Metadata.cs +++ b/src/Segment.PublicApi/Model/Metadata.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MetricBeta.cs b/src/Segment.PublicApi/Model/MetricBeta.cs index c8757a93d..1ced8a61b 100644 --- a/src/Segment.PublicApi/Model/MetricBeta.cs +++ b/src/Segment.PublicApi/Model/MetricBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs b/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs index e95d4d0fb..fe891b613 100644 --- a/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs +++ b/src/Segment.PublicApi/Model/MinimalUserGroupV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MinimalUserV1.cs b/src/Segment.PublicApi/Model/MinimalUserV1.cs index 0951ffdbf..f4f442d1f 100644 --- a/src/Segment.PublicApi/Model/MinimalUserV1.cs +++ b/src/Segment.PublicApi/Model/MinimalUserV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ModelVersion.cs b/src/Segment.PublicApi/Model/ModelVersion.cs index ad9b5691e..d20874819 100644 --- a/src/Segment.PublicApi/Model/ModelVersion.cs +++ b/src/Segment.PublicApi/Model/ModelVersion.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/MtuSnapshotV1.cs b/src/Segment.PublicApi/Model/MtuSnapshotV1.cs index ade195ab5..cc52cbf04 100644 --- a/src/Segment.PublicApi/Model/MtuSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/MtuSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PaginationInput.cs b/src/Segment.PublicApi/Model/PaginationInput.cs index ac8379a81..07b81bfa3 100644 --- a/src/Segment.PublicApi/Model/PaginationInput.cs +++ b/src/Segment.PublicApi/Model/PaginationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PaginationOutput.cs b/src/Segment.PublicApi/Model/PaginationOutput.cs index cf55efafa..70e92f3af 100644 --- a/src/Segment.PublicApi/Model/PaginationOutput.cs +++ b/src/Segment.PublicApi/Model/PaginationOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PeriodicConfig.cs b/src/Segment.PublicApi/Model/PeriodicConfig.cs index 68bef969c..9d1c08edc 100644 --- a/src/Segment.PublicApi/Model/PeriodicConfig.cs +++ b/src/Segment.PublicApi/Model/PeriodicConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionInputV1.cs b/src/Segment.PublicApi/Model/PermissionInputV1.cs index 52988b72f..ab0637909 100644 --- a/src/Segment.PublicApi/Model/PermissionInputV1.cs +++ b/src/Segment.PublicApi/Model/PermissionInputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionResourceV1.cs b/src/Segment.PublicApi/Model/PermissionResourceV1.cs index a920d853e..a3e6a57c7 100644 --- a/src/Segment.PublicApi/Model/PermissionResourceV1.cs +++ b/src/Segment.PublicApi/Model/PermissionResourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PermissionV1.cs b/src/Segment.PublicApi/Model/PermissionV1.cs index df99446ed..699fb6923 100644 --- a/src/Segment.PublicApi/Model/PermissionV1.cs +++ b/src/Segment.PublicApi/Model/PermissionV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PersonalizationInput.cs b/src/Segment.PublicApi/Model/PersonalizationInput.cs index 00f012ee4..cac5fb796 100644 --- a/src/Segment.PublicApi/Model/PersonalizationInput.cs +++ b/src/Segment.PublicApi/Model/PersonalizationInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs b/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs index d577dce1e..8da8efcb8 100644 --- a/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs +++ b/src/Segment.PublicApi/Model/PersonalizationInputEntity.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs index 04e164055..6be1f6b10 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilter200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs index 51d533bc6..aa914081e 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs index 36043312a..d5c8bd810 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs index 70f5f4949..0c2b51226 100644 --- a/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs +++ b/src/Segment.PublicApi/Model/PreviewDestinationFilterV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Profile.cs b/src/Segment.PublicApi/Model/Profile.cs index 2ab85ae9d..c09c33854 100644 --- a/src/Segment.PublicApi/Model/Profile.cs +++ b/src/Segment.PublicApi/Model/Profile.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs b/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs index 0e6100eeb..1f7d1f037 100644 --- a/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs +++ b/src/Segment.PublicApi/Model/ProfilesWarehouseAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyRenameBeta.cs b/src/Segment.PublicApi/Model/PropertyRenameBeta.cs index 821f98cbe..a272a8fd7 100644 --- a/src/Segment.PublicApi/Model/PropertyRenameBeta.cs +++ b/src/Segment.PublicApi/Model/PropertyRenameBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyRenameV1.cs b/src/Segment.PublicApi/Model/PropertyRenameV1.cs index 9948a4dab..b7a0daeb2 100644 --- a/src/Segment.PublicApi/Model/PropertyRenameV1.cs +++ b/src/Segment.PublicApi/Model/PropertyRenameV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs b/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs index 2ef1a023e..6090a4a04 100644 --- a/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs +++ b/src/Segment.PublicApi/Model/PropertyValueTransformationBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs b/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs index bbf2119cc..8ac9dbf41 100644 --- a/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs +++ b/src/Segment.PublicApi/Model/PropertyValueTransformationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs b/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs index 3f49bf0db..d9373dd2f 100644 --- a/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs +++ b/src/Segment.PublicApi/Model/ReadAudiencePreviewOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Regulation.cs b/src/Segment.PublicApi/Model/Regulation.cs index 3834774d4..63d5da883 100644 --- a/src/Segment.PublicApi/Model/Regulation.cs +++ b/src/Segment.PublicApi/Model/Regulation.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RegulationListEntryV1.cs b/src/Segment.PublicApi/Model/RegulationListEntryV1.cs index 150a47eaa..c1ae701df 100644 --- a/src/Segment.PublicApi/Model/RegulationListEntryV1.cs +++ b/src/Segment.PublicApi/Model/RegulationListEntryV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs b/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs index daffe73d1..2143d72c0 100644 --- a/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveActivationFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs b/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs index b01baf923..8422ac8e0 100644 --- a/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveActivationFromAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs index 907ca9939..9195d22be 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs index e1f25203e..39c35076d 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpace200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs index 2f1caba7c..556980df8 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs index 6abd92667..2ec74dee1 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceFromSpaceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs index 436fc1a59..bae1f36fe 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs index 8f9fbe493..c856f5e31 100644 --- a/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveAudienceScheduleFromAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs index 83aa8c482..27d4a762c 100644 --- a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs index 753d04c61..d498b4323 100644 --- a/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveComputedTraitFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs b/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs index 40c6d85c3..c46236b1f 100644 --- a/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveFilterFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs b/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs index 5a429c424..4f9e03d83 100644 --- a/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveFilterFromDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs index b6060aac9..eb61b8191 100644 --- a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs index b214bcce5..be86f2a7a 100644 --- a/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveProfilesWarehouseFromSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRuleV1.cs b/src/Segment.PublicApi/Model/RemoveRuleV1.cs index ea1c70f09..8dbc0baf2 100644 --- a/src/Segment.PublicApi/Model/RemoveRuleV1.cs +++ b/src/Segment.PublicApi/Model/RemoveRuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs index f80f0db6c..070c431e9 100644 --- a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs index 79bf44014..7bcfe2a6a 100644 --- a/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveRulesFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs index d5fa30c2c..8f356b24a 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs index d382ce619..d91c49c9b 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceConnectionFromWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs index a5f8f1552..a50067884 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs index 7cda06b63..571cea1eb 100644 --- a/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveSourceFromTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs index 5515daf8b..3dca8d1f2 100644 --- a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs index 44465c5ee..7bcbfb35e 100644 --- a/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveSubscriptionFromDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs index a0a64bdf0..5c92ccdbc 100644 --- a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs index 8d9d0fb6b..62b7f4fd4 100644 --- a/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/RemoveUsersFromUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs index 621748a1a..bbd96b532 100644 --- a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs +++ b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs index 75620f0a6..f6c19dc43 100644 --- a/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RemoveWriteKeyFromSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs index fe801a4df..609840ee6 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs index 1621e31f6..5fbd5a90a 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs index f01cdc5f9..721c3d38e 100644 --- a/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceAdvancedSyncScheduleForWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs index 948339d65..4a217bf4c 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs index 1f92546a7..3acfbb474 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs index 9924e0040..b1ff5c741 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs index 3eb9c38f2..94623421f 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs index 5a7793433..41beeafee 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs index 7221c21a1..9f83c76ec 100644 --- a/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceLabelsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs index 32ab9611d..afacf46cf 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpaces200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs index 973069a66..4799e5c40 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs index e0587c313..76528e643 100644 --- a/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/ReplaceMessagingSubscriptionsInSpacesAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs index 8fb035106..88f83c1ff 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUser200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs index 86b6ef9a9..2de3868a8 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs index dd0719750..43b532b90 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs index 1cf9a9c67..fdd274ca2 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs index c68d1c934..069488b3a 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs index 00ddd7996..b47d3e811 100644 --- a/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplacePermissionsForUserV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs index 7bfb84eb2..d2eb9f403 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs index 5194ba4cb..44444988c 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs index e802a61c0..4ee9a74d4 100644 --- a/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceRulesInTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs index 207330bda..c5505bf23 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs index 3deb42c57..d6fbb7787 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs index a9b24eac7..980000446 100644 --- a/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/ReplaceUsersInUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RequestError.cs b/src/Segment.PublicApi/Model/RequestError.cs index d1fda2fbf..85e7249e4 100644 --- a/src/Segment.PublicApi/Model/RequestError.cs +++ b/src/Segment.PublicApi/Model/RequestError.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs b/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs index bb55eeb45..5ff3cc6f1 100644 --- a/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs +++ b/src/Segment.PublicApi/Model/RequestErrorEnvelope.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ResourceV1.cs b/src/Segment.PublicApi/Model/ResourceV1.cs index 5256ced1b..f1b8f0d77 100644 --- a/src/Segment.PublicApi/Model/ResourceV1.cs +++ b/src/Segment.PublicApi/Model/ResourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs index d1e208916..59f498e31 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersion200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs index e0cbdf435..8850b0aa6 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs index c5d65bade..a0b0eb6c7 100644 --- a/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/RestoreFunctionVersionAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs b/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs index b468aa090..32150f095 100644 --- a/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs +++ b/src/Segment.PublicApi/Model/ReverseETLManualSyncJobOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs b/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs index 517b80cfd..95986e54b 100644 --- a/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs +++ b/src/Segment.PublicApi/Model/ReverseETLSyncStatus.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs index 52a3cb2d5..43898076a 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlCronScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs index 1fd71568e..dcace3059 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlDbtCloudScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlModel.cs b/src/Segment.PublicApi/Model/ReverseEtlModel.cs index d5f9b7e9a..47d2f7840 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlModel.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlModel.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs index 9164114b1..aab56491a 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlPeriodicScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs index 7e61ac752..957f418e7 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs b/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs index ea8f512c1..fe5b09476 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlScheduleDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs b/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs index 7703759b9..9a578851c 100644 --- a/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs +++ b/src/Segment.PublicApi/Model/ReverseEtlSpecificTimeScheduleConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RoleV1.cs b/src/Segment.PublicApi/Model/RoleV1.cs index efaa78544..891de478b 100644 --- a/src/Segment.PublicApi/Model/RoleV1.cs +++ b/src/Segment.PublicApi/Model/RoleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RuleInputV1.cs b/src/Segment.PublicApi/Model/RuleInputV1.cs index 6ae5b88d5..c3135edde 100644 --- a/src/Segment.PublicApi/Model/RuleInputV1.cs +++ b/src/Segment.PublicApi/Model/RuleInputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/RuleV1.cs b/src/Segment.PublicApi/Model/RuleV1.cs index 4bf29ff8b..bbccf2c71 100644 --- a/src/Segment.PublicApi/Model/RuleV1.cs +++ b/src/Segment.PublicApi/Model/RuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SimpleDestination.cs b/src/Segment.PublicApi/Model/SimpleDestination.cs index 731edb87c..e78f4a068 100644 --- a/src/Segment.PublicApi/Model/SimpleDestination.cs +++ b/src/Segment.PublicApi/Model/SimpleDestination.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs b/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs index c12f9e47e..de1d00d6a 100644 --- a/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/SourceAPICallSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceAlpha.cs b/src/Segment.PublicApi/Model/SourceAlpha.cs index e05e02813..7f4d5d1ce 100644 --- a/src/Segment.PublicApi/Model/SourceAlpha.cs +++ b/src/Segment.PublicApi/Model/SourceAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs b/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs index c06766ff8..150a88665 100644 --- a/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs +++ b/src/Segment.PublicApi/Model/SourceEventVolumeDatapointV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs b/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs index cdff97548..4d06a6197 100644 --- a/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs +++ b/src/Segment.PublicApi/Model/SourceEventVolumeV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceMetadataV1.cs b/src/Segment.PublicApi/Model/SourceMetadataV1.cs index 9bcd9c030..62e6b2e36 100644 --- a/src/Segment.PublicApi/Model/SourceMetadataV1.cs +++ b/src/Segment.PublicApi/Model/SourceMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs b/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs index 20547df58..a40994944 100644 --- a/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs +++ b/src/Segment.PublicApi/Model/SourceSettingsOutputV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SourceV1.cs b/src/Segment.PublicApi/Model/SourceV1.cs index be324d87f..815f1cf49 100644 --- a/src/Segment.PublicApi/Model/SourceV1.cs +++ b/src/Segment.PublicApi/Model/SourceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/Space.cs b/src/Segment.PublicApi/Model/Space.cs index 6ec64e094..c90d221d1 100644 --- a/src/Segment.PublicApi/Model/Space.cs +++ b/src/Segment.PublicApi/Model/Space.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs b/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs index 98b508d45..ab3943481 100644 --- a/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs +++ b/src/Segment.PublicApi/Model/SpaceWarehouseSchemaOverride.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs b/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs index e05b9775a..3641fba25 100644 --- a/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs +++ b/src/Segment.PublicApi/Model/SpaceWarehouseSelectiveSyncItemAlpha.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SpecificDaysConfig.cs b/src/Segment.PublicApi/Model/SpecificDaysConfig.cs index 5692a1fa2..006add3d3 100644 --- a/src/Segment.PublicApi/Model/SpecificDaysConfig.cs +++ b/src/Segment.PublicApi/Model/SpecificDaysConfig.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/StreamStatusV1.cs b/src/Segment.PublicApi/Model/StreamStatusV1.cs index 05facb5e1..d13bf3cfc 100644 --- a/src/Segment.PublicApi/Model/StreamStatusV1.cs +++ b/src/Segment.PublicApi/Model/StreamStatusV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SuppressedInner.cs b/src/Segment.PublicApi/Model/SuppressedInner.cs index e5ce673c5..264671779 100644 --- a/src/Segment.PublicApi/Model/SuppressedInner.cs +++ b/src/Segment.PublicApi/Model/SuppressedInner.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncExtractPhase.cs b/src/Segment.PublicApi/Model/SyncExtractPhase.cs index 756841090..6182fe0d0 100644 --- a/src/Segment.PublicApi/Model/SyncExtractPhase.cs +++ b/src/Segment.PublicApi/Model/SyncExtractPhase.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncLoadPhase.cs b/src/Segment.PublicApi/Model/SyncLoadPhase.cs index a0157632f..8d50c0c5d 100644 --- a/src/Segment.PublicApi/Model/SyncLoadPhase.cs +++ b/src/Segment.PublicApi/Model/SyncLoadPhase.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncNoticeV1.cs b/src/Segment.PublicApi/Model/SyncNoticeV1.cs index 45a047aa5..53cc0b799 100644 --- a/src/Segment.PublicApi/Model/SyncNoticeV1.cs +++ b/src/Segment.PublicApi/Model/SyncNoticeV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/SyncV1.cs b/src/Segment.PublicApi/Model/SyncV1.cs index 37c5778f0..87a0e934e 100644 --- a/src/Segment.PublicApi/Model/SyncV1.cs +++ b/src/Segment.PublicApi/Model/SyncV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs b/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs index 80f2b0801..2de87d244 100644 --- a/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs +++ b/src/Segment.PublicApi/Model/TrackSourceSettingsV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TrackingPlanV1.cs b/src/Segment.PublicApi/Model/TrackingPlanV1.cs index 0aaa072be..ad238a487 100644 --- a/src/Segment.PublicApi/Model/TrackingPlanV1.cs +++ b/src/Segment.PublicApi/Model/TrackingPlanV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TraitDefinition.cs b/src/Segment.PublicApi/Model/TraitDefinition.cs index 6e96f6526..dd21415bd 100644 --- a/src/Segment.PublicApi/Model/TraitDefinition.cs +++ b/src/Segment.PublicApi/Model/TraitDefinition.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TraitOptions.cs b/src/Segment.PublicApi/Model/TraitOptions.cs index 2fb2e8f44..fc9fce1bc 100644 --- a/src/Segment.PublicApi/Model/TraitOptions.cs +++ b/src/Segment.PublicApi/Model/TraitOptions.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TransformationBeta.cs b/src/Segment.PublicApi/Model/TransformationBeta.cs index beda27908..8a1529ed9 100644 --- a/src/Segment.PublicApi/Model/TransformationBeta.cs +++ b/src/Segment.PublicApi/Model/TransformationBeta.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/TransformationV1.cs b/src/Segment.PublicApi/Model/TransformationV1.cs index c2ac51fae..7eda1f521 100644 --- a/src/Segment.PublicApi/Model/TransformationV1.cs +++ b/src/Segment.PublicApi/Model/TransformationV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs index 0c1d9f438..e6a33e07b 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs index 91d6c6301..f192f57d7 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs b/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs index ee5cea85b..1b4f38f18 100644 --- a/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateActivationForAudienceOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs index 14721dff6..d0eaff228 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs index 042e231a2..5b3088805 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpace200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs index 50bf594d8..05cf43082 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs index ff074f90f..71dce7fac 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs index 27ed0b3b6..5554f297a 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs index 43a89302f..0f39c6866 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceForSpaceBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs index 140f39b01..3a0dcb130 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudience200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs index 22b0b5199..39c656ce3 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs index fb239370d..8a0aa7399 100644 --- a/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateAudienceScheduleForAudienceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs index 8f62bfce4..a96a95134 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs index 95849fa0e..f27af4375 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs index 43ead71d7..b34d19ed0 100644 --- a/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateComputedTraitForSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateDestination200Response.cs index 04eaaf318..6f8422f54 100644 --- a/src/Segment.PublicApi/Model/UpdateDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs b/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs index a2e40142a..e40ea6471 100644 --- a/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs b/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs index 13885f0c8..ee855d8fd 100644 --- a/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs b/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs index 170e7f78b..ab75dc250 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterById200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs b/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs index 5eba39cc1..e45e2df04 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterByIdInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs b/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs index b70f5732a..e66518553 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterByIdOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs index e91376dae..ab1c54c67 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs index ff14999d5..f42832523 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs index 9243a40a6..fd2b3bfce 100644 --- a/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateFilterForDestinationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunction200Response.cs b/src/Segment.PublicApi/Model/UpdateFunction200Response.cs index a84a6b76e..431d4b2f2 100644 --- a/src/Segment.PublicApi/Model/UpdateFunction200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateFunction200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs b/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs index 325f754d3..7a900b912 100644 --- a/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateFunctionV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs b/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs index 96d7408a0..54bedc789 100644 --- a/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateFunctionV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs b/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs index 358a02c7f..ae55052b1 100644 --- a/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs +++ b/src/Segment.PublicApi/Model/UpdateGroupSubscriptionStatusResponse.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs index 876a6e135..167f9f061 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstance200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs index b82026183..704e3c5f3 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs index 3e5680c56..1144c7bc7 100644 --- a/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateInsertFunctionInstanceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs index 2243f3977..ee3bb9790 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs index 601c4c0df..eb3c0efdb 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs index 0c2b81b09..ba6ef373a 100644 --- a/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateProfilesWarehouseForSpaceWarehouseAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs index 74d99780a..e1850534a 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModel200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs index 61d2136b0..62980badc 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModelInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs b/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs index 0f822d6bf..23b24e20d 100644 --- a/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateReverseEtlModelOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs index 4374d95e8..7230bc8ef 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs index f06cd81cf..6ddc0c6ef 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs index b8ee322f1..44298a824 100644 --- a/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateRulesInTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs index c109cc9dd..c6819931a 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs index 5ce159d70..23b162eff 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs index 4d22ee5cd..16051059a 100644 --- a/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSchemaSettingsInSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs index bcf9fd93e..c01b457e8 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs index 35eba3cfc..2f65219be 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpace200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs index db7a1b8f2..51c2ed0aa 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs index b5118603f..f6a504ce0 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseAndSpaceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs index 240b839ee..06eee1f05 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs index 3186d6e97..77b4ad525 100644 --- a/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSelectiveSyncForWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSource200Response.cs b/src/Segment.PublicApi/Model/UpdateSource200Response.cs index d3a8d4517..449451feb 100644 --- a/src/Segment.PublicApi/Model/UpdateSource200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSource200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSource200Response1.cs b/src/Segment.PublicApi/Model/UpdateSource200Response1.cs index 3e8d5a4a1..5d2590410 100644 --- a/src/Segment.PublicApi/Model/UpdateSource200Response1.cs +++ b/src/Segment.PublicApi/Model/UpdateSource200Response1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs index 2a780abcc..e5cf49087 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs index a556d431e..c90814ad3 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs b/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs index 13a49fb68..2245c2f03 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs b/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs index 0817b667e..1fc463e8d 100644 --- a/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateSourceV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs index 68adad985..19c9ff093 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestination200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs index d396f13a3..a76917113 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs index 241aceb1a..fc00a5099 100644 --- a/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateSubscriptionForDestinationAlphaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs index 4130f8b25..552c9e410 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlan200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs index 3c88b889d..12abc06c2 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs index efadca567..a93be3a74 100644 --- a/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateTrackingPlanV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs b/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs index f8dff9304..65289a91a 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformation200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs b/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs index 2844e403b..e5d749177 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationBetaInput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs b/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs index c0307a2c0..f91b303fd 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationBetaOutput.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs b/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs index 141ef7b2b..4271bc23f 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs b/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs index a3c77f032..3f166b7fb 100644 --- a/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateTransformationV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs b/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs index 31193ace5..afa4fa7c4 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroup200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs b/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs index 3f4cee664..6e4202fb6 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroupV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs b/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs index f770e3198..cccff128b 100644 --- a/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateUserGroupV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs b/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs index ece181186..4cb6b3331 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouse200Response.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs b/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs index 95ad5d48e..e1446798e 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouseV1Input.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs b/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs index 8a0079b7a..aa635cb94 100644 --- a/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs +++ b/src/Segment.PublicApi/Model/UpdateWarehouseV1Output.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UpsertRuleV1.cs b/src/Segment.PublicApi/Model/UpsertRuleV1.cs index b8b33724e..e002f6895 100644 --- a/src/Segment.PublicApi/Model/UpsertRuleV1.cs +++ b/src/Segment.PublicApi/Model/UpsertRuleV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UserGroupV1.cs b/src/Segment.PublicApi/Model/UserGroupV1.cs index 74c0715bd..7eed67f75 100644 --- a/src/Segment.PublicApi/Model/UserGroupV1.cs +++ b/src/Segment.PublicApi/Model/UserGroupV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UserV1.cs b/src/Segment.PublicApi/Model/UserV1.cs index abcf29157..a04cd562d 100644 --- a/src/Segment.PublicApi/Model/UserV1.cs +++ b/src/Segment.PublicApi/Model/UserV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs b/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs index 1b3cff709..b6c63776e 100644 --- a/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs +++ b/src/Segment.PublicApi/Model/UsersPerSourceSnapshotV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs b/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs index 625a59f13..5c9360f08 100644 --- a/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseAdvancedSyncV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs b/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs index be18b7606..8ee987377 100644 --- a/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseMetadataV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs b/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs index e9fb2aeda..56b29f144 100644 --- a/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseSelectiveSyncItemV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs b/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs index c91558aab..99d8a1dc6 100644 --- a/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseSyncOverrideV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WarehouseV1.cs b/src/Segment.PublicApi/Model/WarehouseV1.cs index 2e4339d2f..5a487fd02 100644 --- a/src/Segment.PublicApi/Model/WarehouseV1.cs +++ b/src/Segment.PublicApi/Model/WarehouseV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/Model/WorkspaceV1.cs b/src/Segment.PublicApi/Model/WorkspaceV1.cs index 93ebe74e7..64a1c4abb 100644 --- a/src/Segment.PublicApi/Model/WorkspaceV1.cs +++ b/src/Segment.PublicApi/Model/WorkspaceV1.cs @@ -3,7 +3,7 @@ * * The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. * - * The version of the OpenAPI document: 62.0.3 + * The version of the OpenAPI document: 62.0.4 * Contact: friends@segment.com * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/Segment.PublicApi/README.md b/src/Segment.PublicApi/README.md index 81d7c03a7..a6b2cf93f 100644 --- a/src/Segment.PublicApi/README.md +++ b/src/Segment.PublicApi/README.md @@ -11,7 +11,7 @@ See the next sections for more information on how to use the Segment Public API. This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 62.0.3 +- API version: 62.0.4 - Generator version: 7.0.1 - Build package: org.openapitools.codegen.languages.CSharpClientCodegen For more information, please visit [https://docs.segmentapis.com](https://docs.segmentapis.com) diff --git a/src/Segment.PublicApi/Segment.PublicApi.csproj b/src/Segment.PublicApi/Segment.PublicApi.csproj index a59fe509a..ebdc87265 100644 --- a/src/Segment.PublicApi/Segment.PublicApi.csproj +++ b/src/Segment.PublicApi/Segment.PublicApi.csproj @@ -12,7 +12,7 @@ Segment Public API SDK 2024 Twilio, Inc. Segment.PublicApi - 62.0.3 + 62.0.4 bin\$(Configuration)\$(TargetFramework)\Segment.PublicApi.xml https://github.com/segmentio/public-api-sdk-csharp.git git