linkbreakers 1.71.4 → 1.76.1
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/dist/apis/AIAssistantApi.d.ts +1 -1
- package/dist/apis/AIAssistantApi.js +1 -1
- package/dist/apis/AnalyticsDashboardApi.d.ts +1 -1
- package/dist/apis/AnalyticsDashboardApi.js +1 -1
- package/dist/apis/AnalyticsDataApi.d.ts +40 -2
- package/dist/apis/AnalyticsDataApi.js +44 -1
- package/dist/apis/CustomDomainsApi.d.ts +1 -1
- package/dist/apis/CustomDomainsApi.js +1 -1
- package/dist/apis/DirectoriesApi.d.ts +1 -1
- package/dist/apis/DirectoriesApi.js +1 -1
- package/dist/apis/EventsApi.d.ts +1 -1
- package/dist/apis/EventsApi.js +1 -1
- package/dist/apis/GoogleFormsIntegrationsApi.d.ts +1 -1
- package/dist/apis/GoogleFormsIntegrationsApi.js +1 -1
- package/dist/apis/IntegrationsServiceApi.d.ts +1 -1
- package/dist/apis/IntegrationsServiceApi.js +1 -1
- package/dist/apis/LinkSettingsApi.d.ts +1 -1
- package/dist/apis/LinkSettingsApi.js +1 -1
- package/dist/apis/LinksApi.d.ts +1 -1
- package/dist/apis/LinksApi.js +1 -1
- package/dist/apis/MediaApi.d.ts +1 -1
- package/dist/apis/MediaApi.js +1 -1
- package/dist/apis/MembersApi.d.ts +1 -1
- package/dist/apis/MembersApi.js +1 -1
- package/dist/apis/PageThemesApi.d.ts +1 -1
- package/dist/apis/PageThemesApi.js +1 -1
- package/dist/apis/QRCodeDesignsApi.d.ts +1 -1
- package/dist/apis/QRCodeDesignsApi.js +1 -1
- package/dist/apis/QRCodeTemplatesApi.d.ts +1 -1
- package/dist/apis/QRCodeTemplatesApi.js +1 -1
- package/dist/apis/SlackIntegrationsApi.d.ts +1 -1
- package/dist/apis/SlackIntegrationsApi.js +1 -1
- package/dist/apis/TagsApi.d.ts +1 -1
- package/dist/apis/TagsApi.js +1 -1
- package/dist/apis/TimeSeriesApi.d.ts +1 -1
- package/dist/apis/TimeSeriesApi.js +1 -1
- package/dist/apis/VisitorsApi.d.ts +1 -1
- package/dist/apis/VisitorsApi.js +1 -1
- package/dist/apis/WebhooksApi.d.ts +1 -1
- package/dist/apis/WebhooksApi.js +1 -1
- package/dist/apis/WorkflowStepsApi.d.ts +129 -6
- package/dist/apis/WorkflowStepsApi.js +143 -3
- package/dist/apis/WorkspaceMetricsApi.d.ts +1 -1
- package/dist/apis/WorkspaceMetricsApi.js +1 -1
- package/dist/apis/WorkspaceTokensApi.d.ts +1 -1
- package/dist/apis/WorkspaceTokensApi.js +1 -1
- package/dist/apis/WorkspacesApi.d.ts +1 -1
- package/dist/apis/WorkspacesApi.js +1 -1
- package/dist/models/AIContextType.d.ts +1 -1
- package/dist/models/AIContextType.js +1 -1
- package/dist/models/AIDisplayMessage.d.ts +1 -1
- package/dist/models/AIDisplayMessage.js +1 -1
- package/dist/models/AIGetConversationResponse.d.ts +1 -1
- package/dist/models/AIGetConversationResponse.js +1 -1
- package/dist/models/AISendMessageRequest.d.ts +7 -1
- package/dist/models/AISendMessageRequest.js +3 -1
- package/dist/models/AISendMessageResponse.d.ts +1 -1
- package/dist/models/AISendMessageResponse.js +1 -1
- package/dist/models/Action.d.ts +1 -1
- package/dist/models/Action.js +1 -1
- package/dist/models/AddWorkflowStepRelationshipResponse.d.ts +1 -1
- package/dist/models/AddWorkflowStepRelationshipResponse.js +1 -1
- package/dist/models/AnalyticsDashboard.d.ts +1 -1
- package/dist/models/AnalyticsDashboard.js +1 -1
- package/dist/models/ApiTag.d.ts +1 -1
- package/dist/models/ApiTag.js +1 -1
- package/dist/models/AutoLayoutWorkflowResponse.d.ts +32 -0
- package/dist/models/AutoLayoutWorkflowResponse.js +48 -0
- package/dist/models/BackgroundOptions.d.ts +1 -1
- package/dist/models/BackgroundOptions.js +1 -1
- package/dist/models/BreakdownDataPoint.d.ts +44 -0
- package/dist/models/BreakdownDataPoint.js +52 -0
- package/dist/models/CanvasPosition.d.ts +1 -1
- package/dist/models/CanvasPosition.js +1 -1
- package/dist/models/ChatDisplayMessage.d.ts +1 -1
- package/dist/models/ChatDisplayMessage.js +1 -1
- package/dist/models/ChatUIAction.d.ts +1 -1
- package/dist/models/ChatUIAction.js +1 -1
- package/dist/models/ChatUIOption.d.ts +1 -1
- package/dist/models/ChatUIOption.js +1 -1
- package/dist/models/CheckCustomDomainResponse.d.ts +1 -1
- package/dist/models/CheckCustomDomainResponse.js +1 -1
- package/dist/models/ClientRedirectPayload.d.ts +1 -1
- package/dist/models/ClientRedirectPayload.js +1 -1
- package/dist/models/CompleteGoogleFormsOAuthRequest.d.ts +1 -1
- package/dist/models/CompleteGoogleFormsOAuthRequest.js +1 -1
- package/dist/models/CompleteGoogleFormsOAuthResponse.d.ts +1 -1
- package/dist/models/CompleteGoogleFormsOAuthResponse.js +1 -1
- package/dist/models/CompleteSlackOAuthRequest.d.ts +1 -1
- package/dist/models/CompleteSlackOAuthRequest.js +1 -1
- package/dist/models/CompleteSlackOAuthResponse.d.ts +1 -1
- package/dist/models/CompleteSlackOAuthResponse.js +1 -1
- package/dist/models/ContactCardTraceCard.d.ts +1 -1
- package/dist/models/ContactCardTraceCard.js +1 -1
- package/dist/models/ContactCardTraceData.d.ts +1 -1
- package/dist/models/ContactCardTraceData.js +1 -1
- package/dist/models/ContainerConfig.d.ts +1 -1
- package/dist/models/ContainerConfig.js +1 -1
- package/dist/models/CornersDotOptions.d.ts +1 -1
- package/dist/models/CornersDotOptions.js +1 -1
- package/dist/models/CornersDotType.d.ts +1 -1
- package/dist/models/CornersDotType.js +1 -1
- package/dist/models/CornersSquareOptions.d.ts +1 -1
- package/dist/models/CornersSquareOptions.js +1 -1
- package/dist/models/CornersSquareType.d.ts +1 -1
- package/dist/models/CornersSquareType.js +1 -1
- package/dist/models/CountryConditionOutcome.d.ts +1 -1
- package/dist/models/CountryConditionOutcome.js +1 -1
- package/dist/models/CountryConditionPayload.d.ts +1 -1
- package/dist/models/CountryConditionPayload.js +1 -1
- package/dist/models/CountryConditionTraceData.d.ts +1 -1
- package/dist/models/CountryConditionTraceData.js +1 -1
- package/dist/models/CountryConditionTraceOption.d.ts +1 -1
- package/dist/models/CountryConditionTraceOption.js +1 -1
- package/dist/models/CreateBulkLinksRequest.d.ts +1 -1
- package/dist/models/CreateBulkLinksRequest.js +1 -1
- package/dist/models/CreateBulkLinksResponse.d.ts +1 -1
- package/dist/models/CreateBulkLinksResponse.js +1 -1
- package/dist/models/CreateContactLinkRequest.d.ts +1 -1
- package/dist/models/CreateContactLinkRequest.js +1 -1
- package/dist/models/CreateContactLinkResponse.d.ts +1 -1
- package/dist/models/CreateContactLinkResponse.js +1 -1
- package/dist/models/CreateCustomDomainRequest.d.ts +1 -1
- package/dist/models/CreateCustomDomainRequest.js +1 -1
- package/dist/models/CreateCustomDomainResponse.d.ts +1 -1
- package/dist/models/CreateCustomDomainResponse.js +1 -1
- package/dist/models/CreateDashboardResponse.d.ts +1 -1
- package/dist/models/CreateDashboardResponse.js +1 -1
- package/dist/models/CreateDirectoryRequest.d.ts +1 -1
- package/dist/models/CreateDirectoryRequest.js +1 -1
- package/dist/models/CreateDirectoryResponse.d.ts +1 -1
- package/dist/models/CreateDirectoryResponse.js +1 -1
- package/dist/models/CreateEventTraceResponse.d.ts +1 -1
- package/dist/models/CreateEventTraceResponse.js +1 -1
- package/dist/models/CreateLinkRequest.d.ts +7 -1
- package/dist/models/CreateLinkRequest.js +3 -1
- package/dist/models/CreateLinkResponse.d.ts +1 -1
- package/dist/models/CreateLinkResponse.js +1 -1
- package/dist/models/CreateMediaRequest.d.ts +1 -1
- package/dist/models/CreateMediaRequest.js +1 -1
- package/dist/models/CreateMediaResponse.d.ts +1 -1
- package/dist/models/CreateMediaResponse.js +1 -1
- package/dist/models/CreateQrcodeTemplateRequest.d.ts +1 -1
- package/dist/models/CreateQrcodeTemplateRequest.js +1 -1
- package/dist/models/CreateQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/CreateQrcodeTemplateResponse.js +1 -1
- package/dist/models/CreateWebhookRequest.d.ts +1 -1
- package/dist/models/CreateWebhookRequest.js +1 -1
- package/dist/models/CreateWebhookResponse.d.ts +1 -1
- package/dist/models/CreateWebhookResponse.js +1 -1
- package/dist/models/CreateWorkflowStepResponse.d.ts +1 -1
- package/dist/models/CreateWorkflowStepResponse.js +1 -1
- package/dist/models/CreateWorkspaceTokenRequest.d.ts +1 -1
- package/dist/models/CreateWorkspaceTokenRequest.js +1 -1
- package/dist/models/CreateWorkspaceTokenResponse.d.ts +1 -1
- package/dist/models/CreateWorkspaceTokenResponse.js +1 -1
- package/dist/models/CustomDomain.d.ts +1 -1
- package/dist/models/CustomDomain.js +1 -1
- package/dist/models/CustomDomainStatus.d.ts +1 -1
- package/dist/models/CustomDomainStatus.js +1 -1
- package/dist/models/CustomDomainsServiceUpdateBody.d.ts +1 -1
- package/dist/models/CustomDomainsServiceUpdateBody.js +1 -1
- package/dist/models/DashboardConfig.d.ts +1 -1
- package/dist/models/DashboardConfig.js +1 -1
- package/dist/models/DashboardWidget.d.ts +1 -1
- package/dist/models/DashboardWidget.js +1 -1
- package/dist/models/DataCollection.d.ts +1 -1
- package/dist/models/DataCollection.js +1 -1
- package/dist/models/DayOfMonthConditionPayload.d.ts +1 -1
- package/dist/models/DayOfMonthConditionPayload.js +1 -1
- package/dist/models/DayOfMonthConditionTraceData.d.ts +1 -1
- package/dist/models/DayOfMonthConditionTraceData.js +1 -1
- package/dist/models/DayOfMonthConditionTraceOption.d.ts +1 -1
- package/dist/models/DayOfMonthConditionTraceOption.js +1 -1
- package/dist/models/DayOfMonthOption.d.ts +1 -1
- package/dist/models/DayOfMonthOption.js +1 -1
- package/dist/models/DayOfWeekConditionPayload.d.ts +1 -1
- package/dist/models/DayOfWeekConditionPayload.js +1 -1
- package/dist/models/DayOfWeekConditionTraceData.d.ts +1 -1
- package/dist/models/DayOfWeekConditionTraceData.js +1 -1
- package/dist/models/DayOfWeekConditionTraceOption.d.ts +1 -1
- package/dist/models/DayOfWeekConditionTraceOption.js +1 -1
- package/dist/models/DayOfWeekOption.d.ts +1 -1
- package/dist/models/DayOfWeekOption.js +1 -1
- package/dist/models/DeleteAttributeResponse.d.ts +1 -1
- package/dist/models/DeleteAttributeResponse.js +1 -1
- package/dist/models/DeleteVisitorResponse.d.ts +1 -1
- package/dist/models/DeleteVisitorResponse.js +1 -1
- package/dist/models/DetectedGoogleForm.d.ts +1 -1
- package/dist/models/DetectedGoogleForm.js +1 -1
- package/dist/models/Device.d.ts +1 -1
- package/dist/models/Device.js +1 -1
- package/dist/models/DeviceActor.d.ts +1 -1
- package/dist/models/DeviceActor.js +1 -1
- package/dist/models/DeviceActorConditionOption.d.ts +1 -1
- package/dist/models/DeviceActorConditionOption.js +1 -1
- package/dist/models/DeviceActorConditionPayload.d.ts +1 -1
- package/dist/models/DeviceActorConditionPayload.js +1 -1
- package/dist/models/DeviceActorConditionTraceData.d.ts +1 -1
- package/dist/models/DeviceActorConditionTraceData.js +1 -1
- package/dist/models/DeviceActorConditionTraceOption.d.ts +1 -1
- package/dist/models/DeviceActorConditionTraceOption.js +1 -1
- package/dist/models/DeviceActorConditionValue.d.ts +1 -1
- package/dist/models/DeviceActorConditionValue.js +1 -1
- package/dist/models/DeviceBrandConditionOption.d.ts +1 -1
- package/dist/models/DeviceBrandConditionOption.js +1 -1
- package/dist/models/DeviceBrandConditionPayload.d.ts +1 -1
- package/dist/models/DeviceBrandConditionPayload.js +1 -1
- package/dist/models/DeviceBrandConditionTraceData.d.ts +1 -1
- package/dist/models/DeviceBrandConditionTraceData.js +1 -1
- package/dist/models/DeviceBrandConditionTraceOption.d.ts +1 -1
- package/dist/models/DeviceBrandConditionTraceOption.js +1 -1
- package/dist/models/DeviceBrandConditionValue.d.ts +1 -1
- package/dist/models/DeviceBrandConditionValue.js +1 -1
- package/dist/models/DeviceBrowserConditionOption.d.ts +1 -1
- package/dist/models/DeviceBrowserConditionOption.js +1 -1
- package/dist/models/DeviceBrowserConditionPayload.d.ts +1 -1
- package/dist/models/DeviceBrowserConditionPayload.js +1 -1
- package/dist/models/DeviceBrowserConditionTraceData.d.ts +1 -1
- package/dist/models/DeviceBrowserConditionTraceData.js +1 -1
- package/dist/models/DeviceBrowserConditionTraceOption.d.ts +1 -1
- package/dist/models/DeviceBrowserConditionTraceOption.js +1 -1
- package/dist/models/DeviceBrowserConditionValue.d.ts +1 -1
- package/dist/models/DeviceBrowserConditionValue.js +1 -1
- package/dist/models/DeviceDataPoint.d.ts +1 -1
- package/dist/models/DeviceDataPoint.js +1 -1
- package/dist/models/DeviceInput.d.ts +1 -1
- package/dist/models/DeviceInput.js +1 -1
- package/dist/models/DevicePlatformConditionOption.d.ts +1 -1
- package/dist/models/DevicePlatformConditionOption.js +1 -1
- package/dist/models/DevicePlatformConditionPayload.d.ts +1 -1
- package/dist/models/DevicePlatformConditionPayload.js +1 -1
- package/dist/models/DevicePlatformConditionTraceData.d.ts +1 -1
- package/dist/models/DevicePlatformConditionTraceData.js +1 -1
- package/dist/models/DevicePlatformConditionTraceOption.d.ts +1 -1
- package/dist/models/DevicePlatformConditionTraceOption.js +1 -1
- package/dist/models/DevicePlatformConditionValue.d.ts +1 -1
- package/dist/models/DevicePlatformConditionValue.js +1 -1
- package/dist/models/DeviceType.d.ts +1 -1
- package/dist/models/DeviceType.js +1 -1
- package/dist/models/DeviceTypeConditionOption.d.ts +1 -1
- package/dist/models/DeviceTypeConditionOption.js +1 -1
- package/dist/models/DeviceTypeConditionPayload.d.ts +1 -1
- package/dist/models/DeviceTypeConditionPayload.js +1 -1
- package/dist/models/DeviceTypeConditionTraceData.d.ts +1 -1
- package/dist/models/DeviceTypeConditionTraceData.js +1 -1
- package/dist/models/DeviceTypeConditionTraceOption.d.ts +1 -1
- package/dist/models/DeviceTypeConditionTraceOption.js +1 -1
- package/dist/models/DeviceTypeConditionValue.d.ts +1 -1
- package/dist/models/DeviceTypeConditionValue.js +1 -1
- package/dist/models/DigestFrequency.d.ts +1 -1
- package/dist/models/DigestFrequency.js +1 -1
- package/dist/models/DirectoriesServiceUpdateBody.d.ts +1 -1
- package/dist/models/DirectoriesServiceUpdateBody.js +1 -1
- package/dist/models/Directory.d.ts +1 -1
- package/dist/models/Directory.js +1 -1
- package/dist/models/DotsOptions.d.ts +1 -1
- package/dist/models/DotsOptions.js +1 -1
- package/dist/models/DotsType.d.ts +1 -1
- package/dist/models/DotsType.js +1 -1
- package/dist/models/EntryAccessTraceData.d.ts +1 -1
- package/dist/models/EntryAccessTraceData.js +1 -1
- package/dist/models/ErrorResponse.d.ts +1 -1
- package/dist/models/ErrorResponse.js +1 -1
- package/dist/models/Event.d.ts +1 -1
- package/dist/models/Event.js +1 -1
- package/dist/models/EventAction.d.ts +1 -1
- package/dist/models/EventAction.js +1 -1
- package/dist/models/EventTrace.d.ts +1 -1
- package/dist/models/EventTrace.js +1 -1
- package/dist/models/EventTraceData.d.ts +1 -1
- package/dist/models/EventTraceData.js +1 -1
- package/dist/models/EventsMetric.d.ts +1 -1
- package/dist/models/EventsMetric.js +1 -1
- package/dist/models/EventsServiceCreateEventTraceBody.d.ts +1 -1
- package/dist/models/EventsServiceCreateEventTraceBody.js +1 -1
- package/dist/models/EventsServiceUpdateDeviceBody.d.ts +1 -1
- package/dist/models/EventsServiceUpdateDeviceBody.js +1 -1
- package/dist/models/EventsTimeSeries.d.ts +1 -1
- package/dist/models/EventsTimeSeries.js +1 -1
- package/dist/models/EventsTimeSeriesData.d.ts +1 -1
- package/dist/models/EventsTimeSeriesData.js +1 -1
- package/dist/models/FontConfig.d.ts +1 -1
- package/dist/models/FontConfig.js +1 -1
- package/dist/models/FormField.d.ts +1 -1
- package/dist/models/FormField.js +1 -1
- package/dist/models/FormFieldOption.d.ts +1 -1
- package/dist/models/FormFieldOption.js +1 -1
- package/dist/models/FormFieldType.d.ts +1 -1
- package/dist/models/FormFieldType.js +1 -1
- package/dist/models/FormPayload.d.ts +1 -1
- package/dist/models/FormPayload.js +1 -1
- package/dist/models/FormTraceData.d.ts +1 -1
- package/dist/models/FormTraceData.js +1 -1
- package/dist/models/FormTraceDataField.d.ts +1 -1
- package/dist/models/FormTraceDataField.js +1 -1
- package/dist/models/GeoDataPoint.d.ts +1 -1
- package/dist/models/GeoDataPoint.js +1 -1
- package/dist/models/GetBreakdownRequest.d.ts +56 -0
- package/dist/models/GetBreakdownRequest.js +56 -0
- package/dist/models/GetBreakdownResponse.d.ts +39 -0
- package/dist/models/GetBreakdownResponse.js +51 -0
- package/dist/models/GetCustomDomainResponse.d.ts +1 -1
- package/dist/models/GetCustomDomainResponse.js +1 -1
- package/dist/models/GetDeviceDistributionRequest.d.ts +1 -1
- package/dist/models/GetDeviceDistributionRequest.js +1 -1
- package/dist/models/GetDeviceDistributionResponse.d.ts +1 -1
- package/dist/models/GetDeviceDistributionResponse.js +1 -1
- package/dist/models/GetDirectoryResponse.d.ts +1 -1
- package/dist/models/GetDirectoryResponse.js +1 -1
- package/dist/models/GetEventsTimeSeriesRequest.d.ts +1 -1
- package/dist/models/GetEventsTimeSeriesRequest.js +1 -1
- package/dist/models/GetEventsTimeSeriesResponse.d.ts +1 -1
- package/dist/models/GetEventsTimeSeriesResponse.js +1 -1
- package/dist/models/GetGeoBreakdownRequest.d.ts +1 -1
- package/dist/models/GetGeoBreakdownRequest.js +1 -1
- package/dist/models/GetGeoBreakdownResponse.d.ts +1 -1
- package/dist/models/GetGeoBreakdownResponse.js +1 -1
- package/dist/models/GetGoogleFormsIntegrationResponse.d.ts +1 -1
- package/dist/models/GetGoogleFormsIntegrationResponse.js +1 -1
- package/dist/models/GetGoogleFormsOAuthURLResponse.d.ts +1 -1
- package/dist/models/GetGoogleFormsOAuthURLResponse.js +1 -1
- package/dist/models/GetGroupedTimeSeriesRequest.d.ts +1 -1
- package/dist/models/GetGroupedTimeSeriesRequest.js +1 -1
- package/dist/models/GetGroupedTimeSeriesResponse.d.ts +1 -1
- package/dist/models/GetGroupedTimeSeriesResponse.js +1 -1
- package/dist/models/GetHourOfDayDistributionRequest.d.ts +1 -1
- package/dist/models/GetHourOfDayDistributionRequest.js +1 -1
- package/dist/models/GetHourOfDayDistributionResponse.d.ts +1 -1
- package/dist/models/GetHourOfDayDistributionResponse.js +1 -1
- package/dist/models/GetLeadScoreExplanationResponse.d.ts +1 -1
- package/dist/models/GetLeadScoreExplanationResponse.js +1 -1
- package/dist/models/GetLinkResponse.d.ts +1 -1
- package/dist/models/GetLinkResponse.js +1 -1
- package/dist/models/GetLinkSettingResponse.d.ts +1 -1
- package/dist/models/GetLinkSettingResponse.js +1 -1
- package/dist/models/GetMediaResponse.d.ts +1 -1
- package/dist/models/GetMediaResponse.js +1 -1
- package/dist/models/GetPageThemeResponse.d.ts +1 -1
- package/dist/models/GetPageThemeResponse.js +1 -1
- package/dist/models/GetQrcodeDesignResponse.d.ts +1 -1
- package/dist/models/GetQrcodeDesignResponse.js +1 -1
- package/dist/models/GetSlackIntegrationResponse.d.ts +1 -1
- package/dist/models/GetSlackIntegrationResponse.js +1 -1
- package/dist/models/GetSlackOAuthURLResponse.d.ts +1 -1
- package/dist/models/GetSlackOAuthURLResponse.js +1 -1
- package/dist/models/GetTopLinksRequest.d.ts +1 -1
- package/dist/models/GetTopLinksRequest.js +1 -1
- package/dist/models/GetTopLinksResponse.d.ts +1 -1
- package/dist/models/GetTopLinksResponse.js +1 -1
- package/dist/models/GetVisitorTrendsRequest.d.ts +1 -1
- package/dist/models/GetVisitorTrendsRequest.js +1 -1
- package/dist/models/GetVisitorTrendsResponse.d.ts +1 -1
- package/dist/models/GetVisitorTrendsResponse.js +1 -1
- package/dist/models/GetWebhookResponse.d.ts +1 -1
- package/dist/models/GetWebhookResponse.js +1 -1
- package/dist/models/GetWorkflowStepResponse.d.ts +1 -1
- package/dist/models/GetWorkflowStepResponse.js +1 -1
- package/dist/models/GetWorkspaceTokenResponse.d.ts +1 -1
- package/dist/models/GetWorkspaceTokenResponse.js +1 -1
- package/dist/models/GoogleFormsIntegration.d.ts +1 -1
- package/dist/models/GoogleFormsIntegration.js +1 -1
- package/dist/models/GoogleFormsIntegrationStatus.d.ts +1 -1
- package/dist/models/GoogleFormsIntegrationStatus.js +1 -1
- package/dist/models/GooglerpcStatus.d.ts +1 -1
- package/dist/models/GooglerpcStatus.js +1 -1
- package/dist/models/GroupByDimension.d.ts +1 -1
- package/dist/models/GroupByDimension.js +1 -1
- package/dist/models/HourOfDayDataPoint.d.ts +1 -1
- package/dist/models/HourOfDayDataPoint.js +1 -1
- package/dist/models/IdentifyRequest.d.ts +1 -1
- package/dist/models/IdentifyRequest.js +1 -1
- package/dist/models/IdentifyResponse.d.ts +1 -1
- package/dist/models/IdentifyResponse.js +1 -1
- package/dist/models/IdentifyVisitorTraceData.d.ts +1 -1
- package/dist/models/IdentifyVisitorTraceData.js +1 -1
- package/dist/models/ImportQrcodeTemplateRequest.d.ts +1 -1
- package/dist/models/ImportQrcodeTemplateRequest.js +1 -1
- package/dist/models/ImportQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/ImportQrcodeTemplateResponse.js +1 -1
- package/dist/models/InviteMemberRequest.d.ts +1 -1
- package/dist/models/InviteMemberRequest.js +1 -1
- package/dist/models/LeadScore.d.ts +1 -1
- package/dist/models/LeadScore.js +1 -1
- package/dist/models/LeadScoreBreakdown.d.ts +1 -1
- package/dist/models/LeadScoreBreakdown.js +1 -1
- package/dist/models/Link.d.ts +1 -1
- package/dist/models/Link.js +1 -1
- package/dist/models/LinkSetting.d.ts +1 -1
- package/dist/models/LinkSetting.js +1 -1
- package/dist/models/LinkSortField.d.ts +1 -1
- package/dist/models/LinkSortField.js +1 -1
- package/dist/models/LinkView.d.ts +1 -1
- package/dist/models/LinkView.js +1 -1
- package/dist/models/LinksServiceUpdateBody.d.ts +1 -1
- package/dist/models/LinksServiceUpdateBody.js +1 -1
- package/dist/models/ListCustomDomainsResponse.d.ts +1 -1
- package/dist/models/ListCustomDomainsResponse.js +1 -1
- package/dist/models/ListDashboardsResponse.d.ts +1 -1
- package/dist/models/ListDashboardsResponse.js +1 -1
- package/dist/models/ListDetectedGoogleFormsResponse.d.ts +1 -1
- package/dist/models/ListDetectedGoogleFormsResponse.js +1 -1
- package/dist/models/ListDirectoriesResponse.d.ts +1 -1
- package/dist/models/ListDirectoriesResponse.js +1 -1
- package/dist/models/ListEventTracesResponse.d.ts +1 -1
- package/dist/models/ListEventTracesResponse.js +1 -1
- package/dist/models/ListEventsCsvResponse.d.ts +1 -1
- package/dist/models/ListEventsCsvResponse.js +1 -1
- package/dist/models/ListEventsJsonResponse.d.ts +1 -1
- package/dist/models/ListEventsJsonResponse.js +1 -1
- package/dist/models/ListEventsResponse.d.ts +1 -1
- package/dist/models/ListEventsResponse.js +1 -1
- package/dist/models/ListLinksResponse.d.ts +1 -1
- package/dist/models/ListLinksResponse.js +1 -1
- package/dist/models/ListMediaResponse.d.ts +1 -1
- package/dist/models/ListMediaResponse.js +1 -1
- package/dist/models/ListPageThemesResponse.d.ts +1 -1
- package/dist/models/ListPageThemesResponse.js +1 -1
- package/dist/models/ListQrcodeTemplatesResponse.d.ts +1 -1
- package/dist/models/ListQrcodeTemplatesResponse.js +1 -1
- package/dist/models/ListResponse.d.ts +1 -1
- package/dist/models/ListResponse.js +1 -1
- package/dist/models/ListSlackChannelsResponse.d.ts +1 -1
- package/dist/models/ListSlackChannelsResponse.js +1 -1
- package/dist/models/ListTagsResponse.d.ts +1 -1
- package/dist/models/ListTagsResponse.js +1 -1
- package/dist/models/ListVisitorAttributeKeysResponse.d.ts +1 -1
- package/dist/models/ListVisitorAttributeKeysResponse.js +1 -1
- package/dist/models/ListVisitorsCsvResponse.d.ts +1 -1
- package/dist/models/ListVisitorsCsvResponse.js +1 -1
- package/dist/models/ListVisitorsJsonResponse.d.ts +1 -1
- package/dist/models/ListVisitorsJsonResponse.js +1 -1
- package/dist/models/ListVisitorsResponse.d.ts +1 -1
- package/dist/models/ListVisitorsResponse.js +1 -1
- package/dist/models/ListWebhooksResponse.d.ts +1 -1
- package/dist/models/ListWebhooksResponse.js +1 -1
- package/dist/models/ListWorkflowStepsResponse.d.ts +1 -1
- package/dist/models/ListWorkflowStepsResponse.js +1 -1
- package/dist/models/ListWorkspaceTokensResponse.d.ts +1 -1
- package/dist/models/ListWorkspaceTokensResponse.js +1 -1
- package/dist/models/Media.d.ts +1 -1
- package/dist/models/Media.js +1 -1
- package/dist/models/MediaSelection.d.ts +1 -1
- package/dist/models/MediaSelection.js +1 -1
- package/dist/models/MediaType.d.ts +1 -1
- package/dist/models/MediaType.js +1 -1
- package/dist/models/MediaVisibility.d.ts +1 -1
- package/dist/models/MediaVisibility.js +1 -1
- package/dist/models/Member.d.ts +1 -1
- package/dist/models/Member.js +1 -1
- package/dist/models/MembersServiceUpdateBody.d.ts +1 -1
- package/dist/models/MembersServiceUpdateBody.js +1 -1
- package/dist/models/ModelHTTPMethod.d.ts +1 -1
- package/dist/models/ModelHTTPMethod.js +1 -1
- package/dist/models/MultiLinkButton.d.ts +1 -1
- package/dist/models/MultiLinkButton.js +1 -1
- package/dist/models/MultiLinkPayload.d.ts +1 -1
- package/dist/models/MultiLinkPayload.js +1 -1
- package/dist/models/MultiLinkTraceButton.d.ts +1 -1
- package/dist/models/MultiLinkTraceButton.js +1 -1
- package/dist/models/MultiLinkTraceData.d.ts +1 -1
- package/dist/models/MultiLinkTraceData.js +1 -1
- package/dist/models/MultiLinkTraceSelectedButton.d.ts +1 -1
- package/dist/models/MultiLinkTraceSelectedButton.js +1 -1
- package/dist/models/OutputFileFormat.d.ts +1 -1
- package/dist/models/OutputFileFormat.js +1 -1
- package/dist/models/PageTheme.d.ts +1 -1
- package/dist/models/PageTheme.js +1 -1
- package/dist/models/PageThemeBadgeShape.d.ts +1 -1
- package/dist/models/PageThemeBadgeShape.js +1 -1
- package/dist/models/PageThemeBorderStyle.d.ts +1 -1
- package/dist/models/PageThemeBorderStyle.js +1 -1
- package/dist/models/PageThemeCanvasCoverMode.d.ts +1 -1
- package/dist/models/PageThemeCanvasCoverMode.js +1 -1
- package/dist/models/PageThemeContainerVariant.d.ts +1 -1
- package/dist/models/PageThemeContainerVariant.js +1 -1
- package/dist/models/PageThemeFontFamily.d.ts +1 -1
- package/dist/models/PageThemeFontFamily.js +1 -1
- package/dist/models/PageThemesServiceUpdatePageThemeBody.d.ts +1 -1
- package/dist/models/PageThemesServiceUpdatePageThemeBody.js +1 -1
- package/dist/models/PasswordPayload.d.ts +1 -1
- package/dist/models/PasswordPayload.js +1 -1
- package/dist/models/PasswordTraceData.d.ts +1 -1
- package/dist/models/PasswordTraceData.js +1 -1
- package/dist/models/PreferredLinkType.d.ts +1 -1
- package/dist/models/PreferredLinkType.js +1 -1
- package/dist/models/ProtobufAny.d.ts +1 -1
- package/dist/models/ProtobufAny.js +1 -1
- package/dist/models/ProtobufNullValue.d.ts +1 -1
- package/dist/models/ProtobufNullValue.js +1 -1
- package/dist/models/PublicCreateQrcodeDesignRequest.d.ts +1 -1
- package/dist/models/PublicCreateQrcodeDesignRequest.js +1 -1
- package/dist/models/PublicCreateQrcodeDesignResponse.d.ts +1 -1
- package/dist/models/PublicCreateQrcodeDesignResponse.js +1 -1
- package/dist/models/PublicListQrcodeTemplatesResponse.d.ts +1 -1
- package/dist/models/PublicListQrcodeTemplatesResponse.js +1 -1
- package/dist/models/PublicQrcodeTemplate.d.ts +1 -1
- package/dist/models/PublicQrcodeTemplate.js +1 -1
- package/dist/models/PublicWorkspace.d.ts +1 -1
- package/dist/models/PublicWorkspace.js +1 -1
- package/dist/models/PublishQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/PublishQrcodeTemplateResponse.js +1 -1
- package/dist/models/QrcodeDesign.d.ts +1 -1
- package/dist/models/QrcodeDesign.js +1 -1
- package/dist/models/QrcodeDesignServiceUpdateBody.d.ts +1 -1
- package/dist/models/QrcodeDesignServiceUpdateBody.js +1 -1
- package/dist/models/QrcodeTemplate.d.ts +1 -1
- package/dist/models/QrcodeTemplate.js +1 -1
- package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.d.ts +1 -1
- package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.js +1 -1
- package/dist/models/RedirectTraceData.d.ts +1 -1
- package/dist/models/RedirectTraceData.js +1 -1
- package/dist/models/RemoveWorkflowStepRelationshipResponse.d.ts +1 -1
- package/dist/models/RemoveWorkflowStepRelationshipResponse.js +1 -1
- package/dist/models/RequestWorkspaceEnrollmentRequest.d.ts +1 -1
- package/dist/models/RequestWorkspaceEnrollmentRequest.js +1 -1
- package/dist/models/ResolveStepCollisionsResponse.d.ts +32 -0
- package/dist/models/ResolveStepCollisionsResponse.js +48 -0
- package/dist/models/ResponseFormat.d.ts +1 -1
- package/dist/models/ResponseFormat.js +1 -1
- package/dist/models/Role.d.ts +1 -1
- package/dist/models/Role.js +1 -1
- package/dist/models/SettingsServiceUpdateLinkSettingBody.d.ts +1 -1
- package/dist/models/SettingsServiceUpdateLinkSettingBody.js +1 -1
- package/dist/models/Shape.d.ts +1 -1
- package/dist/models/Shape.js +1 -1
- package/dist/models/ShortlinkAvailabilityResponse.d.ts +1 -1
- package/dist/models/ShortlinkAvailabilityResponse.js +1 -1
- package/dist/models/ShortlinkRandomResponse.d.ts +1 -1
- package/dist/models/ShortlinkRandomResponse.js +1 -1
- package/dist/models/SlackChannel.d.ts +1 -1
- package/dist/models/SlackChannel.js +1 -1
- package/dist/models/SlackIntegration.d.ts +1 -1
- package/dist/models/SlackIntegration.js +1 -1
- package/dist/models/SlackIntegrationStatus.d.ts +1 -1
- package/dist/models/SlackIntegrationStatus.js +1 -1
- package/dist/models/SocialLinkButton.d.ts +1 -1
- package/dist/models/SocialLinkButton.js +1 -1
- package/dist/models/SocialLinkTraceButton.d.ts +1 -1
- package/dist/models/SocialLinkTraceButton.js +1 -1
- package/dist/models/SocialLinksDisplayStyle.d.ts +1 -1
- package/dist/models/SocialLinksDisplayStyle.js +1 -1
- package/dist/models/SocialLinksPayload.d.ts +1 -1
- package/dist/models/SocialLinksPayload.js +1 -1
- package/dist/models/SocialLinksTraceData.d.ts +1 -1
- package/dist/models/SocialLinksTraceData.js +1 -1
- package/dist/models/SortDirection.d.ts +1 -1
- package/dist/models/SortDirection.js +1 -1
- package/dist/models/SpecificDateConditionPayload.d.ts +1 -1
- package/dist/models/SpecificDateConditionPayload.js +1 -1
- package/dist/models/SpecificDateConditionTraceData.d.ts +1 -1
- package/dist/models/SpecificDateConditionTraceData.js +1 -1
- package/dist/models/SpecificDateConditionTraceOption.d.ts +1 -1
- package/dist/models/SpecificDateConditionTraceOption.js +1 -1
- package/dist/models/SpecificDateOption.d.ts +1 -1
- package/dist/models/SpecificDateOption.js +1 -1
- package/dist/models/SubscriptionType.d.ts +1 -1
- package/dist/models/SubscriptionType.js +1 -1
- package/dist/models/SyncGoogleFormsResponse.d.ts +1 -1
- package/dist/models/SyncGoogleFormsResponse.js +1 -1
- package/dist/models/TestSlackIntegrationResponse.d.ts +1 -1
- package/dist/models/TestSlackIntegrationResponse.js +1 -1
- package/dist/models/ThemeColor.d.ts +1 -1
- package/dist/models/ThemeColor.js +1 -1
- package/dist/models/ThemeColorThemeColorType.d.ts +1 -1
- package/dist/models/ThemeColorThemeColorType.js +1 -1
- package/dist/models/TimeOfDayConditionPayload.d.ts +1 -1
- package/dist/models/TimeOfDayConditionPayload.js +1 -1
- package/dist/models/TimeOfDayConditionTraceData.d.ts +1 -1
- package/dist/models/TimeOfDayConditionTraceData.js +1 -1
- package/dist/models/TimeOfDayConditionTraceRange.d.ts +1 -1
- package/dist/models/TimeOfDayConditionTraceRange.js +1 -1
- package/dist/models/TimeOfDayRange.d.ts +1 -1
- package/dist/models/TimeOfDayRange.js +1 -1
- package/dist/models/TimeSeriesPoint.d.ts +1 -1
- package/dist/models/TimeSeriesPoint.js +1 -1
- package/dist/models/TimeSeriesSeries.d.ts +1 -1
- package/dist/models/TimeSeriesSeries.js +1 -1
- package/dist/models/TopLinkDataPoint.d.ts +1 -1
- package/dist/models/TopLinkDataPoint.js +1 -1
- package/dist/models/TriggeredBy.d.ts +1 -1
- package/dist/models/TriggeredBy.js +1 -1
- package/dist/models/UpdateCustomDomainResponse.d.ts +1 -1
- package/dist/models/UpdateCustomDomainResponse.js +1 -1
- package/dist/models/UpdateDashboardRequest.d.ts +1 -1
- package/dist/models/UpdateDashboardRequest.js +1 -1
- package/dist/models/UpdateDashboardResponse.d.ts +1 -1
- package/dist/models/UpdateDashboardResponse.js +1 -1
- package/dist/models/UpdateDeviceResponse.d.ts +1 -1
- package/dist/models/UpdateDeviceResponse.js +1 -1
- package/dist/models/UpdateDirectoryResponse.d.ts +1 -1
- package/dist/models/UpdateDirectoryResponse.js +1 -1
- package/dist/models/UpdateGoogleFormsIntegrationRequest.d.ts +1 -1
- package/dist/models/UpdateGoogleFormsIntegrationRequest.js +1 -1
- package/dist/models/UpdateGoogleFormsIntegrationResponse.d.ts +1 -1
- package/dist/models/UpdateGoogleFormsIntegrationResponse.js +1 -1
- package/dist/models/UpdateLinkResponse.d.ts +1 -1
- package/dist/models/UpdateLinkResponse.js +1 -1
- package/dist/models/UpdateLinkSettingResponse.d.ts +1 -1
- package/dist/models/UpdateLinkSettingResponse.js +1 -1
- package/dist/models/UpdateMeRequest.d.ts +1 -1
- package/dist/models/UpdateMeRequest.js +1 -1
- package/dist/models/UpdatePageThemeResponse.d.ts +1 -1
- package/dist/models/UpdatePageThemeResponse.js +1 -1
- package/dist/models/UpdateQrcodeDesignResponse.d.ts +1 -1
- package/dist/models/UpdateQrcodeDesignResponse.js +1 -1
- package/dist/models/UpdateQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/UpdateQrcodeTemplateResponse.js +1 -1
- package/dist/models/UpdateSlackIntegrationRequest.d.ts +1 -1
- package/dist/models/UpdateSlackIntegrationRequest.js +1 -1
- package/dist/models/UpdateSlackIntegrationResponse.d.ts +1 -1
- package/dist/models/UpdateSlackIntegrationResponse.js +1 -1
- package/dist/models/UpdateWebhookResponse.d.ts +1 -1
- package/dist/models/UpdateWebhookResponse.js +1 -1
- package/dist/models/UpdateWorkflowStepResponse.d.ts +1 -1
- package/dist/models/UpdateWorkflowStepResponse.js +1 -1
- package/dist/models/UpdateWorkspaceOriginInquiryRequest.d.ts +1 -1
- package/dist/models/UpdateWorkspaceOriginInquiryRequest.js +1 -1
- package/dist/models/UpdateWorkspaceOriginPurposeRequest.d.ts +1 -1
- package/dist/models/UpdateWorkspaceOriginPurposeRequest.js +1 -1
- package/dist/models/UpdateWorkspaceRequest.d.ts +1 -1
- package/dist/models/UpdateWorkspaceRequest.js +1 -1
- package/dist/models/VCardData.d.ts +1 -1
- package/dist/models/VCardData.js +1 -1
- package/dist/models/VCardPayload.d.ts +1 -1
- package/dist/models/VCardPayload.js +1 -1
- package/dist/models/VCardSocialLink.d.ts +1 -1
- package/dist/models/VCardSocialLink.js +1 -1
- package/dist/models/ValidateWorkflowResponse.d.ts +33 -0
- package/dist/models/ValidateWorkflowResponse.js +49 -0
- package/dist/models/ValidationInstructionsCustomDomainResponse.d.ts +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponse.js +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidation.d.ts +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidation.js +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.d.ts +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.js +1 -1
- package/dist/models/ValidationPurpose.d.ts +1 -1
- package/dist/models/ValidationPurpose.js +1 -1
- package/dist/models/VisitType.d.ts +1 -1
- package/dist/models/VisitType.js +1 -1
- package/dist/models/VisitTypeConditionOption.d.ts +1 -1
- package/dist/models/VisitTypeConditionOption.js +1 -1
- package/dist/models/VisitTypeConditionPayload.d.ts +1 -1
- package/dist/models/VisitTypeConditionPayload.js +1 -1
- package/dist/models/VisitTypeConditionTraceData.d.ts +1 -1
- package/dist/models/VisitTypeConditionTraceData.js +1 -1
- package/dist/models/VisitTypeConditionTraceOption.d.ts +1 -1
- package/dist/models/VisitTypeConditionTraceOption.js +1 -1
- package/dist/models/Visitor.d.ts +1 -1
- package/dist/models/Visitor.js +1 -1
- package/dist/models/VisitorDataConditionOption.d.ts +1 -1
- package/dist/models/VisitorDataConditionOption.js +1 -1
- package/dist/models/VisitorDataConditionPayload.d.ts +1 -1
- package/dist/models/VisitorDataConditionPayload.js +1 -1
- package/dist/models/VisitorDataConditionTraceData.d.ts +1 -1
- package/dist/models/VisitorDataConditionTraceData.js +1 -1
- package/dist/models/VisitorDataConditionTraceOption.d.ts +1 -1
- package/dist/models/VisitorDataConditionTraceOption.js +1 -1
- package/dist/models/VisitorEvent.d.ts +1 -1
- package/dist/models/VisitorEvent.js +1 -1
- package/dist/models/VisitorInput.d.ts +1 -1
- package/dist/models/VisitorInput.js +1 -1
- package/dist/models/VisitorLink.d.ts +1 -1
- package/dist/models/VisitorLink.js +1 -1
- package/dist/models/VisitorTrendDataPoint.d.ts +1 -1
- package/dist/models/VisitorTrendDataPoint.js +1 -1
- package/dist/models/VisitorsServiceUpdateBody.d.ts +1 -1
- package/dist/models/VisitorsServiceUpdateBody.js +1 -1
- package/dist/models/Webhook.d.ts +1 -1
- package/dist/models/Webhook.js +1 -1
- package/dist/models/WebhookSource.d.ts +1 -1
- package/dist/models/WebhookSource.js +1 -1
- package/dist/models/WebhookStatus.d.ts +1 -1
- package/dist/models/WebhookStatus.js +1 -1
- package/dist/models/WebhooksServiceUpdateBody.d.ts +1 -1
- package/dist/models/WebhooksServiceUpdateBody.js +1 -1
- package/dist/models/WidgetDataSource.d.ts +1 -1
- package/dist/models/WidgetDataSource.js +1 -1
- package/dist/models/WidgetFieldMapping.d.ts +1 -1
- package/dist/models/WidgetFieldMapping.js +1 -1
- package/dist/models/WidgetPosition.d.ts +1 -1
- package/dist/models/WidgetPosition.js +1 -1
- package/dist/models/WidgetSize.d.ts +1 -1
- package/dist/models/WidgetSize.js +1 -1
- package/dist/models/WidgetTab.d.ts +38 -0
- package/dist/models/WidgetTab.js +50 -0
- package/dist/models/WidgetVisualization.d.ts +8 -1
- package/dist/models/WidgetVisualization.js +4 -1
- package/dist/models/WorkflowIssue.d.ts +50 -0
- package/dist/models/WorkflowIssue.js +54 -0
- package/dist/models/WorkflowStep.d.ts +1 -1
- package/dist/models/WorkflowStep.js +1 -1
- package/dist/models/WorkflowStepKind.d.ts +1 -1
- package/dist/models/WorkflowStepKind.js +1 -1
- package/dist/models/WorkflowStepNodeType.d.ts +1 -1
- package/dist/models/WorkflowStepNodeType.js +1 -1
- package/dist/models/WorkflowStepPayload.d.ts +1 -1
- package/dist/models/WorkflowStepPayload.js +1 -1
- package/dist/models/WorkflowStepsServiceAddRelationshipBody.d.ts +1 -1
- package/dist/models/WorkflowStepsServiceAddRelationshipBody.js +1 -1
- package/dist/models/WorkflowStepsServiceCreateBody.d.ts +1 -1
- package/dist/models/WorkflowStepsServiceCreateBody.js +1 -1
- package/dist/models/WorkflowStepsServiceUpdateBody.d.ts +1 -1
- package/dist/models/WorkflowStepsServiceUpdateBody.js +1 -1
- package/dist/models/Workspace.d.ts +1 -1
- package/dist/models/Workspace.js +1 -1
- package/dist/models/WorkspaceInsight.d.ts +1 -1
- package/dist/models/WorkspaceInsight.js +1 -1
- package/dist/models/WorkspaceMetric.d.ts +1 -1
- package/dist/models/WorkspaceMetric.js +1 -1
- package/dist/models/WorkspaceToken.d.ts +1 -1
- package/dist/models/WorkspaceToken.js +1 -1
- package/dist/models/WorkspaceTokenKeyType.d.ts +1 -1
- package/dist/models/WorkspaceTokenKeyType.js +1 -1
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,12 +10,16 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { AddWorkflowStepRelationshipResponse, CreateWorkflowStepResponse, GetWorkflowStepResponse, ListWorkflowStepsResponse, RemoveWorkflowStepRelationshipResponse, UpdateWorkflowStepResponse, WorkflowStepsServiceAddRelationshipBody, WorkflowStepsServiceCreateBody, WorkflowStepsServiceUpdateBody } from '../models/index';
|
|
13
|
+
import type { AddWorkflowStepRelationshipResponse, AutoLayoutWorkflowResponse, CreateWorkflowStepResponse, GetWorkflowStepResponse, ListWorkflowStepsResponse, RemoveWorkflowStepRelationshipResponse, ResolveStepCollisionsResponse, UpdateWorkflowStepResponse, ValidateWorkflowResponse, WorkflowStepsServiceAddRelationshipBody, WorkflowStepsServiceCreateBody, WorkflowStepsServiceUpdateBody } from '../models/index';
|
|
14
14
|
export interface WorkflowStepsServiceAddRelationshipRequest {
|
|
15
15
|
linkId: string;
|
|
16
16
|
parentStepId: string;
|
|
17
17
|
workflowStepsServiceAddRelationshipBody: WorkflowStepsServiceAddRelationshipBody;
|
|
18
18
|
}
|
|
19
|
+
export interface WorkflowStepsServiceAutoLayoutWorkflowRequest {
|
|
20
|
+
linkId: string;
|
|
21
|
+
body: object;
|
|
22
|
+
}
|
|
19
23
|
export interface WorkflowStepsServiceCreateRequest {
|
|
20
24
|
linkId: string;
|
|
21
25
|
workflowStepsServiceCreateBody: WorkflowStepsServiceCreateBody;
|
|
@@ -38,11 +42,19 @@ export interface WorkflowStepsServiceRemoveRelationshipRequest {
|
|
|
38
42
|
parentStepId: string;
|
|
39
43
|
childStepId: string;
|
|
40
44
|
}
|
|
45
|
+
export interface WorkflowStepsServiceResolveStepCollisionsRequest {
|
|
46
|
+
linkId: string;
|
|
47
|
+
stepId: string;
|
|
48
|
+
body: object;
|
|
49
|
+
}
|
|
41
50
|
export interface WorkflowStepsServiceUpdateRequest {
|
|
42
51
|
linkId: string;
|
|
43
52
|
id: string;
|
|
44
53
|
workflowStepsServiceUpdateBody: WorkflowStepsServiceUpdateBody;
|
|
45
54
|
}
|
|
55
|
+
export interface WorkflowStepsServiceValidateWorkflowRequest {
|
|
56
|
+
linkId: string;
|
|
57
|
+
}
|
|
46
58
|
/**
|
|
47
59
|
* WorkflowStepsApi - interface
|
|
48
60
|
*
|
|
@@ -75,6 +87,29 @@ export interface WorkflowStepsApiInterface {
|
|
|
75
87
|
* Add relationship between workflow steps
|
|
76
88
|
*/
|
|
77
89
|
workflowStepsServiceAddRelationship(requestParameters: WorkflowStepsServiceAddRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddWorkflowStepRelationshipResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Creates request options for workflowStepsServiceAutoLayoutWorkflow without sending the request
|
|
92
|
+
* @param {string} linkId
|
|
93
|
+
* @param {object} body
|
|
94
|
+
* @throws {RequiredError}
|
|
95
|
+
* @memberof WorkflowStepsApiInterface
|
|
96
|
+
*/
|
|
97
|
+
workflowStepsServiceAutoLayoutWorkflowRequestOpts(requestParameters: WorkflowStepsServiceAutoLayoutWorkflowRequest): Promise<runtime.RequestOpts>;
|
|
98
|
+
/**
|
|
99
|
+
* Arranges all workflow steps in a clean left-to-right DAG layout. Useful after building a workflow from scratch.
|
|
100
|
+
* @summary Auto-layout workflow
|
|
101
|
+
* @param {string} linkId
|
|
102
|
+
* @param {object} body
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
* @memberof WorkflowStepsApiInterface
|
|
106
|
+
*/
|
|
107
|
+
workflowStepsServiceAutoLayoutWorkflowRaw(requestParameters: WorkflowStepsServiceAutoLayoutWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AutoLayoutWorkflowResponse>>;
|
|
108
|
+
/**
|
|
109
|
+
* Arranges all workflow steps in a clean left-to-right DAG layout. Useful after building a workflow from scratch.
|
|
110
|
+
* Auto-layout workflow
|
|
111
|
+
*/
|
|
112
|
+
workflowStepsServiceAutoLayoutWorkflow(requestParameters: WorkflowStepsServiceAutoLayoutWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AutoLayoutWorkflowResponse>;
|
|
78
113
|
/**
|
|
79
114
|
* Creates request options for workflowStepsServiceCreate without sending the request
|
|
80
115
|
* @param {string} linkId The ID of the link to create the workflow step for (UUID)
|
|
@@ -179,7 +214,7 @@ export interface WorkflowStepsApiInterface {
|
|
|
179
214
|
*/
|
|
180
215
|
workflowStepsServiceRemoveRelationshipRequestOpts(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest): Promise<runtime.RequestOpts>;
|
|
181
216
|
/**
|
|
182
|
-
* Removes a parent-child relationship between two workflow steps.
|
|
217
|
+
* Removes a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to remove connections FROM composite nodes (multi-links, conditions). Composite nodes manage their own routing through their payload structure. Use UpdateWorkflowStep to clear next_step_id in the payload instead. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
183
218
|
* @summary Remove relationship between workflow steps
|
|
184
219
|
* @param {string} linkId The ID of the link (UUID)
|
|
185
220
|
* @param {string} parentStepId The ID of the parent workflow step (UUID)
|
|
@@ -190,10 +225,35 @@ export interface WorkflowStepsApiInterface {
|
|
|
190
225
|
*/
|
|
191
226
|
workflowStepsServiceRemoveRelationshipRaw(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RemoveWorkflowStepRelationshipResponse>>;
|
|
192
227
|
/**
|
|
193
|
-
* Removes a parent-child relationship between two workflow steps.
|
|
228
|
+
* Removes a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to remove connections FROM composite nodes (multi-links, conditions). Composite nodes manage their own routing through their payload structure. Use UpdateWorkflowStep to clear next_step_id in the payload instead. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
194
229
|
* Remove relationship between workflow steps
|
|
195
230
|
*/
|
|
196
231
|
workflowStepsServiceRemoveRelationship(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RemoveWorkflowStepRelationshipResponse>;
|
|
232
|
+
/**
|
|
233
|
+
* Creates request options for workflowStepsServiceResolveStepCollisions without sending the request
|
|
234
|
+
* @param {string} linkId
|
|
235
|
+
* @param {string} stepId
|
|
236
|
+
* @param {object} body
|
|
237
|
+
* @throws {RequiredError}
|
|
238
|
+
* @memberof WorkflowStepsApiInterface
|
|
239
|
+
*/
|
|
240
|
+
workflowStepsServiceResolveStepCollisionsRequestOpts(requestParameters: WorkflowStepsServiceResolveStepCollisionsRequest): Promise<runtime.RequestOpts>;
|
|
241
|
+
/**
|
|
242
|
+
* Pushes overlapping steps away from a given anchor step using iterative radial repulsion. The anchor step stays fixed. Use after adding or moving individual steps to preserve the existing layout.
|
|
243
|
+
* @summary Resolve step collisions
|
|
244
|
+
* @param {string} linkId
|
|
245
|
+
* @param {string} stepId
|
|
246
|
+
* @param {object} body
|
|
247
|
+
* @param {*} [options] Override http request option.
|
|
248
|
+
* @throws {RequiredError}
|
|
249
|
+
* @memberof WorkflowStepsApiInterface
|
|
250
|
+
*/
|
|
251
|
+
workflowStepsServiceResolveStepCollisionsRaw(requestParameters: WorkflowStepsServiceResolveStepCollisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ResolveStepCollisionsResponse>>;
|
|
252
|
+
/**
|
|
253
|
+
* Pushes overlapping steps away from a given anchor step using iterative radial repulsion. The anchor step stays fixed. Use after adding or moving individual steps to preserve the existing layout.
|
|
254
|
+
* Resolve step collisions
|
|
255
|
+
*/
|
|
256
|
+
workflowStepsServiceResolveStepCollisions(requestParameters: WorkflowStepsServiceResolveStepCollisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ResolveStepCollisionsResponse>;
|
|
197
257
|
/**
|
|
198
258
|
* Creates request options for workflowStepsServiceUpdate without sending the request
|
|
199
259
|
* @param {string} linkId The ID of the link (UUID)
|
|
@@ -219,6 +279,27 @@ export interface WorkflowStepsApiInterface {
|
|
|
219
279
|
* Update a workflow step
|
|
220
280
|
*/
|
|
221
281
|
workflowStepsServiceUpdate(requestParameters: WorkflowStepsServiceUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UpdateWorkflowStepResponse>;
|
|
282
|
+
/**
|
|
283
|
+
* Creates request options for workflowStepsServiceValidateWorkflow without sending the request
|
|
284
|
+
* @param {string} linkId
|
|
285
|
+
* @throws {RequiredError}
|
|
286
|
+
* @memberof WorkflowStepsApiInterface
|
|
287
|
+
*/
|
|
288
|
+
workflowStepsServiceValidateWorkflowRequestOpts(requestParameters: WorkflowStepsServiceValidateWorkflowRequest): Promise<runtime.RequestOpts>;
|
|
289
|
+
/**
|
|
290
|
+
* Checks a workflow for disconnected steps, missing edges on composite nodes, and orphan steps not reachable from the entry point. Returns a list of issues.
|
|
291
|
+
* @summary Validate workflow completeness
|
|
292
|
+
* @param {string} linkId
|
|
293
|
+
* @param {*} [options] Override http request option.
|
|
294
|
+
* @throws {RequiredError}
|
|
295
|
+
* @memberof WorkflowStepsApiInterface
|
|
296
|
+
*/
|
|
297
|
+
workflowStepsServiceValidateWorkflowRaw(requestParameters: WorkflowStepsServiceValidateWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ValidateWorkflowResponse>>;
|
|
298
|
+
/**
|
|
299
|
+
* Checks a workflow for disconnected steps, missing edges on composite nodes, and orphan steps not reachable from the entry point. Returns a list of issues.
|
|
300
|
+
* Validate workflow completeness
|
|
301
|
+
*/
|
|
302
|
+
workflowStepsServiceValidateWorkflow(requestParameters: WorkflowStepsServiceValidateWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ValidateWorkflowResponse>;
|
|
222
303
|
}
|
|
223
304
|
/**
|
|
224
305
|
*
|
|
@@ -238,6 +319,20 @@ export declare class WorkflowStepsApi extends runtime.BaseAPI implements Workflo
|
|
|
238
319
|
* Add relationship between workflow steps
|
|
239
320
|
*/
|
|
240
321
|
workflowStepsServiceAddRelationship(requestParameters: WorkflowStepsServiceAddRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddWorkflowStepRelationshipResponse>;
|
|
322
|
+
/**
|
|
323
|
+
* Creates request options for workflowStepsServiceAutoLayoutWorkflow without sending the request
|
|
324
|
+
*/
|
|
325
|
+
workflowStepsServiceAutoLayoutWorkflowRequestOpts(requestParameters: WorkflowStepsServiceAutoLayoutWorkflowRequest): Promise<runtime.RequestOpts>;
|
|
326
|
+
/**
|
|
327
|
+
* Arranges all workflow steps in a clean left-to-right DAG layout. Useful after building a workflow from scratch.
|
|
328
|
+
* Auto-layout workflow
|
|
329
|
+
*/
|
|
330
|
+
workflowStepsServiceAutoLayoutWorkflowRaw(requestParameters: WorkflowStepsServiceAutoLayoutWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AutoLayoutWorkflowResponse>>;
|
|
331
|
+
/**
|
|
332
|
+
* Arranges all workflow steps in a clean left-to-right DAG layout. Useful after building a workflow from scratch.
|
|
333
|
+
* Auto-layout workflow
|
|
334
|
+
*/
|
|
335
|
+
workflowStepsServiceAutoLayoutWorkflow(requestParameters: WorkflowStepsServiceAutoLayoutWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AutoLayoutWorkflowResponse>;
|
|
241
336
|
/**
|
|
242
337
|
* Creates request options for workflowStepsServiceCreate without sending the request
|
|
243
338
|
*/
|
|
@@ -299,15 +394,29 @@ export declare class WorkflowStepsApi extends runtime.BaseAPI implements Workflo
|
|
|
299
394
|
*/
|
|
300
395
|
workflowStepsServiceRemoveRelationshipRequestOpts(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest): Promise<runtime.RequestOpts>;
|
|
301
396
|
/**
|
|
302
|
-
* Removes a parent-child relationship between two workflow steps.
|
|
397
|
+
* Removes a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to remove connections FROM composite nodes (multi-links, conditions). Composite nodes manage their own routing through their payload structure. Use UpdateWorkflowStep to clear next_step_id in the payload instead. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
303
398
|
* Remove relationship between workflow steps
|
|
304
399
|
*/
|
|
305
400
|
workflowStepsServiceRemoveRelationshipRaw(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RemoveWorkflowStepRelationshipResponse>>;
|
|
306
401
|
/**
|
|
307
|
-
* Removes a parent-child relationship between two workflow steps.
|
|
402
|
+
* Removes a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to remove connections FROM composite nodes (multi-links, conditions). Composite nodes manage their own routing through their payload structure. Use UpdateWorkflowStep to clear next_step_id in the payload instead. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
308
403
|
* Remove relationship between workflow steps
|
|
309
404
|
*/
|
|
310
405
|
workflowStepsServiceRemoveRelationship(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RemoveWorkflowStepRelationshipResponse>;
|
|
406
|
+
/**
|
|
407
|
+
* Creates request options for workflowStepsServiceResolveStepCollisions without sending the request
|
|
408
|
+
*/
|
|
409
|
+
workflowStepsServiceResolveStepCollisionsRequestOpts(requestParameters: WorkflowStepsServiceResolveStepCollisionsRequest): Promise<runtime.RequestOpts>;
|
|
410
|
+
/**
|
|
411
|
+
* Pushes overlapping steps away from a given anchor step using iterative radial repulsion. The anchor step stays fixed. Use after adding or moving individual steps to preserve the existing layout.
|
|
412
|
+
* Resolve step collisions
|
|
413
|
+
*/
|
|
414
|
+
workflowStepsServiceResolveStepCollisionsRaw(requestParameters: WorkflowStepsServiceResolveStepCollisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ResolveStepCollisionsResponse>>;
|
|
415
|
+
/**
|
|
416
|
+
* Pushes overlapping steps away from a given anchor step using iterative radial repulsion. The anchor step stays fixed. Use after adding or moving individual steps to preserve the existing layout.
|
|
417
|
+
* Resolve step collisions
|
|
418
|
+
*/
|
|
419
|
+
workflowStepsServiceResolveStepCollisions(requestParameters: WorkflowStepsServiceResolveStepCollisionsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ResolveStepCollisionsResponse>;
|
|
311
420
|
/**
|
|
312
421
|
* Creates request options for workflowStepsServiceUpdate without sending the request
|
|
313
422
|
*/
|
|
@@ -322,4 +431,18 @@ export declare class WorkflowStepsApi extends runtime.BaseAPI implements Workflo
|
|
|
322
431
|
* Update a workflow step
|
|
323
432
|
*/
|
|
324
433
|
workflowStepsServiceUpdate(requestParameters: WorkflowStepsServiceUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UpdateWorkflowStepResponse>;
|
|
434
|
+
/**
|
|
435
|
+
* Creates request options for workflowStepsServiceValidateWorkflow without sending the request
|
|
436
|
+
*/
|
|
437
|
+
workflowStepsServiceValidateWorkflowRequestOpts(requestParameters: WorkflowStepsServiceValidateWorkflowRequest): Promise<runtime.RequestOpts>;
|
|
438
|
+
/**
|
|
439
|
+
* Checks a workflow for disconnected steps, missing edges on composite nodes, and orphan steps not reachable from the entry point. Returns a list of issues.
|
|
440
|
+
* Validate workflow completeness
|
|
441
|
+
*/
|
|
442
|
+
workflowStepsServiceValidateWorkflowRaw(requestParameters: WorkflowStepsServiceValidateWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ValidateWorkflowResponse>>;
|
|
443
|
+
/**
|
|
444
|
+
* Checks a workflow for disconnected steps, missing edges on composite nodes, and orphan steps not reachable from the entry point. Returns a list of issues.
|
|
445
|
+
* Validate workflow completeness
|
|
446
|
+
*/
|
|
447
|
+
workflowStepsServiceValidateWorkflow(requestParameters: WorkflowStepsServiceValidateWorkflowRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ValidateWorkflowResponse>;
|
|
325
448
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -104,6 +104,53 @@ class WorkflowStepsApi extends runtime.BaseAPI {
|
|
|
104
104
|
const response = await this.workflowStepsServiceAddRelationshipRaw(requestParameters, initOverrides);
|
|
105
105
|
return await response.value();
|
|
106
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* Creates request options for workflowStepsServiceAutoLayoutWorkflow without sending the request
|
|
109
|
+
*/
|
|
110
|
+
async workflowStepsServiceAutoLayoutWorkflowRequestOpts(requestParameters) {
|
|
111
|
+
if (requestParameters['linkId'] == null) {
|
|
112
|
+
throw new runtime.RequiredError('linkId', 'Required parameter "linkId" was null or undefined when calling workflowStepsServiceAutoLayoutWorkflow().');
|
|
113
|
+
}
|
|
114
|
+
if (requestParameters['body'] == null) {
|
|
115
|
+
throw new runtime.RequiredError('body', 'Required parameter "body" was null or undefined when calling workflowStepsServiceAutoLayoutWorkflow().');
|
|
116
|
+
}
|
|
117
|
+
const queryParameters = {};
|
|
118
|
+
const headerParameters = {};
|
|
119
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
120
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
121
|
+
const token = this.configuration.accessToken;
|
|
122
|
+
const tokenString = await token("bearerAuth", []);
|
|
123
|
+
if (tokenString) {
|
|
124
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
let urlPath = `/v1/links/{linkId}/workflow-steps/auto-layout`;
|
|
128
|
+
urlPath = urlPath.replace(`{${"linkId"}}`, encodeURIComponent(String(requestParameters['linkId'])));
|
|
129
|
+
return {
|
|
130
|
+
path: urlPath,
|
|
131
|
+
method: 'POST',
|
|
132
|
+
headers: headerParameters,
|
|
133
|
+
query: queryParameters,
|
|
134
|
+
body: requestParameters['body'],
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Arranges all workflow steps in a clean left-to-right DAG layout. Useful after building a workflow from scratch.
|
|
139
|
+
* Auto-layout workflow
|
|
140
|
+
*/
|
|
141
|
+
async workflowStepsServiceAutoLayoutWorkflowRaw(requestParameters, initOverrides) {
|
|
142
|
+
const requestOptions = await this.workflowStepsServiceAutoLayoutWorkflowRequestOpts(requestParameters);
|
|
143
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
144
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.AutoLayoutWorkflowResponseFromJSON)(jsonValue));
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Arranges all workflow steps in a clean left-to-right DAG layout. Useful after building a workflow from scratch.
|
|
148
|
+
* Auto-layout workflow
|
|
149
|
+
*/
|
|
150
|
+
async workflowStepsServiceAutoLayoutWorkflow(requestParameters, initOverrides) {
|
|
151
|
+
const response = await this.workflowStepsServiceAutoLayoutWorkflowRaw(requestParameters, initOverrides);
|
|
152
|
+
return await response.value();
|
|
153
|
+
}
|
|
107
154
|
/**
|
|
108
155
|
* Creates request options for workflowStepsServiceCreate without sending the request
|
|
109
156
|
*/
|
|
@@ -325,7 +372,7 @@ class WorkflowStepsApi extends runtime.BaseAPI {
|
|
|
325
372
|
};
|
|
326
373
|
}
|
|
327
374
|
/**
|
|
328
|
-
* Removes a parent-child relationship between two workflow steps.
|
|
375
|
+
* Removes a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to remove connections FROM composite nodes (multi-links, conditions). Composite nodes manage their own routing through their payload structure. Use UpdateWorkflowStep to clear next_step_id in the payload instead. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
329
376
|
* Remove relationship between workflow steps
|
|
330
377
|
*/
|
|
331
378
|
async workflowStepsServiceRemoveRelationshipRaw(requestParameters, initOverrides) {
|
|
@@ -334,13 +381,64 @@ class WorkflowStepsApi extends runtime.BaseAPI {
|
|
|
334
381
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.RemoveWorkflowStepRelationshipResponseFromJSON)(jsonValue));
|
|
335
382
|
}
|
|
336
383
|
/**
|
|
337
|
-
* Removes a parent-child relationship between two workflow steps.
|
|
384
|
+
* Removes a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to remove connections FROM composite nodes (multi-links, conditions). Composite nodes manage their own routing through their payload structure. Use UpdateWorkflowStep to clear next_step_id in the payload instead. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
338
385
|
* Remove relationship between workflow steps
|
|
339
386
|
*/
|
|
340
387
|
async workflowStepsServiceRemoveRelationship(requestParameters, initOverrides) {
|
|
341
388
|
const response = await this.workflowStepsServiceRemoveRelationshipRaw(requestParameters, initOverrides);
|
|
342
389
|
return await response.value();
|
|
343
390
|
}
|
|
391
|
+
/**
|
|
392
|
+
* Creates request options for workflowStepsServiceResolveStepCollisions without sending the request
|
|
393
|
+
*/
|
|
394
|
+
async workflowStepsServiceResolveStepCollisionsRequestOpts(requestParameters) {
|
|
395
|
+
if (requestParameters['linkId'] == null) {
|
|
396
|
+
throw new runtime.RequiredError('linkId', 'Required parameter "linkId" was null or undefined when calling workflowStepsServiceResolveStepCollisions().');
|
|
397
|
+
}
|
|
398
|
+
if (requestParameters['stepId'] == null) {
|
|
399
|
+
throw new runtime.RequiredError('stepId', 'Required parameter "stepId" was null or undefined when calling workflowStepsServiceResolveStepCollisions().');
|
|
400
|
+
}
|
|
401
|
+
if (requestParameters['body'] == null) {
|
|
402
|
+
throw new runtime.RequiredError('body', 'Required parameter "body" was null or undefined when calling workflowStepsServiceResolveStepCollisions().');
|
|
403
|
+
}
|
|
404
|
+
const queryParameters = {};
|
|
405
|
+
const headerParameters = {};
|
|
406
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
407
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
408
|
+
const token = this.configuration.accessToken;
|
|
409
|
+
const tokenString = await token("bearerAuth", []);
|
|
410
|
+
if (tokenString) {
|
|
411
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
let urlPath = `/v1/links/{linkId}/workflow-steps/{stepId}/resolve-collisions`;
|
|
415
|
+
urlPath = urlPath.replace(`{${"linkId"}}`, encodeURIComponent(String(requestParameters['linkId'])));
|
|
416
|
+
urlPath = urlPath.replace(`{${"stepId"}}`, encodeURIComponent(String(requestParameters['stepId'])));
|
|
417
|
+
return {
|
|
418
|
+
path: urlPath,
|
|
419
|
+
method: 'POST',
|
|
420
|
+
headers: headerParameters,
|
|
421
|
+
query: queryParameters,
|
|
422
|
+
body: requestParameters['body'],
|
|
423
|
+
};
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Pushes overlapping steps away from a given anchor step using iterative radial repulsion. The anchor step stays fixed. Use after adding or moving individual steps to preserve the existing layout.
|
|
427
|
+
* Resolve step collisions
|
|
428
|
+
*/
|
|
429
|
+
async workflowStepsServiceResolveStepCollisionsRaw(requestParameters, initOverrides) {
|
|
430
|
+
const requestOptions = await this.workflowStepsServiceResolveStepCollisionsRequestOpts(requestParameters);
|
|
431
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
432
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ResolveStepCollisionsResponseFromJSON)(jsonValue));
|
|
433
|
+
}
|
|
434
|
+
/**
|
|
435
|
+
* Pushes overlapping steps away from a given anchor step using iterative radial repulsion. The anchor step stays fixed. Use after adding or moving individual steps to preserve the existing layout.
|
|
436
|
+
* Resolve step collisions
|
|
437
|
+
*/
|
|
438
|
+
async workflowStepsServiceResolveStepCollisions(requestParameters, initOverrides) {
|
|
439
|
+
const response = await this.workflowStepsServiceResolveStepCollisionsRaw(requestParameters, initOverrides);
|
|
440
|
+
return await response.value();
|
|
441
|
+
}
|
|
344
442
|
/**
|
|
345
443
|
* Creates request options for workflowStepsServiceUpdate without sending the request
|
|
346
444
|
*/
|
|
@@ -392,5 +490,47 @@ class WorkflowStepsApi extends runtime.BaseAPI {
|
|
|
392
490
|
const response = await this.workflowStepsServiceUpdateRaw(requestParameters, initOverrides);
|
|
393
491
|
return await response.value();
|
|
394
492
|
}
|
|
493
|
+
/**
|
|
494
|
+
* Creates request options for workflowStepsServiceValidateWorkflow without sending the request
|
|
495
|
+
*/
|
|
496
|
+
async workflowStepsServiceValidateWorkflowRequestOpts(requestParameters) {
|
|
497
|
+
if (requestParameters['linkId'] == null) {
|
|
498
|
+
throw new runtime.RequiredError('linkId', 'Required parameter "linkId" was null or undefined when calling workflowStepsServiceValidateWorkflow().');
|
|
499
|
+
}
|
|
500
|
+
const queryParameters = {};
|
|
501
|
+
const headerParameters = {};
|
|
502
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
503
|
+
const token = this.configuration.accessToken;
|
|
504
|
+
const tokenString = await token("bearerAuth", []);
|
|
505
|
+
if (tokenString) {
|
|
506
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
let urlPath = `/v1/links/{linkId}/workflow-steps/validate`;
|
|
510
|
+
urlPath = urlPath.replace(`{${"linkId"}}`, encodeURIComponent(String(requestParameters['linkId'])));
|
|
511
|
+
return {
|
|
512
|
+
path: urlPath,
|
|
513
|
+
method: 'GET',
|
|
514
|
+
headers: headerParameters,
|
|
515
|
+
query: queryParameters,
|
|
516
|
+
};
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* Checks a workflow for disconnected steps, missing edges on composite nodes, and orphan steps not reachable from the entry point. Returns a list of issues.
|
|
520
|
+
* Validate workflow completeness
|
|
521
|
+
*/
|
|
522
|
+
async workflowStepsServiceValidateWorkflowRaw(requestParameters, initOverrides) {
|
|
523
|
+
const requestOptions = await this.workflowStepsServiceValidateWorkflowRequestOpts(requestParameters);
|
|
524
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
525
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ValidateWorkflowResponseFromJSON)(jsonValue));
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* Checks a workflow for disconnected steps, missing edges on composite nodes, and orphan steps not reachable from the entry point. Returns a list of issues.
|
|
529
|
+
* Validate workflow completeness
|
|
530
|
+
*/
|
|
531
|
+
async workflowStepsServiceValidateWorkflow(requestParameters, initOverrides) {
|
|
532
|
+
const response = await this.workflowStepsServiceValidateWorkflowRaw(requestParameters, initOverrides);
|
|
533
|
+
return await response.value();
|
|
534
|
+
}
|
|
395
535
|
}
|
|
396
536
|
exports.WorkflowStepsApi = WorkflowStepsApi;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,6 +22,12 @@ export interface AISendMessageRequest {
|
|
|
22
22
|
* @memberof AISendMessageRequest
|
|
23
23
|
*/
|
|
24
24
|
contextId?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof AISendMessageRequest
|
|
29
|
+
*/
|
|
30
|
+
contextMetadata?: string;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {AIContextType}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,6 +34,7 @@ function AISendMessageRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
36
36
|
'contextId': json['contextId'] == null ? undefined : json['contextId'],
|
|
37
|
+
'contextMetadata': json['contextMetadata'] == null ? undefined : json['contextMetadata'],
|
|
37
38
|
'contextType': json['contextType'] == null ? undefined : (0, AIContextType_1.AIContextTypeFromJSON)(json['contextType']),
|
|
38
39
|
'message': json['message'] == null ? undefined : json['message'],
|
|
39
40
|
};
|
|
@@ -47,6 +48,7 @@ function AISendMessageRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
47
48
|
}
|
|
48
49
|
return {
|
|
49
50
|
'contextId': value['contextId'],
|
|
51
|
+
'contextMetadata': value['contextMetadata'],
|
|
50
52
|
'contextType': (0, AIContextType_1.AIContextTypeToJSON)(value['contextType']),
|
|
51
53
|
'message': value['message'],
|
|
52
54
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Action.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Action.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.76.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.76.1
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|