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,58 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfVisitorEvent = instanceOfVisitorEvent;
|
|
17
|
+
exports.VisitorEventFromJSON = VisitorEventFromJSON;
|
|
18
|
+
exports.VisitorEventFromJSONTyped = VisitorEventFromJSONTyped;
|
|
19
|
+
exports.VisitorEventToJSON = VisitorEventToJSON;
|
|
20
|
+
exports.VisitorEventToJSONTyped = VisitorEventToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the VisitorEvent interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfVisitorEvent(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function VisitorEventFromJSON(json) {
|
|
28
|
+
return VisitorEventFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function VisitorEventFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'action': json['action'] == null ? undefined : json['action'],
|
|
36
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
37
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
38
|
+
'linkId': json['linkId'] == null ? undefined : json['linkId'],
|
|
39
|
+
'scannedAt': json['scannedAt'] == null ? undefined : (new Date(json['scannedAt'])),
|
|
40
|
+
'visitType': json['visitType'] == null ? undefined : json['visitType'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function VisitorEventToJSON(json) {
|
|
44
|
+
return VisitorEventToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function VisitorEventToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'action': value['action'],
|
|
52
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
53
|
+
'id': value['id'],
|
|
54
|
+
'linkId': value['linkId'],
|
|
55
|
+
'scannedAt': value['scannedAt'] == null ? value['scannedAt'] : value['scannedAt'].toISOString(),
|
|
56
|
+
'visitType': value['visitType'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* Input payload for identifying/updating a visitor
|
|
14
|
+
* - Reserved keys (system fields) have a "$" prefix, e.g. "$email", "$phone", "$firstName", "$lastName".
|
|
15
|
+
* - All other keys are treated as custom attributes and stored in `attributes`.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface VisitorInput
|
|
18
|
+
*/
|
|
19
|
+
export interface VisitorInput {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {object}
|
|
23
|
+
* @memberof VisitorInput
|
|
24
|
+
*/
|
|
25
|
+
data?: object;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the VisitorInput interface.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfVisitorInput(value: object): value is VisitorInput;
|
|
31
|
+
export declare function VisitorInputFromJSON(json: any): VisitorInput;
|
|
32
|
+
export declare function VisitorInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): VisitorInput;
|
|
33
|
+
export declare function VisitorInputToJSON(json: any): VisitorInput;
|
|
34
|
+
export declare function VisitorInputToJSONTyped(value?: VisitorInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfVisitorInput = instanceOfVisitorInput;
|
|
17
|
+
exports.VisitorInputFromJSON = VisitorInputFromJSON;
|
|
18
|
+
exports.VisitorInputFromJSONTyped = VisitorInputFromJSONTyped;
|
|
19
|
+
exports.VisitorInputToJSON = VisitorInputToJSON;
|
|
20
|
+
exports.VisitorInputToJSONTyped = VisitorInputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the VisitorInput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfVisitorInput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function VisitorInputFromJSON(json) {
|
|
28
|
+
return VisitorInputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function VisitorInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'data': json['data'] == null ? undefined : json['data'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function VisitorInputToJSON(json) {
|
|
39
|
+
return VisitorInputToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function VisitorInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'data': value['data'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* Summarizes how a visitor has interacted with a specific link so Linkbreakers can surface per-campaign engagement history.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface VisitorLink
|
|
16
|
+
*/
|
|
17
|
+
export interface VisitorLink {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VisitorLink
|
|
22
|
+
*/
|
|
23
|
+
entrypoint?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof VisitorLink
|
|
28
|
+
*/
|
|
29
|
+
eventCount?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Date}
|
|
33
|
+
* @memberof VisitorLink
|
|
34
|
+
*/
|
|
35
|
+
firstVisitedAt?: Date;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof VisitorLink
|
|
40
|
+
*/
|
|
41
|
+
id?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {Date}
|
|
45
|
+
* @memberof VisitorLink
|
|
46
|
+
*/
|
|
47
|
+
lastVisitedAt?: Date;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof VisitorLink
|
|
52
|
+
*/
|
|
53
|
+
name?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof VisitorLink
|
|
58
|
+
*/
|
|
59
|
+
shortlink?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Check if a given object implements the VisitorLink interface.
|
|
63
|
+
*/
|
|
64
|
+
export declare function instanceOfVisitorLink(value: object): value is VisitorLink;
|
|
65
|
+
export declare function VisitorLinkFromJSON(json: any): VisitorLink;
|
|
66
|
+
export declare function VisitorLinkFromJSONTyped(json: any, ignoreDiscriminator: boolean): VisitorLink;
|
|
67
|
+
export declare function VisitorLinkToJSON(json: any): VisitorLink;
|
|
68
|
+
export declare function VisitorLinkToJSONTyped(value?: VisitorLink | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfVisitorLink = instanceOfVisitorLink;
|
|
17
|
+
exports.VisitorLinkFromJSON = VisitorLinkFromJSON;
|
|
18
|
+
exports.VisitorLinkFromJSONTyped = VisitorLinkFromJSONTyped;
|
|
19
|
+
exports.VisitorLinkToJSON = VisitorLinkToJSON;
|
|
20
|
+
exports.VisitorLinkToJSONTyped = VisitorLinkToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the VisitorLink interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfVisitorLink(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function VisitorLinkFromJSON(json) {
|
|
28
|
+
return VisitorLinkFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function VisitorLinkFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'entrypoint': json['entrypoint'] == null ? undefined : json['entrypoint'],
|
|
36
|
+
'eventCount': json['eventCount'] == null ? undefined : json['eventCount'],
|
|
37
|
+
'firstVisitedAt': json['firstVisitedAt'] == null ? undefined : (new Date(json['firstVisitedAt'])),
|
|
38
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
39
|
+
'lastVisitedAt': json['lastVisitedAt'] == null ? undefined : (new Date(json['lastVisitedAt'])),
|
|
40
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
41
|
+
'shortlink': json['shortlink'] == null ? undefined : json['shortlink'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function VisitorLinkToJSON(json) {
|
|
45
|
+
return VisitorLinkToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function VisitorLinkToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'entrypoint': value['entrypoint'],
|
|
53
|
+
'eventCount': value['eventCount'],
|
|
54
|
+
'firstVisitedAt': value['firstVisitedAt'] == null ? value['firstVisitedAt'] : value['firstVisitedAt'].toISOString(),
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
'lastVisitedAt': value['lastVisitedAt'] == null ? value['lastVisitedAt'] : value['lastVisitedAt'].toISOString(),
|
|
57
|
+
'name': value['name'],
|
|
58
|
+
'shortlink': value['shortlink'],
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 type { VisitorInput } from './VisitorInput';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VisitorsServiceUpdateBody
|
|
17
|
+
*/
|
|
18
|
+
export interface VisitorsServiceUpdateBody {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {VisitorInput}
|
|
22
|
+
* @memberof VisitorsServiceUpdateBody
|
|
23
|
+
*/
|
|
24
|
+
visitor?: VisitorInput;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the VisitorsServiceUpdateBody interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfVisitorsServiceUpdateBody(value: object): value is VisitorsServiceUpdateBody;
|
|
30
|
+
export declare function VisitorsServiceUpdateBodyFromJSON(json: any): VisitorsServiceUpdateBody;
|
|
31
|
+
export declare function VisitorsServiceUpdateBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): VisitorsServiceUpdateBody;
|
|
32
|
+
export declare function VisitorsServiceUpdateBodyToJSON(json: any): VisitorsServiceUpdateBody;
|
|
33
|
+
export declare function VisitorsServiceUpdateBodyToJSONTyped(value?: VisitorsServiceUpdateBody | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfVisitorsServiceUpdateBody = instanceOfVisitorsServiceUpdateBody;
|
|
17
|
+
exports.VisitorsServiceUpdateBodyFromJSON = VisitorsServiceUpdateBodyFromJSON;
|
|
18
|
+
exports.VisitorsServiceUpdateBodyFromJSONTyped = VisitorsServiceUpdateBodyFromJSONTyped;
|
|
19
|
+
exports.VisitorsServiceUpdateBodyToJSON = VisitorsServiceUpdateBodyToJSON;
|
|
20
|
+
exports.VisitorsServiceUpdateBodyToJSONTyped = VisitorsServiceUpdateBodyToJSONTyped;
|
|
21
|
+
const VisitorInput_1 = require("./VisitorInput");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the VisitorsServiceUpdateBody interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfVisitorsServiceUpdateBody(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function VisitorsServiceUpdateBodyFromJSON(json) {
|
|
29
|
+
return VisitorsServiceUpdateBodyFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function VisitorsServiceUpdateBodyFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'visitor': json['visitor'] == null ? undefined : (0, VisitorInput_1.VisitorInputFromJSON)(json['visitor']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function VisitorsServiceUpdateBodyToJSON(json) {
|
|
40
|
+
return VisitorsServiceUpdateBodyToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function VisitorsServiceUpdateBodyToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'visitor': (0, VisitorInput_1.VisitorInputToJSON)(value['visitor']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
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 type { WebhookStatus } from './WebhookStatus';
|
|
13
|
+
import type { WebhookSource } from './WebhookSource';
|
|
14
|
+
import type { WorkflowStepKind } from './WorkflowStepKind';
|
|
15
|
+
/**
|
|
16
|
+
* Describes a webhook endpoint that receives event notifications when specified conditions are met,
|
|
17
|
+
* providing real-time integration capabilities for external systems.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface Webhook
|
|
20
|
+
*/
|
|
21
|
+
export interface Webhook {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {Date}
|
|
25
|
+
* @memberof Webhook
|
|
26
|
+
*/
|
|
27
|
+
readonly createdAt?: Date;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof Webhook
|
|
32
|
+
*/
|
|
33
|
+
createdBy?: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof Webhook
|
|
38
|
+
*/
|
|
39
|
+
endpointUrl?: string;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof Webhook
|
|
44
|
+
*/
|
|
45
|
+
readonly failureCount?: string;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof Webhook
|
|
50
|
+
*/
|
|
51
|
+
id?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The timestamp when the webhook was last successfully delivered to the endpoint.
|
|
54
|
+
* This field is only updated when the webhook endpoint responds with a 2xx status code.
|
|
55
|
+
* Use this to track actual successful event notifications to external systems.
|
|
56
|
+
* @type {Date}
|
|
57
|
+
* @memberof Webhook
|
|
58
|
+
*/
|
|
59
|
+
readonly lastDeliveredAt?: Date;
|
|
60
|
+
/**
|
|
61
|
+
* The timestamp when the webhook was last triggered (attempted), regardless of success or failure.
|
|
62
|
+
* This field is updated on every webhook transmission attempt, including failed deliveries.
|
|
63
|
+
* Use this to track webhook activity and debugging transmission issues.
|
|
64
|
+
* @type {Date}
|
|
65
|
+
* @memberof Webhook
|
|
66
|
+
*/
|
|
67
|
+
readonly lastSentAt?: Date;
|
|
68
|
+
/**
|
|
69
|
+
* Filter webhook notifications by a specific link ID.
|
|
70
|
+
* Only events from this link will trigger webhook notifications.
|
|
71
|
+
* If empty, all links in the workspace will trigger notifications.
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof Webhook
|
|
74
|
+
*/
|
|
75
|
+
linkId?: string;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof Webhook
|
|
80
|
+
*/
|
|
81
|
+
name?: string;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {WebhookSource}
|
|
85
|
+
* @memberof Webhook
|
|
86
|
+
*/
|
|
87
|
+
source?: WebhookSource;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {WebhookStatus}
|
|
91
|
+
* @memberof Webhook
|
|
92
|
+
*/
|
|
93
|
+
status?: WebhookStatus;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof Webhook
|
|
98
|
+
*/
|
|
99
|
+
readonly successCount?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Filter webhook notifications by workflow step kinds.
|
|
102
|
+
* Only workflow steps matching these kinds will trigger webhook notifications.
|
|
103
|
+
* If empty, all workflow step kinds will trigger notifications.
|
|
104
|
+
* @type {Array<WorkflowStepKind>}
|
|
105
|
+
* @memberof Webhook
|
|
106
|
+
*/
|
|
107
|
+
triggers?: Array<WorkflowStepKind>;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {Date}
|
|
111
|
+
* @memberof Webhook
|
|
112
|
+
*/
|
|
113
|
+
readonly updatedAt?: Date;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @type {string}
|
|
117
|
+
* @memberof Webhook
|
|
118
|
+
*/
|
|
119
|
+
workspaceId?: string;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Check if a given object implements the Webhook interface.
|
|
123
|
+
*/
|
|
124
|
+
export declare function instanceOfWebhook(value: object): value is Webhook;
|
|
125
|
+
export declare function WebhookFromJSON(json: any): Webhook;
|
|
126
|
+
export declare function WebhookFromJSONTyped(json: any, ignoreDiscriminator: boolean): Webhook;
|
|
127
|
+
export declare function WebhookToJSON(json: any): Webhook;
|
|
128
|
+
export declare function WebhookToJSONTyped(value?: Omit<Webhook, 'createdAt' | 'failureCount' | 'lastDeliveredAt' | 'lastSentAt' | 'successCount' | 'updatedAt'> | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,73 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfWebhook = instanceOfWebhook;
|
|
17
|
+
exports.WebhookFromJSON = WebhookFromJSON;
|
|
18
|
+
exports.WebhookFromJSONTyped = WebhookFromJSONTyped;
|
|
19
|
+
exports.WebhookToJSON = WebhookToJSON;
|
|
20
|
+
exports.WebhookToJSONTyped = WebhookToJSONTyped;
|
|
21
|
+
const WebhookStatus_1 = require("./WebhookStatus");
|
|
22
|
+
const WebhookSource_1 = require("./WebhookSource");
|
|
23
|
+
const WorkflowStepKind_1 = require("./WorkflowStepKind");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the Webhook interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfWebhook(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function WebhookFromJSON(json) {
|
|
31
|
+
return WebhookFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function WebhookFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
39
|
+
'createdBy': json['createdBy'] == null ? undefined : json['createdBy'],
|
|
40
|
+
'endpointUrl': json['endpointUrl'] == null ? undefined : json['endpointUrl'],
|
|
41
|
+
'failureCount': json['failureCount'] == null ? undefined : json['failureCount'],
|
|
42
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
43
|
+
'lastDeliveredAt': json['lastDeliveredAt'] == null ? undefined : (new Date(json['lastDeliveredAt'])),
|
|
44
|
+
'lastSentAt': json['lastSentAt'] == null ? undefined : (new Date(json['lastSentAt'])),
|
|
45
|
+
'linkId': json['linkId'] == null ? undefined : json['linkId'],
|
|
46
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
47
|
+
'source': json['source'] == null ? undefined : (0, WebhookSource_1.WebhookSourceFromJSON)(json['source']),
|
|
48
|
+
'status': json['status'] == null ? undefined : (0, WebhookStatus_1.WebhookStatusFromJSON)(json['status']),
|
|
49
|
+
'successCount': json['successCount'] == null ? undefined : json['successCount'],
|
|
50
|
+
'triggers': json['triggers'] == null ? undefined : (json['triggers'].map(WorkflowStepKind_1.WorkflowStepKindFromJSON)),
|
|
51
|
+
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
52
|
+
'workspaceId': json['workspaceId'] == null ? undefined : json['workspaceId'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
function WebhookToJSON(json) {
|
|
56
|
+
return WebhookToJSONTyped(json, false);
|
|
57
|
+
}
|
|
58
|
+
function WebhookToJSONTyped(value, ignoreDiscriminator = false) {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'createdBy': value['createdBy'],
|
|
64
|
+
'endpointUrl': value['endpointUrl'],
|
|
65
|
+
'id': value['id'],
|
|
66
|
+
'linkId': value['linkId'],
|
|
67
|
+
'name': value['name'],
|
|
68
|
+
'source': (0, WebhookSource_1.WebhookSourceToJSON)(value['source']),
|
|
69
|
+
'status': (0, WebhookStatus_1.WebhookStatusToJSON)(value['status']),
|
|
70
|
+
'triggers': value['triggers'] == null ? undefined : (value['triggers'].map(WorkflowStepKind_1.WorkflowStepKindToJSON)),
|
|
71
|
+
'workspaceId': value['workspaceId'],
|
|
72
|
+
};
|
|
73
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* - WEBHOOK_SOURCE_UNSPECIFIED: Webhook source not specified (defaults to LINKBREAKERS)
|
|
14
|
+
* - WEBHOOK_SOURCE_LINKBREAKERS: Webhook created manually through the Linkbreakers dashboard/platform
|
|
15
|
+
* - WEBHOOK_SOURCE_MAKE: Webhook created automatically via Make.com integration
|
|
16
|
+
* - WEBHOOK_SOURCE_ZAPIER: Webhook created automatically via Zapier integration
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export declare const WebhookSource: {
|
|
20
|
+
readonly WebhookSourceUnspecified: "WEBHOOK_SOURCE_UNSPECIFIED";
|
|
21
|
+
readonly WebhookSourceLinkbreakers: "WEBHOOK_SOURCE_LINKBREAKERS";
|
|
22
|
+
readonly WebhookSourceMake: "WEBHOOK_SOURCE_MAKE";
|
|
23
|
+
readonly WebhookSourceZapier: "WEBHOOK_SOURCE_ZAPIER";
|
|
24
|
+
};
|
|
25
|
+
export type WebhookSource = typeof WebhookSource[keyof typeof WebhookSource];
|
|
26
|
+
export declare function instanceOfWebhookSource(value: any): boolean;
|
|
27
|
+
export declare function WebhookSourceFromJSON(json: any): WebhookSource;
|
|
28
|
+
export declare function WebhookSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebhookSource;
|
|
29
|
+
export declare function WebhookSourceToJSON(value?: WebhookSource | null): any;
|
|
30
|
+
export declare function WebhookSourceToJSONTyped(value: any, ignoreDiscriminator: boolean): WebhookSource;
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.WebhookSource = void 0;
|
|
17
|
+
exports.instanceOfWebhookSource = instanceOfWebhookSource;
|
|
18
|
+
exports.WebhookSourceFromJSON = WebhookSourceFromJSON;
|
|
19
|
+
exports.WebhookSourceFromJSONTyped = WebhookSourceFromJSONTyped;
|
|
20
|
+
exports.WebhookSourceToJSON = WebhookSourceToJSON;
|
|
21
|
+
exports.WebhookSourceToJSONTyped = WebhookSourceToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* - WEBHOOK_SOURCE_UNSPECIFIED: Webhook source not specified (defaults to LINKBREAKERS)
|
|
24
|
+
* - WEBHOOK_SOURCE_LINKBREAKERS: Webhook created manually through the Linkbreakers dashboard/platform
|
|
25
|
+
* - WEBHOOK_SOURCE_MAKE: Webhook created automatically via Make.com integration
|
|
26
|
+
* - WEBHOOK_SOURCE_ZAPIER: Webhook created automatically via Zapier integration
|
|
27
|
+
* @export
|
|
28
|
+
*/
|
|
29
|
+
exports.WebhookSource = {
|
|
30
|
+
WebhookSourceUnspecified: 'WEBHOOK_SOURCE_UNSPECIFIED',
|
|
31
|
+
WebhookSourceLinkbreakers: 'WEBHOOK_SOURCE_LINKBREAKERS',
|
|
32
|
+
WebhookSourceMake: 'WEBHOOK_SOURCE_MAKE',
|
|
33
|
+
WebhookSourceZapier: 'WEBHOOK_SOURCE_ZAPIER'
|
|
34
|
+
};
|
|
35
|
+
function instanceOfWebhookSource(value) {
|
|
36
|
+
for (const key in exports.WebhookSource) {
|
|
37
|
+
if (Object.prototype.hasOwnProperty.call(exports.WebhookSource, key)) {
|
|
38
|
+
if (exports.WebhookSource[key] === value) {
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
return false;
|
|
44
|
+
}
|
|
45
|
+
function WebhookSourceFromJSON(json) {
|
|
46
|
+
return WebhookSourceFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function WebhookSourceFromJSONTyped(json, ignoreDiscriminator) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
function WebhookSourceToJSON(value) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
function WebhookSourceToJSONTyped(value, ignoreDiscriminator) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* - WEBHOOK_STATUS_UNSPECIFIED: Webhook status not specified
|
|
14
|
+
* - WEBHOOK_STATUS_ACTIVE: Webhook is active and receiving events
|
|
15
|
+
* - WEBHOOK_STATUS_DISABLED: Webhook is disabled due to repeated failures
|
|
16
|
+
* - WEBHOOK_STATUS_PAUSED: Webhook is paused by user action
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export declare const WebhookStatus: {
|
|
20
|
+
readonly WebhookStatusUnspecified: "WEBHOOK_STATUS_UNSPECIFIED";
|
|
21
|
+
readonly WebhookStatusActive: "WEBHOOK_STATUS_ACTIVE";
|
|
22
|
+
readonly WebhookStatusDisabled: "WEBHOOK_STATUS_DISABLED";
|
|
23
|
+
readonly WebhookStatusPaused: "WEBHOOK_STATUS_PAUSED";
|
|
24
|
+
};
|
|
25
|
+
export type WebhookStatus = typeof WebhookStatus[keyof typeof WebhookStatus];
|
|
26
|
+
export declare function instanceOfWebhookStatus(value: any): boolean;
|
|
27
|
+
export declare function WebhookStatusFromJSON(json: any): WebhookStatus;
|
|
28
|
+
export declare function WebhookStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebhookStatus;
|
|
29
|
+
export declare function WebhookStatusToJSON(value?: WebhookStatus | null): any;
|
|
30
|
+
export declare function WebhookStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): WebhookStatus;
|