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,38 @@
|
|
|
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 CountryConditionTraceOption
|
|
16
|
+
*/
|
|
17
|
+
export interface CountryConditionTraceOption {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CountryConditionTraceOption
|
|
22
|
+
*/
|
|
23
|
+
countryCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof CountryConditionTraceOption
|
|
28
|
+
*/
|
|
29
|
+
hasRoute?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CountryConditionTraceOption interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCountryConditionTraceOption(value: object): value is CountryConditionTraceOption;
|
|
35
|
+
export declare function CountryConditionTraceOptionFromJSON(json: any): CountryConditionTraceOption;
|
|
36
|
+
export declare function CountryConditionTraceOptionFromJSONTyped(json: any, ignoreDiscriminator: boolean): CountryConditionTraceOption;
|
|
37
|
+
export declare function CountryConditionTraceOptionToJSON(json: any): CountryConditionTraceOption;
|
|
38
|
+
export declare function CountryConditionTraceOptionToJSONTyped(value?: CountryConditionTraceOption | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfCountryConditionTraceOption = instanceOfCountryConditionTraceOption;
|
|
17
|
+
exports.CountryConditionTraceOptionFromJSON = CountryConditionTraceOptionFromJSON;
|
|
18
|
+
exports.CountryConditionTraceOptionFromJSONTyped = CountryConditionTraceOptionFromJSONTyped;
|
|
19
|
+
exports.CountryConditionTraceOptionToJSON = CountryConditionTraceOptionToJSON;
|
|
20
|
+
exports.CountryConditionTraceOptionToJSONTyped = CountryConditionTraceOptionToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CountryConditionTraceOption interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCountryConditionTraceOption(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function CountryConditionTraceOptionFromJSON(json) {
|
|
28
|
+
return CountryConditionTraceOptionFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function CountryConditionTraceOptionFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'countryCode': json['countryCode'] == null ? undefined : json['countryCode'],
|
|
36
|
+
'hasRoute': json['hasRoute'] == null ? undefined : json['hasRoute'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CountryConditionTraceOptionToJSON(json) {
|
|
40
|
+
return CountryConditionTraceOptionToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CountryConditionTraceOptionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'countryCode': value['countryCode'],
|
|
48
|
+
'hasRoute': value['hasRoute'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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
|
+
import type { CreateLinkRequest } from './CreateLinkRequest';
|
|
13
|
+
/**
|
|
14
|
+
* Request to create links in bulk.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateBulkLinksRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateBulkLinksRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Links to create in one batch.
|
|
21
|
+
* Every item supports the same customization fields as CreateLinkRequest.
|
|
22
|
+
* @type {Array<CreateLinkRequest>}
|
|
23
|
+
* @memberof CreateBulkLinksRequest
|
|
24
|
+
*/
|
|
25
|
+
links: Array<CreateLinkRequest>;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the CreateBulkLinksRequest interface.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfCreateBulkLinksRequest(value: object): value is CreateBulkLinksRequest;
|
|
31
|
+
export declare function CreateBulkLinksRequestFromJSON(json: any): CreateBulkLinksRequest;
|
|
32
|
+
export declare function CreateBulkLinksRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateBulkLinksRequest;
|
|
33
|
+
export declare function CreateBulkLinksRequestToJSON(json: any): CreateBulkLinksRequest;
|
|
34
|
+
export declare function CreateBulkLinksRequestToJSONTyped(value?: CreateBulkLinksRequest | 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.instanceOfCreateBulkLinksRequest = instanceOfCreateBulkLinksRequest;
|
|
17
|
+
exports.CreateBulkLinksRequestFromJSON = CreateBulkLinksRequestFromJSON;
|
|
18
|
+
exports.CreateBulkLinksRequestFromJSONTyped = CreateBulkLinksRequestFromJSONTyped;
|
|
19
|
+
exports.CreateBulkLinksRequestToJSON = CreateBulkLinksRequestToJSON;
|
|
20
|
+
exports.CreateBulkLinksRequestToJSONTyped = CreateBulkLinksRequestToJSONTyped;
|
|
21
|
+
const CreateLinkRequest_1 = require("./CreateLinkRequest");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateBulkLinksRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateBulkLinksRequest(value) {
|
|
26
|
+
if (!('links' in value) || value['links'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function CreateBulkLinksRequestFromJSON(json) {
|
|
31
|
+
return CreateBulkLinksRequestFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function CreateBulkLinksRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'links': (json['links'].map(CreateLinkRequest_1.CreateLinkRequestFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function CreateBulkLinksRequestToJSON(json) {
|
|
42
|
+
return CreateBulkLinksRequestToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function CreateBulkLinksRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'links': (value['links'].map(CreateLinkRequest_1.CreateLinkRequestToJSON)),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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 { Link } from './Link';
|
|
13
|
+
/**
|
|
14
|
+
* Response containing all created links from a successful batch.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateBulkLinksResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateBulkLinksResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<Link>}
|
|
22
|
+
* @memberof CreateBulkLinksResponse
|
|
23
|
+
*/
|
|
24
|
+
links?: Array<Link>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CreateBulkLinksResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCreateBulkLinksResponse(value: object): value is CreateBulkLinksResponse;
|
|
30
|
+
export declare function CreateBulkLinksResponseFromJSON(json: any): CreateBulkLinksResponse;
|
|
31
|
+
export declare function CreateBulkLinksResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateBulkLinksResponse;
|
|
32
|
+
export declare function CreateBulkLinksResponseToJSON(json: any): CreateBulkLinksResponse;
|
|
33
|
+
export declare function CreateBulkLinksResponseToJSONTyped(value?: CreateBulkLinksResponse | 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.instanceOfCreateBulkLinksResponse = instanceOfCreateBulkLinksResponse;
|
|
17
|
+
exports.CreateBulkLinksResponseFromJSON = CreateBulkLinksResponseFromJSON;
|
|
18
|
+
exports.CreateBulkLinksResponseFromJSONTyped = CreateBulkLinksResponseFromJSONTyped;
|
|
19
|
+
exports.CreateBulkLinksResponseToJSON = CreateBulkLinksResponseToJSON;
|
|
20
|
+
exports.CreateBulkLinksResponseToJSONTyped = CreateBulkLinksResponseToJSONTyped;
|
|
21
|
+
const Link_1 = require("./Link");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateBulkLinksResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateBulkLinksResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CreateBulkLinksResponseFromJSON(json) {
|
|
29
|
+
return CreateBulkLinksResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CreateBulkLinksResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'links': json['links'] == null ? undefined : (json['links'].map(Link_1.LinkFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CreateBulkLinksResponseToJSON(json) {
|
|
40
|
+
return CreateBulkLinksResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CreateBulkLinksResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'links': value['links'] == null ? undefined : (value['links'].map(Link_1.LinkToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
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 { VCardData } from './VCardData';
|
|
13
|
+
/**
|
|
14
|
+
* Request to create a new contact card link.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateContactLinkRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateContactLinkRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CreateContactLinkRequest
|
|
23
|
+
*/
|
|
24
|
+
customDomainId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Optional fallback URL if vCard download fails or is not supported.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CreateContactLinkRequest
|
|
29
|
+
*/
|
|
30
|
+
fallbackDestination?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The lead goal definition for the link.
|
|
33
|
+
* This is a text field that can be used to describe the lead goal or purpose of the link.
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof CreateContactLinkRequest
|
|
36
|
+
*/
|
|
37
|
+
leadGoalDefinition?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The lead target definition for the link.
|
|
40
|
+
* This is a text field that can be used to describe the target lead criteria for the link.
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof CreateContactLinkRequest
|
|
43
|
+
*/
|
|
44
|
+
leadTargetDefinition?: string;
|
|
45
|
+
/**
|
|
46
|
+
* A map of string key-value pairs. All values must be strings. Nested objects or arrays are not supported. Maximum of 50 keys.
|
|
47
|
+
* @type {{ [key: string]: string; }}
|
|
48
|
+
* @memberof CreateContactLinkRequest
|
|
49
|
+
*/
|
|
50
|
+
metadata?: {
|
|
51
|
+
[key: string]: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CreateContactLinkRequest
|
|
57
|
+
*/
|
|
58
|
+
name?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The QR Code design ID (UUID).
|
|
61
|
+
* If you include this value, the specified design will be associated to this link only.
|
|
62
|
+
* A design can belong to one record at a time (Link or QR Code Template).
|
|
63
|
+
* Trying to use a design that's already assigned will cause an error.
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof CreateContactLinkRequest
|
|
66
|
+
*/
|
|
67
|
+
qrcodeDesignId?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The ID of the QR Code template (UUID)
|
|
70
|
+
* If not given, the default QR Code template will be used to generate the QR Code design.
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof CreateContactLinkRequest
|
|
73
|
+
*/
|
|
74
|
+
qrcodeTemplateId?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The shortlink for the link
|
|
77
|
+
* If not given, the shortlink will be generated by the system.
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof CreateContactLinkRequest
|
|
80
|
+
*/
|
|
81
|
+
shortlink?: string;
|
|
82
|
+
/**
|
|
83
|
+
* List of tags to associate with the link. If a tag doesn't exist, it will be created.
|
|
84
|
+
* @type {Array<string>}
|
|
85
|
+
* @memberof CreateContactLinkRequest
|
|
86
|
+
*/
|
|
87
|
+
tags?: Array<string>;
|
|
88
|
+
/**
|
|
89
|
+
* Contact information for the vCard link. This field is required.
|
|
90
|
+
* @type {VCardData}
|
|
91
|
+
* @memberof CreateContactLinkRequest
|
|
92
|
+
*/
|
|
93
|
+
vcardData: VCardData;
|
|
94
|
+
/**
|
|
95
|
+
* Wait for QR code generation to complete. Note: This makes the request slower compared to asynchronous generation.
|
|
96
|
+
* @type {boolean}
|
|
97
|
+
* @memberof CreateContactLinkRequest
|
|
98
|
+
*/
|
|
99
|
+
waitForQrcode?: boolean;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Check if a given object implements the CreateContactLinkRequest interface.
|
|
103
|
+
*/
|
|
104
|
+
export declare function instanceOfCreateContactLinkRequest(value: object): value is CreateContactLinkRequest;
|
|
105
|
+
export declare function CreateContactLinkRequestFromJSON(json: any): CreateContactLinkRequest;
|
|
106
|
+
export declare function CreateContactLinkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateContactLinkRequest;
|
|
107
|
+
export declare function CreateContactLinkRequestToJSON(json: any): CreateContactLinkRequest;
|
|
108
|
+
export declare function CreateContactLinkRequestToJSONTyped(value?: CreateContactLinkRequest | 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.instanceOfCreateContactLinkRequest = instanceOfCreateContactLinkRequest;
|
|
17
|
+
exports.CreateContactLinkRequestFromJSON = CreateContactLinkRequestFromJSON;
|
|
18
|
+
exports.CreateContactLinkRequestFromJSONTyped = CreateContactLinkRequestFromJSONTyped;
|
|
19
|
+
exports.CreateContactLinkRequestToJSON = CreateContactLinkRequestToJSON;
|
|
20
|
+
exports.CreateContactLinkRequestToJSONTyped = CreateContactLinkRequestToJSONTyped;
|
|
21
|
+
const VCardData_1 = require("./VCardData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateContactLinkRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateContactLinkRequest(value) {
|
|
26
|
+
if (!('vcardData' in value) || value['vcardData'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function CreateContactLinkRequestFromJSON(json) {
|
|
31
|
+
return CreateContactLinkRequestFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function CreateContactLinkRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'customDomainId': json['customDomainId'] == null ? undefined : json['customDomainId'],
|
|
39
|
+
'fallbackDestination': json['fallbackDestination'] == null ? undefined : json['fallbackDestination'],
|
|
40
|
+
'leadGoalDefinition': json['leadGoalDefinition'] == null ? undefined : json['leadGoalDefinition'],
|
|
41
|
+
'leadTargetDefinition': json['leadTargetDefinition'] == null ? undefined : json['leadTargetDefinition'],
|
|
42
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
43
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
44
|
+
'qrcodeDesignId': json['qrcodeDesignId'] == null ? undefined : json['qrcodeDesignId'],
|
|
45
|
+
'qrcodeTemplateId': json['qrcodeTemplateId'] == null ? undefined : json['qrcodeTemplateId'],
|
|
46
|
+
'shortlink': json['shortlink'] == null ? undefined : json['shortlink'],
|
|
47
|
+
'tags': json['tags'] == null ? undefined : json['tags'],
|
|
48
|
+
'vcardData': (0, VCardData_1.VCardDataFromJSON)(json['vcardData']),
|
|
49
|
+
'waitForQrcode': json['waitForQrcode'] == null ? undefined : json['waitForQrcode'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function CreateContactLinkRequestToJSON(json) {
|
|
53
|
+
return CreateContactLinkRequestToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
function CreateContactLinkRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'customDomainId': value['customDomainId'],
|
|
61
|
+
'fallbackDestination': value['fallbackDestination'],
|
|
62
|
+
'leadGoalDefinition': value['leadGoalDefinition'],
|
|
63
|
+
'leadTargetDefinition': value['leadTargetDefinition'],
|
|
64
|
+
'metadata': value['metadata'],
|
|
65
|
+
'name': value['name'],
|
|
66
|
+
'qrcodeDesignId': value['qrcodeDesignId'],
|
|
67
|
+
'qrcodeTemplateId': value['qrcodeTemplateId'],
|
|
68
|
+
'shortlink': value['shortlink'],
|
|
69
|
+
'tags': value['tags'],
|
|
70
|
+
'vcardData': (0, VCardData_1.VCardDataToJSON)(value['vcardData']),
|
|
71
|
+
'waitForQrcode': value['waitForQrcode'],
|
|
72
|
+
};
|
|
73
|
+
}
|
|
@@ -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 { Link } from './Link';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateContactLinkResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateContactLinkResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Link}
|
|
22
|
+
* @memberof CreateContactLinkResponse
|
|
23
|
+
*/
|
|
24
|
+
link?: Link;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CreateContactLinkResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCreateContactLinkResponse(value: object): value is CreateContactLinkResponse;
|
|
30
|
+
export declare function CreateContactLinkResponseFromJSON(json: any): CreateContactLinkResponse;
|
|
31
|
+
export declare function CreateContactLinkResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateContactLinkResponse;
|
|
32
|
+
export declare function CreateContactLinkResponseToJSON(json: any): CreateContactLinkResponse;
|
|
33
|
+
export declare function CreateContactLinkResponseToJSONTyped(value?: CreateContactLinkResponse | 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.instanceOfCreateContactLinkResponse = instanceOfCreateContactLinkResponse;
|
|
17
|
+
exports.CreateContactLinkResponseFromJSON = CreateContactLinkResponseFromJSON;
|
|
18
|
+
exports.CreateContactLinkResponseFromJSONTyped = CreateContactLinkResponseFromJSONTyped;
|
|
19
|
+
exports.CreateContactLinkResponseToJSON = CreateContactLinkResponseToJSON;
|
|
20
|
+
exports.CreateContactLinkResponseToJSONTyped = CreateContactLinkResponseToJSONTyped;
|
|
21
|
+
const Link_1 = require("./Link");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateContactLinkResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateContactLinkResponse(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CreateContactLinkResponseFromJSON(json) {
|
|
29
|
+
return CreateContactLinkResponseFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CreateContactLinkResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'link': json['link'] == null ? undefined : (0, Link_1.LinkFromJSON)(json['link']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CreateContactLinkResponseToJSON(json) {
|
|
40
|
+
return CreateContactLinkResponseToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CreateContactLinkResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'link': (0, Link_1.LinkToJSON)(value['link']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 CreateCustomDomainRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateCustomDomainRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The domain name to register. It must be a valid DNS and not already registered in Linkbreakers. Subdomains are also supported.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateCustomDomainRequest
|
|
22
|
+
*/
|
|
23
|
+
name?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the CreateCustomDomainRequest interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfCreateCustomDomainRequest(value: object): value is CreateCustomDomainRequest;
|
|
29
|
+
export declare function CreateCustomDomainRequestFromJSON(json: any): CreateCustomDomainRequest;
|
|
30
|
+
export declare function CreateCustomDomainRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateCustomDomainRequest;
|
|
31
|
+
export declare function CreateCustomDomainRequestToJSON(json: any): CreateCustomDomainRequest;
|
|
32
|
+
export declare function CreateCustomDomainRequestToJSONTyped(value?: CreateCustomDomainRequest | 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.instanceOfCreateCustomDomainRequest = instanceOfCreateCustomDomainRequest;
|
|
17
|
+
exports.CreateCustomDomainRequestFromJSON = CreateCustomDomainRequestFromJSON;
|
|
18
|
+
exports.CreateCustomDomainRequestFromJSONTyped = CreateCustomDomainRequestFromJSONTyped;
|
|
19
|
+
exports.CreateCustomDomainRequestToJSON = CreateCustomDomainRequestToJSON;
|
|
20
|
+
exports.CreateCustomDomainRequestToJSONTyped = CreateCustomDomainRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CreateCustomDomainRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCreateCustomDomainRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function CreateCustomDomainRequestFromJSON(json) {
|
|
28
|
+
return CreateCustomDomainRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function CreateCustomDomainRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function CreateCustomDomainRequestToJSON(json) {
|
|
39
|
+
return CreateCustomDomainRequestToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function CreateCustomDomainRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'name': value['name'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -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 { CustomDomain } from './CustomDomain';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateCustomDomainResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCustomDomainResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CustomDomain}
|
|
22
|
+
* @memberof CreateCustomDomainResponse
|
|
23
|
+
*/
|
|
24
|
+
customDomain?: CustomDomain;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CreateCustomDomainResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCreateCustomDomainResponse(value: object): value is CreateCustomDomainResponse;
|
|
30
|
+
export declare function CreateCustomDomainResponseFromJSON(json: any): CreateCustomDomainResponse;
|
|
31
|
+
export declare function CreateCustomDomainResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateCustomDomainResponse;
|
|
32
|
+
export declare function CreateCustomDomainResponseToJSON(json: any): CreateCustomDomainResponse;
|
|
33
|
+
export declare function CreateCustomDomainResponseToJSONTyped(value?: CreateCustomDomainResponse | null, ignoreDiscriminator?: boolean): any;
|