linkbreakers 1.34.0
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/LICENSE +21 -0
- package/README.md +87 -0
- package/dist/apis/CustomDomainsApi.d.ts +254 -0
- package/dist/apis/CustomDomainsApi.js +309 -0
- package/dist/apis/EventsApi.d.ts +161 -0
- package/dist/apis/EventsApi.js +205 -0
- package/dist/apis/IntegrationsServiceApi.d.ts +60 -0
- package/dist/apis/IntegrationsServiceApi.js +96 -0
- package/dist/apis/LinkSettingsApi.d.ts +105 -0
- package/dist/apis/LinkSettingsApi.js +146 -0
- package/dist/apis/LinksApi.d.ts +431 -0
- package/dist/apis/LinksApi.js +510 -0
- package/dist/apis/MediaApi.d.ts +181 -0
- package/dist/apis/MediaApi.js +231 -0
- package/dist/apis/MembersApi.d.ts +408 -0
- package/dist/apis/MembersApi.js +491 -0
- package/dist/apis/PageThemesApi.d.ts +138 -0
- package/dist/apis/PageThemesApi.js +184 -0
- package/dist/apis/QRCodeDesignsApi.d.ts +181 -0
- package/dist/apis/QRCodeDesignsApi.js +231 -0
- package/dist/apis/QRCodeTemplatesApi.d.ts +401 -0
- package/dist/apis/QRCodeTemplatesApi.js +472 -0
- package/dist/apis/TagsApi.d.ts +108 -0
- package/dist/apis/TagsApi.js +151 -0
- package/dist/apis/TimeSeriesApi.d.ts +61 -0
- package/dist/apis/TimeSeriesApi.js +98 -0
- package/dist/apis/VisitorsApi.d.ts +281 -0
- package/dist/apis/VisitorsApi.js +339 -0
- package/dist/apis/WebhooksApi.d.ts +219 -0
- package/dist/apis/WebhooksApi.js +272 -0
- package/dist/apis/WorkflowStepsApi.d.ts +325 -0
- package/dist/apis/WorkflowStepsApi.js +396 -0
- package/dist/apis/WorkspaceMetricsApi.d.ts +136 -0
- package/dist/apis/WorkspaceMetricsApi.js +180 -0
- package/dist/apis/WorkspaceTokensApi.d.ts +173 -0
- package/dist/apis/WorkspaceTokensApi.js +222 -0
- package/dist/apis/WorkspacesApi.d.ts +320 -0
- package/dist/apis/WorkspacesApi.js +389 -0
- package/dist/apis/index.d.ts +18 -0
- package/dist/apis/index.js +36 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/Action.d.ts +28 -0
- package/dist/models/Action.js +54 -0
- package/dist/models/AddWorkflowStepRelationshipResponse.d.ts +32 -0
- package/dist/models/AddWorkflowStepRelationshipResponse.js +48 -0
- package/dist/models/ApiTag.d.ts +51 -0
- package/dist/models/ApiTag.js +52 -0
- package/dist/models/BackgroundOptions.d.ts +33 -0
- package/dist/models/BackgroundOptions.js +49 -0
- package/dist/models/CanvasPosition.d.ts +38 -0
- package/dist/models/CanvasPosition.js +50 -0
- package/dist/models/CheckCustomDomainResponse.d.ts +33 -0
- package/dist/models/CheckCustomDomainResponse.js +49 -0
- package/dist/models/ClientRedirectPayload.d.ts +38 -0
- package/dist/models/ClientRedirectPayload.js +50 -0
- package/dist/models/ContactCardTraceCard.d.ts +104 -0
- package/dist/models/ContactCardTraceCard.js +72 -0
- package/dist/models/ContactCardTraceData.d.ts +33 -0
- package/dist/models/ContactCardTraceData.js +49 -0
- package/dist/models/ContainerConfig.d.ts +85 -0
- package/dist/models/ContainerConfig.js +80 -0
- package/dist/models/CornersDotOptions.d.ts +39 -0
- package/dist/models/CornersDotOptions.js +51 -0
- package/dist/models/CornersSquareOptions.d.ts +39 -0
- package/dist/models/CornersSquareOptions.js +51 -0
- package/dist/models/CountryConditionOutcome.d.ts +38 -0
- package/dist/models/CountryConditionOutcome.js +50 -0
- package/dist/models/CountryConditionPayload.d.ts +39 -0
- package/dist/models/CountryConditionPayload.js +51 -0
- package/dist/models/CountryConditionTraceData.d.ts +39 -0
- package/dist/models/CountryConditionTraceData.js +51 -0
- package/dist/models/CountryConditionTraceOption.d.ts +38 -0
- package/dist/models/CountryConditionTraceOption.js +50 -0
- package/dist/models/CreateBulkLinksRequest.d.ts +34 -0
- package/dist/models/CreateBulkLinksRequest.js +51 -0
- package/dist/models/CreateBulkLinksResponse.d.ts +33 -0
- package/dist/models/CreateBulkLinksResponse.js +49 -0
- package/dist/models/CreateContactLinkRequest.d.ts +108 -0
- package/dist/models/CreateContactLinkRequest.js +73 -0
- package/dist/models/CreateContactLinkResponse.d.ts +33 -0
- package/dist/models/CreateContactLinkResponse.js +49 -0
- package/dist/models/CreateCustomDomainRequest.d.ts +32 -0
- package/dist/models/CreateCustomDomainRequest.js +48 -0
- package/dist/models/CreateCustomDomainResponse.d.ts +33 -0
- package/dist/models/CreateCustomDomainResponse.js +49 -0
- package/dist/models/CreateEventTraceResponse.d.ts +33 -0
- package/dist/models/CreateEventTraceResponse.js +49 -0
- package/dist/models/CreateLinkRequest.d.ts +107 -0
- package/dist/models/CreateLinkRequest.js +72 -0
- package/dist/models/CreateLinkResponse.d.ts +33 -0
- package/dist/models/CreateLinkResponse.js +49 -0
- package/dist/models/CreateMediaRequest.d.ts +54 -0
- package/dist/models/CreateMediaRequest.js +56 -0
- package/dist/models/CreateMediaResponse.d.ts +33 -0
- package/dist/models/CreateMediaResponse.js +49 -0
- package/dist/models/CreateQrcodeTemplateRequest.d.ts +63 -0
- package/dist/models/CreateQrcodeTemplateRequest.js +58 -0
- package/dist/models/CreateQrcodeTemplateResponse.d.ts +33 -0
- package/dist/models/CreateQrcodeTemplateResponse.js +49 -0
- package/dist/models/CreateWebhookRequest.d.ts +62 -0
- package/dist/models/CreateWebhookRequest.js +62 -0
- package/dist/models/CreateWebhookResponse.d.ts +33 -0
- package/dist/models/CreateWebhookResponse.js +49 -0
- package/dist/models/CreateWorkflowStepResponse.d.ts +33 -0
- package/dist/models/CreateWorkflowStepResponse.js +49 -0
- package/dist/models/CreateWorkspaceTokenRequest.d.ts +32 -0
- package/dist/models/CreateWorkspaceTokenRequest.js +48 -0
- package/dist/models/CreateWorkspaceTokenResponse.d.ts +40 -0
- package/dist/models/CreateWorkspaceTokenResponse.js +51 -0
- package/dist/models/CustomDomain.d.ts +94 -0
- package/dist/models/CustomDomain.js +70 -0
- package/dist/models/CustomDomainStatus.d.ts +36 -0
- package/dist/models/CustomDomainStatus.js +62 -0
- package/dist/models/DataCollection.d.ts +32 -0
- package/dist/models/DataCollection.js +58 -0
- package/dist/models/DayOfMonthConditionPayload.d.ts +39 -0
- package/dist/models/DayOfMonthConditionPayload.js +51 -0
- package/dist/models/DayOfMonthConditionTraceData.d.ts +39 -0
- package/dist/models/DayOfMonthConditionTraceData.js +51 -0
- package/dist/models/DayOfMonthConditionTraceOption.d.ts +50 -0
- package/dist/models/DayOfMonthConditionTraceOption.js +54 -0
- package/dist/models/DayOfMonthOption.d.ts +50 -0
- package/dist/models/DayOfMonthOption.js +54 -0
- package/dist/models/DayOfWeekConditionPayload.d.ts +39 -0
- package/dist/models/DayOfWeekConditionPayload.js +51 -0
- package/dist/models/DayOfWeekConditionTraceData.d.ts +39 -0
- package/dist/models/DayOfWeekConditionTraceData.js +51 -0
- package/dist/models/DayOfWeekConditionTraceOption.d.ts +50 -0
- package/dist/models/DayOfWeekConditionTraceOption.js +54 -0
- package/dist/models/DayOfWeekOption.d.ts +50 -0
- package/dist/models/DayOfWeekOption.js +54 -0
- package/dist/models/DeleteAttributeResponse.d.ts +32 -0
- package/dist/models/DeleteAttributeResponse.js +48 -0
- package/dist/models/DeleteVisitorResponse.d.ts +32 -0
- package/dist/models/DeleteVisitorResponse.js +48 -0
- package/dist/models/Device.d.ts +232 -0
- package/dist/models/Device.js +121 -0
- package/dist/models/DeviceInput.d.ts +134 -0
- package/dist/models/DeviceInput.js +82 -0
- package/dist/models/DeviceType.d.ts +36 -0
- package/dist/models/DeviceType.js +62 -0
- package/dist/models/DotsOptions.d.ts +39 -0
- package/dist/models/DotsOptions.js +51 -0
- package/dist/models/EntryAccessTraceData.d.ts +56 -0
- package/dist/models/EntryAccessTraceData.js +56 -0
- package/dist/models/ErrorResponse.d.ts +50 -0
- package/dist/models/ErrorResponse.js +62 -0
- package/dist/models/Event.d.ts +170 -0
- package/dist/models/Event.js +101 -0
- package/dist/models/EventAction.d.ts +50 -0
- package/dist/models/EventAction.js +76 -0
- package/dist/models/EventTrace.d.ts +94 -0
- package/dist/models/EventTrace.js +69 -0
- package/dist/models/EventTraceData.d.ts +110 -0
- package/dist/models/EventTraceData.js +82 -0
- package/dist/models/EventsMetric.d.ts +105 -0
- package/dist/models/EventsMetric.js +79 -0
- package/dist/models/EventsServiceCreateEventTraceBody.d.ts +45 -0
- package/dist/models/EventsServiceCreateEventTraceBody.js +53 -0
- package/dist/models/EventsServiceUpdateDeviceBody.d.ts +33 -0
- package/dist/models/EventsServiceUpdateDeviceBody.js +49 -0
- package/dist/models/EventsTimeSeries.d.ts +45 -0
- package/dist/models/EventsTimeSeries.js +53 -0
- package/dist/models/EventsTimeSeriesData.d.ts +38 -0
- package/dist/models/EventsTimeSeriesData.js +50 -0
- package/dist/models/FontConfig.d.ts +71 -0
- package/dist/models/FontConfig.js +71 -0
- package/dist/models/FormField.d.ts +94 -0
- package/dist/models/FormField.js +70 -0
- package/dist/models/FormFieldOption.d.ts +38 -0
- package/dist/models/FormFieldOption.js +50 -0
- package/dist/models/FormFieldType.d.ts +34 -0
- package/dist/models/FormFieldType.js +60 -0
- package/dist/models/FormPayload.d.ts +69 -0
- package/dist/models/FormPayload.js +61 -0
- package/dist/models/FormTraceData.d.ts +75 -0
- package/dist/models/FormTraceData.js +63 -0
- package/dist/models/FormTraceDataField.d.ts +56 -0
- package/dist/models/FormTraceDataField.js +56 -0
- package/dist/models/GetCustomDomainResponse.d.ts +33 -0
- package/dist/models/GetCustomDomainResponse.js +49 -0
- package/dist/models/GetEventsTimeSeriesRequest.d.ts +50 -0
- package/dist/models/GetEventsTimeSeriesRequest.js +54 -0
- package/dist/models/GetEventsTimeSeriesResponse.d.ts +33 -0
- package/dist/models/GetEventsTimeSeriesResponse.js +49 -0
- package/dist/models/GetLeadScoreExplanationResponse.d.ts +51 -0
- package/dist/models/GetLeadScoreExplanationResponse.js +55 -0
- package/dist/models/GetLinkResponse.d.ts +33 -0
- package/dist/models/GetLinkResponse.js +49 -0
- package/dist/models/GetLinkSettingResponse.d.ts +33 -0
- package/dist/models/GetLinkSettingResponse.js +49 -0
- package/dist/models/GetMediaResponse.d.ts +33 -0
- package/dist/models/GetMediaResponse.js +49 -0
- package/dist/models/GetPageThemeResponse.d.ts +33 -0
- package/dist/models/GetPageThemeResponse.js +49 -0
- package/dist/models/GetQrcodeDesignResponse.d.ts +33 -0
- package/dist/models/GetQrcodeDesignResponse.js +49 -0
- package/dist/models/GetWebhookResponse.d.ts +33 -0
- package/dist/models/GetWebhookResponse.js +49 -0
- package/dist/models/GetWorkflowStepResponse.d.ts +33 -0
- package/dist/models/GetWorkflowStepResponse.js +49 -0
- package/dist/models/GetWorkspaceTokenResponse.d.ts +33 -0
- package/dist/models/GetWorkspaceTokenResponse.js +49 -0
- package/dist/models/GooglerpcStatus.d.ts +45 -0
- package/dist/models/GooglerpcStatus.js +53 -0
- package/dist/models/IdentifyRequest.d.ts +45 -0
- package/dist/models/IdentifyRequest.js +53 -0
- package/dist/models/IdentifyResponse.d.ts +39 -0
- package/dist/models/IdentifyResponse.js +51 -0
- package/dist/models/ImportQrcodeTemplateRequest.d.ts +32 -0
- package/dist/models/ImportQrcodeTemplateRequest.js +48 -0
- package/dist/models/ImportQrcodeTemplateResponse.d.ts +33 -0
- package/dist/models/ImportQrcodeTemplateResponse.js +49 -0
- package/dist/models/InviteMemberRequest.d.ts +44 -0
- package/dist/models/InviteMemberRequest.js +52 -0
- package/dist/models/LeadScore.d.ts +111 -0
- package/dist/models/LeadScore.js +74 -0
- package/dist/models/LeadScoreBreakdown.d.ts +56 -0
- package/dist/models/LeadScoreBreakdown.js +56 -0
- package/dist/models/Link.d.ts +182 -0
- package/dist/models/Link.js +88 -0
- package/dist/models/LinkSetting.d.ts +51 -0
- package/dist/models/LinkSetting.js +55 -0
- package/dist/models/LinkSortField.d.ts +34 -0
- package/dist/models/LinkSortField.js +60 -0
- package/dist/models/LinksServiceUpdateBody.d.ts +84 -0
- package/dist/models/LinksServiceUpdateBody.js +64 -0
- package/dist/models/ListCustomDomainsResponse.d.ts +33 -0
- package/dist/models/ListCustomDomainsResponse.js +49 -0
- package/dist/models/ListEventTracesResponse.d.ts +33 -0
- package/dist/models/ListEventTracesResponse.js +49 -0
- package/dist/models/ListEventsCsvResponse.d.ts +38 -0
- package/dist/models/ListEventsCsvResponse.js +50 -0
- package/dist/models/ListEventsJsonResponse.d.ts +51 -0
- package/dist/models/ListEventsJsonResponse.js +55 -0
- package/dist/models/ListEventsResponse.d.ts +40 -0
- package/dist/models/ListEventsResponse.js +52 -0
- package/dist/models/ListLinksResponse.d.ts +45 -0
- package/dist/models/ListLinksResponse.js +53 -0
- package/dist/models/ListMediaResponse.d.ts +39 -0
- package/dist/models/ListMediaResponse.js +51 -0
- package/dist/models/ListPageThemesResponse.d.ts +33 -0
- package/dist/models/ListPageThemesResponse.js +49 -0
- package/dist/models/ListQrcodeTemplatesResponse.d.ts +45 -0
- package/dist/models/ListQrcodeTemplatesResponse.js +53 -0
- package/dist/models/ListResponse.d.ts +33 -0
- package/dist/models/ListResponse.js +49 -0
- package/dist/models/ListTagsResponse.d.ts +39 -0
- package/dist/models/ListTagsResponse.js +51 -0
- package/dist/models/ListVisitorsCsvResponse.d.ts +38 -0
- package/dist/models/ListVisitorsCsvResponse.js +50 -0
- package/dist/models/ListVisitorsJsonResponse.d.ts +51 -0
- package/dist/models/ListVisitorsJsonResponse.js +55 -0
- package/dist/models/ListVisitorsResponse.d.ts +40 -0
- package/dist/models/ListVisitorsResponse.js +52 -0
- package/dist/models/ListWebhooksResponse.d.ts +33 -0
- package/dist/models/ListWebhooksResponse.js +49 -0
- package/dist/models/ListWorkflowStepsResponse.d.ts +39 -0
- package/dist/models/ListWorkflowStepsResponse.js +51 -0
- package/dist/models/ListWorkspaceTokensResponse.d.ts +33 -0
- package/dist/models/ListWorkspaceTokensResponse.js +49 -0
- package/dist/models/Media.d.ts +96 -0
- package/dist/models/Media.js +65 -0
- package/dist/models/MediaSelection.d.ts +38 -0
- package/dist/models/MediaSelection.js +50 -0
- package/dist/models/MediaType.d.ts +30 -0
- package/dist/models/MediaType.js +56 -0
- package/dist/models/MediaVisibility.d.ts +29 -0
- package/dist/models/MediaVisibility.js +55 -0
- package/dist/models/Member.d.ts +124 -0
- package/dist/models/Member.js +79 -0
- package/dist/models/MembersServiceUpdateBody.d.ts +57 -0
- package/dist/models/MembersServiceUpdateBody.js +57 -0
- package/dist/models/ModelHTTPMethod.d.ts +31 -0
- package/dist/models/ModelHTTPMethod.js +57 -0
- package/dist/models/MultiLinkButton.d.ts +50 -0
- package/dist/models/MultiLinkButton.js +54 -0
- package/dist/models/MultiLinkPayload.d.ts +45 -0
- package/dist/models/MultiLinkPayload.js +53 -0
- package/dist/models/MultiLinkSelectedButton.d.ts +44 -0
- package/dist/models/MultiLinkSelectedButton.js +52 -0
- package/dist/models/MultiLinkTraceData.d.ts +33 -0
- package/dist/models/MultiLinkTraceData.js +49 -0
- package/dist/models/OutputFileFormat.d.ts +32 -0
- package/dist/models/OutputFileFormat.js +58 -0
- package/dist/models/PageTheme.d.ts +145 -0
- package/dist/models/PageTheme.js +96 -0
- package/dist/models/PageThemeBadgeShape.d.ts +27 -0
- package/dist/models/PageThemeBadgeShape.js +53 -0
- package/dist/models/PageThemeBorderStyle.d.ts +30 -0
- package/dist/models/PageThemeBorderStyle.js +56 -0
- package/dist/models/PageThemeCanvasCoverMode.d.ts +27 -0
- package/dist/models/PageThemeCanvasCoverMode.js +53 -0
- package/dist/models/PageThemeContainerVariant.d.ts +26 -0
- package/dist/models/PageThemeContainerVariant.js +52 -0
- package/dist/models/PageThemeFontFamily.d.ts +31 -0
- package/dist/models/PageThemeFontFamily.js +57 -0
- package/dist/models/PageThemesServiceUpdatePageThemeBody.d.ts +122 -0
- package/dist/models/PageThemesServiceUpdatePageThemeBody.js +93 -0
- package/dist/models/PasswordPayload.d.ts +44 -0
- package/dist/models/PasswordPayload.js +52 -0
- package/dist/models/PasswordTraceData.d.ts +32 -0
- package/dist/models/PasswordTraceData.js +48 -0
- package/dist/models/PreferredLinkType.d.ts +32 -0
- package/dist/models/PreferredLinkType.js +58 -0
- package/dist/models/ProtobufAny.d.ts +33 -0
- package/dist/models/ProtobufAny.js +50 -0
- package/dist/models/ProtobufNullValue.d.ts +29 -0
- package/dist/models/ProtobufNullValue.js +55 -0
- package/dist/models/PublicCreateQrcodeDesignRequest.d.ts +134 -0
- package/dist/models/PublicCreateQrcodeDesignRequest.js +95 -0
- package/dist/models/PublicCreateQrcodeDesignResponse.d.ts +33 -0
- package/dist/models/PublicCreateQrcodeDesignResponse.js +49 -0
- package/dist/models/PublicListQrcodeTemplatesResponse.d.ts +45 -0
- package/dist/models/PublicListQrcodeTemplatesResponse.js +53 -0
- package/dist/models/PublicQrcodeTemplate.d.ts +87 -0
- package/dist/models/PublicQrcodeTemplate.js +67 -0
- package/dist/models/PublicWorkspace.d.ts +74 -0
- package/dist/models/PublicWorkspace.js +62 -0
- package/dist/models/PublishQrcodeTemplateResponse.d.ts +33 -0
- package/dist/models/PublishQrcodeTemplateResponse.js +49 -0
- package/dist/models/QrcodeDesign.d.ts +157 -0
- package/dist/models/QrcodeDesign.js +98 -0
- package/dist/models/QrcodeDesignServiceUpdateBody.d.ts +140 -0
- package/dist/models/QrcodeDesignServiceUpdateBody.js +97 -0
- package/dist/models/QrcodeTemplate.d.ts +135 -0
- package/dist/models/QrcodeTemplate.js +81 -0
- package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.d.ts +62 -0
- package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.js +58 -0
- package/dist/models/RedirectTraceData.d.ts +44 -0
- package/dist/models/RedirectTraceData.js +52 -0
- package/dist/models/RemoveWorkflowStepRelationshipResponse.d.ts +32 -0
- package/dist/models/RemoveWorkflowStepRelationshipResponse.js +48 -0
- package/dist/models/RequestWorkspaceEnrollmentRequest.d.ts +32 -0
- package/dist/models/RequestWorkspaceEnrollmentRequest.js +48 -0
- package/dist/models/ResponseFormat.d.ts +30 -0
- package/dist/models/ResponseFormat.js +56 -0
- package/dist/models/Role.d.ts +29 -0
- package/dist/models/Role.js +55 -0
- package/dist/models/SettingsServiceUpdateLinkSettingBody.d.ts +33 -0
- package/dist/models/SettingsServiceUpdateLinkSettingBody.js +49 -0
- package/dist/models/Shape.d.ts +28 -0
- package/dist/models/Shape.js +54 -0
- package/dist/models/ShortlinkAvailabilityResponse.d.ts +32 -0
- package/dist/models/ShortlinkAvailabilityResponse.js +48 -0
- package/dist/models/ShortlinkRandomResponse.d.ts +32 -0
- package/dist/models/ShortlinkRandomResponse.js +48 -0
- package/dist/models/SocialLinkButton.d.ts +50 -0
- package/dist/models/SocialLinkButton.js +54 -0
- package/dist/models/SocialLinksDisplayStyle.d.ts +27 -0
- package/dist/models/SocialLinksDisplayStyle.js +53 -0
- package/dist/models/SocialLinksPayload.d.ts +52 -0
- package/dist/models/SocialLinksPayload.js +56 -0
- package/dist/models/SortDirection.d.ts +28 -0
- package/dist/models/SortDirection.js +54 -0
- package/dist/models/SpecificDateConditionPayload.d.ts +39 -0
- package/dist/models/SpecificDateConditionPayload.js +51 -0
- package/dist/models/SpecificDateConditionTraceData.d.ts +39 -0
- package/dist/models/SpecificDateConditionTraceData.js +51 -0
- package/dist/models/SpecificDateConditionTraceOption.d.ts +62 -0
- package/dist/models/SpecificDateConditionTraceOption.js +58 -0
- package/dist/models/SpecificDateOption.d.ts +62 -0
- package/dist/models/SpecificDateOption.js +58 -0
- package/dist/models/SubscriptionType.d.ts +34 -0
- package/dist/models/SubscriptionType.js +60 -0
- package/dist/models/ThemeColor.d.ts +61 -0
- package/dist/models/ThemeColor.js +68 -0
- package/dist/models/ThemeColorThemeColorType.d.ts +27 -0
- package/dist/models/ThemeColorThemeColorType.js +53 -0
- package/dist/models/TimeOfDayConditionPayload.d.ts +39 -0
- package/dist/models/TimeOfDayConditionPayload.js +51 -0
- package/dist/models/TimeOfDayConditionTraceData.d.ts +39 -0
- package/dist/models/TimeOfDayConditionTraceData.js +51 -0
- package/dist/models/TimeOfDayConditionTraceRange.d.ts +56 -0
- package/dist/models/TimeOfDayConditionTraceRange.js +56 -0
- package/dist/models/TimeOfDayRange.d.ts +56 -0
- package/dist/models/TimeOfDayRange.js +56 -0
- package/dist/models/TriggeredBy.d.ts +26 -0
- package/dist/models/TriggeredBy.js +52 -0
- package/dist/models/UpdateDeviceResponse.d.ts +32 -0
- package/dist/models/UpdateDeviceResponse.js +48 -0
- package/dist/models/UpdateLinkResponse.d.ts +33 -0
- package/dist/models/UpdateLinkResponse.js +49 -0
- package/dist/models/UpdateLinkSettingResponse.d.ts +33 -0
- package/dist/models/UpdateLinkSettingResponse.js +49 -0
- package/dist/models/UpdateMeRequest.d.ts +50 -0
- package/dist/models/UpdateMeRequest.js +54 -0
- package/dist/models/UpdatePageThemeResponse.d.ts +33 -0
- package/dist/models/UpdatePageThemeResponse.js +49 -0
- package/dist/models/UpdateQrcodeDesignResponse.d.ts +33 -0
- package/dist/models/UpdateQrcodeDesignResponse.js +49 -0
- package/dist/models/UpdateQrcodeTemplateResponse.d.ts +33 -0
- package/dist/models/UpdateQrcodeTemplateResponse.js +49 -0
- package/dist/models/UpdateWebhookResponse.d.ts +33 -0
- package/dist/models/UpdateWebhookResponse.js +49 -0
- package/dist/models/UpdateWorkflowStepResponse.d.ts +33 -0
- package/dist/models/UpdateWorkflowStepResponse.js +49 -0
- package/dist/models/UpdateWorkspaceOriginInquiryRequest.d.ts +32 -0
- package/dist/models/UpdateWorkspaceOriginInquiryRequest.js +48 -0
- package/dist/models/UpdateWorkspaceOriginPurposeRequest.d.ts +32 -0
- package/dist/models/UpdateWorkspaceOriginPurposeRequest.js +48 -0
- package/dist/models/UpdateWorkspaceRequest.d.ts +74 -0
- package/dist/models/UpdateWorkspaceRequest.js +62 -0
- package/dist/models/VCardData.d.ts +104 -0
- package/dist/models/VCardData.js +72 -0
- package/dist/models/VCardPayload.d.ts +104 -0
- package/dist/models/VCardPayload.js +72 -0
- package/dist/models/ValidationInstructionsCustomDomainResponse.d.ts +33 -0
- package/dist/models/ValidationInstructionsCustomDomainResponse.js +49 -0
- package/dist/models/ValidationInstructionsCustomDomainResponseValidation.d.ts +52 -0
- package/dist/models/ValidationInstructionsCustomDomainResponseValidation.js +56 -0
- package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.d.ts +26 -0
- package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.js +52 -0
- package/dist/models/ValidationPurpose.d.ts +28 -0
- package/dist/models/ValidationPurpose.js +54 -0
- package/dist/models/VisitType.d.ts +28 -0
- package/dist/models/VisitType.js +54 -0
- package/dist/models/VisitTypeConditionOption.d.ts +38 -0
- package/dist/models/VisitTypeConditionOption.js +50 -0
- package/dist/models/VisitTypeConditionPayload.d.ts +39 -0
- package/dist/models/VisitTypeConditionPayload.js +51 -0
- package/dist/models/VisitTypeConditionTraceData.d.ts +45 -0
- package/dist/models/VisitTypeConditionTraceData.js +53 -0
- package/dist/models/VisitTypeConditionTraceOption.d.ts +38 -0
- package/dist/models/VisitTypeConditionTraceOption.js +50 -0
- package/dist/models/Visitor.d.ts +102 -0
- package/dist/models/Visitor.js +73 -0
- package/dist/models/VisitorEvent.d.ts +62 -0
- package/dist/models/VisitorEvent.js +58 -0
- package/dist/models/VisitorInput.d.ts +34 -0
- package/dist/models/VisitorInput.js +48 -0
- package/dist/models/VisitorLink.d.ts +68 -0
- package/dist/models/VisitorLink.js +60 -0
- package/dist/models/VisitorsServiceUpdateBody.d.ts +33 -0
- package/dist/models/VisitorsServiceUpdateBody.js +49 -0
- package/dist/models/Webhook.d.ts +128 -0
- package/dist/models/Webhook.js +73 -0
- package/dist/models/WebhookSource.d.ts +30 -0
- package/dist/models/WebhookSource.js +56 -0
- package/dist/models/WebhookStatus.d.ts +30 -0
- package/dist/models/WebhookStatus.js +56 -0
- package/dist/models/WebhooksServiceUpdateBody.d.ts +69 -0
- package/dist/models/WebhooksServiceUpdateBody.js +61 -0
- package/dist/models/WorkflowStep.d.ts +149 -0
- package/dist/models/WorkflowStep.js +97 -0
- package/dist/models/WorkflowStepKind.d.ts +32 -0
- package/dist/models/WorkflowStepKind.js +58 -0
- package/dist/models/WorkflowStepNodeType.d.ts +56 -0
- package/dist/models/WorkflowStepNodeType.js +82 -0
- package/dist/models/WorkflowStepPayload.d.ts +116 -0
- package/dist/models/WorkflowStepPayload.js +84 -0
- package/dist/models/WorkflowStepsServiceAddRelationshipBody.d.ts +32 -0
- package/dist/models/WorkflowStepsServiceAddRelationshipBody.js +48 -0
- package/dist/models/WorkflowStepsServiceCreateBody.d.ts +85 -0
- package/dist/models/WorkflowStepsServiceCreateBody.js +76 -0
- package/dist/models/WorkflowStepsServiceUpdateBody.d.ts +40 -0
- package/dist/models/WorkflowStepsServiceUpdateBody.js +52 -0
- package/dist/models/Workspace.d.ts +158 -0
- package/dist/models/Workspace.js +96 -0
- package/dist/models/WorkspaceInsight.d.ts +34 -0
- package/dist/models/WorkspaceInsight.js +49 -0
- package/dist/models/WorkspaceMetric.d.ts +68 -0
- package/dist/models/WorkspaceMetric.js +60 -0
- package/dist/models/WorkspaceToken.d.ts +69 -0
- package/dist/models/WorkspaceToken.js +57 -0
- package/dist/models/index.d.ts +212 -0
- package/dist/models/index.js +230 -0
- package/dist/runtime.d.ts +184 -0
- package/dist/runtime.js +338 -0
- package/package.json +40 -0
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Linkbreakers API
|
|
6
|
+
* This is a documentation of all the APIs of Linkbreakers
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.34.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
20
|
+
}
|
|
21
|
+
Object.defineProperty(o, k2, desc);
|
|
22
|
+
}) : (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
o[k2] = m[k];
|
|
25
|
+
}));
|
|
26
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
28
|
+
}) : function(o, v) {
|
|
29
|
+
o["default"] = v;
|
|
30
|
+
});
|
|
31
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
32
|
+
var ownKeys = function(o) {
|
|
33
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
34
|
+
var ar = [];
|
|
35
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
36
|
+
return ar;
|
|
37
|
+
};
|
|
38
|
+
return ownKeys(o);
|
|
39
|
+
};
|
|
40
|
+
return function (mod) {
|
|
41
|
+
if (mod && mod.__esModule) return mod;
|
|
42
|
+
var result = {};
|
|
43
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
44
|
+
__setModuleDefault(result, mod);
|
|
45
|
+
return result;
|
|
46
|
+
};
|
|
47
|
+
})();
|
|
48
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
49
|
+
exports.WebhooksApi = void 0;
|
|
50
|
+
const runtime = __importStar(require("../runtime"));
|
|
51
|
+
const index_1 = require("../models/index");
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
class WebhooksApi extends runtime.BaseAPI {
|
|
56
|
+
/**
|
|
57
|
+
* Creates request options for webhooksServiceCreate without sending the request
|
|
58
|
+
*/
|
|
59
|
+
async webhooksServiceCreateRequestOpts(requestParameters) {
|
|
60
|
+
if (requestParameters['createWebhookRequest'] == null) {
|
|
61
|
+
throw new runtime.RequiredError('createWebhookRequest', 'Required parameter "createWebhookRequest" was null or undefined when calling webhooksServiceCreate().');
|
|
62
|
+
}
|
|
63
|
+
const queryParameters = {};
|
|
64
|
+
const headerParameters = {};
|
|
65
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
66
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
67
|
+
const token = this.configuration.accessToken;
|
|
68
|
+
const tokenString = await token("bearerAuth", []);
|
|
69
|
+
if (tokenString) {
|
|
70
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
let urlPath = `/v1/webhooks`;
|
|
74
|
+
return {
|
|
75
|
+
path: urlPath,
|
|
76
|
+
method: 'POST',
|
|
77
|
+
headers: headerParameters,
|
|
78
|
+
query: queryParameters,
|
|
79
|
+
body: (0, index_1.CreateWebhookRequestToJSON)(requestParameters['createWebhookRequest']),
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Create a new webhook endpoint to receive event notifications when workflow steps complete.
|
|
84
|
+
* Create a webhook
|
|
85
|
+
*/
|
|
86
|
+
async webhooksServiceCreateRaw(requestParameters, initOverrides) {
|
|
87
|
+
const requestOptions = await this.webhooksServiceCreateRequestOpts(requestParameters);
|
|
88
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
89
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CreateWebhookResponseFromJSON)(jsonValue));
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Create a new webhook endpoint to receive event notifications when workflow steps complete.
|
|
93
|
+
* Create a webhook
|
|
94
|
+
*/
|
|
95
|
+
async webhooksServiceCreate(requestParameters, initOverrides) {
|
|
96
|
+
const response = await this.webhooksServiceCreateRaw(requestParameters, initOverrides);
|
|
97
|
+
return await response.value();
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Creates request options for webhooksServiceDelete without sending the request
|
|
101
|
+
*/
|
|
102
|
+
async webhooksServiceDeleteRequestOpts(requestParameters) {
|
|
103
|
+
if (requestParameters['id'] == null) {
|
|
104
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling webhooksServiceDelete().');
|
|
105
|
+
}
|
|
106
|
+
const queryParameters = {};
|
|
107
|
+
const headerParameters = {};
|
|
108
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
109
|
+
const token = this.configuration.accessToken;
|
|
110
|
+
const tokenString = await token("bearerAuth", []);
|
|
111
|
+
if (tokenString) {
|
|
112
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
let urlPath = `/v1/webhooks/{id}`;
|
|
116
|
+
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
117
|
+
return {
|
|
118
|
+
path: urlPath,
|
|
119
|
+
method: 'DELETE',
|
|
120
|
+
headers: headerParameters,
|
|
121
|
+
query: queryParameters,
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Remove a webhook endpoint so it no longer receives event notifications.
|
|
126
|
+
* Delete a webhook
|
|
127
|
+
*/
|
|
128
|
+
async webhooksServiceDeleteRaw(requestParameters, initOverrides) {
|
|
129
|
+
const requestOptions = await this.webhooksServiceDeleteRequestOpts(requestParameters);
|
|
130
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
131
|
+
return new runtime.JSONApiResponse(response);
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* Remove a webhook endpoint so it no longer receives event notifications.
|
|
135
|
+
* Delete a webhook
|
|
136
|
+
*/
|
|
137
|
+
async webhooksServiceDelete(requestParameters, initOverrides) {
|
|
138
|
+
const response = await this.webhooksServiceDeleteRaw(requestParameters, initOverrides);
|
|
139
|
+
return await response.value();
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Creates request options for webhooksServiceGet without sending the request
|
|
143
|
+
*/
|
|
144
|
+
async webhooksServiceGetRequestOpts(requestParameters) {
|
|
145
|
+
if (requestParameters['id'] == null) {
|
|
146
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling webhooksServiceGet().');
|
|
147
|
+
}
|
|
148
|
+
const queryParameters = {};
|
|
149
|
+
const headerParameters = {};
|
|
150
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
151
|
+
const token = this.configuration.accessToken;
|
|
152
|
+
const tokenString = await token("bearerAuth", []);
|
|
153
|
+
if (tokenString) {
|
|
154
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
let urlPath = `/v1/webhooks/{id}`;
|
|
158
|
+
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
159
|
+
return {
|
|
160
|
+
path: urlPath,
|
|
161
|
+
method: 'GET',
|
|
162
|
+
headers: headerParameters,
|
|
163
|
+
query: queryParameters,
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Retrieve details for a specific webhook endpoint.
|
|
168
|
+
* Get a webhook
|
|
169
|
+
*/
|
|
170
|
+
async webhooksServiceGetRaw(requestParameters, initOverrides) {
|
|
171
|
+
const requestOptions = await this.webhooksServiceGetRequestOpts(requestParameters);
|
|
172
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
173
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.GetWebhookResponseFromJSON)(jsonValue));
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Retrieve details for a specific webhook endpoint.
|
|
177
|
+
* Get a webhook
|
|
178
|
+
*/
|
|
179
|
+
async webhooksServiceGet(requestParameters, initOverrides) {
|
|
180
|
+
const response = await this.webhooksServiceGetRaw(requestParameters, initOverrides);
|
|
181
|
+
return await response.value();
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Creates request options for webhooksServiceList without sending the request
|
|
185
|
+
*/
|
|
186
|
+
async webhooksServiceListRequestOpts(requestParameters) {
|
|
187
|
+
const queryParameters = {};
|
|
188
|
+
if (requestParameters['status'] != null) {
|
|
189
|
+
queryParameters['status'] = requestParameters['status'];
|
|
190
|
+
}
|
|
191
|
+
const headerParameters = {};
|
|
192
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
193
|
+
const token = this.configuration.accessToken;
|
|
194
|
+
const tokenString = await token("bearerAuth", []);
|
|
195
|
+
if (tokenString) {
|
|
196
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
let urlPath = `/v1/webhooks`;
|
|
200
|
+
return {
|
|
201
|
+
path: urlPath,
|
|
202
|
+
method: 'GET',
|
|
203
|
+
headers: headerParameters,
|
|
204
|
+
query: queryParameters,
|
|
205
|
+
};
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Enumerate all webhooks for the workspace to manage event integrations.
|
|
209
|
+
* List webhooks
|
|
210
|
+
*/
|
|
211
|
+
async webhooksServiceListRaw(requestParameters, initOverrides) {
|
|
212
|
+
const requestOptions = await this.webhooksServiceListRequestOpts(requestParameters);
|
|
213
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
214
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ListWebhooksResponseFromJSON)(jsonValue));
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Enumerate all webhooks for the workspace to manage event integrations.
|
|
218
|
+
* List webhooks
|
|
219
|
+
*/
|
|
220
|
+
async webhooksServiceList(requestParameters = {}, initOverrides) {
|
|
221
|
+
const response = await this.webhooksServiceListRaw(requestParameters, initOverrides);
|
|
222
|
+
return await response.value();
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* Creates request options for webhooksServiceUpdate without sending the request
|
|
226
|
+
*/
|
|
227
|
+
async webhooksServiceUpdateRequestOpts(requestParameters) {
|
|
228
|
+
if (requestParameters['id'] == null) {
|
|
229
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling webhooksServiceUpdate().');
|
|
230
|
+
}
|
|
231
|
+
if (requestParameters['webhooksServiceUpdateBody'] == null) {
|
|
232
|
+
throw new runtime.RequiredError('webhooksServiceUpdateBody', 'Required parameter "webhooksServiceUpdateBody" was null or undefined when calling webhooksServiceUpdate().');
|
|
233
|
+
}
|
|
234
|
+
const queryParameters = {};
|
|
235
|
+
const headerParameters = {};
|
|
236
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
237
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
238
|
+
const token = this.configuration.accessToken;
|
|
239
|
+
const tokenString = await token("bearerAuth", []);
|
|
240
|
+
if (tokenString) {
|
|
241
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
let urlPath = `/v1/webhooks/{id}`;
|
|
245
|
+
urlPath = urlPath.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id'])));
|
|
246
|
+
return {
|
|
247
|
+
path: urlPath,
|
|
248
|
+
method: 'PATCH',
|
|
249
|
+
headers: headerParameters,
|
|
250
|
+
query: queryParameters,
|
|
251
|
+
body: (0, index_1.WebhooksServiceUpdateBodyToJSON)(requestParameters['webhooksServiceUpdateBody']),
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Modify an existing webhook endpoint configuration.
|
|
256
|
+
* Update a webhook
|
|
257
|
+
*/
|
|
258
|
+
async webhooksServiceUpdateRaw(requestParameters, initOverrides) {
|
|
259
|
+
const requestOptions = await this.webhooksServiceUpdateRequestOpts(requestParameters);
|
|
260
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
261
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.UpdateWebhookResponseFromJSON)(jsonValue));
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* Modify an existing webhook endpoint configuration.
|
|
265
|
+
* Update a webhook
|
|
266
|
+
*/
|
|
267
|
+
async webhooksServiceUpdate(requestParameters, initOverrides) {
|
|
268
|
+
const response = await this.webhooksServiceUpdateRaw(requestParameters, initOverrides);
|
|
269
|
+
return await response.value();
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
exports.WebhooksApi = WebhooksApi;
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Linkbreakers API
|
|
3
|
+
* This is a documentation of all the APIs of Linkbreakers
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.34.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { AddWorkflowStepRelationshipResponse, CreateWorkflowStepResponse, GetWorkflowStepResponse, ListWorkflowStepsResponse, RemoveWorkflowStepRelationshipResponse, UpdateWorkflowStepResponse, WorkflowStepsServiceAddRelationshipBody, WorkflowStepsServiceCreateBody, WorkflowStepsServiceUpdateBody } from '../models/index';
|
|
14
|
+
export interface WorkflowStepsServiceAddRelationshipRequest {
|
|
15
|
+
linkId: string;
|
|
16
|
+
parentStepId: string;
|
|
17
|
+
workflowStepsServiceAddRelationshipBody: WorkflowStepsServiceAddRelationshipBody;
|
|
18
|
+
}
|
|
19
|
+
export interface WorkflowStepsServiceCreateRequest {
|
|
20
|
+
linkId: string;
|
|
21
|
+
workflowStepsServiceCreateBody: WorkflowStepsServiceCreateBody;
|
|
22
|
+
}
|
|
23
|
+
export interface WorkflowStepsServiceDeleteRequest {
|
|
24
|
+
linkId: string;
|
|
25
|
+
id: string;
|
|
26
|
+
}
|
|
27
|
+
export interface WorkflowStepsServiceGetRequest {
|
|
28
|
+
linkId: string;
|
|
29
|
+
id: string;
|
|
30
|
+
}
|
|
31
|
+
export interface WorkflowStepsServiceListRequest {
|
|
32
|
+
linkId: string;
|
|
33
|
+
pageSize?: number;
|
|
34
|
+
pageToken?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface WorkflowStepsServiceRemoveRelationshipRequest {
|
|
37
|
+
linkId: string;
|
|
38
|
+
parentStepId: string;
|
|
39
|
+
childStepId: string;
|
|
40
|
+
}
|
|
41
|
+
export interface WorkflowStepsServiceUpdateRequest {
|
|
42
|
+
linkId: string;
|
|
43
|
+
id: string;
|
|
44
|
+
workflowStepsServiceUpdateBody: WorkflowStepsServiceUpdateBody;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* WorkflowStepsApi - interface
|
|
48
|
+
*
|
|
49
|
+
* @export
|
|
50
|
+
* @interface WorkflowStepsApiInterface
|
|
51
|
+
*/
|
|
52
|
+
export interface WorkflowStepsApiInterface {
|
|
53
|
+
/**
|
|
54
|
+
* Creates request options for workflowStepsServiceAddRelationship without sending the request
|
|
55
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
56
|
+
* @param {string} parentStepId The ID of the parent workflow step (UUID)
|
|
57
|
+
* @param {WorkflowStepsServiceAddRelationshipBody} workflowStepsServiceAddRelationshipBody
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
* @memberof WorkflowStepsApiInterface
|
|
60
|
+
*/
|
|
61
|
+
workflowStepsServiceAddRelationshipRequestOpts(requestParameters: WorkflowStepsServiceAddRelationshipRequest): Promise<runtime.RequestOpts>;
|
|
62
|
+
/**
|
|
63
|
+
* Creates a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to create connections FROM composite nodes (forms, multi-links, conditions). Composite nodes manage their own routing through their payload structure (e.g., button.next_step_id, option.next_step_id). Connections TO composite nodes are allowed. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
64
|
+
* @summary Add relationship between workflow steps
|
|
65
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
66
|
+
* @param {string} parentStepId The ID of the parent workflow step (UUID)
|
|
67
|
+
* @param {WorkflowStepsServiceAddRelationshipBody} workflowStepsServiceAddRelationshipBody
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
* @memberof WorkflowStepsApiInterface
|
|
71
|
+
*/
|
|
72
|
+
workflowStepsServiceAddRelationshipRaw(requestParameters: WorkflowStepsServiceAddRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AddWorkflowStepRelationshipResponse>>;
|
|
73
|
+
/**
|
|
74
|
+
* Creates a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to create connections FROM composite nodes (forms, multi-links, conditions). Composite nodes manage their own routing through their payload structure (e.g., button.next_step_id, option.next_step_id). Connections TO composite nodes are allowed. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
75
|
+
* Add relationship between workflow steps
|
|
76
|
+
*/
|
|
77
|
+
workflowStepsServiceAddRelationship(requestParameters: WorkflowStepsServiceAddRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddWorkflowStepRelationshipResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* Creates request options for workflowStepsServiceCreate without sending the request
|
|
80
|
+
* @param {string} linkId The ID of the link to create the workflow step for (UUID)
|
|
81
|
+
* @param {WorkflowStepsServiceCreateBody} workflowStepsServiceCreateBody
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
* @memberof WorkflowStepsApiInterface
|
|
84
|
+
*/
|
|
85
|
+
workflowStepsServiceCreateRequestOpts(requestParameters: WorkflowStepsServiceCreateRequest): Promise<runtime.RequestOpts>;
|
|
86
|
+
/**
|
|
87
|
+
* This endpoint allows users to create a new workflow step for a link. Workflow steps define the behavior of links, such as redirection destinations.
|
|
88
|
+
* @summary Create a new workflow step
|
|
89
|
+
* @param {string} linkId The ID of the link to create the workflow step for (UUID)
|
|
90
|
+
* @param {WorkflowStepsServiceCreateBody} workflowStepsServiceCreateBody
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
* @memberof WorkflowStepsApiInterface
|
|
94
|
+
*/
|
|
95
|
+
workflowStepsServiceCreateRaw(requestParameters: WorkflowStepsServiceCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CreateWorkflowStepResponse>>;
|
|
96
|
+
/**
|
|
97
|
+
* This endpoint allows users to create a new workflow step for a link. Workflow steps define the behavior of links, such as redirection destinations.
|
|
98
|
+
* Create a new workflow step
|
|
99
|
+
*/
|
|
100
|
+
workflowStepsServiceCreate(requestParameters: WorkflowStepsServiceCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateWorkflowStepResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Creates request options for workflowStepsServiceDelete without sending the request
|
|
103
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
104
|
+
* @param {string} id The ID of the workflow step to delete (UUID)
|
|
105
|
+
* @throws {RequiredError}
|
|
106
|
+
* @memberof WorkflowStepsApiInterface
|
|
107
|
+
*/
|
|
108
|
+
workflowStepsServiceDeleteRequestOpts(requestParameters: WorkflowStepsServiceDeleteRequest): Promise<runtime.RequestOpts>;
|
|
109
|
+
/**
|
|
110
|
+
* Removes a workflow step from the link. This operation cannot be undone.
|
|
111
|
+
* @summary Delete a workflow step
|
|
112
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
113
|
+
* @param {string} id The ID of the workflow step to delete (UUID)
|
|
114
|
+
* @param {*} [options] Override http request option.
|
|
115
|
+
* @throws {RequiredError}
|
|
116
|
+
* @memberof WorkflowStepsApiInterface
|
|
117
|
+
*/
|
|
118
|
+
workflowStepsServiceDeleteRaw(requestParameters: WorkflowStepsServiceDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<object>>;
|
|
119
|
+
/**
|
|
120
|
+
* Removes a workflow step from the link. This operation cannot be undone.
|
|
121
|
+
* Delete a workflow step
|
|
122
|
+
*/
|
|
123
|
+
workflowStepsServiceDelete(requestParameters: WorkflowStepsServiceDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<object>;
|
|
124
|
+
/**
|
|
125
|
+
* Creates request options for workflowStepsServiceGet without sending the request
|
|
126
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
127
|
+
* @param {string} id The ID of the workflow step to retrieve (UUID)
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
* @memberof WorkflowStepsApiInterface
|
|
130
|
+
*/
|
|
131
|
+
workflowStepsServiceGetRequestOpts(requestParameters: WorkflowStepsServiceGetRequest): Promise<runtime.RequestOpts>;
|
|
132
|
+
/**
|
|
133
|
+
* Retrieves information about a specific workflow step.
|
|
134
|
+
* @summary Get workflow step details
|
|
135
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
136
|
+
* @param {string} id The ID of the workflow step to retrieve (UUID)
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
* @memberof WorkflowStepsApiInterface
|
|
140
|
+
*/
|
|
141
|
+
workflowStepsServiceGetRaw(requestParameters: WorkflowStepsServiceGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetWorkflowStepResponse>>;
|
|
142
|
+
/**
|
|
143
|
+
* Retrieves information about a specific workflow step.
|
|
144
|
+
* Get workflow step details
|
|
145
|
+
*/
|
|
146
|
+
workflowStepsServiceGet(requestParameters: WorkflowStepsServiceGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetWorkflowStepResponse>;
|
|
147
|
+
/**
|
|
148
|
+
* Creates request options for workflowStepsServiceList without sending the request
|
|
149
|
+
* @param {string} linkId The ID of the link to list workflow steps for (UUID)
|
|
150
|
+
* @param {number} [pageSize] The maximum number of workflow steps to return (optional)
|
|
151
|
+
* @param {string} [pageToken] The token for retrieving the next page of results (optional)
|
|
152
|
+
* @throws {RequiredError}
|
|
153
|
+
* @memberof WorkflowStepsApiInterface
|
|
154
|
+
*/
|
|
155
|
+
workflowStepsServiceListRequestOpts(requestParameters: WorkflowStepsServiceListRequest): Promise<runtime.RequestOpts>;
|
|
156
|
+
/**
|
|
157
|
+
* Retrieves all workflow steps for a specific link
|
|
158
|
+
* @summary List workflow steps for a link
|
|
159
|
+
* @param {string} linkId The ID of the link to list workflow steps for (UUID)
|
|
160
|
+
* @param {number} [pageSize] The maximum number of workflow steps to return (optional)
|
|
161
|
+
* @param {string} [pageToken] The token for retrieving the next page of results (optional)
|
|
162
|
+
* @param {*} [options] Override http request option.
|
|
163
|
+
* @throws {RequiredError}
|
|
164
|
+
* @memberof WorkflowStepsApiInterface
|
|
165
|
+
*/
|
|
166
|
+
workflowStepsServiceListRaw(requestParameters: WorkflowStepsServiceListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListWorkflowStepsResponse>>;
|
|
167
|
+
/**
|
|
168
|
+
* Retrieves all workflow steps for a specific link
|
|
169
|
+
* List workflow steps for a link
|
|
170
|
+
*/
|
|
171
|
+
workflowStepsServiceList(requestParameters: WorkflowStepsServiceListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListWorkflowStepsResponse>;
|
|
172
|
+
/**
|
|
173
|
+
* Creates request options for workflowStepsServiceRemoveRelationship without sending the request
|
|
174
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
175
|
+
* @param {string} parentStepId The ID of the parent workflow step (UUID)
|
|
176
|
+
* @param {string} childStepId The ID of the child workflow step (UUID)
|
|
177
|
+
* @throws {RequiredError}
|
|
178
|
+
* @memberof WorkflowStepsApiInterface
|
|
179
|
+
*/
|
|
180
|
+
workflowStepsServiceRemoveRelationshipRequestOpts(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest): Promise<runtime.RequestOpts>;
|
|
181
|
+
/**
|
|
182
|
+
* Removes a parent-child relationship between two workflow steps.
|
|
183
|
+
* @summary Remove relationship between workflow steps
|
|
184
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
185
|
+
* @param {string} parentStepId The ID of the parent workflow step (UUID)
|
|
186
|
+
* @param {string} childStepId The ID of the child workflow step (UUID)
|
|
187
|
+
* @param {*} [options] Override http request option.
|
|
188
|
+
* @throws {RequiredError}
|
|
189
|
+
* @memberof WorkflowStepsApiInterface
|
|
190
|
+
*/
|
|
191
|
+
workflowStepsServiceRemoveRelationshipRaw(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RemoveWorkflowStepRelationshipResponse>>;
|
|
192
|
+
/**
|
|
193
|
+
* Removes a parent-child relationship between two workflow steps.
|
|
194
|
+
* Remove relationship between workflow steps
|
|
195
|
+
*/
|
|
196
|
+
workflowStepsServiceRemoveRelationship(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RemoveWorkflowStepRelationshipResponse>;
|
|
197
|
+
/**
|
|
198
|
+
* Creates request options for workflowStepsServiceUpdate without sending the request
|
|
199
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
200
|
+
* @param {string} id The ID of the workflow step to update (UUID)
|
|
201
|
+
* @param {WorkflowStepsServiceUpdateBody} workflowStepsServiceUpdateBody
|
|
202
|
+
* @throws {RequiredError}
|
|
203
|
+
* @memberof WorkflowStepsApiInterface
|
|
204
|
+
*/
|
|
205
|
+
workflowStepsServiceUpdateRequestOpts(requestParameters: WorkflowStepsServiceUpdateRequest): Promise<runtime.RequestOpts>;
|
|
206
|
+
/**
|
|
207
|
+
* Updates an existing workflow step for a link.
|
|
208
|
+
* @summary Update a workflow step
|
|
209
|
+
* @param {string} linkId The ID of the link (UUID)
|
|
210
|
+
* @param {string} id The ID of the workflow step to update (UUID)
|
|
211
|
+
* @param {WorkflowStepsServiceUpdateBody} workflowStepsServiceUpdateBody
|
|
212
|
+
* @param {*} [options] Override http request option.
|
|
213
|
+
* @throws {RequiredError}
|
|
214
|
+
* @memberof WorkflowStepsApiInterface
|
|
215
|
+
*/
|
|
216
|
+
workflowStepsServiceUpdateRaw(requestParameters: WorkflowStepsServiceUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UpdateWorkflowStepResponse>>;
|
|
217
|
+
/**
|
|
218
|
+
* Updates an existing workflow step for a link.
|
|
219
|
+
* Update a workflow step
|
|
220
|
+
*/
|
|
221
|
+
workflowStepsServiceUpdate(requestParameters: WorkflowStepsServiceUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UpdateWorkflowStepResponse>;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
*
|
|
225
|
+
*/
|
|
226
|
+
export declare class WorkflowStepsApi extends runtime.BaseAPI implements WorkflowStepsApiInterface {
|
|
227
|
+
/**
|
|
228
|
+
* Creates request options for workflowStepsServiceAddRelationship without sending the request
|
|
229
|
+
*/
|
|
230
|
+
workflowStepsServiceAddRelationshipRequestOpts(requestParameters: WorkflowStepsServiceAddRelationshipRequest): Promise<runtime.RequestOpts>;
|
|
231
|
+
/**
|
|
232
|
+
* Creates a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to create connections FROM composite nodes (forms, multi-links, conditions). Composite nodes manage their own routing through their payload structure (e.g., button.next_step_id, option.next_step_id). Connections TO composite nodes are allowed. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
233
|
+
* Add relationship between workflow steps
|
|
234
|
+
*/
|
|
235
|
+
workflowStepsServiceAddRelationshipRaw(requestParameters: WorkflowStepsServiceAddRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AddWorkflowStepRelationshipResponse>>;
|
|
236
|
+
/**
|
|
237
|
+
* Creates a parent-child relationship between two workflow steps. IMPORTANT: This endpoint cannot be used to create connections FROM composite nodes (forms, multi-links, conditions). Composite nodes manage their own routing through their payload structure (e.g., button.next_step_id, option.next_step_id). Connections TO composite nodes are allowed. Only atomic nodes (redirects, passwords, etc.) can use this endpoint as the parent.
|
|
238
|
+
* Add relationship between workflow steps
|
|
239
|
+
*/
|
|
240
|
+
workflowStepsServiceAddRelationship(requestParameters: WorkflowStepsServiceAddRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddWorkflowStepRelationshipResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* Creates request options for workflowStepsServiceCreate without sending the request
|
|
243
|
+
*/
|
|
244
|
+
workflowStepsServiceCreateRequestOpts(requestParameters: WorkflowStepsServiceCreateRequest): Promise<runtime.RequestOpts>;
|
|
245
|
+
/**
|
|
246
|
+
* This endpoint allows users to create a new workflow step for a link. Workflow steps define the behavior of links, such as redirection destinations.
|
|
247
|
+
* Create a new workflow step
|
|
248
|
+
*/
|
|
249
|
+
workflowStepsServiceCreateRaw(requestParameters: WorkflowStepsServiceCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CreateWorkflowStepResponse>>;
|
|
250
|
+
/**
|
|
251
|
+
* This endpoint allows users to create a new workflow step for a link. Workflow steps define the behavior of links, such as redirection destinations.
|
|
252
|
+
* Create a new workflow step
|
|
253
|
+
*/
|
|
254
|
+
workflowStepsServiceCreate(requestParameters: WorkflowStepsServiceCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateWorkflowStepResponse>;
|
|
255
|
+
/**
|
|
256
|
+
* Creates request options for workflowStepsServiceDelete without sending the request
|
|
257
|
+
*/
|
|
258
|
+
workflowStepsServiceDeleteRequestOpts(requestParameters: WorkflowStepsServiceDeleteRequest): Promise<runtime.RequestOpts>;
|
|
259
|
+
/**
|
|
260
|
+
* Removes a workflow step from the link. This operation cannot be undone.
|
|
261
|
+
* Delete a workflow step
|
|
262
|
+
*/
|
|
263
|
+
workflowStepsServiceDeleteRaw(requestParameters: WorkflowStepsServiceDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<object>>;
|
|
264
|
+
/**
|
|
265
|
+
* Removes a workflow step from the link. This operation cannot be undone.
|
|
266
|
+
* Delete a workflow step
|
|
267
|
+
*/
|
|
268
|
+
workflowStepsServiceDelete(requestParameters: WorkflowStepsServiceDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<object>;
|
|
269
|
+
/**
|
|
270
|
+
* Creates request options for workflowStepsServiceGet without sending the request
|
|
271
|
+
*/
|
|
272
|
+
workflowStepsServiceGetRequestOpts(requestParameters: WorkflowStepsServiceGetRequest): Promise<runtime.RequestOpts>;
|
|
273
|
+
/**
|
|
274
|
+
* Retrieves information about a specific workflow step.
|
|
275
|
+
* Get workflow step details
|
|
276
|
+
*/
|
|
277
|
+
workflowStepsServiceGetRaw(requestParameters: WorkflowStepsServiceGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetWorkflowStepResponse>>;
|
|
278
|
+
/**
|
|
279
|
+
* Retrieves information about a specific workflow step.
|
|
280
|
+
* Get workflow step details
|
|
281
|
+
*/
|
|
282
|
+
workflowStepsServiceGet(requestParameters: WorkflowStepsServiceGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetWorkflowStepResponse>;
|
|
283
|
+
/**
|
|
284
|
+
* Creates request options for workflowStepsServiceList without sending the request
|
|
285
|
+
*/
|
|
286
|
+
workflowStepsServiceListRequestOpts(requestParameters: WorkflowStepsServiceListRequest): Promise<runtime.RequestOpts>;
|
|
287
|
+
/**
|
|
288
|
+
* Retrieves all workflow steps for a specific link
|
|
289
|
+
* List workflow steps for a link
|
|
290
|
+
*/
|
|
291
|
+
workflowStepsServiceListRaw(requestParameters: WorkflowStepsServiceListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListWorkflowStepsResponse>>;
|
|
292
|
+
/**
|
|
293
|
+
* Retrieves all workflow steps for a specific link
|
|
294
|
+
* List workflow steps for a link
|
|
295
|
+
*/
|
|
296
|
+
workflowStepsServiceList(requestParameters: WorkflowStepsServiceListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListWorkflowStepsResponse>;
|
|
297
|
+
/**
|
|
298
|
+
* Creates request options for workflowStepsServiceRemoveRelationship without sending the request
|
|
299
|
+
*/
|
|
300
|
+
workflowStepsServiceRemoveRelationshipRequestOpts(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest): Promise<runtime.RequestOpts>;
|
|
301
|
+
/**
|
|
302
|
+
* Removes a parent-child relationship between two workflow steps.
|
|
303
|
+
* Remove relationship between workflow steps
|
|
304
|
+
*/
|
|
305
|
+
workflowStepsServiceRemoveRelationshipRaw(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RemoveWorkflowStepRelationshipResponse>>;
|
|
306
|
+
/**
|
|
307
|
+
* Removes a parent-child relationship between two workflow steps.
|
|
308
|
+
* Remove relationship between workflow steps
|
|
309
|
+
*/
|
|
310
|
+
workflowStepsServiceRemoveRelationship(requestParameters: WorkflowStepsServiceRemoveRelationshipRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RemoveWorkflowStepRelationshipResponse>;
|
|
311
|
+
/**
|
|
312
|
+
* Creates request options for workflowStepsServiceUpdate without sending the request
|
|
313
|
+
*/
|
|
314
|
+
workflowStepsServiceUpdateRequestOpts(requestParameters: WorkflowStepsServiceUpdateRequest): Promise<runtime.RequestOpts>;
|
|
315
|
+
/**
|
|
316
|
+
* Updates an existing workflow step for a link.
|
|
317
|
+
* Update a workflow step
|
|
318
|
+
*/
|
|
319
|
+
workflowStepsServiceUpdateRaw(requestParameters: WorkflowStepsServiceUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UpdateWorkflowStepResponse>>;
|
|
320
|
+
/**
|
|
321
|
+
* Updates an existing workflow step for a link.
|
|
322
|
+
* Update a workflow step
|
|
323
|
+
*/
|
|
324
|
+
workflowStepsServiceUpdate(requestParameters: WorkflowStepsServiceUpdateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UpdateWorkflowStepResponse>;
|
|
325
|
+
}
|