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,39 @@
|
|
|
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 { ThemeColor } from './ThemeColor';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DotsOptions
|
|
17
|
+
*/
|
|
18
|
+
export interface DotsOptions {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ThemeColor}
|
|
22
|
+
* @memberof DotsOptions
|
|
23
|
+
*/
|
|
24
|
+
themeColor?: ThemeColor;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DotsOptions
|
|
29
|
+
*/
|
|
30
|
+
type?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the DotsOptions interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfDotsOptions(value: object): value is DotsOptions;
|
|
36
|
+
export declare function DotsOptionsFromJSON(json: any): DotsOptions;
|
|
37
|
+
export declare function DotsOptionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): DotsOptions;
|
|
38
|
+
export declare function DotsOptionsToJSON(json: any): DotsOptions;
|
|
39
|
+
export declare function DotsOptionsToJSONTyped(value?: DotsOptions | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfDotsOptions = instanceOfDotsOptions;
|
|
17
|
+
exports.DotsOptionsFromJSON = DotsOptionsFromJSON;
|
|
18
|
+
exports.DotsOptionsFromJSONTyped = DotsOptionsFromJSONTyped;
|
|
19
|
+
exports.DotsOptionsToJSON = DotsOptionsToJSON;
|
|
20
|
+
exports.DotsOptionsToJSONTyped = DotsOptionsToJSONTyped;
|
|
21
|
+
const ThemeColor_1 = require("./ThemeColor");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the DotsOptions interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfDotsOptions(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function DotsOptionsFromJSON(json) {
|
|
29
|
+
return DotsOptionsFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function DotsOptionsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'themeColor': json['themeColor'] == null ? undefined : (0, ThemeColor_1.ThemeColorFromJSON)(json['themeColor']),
|
|
37
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function DotsOptionsToJSON(json) {
|
|
41
|
+
return DotsOptionsToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function DotsOptionsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'themeColor': (0, ThemeColor_1.ThemeColorToJSON)(value['themeColor']),
|
|
49
|
+
'type': value['type'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
* EntryAccessTraceData stores details for entry access traces.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EntryAccessTraceData
|
|
16
|
+
*/
|
|
17
|
+
export interface EntryAccessTraceData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof EntryAccessTraceData
|
|
22
|
+
*/
|
|
23
|
+
accessedAt?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EntryAccessTraceData
|
|
28
|
+
*/
|
|
29
|
+
action?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof EntryAccessTraceData
|
|
34
|
+
*/
|
|
35
|
+
entrypoint?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof EntryAccessTraceData
|
|
40
|
+
*/
|
|
41
|
+
httpMethod?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof EntryAccessTraceData
|
|
46
|
+
*/
|
|
47
|
+
visitType?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the EntryAccessTraceData interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfEntryAccessTraceData(value: object): value is EntryAccessTraceData;
|
|
53
|
+
export declare function EntryAccessTraceDataFromJSON(json: any): EntryAccessTraceData;
|
|
54
|
+
export declare function EntryAccessTraceDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): EntryAccessTraceData;
|
|
55
|
+
export declare function EntryAccessTraceDataToJSON(json: any): EntryAccessTraceData;
|
|
56
|
+
export declare function EntryAccessTraceDataToJSONTyped(value?: EntryAccessTraceData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -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.instanceOfEntryAccessTraceData = instanceOfEntryAccessTraceData;
|
|
17
|
+
exports.EntryAccessTraceDataFromJSON = EntryAccessTraceDataFromJSON;
|
|
18
|
+
exports.EntryAccessTraceDataFromJSONTyped = EntryAccessTraceDataFromJSONTyped;
|
|
19
|
+
exports.EntryAccessTraceDataToJSON = EntryAccessTraceDataToJSON;
|
|
20
|
+
exports.EntryAccessTraceDataToJSONTyped = EntryAccessTraceDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the EntryAccessTraceData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfEntryAccessTraceData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function EntryAccessTraceDataFromJSON(json) {
|
|
28
|
+
return EntryAccessTraceDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function EntryAccessTraceDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'accessedAt': json['accessedAt'] == null ? undefined : json['accessedAt'],
|
|
36
|
+
'action': json['action'] == null ? undefined : json['action'],
|
|
37
|
+
'entrypoint': json['entrypoint'] == null ? undefined : json['entrypoint'],
|
|
38
|
+
'httpMethod': json['httpMethod'] == null ? undefined : json['httpMethod'],
|
|
39
|
+
'visitType': json['visitType'] == null ? undefined : json['visitType'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function EntryAccessTraceDataToJSON(json) {
|
|
43
|
+
return EntryAccessTraceDataToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function EntryAccessTraceDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'accessedAt': value['accessedAt'],
|
|
51
|
+
'action': value['action'],
|
|
52
|
+
'entrypoint': value['entrypoint'],
|
|
53
|
+
'httpMethod': value['httpMethod'],
|
|
54
|
+
'visitType': value['visitType'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ErrorResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface ErrorResponse {
|
|
18
|
+
/**
|
|
19
|
+
* HTTP status code
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ErrorResponse
|
|
22
|
+
*/
|
|
23
|
+
code: number;
|
|
24
|
+
/**
|
|
25
|
+
* Custom error code type
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ErrorResponse
|
|
28
|
+
*/
|
|
29
|
+
codeType: string;
|
|
30
|
+
/**
|
|
31
|
+
* Additional error details
|
|
32
|
+
* @type {Array<object>}
|
|
33
|
+
* @memberof ErrorResponse
|
|
34
|
+
*/
|
|
35
|
+
details: Array<object>;
|
|
36
|
+
/**
|
|
37
|
+
* Error message
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ErrorResponse
|
|
40
|
+
*/
|
|
41
|
+
message: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Check if a given object implements the ErrorResponse interface.
|
|
45
|
+
*/
|
|
46
|
+
export declare function instanceOfErrorResponse(value: object): value is ErrorResponse;
|
|
47
|
+
export declare function ErrorResponseFromJSON(json: any): ErrorResponse;
|
|
48
|
+
export declare function ErrorResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorResponse;
|
|
49
|
+
export declare function ErrorResponseToJSON(json: any): ErrorResponse;
|
|
50
|
+
export declare function ErrorResponseToJSONTyped(value?: ErrorResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
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.instanceOfErrorResponse = instanceOfErrorResponse;
|
|
17
|
+
exports.ErrorResponseFromJSON = ErrorResponseFromJSON;
|
|
18
|
+
exports.ErrorResponseFromJSONTyped = ErrorResponseFromJSONTyped;
|
|
19
|
+
exports.ErrorResponseToJSON = ErrorResponseToJSON;
|
|
20
|
+
exports.ErrorResponseToJSONTyped = ErrorResponseToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ErrorResponse interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfErrorResponse(value) {
|
|
25
|
+
if (!('code' in value) || value['code'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('codeType' in value) || value['codeType'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('details' in value) || value['details'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('message' in value) || value['message'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function ErrorResponseFromJSON(json) {
|
|
36
|
+
return ErrorResponseFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function ErrorResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'code': json['code'],
|
|
44
|
+
'codeType': json['codeType'],
|
|
45
|
+
'details': json['details'],
|
|
46
|
+
'message': json['message'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
function ErrorResponseToJSON(json) {
|
|
50
|
+
return ErrorResponseToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function ErrorResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'code': value['code'],
|
|
58
|
+
'codeType': value['codeType'],
|
|
59
|
+
'details': value['details'],
|
|
60
|
+
'message': value['message'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
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 { Action } from './Action';
|
|
13
|
+
import type { TriggeredBy } from './TriggeredBy';
|
|
14
|
+
import type { Visitor } from './Visitor';
|
|
15
|
+
import type { Device } from './Device';
|
|
16
|
+
import type { EventAction } from './EventAction';
|
|
17
|
+
import type { ModelHTTPMethod } from './ModelHTTPMethod';
|
|
18
|
+
import type { VisitType } from './VisitType';
|
|
19
|
+
import type { EventTrace } from './EventTrace';
|
|
20
|
+
import type { Link } from './Link';
|
|
21
|
+
import type { LeadScore } from './LeadScore';
|
|
22
|
+
import type { Workspace } from './Workspace';
|
|
23
|
+
/**
|
|
24
|
+
* Records each scan or workflow action Linkbreakers processes, stitching together visitor, device, link, and routing
|
|
25
|
+
* details so analytics and automations stay in sync.
|
|
26
|
+
* @export
|
|
27
|
+
* @interface Event
|
|
28
|
+
*/
|
|
29
|
+
export interface Event {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {Action}
|
|
33
|
+
* @memberof Event
|
|
34
|
+
*/
|
|
35
|
+
action?: Action;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {Date}
|
|
39
|
+
* @memberof Event
|
|
40
|
+
*/
|
|
41
|
+
createdAt?: Date;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Event
|
|
46
|
+
*/
|
|
47
|
+
destination?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The workflow action that produced the destination URL. CLIENT_REDIRECT indicates a standard URL redirection, while other values represent form submissions, contact cards, etc.
|
|
50
|
+
* @type {EventAction}
|
|
51
|
+
* @memberof Event
|
|
52
|
+
*/
|
|
53
|
+
destinationAction?: EventAction;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {Device}
|
|
57
|
+
* @memberof Event
|
|
58
|
+
*/
|
|
59
|
+
device?: Device;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof Event
|
|
64
|
+
*/
|
|
65
|
+
deviceId?: string;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof Event
|
|
70
|
+
*/
|
|
71
|
+
entrypoint?: string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {ModelHTTPMethod}
|
|
75
|
+
* @memberof Event
|
|
76
|
+
*/
|
|
77
|
+
httpMethod?: ModelHTTPMethod;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof Event
|
|
82
|
+
*/
|
|
83
|
+
id?: string;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {LeadScore}
|
|
87
|
+
* @memberof Event
|
|
88
|
+
*/
|
|
89
|
+
leadScore?: LeadScore;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof Event
|
|
94
|
+
*/
|
|
95
|
+
leadScoreId?: string;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {Link}
|
|
99
|
+
* @memberof Event
|
|
100
|
+
*/
|
|
101
|
+
link?: Link;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof Event
|
|
106
|
+
*/
|
|
107
|
+
linkId?: string;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {Date}
|
|
111
|
+
* @memberof Event
|
|
112
|
+
*/
|
|
113
|
+
scannedAt?: Date;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @type {Array<EventTrace>}
|
|
117
|
+
* @memberof Event
|
|
118
|
+
*/
|
|
119
|
+
traces?: Array<EventTrace>;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @type {TriggeredBy}
|
|
123
|
+
* @memberof Event
|
|
124
|
+
*/
|
|
125
|
+
triggeredBy?: TriggeredBy;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @type {Date}
|
|
129
|
+
* @memberof Event
|
|
130
|
+
*/
|
|
131
|
+
updatedAt?: Date;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {VisitType}
|
|
135
|
+
* @memberof Event
|
|
136
|
+
*/
|
|
137
|
+
visitType?: VisitType;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @type {Visitor}
|
|
141
|
+
* @memberof Event
|
|
142
|
+
*/
|
|
143
|
+
visitor?: Visitor;
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof Event
|
|
148
|
+
*/
|
|
149
|
+
visitorId?: string;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @type {Workspace}
|
|
153
|
+
* @memberof Event
|
|
154
|
+
*/
|
|
155
|
+
workspace?: Workspace;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof Event
|
|
160
|
+
*/
|
|
161
|
+
workspaceId?: string;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Check if a given object implements the Event interface.
|
|
165
|
+
*/
|
|
166
|
+
export declare function instanceOfEvent(value: object): value is Event;
|
|
167
|
+
export declare function EventFromJSON(json: any): Event;
|
|
168
|
+
export declare function EventFromJSONTyped(json: any, ignoreDiscriminator: boolean): Event;
|
|
169
|
+
export declare function EventToJSON(json: any): Event;
|
|
170
|
+
export declare function EventToJSONTyped(value?: Event | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,101 @@
|
|
|
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.instanceOfEvent = instanceOfEvent;
|
|
17
|
+
exports.EventFromJSON = EventFromJSON;
|
|
18
|
+
exports.EventFromJSONTyped = EventFromJSONTyped;
|
|
19
|
+
exports.EventToJSON = EventToJSON;
|
|
20
|
+
exports.EventToJSONTyped = EventToJSONTyped;
|
|
21
|
+
const Action_1 = require("./Action");
|
|
22
|
+
const TriggeredBy_1 = require("./TriggeredBy");
|
|
23
|
+
const Visitor_1 = require("./Visitor");
|
|
24
|
+
const Device_1 = require("./Device");
|
|
25
|
+
const EventAction_1 = require("./EventAction");
|
|
26
|
+
const ModelHTTPMethod_1 = require("./ModelHTTPMethod");
|
|
27
|
+
const VisitType_1 = require("./VisitType");
|
|
28
|
+
const EventTrace_1 = require("./EventTrace");
|
|
29
|
+
const Link_1 = require("./Link");
|
|
30
|
+
const LeadScore_1 = require("./LeadScore");
|
|
31
|
+
const Workspace_1 = require("./Workspace");
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the Event interface.
|
|
34
|
+
*/
|
|
35
|
+
function instanceOfEvent(value) {
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function EventFromJSON(json) {
|
|
39
|
+
return EventFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function EventFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'action': json['action'] == null ? undefined : (0, Action_1.ActionFromJSON)(json['action']),
|
|
47
|
+
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
|
|
48
|
+
'destination': json['destination'] == null ? undefined : json['destination'],
|
|
49
|
+
'destinationAction': json['destinationAction'] == null ? undefined : (0, EventAction_1.EventActionFromJSON)(json['destinationAction']),
|
|
50
|
+
'device': json['device'] == null ? undefined : (0, Device_1.DeviceFromJSON)(json['device']),
|
|
51
|
+
'deviceId': json['deviceId'] == null ? undefined : json['deviceId'],
|
|
52
|
+
'entrypoint': json['entrypoint'] == null ? undefined : json['entrypoint'],
|
|
53
|
+
'httpMethod': json['httpMethod'] == null ? undefined : (0, ModelHTTPMethod_1.ModelHTTPMethodFromJSON)(json['httpMethod']),
|
|
54
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
55
|
+
'leadScore': json['leadScore'] == null ? undefined : (0, LeadScore_1.LeadScoreFromJSON)(json['leadScore']),
|
|
56
|
+
'leadScoreId': json['leadScoreId'] == null ? undefined : json['leadScoreId'],
|
|
57
|
+
'link': json['link'] == null ? undefined : (0, Link_1.LinkFromJSON)(json['link']),
|
|
58
|
+
'linkId': json['linkId'] == null ? undefined : json['linkId'],
|
|
59
|
+
'scannedAt': json['scannedAt'] == null ? undefined : (new Date(json['scannedAt'])),
|
|
60
|
+
'traces': json['traces'] == null ? undefined : (json['traces'].map(EventTrace_1.EventTraceFromJSON)),
|
|
61
|
+
'triggeredBy': json['triggeredBy'] == null ? undefined : (0, TriggeredBy_1.TriggeredByFromJSON)(json['triggeredBy']),
|
|
62
|
+
'updatedAt': json['updatedAt'] == null ? undefined : (new Date(json['updatedAt'])),
|
|
63
|
+
'visitType': json['visitType'] == null ? undefined : (0, VisitType_1.VisitTypeFromJSON)(json['visitType']),
|
|
64
|
+
'visitor': json['visitor'] == null ? undefined : (0, Visitor_1.VisitorFromJSON)(json['visitor']),
|
|
65
|
+
'visitorId': json['visitorId'] == null ? undefined : json['visitorId'],
|
|
66
|
+
'workspace': json['workspace'] == null ? undefined : (0, Workspace_1.WorkspaceFromJSON)(json['workspace']),
|
|
67
|
+
'workspaceId': json['workspaceId'] == null ? undefined : json['workspaceId'],
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
function EventToJSON(json) {
|
|
71
|
+
return EventToJSONTyped(json, false);
|
|
72
|
+
}
|
|
73
|
+
function EventToJSONTyped(value, ignoreDiscriminator = false) {
|
|
74
|
+
if (value == null) {
|
|
75
|
+
return value;
|
|
76
|
+
}
|
|
77
|
+
return {
|
|
78
|
+
'action': (0, Action_1.ActionToJSON)(value['action']),
|
|
79
|
+
'createdAt': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
80
|
+
'destination': value['destination'],
|
|
81
|
+
'destinationAction': (0, EventAction_1.EventActionToJSON)(value['destinationAction']),
|
|
82
|
+
'device': (0, Device_1.DeviceToJSON)(value['device']),
|
|
83
|
+
'deviceId': value['deviceId'],
|
|
84
|
+
'entrypoint': value['entrypoint'],
|
|
85
|
+
'httpMethod': (0, ModelHTTPMethod_1.ModelHTTPMethodToJSON)(value['httpMethod']),
|
|
86
|
+
'id': value['id'],
|
|
87
|
+
'leadScore': (0, LeadScore_1.LeadScoreToJSON)(value['leadScore']),
|
|
88
|
+
'leadScoreId': value['leadScoreId'],
|
|
89
|
+
'link': (0, Link_1.LinkToJSON)(value['link']),
|
|
90
|
+
'linkId': value['linkId'],
|
|
91
|
+
'scannedAt': value['scannedAt'] == null ? value['scannedAt'] : value['scannedAt'].toISOString(),
|
|
92
|
+
'traces': value['traces'] == null ? undefined : (value['traces'].map(EventTrace_1.EventTraceToJSON)),
|
|
93
|
+
'triggeredBy': (0, TriggeredBy_1.TriggeredByToJSON)(value['triggeredBy']),
|
|
94
|
+
'updatedAt': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
95
|
+
'visitType': (0, VisitType_1.VisitTypeToJSON)(value['visitType']),
|
|
96
|
+
'visitor': (0, Visitor_1.VisitorToJSON)(value['visitor']),
|
|
97
|
+
'visitorId': value['visitorId'],
|
|
98
|
+
'workspace': (0, Workspace_1.WorkspaceToJSON)(value['workspace']),
|
|
99
|
+
'workspaceId': value['workspaceId'],
|
|
100
|
+
};
|
|
101
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
* - EVENT_ACTION_UNSPECIFIED: Event action not specified
|
|
14
|
+
* - EVENT_ACTION_CLIENT_REDIRECT: Redirect visitors to a destination URL
|
|
15
|
+
* - EVENT_ACTION_LINK_VISIT: Entry step triggered when the link is visited.
|
|
16
|
+
* - EVENT_ACTION_PASSWORD_VERIFY: Require visitors to enter a password before proceeding
|
|
17
|
+
* - EVENT_ACTION_FORM_SUBMIT: Present a data collection form to visitors
|
|
18
|
+
* - EVENT_ACTION_CONTACT_CARD: Generate a vCard (VCF) response with contact information
|
|
19
|
+
* - EVENT_ACTION_MULTI_LINK: Present a multi-link page with multiple buttons for different destinations
|
|
20
|
+
* - EVENT_ACTION_VISIT_TYPE_CONDITION: Route visitors based on whether it's a first or returning visit
|
|
21
|
+
* - EVENT_ACTION_COUNTRY_CONDITION: Route visitors based on their country location
|
|
22
|
+
* - EVENT_ACTION_DAY_OF_WEEK_CONDITION: Route visitors based on day of week
|
|
23
|
+
* - EVENT_ACTION_TIME_OF_DAY_CONDITION: Route visitors based on time of day
|
|
24
|
+
* - EVENT_ACTION_DAY_OF_MONTH_CONDITION: Route visitors based on day of month
|
|
25
|
+
* - EVENT_ACTION_SPECIFIC_DATE_CONDITION: Route visitors based on specific calendar dates
|
|
26
|
+
* - EVENT_ACTION_SOCIAL_LINKS_PAGE: Display a social links page (like Linktree)
|
|
27
|
+
* @export
|
|
28
|
+
*/
|
|
29
|
+
export declare const EventAction: {
|
|
30
|
+
readonly EventActionUnspecified: "EVENT_ACTION_UNSPECIFIED";
|
|
31
|
+
readonly EventActionClientRedirect: "EVENT_ACTION_CLIENT_REDIRECT";
|
|
32
|
+
readonly EventActionLinkVisit: "EVENT_ACTION_LINK_VISIT";
|
|
33
|
+
readonly EventActionPasswordVerify: "EVENT_ACTION_PASSWORD_VERIFY";
|
|
34
|
+
readonly EventActionFormSubmit: "EVENT_ACTION_FORM_SUBMIT";
|
|
35
|
+
readonly EventActionContactCard: "EVENT_ACTION_CONTACT_CARD";
|
|
36
|
+
readonly EventActionMultiLink: "EVENT_ACTION_MULTI_LINK";
|
|
37
|
+
readonly EventActionVisitTypeCondition: "EVENT_ACTION_VISIT_TYPE_CONDITION";
|
|
38
|
+
readonly EventActionCountryCondition: "EVENT_ACTION_COUNTRY_CONDITION";
|
|
39
|
+
readonly EventActionDayOfWeekCondition: "EVENT_ACTION_DAY_OF_WEEK_CONDITION";
|
|
40
|
+
readonly EventActionTimeOfDayCondition: "EVENT_ACTION_TIME_OF_DAY_CONDITION";
|
|
41
|
+
readonly EventActionDayOfMonthCondition: "EVENT_ACTION_DAY_OF_MONTH_CONDITION";
|
|
42
|
+
readonly EventActionSpecificDateCondition: "EVENT_ACTION_SPECIFIC_DATE_CONDITION";
|
|
43
|
+
readonly EventActionSocialLinksPage: "EVENT_ACTION_SOCIAL_LINKS_PAGE";
|
|
44
|
+
};
|
|
45
|
+
export type EventAction = typeof EventAction[keyof typeof EventAction];
|
|
46
|
+
export declare function instanceOfEventAction(value: any): boolean;
|
|
47
|
+
export declare function EventActionFromJSON(json: any): EventAction;
|
|
48
|
+
export declare function EventActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventAction;
|
|
49
|
+
export declare function EventActionToJSON(value?: EventAction | null): any;
|
|
50
|
+
export declare function EventActionToJSONTyped(value: any, ignoreDiscriminator: boolean): EventAction;
|