@segment/public-api-sdk-typescript 33.0.2-b5405 → 33.0.3-b5407
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/aPICallsApi.ts +1 -1
- package/api/auditTrailApi.ts +1 -1
- package/api/catalogApi.ts +1 -1
- package/api/deletionAndSuppressionApi.ts +1 -1
- package/api/destinationFiltersApi.ts +1 -1
- package/api/destinationsApi.ts +1 -1
- package/api/edgeFunctionsApi.ts +1 -1
- package/api/eventsApi.ts +1 -1
- package/api/functionsApi.ts +1 -1
- package/api/iAMGroupsApi.ts +1 -1
- package/api/iAMRolesApi.ts +1 -1
- package/api/iAMUsersApi.ts +1 -1
- package/api/labelsApi.ts +1 -1
- package/api/monthlyTrackedUsersApi.ts +1 -1
- package/api/selectiveSyncApi.ts +1 -1
- package/api/sourcesApi.ts +1 -1
- package/api/spacesApi.ts +1 -1
- package/api/testingApi.ts +1 -1
- package/api/trackingPlansApi.ts +1 -1
- package/api/transformationsApi.ts +30 -25
- package/api/warehousesApi.ts +1 -1
- package/api/workspacesApi.ts +1 -1
- package/dist/api/transformationsApi.d.ts +4 -4
- package/dist/api/transformationsApi.js +20 -15
- package/dist/api/transformationsApi.js.map +1 -1
- package/dist/model/createTransformation200Response.d.ts +2 -2
- package/dist/model/createTransformation200Response.js +1 -1
- package/dist/model/createTransformation200Response.js.map +1 -1
- package/dist/model/createTransformationV1Input.d.ts +23 -0
- package/dist/model/createTransformationV1Input.js +56 -0
- package/dist/model/createTransformationV1Input.js.map +1 -0
- package/dist/model/createTransformationV1Output.d.ts +15 -0
- package/dist/model/createTransformationV1Output.js +21 -0
- package/dist/model/createTransformationV1Output.js.map +1 -0
- package/dist/model/deleteTransformation200Response.d.ts +2 -2
- package/dist/model/deleteTransformation200Response.js +1 -1
- package/dist/model/deleteTransformation200Response.js.map +1 -1
- package/dist/model/deleteTransformationBetaInput.d.ts +14 -0
- package/dist/model/deleteTransformationBetaInput.js +21 -0
- package/dist/model/deleteTransformationBetaInput.js.map +1 -0
- package/dist/model/deleteTransformationV1Output.d.ts +19 -0
- package/dist/model/deleteTransformationV1Output.js +28 -0
- package/dist/model/deleteTransformationV1Output.js.map +1 -0
- package/dist/model/getTransformation200Response.d.ts +2 -2
- package/dist/model/getTransformation200Response.js +1 -1
- package/dist/model/getTransformation200Response.js.map +1 -1
- package/dist/model/getTransformationBetaInput.d.ts +14 -0
- package/dist/model/getTransformationBetaInput.js +21 -0
- package/dist/model/getTransformationBetaInput.js.map +1 -0
- package/dist/model/getTransformationV1Output.d.ts +15 -0
- package/dist/model/getTransformationV1Output.js +21 -0
- package/dist/model/getTransformationV1Output.js.map +1 -0
- package/dist/model/listTransformations200Response.d.ts +2 -2
- package/dist/model/listTransformations200Response.js +1 -1
- package/dist/model/listTransformations200Response.js.map +1 -1
- package/dist/model/listTransformationsBetaInput.d.ts +15 -0
- package/dist/model/listTransformationsBetaInput.js +21 -0
- package/dist/model/listTransformationsBetaInput.js.map +1 -0
- package/dist/model/listTransformationsV1Output.d.ts +17 -0
- package/dist/model/listTransformationsV1Output.js +26 -0
- package/dist/model/listTransformationsV1Output.js.map +1 -0
- package/dist/model/models.d.ts +17 -0
- package/dist/model/models.js +52 -0
- package/dist/model/models.js.map +1 -1
- package/dist/model/pagination1.d.ts +15 -0
- package/dist/model/pagination1.js +26 -0
- package/dist/model/pagination1.js.map +1 -0
- package/dist/model/propertyRenameV1.d.ts +15 -0
- package/dist/model/propertyRenameV1.js +26 -0
- package/dist/model/propertyRenameV1.js.map +1 -0
- package/dist/model/propertyValueTransformationV1.d.ts +15 -0
- package/dist/model/propertyValueTransformationV1.js +26 -0
- package/dist/model/propertyValueTransformationV1.js.map +1 -0
- package/dist/model/transformation3.d.ts +24 -0
- package/dist/model/transformation3.js +61 -0
- package/dist/model/transformation3.js.map +1 -0
- package/dist/model/transformation4.d.ts +24 -0
- package/dist/model/transformation4.js +61 -0
- package/dist/model/transformation4.js.map +1 -0
- package/dist/model/transformation5.d.ts +24 -0
- package/dist/model/transformation5.js +61 -0
- package/dist/model/transformation5.js.map +1 -0
- package/dist/model/transformationV1.d.ts +24 -0
- package/dist/model/transformationV1.js +61 -0
- package/dist/model/transformationV1.js.map +1 -0
- package/dist/model/updateTransformation200Response.d.ts +2 -2
- package/dist/model/updateTransformation200Response.js +1 -1
- package/dist/model/updateTransformation200Response.js.map +1 -1
- package/dist/model/updateTransformationBetaInput.d.ts +1 -0
- package/dist/model/updateTransformationBetaInput.js +5 -0
- package/dist/model/updateTransformationBetaInput.js.map +1 -1
- package/dist/model/updateTransformationV1Input.d.ts +23 -0
- package/dist/model/updateTransformationV1Input.js +56 -0
- package/dist/model/updateTransformationV1Input.js.map +1 -0
- package/dist/model/updateTransformationV1Output.d.ts +15 -0
- package/dist/model/updateTransformationV1Output.js +21 -0
- package/dist/model/updateTransformationV1Output.js.map +1 -0
- package/model/aPICallSnapshotV1.ts +1 -1
- package/model/accessPermissionV1.ts +1 -1
- package/model/addConnectionFromSourceToWarehouse200Response.ts +1 -1
- package/model/addConnectionFromSourceToWarehouseV1Output.ts +1 -1
- package/model/addLabelsToSource200Response.ts +1 -1
- package/model/addLabelsToSource200Response1.ts +1 -1
- package/model/addLabelsToSourceAlphaInput.ts +1 -1
- package/model/addLabelsToSourceAlphaOutput.ts +1 -1
- package/model/addLabelsToSourceV1Input.ts +1 -1
- package/model/addLabelsToSourceV1Output.ts +1 -1
- package/model/addPermissionsToUser200Response.ts +1 -1
- package/model/addPermissionsToUserGroup200Response.ts +1 -1
- package/model/addPermissionsToUserGroupV1Input.ts +1 -1
- package/model/addPermissionsToUserGroupV1Output.ts +1 -1
- package/model/addPermissionsToUserV1Input.ts +1 -1
- package/model/addPermissionsToUserV1Output.ts +1 -1
- package/model/addSourceToTrackingPlan200Response.ts +1 -1
- package/model/addSourceToTrackingPlanV1Input.ts +1 -1
- package/model/addSourceToTrackingPlanV1Output.ts +1 -1
- package/model/addUsersToUserGroup200Response.ts +1 -1
- package/model/addUsersToUserGroupV1Input.ts +1 -1
- package/model/addUsersToUserGroupV1Output.ts +1 -1
- package/model/advancedWarehouseSyncScheduleV1Input.ts +1 -1
- package/model/advancedWarehouseSyncScheduleV1Output.ts +1 -1
- package/model/allowedLabelBeta.ts +1 -1
- package/model/auditEventV1.ts +1 -1
- package/model/batchQueryMessagingSubscriptionsForSpace200Response.ts +1 -1
- package/model/batchQueryMessagingSubscriptionsForSpaceAlphaInput.ts +1 -1
- package/model/batchQueryMessagingSubscriptionsForSpaceAlphaOutput.ts +1 -1
- package/model/breakdownBeta.ts +1 -1
- package/model/commonSourceSettingsV1.ts +1 -1
- package/model/contact.ts +1 -1
- package/model/createCloudSourceRegulation200Response.ts +1 -1
- package/model/createCloudSourceRegulationV1Input.ts +1 -1
- package/model/createCloudSourceRegulationV1Output.ts +1 -1
- package/model/createDestination200Response.ts +1 -1
- package/model/createDestinationSubscription200Response.ts +1 -1
- package/model/createDestinationSubscriptionAlphaInput.ts +1 -1
- package/model/createDestinationSubscriptionAlphaOutput.ts +1 -1
- package/model/createDestinationV1Input.ts +1 -1
- package/model/createDestinationV1Output.ts +1 -1
- package/model/createEdgeFunctions200Response.ts +1 -1
- package/model/createEdgeFunctionsAlphaInput.ts +1 -1
- package/model/createEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/createFilterForDestination200Response.ts +1 -1
- package/model/createFilterForDestinationV1Input.ts +1 -1
- package/model/createFilterForDestinationV1Output.ts +1 -1
- package/model/createFunction200Response.ts +1 -1
- package/model/createFunctionDeployment200Response.ts +1 -1
- package/model/createFunctionDeploymentV1Output.ts +1 -1
- package/model/createFunctionV1Input.ts +1 -1
- package/model/createFunctionV1Output.ts +1 -1
- package/model/createInvites200Response.ts +1 -1
- package/model/createInvitesV1Input.ts +1 -1
- package/model/createInvitesV1Output.ts +1 -1
- package/model/createLabel200Response.ts +1 -1
- package/model/createLabel200Response1.ts +1 -1
- package/model/createLabelAlphaInput.ts +1 -1
- package/model/createLabelAlphaOutput.ts +1 -1
- package/model/createLabelV1Input.ts +1 -1
- package/model/createLabelV1Output.ts +1 -1
- package/model/createSource200Response.ts +1 -1
- package/model/createSource200Response1.ts +1 -1
- package/model/createSourceAlphaInput.ts +1 -1
- package/model/createSourceAlphaOutput.ts +1 -1
- package/model/createSourceRegulation200Response.ts +1 -1
- package/model/createSourceRegulationV1Input.ts +1 -1
- package/model/createSourceRegulationV1Output.ts +1 -1
- package/model/createSourceV1Input.ts +1 -1
- package/model/createSourceV1Output.ts +1 -1
- package/model/createTrackingPlan200Response.ts +1 -1
- package/model/createTrackingPlanV1Input.ts +1 -1
- package/model/createTrackingPlanV1Output.ts +1 -1
- package/model/createTransformation200Response.ts +4 -4
- package/model/createTransformationBetaInput.ts +1 -1
- package/model/createTransformationBetaOutput.ts +1 -1
- package/model/createTransformationV1Input.ts +106 -0
- package/model/createTransformationV1Output.ts +39 -0
- package/model/createUserGroup200Response.ts +1 -1
- package/model/createUserGroupV1Input.ts +1 -1
- package/model/createUserGroupV1Output.ts +1 -1
- package/model/createValidationInWarehouse200Response.ts +1 -1
- package/model/createValidationInWarehouseV1Input.ts +1 -1
- package/model/createValidationInWarehouseV1Output.ts +1 -1
- package/model/createWarehouse200Response.ts +1 -1
- package/model/createWarehouseV1Input.ts +1 -1
- package/model/createWarehouseV1Output.ts +1 -1
- package/model/createWorkspaceRegulation200Response.ts +1 -1
- package/model/createWorkspaceRegulationV1Input.ts +1 -1
- package/model/createWorkspaceRegulationV1Output.ts +1 -1
- package/model/deleteDestination200Response.ts +1 -1
- package/model/deleteDestinationV1Output.ts +1 -1
- package/model/deleteFunction200Response.ts +1 -1
- package/model/deleteFunctionV1Output.ts +1 -1
- package/model/deleteInvites200Response.ts +1 -1
- package/model/deleteInvitesV1Output.ts +1 -1
- package/model/deleteLabel200Response.ts +1 -1
- package/model/deleteLabel200Response1.ts +1 -1
- package/model/deleteLabelAlphaOutput.ts +1 -1
- package/model/deleteLabelV1Output.ts +1 -1
- package/model/deleteRegulation200Response.ts +1 -1
- package/model/deleteRegulationV1Output.ts +1 -1
- package/model/deleteSource200Response.ts +1 -1
- package/model/deleteSource200Response1.ts +1 -1
- package/model/deleteSourceAlphaOutput.ts +1 -1
- package/model/deleteSourceV1Output.ts +1 -1
- package/model/deleteTrackingPlan200Response.ts +1 -1
- package/model/deleteTrackingPlanV1Output.ts +1 -1
- package/model/deleteTransformation200Response.ts +4 -4
- package/model/deleteTransformationBetaInput.ts +41 -0
- package/model/deleteTransformationBetaOutput.ts +1 -1
- package/model/deleteTransformationV1Output.ts +47 -0
- package/model/deleteUserGroup200Response.ts +1 -1
- package/model/deleteUserGroupV1Output.ts +1 -1
- package/model/deleteUsers200Response.ts +1 -1
- package/model/deleteUsersV1Output.ts +1 -1
- package/model/deleteWarehouse200Response.ts +1 -1
- package/model/deleteWarehouseV1Output.ts +1 -1
- package/model/deliveryMetricsSummary.ts +1 -1
- package/model/deliveryMetricsSummaryBeta.ts +1 -1
- package/model/destination.ts +1 -1
- package/model/destination1.ts +1 -1
- package/model/destination2.ts +1 -1
- package/model/destinationFilterActionV1.ts +1 -1
- package/model/destinationFilterV1.ts +1 -1
- package/model/destinationMetadata.ts +1 -1
- package/model/destinationMetadataActionFieldV1.ts +1 -1
- package/model/destinationMetadataActionV1.ts +1 -1
- package/model/destinationMetadataComponentV1.ts +1 -1
- package/model/destinationMetadataFeaturesV1.ts +1 -1
- package/model/destinationMetadataMethodsV1.ts +1 -1
- package/model/destinationMetadataPlatformsV1.ts +1 -1
- package/model/destinationMetadataSubscriptionPresetV1.ts +1 -1
- package/model/destinationMetadataV1.ts +1 -1
- package/model/destinationStatusV1.ts +1 -1
- package/model/destinationSubscription.ts +1 -1
- package/model/destinationSubscriptionUpdateInput.ts +1 -1
- package/model/destinationV1.ts +1 -1
- package/model/disableEdgeFunctions200Response.ts +1 -1
- package/model/disableEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/echo200Response.ts +1 -1
- package/model/echo200Response1.ts +1 -1
- package/model/echoAlphaOutput.ts +1 -1
- package/model/echoV1Output.ts +1 -1
- package/model/edgeFunctions.ts +1 -1
- package/model/edgeFunctions1.ts +1 -1
- package/model/edgeFunctionsAlpha.ts +1 -1
- package/model/eventSourceV1.ts +1 -1
- package/model/filter.ts +1 -1
- package/model/filter1.ts +1 -1
- package/model/filter2.ts +1 -1
- package/model/filter3.ts +1 -1
- package/model/function.ts +1 -1
- package/model/function1.ts +1 -1
- package/model/function2.ts +1 -1
- package/model/functionDeployment.ts +1 -1
- package/model/functionSettingV1.ts +1 -1
- package/model/functionV1.ts +1 -1
- package/model/generateUploadURLForEdgeFunctions200Response.ts +1 -1
- package/model/generateUploadURLForEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/getAdvancedSyncScheduleFromWarehouse200Response.ts +1 -1
- package/model/getAdvancedSyncScheduleFromWarehouseV1Output.ts +1 -1
- package/model/getConnectionStateFromWarehouse200Response.ts +1 -1
- package/model/getConnectionStateFromWarehouseV1Output.ts +1 -1
- package/model/getDailyPerSourceAPICallsUsage200Response.ts +1 -1
- package/model/getDailyPerSourceAPICallsUsageV1Output.ts +1 -1
- package/model/getDailyPerSourceMTUUsage200Response.ts +1 -1
- package/model/getDailyPerSourceMTUUsageV1Output.ts +1 -1
- package/model/getDailyWorkspaceAPICallsUsage200Response.ts +1 -1
- package/model/getDailyWorkspaceAPICallsUsageV1Output.ts +1 -1
- package/model/getDailyWorkspaceMTUUsage200Response.ts +1 -1
- package/model/getDailyWorkspaceMTUUsageV1Output.ts +1 -1
- package/model/getDestination200Response.ts +1 -1
- package/model/getDestinationMetadata200Response.ts +1 -1
- package/model/getDestinationMetadataV1Output.ts +1 -1
- package/model/getDestinationV1Output.ts +1 -1
- package/model/getDestinationsCatalog200Response.ts +1 -1
- package/model/getDestinationsCatalogV1Output.ts +1 -1
- package/model/getEventsVolumeFromWorkspace200Response.ts +1 -1
- package/model/getEventsVolumeFromWorkspaceV1Output.ts +1 -1
- package/model/getFilterInDestination200Response.ts +1 -1
- package/model/getFilterInDestinationV1Output.ts +1 -1
- package/model/getFunction200Response.ts +1 -1
- package/model/getFunctionV1Output.ts +1 -1
- package/model/getLatestFromEdgeFunctions200Response.ts +1 -1
- package/model/getLatestFromEdgeFunctionsAlphaOutput.ts +1 -1
- package/model/getMessagingSubscriptionFailureResponse.ts +1 -1
- package/model/getMessagingSubscriptionSuccessResponse.ts +1 -1
- package/model/getRegulation200Response.ts +1 -1
- package/model/getRegulationV1Output.ts +1 -1
- package/model/getSource200Response.ts +1 -1
- package/model/getSource200Response1.ts +1 -1
- package/model/getSourceAlphaOutput.ts +1 -1
- package/model/getSourceMetadata200Response.ts +1 -1
- package/model/getSourceMetadataV1Output.ts +1 -1
- package/model/getSourceV1Output.ts +1 -1
- package/model/getSourcesCatalog200Response.ts +1 -1
- package/model/getSourcesCatalogV1Output.ts +1 -1
- package/model/getSpace200Response.ts +1 -1
- package/model/getSpaceAlphaOutput.ts +1 -1
- package/model/getSubscriptionFromDestination200Response.ts +1 -1
- package/model/getSubscriptionFromDestinationAlphaOutput.ts +1 -1
- package/model/getSubscriptionRequest.ts +1 -1
- package/model/getTrackingPlan200Response.ts +1 -1
- package/model/getTrackingPlanV1Output.ts +1 -1
- package/model/getTransformation200Response.ts +4 -4
- package/model/getTransformationBetaInput.ts +41 -0
- package/model/getTransformationBetaOutput.ts +1 -1
- package/model/getTransformationV1Output.ts +39 -0
- package/model/getUser200Response.ts +1 -1
- package/model/getUserGroup200Response.ts +1 -1
- package/model/getUserGroupV1Output.ts +1 -1
- package/model/getUserV1Output.ts +1 -1
- package/model/getWarehouse200Response.ts +1 -1
- package/model/getWarehouseMetadata200Response.ts +1 -1
- package/model/getWarehouseMetadataV1Output.ts +1 -1
- package/model/getWarehouseV1Output.ts +1 -1
- package/model/getWarehousesCatalog200Response.ts +1 -1
- package/model/getWarehousesCatalogV1Output.ts +1 -1
- package/model/getWorkspace200Response.ts +1 -1
- package/model/getWorkspaceV1Output.ts +1 -1
- package/model/group.ts +1 -1
- package/model/groupSourceSettingsV1.ts +1 -1
- package/model/identify.ts +1 -1
- package/model/identifySourceSettingsV1.ts +1 -1
- package/model/input.ts +1 -1
- package/model/integrationOptionBeta.ts +1 -1
- package/model/invitePermissionV1.ts +1 -1
- package/model/inviteV1.ts +1 -1
- package/model/label.ts +1 -1
- package/model/label1.ts +1 -1
- package/model/label2.ts +1 -1
- package/model/labelAlpha.ts +1 -1
- package/model/labelV1.ts +1 -1
- package/model/listAuditEvents200Response.ts +1 -1
- package/model/listAuditEventsV1Output.ts +1 -1
- package/model/listConnectedDestinationsFromSource200Response.ts +1 -1
- package/model/listConnectedDestinationsFromSource200Response1.ts +1 -1
- package/model/listConnectedDestinationsFromSourceAlphaOutput.ts +1 -1
- package/model/listConnectedDestinationsFromSourceV1Output.ts +1 -1
- package/model/listConnectedSourcesFromWarehouse200Response.ts +1 -1
- package/model/listConnectedSourcesFromWarehouseV1Output.ts +1 -1
- package/model/listConnectedWarehousesFromSource200Response.ts +1 -1
- package/model/listConnectedWarehousesFromSource200Response1.ts +1 -1
- package/model/listConnectedWarehousesFromSourceAlphaOutput.ts +1 -1
- package/model/listConnectedWarehousesFromSourceV1Output.ts +1 -1
- package/model/listDeliveryMetricsSummaryFromDestination200Response.ts +1 -1
- package/model/listDeliveryMetricsSummaryFromDestinationBetaOutput.ts +1 -1
- package/model/listDestinations200Response.ts +1 -1
- package/model/listDestinationsV1Output.ts +1 -1
- package/model/listFiltersFromDestination200Response.ts +1 -1
- package/model/listFiltersFromDestinationV1Output.ts +1 -1
- package/model/listFunctionItemV1.ts +1 -1
- package/model/listFunctions200Response.ts +1 -1
- package/model/listFunctionsV1Output.ts +1 -1
- package/model/listInvites200Response.ts +1 -1
- package/model/listInvitesFromUserGroup200Response.ts +1 -1
- package/model/listInvitesFromUserGroupV1Output.ts +1 -1
- package/model/listInvitesV1Output.ts +1 -1
- package/model/listLabels200Response.ts +1 -1
- package/model/listLabels200Response1.ts +1 -1
- package/model/listLabelsAlphaOutput.ts +1 -1
- package/model/listLabelsV1Output.ts +1 -1
- package/model/listRegulationsFromSource200Response.ts +1 -1
- package/model/listRegulationsFromSourceV1Output.ts +1 -1
- package/model/listRoles200Response.ts +1 -1
- package/model/listRolesV1Output.ts +1 -1
- package/model/listRulesFromTrackingPlan200Response.ts +1 -1
- package/model/listRulesFromTrackingPlanV1Output.ts +1 -1
- package/model/listSchemaSettingsInSource200Response.ts +1 -1
- package/model/listSchemaSettingsInSourceV1Output.ts +1 -1
- package/model/listSelectiveSyncsFromWarehouseAndSource200Response.ts +1 -1
- package/model/listSelectiveSyncsFromWarehouseAndSourceV1Output.ts +1 -1
- package/model/listSources200Response.ts +1 -1
- package/model/listSources200Response1.ts +1 -1
- package/model/listSourcesAlphaOutput.ts +1 -1
- package/model/listSourcesFromTrackingPlan200Response.ts +1 -1
- package/model/listSourcesFromTrackingPlanV1Output.ts +1 -1
- package/model/listSourcesV1Output.ts +1 -1
- package/model/listSubscriptionsFromDestination200Response.ts +1 -1
- package/model/listSubscriptionsFromDestinationAlphaOutput.ts +1 -1
- package/model/listSuppressions200Response.ts +1 -1
- package/model/listSuppressionsV1Output.ts +1 -1
- package/model/listSyncsFromWarehouse200Response.ts +1 -1
- package/model/listSyncsFromWarehouseAndSource200Response.ts +1 -1
- package/model/listSyncsFromWarehouseAndSourceV1Output.ts +1 -1
- package/model/listSyncsFromWarehouseV1Output.ts +1 -1
- package/model/listTrackingPlans200Response.ts +1 -1
- package/model/listTrackingPlansV1Output.ts +1 -1
- package/model/listTransformations200Response.ts +4 -4
- package/model/listTransformationsBetaInput.ts +39 -0
- package/model/listTransformationsBetaOutput.ts +1 -1
- package/model/listTransformationsV1Output.ts +49 -0
- package/model/listUserGroups200Response.ts +1 -1
- package/model/listUserGroupsFromUser200Response.ts +1 -1
- package/model/listUserGroupsFromUserV1Output.ts +1 -1
- package/model/listUserGroupsV1Output.ts +1 -1
- package/model/listUsers200Response.ts +1 -1
- package/model/listUsersFromUserGroup200Response.ts +1 -1
- package/model/listUsersFromUserGroupV1Output.ts +1 -1
- package/model/listUsersV1Output.ts +1 -1
- package/model/listWarehouses200Response.ts +1 -1
- package/model/listWarehousesV1Output.ts +1 -1
- package/model/listWorkspaceRegulations200Response.ts +1 -1
- package/model/listWorkspaceRegulationsV1Output.ts +1 -1
- package/model/logos.ts +1 -1
- package/model/logos1.ts +1 -1
- package/model/logos2.ts +1 -1
- package/model/logosBeta.ts +1 -1
- package/model/messageSubscriptionResponse.ts +1 -1
- package/model/messageSubscriptionResponseError.ts +1 -1
- package/model/messagesSubscriptionRequest.ts +1 -1
- package/model/metadata.ts +1 -1
- package/model/metadata1.ts +1 -1
- package/model/metadata2.ts +1 -1
- package/model/metricBeta.ts +1 -1
- package/model/minimalUserGroupV1.ts +1 -1
- package/model/minimalUserV1.ts +1 -1
- package/model/models.ts +53 -0
- package/model/mtuSnapshotV1.ts +1 -1
- package/model/pagination.ts +1 -1
- package/model/pagination1.ts +51 -0
- package/model/paginationInput.ts +1 -1
- package/model/paginationOutput.ts +1 -1
- package/model/permissionInputV1.ts +1 -1
- package/model/permissionResourceV1.ts +1 -1
- package/model/permissionV1.ts +1 -1
- package/model/previewDestinationFilter200Response.ts +1 -1
- package/model/previewDestinationFilterV1.ts +1 -1
- package/model/previewDestinationFilterV1Input.ts +1 -1
- package/model/previewDestinationFilterV1Output.ts +1 -1
- package/model/propertyRenameBeta.ts +1 -1
- package/model/propertyRenameV1.ts +47 -0
- package/model/propertyValueTransformationBeta.ts +1 -1
- package/model/propertyValueTransformationV1.ts +47 -0
- package/model/regulation.ts +1 -1
- package/model/regulationListEntryV1.ts +1 -1
- package/model/removeFilterFromDestination200Response.ts +1 -1
- package/model/removeFilterFromDestinationV1Output.ts +1 -1
- package/model/removeRuleV1.ts +1 -1
- package/model/removeRulesFromTrackingPlan200Response.ts +1 -1
- package/model/removeRulesFromTrackingPlanV1Output.ts +1 -1
- package/model/removeSourceConnectionFromWarehouse200Response.ts +1 -1
- package/model/removeSourceConnectionFromWarehouseV1Output.ts +1 -1
- package/model/removeSourceFromTrackingPlan200Response.ts +1 -1
- package/model/removeSourceFromTrackingPlanV1Output.ts +1 -1
- package/model/removeSubscriptionFromDestination200Response.ts +1 -1
- package/model/removeSubscriptionFromDestinationAlphaOutput.ts +1 -1
- package/model/removeUsersFromUserGroup200Response.ts +1 -1
- package/model/removeUsersFromUserGroupV1Output.ts +1 -1
- package/model/replaceAdvancedSyncScheduleForWarehouse200Response.ts +1 -1
- package/model/replaceAdvancedSyncScheduleForWarehouseV1Input.ts +1 -1
- package/model/replaceAdvancedSyncScheduleForWarehouseV1Output.ts +1 -1
- package/model/replaceLabelsInSource200Response.ts +1 -1
- package/model/replaceLabelsInSource200Response1.ts +1 -1
- package/model/replaceLabelsInSourceAlphaInput.ts +1 -1
- package/model/replaceLabelsInSourceAlphaOutput.ts +1 -1
- package/model/replaceLabelsInSourceV1Input.ts +1 -1
- package/model/replaceLabelsInSourceV1Output.ts +1 -1
- package/model/replaceMessagingSubscriptionsInSpaces200Response.ts +1 -1
- package/model/replaceMessagingSubscriptionsInSpacesAlphaInput.ts +1 -1
- package/model/replaceMessagingSubscriptionsInSpacesAlphaOutput.ts +1 -1
- package/model/replacePermissionsForUser200Response.ts +1 -1
- package/model/replacePermissionsForUserGroup200Response.ts +1 -1
- package/model/replacePermissionsForUserGroupV1Input.ts +1 -1
- package/model/replacePermissionsForUserGroupV1Output.ts +1 -1
- package/model/replacePermissionsForUserV1Input.ts +1 -1
- package/model/replacePermissionsForUserV1Output.ts +1 -1
- package/model/replaceRulesInTrackingPlan200Response.ts +1 -1
- package/model/replaceRulesInTrackingPlanV1Input.ts +1 -1
- package/model/replaceRulesInTrackingPlanV1Output.ts +1 -1
- package/model/replaceUsersInUserGroup200Response.ts +1 -1
- package/model/replaceUsersInUserGroupV1Input.ts +1 -1
- package/model/replaceUsersInUserGroupV1Output.ts +1 -1
- package/model/requestError.ts +1 -1
- package/model/requestErrorEnvelope.ts +1 -1
- package/model/resourceV1.ts +1 -1
- package/model/roleV1.ts +1 -1
- package/model/ruleV1.ts +1 -1
- package/model/schedule.ts +1 -1
- package/model/schedule1.ts +1 -1
- package/model/schedule2.ts +1 -1
- package/model/settings.ts +1 -1
- package/model/settings1.ts +1 -1
- package/model/source.ts +1 -1
- package/model/source1.ts +1 -1
- package/model/source2.ts +1 -1
- package/model/source3.ts +1 -1
- package/model/source4.ts +1 -1
- package/model/source5.ts +1 -1
- package/model/source6.ts +1 -1
- package/model/sourceAPICallSnapshotV1.ts +1 -1
- package/model/sourceAlpha.ts +1 -1
- package/model/sourceEventVolumeDatapointV1.ts +1 -1
- package/model/sourceEventVolumeV1.ts +1 -1
- package/model/sourceMetadata.ts +1 -1
- package/model/sourceMetadataV1.ts +1 -1
- package/model/sourceSettingsOutputV1.ts +1 -1
- package/model/sourceV1.ts +1 -1
- package/model/space.ts +1 -1
- package/model/streamStatusV1.ts +1 -1
- package/model/subscription.ts +1 -1
- package/model/supportedFeatures.ts +1 -1
- package/model/supportedMethods.ts +1 -1
- package/model/supportedPlatforms.ts +1 -1
- package/model/suppressedInner.ts +1 -1
- package/model/syncNoticeV1.ts +1 -1
- package/model/syncV1.ts +1 -1
- package/model/track.ts +1 -1
- package/model/trackSourceSettingsV1.ts +1 -1
- package/model/trackingPlan.ts +1 -1
- package/model/trackingPlan1.ts +1 -1
- package/model/trackingPlanV1.ts +1 -1
- package/model/transformation.ts +1 -1
- package/model/transformation1.ts +1 -1
- package/model/transformation2.ts +1 -1
- package/model/transformation3.ts +116 -0
- package/model/transformation4.ts +116 -0
- package/model/transformation5.ts +116 -0
- package/model/transformationBeta.ts +1 -1
- package/model/transformationV1.ts +115 -0
- package/model/updateDestination200Response.ts +1 -1
- package/model/updateDestinationV1Input.ts +1 -1
- package/model/updateDestinationV1Output.ts +1 -1
- package/model/updateFilterForDestination200Response.ts +1 -1
- package/model/updateFilterForDestinationV1Input.ts +1 -1
- package/model/updateFilterForDestinationV1Output.ts +1 -1
- package/model/updateFunction200Response.ts +1 -1
- package/model/updateFunctionV1Input.ts +1 -1
- package/model/updateFunctionV1Output.ts +1 -1
- package/model/updateRulesInTrackingPlan200Response.ts +1 -1
- package/model/updateRulesInTrackingPlanV1Input.ts +1 -1
- package/model/updateRulesInTrackingPlanV1Output.ts +1 -1
- package/model/updateSchemaSettingsInSource200Response.ts +1 -1
- package/model/updateSchemaSettingsInSourceV1Input.ts +1 -1
- package/model/updateSchemaSettingsInSourceV1Output.ts +1 -1
- package/model/updateSelectiveSyncForWarehouse200Response.ts +1 -1
- package/model/updateSelectiveSyncForWarehouseV1Input.ts +1 -1
- package/model/updateSelectiveSyncForWarehouseV1Output.ts +1 -1
- package/model/updateSource200Response.ts +1 -1
- package/model/updateSource200Response1.ts +1 -1
- package/model/updateSourceAlphaInput.ts +1 -1
- package/model/updateSourceAlphaOutput.ts +1 -1
- package/model/updateSourceV1Input.ts +1 -1
- package/model/updateSourceV1Output.ts +1 -1
- package/model/updateSubscriptionForDestination200Response.ts +1 -1
- package/model/updateSubscriptionForDestinationAlphaInput.ts +1 -1
- package/model/updateSubscriptionForDestinationAlphaOutput.ts +1 -1
- package/model/updateTrackingPlan200Response.ts +1 -1
- package/model/updateTrackingPlanV1Input.ts +1 -1
- package/model/updateTrackingPlanV1Output.ts +1 -1
- package/model/updateTransformation200Response.ts +4 -4
- package/model/updateTransformationBetaInput.ts +10 -1
- package/model/updateTransformationBetaOutput.ts +1 -1
- package/model/updateTransformationV1Input.ts +106 -0
- package/model/updateTransformationV1Output.ts +39 -0
- package/model/updateUserGroup200Response.ts +1 -1
- package/model/updateUserGroupV1Input.ts +1 -1
- package/model/updateUserGroupV1Output.ts +1 -1
- package/model/updateWarehouse200Response.ts +1 -1
- package/model/updateWarehouseV1Input.ts +1 -1
- package/model/updateWarehouseV1Output.ts +1 -1
- package/model/upsertRuleV1.ts +1 -1
- package/model/user.ts +1 -1
- package/model/userGroup.ts +1 -1
- package/model/userGroup1.ts +1 -1
- package/model/userGroup2.ts +1 -1
- package/model/userGroup3.ts +1 -1
- package/model/userGroupV1.ts +1 -1
- package/model/userV1.ts +1 -1
- package/model/usersPerSourceSnapshotV1.ts +1 -1
- package/model/warehouse.ts +1 -1
- package/model/warehouse1.ts +1 -1
- package/model/warehouse2.ts +1 -1
- package/model/warehouseAdvancedSyncV1.ts +1 -1
- package/model/warehouseMetadata.ts +1 -1
- package/model/warehouseMetadataV1.ts +1 -1
- package/model/warehouseSelectiveSyncItemV1.ts +1 -1
- package/model/warehouseSyncOverrideV1.ts +1 -1
- package/model/warehouseV1.ts +1 -1
- package/model/workspace.ts +1 -1
- package/model/workspaceV1.ts +1 -1
- package/package.json +1 -1
package/model/logosBeta.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/metadata.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/metadata1.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/metadata2.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/metricBeta.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/minimalUserV1.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/models.ts
CHANGED
|
@@ -76,6 +76,8 @@ export * from './createTrackingPlanV1Output';
|
|
|
76
76
|
export * from './createTransformation200Response';
|
|
77
77
|
export * from './createTransformationBetaInput';
|
|
78
78
|
export * from './createTransformationBetaOutput';
|
|
79
|
+
export * from './createTransformationV1Input';
|
|
80
|
+
export * from './createTransformationV1Output';
|
|
79
81
|
export * from './createUserGroup200Response';
|
|
80
82
|
export * from './createUserGroupV1Input';
|
|
81
83
|
export * from './createUserGroupV1Output';
|
|
@@ -107,7 +109,9 @@ export * from './deleteSourceV1Output';
|
|
|
107
109
|
export * from './deleteTrackingPlan200Response';
|
|
108
110
|
export * from './deleteTrackingPlanV1Output';
|
|
109
111
|
export * from './deleteTransformation200Response';
|
|
112
|
+
export * from './deleteTransformationBetaInput';
|
|
110
113
|
export * from './deleteTransformationBetaOutput';
|
|
114
|
+
export * from './deleteTransformationV1Output';
|
|
111
115
|
export * from './deleteUserGroup200Response';
|
|
112
116
|
export * from './deleteUserGroupV1Output';
|
|
113
117
|
export * from './deleteUsers200Response';
|
|
@@ -202,7 +206,9 @@ export * from './getSubscriptionRequest';
|
|
|
202
206
|
export * from './getTrackingPlan200Response';
|
|
203
207
|
export * from './getTrackingPlanV1Output';
|
|
204
208
|
export * from './getTransformation200Response';
|
|
209
|
+
export * from './getTransformationBetaInput';
|
|
205
210
|
export * from './getTransformationBetaOutput';
|
|
211
|
+
export * from './getTransformationV1Output';
|
|
206
212
|
export * from './getUser200Response';
|
|
207
213
|
export * from './getUserGroup200Response';
|
|
208
214
|
export * from './getUserGroupV1Output';
|
|
@@ -284,7 +290,9 @@ export * from './listSyncsFromWarehouseV1Output';
|
|
|
284
290
|
export * from './listTrackingPlans200Response';
|
|
285
291
|
export * from './listTrackingPlansV1Output';
|
|
286
292
|
export * from './listTransformations200Response';
|
|
293
|
+
export * from './listTransformationsBetaInput';
|
|
287
294
|
export * from './listTransformationsBetaOutput';
|
|
295
|
+
export * from './listTransformationsV1Output';
|
|
288
296
|
export * from './listUserGroups200Response';
|
|
289
297
|
export * from './listUserGroupsFromUser200Response';
|
|
290
298
|
export * from './listUserGroupsFromUserV1Output';
|
|
@@ -312,6 +320,7 @@ export * from './minimalUserGroupV1';
|
|
|
312
320
|
export * from './minimalUserV1';
|
|
313
321
|
export * from './mtuSnapshotV1';
|
|
314
322
|
export * from './pagination';
|
|
323
|
+
export * from './pagination1';
|
|
315
324
|
export * from './paginationInput';
|
|
316
325
|
export * from './paginationOutput';
|
|
317
326
|
export * from './permissionInputV1';
|
|
@@ -322,7 +331,9 @@ export * from './previewDestinationFilterV1';
|
|
|
322
331
|
export * from './previewDestinationFilterV1Input';
|
|
323
332
|
export * from './previewDestinationFilterV1Output';
|
|
324
333
|
export * from './propertyRenameBeta';
|
|
334
|
+
export * from './propertyRenameV1';
|
|
325
335
|
export * from './propertyValueTransformationBeta';
|
|
336
|
+
export * from './propertyValueTransformationV1';
|
|
326
337
|
export * from './regulation';
|
|
327
338
|
export * from './regulationListEntryV1';
|
|
328
339
|
export * from './removeFilterFromDestination200Response';
|
|
@@ -404,7 +415,11 @@ export * from './trackingPlanV1';
|
|
|
404
415
|
export * from './transformation';
|
|
405
416
|
export * from './transformation1';
|
|
406
417
|
export * from './transformation2';
|
|
418
|
+
export * from './transformation3';
|
|
419
|
+
export * from './transformation4';
|
|
420
|
+
export * from './transformation5';
|
|
407
421
|
export * from './transformationBeta';
|
|
422
|
+
export * from './transformationV1';
|
|
408
423
|
export * from './updateDestination200Response';
|
|
409
424
|
export * from './updateDestinationV1Input';
|
|
410
425
|
export * from './updateDestinationV1Output';
|
|
@@ -438,6 +453,8 @@ export * from './updateTrackingPlanV1Output';
|
|
|
438
453
|
export * from './updateTransformation200Response';
|
|
439
454
|
export * from './updateTransformationBetaInput';
|
|
440
455
|
export * from './updateTransformationBetaOutput';
|
|
456
|
+
export * from './updateTransformationV1Input';
|
|
457
|
+
export * from './updateTransformationV1Output';
|
|
441
458
|
export * from './updateUserGroup200Response';
|
|
442
459
|
export * from './updateUserGroupV1Input';
|
|
443
460
|
export * from './updateUserGroupV1Output';
|
|
@@ -553,6 +570,8 @@ import { CreateTrackingPlanV1Output } from './createTrackingPlanV1Output';
|
|
|
553
570
|
import { CreateTransformation200Response } from './createTransformation200Response';
|
|
554
571
|
import { CreateTransformationBetaInput } from './createTransformationBetaInput';
|
|
555
572
|
import { CreateTransformationBetaOutput } from './createTransformationBetaOutput';
|
|
573
|
+
import { CreateTransformationV1Input } from './createTransformationV1Input';
|
|
574
|
+
import { CreateTransformationV1Output } from './createTransformationV1Output';
|
|
556
575
|
import { CreateUserGroup200Response } from './createUserGroup200Response';
|
|
557
576
|
import { CreateUserGroupV1Input } from './createUserGroupV1Input';
|
|
558
577
|
import { CreateUserGroupV1Output } from './createUserGroupV1Output';
|
|
@@ -584,7 +603,9 @@ import { DeleteSourceV1Output } from './deleteSourceV1Output';
|
|
|
584
603
|
import { DeleteTrackingPlan200Response } from './deleteTrackingPlan200Response';
|
|
585
604
|
import { DeleteTrackingPlanV1Output } from './deleteTrackingPlanV1Output';
|
|
586
605
|
import { DeleteTransformation200Response } from './deleteTransformation200Response';
|
|
606
|
+
import { DeleteTransformationBetaInput } from './deleteTransformationBetaInput';
|
|
587
607
|
import { DeleteTransformationBetaOutput } from './deleteTransformationBetaOutput';
|
|
608
|
+
import { DeleteTransformationV1Output } from './deleteTransformationV1Output';
|
|
588
609
|
import { DeleteUserGroup200Response } from './deleteUserGroup200Response';
|
|
589
610
|
import { DeleteUserGroupV1Output } from './deleteUserGroupV1Output';
|
|
590
611
|
import { DeleteUsers200Response } from './deleteUsers200Response';
|
|
@@ -679,7 +700,9 @@ import { GetSubscriptionRequest } from './getSubscriptionRequest';
|
|
|
679
700
|
import { GetTrackingPlan200Response } from './getTrackingPlan200Response';
|
|
680
701
|
import { GetTrackingPlanV1Output } from './getTrackingPlanV1Output';
|
|
681
702
|
import { GetTransformation200Response } from './getTransformation200Response';
|
|
703
|
+
import { GetTransformationBetaInput } from './getTransformationBetaInput';
|
|
682
704
|
import { GetTransformationBetaOutput } from './getTransformationBetaOutput';
|
|
705
|
+
import { GetTransformationV1Output } from './getTransformationV1Output';
|
|
683
706
|
import { GetUser200Response } from './getUser200Response';
|
|
684
707
|
import { GetUserGroup200Response } from './getUserGroup200Response';
|
|
685
708
|
import { GetUserGroupV1Output } from './getUserGroupV1Output';
|
|
@@ -761,7 +784,9 @@ import { ListSyncsFromWarehouseV1Output } from './listSyncsFromWarehouseV1Output
|
|
|
761
784
|
import { ListTrackingPlans200Response } from './listTrackingPlans200Response';
|
|
762
785
|
import { ListTrackingPlansV1Output } from './listTrackingPlansV1Output';
|
|
763
786
|
import { ListTransformations200Response } from './listTransformations200Response';
|
|
787
|
+
import { ListTransformationsBetaInput } from './listTransformationsBetaInput';
|
|
764
788
|
import { ListTransformationsBetaOutput } from './listTransformationsBetaOutput';
|
|
789
|
+
import { ListTransformationsV1Output } from './listTransformationsV1Output';
|
|
765
790
|
import { ListUserGroups200Response } from './listUserGroups200Response';
|
|
766
791
|
import { ListUserGroupsFromUser200Response } from './listUserGroupsFromUser200Response';
|
|
767
792
|
import { ListUserGroupsFromUserV1Output } from './listUserGroupsFromUserV1Output';
|
|
@@ -789,6 +814,7 @@ import { MinimalUserGroupV1 } from './minimalUserGroupV1';
|
|
|
789
814
|
import { MinimalUserV1 } from './minimalUserV1';
|
|
790
815
|
import { MtuSnapshotV1 } from './mtuSnapshotV1';
|
|
791
816
|
import { Pagination } from './pagination';
|
|
817
|
+
import { Pagination1 } from './pagination1';
|
|
792
818
|
import { PaginationInput } from './paginationInput';
|
|
793
819
|
import { PaginationOutput } from './paginationOutput';
|
|
794
820
|
import { PermissionInputV1 } from './permissionInputV1';
|
|
@@ -799,7 +825,9 @@ import { PreviewDestinationFilterV1 } from './previewDestinationFilterV1';
|
|
|
799
825
|
import { PreviewDestinationFilterV1Input } from './previewDestinationFilterV1Input';
|
|
800
826
|
import { PreviewDestinationFilterV1Output } from './previewDestinationFilterV1Output';
|
|
801
827
|
import { PropertyRenameBeta } from './propertyRenameBeta';
|
|
828
|
+
import { PropertyRenameV1 } from './propertyRenameV1';
|
|
802
829
|
import { PropertyValueTransformationBeta } from './propertyValueTransformationBeta';
|
|
830
|
+
import { PropertyValueTransformationV1 } from './propertyValueTransformationV1';
|
|
803
831
|
import { Regulation } from './regulation';
|
|
804
832
|
import { RegulationListEntryV1 } from './regulationListEntryV1';
|
|
805
833
|
import { RemoveFilterFromDestination200Response } from './removeFilterFromDestination200Response';
|
|
@@ -881,7 +909,11 @@ import { TrackingPlanV1 } from './trackingPlanV1';
|
|
|
881
909
|
import { Transformation } from './transformation';
|
|
882
910
|
import { Transformation1 } from './transformation1';
|
|
883
911
|
import { Transformation2 } from './transformation2';
|
|
912
|
+
import { Transformation3 } from './transformation3';
|
|
913
|
+
import { Transformation4 } from './transformation4';
|
|
914
|
+
import { Transformation5 } from './transformation5';
|
|
884
915
|
import { TransformationBeta } from './transformationBeta';
|
|
916
|
+
import { TransformationV1 } from './transformationV1';
|
|
885
917
|
import { UpdateDestination200Response } from './updateDestination200Response';
|
|
886
918
|
import { UpdateDestinationV1Input } from './updateDestinationV1Input';
|
|
887
919
|
import { UpdateDestinationV1Output } from './updateDestinationV1Output';
|
|
@@ -915,6 +947,8 @@ import { UpdateTrackingPlanV1Output } from './updateTrackingPlanV1Output';
|
|
|
915
947
|
import { UpdateTransformation200Response } from './updateTransformation200Response';
|
|
916
948
|
import { UpdateTransformationBetaInput } from './updateTransformationBetaInput';
|
|
917
949
|
import { UpdateTransformationBetaOutput } from './updateTransformationBetaOutput';
|
|
950
|
+
import { UpdateTransformationV1Input } from './updateTransformationV1Input';
|
|
951
|
+
import { UpdateTransformationV1Output } from './updateTransformationV1Output';
|
|
918
952
|
import { UpdateUserGroup200Response } from './updateUserGroup200Response';
|
|
919
953
|
import { UpdateUserGroupV1Input } from './updateUserGroupV1Input';
|
|
920
954
|
import { UpdateUserGroupV1Output } from './updateUserGroupV1Output';
|
|
@@ -989,6 +1023,8 @@ let enumsMap: { [index: string]: any } = {
|
|
|
989
1023
|
DeleteTrackingPlanV1Output.StatusEnum,
|
|
990
1024
|
'DeleteTransformationBetaOutput.StatusEnum':
|
|
991
1025
|
DeleteTransformationBetaOutput.StatusEnum,
|
|
1026
|
+
'DeleteTransformationV1Output.StatusEnum':
|
|
1027
|
+
DeleteTransformationV1Output.StatusEnum,
|
|
992
1028
|
'DeleteUserGroupV1Output.StatusEnum': DeleteUserGroupV1Output.StatusEnum,
|
|
993
1029
|
'DeleteUsersV1Output.StatusEnum': DeleteUsersV1Output.StatusEnum,
|
|
994
1030
|
'DeleteWarehouseV1Output.StatusEnum': DeleteWarehouseV1Output.StatusEnum,
|
|
@@ -1167,6 +1203,8 @@ let typeMap: { [index: string]: any } = {
|
|
|
1167
1203
|
CreateTransformation200Response: CreateTransformation200Response,
|
|
1168
1204
|
CreateTransformationBetaInput: CreateTransformationBetaInput,
|
|
1169
1205
|
CreateTransformationBetaOutput: CreateTransformationBetaOutput,
|
|
1206
|
+
CreateTransformationV1Input: CreateTransformationV1Input,
|
|
1207
|
+
CreateTransformationV1Output: CreateTransformationV1Output,
|
|
1170
1208
|
CreateUserGroup200Response: CreateUserGroup200Response,
|
|
1171
1209
|
CreateUserGroupV1Input: CreateUserGroupV1Input,
|
|
1172
1210
|
CreateUserGroupV1Output: CreateUserGroupV1Output,
|
|
@@ -1199,7 +1237,9 @@ let typeMap: { [index: string]: any } = {
|
|
|
1199
1237
|
DeleteTrackingPlan200Response: DeleteTrackingPlan200Response,
|
|
1200
1238
|
DeleteTrackingPlanV1Output: DeleteTrackingPlanV1Output,
|
|
1201
1239
|
DeleteTransformation200Response: DeleteTransformation200Response,
|
|
1240
|
+
DeleteTransformationBetaInput: DeleteTransformationBetaInput,
|
|
1202
1241
|
DeleteTransformationBetaOutput: DeleteTransformationBetaOutput,
|
|
1242
|
+
DeleteTransformationV1Output: DeleteTransformationV1Output,
|
|
1203
1243
|
DeleteUserGroup200Response: DeleteUserGroup200Response,
|
|
1204
1244
|
DeleteUserGroupV1Output: DeleteUserGroupV1Output,
|
|
1205
1245
|
DeleteUsers200Response: DeleteUsers200Response,
|
|
@@ -1312,7 +1352,9 @@ let typeMap: { [index: string]: any } = {
|
|
|
1312
1352
|
GetTrackingPlan200Response: GetTrackingPlan200Response,
|
|
1313
1353
|
GetTrackingPlanV1Output: GetTrackingPlanV1Output,
|
|
1314
1354
|
GetTransformation200Response: GetTransformation200Response,
|
|
1355
|
+
GetTransformationBetaInput: GetTransformationBetaInput,
|
|
1315
1356
|
GetTransformationBetaOutput: GetTransformationBetaOutput,
|
|
1357
|
+
GetTransformationV1Output: GetTransformationV1Output,
|
|
1316
1358
|
GetUser200Response: GetUser200Response,
|
|
1317
1359
|
GetUserGroup200Response: GetUserGroup200Response,
|
|
1318
1360
|
GetUserGroupV1Output: GetUserGroupV1Output,
|
|
@@ -1415,7 +1457,9 @@ let typeMap: { [index: string]: any } = {
|
|
|
1415
1457
|
ListTrackingPlans200Response: ListTrackingPlans200Response,
|
|
1416
1458
|
ListTrackingPlansV1Output: ListTrackingPlansV1Output,
|
|
1417
1459
|
ListTransformations200Response: ListTransformations200Response,
|
|
1460
|
+
ListTransformationsBetaInput: ListTransformationsBetaInput,
|
|
1418
1461
|
ListTransformationsBetaOutput: ListTransformationsBetaOutput,
|
|
1462
|
+
ListTransformationsV1Output: ListTransformationsV1Output,
|
|
1419
1463
|
ListUserGroups200Response: ListUserGroups200Response,
|
|
1420
1464
|
ListUserGroupsFromUser200Response: ListUserGroupsFromUser200Response,
|
|
1421
1465
|
ListUserGroupsFromUserV1Output: ListUserGroupsFromUserV1Output,
|
|
@@ -1443,6 +1487,7 @@ let typeMap: { [index: string]: any } = {
|
|
|
1443
1487
|
MinimalUserV1: MinimalUserV1,
|
|
1444
1488
|
MtuSnapshotV1: MtuSnapshotV1,
|
|
1445
1489
|
Pagination: Pagination,
|
|
1490
|
+
Pagination1: Pagination1,
|
|
1446
1491
|
PaginationInput: PaginationInput,
|
|
1447
1492
|
PaginationOutput: PaginationOutput,
|
|
1448
1493
|
PermissionInputV1: PermissionInputV1,
|
|
@@ -1453,7 +1498,9 @@ let typeMap: { [index: string]: any } = {
|
|
|
1453
1498
|
PreviewDestinationFilterV1Input: PreviewDestinationFilterV1Input,
|
|
1454
1499
|
PreviewDestinationFilterV1Output: PreviewDestinationFilterV1Output,
|
|
1455
1500
|
PropertyRenameBeta: PropertyRenameBeta,
|
|
1501
|
+
PropertyRenameV1: PropertyRenameV1,
|
|
1456
1502
|
PropertyValueTransformationBeta: PropertyValueTransformationBeta,
|
|
1503
|
+
PropertyValueTransformationV1: PropertyValueTransformationV1,
|
|
1457
1504
|
Regulation: Regulation,
|
|
1458
1505
|
RegulationListEntryV1: RegulationListEntryV1,
|
|
1459
1506
|
RemoveFilterFromDestination200Response:
|
|
@@ -1552,7 +1599,11 @@ let typeMap: { [index: string]: any } = {
|
|
|
1552
1599
|
Transformation: Transformation,
|
|
1553
1600
|
Transformation1: Transformation1,
|
|
1554
1601
|
Transformation2: Transformation2,
|
|
1602
|
+
Transformation3: Transformation3,
|
|
1603
|
+
Transformation4: Transformation4,
|
|
1604
|
+
Transformation5: Transformation5,
|
|
1555
1605
|
TransformationBeta: TransformationBeta,
|
|
1606
|
+
TransformationV1: TransformationV1,
|
|
1556
1607
|
UpdateDestination200Response: UpdateDestination200Response,
|
|
1557
1608
|
UpdateDestinationV1Input: UpdateDestinationV1Input,
|
|
1558
1609
|
UpdateDestinationV1Output: UpdateDestinationV1Output,
|
|
@@ -1594,6 +1645,8 @@ let typeMap: { [index: string]: any } = {
|
|
|
1594
1645
|
UpdateTransformation200Response: UpdateTransformation200Response,
|
|
1595
1646
|
UpdateTransformationBetaInput: UpdateTransformationBetaInput,
|
|
1596
1647
|
UpdateTransformationBetaOutput: UpdateTransformationBetaOutput,
|
|
1648
|
+
UpdateTransformationV1Input: UpdateTransformationV1Input,
|
|
1649
|
+
UpdateTransformationV1Output: UpdateTransformationV1Output,
|
|
1597
1650
|
UpdateUserGroup200Response: UpdateUserGroup200Response,
|
|
1598
1651
|
UpdateUserGroupV1Input: UpdateUserGroupV1Input,
|
|
1599
1652
|
UpdateUserGroupV1Output: UpdateUserGroupV1Output,
|
package/model/mtuSnapshotV1.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/pagination.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Segment Public API
|
|
3
|
+
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
|
+
* Contact: friends@segment.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
import { PaginationInput } from './paginationInput';
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Pagination options.
|
|
18
|
+
*/
|
|
19
|
+
export class Pagination1 {
|
|
20
|
+
/**
|
|
21
|
+
* The page to request. Acceptable values to use here are in PaginationOutput objects, in the `current`, `next`, and `previous` keys. Consumers of the API must treat this value as opaque.
|
|
22
|
+
*/
|
|
23
|
+
'cursor'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The number of items to retrieve in a page, between 1 and 200.
|
|
26
|
+
*/
|
|
27
|
+
'count': number;
|
|
28
|
+
|
|
29
|
+
static discriminator: string | undefined = undefined;
|
|
30
|
+
|
|
31
|
+
static attributeTypeMap: Array<{
|
|
32
|
+
name: string;
|
|
33
|
+
baseName: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}> = [
|
|
36
|
+
{
|
|
37
|
+
name: 'cursor',
|
|
38
|
+
baseName: 'cursor',
|
|
39
|
+
type: 'string',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
name: 'count',
|
|
43
|
+
baseName: 'count',
|
|
44
|
+
type: 'number',
|
|
45
|
+
},
|
|
46
|
+
];
|
|
47
|
+
|
|
48
|
+
static getAttributeTypeMap() {
|
|
49
|
+
return Pagination1.attributeTypeMap;
|
|
50
|
+
}
|
|
51
|
+
}
|
package/model/paginationInput.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/model/permissionV1.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Segment Public API
|
|
3
|
+
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
|
+
* Contact: friends@segment.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
|
|
15
|
+
export class PropertyRenameV1 {
|
|
16
|
+
/**
|
|
17
|
+
* The old name of the property.
|
|
18
|
+
*/
|
|
19
|
+
'oldName': string;
|
|
20
|
+
/**
|
|
21
|
+
* The new name to rename the property.
|
|
22
|
+
*/
|
|
23
|
+
'newName': string;
|
|
24
|
+
|
|
25
|
+
static discriminator: string | undefined = undefined;
|
|
26
|
+
|
|
27
|
+
static attributeTypeMap: Array<{
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}> = [
|
|
32
|
+
{
|
|
33
|
+
name: 'oldName',
|
|
34
|
+
baseName: 'oldName',
|
|
35
|
+
type: 'string',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'newName',
|
|
39
|
+
baseName: 'newName',
|
|
40
|
+
type: 'string',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
static getAttributeTypeMap() {
|
|
45
|
+
return PropertyRenameV1.attributeTypeMap;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Segment Public API
|
|
3
3
|
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 33.0.
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Segment Public API
|
|
3
|
+
* The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 33.0.3
|
|
6
|
+
* Contact: friends@segment.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
|
|
15
|
+
export class PropertyValueTransformationV1 {
|
|
16
|
+
/**
|
|
17
|
+
* The property paths. The maximum number of paths is 10.
|
|
18
|
+
*/
|
|
19
|
+
'propertyPaths': Array<string>;
|
|
20
|
+
/**
|
|
21
|
+
* The new value of the property paths.
|
|
22
|
+
*/
|
|
23
|
+
'propertyValue': string;
|
|
24
|
+
|
|
25
|
+
static discriminator: string | undefined = undefined;
|
|
26
|
+
|
|
27
|
+
static attributeTypeMap: Array<{
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}> = [
|
|
32
|
+
{
|
|
33
|
+
name: 'propertyPaths',
|
|
34
|
+
baseName: 'propertyPaths',
|
|
35
|
+
type: 'Array<string>',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'propertyValue',
|
|
39
|
+
baseName: 'propertyValue',
|
|
40
|
+
type: 'string',
|
|
41
|
+
},
|
|
42
|
+
];
|
|
43
|
+
|
|
44
|
+
static getAttributeTypeMap() {
|
|
45
|
+
return PropertyValueTransformationV1.attributeTypeMap;
|
|
46
|
+
}
|
|
47
|
+
}
|