@segment/public-api-sdk-typescript 60.1.1-b14815 → 61.0.0-b14901
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/activationsApi.ts +1 -1
- package/api/apis.ts +8 -8
- package/api/audiencesApi.ts +1 -1
- package/api/auditTrailApi.ts +1 -1
- package/api/catalogApi.ts +1 -1
- package/api/computedTraitsApi.ts +1 -1
- package/api/customerInsightsApi.ts +1 -1
- package/api/dbtApi.ts +1 -1
- package/api/deletionAndSuppressionApi.ts +1 -1
- package/api/deliveryOverviewApi.ts +1 -1
- package/api/destinationFiltersApi.ts +1 -1
- package/api/destinationsApi.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/{edgeFunctionsApi.ts → livePluginsApi.ts} +42 -160
- package/api/monthlyTrackedUsersApi.ts +1 -1
- package/api/profilesSyncApi.ts +1 -1
- package/api/reverseETLApi.ts +1 -1
- package/api/selectiveSyncApi.ts +1 -1
- package/api/sourcesApi.ts +1 -1
- package/api/spaceFiltersApi.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 +1 -1
- package/api/warehousesApi.ts +1 -1
- package/api/workspacesApi.ts +1 -1
- package/dist/api/apis.d.ts +4 -4
- package/dist/api/apis.js +7 -7
- package/dist/api/apis.js.map +1 -1
- package/dist/api/livePluginsApi.d.ts +54 -0
- package/dist/api/{edgeFunctionsApi.js → livePluginsApi.js} +35 -119
- package/dist/api/livePluginsApi.js.map +1 -0
- package/dist/model/{disableEdgeFunctionsAlphaOutput.d.ts → createLivePlugin200Response.d.ts} +3 -3
- package/dist/model/createLivePlugin200Response.js +21 -0
- package/dist/model/createLivePlugin200Response.js.map +1 -0
- package/dist/model/{createEdgeFunctionsAlphaInput.d.ts → createLivePluginAlphaInput.d.ts} +2 -2
- package/dist/model/createLivePluginAlphaInput.js +21 -0
- package/dist/model/createLivePluginAlphaInput.js.map +1 -0
- package/dist/model/{generateUploadURLForEdgeFunctionsAlphaOutput.d.ts → createLivePluginAlphaOutput.d.ts} +3 -2
- package/dist/model/createLivePluginAlphaOutput.js +21 -0
- package/dist/model/createLivePluginAlphaOutput.js.map +1 -0
- package/dist/model/{createEdgeFunctions200Response.d.ts → deleteLivePluginCode200Response.d.ts} +3 -3
- package/dist/model/deleteLivePluginCode200Response.js +21 -0
- package/dist/model/{disableEdgeFunctions200Response.js.map → deleteLivePluginCode200Response.js.map} +1 -1
- package/dist/model/deleteLivePluginCodeAlphaOutput.d.ts +19 -0
- package/dist/model/deleteLivePluginCodeAlphaOutput.js +28 -0
- package/dist/model/deleteLivePluginCodeAlphaOutput.js.map +1 -0
- package/dist/model/{disableEdgeFunctions200Response.d.ts → getLatestFromLivePlugins200Response.d.ts} +3 -3
- package/dist/model/getLatestFromLivePlugins200Response.js +21 -0
- package/dist/model/getLatestFromLivePlugins200Response.js.map +1 -0
- package/dist/model/{createEdgeFunctionsAlphaOutput.d.ts → getLatestFromLivePluginsAlphaOutput.d.ts} +3 -3
- package/dist/model/getLatestFromLivePluginsAlphaOutput.js +21 -0
- package/dist/model/getLatestFromLivePluginsAlphaOutput.js.map +1 -0
- package/dist/model/{edgeFunctionsAlpha.d.ts → livePluginsAlpha.d.ts} +2 -1
- package/dist/model/{edgeFunctionsAlpha.js → livePluginsAlpha.js} +15 -10
- package/dist/model/livePluginsAlpha.js.map +1 -0
- package/dist/model/models.d.ts +8 -10
- package/dist/model/models.js +25 -30
- package/dist/model/models.js.map +1 -1
- package/model/aPICallSnapshotV1.ts +1 -1
- package/model/accessPermissionV1.ts +1 -1
- package/model/activationOutput.ts +1 -1
- package/model/addActivationToAudience200Response.ts +1 -1
- package/model/addActivationToAudienceAlphaInput.ts +1 -1
- package/model/addActivationToAudienceAlphaOutput.ts +1 -1
- package/model/addAudienceScheduleToAudience200Response.ts +1 -1
- package/model/addAudienceScheduleToAudienceAlphaInput.ts +1 -1
- package/model/addAudienceScheduleToAudienceAlphaOutput.ts +1 -1
- package/model/addConnectionFromSourceToWarehouse201Response.ts +1 -1
- package/model/addConnectionFromSourceToWarehouseV1Output.ts +1 -1
- package/model/addDestinationToAudience200Response.ts +1 -1
- package/model/addDestinationToAudienceAlphaInput.ts +1 -1
- package/model/addDestinationToAudienceAlphaOutput.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/audienceComputeCadence.ts +1 -1
- package/model/audienceDefinition.ts +1 -1
- package/model/audienceDefinitionWithoutTargetEntity.ts +1 -1
- package/model/audienceOptions.ts +1 -1
- package/model/audienceOptionsWithLookback.ts +1 -1
- package/model/audiencePreview.ts +1 -1
- package/model/audiencePreviewAccountResult.ts +1 -1
- package/model/audiencePreviewEntitiesResult.ts +1 -1
- package/model/audiencePreviewIdentifier.ts +1 -1
- package/model/audiencePreviewProfileResult.ts +1 -1
- package/model/audiencePreviewResult.ts +1 -1
- package/model/audienceRunInfo.ts +1 -1
- package/model/audienceSchedule.ts +1 -1
- package/model/audienceSize.ts +1 -1
- package/model/audienceSummary.ts +1 -1
- package/model/audienceSummaryWithAudienceTypeAndLookback.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/cancelReverseETLSyncForModel200Response.ts +1 -1
- package/model/cancelReverseETLSyncForModelInput.ts +1 -1
- package/model/cancelReverseETLSyncForModelOutput.ts +1 -1
- package/model/commonSourceSettingsV1.ts +1 -1
- package/model/computedTraitSummary.ts +1 -1
- package/model/computedTraitsDefinition.ts +1 -1
- package/model/config.ts +1 -1
- package/model/config1.ts +1 -1
- package/model/connection.ts +1 -1
- package/model/contact.ts +1 -1
- package/model/createAudience200Response.ts +1 -1
- package/model/createAudience200Response1.ts +1 -1
- package/model/createAudienceAlphaInput.ts +1 -1
- package/model/createAudienceAlphaOutput.ts +1 -1
- package/model/createAudienceBetaInput.ts +1 -1
- package/model/createAudienceBetaOutput.ts +1 -1
- package/model/createAudiencePreview200Response.ts +1 -1
- package/model/createAudiencePreview200Response1.ts +1 -1
- package/model/createAudiencePreviewAlphaInput.ts +1 -1
- package/model/createAudiencePreviewAlphaOutput.ts +1 -1
- package/model/createAudiencePreviewBetaInput.ts +1 -1
- package/model/createAudiencePreviewBetaOutput.ts +1 -1
- package/model/createAudiencePreviewOptions.ts +1 -1
- package/model/createCloudSourceRegulation200Response.ts +1 -1
- package/model/createCloudSourceRegulationV1Input.ts +1 -1
- package/model/createCloudSourceRegulationV1Output.ts +1 -1
- package/model/createComputedTrait200Response.ts +1 -1
- package/model/createComputedTraitAlphaInput.ts +1 -1
- package/model/createComputedTraitAlphaOutput.ts +1 -1
- package/model/createDbtModelSyncTrigger200Response.ts +1 -1
- package/model/createDbtModelSyncTriggerInput.ts +1 -1
- package/model/createDbtModelSyncTriggerOutput.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/createDownload200Response.ts +1 -1
- package/model/createDownloadAlphaInput.ts +1 -1
- package/model/createDownloadAlphaOutput.ts +1 -1
- package/model/createFilterForDestination200Response.ts +1 -1
- package/model/createFilterForDestinationV1Input.ts +1 -1
- package/model/createFilterForDestinationV1Output.ts +1 -1
- package/model/createFilterForSpace200Response.ts +1 -1
- package/model/createFilterForSpaceInput.ts +1 -1
- package/model/createFilterForSpaceOutput.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/createInsertFunctionInstance200Response.ts +1 -1
- package/model/createInsertFunctionInstanceAlphaInput.ts +1 -1
- package/model/createInsertFunctionInstanceAlphaOutput.ts +1 -1
- package/model/createInvites201Response.ts +1 -1
- package/model/createInvitesV1Input.ts +1 -1
- package/model/createInvitesV1Output.ts +1 -1
- package/model/createLabel201Response.ts +1 -1
- package/model/createLabelV1Input.ts +1 -1
- package/model/createLabelV1Output.ts +1 -1
- package/model/{createEdgeFunctions200Response.ts → createLivePlugin200Response.ts} +6 -6
- package/model/{createEdgeFunctionsAlphaInput.ts → createLivePluginAlphaInput.ts} +8 -8
- package/model/{createEdgeFunctionsAlphaOutput.ts → createLivePluginAlphaOutput.ts} +9 -9
- package/model/createProfilesWarehouse201Response.ts +1 -1
- package/model/createProfilesWarehouseAlphaInput.ts +1 -1
- package/model/createProfilesWarehouseAlphaOutput.ts +1 -1
- package/model/createReverseETLManualSync200Response.ts +1 -1
- package/model/createReverseETLManualSyncInput.ts +1 -1
- package/model/createReverseETLManualSyncOutput.ts +1 -1
- package/model/createReverseEtlModel201Response.ts +1 -1
- package/model/createReverseEtlModelInput.ts +1 -1
- package/model/createReverseEtlModelOutput.ts +1 -1
- package/model/createSource201Response.ts +1 -1
- package/model/createSource201Response1.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 +1 -1
- package/model/createTransformationBetaInput.ts +1 -1
- package/model/createTransformationBetaOutput.ts +1 -1
- package/model/createTransformationV1Input.ts +1 -1
- package/model/createTransformationV1Output.ts +1 -1
- 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/createWarehouse201Response.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/createWriteKeyForSource200Response.ts +1 -1
- package/model/createWriteKeyForSourceAlphaOutput.ts +1 -1
- package/model/dbtModelSyncTrigger.ts +1 -1
- package/model/deleteActivationAlphaOutput.ts +1 -1
- package/model/deleteDestination200Response.ts +1 -1
- package/model/deleteDestinationV1Output.ts +1 -1
- package/model/deleteFilterById200Response.ts +1 -1
- package/model/deleteFilterByIdOutput.ts +1 -1
- package/model/deleteFunction200Response.ts +1 -1
- package/model/deleteFunctionV1Output.ts +1 -1
- package/model/deleteInsertFunctionInstance200Response.ts +1 -1
- package/model/deleteInsertFunctionInstanceAlphaOutput.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/{disableEdgeFunctions200Response.ts → deleteLivePluginCode200Response.ts} +6 -6
- package/model/{generateUploadURLForEdgeFunctionsAlphaOutput.ts → deleteLivePluginCodeAlphaOutput.ts} +15 -9
- package/model/deleteRegulation200Response.ts +1 -1
- package/model/deleteRegulationV1Output.ts +1 -1
- package/model/deleteReverseEtlModel200Response.ts +1 -1
- package/model/deleteReverseEtlModelOutput.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 +1 -1
- package/model/deleteTransformationBetaInput.ts +1 -1
- package/model/deleteTransformationBetaOutput.ts +1 -1
- package/model/deleteTransformationV1Output.ts +1 -1
- 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/deliveryMetricsSummaryBeta.ts +1 -1
- package/model/deliveryOverviewDestinationFilterBy.ts +1 -1
- package/model/deliveryOverviewMetricsDatapoint.ts +1 -1
- package/model/deliveryOverviewMetricsDataset.ts +1 -1
- package/model/deliveryOverviewSourceFilterBy.ts +1 -1
- package/model/deliveryOverviewSuccessfullyReceivedFilterBy.ts +1 -1
- package/model/destinationFilterActionV1.ts +1 -1
- package/model/destinationFilterV1.ts +1 -1
- package/model/destinationInput.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/destinationSubscriptionConfiguration.ts +1 -1
- package/model/destinationSubscriptionUpdateInput.ts +1 -1
- package/model/destinationV1.ts +1 -1
- package/model/download.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/entityDetails.ts +1 -1
- package/model/eventSourceV1.ts +1 -1
- package/model/fQLDefinedPropertyV1.ts +1 -1
- package/model/filter.ts +1 -1
- package/model/forceExecuteAudienceRun200Response.ts +1 -1
- package/model/forceExecuteAudienceRunAlphaOutput.ts +1 -1
- package/model/functionDeployment.ts +1 -1
- package/model/functionSettingV1.ts +1 -1
- package/model/functionV1.ts +1 -1
- package/model/getActivationFromAudience200Response.ts +1 -1
- package/model/getActivationFromAudienceOutput.ts +1 -1
- package/model/getAdvancedSyncScheduleFromWarehouse200Response.ts +1 -1
- package/model/getAdvancedSyncScheduleFromWarehouseV1Output.ts +1 -1
- package/model/getAudience200Response.ts +1 -1
- package/model/getAudience200Response1.ts +1 -1
- package/model/getAudienceAlphaOutput.ts +1 -1
- package/model/getAudienceBetaOutput.ts +1 -1
- package/model/getAudiencePreview200Response.ts +1 -1
- package/model/getAudiencePreview200Response1.ts +1 -1
- package/model/getAudiencePreviewAlphaOutput.ts +1 -1
- package/model/getAudiencePreviewBetaOutput.ts +1 -1
- package/model/getAudienceScheduleFromSpaceAndAudience200Response.ts +1 -1
- package/model/getAudienceScheduleFromSpaceAndAudienceAlphaOutput.ts +1 -1
- package/model/getComputedTrait200Response.ts +1 -1
- package/model/getComputedTraitAlphaOutput.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/getDeliveryOverviewMetricsBetaOutput.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/getEgressFailedMetricsFromDeliveryOverview200Response.ts +1 -1
- package/model/getEventsVolumeFromWorkspace200Response.ts +1 -1
- package/model/getEventsVolumeFromWorkspaceV1Output.ts +1 -1
- package/model/getEventsVolumeFromWorkspaceV1Query.ts +1 -1
- package/model/getFilterById200Response.ts +1 -1
- package/model/getFilterByIdOutput.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/getFunctionVersion200Response.ts +1 -1
- package/model/getFunctionVersionAlphaOutput.ts +1 -1
- package/model/getInsertFunctionInstance200Response.ts +1 -1
- package/model/getInsertFunctionInstanceAlphaOutput.ts +1 -1
- package/model/{getLatestFromEdgeFunctions200Response.ts → getLatestFromLivePlugins200Response.ts} +6 -6
- package/model/{disableEdgeFunctionsAlphaOutput.ts → getLatestFromLivePluginsAlphaOutput.ts} +9 -9
- 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/getReverseETLSyncStatus200Response.ts +1 -1
- package/model/getReverseETLSyncStatusOutput.ts +1 -1
- package/model/getReverseEtlModel200Response.ts +1 -1
- package/model/getReverseEtlModelOutput.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 +1 -1
- package/model/getTransformationBetaInput.ts +1 -1
- package/model/getTransformationBetaOutput.ts +1 -1
- package/model/getTransformationV1Output.ts +1 -1
- 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/groupSourceSettingsV1.ts +1 -1
- package/model/groupSubscriptionStatus.ts +1 -1
- package/model/groupSubscriptionStatusResponse.ts +1 -1
- package/model/handleWebhookInput.ts +1 -1
- package/model/handleWebhookOutput.ts +1 -1
- package/model/hashPropertiesConfiguration.ts +1 -1
- package/model/iDSyncConfig.ts +1 -1
- package/model/iDSyncOptions.ts +1 -1
- package/model/identifySourceSettingsV1.ts +1 -1
- package/model/insertFunctionInstanceAlpha.ts +1 -1
- package/model/integrationOptionBeta.ts +1 -1
- package/model/invitePermissionV1.ts +1 -1
- package/model/inviteV1.ts +1 -1
- package/model/labelAlpha.ts +1 -1
- package/model/labelV1.ts +1 -1
- package/model/listActivationsAlphaOutput.ts +1 -1
- package/model/listActivationsFromAudience200Response.ts +1 -1
- package/model/listActivationsFromAudienceOutput.ts +1 -1
- package/model/listAudienceConsumersFromSpaceAndAudience200Response.ts +1 -1
- package/model/listAudienceConsumersFromSpaceAndAudienceAlphaOutput.ts +1 -1
- package/model/listAudienceConsumersSortInput.ts +1 -1
- package/model/listAudienceSchedulesFromSpaceAndAudience200Response.ts +1 -1
- package/model/listAudienceSchedulesFromSpaceAndAudienceAlphaOutput.ts +1 -1
- package/model/listAudienceSearchInput.ts +1 -1
- package/model/listAudiences200Response.ts +1 -1
- package/model/listAudiences200Response1.ts +1 -1
- package/model/listAudiencesAlphaOutput.ts +1 -1
- package/model/listAudiencesBetaOutput.ts +1 -1
- package/model/listAudiencesPaginationInput.ts +1 -1
- package/model/listAuditEvents200Response.ts +1 -1
- package/model/listAuditEventsV1Output.ts +1 -1
- package/model/listComputedTraits200Response.ts +1 -1
- package/model/listComputedTraitsAlphaOutput.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/listDestinationsFromAudience200Response.ts +1 -1
- package/model/listDestinationsFromAudienceAlphaOutput.ts +1 -1
- package/model/listDestinationsV1Output.ts +1 -1
- package/model/listFiltersForSpace200Response.ts +1 -1
- package/model/listFiltersForSpaceOutput.ts +1 -1
- package/model/listFiltersFromDestination200Response.ts +1 -1
- package/model/listFiltersFromDestinationV1Output.ts +1 -1
- package/model/listFiltersPaginationInput.ts +1 -1
- package/model/listFiltersPaginationOutput.ts +1 -1
- package/model/listFunctionItemV1.ts +1 -1
- package/model/listFunctionVersions200Response.ts +1 -1
- package/model/listFunctionVersionsAlphaOutput.ts +1 -1
- package/model/listFunctions200Response.ts +1 -1
- package/model/listFunctionsV1Output.ts +1 -1
- package/model/listInsertFunctionInstances200Response.ts +1 -1
- package/model/listInsertFunctionInstancesAlphaOutput.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/listProfilesWarehouseInSpace200Response.ts +1 -1
- package/model/listProfilesWarehouseInSpaceAlphaOutput.ts +1 -1
- package/model/listRegulationsFromSource200Response.ts +1 -1
- package/model/listRegulationsFromSourceV1Output.ts +1 -1
- package/model/listReverseETLSyncStatusesFromModelAndSubscriptionId200Response.ts +1 -1
- package/model/listReverseETLSyncStatusesFromModelAndSubscriptionIdOutput.ts +1 -1
- package/model/listReverseEtlModels200Response.ts +1 -1
- package/model/listReverseEtlModelsOutput.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/listSelectiveSyncsFromWarehouseAndSpace200Response.ts +1 -1
- package/model/listSelectiveSyncsFromWarehouseAndSpaceAlphaOutput.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/listSpaces200Response.ts +1 -1
- package/model/listSpacesAlphaOutput.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 +1 -1
- package/model/listTransformationsBetaInput.ts +1 -1
- package/model/listTransformationsBetaOutput.ts +1 -1
- package/model/listTransformationsV1Output.ts +1 -1
- 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/{edgeFunctionsAlpha.ts → livePluginsAlpha.ts} +16 -7
- 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/metricBeta.ts +1 -1
- package/model/minimalUserGroupV1.ts +1 -1
- package/model/minimalUserV1.ts +1 -1
- package/model/models.ts +26 -34
- package/model/mtuSnapshotV1.ts +1 -1
- package/model/paginationInput.ts +1 -1
- package/model/paginationOutput.ts +1 -1
- package/model/periodicConfig.ts +1 -1
- package/model/permissionInputV1.ts +1 -1
- package/model/permissionResourceV1.ts +1 -1
- package/model/permissionV1.ts +1 -1
- package/model/personalizationInput.ts +1 -1
- package/model/personalizationInputEntity.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/profile.ts +1 -1
- package/model/profilesWarehouseAlpha.ts +1 -1
- package/model/propertyRenameBeta.ts +1 -1
- package/model/propertyRenameV1.ts +1 -1
- package/model/propertyValueTransformationBeta.ts +1 -1
- package/model/propertyValueTransformationV1.ts +1 -1
- package/model/readAudiencePreviewOptions.ts +1 -1
- package/model/regulation.ts +1 -1
- package/model/regulationListEntryV1.ts +1 -1
- package/model/removeActivationFromAudience200Response.ts +1 -1
- package/model/removeActivationFromAudienceOutput.ts +1 -1
- package/model/removeAudienceFromSpace200Response.ts +1 -1
- package/model/removeAudienceFromSpace200Response1.ts +1 -1
- package/model/removeAudienceFromSpaceAlphaOutput.ts +1 -1
- package/model/removeAudienceFromSpaceBetaOutput.ts +1 -1
- package/model/removeAudienceScheduleFromAudience200Response.ts +1 -1
- package/model/removeAudienceScheduleFromAudienceAlphaOutput.ts +1 -1
- package/model/removeComputedTraitFromSpace200Response.ts +1 -1
- package/model/removeComputedTraitFromSpaceAlphaOutput.ts +1 -1
- package/model/removeFilterFromDestination200Response.ts +1 -1
- package/model/removeFilterFromDestinationV1Output.ts +1 -1
- package/model/removeProfilesWarehouseFromSpace200Response.ts +1 -1
- package/model/removeProfilesWarehouseFromSpaceAlphaOutput.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/removeWriteKeyFromSource200Response.ts +1 -1
- package/model/removeWriteKeyFromSourceAlphaOutput.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/restoreFunctionVersion200Response.ts +1 -1
- package/model/restoreFunctionVersionAlphaInput.ts +1 -1
- package/model/restoreFunctionVersionAlphaOutput.ts +1 -1
- package/model/reverseETLManualSyncJobOutput.ts +1 -1
- package/model/reverseETLSyncStatus.ts +1 -1
- package/model/reverseEtlCronScheduleConfig.ts +1 -1
- package/model/reverseEtlDbtCloudScheduleConfig.ts +1 -1
- package/model/reverseEtlModel.ts +1 -1
- package/model/reverseEtlPeriodicScheduleConfig.ts +1 -1
- package/model/reverseEtlScheduleConfig.ts +1 -1
- package/model/reverseEtlScheduleDefinition.ts +1 -1
- package/model/reverseEtlSpecificTimeScheduleConfig.ts +1 -1
- package/model/roleV1.ts +1 -1
- package/model/ruleInputV1.ts +1 -1
- package/model/ruleV1.ts +1 -1
- package/model/simpleDestination.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/sourceMetadataV1.ts +1 -1
- package/model/sourceSettingsOutputV1.ts +1 -1
- package/model/sourceV1.ts +1 -1
- package/model/space.ts +1 -1
- package/model/spaceWarehouseSchemaOverride.ts +1 -1
- package/model/spaceWarehouseSelectiveSyncItemAlpha.ts +1 -1
- package/model/specificDaysConfig.ts +1 -1
- package/model/streamStatusV1.ts +1 -1
- package/model/suppressedInner.ts +1 -1
- package/model/syncExtractPhase.ts +1 -1
- package/model/syncLoadPhase.ts +1 -1
- package/model/syncNoticeV1.ts +1 -1
- package/model/syncV1.ts +1 -1
- package/model/trackSourceSettingsV1.ts +1 -1
- package/model/trackingPlanV1.ts +1 -1
- package/model/traitDefinition.ts +1 -1
- package/model/traitOptions.ts +1 -1
- package/model/transformationBeta.ts +1 -1
- package/model/transformationV1.ts +1 -1
- package/model/updateActivationForAudience200Response.ts +1 -1
- package/model/updateActivationForAudienceAlphaInput.ts +1 -1
- package/model/updateActivationForAudienceOutput.ts +1 -1
- package/model/updateAudienceForSpace200Response.ts +1 -1
- package/model/updateAudienceForSpace200Response1.ts +1 -1
- package/model/updateAudienceForSpaceAlphaInput.ts +1 -1
- package/model/updateAudienceForSpaceAlphaOutput.ts +1 -1
- package/model/updateAudienceForSpaceBetaInput.ts +1 -1
- package/model/updateAudienceForSpaceBetaOutput.ts +1 -1
- package/model/updateAudienceScheduleForAudience200Response.ts +1 -1
- package/model/updateAudienceScheduleForAudienceAlphaInput.ts +1 -1
- package/model/updateAudienceScheduleForAudienceAlphaOutput.ts +1 -1
- package/model/updateComputedTraitForSpace200Response.ts +1 -1
- package/model/updateComputedTraitForSpaceAlphaInput.ts +1 -1
- package/model/updateComputedTraitForSpaceAlphaOutput.ts +1 -1
- package/model/updateDestination200Response.ts +1 -1
- package/model/updateDestinationV1Input.ts +1 -1
- package/model/updateDestinationV1Output.ts +1 -1
- package/model/updateFilterById200Response.ts +1 -1
- package/model/updateFilterByIdInput.ts +1 -1
- package/model/updateFilterByIdOutput.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/updateGroupSubscriptionStatusResponse.ts +1 -1
- package/model/updateInsertFunctionInstance200Response.ts +1 -1
- package/model/updateInsertFunctionInstanceAlphaInput.ts +1 -1
- package/model/updateInsertFunctionInstanceAlphaOutput.ts +1 -1
- package/model/updateProfilesWarehouseForSpaceWarehouse200Response.ts +1 -1
- package/model/updateProfilesWarehouseForSpaceWarehouseAlphaInput.ts +1 -1
- package/model/updateProfilesWarehouseForSpaceWarehouseAlphaOutput.ts +1 -1
- package/model/updateReverseEtlModel200Response.ts +1 -1
- package/model/updateReverseEtlModelInput.ts +1 -1
- package/model/updateReverseEtlModelOutput.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/updateSelectiveSyncForWarehouseAndSpace200Response.ts +1 -1
- package/model/updateSelectiveSyncForWarehouseAndSpaceAlphaInput.ts +1 -1
- package/model/updateSelectiveSyncForWarehouseAndSpaceAlphaOutput.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 +1 -1
- package/model/updateTransformationBetaInput.ts +1 -1
- package/model/updateTransformationBetaOutput.ts +1 -1
- package/model/updateTransformationV1Input.ts +1 -1
- package/model/updateTransformationV1Output.ts +1 -1
- 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/userGroupV1.ts +1 -1
- package/model/userV1.ts +1 -1
- package/model/usersPerSourceSnapshotV1.ts +1 -1
- package/model/version.ts +1 -1
- package/model/warehouseAdvancedSyncV1.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/workspaceV1.ts +1 -1
- package/package.json +1 -1
- package/dist/api/edgeFunctionsApi.d.ts +0 -63
- package/dist/api/edgeFunctionsApi.js.map +0 -1
- package/dist/model/createEdgeFunctions200Response.js +0 -21
- package/dist/model/createEdgeFunctions200Response.js.map +0 -1
- package/dist/model/createEdgeFunctionsAlphaInput.js +0 -21
- package/dist/model/createEdgeFunctionsAlphaInput.js.map +0 -1
- package/dist/model/createEdgeFunctionsAlphaOutput.js +0 -21
- package/dist/model/createEdgeFunctionsAlphaOutput.js.map +0 -1
- package/dist/model/disableEdgeFunctions200Response.js +0 -21
- package/dist/model/disableEdgeFunctionsAlphaOutput.js +0 -21
- package/dist/model/disableEdgeFunctionsAlphaOutput.js.map +0 -1
- package/dist/model/edgeFunctionsAlpha.js.map +0 -1
- package/dist/model/generateUploadURLForEdgeFunctions200Response.d.ts +0 -15
- package/dist/model/generateUploadURLForEdgeFunctions200Response.js +0 -21
- package/dist/model/generateUploadURLForEdgeFunctions200Response.js.map +0 -1
- package/dist/model/generateUploadURLForEdgeFunctionsAlphaOutput.js +0 -21
- package/dist/model/generateUploadURLForEdgeFunctionsAlphaOutput.js.map +0 -1
- package/dist/model/getLatestFromEdgeFunctions200Response.d.ts +0 -15
- package/dist/model/getLatestFromEdgeFunctions200Response.js +0 -21
- package/dist/model/getLatestFromEdgeFunctions200Response.js.map +0 -1
- package/dist/model/getLatestFromEdgeFunctionsAlphaOutput.d.ts +0 -15
- package/dist/model/getLatestFromEdgeFunctionsAlphaOutput.js +0 -21
- package/dist/model/getLatestFromEdgeFunctionsAlphaOutput.js.map +0 -1
- package/model/generateUploadURLForEdgeFunctions200Response.ts +0 -36
- package/model/getLatestFromEdgeFunctionsAlphaOutput.ts +0 -39
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/profilesSyncApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/reverseETLApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/selectiveSyncApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/sourcesApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/spaceFiltersApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/spacesApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/testingApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/trackingPlansApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/warehousesApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/api/workspacesApi.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:
|
|
5
|
+
* The version of the OpenAPI document: 61.0.0
|
|
6
6
|
* Contact: friends@segment.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api/apis.d.ts
CHANGED
|
@@ -23,8 +23,6 @@ export * from './destinationFiltersApi';
|
|
|
23
23
|
import { DestinationFiltersApi } from './destinationFiltersApi';
|
|
24
24
|
export * from './destinationsApi';
|
|
25
25
|
import { DestinationsApi } from './destinationsApi';
|
|
26
|
-
export * from './edgeFunctionsApi';
|
|
27
|
-
import { EdgeFunctionsApi } from './edgeFunctionsApi';
|
|
28
26
|
export * from './eventsApi';
|
|
29
27
|
import { EventsApi } from './eventsApi';
|
|
30
28
|
export * from './functionsApi';
|
|
@@ -37,6 +35,8 @@ export * from './iAMUsersApi';
|
|
|
37
35
|
import { IAMUsersApi } from './iAMUsersApi';
|
|
38
36
|
export * from './labelsApi';
|
|
39
37
|
import { LabelsApi } from './labelsApi';
|
|
38
|
+
export * from './livePluginsApi';
|
|
39
|
+
import { LivePluginsApi } from './livePluginsApi';
|
|
40
40
|
export * from './monthlyTrackedUsersApi';
|
|
41
41
|
import { MonthlyTrackedUsersApi } from './monthlyTrackedUsersApi';
|
|
42
42
|
export * from './profilesSyncApi';
|
|
@@ -69,7 +69,7 @@ export declare class HttpError extends Error {
|
|
|
69
69
|
constructor(response: http.IncomingMessage, body: any, statusCode?: number | undefined);
|
|
70
70
|
}
|
|
71
71
|
export { RequestFile } from '../model/models';
|
|
72
|
-
export declare const APIS: (typeof APICallsApi | typeof ActivationsApi | typeof AudiencesApi | typeof AuditTrailApi | typeof CatalogApi | typeof ComputedTraitsApi | typeof CustomerInsightsApi | typeof DbtApi | typeof DeletionAndSuppressionApi | typeof DeliveryOverviewApi | typeof DestinationFiltersApi | typeof DestinationsApi | typeof
|
|
72
|
+
export declare const APIS: (typeof APICallsApi | typeof ActivationsApi | typeof AudiencesApi | typeof AuditTrailApi | typeof CatalogApi | typeof ComputedTraitsApi | typeof CustomerInsightsApi | typeof DbtApi | typeof DeletionAndSuppressionApi | typeof DeliveryOverviewApi | typeof DestinationFiltersApi | typeof DestinationsApi | typeof EventsApi | typeof FunctionsApi | typeof IAMGroupsApi | typeof IAMRolesApi | typeof IAMUsersApi | typeof LabelsApi | typeof LivePluginsApi | typeof MonthlyTrackedUsersApi | typeof ProfilesSyncApi | typeof ReverseETLApi | typeof SelectiveSyncApi | typeof SourcesApi | typeof SpaceFiltersApi | typeof SpacesApi | typeof TestingApi | typeof TrackingPlansApi | typeof TransformationsApi | typeof WarehousesApi | typeof WorkspacesApi)[];
|
|
73
73
|
export interface Apis {
|
|
74
74
|
apiCalls: APICallsApi;
|
|
75
75
|
auditTrail: AuditTrailApi;
|
|
@@ -77,7 +77,7 @@ export interface Apis {
|
|
|
77
77
|
deletionAndSuppresion: DeletionAndSuppressionApi;
|
|
78
78
|
destinationFilters: DestinationFiltersApi;
|
|
79
79
|
destinations: DestinationsApi;
|
|
80
|
-
|
|
80
|
+
livePlugins: LivePluginsApi;
|
|
81
81
|
events: EventsApi;
|
|
82
82
|
functions: FunctionsApi;
|
|
83
83
|
iamGroups: IAMGroupsApi;
|
package/dist/api/apis.js
CHANGED
|
@@ -90,8 +90,6 @@ __exportStar(require("./destinationFiltersApi"), exports);
|
|
|
90
90
|
var destinationFiltersApi_1 = require("./destinationFiltersApi");
|
|
91
91
|
__exportStar(require("./destinationsApi"), exports);
|
|
92
92
|
var destinationsApi_1 = require("./destinationsApi");
|
|
93
|
-
__exportStar(require("./edgeFunctionsApi"), exports);
|
|
94
|
-
var edgeFunctionsApi_1 = require("./edgeFunctionsApi");
|
|
95
93
|
__exportStar(require("./eventsApi"), exports);
|
|
96
94
|
var eventsApi_1 = require("./eventsApi");
|
|
97
95
|
__exportStar(require("./functionsApi"), exports);
|
|
@@ -104,6 +102,8 @@ __exportStar(require("./iAMUsersApi"), exports);
|
|
|
104
102
|
var iAMUsersApi_1 = require("./iAMUsersApi");
|
|
105
103
|
__exportStar(require("./labelsApi"), exports);
|
|
106
104
|
var labelsApi_1 = require("./labelsApi");
|
|
105
|
+
__exportStar(require("./livePluginsApi"), exports);
|
|
106
|
+
var livePluginsApi_1 = require("./livePluginsApi");
|
|
107
107
|
__exportStar(require("./monthlyTrackedUsersApi"), exports);
|
|
108
108
|
var monthlyTrackedUsersApi_1 = require("./monthlyTrackedUsersApi");
|
|
109
109
|
__exportStar(require("./profilesSyncApi"), exports);
|
|
@@ -154,13 +154,13 @@ exports.APIS = [
|
|
|
154
154
|
deliveryOverviewApi_1.DeliveryOverviewApi,
|
|
155
155
|
destinationFiltersApi_1.DestinationFiltersApi,
|
|
156
156
|
destinationsApi_1.DestinationsApi,
|
|
157
|
-
edgeFunctionsApi_1.EdgeFunctionsApi,
|
|
158
157
|
eventsApi_1.EventsApi,
|
|
159
158
|
functionsApi_1.FunctionsApi,
|
|
160
159
|
iAMGroupsApi_1.IAMGroupsApi,
|
|
161
160
|
iAMRolesApi_1.IAMRolesApi,
|
|
162
161
|
iAMUsersApi_1.IAMUsersApi,
|
|
163
162
|
labelsApi_1.LabelsApi,
|
|
163
|
+
livePluginsApi_1.LivePluginsApi,
|
|
164
164
|
monthlyTrackedUsersApi_1.MonthlyTrackedUsersApi,
|
|
165
165
|
profilesSyncApi_1.ProfilesSyncApi,
|
|
166
166
|
reverseETLApi_1.ReverseETLApi,
|
|
@@ -183,7 +183,7 @@ function configureApis(token, headers) {
|
|
|
183
183
|
deletionAndSuppresion: new deletionAndSuppressionApi_1.DeletionAndSuppressionApi(),
|
|
184
184
|
destinationFilters: new destinationFiltersApi_1.DestinationFiltersApi(),
|
|
185
185
|
destinations: new destinationsApi_1.DestinationsApi(),
|
|
186
|
-
|
|
186
|
+
livePlugins: new livePluginsApi_1.LivePluginsApi(),
|
|
187
187
|
events: new eventsApi_1.EventsApi(),
|
|
188
188
|
functions: new functionsApi_1.FunctionsApi(),
|
|
189
189
|
iamGroups: new iAMGroupsApi_1.IAMGroupsApi(),
|
|
@@ -203,7 +203,7 @@ function configureApis(token, headers) {
|
|
|
203
203
|
for (var _i = 0, _a = Object.keys(apis); _i < _a.length; _i++) {
|
|
204
204
|
var k = _a[_i];
|
|
205
205
|
var key = k;
|
|
206
|
-
headers['User-Agent'] = 'Public API SDK
|
|
206
|
+
headers['User-Agent'] = 'Public API SDK 61.0.0 (TypeScript)';
|
|
207
207
|
apis[key].accessToken = token;
|
|
208
208
|
apis[key].defaultHeaders = headers;
|
|
209
209
|
}
|
|
@@ -220,7 +220,7 @@ function configureEuApis(token, headers) {
|
|
|
220
220
|
deletionAndSuppresion: new deletionAndSuppressionApi_1.DeletionAndSuppressionApi(basePath),
|
|
221
221
|
destinationFilters: new destinationFiltersApi_1.DestinationFiltersApi(basePath),
|
|
222
222
|
destinations: new destinationsApi_1.DestinationsApi(basePath),
|
|
223
|
-
|
|
223
|
+
livePlugins: new livePluginsApi_1.LivePluginsApi(basePath),
|
|
224
224
|
events: new eventsApi_1.EventsApi(basePath),
|
|
225
225
|
functions: new functionsApi_1.FunctionsApi(basePath),
|
|
226
226
|
iamGroups: new iAMGroupsApi_1.IAMGroupsApi(basePath),
|
|
@@ -240,7 +240,7 @@ function configureEuApis(token, headers) {
|
|
|
240
240
|
for (var _i = 0, _a = Object.keys(apis); _i < _a.length; _i++) {
|
|
241
241
|
var k = _a[_i];
|
|
242
242
|
var key = k;
|
|
243
|
-
headers['User-Agent'] = 'Public API SDK
|
|
243
|
+
headers['User-Agent'] = 'Public API SDK 61.0.0 (TypeScript)';
|
|
244
244
|
apis[key].accessToken = token;
|
|
245
245
|
apis[key].defaultHeaders = headers;
|
|
246
246
|
}
|
package/dist/api/apis.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../api/apis.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,6CAA4C;AAC5C,mDAAiC;AACjC,mDAAkD;AAClD,iDAA+B;AAC/B,+CAA8C;AAC9C,kDAAgC;AAChC,iDAAgD;AAChD,+CAA6B;AAC7B,2CAA0C;AAC1C,sDAAoC;AACpC,yDAAwD;AACxD,wDAAsC;AACtC,6DAA4D;AAC5D,2CAAyB;AACzB,mCAAkC;AAClC,8DAA4C;AAC5C,yEAAwE;AACxE,wDAAsC;AACtC,6DAA4D;AAC5D,0DAAwC;AACxC,iEAAgE;AAChE,oDAAkC;AAClC,qDAAoD;AACpD,
|
|
1
|
+
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../api/apis.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import http from 'http';
|
|
3
|
+
import { CreateLivePlugin200Response } from '../model/createLivePlugin200Response';
|
|
4
|
+
import { CreateLivePluginAlphaInput } from '../model/createLivePluginAlphaInput';
|
|
5
|
+
import { DeleteLivePluginCode200Response } from '../model/deleteLivePluginCode200Response';
|
|
6
|
+
import { GetLatestFromLivePlugins200Response } from '../model/getLatestFromLivePlugins200Response';
|
|
7
|
+
import { Authentication, Interceptor } from '../model/models';
|
|
8
|
+
import { HttpBearerAuth } from '../model/models';
|
|
9
|
+
export declare enum LivePluginsApiApiKeys {
|
|
10
|
+
}
|
|
11
|
+
export declare class LivePluginsApi {
|
|
12
|
+
protected _basePath: string;
|
|
13
|
+
protected _defaultHeaders: any;
|
|
14
|
+
protected _useQuerystring: boolean;
|
|
15
|
+
protected authentications: {
|
|
16
|
+
default: Authentication;
|
|
17
|
+
token: HttpBearerAuth;
|
|
18
|
+
};
|
|
19
|
+
protected interceptors: Interceptor[];
|
|
20
|
+
constructor(basePath?: string);
|
|
21
|
+
set useQuerystring(value: boolean);
|
|
22
|
+
set basePath(basePath: string);
|
|
23
|
+
set defaultHeaders(defaultHeaders: any);
|
|
24
|
+
get defaultHeaders(): any;
|
|
25
|
+
get basePath(): string;
|
|
26
|
+
setDefaultAuthentication(auth: Authentication): void;
|
|
27
|
+
setApiKey(key: LivePluginsApiApiKeys, value: string): void;
|
|
28
|
+
set accessToken(accessToken: string | (() => string));
|
|
29
|
+
addInterceptor(interceptor: Interceptor): void;
|
|
30
|
+
createLivePlugin(sourceId: string, CreateLivePluginAlphaInput: CreateLivePluginAlphaInput, options?: {
|
|
31
|
+
headers: {
|
|
32
|
+
[name: string]: string;
|
|
33
|
+
};
|
|
34
|
+
}): Promise<{
|
|
35
|
+
response: http.IncomingMessage;
|
|
36
|
+
body: CreateLivePlugin200Response;
|
|
37
|
+
}>;
|
|
38
|
+
deleteLivePluginCode(sourceId: string, options?: {
|
|
39
|
+
headers: {
|
|
40
|
+
[name: string]: string;
|
|
41
|
+
};
|
|
42
|
+
}): Promise<{
|
|
43
|
+
response: http.IncomingMessage;
|
|
44
|
+
body: DeleteLivePluginCode200Response;
|
|
45
|
+
}>;
|
|
46
|
+
getLatestFromLivePlugins(sourceId: string, options?: {
|
|
47
|
+
headers: {
|
|
48
|
+
[name: string]: string;
|
|
49
|
+
};
|
|
50
|
+
}): Promise<{
|
|
51
|
+
response: http.IncomingMessage;
|
|
52
|
+
body: GetLatestFromLivePlugins200Response;
|
|
53
|
+
}>;
|
|
54
|
+
}
|
|
@@ -39,17 +39,17 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
39
39
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
40
40
|
};
|
|
41
41
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
-
exports.
|
|
42
|
+
exports.LivePluginsApi = exports.LivePluginsApiApiKeys = void 0;
|
|
43
43
|
var request_1 = __importDefault(require("request"));
|
|
44
44
|
var models_1 = require("../model/models");
|
|
45
45
|
var models_2 = require("../model/models");
|
|
46
46
|
var apis_1 = require("./apis");
|
|
47
47
|
var defaultBasePath = 'https://api.segmentapis.com';
|
|
48
|
-
var
|
|
49
|
-
(function (
|
|
50
|
-
})(
|
|
51
|
-
var
|
|
52
|
-
function
|
|
48
|
+
var LivePluginsApiApiKeys;
|
|
49
|
+
(function (LivePluginsApiApiKeys) {
|
|
50
|
+
})(LivePluginsApiApiKeys = exports.LivePluginsApiApiKeys || (exports.LivePluginsApiApiKeys = {}));
|
|
51
|
+
var LivePluginsApi = (function () {
|
|
52
|
+
function LivePluginsApi(basePathOrUsername, password, basePath) {
|
|
53
53
|
this._basePath = defaultBasePath;
|
|
54
54
|
this._defaultHeaders = {};
|
|
55
55
|
this._useQuerystring = false;
|
|
@@ -69,14 +69,14 @@ var EdgeFunctionsApi = (function () {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
Object.defineProperty(
|
|
72
|
+
Object.defineProperty(LivePluginsApi.prototype, "useQuerystring", {
|
|
73
73
|
set: function (value) {
|
|
74
74
|
this._useQuerystring = value;
|
|
75
75
|
},
|
|
76
76
|
enumerable: false,
|
|
77
77
|
configurable: true
|
|
78
78
|
});
|
|
79
|
-
Object.defineProperty(
|
|
79
|
+
Object.defineProperty(LivePluginsApi.prototype, "basePath", {
|
|
80
80
|
get: function () {
|
|
81
81
|
return this._basePath;
|
|
82
82
|
},
|
|
@@ -86,7 +86,7 @@ var EdgeFunctionsApi = (function () {
|
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
88
88
|
});
|
|
89
|
-
Object.defineProperty(
|
|
89
|
+
Object.defineProperty(LivePluginsApi.prototype, "defaultHeaders", {
|
|
90
90
|
get: function () {
|
|
91
91
|
return this._defaultHeaders;
|
|
92
92
|
},
|
|
@@ -96,31 +96,31 @@ var EdgeFunctionsApi = (function () {
|
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
98
98
|
});
|
|
99
|
-
|
|
99
|
+
LivePluginsApi.prototype.setDefaultAuthentication = function (auth) {
|
|
100
100
|
this.authentications.default = auth;
|
|
101
101
|
};
|
|
102
|
-
|
|
103
|
-
this.authentications[
|
|
102
|
+
LivePluginsApi.prototype.setApiKey = function (key, value) {
|
|
103
|
+
this.authentications[LivePluginsApiApiKeys[key]].apiKey =
|
|
104
104
|
value;
|
|
105
105
|
};
|
|
106
|
-
Object.defineProperty(
|
|
106
|
+
Object.defineProperty(LivePluginsApi.prototype, "accessToken", {
|
|
107
107
|
set: function (accessToken) {
|
|
108
108
|
this.authentications.token.accessToken = accessToken;
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
111
111
|
configurable: true
|
|
112
112
|
});
|
|
113
|
-
|
|
113
|
+
LivePluginsApi.prototype.addInterceptor = function (interceptor) {
|
|
114
114
|
this.interceptors.push(interceptor);
|
|
115
115
|
};
|
|
116
|
-
|
|
116
|
+
LivePluginsApi.prototype.createLivePlugin = function (sourceId, CreateLivePluginAlphaInput, options) {
|
|
117
117
|
if (options === void 0) { options = { headers: {} }; }
|
|
118
118
|
return __awaiter(this, void 0, void 0, function () {
|
|
119
119
|
var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_1, _i, _a, interceptor;
|
|
120
120
|
var _this = this;
|
|
121
121
|
return __generator(this, function (_b) {
|
|
122
122
|
localVarPath = this.basePath +
|
|
123
|
-
'/sources/{sourceId}/
|
|
123
|
+
'/sources/{sourceId}/live-plugins/create'.replace('{' + 'sourceId' + '}', encodeURIComponent(String(sourceId)));
|
|
124
124
|
localVarQueryParameters = {};
|
|
125
125
|
localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
126
126
|
produces = [
|
|
@@ -135,11 +135,11 @@ var EdgeFunctionsApi = (function () {
|
|
|
135
135
|
}
|
|
136
136
|
localVarFormParams = {};
|
|
137
137
|
if (sourceId === null || sourceId === undefined) {
|
|
138
|
-
throw new Error('Required parameter sourceId was null or undefined when calling
|
|
138
|
+
throw new Error('Required parameter sourceId was null or undefined when calling createLivePlugin.');
|
|
139
139
|
}
|
|
140
|
-
if (
|
|
141
|
-
|
|
142
|
-
throw new Error('Required parameter
|
|
140
|
+
if (CreateLivePluginAlphaInput === null ||
|
|
141
|
+
CreateLivePluginAlphaInput === undefined) {
|
|
142
|
+
throw new Error('Required parameter CreateLivePluginAlphaInput was null or undefined when calling createLivePlugin.');
|
|
143
143
|
}
|
|
144
144
|
Object.assign(localVarHeaderParams, options.headers);
|
|
145
145
|
localVarUseFormData = false;
|
|
@@ -150,7 +150,7 @@ var EdgeFunctionsApi = (function () {
|
|
|
150
150
|
uri: localVarPath,
|
|
151
151
|
useQuerystring: this._useQuerystring,
|
|
152
152
|
json: true,
|
|
153
|
-
body: models_1.ObjectSerializer.serialize(
|
|
153
|
+
body: models_1.ObjectSerializer.serialize(CreateLivePluginAlphaInput, 'CreateLivePluginAlphaInput'),
|
|
154
154
|
};
|
|
155
155
|
authenticationPromise = Promise.resolve();
|
|
156
156
|
if (this.authentications.token.accessToken) {
|
|
@@ -189,7 +189,7 @@ var EdgeFunctionsApi = (function () {
|
|
|
189
189
|
if (response.statusCode &&
|
|
190
190
|
response.statusCode >= 200 &&
|
|
191
191
|
response.statusCode <= 299) {
|
|
192
|
-
body = models_1.ObjectSerializer.deserialize(body, '
|
|
192
|
+
body = models_1.ObjectSerializer.deserialize(body, 'CreateLivePlugin200Response');
|
|
193
193
|
resolve({ response: response, body: body });
|
|
194
194
|
}
|
|
195
195
|
else {
|
|
@@ -202,14 +202,14 @@ var EdgeFunctionsApi = (function () {
|
|
|
202
202
|
});
|
|
203
203
|
});
|
|
204
204
|
};
|
|
205
|
-
|
|
205
|
+
LivePluginsApi.prototype.deleteLivePluginCode = function (sourceId, options) {
|
|
206
206
|
if (options === void 0) { options = { headers: {} }; }
|
|
207
207
|
return __awaiter(this, void 0, void 0, function () {
|
|
208
208
|
var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_2, _i, _a, interceptor;
|
|
209
209
|
var _this = this;
|
|
210
210
|
return __generator(this, function (_b) {
|
|
211
211
|
localVarPath = this.basePath +
|
|
212
|
-
'/sources/{sourceId}/
|
|
212
|
+
'/sources/{sourceId}/live-plugins/delete-code'.replace('{' + 'sourceId' + '}', encodeURIComponent(String(sourceId)));
|
|
213
213
|
localVarQueryParameters = {};
|
|
214
214
|
localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
215
215
|
produces = [
|
|
@@ -224,12 +224,12 @@ var EdgeFunctionsApi = (function () {
|
|
|
224
224
|
}
|
|
225
225
|
localVarFormParams = {};
|
|
226
226
|
if (sourceId === null || sourceId === undefined) {
|
|
227
|
-
throw new Error('Required parameter sourceId was null or undefined when calling
|
|
227
|
+
throw new Error('Required parameter sourceId was null or undefined when calling deleteLivePluginCode.');
|
|
228
228
|
}
|
|
229
229
|
Object.assign(localVarHeaderParams, options.headers);
|
|
230
230
|
localVarUseFormData = false;
|
|
231
231
|
localVarRequestOptions = {
|
|
232
|
-
method: '
|
|
232
|
+
method: 'DELETE',
|
|
233
233
|
qs: localVarQueryParameters,
|
|
234
234
|
headers: localVarHeaderParams,
|
|
235
235
|
uri: localVarPath,
|
|
@@ -273,7 +273,7 @@ var EdgeFunctionsApi = (function () {
|
|
|
273
273
|
if (response.statusCode &&
|
|
274
274
|
response.statusCode >= 200 &&
|
|
275
275
|
response.statusCode <= 299) {
|
|
276
|
-
body = models_1.ObjectSerializer.deserialize(body, '
|
|
276
|
+
body = models_1.ObjectSerializer.deserialize(body, 'DeleteLivePluginCode200Response');
|
|
277
277
|
resolve({ response: response, body: body });
|
|
278
278
|
}
|
|
279
279
|
else {
|
|
@@ -286,14 +286,14 @@ var EdgeFunctionsApi = (function () {
|
|
|
286
286
|
});
|
|
287
287
|
});
|
|
288
288
|
};
|
|
289
|
-
|
|
289
|
+
LivePluginsApi.prototype.getLatestFromLivePlugins = function (sourceId, options) {
|
|
290
290
|
if (options === void 0) { options = { headers: {} }; }
|
|
291
291
|
return __awaiter(this, void 0, void 0, function () {
|
|
292
292
|
var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_3, _i, _a, interceptor;
|
|
293
293
|
var _this = this;
|
|
294
294
|
return __generator(this, function (_b) {
|
|
295
295
|
localVarPath = this.basePath +
|
|
296
|
-
'/sources/{sourceId}/
|
|
296
|
+
'/sources/{sourceId}/live-plugins/latest'.replace('{' + 'sourceId' + '}', encodeURIComponent(String(sourceId)));
|
|
297
297
|
localVarQueryParameters = {};
|
|
298
298
|
localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
299
299
|
produces = [
|
|
@@ -308,12 +308,12 @@ var EdgeFunctionsApi = (function () {
|
|
|
308
308
|
}
|
|
309
309
|
localVarFormParams = {};
|
|
310
310
|
if (sourceId === null || sourceId === undefined) {
|
|
311
|
-
throw new Error('Required parameter sourceId was null or undefined when calling
|
|
311
|
+
throw new Error('Required parameter sourceId was null or undefined when calling getLatestFromLivePlugins.');
|
|
312
312
|
}
|
|
313
313
|
Object.assign(localVarHeaderParams, options.headers);
|
|
314
314
|
localVarUseFormData = false;
|
|
315
315
|
localVarRequestOptions = {
|
|
316
|
-
method: '
|
|
316
|
+
method: 'GET',
|
|
317
317
|
qs: localVarQueryParameters,
|
|
318
318
|
headers: localVarHeaderParams,
|
|
319
319
|
uri: localVarPath,
|
|
@@ -357,91 +357,7 @@ var EdgeFunctionsApi = (function () {
|
|
|
357
357
|
if (response.statusCode &&
|
|
358
358
|
response.statusCode >= 200 &&
|
|
359
359
|
response.statusCode <= 299) {
|
|
360
|
-
body = models_1.ObjectSerializer.deserialize(body, '
|
|
361
|
-
resolve({ response: response, body: body });
|
|
362
|
-
}
|
|
363
|
-
else {
|
|
364
|
-
reject(new apis_1.HttpError(response, body, response.statusCode));
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
});
|
|
368
|
-
});
|
|
369
|
-
})];
|
|
370
|
-
});
|
|
371
|
-
});
|
|
372
|
-
};
|
|
373
|
-
EdgeFunctionsApi.prototype.getLatestFromEdgeFunctions = function (sourceId, options) {
|
|
374
|
-
if (options === void 0) { options = { headers: {} }; }
|
|
375
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
376
|
-
var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_4, _i, _a, interceptor;
|
|
377
|
-
var _this = this;
|
|
378
|
-
return __generator(this, function (_b) {
|
|
379
|
-
localVarPath = this.basePath +
|
|
380
|
-
'/sources/{sourceId}/edge-functions/latest'.replace('{' + 'sourceId' + '}', encodeURIComponent(String(sourceId)));
|
|
381
|
-
localVarQueryParameters = {};
|
|
382
|
-
localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
383
|
-
produces = [
|
|
384
|
-
'application/vnd.segment.v1alpha+json',
|
|
385
|
-
'application/json',
|
|
386
|
-
];
|
|
387
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
388
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
389
|
-
}
|
|
390
|
-
else {
|
|
391
|
-
localVarHeaderParams.Accept = produces.join(',');
|
|
392
|
-
}
|
|
393
|
-
localVarFormParams = {};
|
|
394
|
-
if (sourceId === null || sourceId === undefined) {
|
|
395
|
-
throw new Error('Required parameter sourceId was null or undefined when calling getLatestFromEdgeFunctions.');
|
|
396
|
-
}
|
|
397
|
-
Object.assign(localVarHeaderParams, options.headers);
|
|
398
|
-
localVarUseFormData = false;
|
|
399
|
-
localVarRequestOptions = {
|
|
400
|
-
method: 'GET',
|
|
401
|
-
qs: localVarQueryParameters,
|
|
402
|
-
headers: localVarHeaderParams,
|
|
403
|
-
uri: localVarPath,
|
|
404
|
-
useQuerystring: this._useQuerystring,
|
|
405
|
-
json: true,
|
|
406
|
-
};
|
|
407
|
-
authenticationPromise = Promise.resolve();
|
|
408
|
-
if (this.authentications.token.accessToken) {
|
|
409
|
-
authenticationPromise = authenticationPromise.then(function () {
|
|
410
|
-
return _this.authentications.token.applyToRequest(localVarRequestOptions);
|
|
411
|
-
});
|
|
412
|
-
}
|
|
413
|
-
authenticationPromise = authenticationPromise.then(function () {
|
|
414
|
-
return _this.authentications.default.applyToRequest(localVarRequestOptions);
|
|
415
|
-
});
|
|
416
|
-
interceptorPromise = authenticationPromise;
|
|
417
|
-
_loop_4 = function (interceptor) {
|
|
418
|
-
interceptorPromise = interceptorPromise.then(function () {
|
|
419
|
-
return interceptor(localVarRequestOptions);
|
|
420
|
-
});
|
|
421
|
-
};
|
|
422
|
-
for (_i = 0, _a = this.interceptors; _i < _a.length; _i++) {
|
|
423
|
-
interceptor = _a[_i];
|
|
424
|
-
_loop_4(interceptor);
|
|
425
|
-
}
|
|
426
|
-
return [2, interceptorPromise.then(function () {
|
|
427
|
-
if (Object.keys(localVarFormParams).length) {
|
|
428
|
-
if (localVarUseFormData) {
|
|
429
|
-
localVarRequestOptions.formData = localVarFormParams;
|
|
430
|
-
}
|
|
431
|
-
else {
|
|
432
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
return new Promise(function (resolve, reject) {
|
|
436
|
-
(0, request_1.default)(localVarRequestOptions, function (error, response, body) {
|
|
437
|
-
if (error) {
|
|
438
|
-
reject(error);
|
|
439
|
-
}
|
|
440
|
-
else {
|
|
441
|
-
if (response.statusCode &&
|
|
442
|
-
response.statusCode >= 200 &&
|
|
443
|
-
response.statusCode <= 299) {
|
|
444
|
-
body = models_1.ObjectSerializer.deserialize(body, 'GetLatestFromEdgeFunctions200Response');
|
|
360
|
+
body = models_1.ObjectSerializer.deserialize(body, 'GetLatestFromLivePlugins200Response');
|
|
445
361
|
resolve({ response: response, body: body });
|
|
446
362
|
}
|
|
447
363
|
else {
|
|
@@ -454,7 +370,7 @@ var EdgeFunctionsApi = (function () {
|
|
|
454
370
|
});
|
|
455
371
|
});
|
|
456
372
|
};
|
|
457
|
-
return
|
|
373
|
+
return LivePluginsApi;
|
|
458
374
|
}());
|
|
459
|
-
exports.
|
|
460
|
-
//# sourceMappingURL=
|
|
375
|
+
exports.LivePluginsApi = LivePluginsApi;
|
|
376
|
+
//# sourceMappingURL=livePluginsApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"livePluginsApi.js","sourceRoot":"","sources":["../../api/livePluginsApi.ts"],"names":[],"mappings":"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"}
|