linkbreakers 1.38.1 → 1.42.2
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/README.md +5 -3
- package/dist/apis/CustomDomainsApi.d.ts +1 -1
- package/dist/apis/CustomDomainsApi.js +1 -1
- package/dist/apis/DirectoriesApi.d.ts +234 -0
- package/dist/apis/DirectoriesApi.js +290 -0
- package/dist/apis/EventsApi.d.ts +1 -1
- package/dist/apis/EventsApi.js +1 -1
- package/dist/apis/IntegrationsServiceApi.d.ts +1 -1
- package/dist/apis/IntegrationsServiceApi.js +1 -1
- package/dist/apis/LinkSettingsApi.d.ts +1 -1
- package/dist/apis/LinkSettingsApi.js +1 -1
- package/dist/apis/LinksApi.d.ts +7 -1
- package/dist/apis/LinksApi.js +7 -1
- package/dist/apis/MediaApi.d.ts +1 -1
- package/dist/apis/MediaApi.js +1 -1
- package/dist/apis/MembersApi.d.ts +1 -1
- package/dist/apis/MembersApi.js +1 -1
- package/dist/apis/PageThemesApi.d.ts +1 -1
- package/dist/apis/PageThemesApi.js +1 -1
- package/dist/apis/QRCodeDesignsApi.d.ts +1 -1
- package/dist/apis/QRCodeDesignsApi.js +1 -1
- package/dist/apis/QRCodeTemplatesApi.d.ts +1 -1
- package/dist/apis/QRCodeTemplatesApi.js +1 -1
- package/dist/apis/TagsApi.d.ts +1 -1
- package/dist/apis/TagsApi.js +1 -1
- package/dist/apis/TimeSeriesApi.d.ts +1 -1
- package/dist/apis/TimeSeriesApi.js +1 -1
- package/dist/apis/VisitorsApi.d.ts +1 -1
- package/dist/apis/VisitorsApi.js +1 -1
- package/dist/apis/WebhooksApi.d.ts +1 -1
- package/dist/apis/WebhooksApi.js +1 -1
- package/dist/apis/WorkflowStepsApi.d.ts +1 -1
- package/dist/apis/WorkflowStepsApi.js +1 -1
- package/dist/apis/WorkspaceMetricsApi.d.ts +1 -1
- package/dist/apis/WorkspaceMetricsApi.js +1 -1
- package/dist/apis/WorkspaceTokensApi.d.ts +1 -1
- package/dist/apis/WorkspaceTokensApi.js +1 -1
- package/dist/apis/WorkspacesApi.d.ts +1 -1
- package/dist/apis/WorkspacesApi.js +1 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +24 -3
- package/dist/models/Action.d.ts +1 -1
- package/dist/models/Action.js +1 -1
- package/dist/models/AddWorkflowStepRelationshipResponse.d.ts +1 -1
- package/dist/models/AddWorkflowStepRelationshipResponse.js +1 -1
- package/dist/models/ApiTag.d.ts +1 -1
- package/dist/models/ApiTag.js +1 -1
- package/dist/models/BackgroundOptions.d.ts +1 -1
- package/dist/models/BackgroundOptions.js +1 -1
- package/dist/models/CanvasPosition.d.ts +1 -1
- package/dist/models/CanvasPosition.js +1 -1
- package/dist/models/CheckCustomDomainResponse.d.ts +1 -1
- package/dist/models/CheckCustomDomainResponse.js +1 -1
- package/dist/models/ClientRedirectPayload.d.ts +1 -1
- package/dist/models/ClientRedirectPayload.js +1 -1
- package/dist/models/ContactCardTraceCard.d.ts +1 -1
- package/dist/models/ContactCardTraceCard.js +1 -1
- package/dist/models/ContactCardTraceData.d.ts +1 -1
- package/dist/models/ContactCardTraceData.js +1 -1
- package/dist/models/ContainerConfig.d.ts +1 -1
- package/dist/models/ContainerConfig.js +1 -1
- package/dist/models/CornersDotOptions.d.ts +1 -1
- package/dist/models/CornersDotOptions.js +1 -1
- package/dist/models/CornersSquareOptions.d.ts +1 -1
- package/dist/models/CornersSquareOptions.js +1 -1
- package/dist/models/CountryConditionOutcome.d.ts +1 -1
- package/dist/models/CountryConditionOutcome.js +1 -1
- package/dist/models/CountryConditionPayload.d.ts +1 -1
- package/dist/models/CountryConditionPayload.js +1 -1
- package/dist/models/CountryConditionTraceData.d.ts +1 -1
- package/dist/models/CountryConditionTraceData.js +1 -1
- package/dist/models/CountryConditionTraceOption.d.ts +1 -1
- package/dist/models/CountryConditionTraceOption.js +1 -1
- package/dist/models/CreateBulkLinksRequest.d.ts +1 -1
- package/dist/models/CreateBulkLinksRequest.js +1 -1
- package/dist/models/CreateBulkLinksResponse.d.ts +1 -1
- package/dist/models/CreateBulkLinksResponse.js +1 -1
- package/dist/models/CreateContactLinkRequest.d.ts +1 -1
- package/dist/models/CreateContactLinkRequest.js +1 -1
- package/dist/models/CreateContactLinkResponse.d.ts +1 -1
- package/dist/models/CreateContactLinkResponse.js +1 -1
- package/dist/models/CreateCustomDomainRequest.d.ts +1 -1
- package/dist/models/CreateCustomDomainRequest.js +1 -1
- package/dist/models/CreateCustomDomainResponse.d.ts +1 -1
- package/dist/models/CreateCustomDomainResponse.js +1 -1
- package/dist/models/CreateDirectoryRequest.d.ts +39 -0
- package/dist/models/CreateDirectoryRequest.js +52 -0
- package/dist/models/CreateDirectoryResponse.d.ts +33 -0
- package/dist/models/CreateDirectoryResponse.js +49 -0
- package/dist/models/CreateEventTraceResponse.d.ts +1 -1
- package/dist/models/CreateEventTraceResponse.js +1 -1
- package/dist/models/CreateLinkRequest.d.ts +13 -1
- package/dist/models/CreateLinkRequest.js +5 -1
- package/dist/models/CreateLinkResponse.d.ts +1 -1
- package/dist/models/CreateLinkResponse.js +1 -1
- package/dist/models/CreateMediaRequest.d.ts +1 -1
- package/dist/models/CreateMediaRequest.js +1 -1
- package/dist/models/CreateMediaResponse.d.ts +1 -1
- package/dist/models/CreateMediaResponse.js +1 -1
- package/dist/models/CreateQrcodeTemplateRequest.d.ts +1 -1
- package/dist/models/CreateQrcodeTemplateRequest.js +1 -1
- package/dist/models/CreateQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/CreateQrcodeTemplateResponse.js +1 -1
- package/dist/models/CreateWebhookRequest.d.ts +1 -1
- package/dist/models/CreateWebhookRequest.js +1 -1
- package/dist/models/CreateWebhookResponse.d.ts +1 -1
- package/dist/models/CreateWebhookResponse.js +1 -1
- package/dist/models/CreateWorkflowStepResponse.d.ts +1 -1
- package/dist/models/CreateWorkflowStepResponse.js +1 -1
- package/dist/models/CreateWorkspaceTokenRequest.d.ts +1 -1
- package/dist/models/CreateWorkspaceTokenRequest.js +1 -1
- package/dist/models/CreateWorkspaceTokenResponse.d.ts +1 -1
- package/dist/models/CreateWorkspaceTokenResponse.js +1 -1
- package/dist/models/CustomDomain.d.ts +1 -1
- package/dist/models/CustomDomain.js +1 -1
- package/dist/models/CustomDomainStatus.d.ts +1 -1
- package/dist/models/CustomDomainStatus.js +1 -1
- package/dist/models/CustomDomainsServiceUpdateBody.d.ts +1 -1
- package/dist/models/CustomDomainsServiceUpdateBody.js +1 -1
- package/dist/models/DataCollection.d.ts +1 -1
- package/dist/models/DataCollection.js +1 -1
- package/dist/models/DayOfMonthConditionPayload.d.ts +1 -1
- package/dist/models/DayOfMonthConditionPayload.js +1 -1
- package/dist/models/DayOfMonthConditionTraceData.d.ts +1 -1
- package/dist/models/DayOfMonthConditionTraceData.js +1 -1
- package/dist/models/DayOfMonthConditionTraceOption.d.ts +1 -1
- package/dist/models/DayOfMonthConditionTraceOption.js +1 -1
- package/dist/models/DayOfMonthOption.d.ts +1 -1
- package/dist/models/DayOfMonthOption.js +1 -1
- package/dist/models/DayOfWeekConditionPayload.d.ts +1 -1
- package/dist/models/DayOfWeekConditionPayload.js +1 -1
- package/dist/models/DayOfWeekConditionTraceData.d.ts +1 -1
- package/dist/models/DayOfWeekConditionTraceData.js +1 -1
- package/dist/models/DayOfWeekConditionTraceOption.d.ts +1 -1
- package/dist/models/DayOfWeekConditionTraceOption.js +1 -1
- package/dist/models/DayOfWeekOption.d.ts +1 -1
- package/dist/models/DayOfWeekOption.js +1 -1
- package/dist/models/DeleteAttributeResponse.d.ts +1 -1
- package/dist/models/DeleteAttributeResponse.js +1 -1
- package/dist/models/DeleteVisitorResponse.d.ts +1 -1
- package/dist/models/DeleteVisitorResponse.js +1 -1
- package/dist/models/Device.d.ts +46 -4
- package/dist/models/Device.js +18 -3
- package/dist/models/DeviceActor.d.ts +37 -0
- package/dist/models/DeviceActor.js +63 -0
- package/dist/models/DeviceActorConditionOption.d.ts +51 -0
- package/dist/models/DeviceActorConditionOption.js +55 -0
- package/dist/models/DeviceActorConditionPayload.d.ts +39 -0
- package/dist/models/DeviceActorConditionPayload.js +51 -0
- package/dist/models/DeviceActorConditionTraceData.d.ts +45 -0
- package/dist/models/DeviceActorConditionTraceData.js +53 -0
- package/dist/models/DeviceActorConditionTraceOption.d.ts +50 -0
- package/dist/models/DeviceActorConditionTraceOption.js +54 -0
- package/dist/models/DeviceActorConditionValue.d.ts +28 -0
- package/dist/models/DeviceActorConditionValue.js +54 -0
- package/dist/models/DeviceBrandConditionOption.d.ts +51 -0
- package/dist/models/DeviceBrandConditionOption.js +55 -0
- package/dist/models/DeviceBrandConditionPayload.d.ts +39 -0
- package/dist/models/DeviceBrandConditionPayload.js +51 -0
- package/dist/models/DeviceBrandConditionTraceData.d.ts +45 -0
- package/dist/models/DeviceBrandConditionTraceData.js +53 -0
- package/dist/models/DeviceBrandConditionTraceOption.d.ts +50 -0
- package/dist/models/DeviceBrandConditionTraceOption.js +54 -0
- package/dist/models/DeviceBrandConditionValue.d.ts +30 -0
- package/dist/models/DeviceBrandConditionValue.js +56 -0
- package/dist/models/DeviceBrowserConditionOption.d.ts +51 -0
- package/dist/models/DeviceBrowserConditionOption.js +55 -0
- package/dist/models/DeviceBrowserConditionPayload.d.ts +39 -0
- package/dist/models/DeviceBrowserConditionPayload.js +51 -0
- package/dist/models/DeviceBrowserConditionTraceData.d.ts +45 -0
- package/dist/models/DeviceBrowserConditionTraceData.js +53 -0
- package/dist/models/DeviceBrowserConditionTraceOption.d.ts +50 -0
- package/dist/models/DeviceBrowserConditionTraceOption.js +54 -0
- package/dist/models/DeviceBrowserConditionValue.d.ts +30 -0
- package/dist/models/DeviceBrowserConditionValue.js +56 -0
- package/dist/models/DeviceInput.d.ts +1 -1
- package/dist/models/DeviceInput.js +1 -1
- package/dist/models/DevicePlatformConditionOption.d.ts +51 -0
- package/dist/models/DevicePlatformConditionOption.js +55 -0
- package/dist/models/DevicePlatformConditionPayload.d.ts +39 -0
- package/dist/models/DevicePlatformConditionPayload.js +51 -0
- package/dist/models/DevicePlatformConditionTraceData.d.ts +45 -0
- package/dist/models/DevicePlatformConditionTraceData.js +53 -0
- package/dist/models/DevicePlatformConditionTraceOption.d.ts +50 -0
- package/dist/models/DevicePlatformConditionTraceOption.js +54 -0
- package/dist/models/DevicePlatformConditionValue.d.ts +30 -0
- package/dist/models/DevicePlatformConditionValue.js +56 -0
- package/dist/models/DeviceType.d.ts +6 -4
- package/dist/models/DeviceType.js +6 -4
- package/dist/models/DeviceTypeConditionOption.d.ts +51 -0
- package/dist/models/DeviceTypeConditionOption.js +55 -0
- package/dist/models/DeviceTypeConditionPayload.d.ts +39 -0
- package/dist/models/DeviceTypeConditionPayload.js +51 -0
- package/dist/models/DeviceTypeConditionTraceData.d.ts +45 -0
- package/dist/models/DeviceTypeConditionTraceData.js +53 -0
- package/dist/models/DeviceTypeConditionTraceOption.d.ts +50 -0
- package/dist/models/DeviceTypeConditionTraceOption.js +54 -0
- package/dist/models/DeviceTypeConditionValue.d.ts +28 -0
- package/dist/models/DeviceTypeConditionValue.js +54 -0
- package/dist/models/DirectoriesServiceUpdateBody.d.ts +44 -0
- package/dist/models/DirectoriesServiceUpdateBody.js +52 -0
- package/dist/models/Directory.d.ts +70 -0
- package/dist/models/Directory.js +57 -0
- package/dist/models/DotsOptions.d.ts +1 -1
- package/dist/models/DotsOptions.js +1 -1
- package/dist/models/EntryAccessTraceData.d.ts +1 -1
- package/dist/models/EntryAccessTraceData.js +1 -1
- package/dist/models/ErrorResponse.d.ts +1 -1
- package/dist/models/ErrorResponse.js +1 -1
- package/dist/models/Event.d.ts +1 -1
- package/dist/models/Event.js +1 -1
- package/dist/models/EventAction.d.ts +11 -1
- package/dist/models/EventAction.js +12 -2
- package/dist/models/EventTrace.d.ts +1 -1
- package/dist/models/EventTrace.js +1 -1
- package/dist/models/EventTraceData.d.ts +43 -1
- package/dist/models/EventTraceData.js +19 -1
- package/dist/models/EventsMetric.d.ts +6 -4
- package/dist/models/EventsMetric.js +1 -2
- package/dist/models/EventsServiceCreateEventTraceBody.d.ts +1 -1
- package/dist/models/EventsServiceCreateEventTraceBody.js +1 -1
- package/dist/models/EventsServiceUpdateDeviceBody.d.ts +1 -1
- package/dist/models/EventsServiceUpdateDeviceBody.js +1 -1
- package/dist/models/EventsTimeSeries.d.ts +1 -1
- package/dist/models/EventsTimeSeries.js +1 -1
- package/dist/models/EventsTimeSeriesData.d.ts +1 -1
- package/dist/models/EventsTimeSeriesData.js +1 -1
- package/dist/models/FontConfig.d.ts +1 -1
- package/dist/models/FontConfig.js +1 -1
- package/dist/models/FormField.d.ts +1 -1
- package/dist/models/FormField.js +1 -1
- package/dist/models/FormFieldOption.d.ts +1 -1
- package/dist/models/FormFieldOption.js +1 -1
- package/dist/models/FormFieldType.d.ts +1 -1
- package/dist/models/FormFieldType.js +1 -1
- package/dist/models/FormPayload.d.ts +1 -1
- package/dist/models/FormPayload.js +1 -1
- package/dist/models/FormTraceData.d.ts +19 -1
- package/dist/models/FormTraceData.js +7 -1
- package/dist/models/FormTraceDataField.d.ts +25 -1
- package/dist/models/FormTraceDataField.js +9 -1
- package/dist/models/GetCustomDomainResponse.d.ts +1 -1
- package/dist/models/GetCustomDomainResponse.js +1 -1
- package/dist/models/GetDirectoryResponse.d.ts +33 -0
- package/dist/models/GetDirectoryResponse.js +49 -0
- package/dist/models/GetEventsTimeSeriesRequest.d.ts +1 -1
- package/dist/models/GetEventsTimeSeriesRequest.js +1 -1
- package/dist/models/GetEventsTimeSeriesResponse.d.ts +1 -1
- package/dist/models/GetEventsTimeSeriesResponse.js +1 -1
- package/dist/models/GetLeadScoreExplanationResponse.d.ts +1 -1
- package/dist/models/GetLeadScoreExplanationResponse.js +1 -1
- package/dist/models/GetLinkResponse.d.ts +1 -1
- package/dist/models/GetLinkResponse.js +1 -1
- package/dist/models/GetLinkSettingResponse.d.ts +1 -1
- package/dist/models/GetLinkSettingResponse.js +1 -1
- package/dist/models/GetMediaResponse.d.ts +1 -1
- package/dist/models/GetMediaResponse.js +1 -1
- package/dist/models/GetPageThemeResponse.d.ts +1 -1
- package/dist/models/GetPageThemeResponse.js +1 -1
- package/dist/models/GetQrcodeDesignResponse.d.ts +1 -1
- package/dist/models/GetQrcodeDesignResponse.js +1 -1
- package/dist/models/GetWebhookResponse.d.ts +1 -1
- package/dist/models/GetWebhookResponse.js +1 -1
- package/dist/models/GetWorkflowStepResponse.d.ts +1 -1
- package/dist/models/GetWorkflowStepResponse.js +1 -1
- package/dist/models/GetWorkspaceTokenResponse.d.ts +1 -1
- package/dist/models/GetWorkspaceTokenResponse.js +1 -1
- package/dist/models/GooglerpcStatus.d.ts +1 -1
- package/dist/models/GooglerpcStatus.js +1 -1
- package/dist/models/IdentifyRequest.d.ts +1 -1
- package/dist/models/IdentifyRequest.js +1 -1
- package/dist/models/IdentifyResponse.d.ts +1 -1
- package/dist/models/IdentifyResponse.js +1 -1
- package/dist/models/IdentifyVisitorTraceData.d.ts +1 -1
- package/dist/models/IdentifyVisitorTraceData.js +1 -1
- package/dist/models/ImportQrcodeTemplateRequest.d.ts +1 -1
- package/dist/models/ImportQrcodeTemplateRequest.js +1 -1
- package/dist/models/ImportQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/ImportQrcodeTemplateResponse.js +1 -1
- package/dist/models/InviteMemberRequest.d.ts +1 -1
- package/dist/models/InviteMemberRequest.js +1 -1
- package/dist/models/LeadScore.d.ts +1 -1
- package/dist/models/LeadScore.js +1 -1
- package/dist/models/LeadScoreBreakdown.d.ts +1 -1
- package/dist/models/LeadScoreBreakdown.js +1 -1
- package/dist/models/Link.d.ts +8 -1
- package/dist/models/Link.js +3 -1
- package/dist/models/LinkSetting.d.ts +1 -1
- package/dist/models/LinkSetting.js +1 -1
- package/dist/models/LinkSortField.d.ts +1 -1
- package/dist/models/LinkSortField.js +1 -1
- package/dist/models/LinksServiceUpdateBody.d.ts +13 -1
- package/dist/models/LinksServiceUpdateBody.js +5 -1
- package/dist/models/ListCustomDomainsResponse.d.ts +1 -1
- package/dist/models/ListCustomDomainsResponse.js +1 -1
- package/dist/models/ListDirectoriesResponse.d.ts +39 -0
- package/dist/models/ListDirectoriesResponse.js +51 -0
- package/dist/models/ListEventTracesResponse.d.ts +1 -1
- package/dist/models/ListEventTracesResponse.js +1 -1
- package/dist/models/ListEventsCsvResponse.d.ts +1 -1
- package/dist/models/ListEventsCsvResponse.js +1 -1
- package/dist/models/ListEventsJsonResponse.d.ts +1 -1
- package/dist/models/ListEventsJsonResponse.js +1 -1
- package/dist/models/ListEventsResponse.d.ts +1 -1
- package/dist/models/ListEventsResponse.js +1 -1
- package/dist/models/ListLinksResponse.d.ts +1 -1
- package/dist/models/ListLinksResponse.js +1 -1
- package/dist/models/ListMediaResponse.d.ts +1 -1
- package/dist/models/ListMediaResponse.js +1 -1
- package/dist/models/ListPageThemesResponse.d.ts +1 -1
- package/dist/models/ListPageThemesResponse.js +1 -1
- package/dist/models/ListQrcodeTemplatesResponse.d.ts +1 -1
- package/dist/models/ListQrcodeTemplatesResponse.js +1 -1
- package/dist/models/ListResponse.d.ts +1 -1
- package/dist/models/ListResponse.js +1 -1
- package/dist/models/ListTagsResponse.d.ts +1 -1
- package/dist/models/ListTagsResponse.js +1 -1
- package/dist/models/ListVisitorsCsvResponse.d.ts +1 -1
- package/dist/models/ListVisitorsCsvResponse.js +1 -1
- package/dist/models/ListVisitorsJsonResponse.d.ts +1 -1
- package/dist/models/ListVisitorsJsonResponse.js +1 -1
- package/dist/models/ListVisitorsResponse.d.ts +1 -1
- package/dist/models/ListVisitorsResponse.js +1 -1
- package/dist/models/ListWebhooksResponse.d.ts +1 -1
- package/dist/models/ListWebhooksResponse.js +1 -1
- package/dist/models/ListWorkflowStepsResponse.d.ts +1 -1
- package/dist/models/ListWorkflowStepsResponse.js +1 -1
- package/dist/models/ListWorkspaceTokensResponse.d.ts +1 -1
- package/dist/models/ListWorkspaceTokensResponse.js +1 -1
- package/dist/models/Media.d.ts +1 -1
- package/dist/models/Media.js +1 -1
- package/dist/models/MediaSelection.d.ts +1 -1
- package/dist/models/MediaSelection.js +1 -1
- package/dist/models/MediaType.d.ts +1 -1
- package/dist/models/MediaType.js +1 -1
- package/dist/models/MediaVisibility.d.ts +1 -1
- package/dist/models/MediaVisibility.js +1 -1
- package/dist/models/Member.d.ts +1 -1
- package/dist/models/Member.js +1 -1
- package/dist/models/MembersServiceUpdateBody.d.ts +1 -1
- package/dist/models/MembersServiceUpdateBody.js +1 -1
- package/dist/models/ModelHTTPMethod.d.ts +1 -1
- package/dist/models/ModelHTTPMethod.js +1 -1
- package/dist/models/MultiLinkButton.d.ts +1 -1
- package/dist/models/MultiLinkButton.js +1 -1
- package/dist/models/MultiLinkPayload.d.ts +1 -1
- package/dist/models/MultiLinkPayload.js +1 -1
- package/dist/models/MultiLinkTraceButton.d.ts +44 -0
- package/dist/models/MultiLinkTraceButton.js +52 -0
- package/dist/models/MultiLinkTraceData.d.ts +23 -4
- package/dist/models/MultiLinkTraceData.js +11 -4
- package/dist/models/MultiLinkTraceSelectedButton.d.ts +44 -0
- package/dist/models/MultiLinkTraceSelectedButton.js +52 -0
- package/dist/models/OutputFileFormat.d.ts +1 -1
- package/dist/models/OutputFileFormat.js +1 -1
- package/dist/models/PageTheme.d.ts +1 -1
- package/dist/models/PageTheme.js +1 -1
- package/dist/models/PageThemeBadgeShape.d.ts +1 -1
- package/dist/models/PageThemeBadgeShape.js +1 -1
- package/dist/models/PageThemeBorderStyle.d.ts +1 -1
- package/dist/models/PageThemeBorderStyle.js +1 -1
- package/dist/models/PageThemeCanvasCoverMode.d.ts +1 -1
- package/dist/models/PageThemeCanvasCoverMode.js +1 -1
- package/dist/models/PageThemeContainerVariant.d.ts +1 -1
- package/dist/models/PageThemeContainerVariant.js +1 -1
- package/dist/models/PageThemeFontFamily.d.ts +1 -1
- package/dist/models/PageThemeFontFamily.js +1 -1
- package/dist/models/PageThemesServiceUpdatePageThemeBody.d.ts +1 -1
- package/dist/models/PageThemesServiceUpdatePageThemeBody.js +1 -1
- package/dist/models/PasswordPayload.d.ts +1 -1
- package/dist/models/PasswordPayload.js +1 -1
- package/dist/models/PasswordTraceData.d.ts +13 -1
- package/dist/models/PasswordTraceData.js +5 -1
- package/dist/models/PreferredLinkType.d.ts +1 -1
- package/dist/models/PreferredLinkType.js +1 -1
- package/dist/models/ProtobufAny.d.ts +1 -1
- package/dist/models/ProtobufAny.js +1 -1
- package/dist/models/ProtobufNullValue.d.ts +1 -1
- package/dist/models/ProtobufNullValue.js +1 -1
- package/dist/models/PublicCreateQrcodeDesignRequest.d.ts +1 -1
- package/dist/models/PublicCreateQrcodeDesignRequest.js +1 -1
- package/dist/models/PublicCreateQrcodeDesignResponse.d.ts +1 -1
- package/dist/models/PublicCreateQrcodeDesignResponse.js +1 -1
- package/dist/models/PublicListQrcodeTemplatesResponse.d.ts +1 -1
- package/dist/models/PublicListQrcodeTemplatesResponse.js +1 -1
- package/dist/models/PublicQrcodeTemplate.d.ts +1 -1
- package/dist/models/PublicQrcodeTemplate.js +1 -1
- package/dist/models/PublicWorkspace.d.ts +1 -1
- package/dist/models/PublicWorkspace.js +1 -1
- package/dist/models/PublishQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/PublishQrcodeTemplateResponse.js +1 -1
- package/dist/models/QrcodeDesign.d.ts +1 -1
- package/dist/models/QrcodeDesign.js +1 -1
- package/dist/models/QrcodeDesignServiceUpdateBody.d.ts +1 -1
- package/dist/models/QrcodeDesignServiceUpdateBody.js +1 -1
- package/dist/models/QrcodeTemplate.d.ts +2 -8
- package/dist/models/QrcodeTemplate.js +1 -1
- package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.d.ts +1 -1
- package/dist/models/QrcodeTemplatesServiceUpdateQrcodeTemplateBody.js +1 -1
- package/dist/models/RedirectTraceData.d.ts +1 -1
- package/dist/models/RedirectTraceData.js +1 -1
- package/dist/models/RemoveWorkflowStepRelationshipResponse.d.ts +1 -1
- package/dist/models/RemoveWorkflowStepRelationshipResponse.js +1 -1
- package/dist/models/RequestWorkspaceEnrollmentRequest.d.ts +1 -1
- package/dist/models/RequestWorkspaceEnrollmentRequest.js +1 -1
- package/dist/models/ResponseFormat.d.ts +1 -1
- package/dist/models/ResponseFormat.js +1 -1
- package/dist/models/Role.d.ts +1 -1
- package/dist/models/Role.js +1 -1
- package/dist/models/SettingsServiceUpdateLinkSettingBody.d.ts +1 -1
- package/dist/models/SettingsServiceUpdateLinkSettingBody.js +1 -1
- package/dist/models/Shape.d.ts +1 -1
- package/dist/models/Shape.js +1 -1
- package/dist/models/ShortlinkAvailabilityResponse.d.ts +1 -1
- package/dist/models/ShortlinkAvailabilityResponse.js +1 -1
- package/dist/models/ShortlinkRandomResponse.d.ts +1 -1
- package/dist/models/ShortlinkRandomResponse.js +1 -1
- package/dist/models/SocialLinkButton.d.ts +1 -1
- package/dist/models/SocialLinkButton.js +1 -1
- package/dist/models/SocialLinkTraceButton.d.ts +50 -0
- package/dist/models/SocialLinkTraceButton.js +54 -0
- package/dist/models/SocialLinksDisplayStyle.d.ts +1 -1
- package/dist/models/SocialLinksDisplayStyle.js +1 -1
- package/dist/models/SocialLinksPayload.d.ts +1 -1
- package/dist/models/SocialLinksPayload.js +1 -1
- package/dist/models/SocialLinksTraceData.d.ts +57 -0
- package/dist/models/SocialLinksTraceData.js +57 -0
- package/dist/models/SortDirection.d.ts +1 -1
- package/dist/models/SortDirection.js +1 -1
- package/dist/models/SpecificDateConditionPayload.d.ts +1 -1
- package/dist/models/SpecificDateConditionPayload.js +1 -1
- package/dist/models/SpecificDateConditionTraceData.d.ts +1 -1
- package/dist/models/SpecificDateConditionTraceData.js +1 -1
- package/dist/models/SpecificDateConditionTraceOption.d.ts +1 -1
- package/dist/models/SpecificDateConditionTraceOption.js +1 -1
- package/dist/models/SpecificDateOption.d.ts +1 -1
- package/dist/models/SpecificDateOption.js +1 -1
- package/dist/models/SubscriptionType.d.ts +1 -1
- package/dist/models/SubscriptionType.js +1 -1
- package/dist/models/ThemeColor.d.ts +1 -1
- package/dist/models/ThemeColor.js +1 -1
- package/dist/models/ThemeColorThemeColorType.d.ts +1 -1
- package/dist/models/ThemeColorThemeColorType.js +1 -1
- package/dist/models/TimeOfDayConditionPayload.d.ts +1 -1
- package/dist/models/TimeOfDayConditionPayload.js +1 -1
- package/dist/models/TimeOfDayConditionTraceData.d.ts +1 -1
- package/dist/models/TimeOfDayConditionTraceData.js +1 -1
- package/dist/models/TimeOfDayConditionTraceRange.d.ts +1 -1
- package/dist/models/TimeOfDayConditionTraceRange.js +1 -1
- package/dist/models/TimeOfDayRange.d.ts +1 -1
- package/dist/models/TimeOfDayRange.js +1 -1
- package/dist/models/TriggeredBy.d.ts +1 -1
- package/dist/models/TriggeredBy.js +1 -1
- package/dist/models/UpdateCustomDomainResponse.d.ts +1 -1
- package/dist/models/UpdateCustomDomainResponse.js +1 -1
- package/dist/models/UpdateDeviceResponse.d.ts +1 -1
- package/dist/models/UpdateDeviceResponse.js +1 -1
- package/dist/models/UpdateDirectoryResponse.d.ts +33 -0
- package/dist/models/UpdateDirectoryResponse.js +49 -0
- package/dist/models/UpdateLinkResponse.d.ts +1 -1
- package/dist/models/UpdateLinkResponse.js +1 -1
- package/dist/models/UpdateLinkSettingResponse.d.ts +1 -1
- package/dist/models/UpdateLinkSettingResponse.js +1 -1
- package/dist/models/UpdateMeRequest.d.ts +1 -1
- package/dist/models/UpdateMeRequest.js +1 -1
- package/dist/models/UpdatePageThemeResponse.d.ts +1 -1
- package/dist/models/UpdatePageThemeResponse.js +1 -1
- package/dist/models/UpdateQrcodeDesignResponse.d.ts +1 -1
- package/dist/models/UpdateQrcodeDesignResponse.js +1 -1
- package/dist/models/UpdateQrcodeTemplateResponse.d.ts +1 -1
- package/dist/models/UpdateQrcodeTemplateResponse.js +1 -1
- package/dist/models/UpdateWebhookResponse.d.ts +1 -1
- package/dist/models/UpdateWebhookResponse.js +1 -1
- package/dist/models/UpdateWorkflowStepResponse.d.ts +1 -1
- package/dist/models/UpdateWorkflowStepResponse.js +1 -1
- package/dist/models/UpdateWorkspaceOriginInquiryRequest.d.ts +1 -1
- package/dist/models/UpdateWorkspaceOriginInquiryRequest.js +1 -1
- package/dist/models/UpdateWorkspaceOriginPurposeRequest.d.ts +1 -1
- package/dist/models/UpdateWorkspaceOriginPurposeRequest.js +1 -1
- package/dist/models/UpdateWorkspaceRequest.d.ts +1 -1
- package/dist/models/UpdateWorkspaceRequest.js +1 -1
- package/dist/models/VCardData.d.ts +1 -1
- package/dist/models/VCardData.js +1 -1
- package/dist/models/VCardPayload.d.ts +1 -1
- package/dist/models/VCardPayload.js +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponse.d.ts +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponse.js +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidation.d.ts +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidation.js +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.d.ts +1 -1
- package/dist/models/ValidationInstructionsCustomDomainResponseValidationType.js +1 -1
- package/dist/models/ValidationPurpose.d.ts +1 -1
- package/dist/models/ValidationPurpose.js +1 -1
- package/dist/models/VisitType.d.ts +1 -1
- package/dist/models/VisitType.js +1 -1
- package/dist/models/VisitTypeConditionOption.d.ts +1 -1
- package/dist/models/VisitTypeConditionOption.js +1 -1
- package/dist/models/VisitTypeConditionPayload.d.ts +1 -1
- package/dist/models/VisitTypeConditionPayload.js +1 -1
- package/dist/models/VisitTypeConditionTraceData.d.ts +1 -1
- package/dist/models/VisitTypeConditionTraceData.js +1 -1
- package/dist/models/VisitTypeConditionTraceOption.d.ts +1 -1
- package/dist/models/VisitTypeConditionTraceOption.js +1 -1
- package/dist/models/Visitor.d.ts +1 -1
- package/dist/models/Visitor.js +1 -1
- package/dist/models/VisitorEvent.d.ts +1 -1
- package/dist/models/VisitorEvent.js +1 -1
- package/dist/models/VisitorInput.d.ts +1 -1
- package/dist/models/VisitorInput.js +1 -1
- package/dist/models/VisitorLink.d.ts +1 -1
- package/dist/models/VisitorLink.js +1 -1
- package/dist/models/VisitorsServiceUpdateBody.d.ts +1 -1
- package/dist/models/VisitorsServiceUpdateBody.js +1 -1
- package/dist/models/Webhook.d.ts +1 -1
- package/dist/models/Webhook.js +1 -1
- package/dist/models/WebhookSource.d.ts +1 -1
- package/dist/models/WebhookSource.js +1 -1
- package/dist/models/WebhookStatus.d.ts +1 -1
- package/dist/models/WebhookStatus.js +1 -1
- package/dist/models/WebhooksServiceUpdateBody.d.ts +1 -1
- package/dist/models/WebhooksServiceUpdateBody.js +1 -1
- package/dist/models/WorkflowStep.d.ts +11 -1
- package/dist/models/WorkflowStep.js +7 -2
- package/dist/models/WorkflowStepKind.d.ts +1 -1
- package/dist/models/WorkflowStepKind.js +1 -1
- package/dist/models/WorkflowStepNodeType.d.ts +1 -1
- package/dist/models/WorkflowStepNodeType.js +1 -1
- package/dist/models/WorkflowStepPayload.d.ts +39 -4
- package/dist/models/WorkflowStepPayload.js +19 -4
- package/dist/models/WorkflowStepsServiceAddRelationshipBody.d.ts +1 -1
- package/dist/models/WorkflowStepsServiceAddRelationshipBody.js +1 -1
- package/dist/models/WorkflowStepsServiceCreateBody.d.ts +11 -1
- package/dist/models/WorkflowStepsServiceCreateBody.js +7 -2
- package/dist/models/WorkflowStepsServiceUpdateBody.d.ts +1 -1
- package/dist/models/WorkflowStepsServiceUpdateBody.js +1 -1
- package/dist/models/Workspace.d.ts +1 -1
- package/dist/models/Workspace.js +1 -1
- package/dist/models/WorkspaceInsight.d.ts +1 -1
- package/dist/models/WorkspaceInsight.js +1 -1
- package/dist/models/WorkspaceMetric.d.ts +7 -1
- package/dist/models/WorkspaceMetric.js +3 -1
- package/dist/models/WorkspaceToken.d.ts +1 -1
- package/dist/models/WorkspaceToken.js +1 -1
- package/dist/models/WorkspaceTokenKeyType.d.ts +1 -1
- package/dist/models/WorkspaceTokenKeyType.js +1 -1
- package/dist/models/index.d.ts +37 -1
- package/dist/models/index.js +37 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/dist/safe-config.d.ts +57 -0
- package/dist/safe-config.js +35 -0
- package/package.json +1 -1
- package/dist/models/MultiLinkSelectedButton.d.ts +0 -44
- package/dist/models/MultiLinkSelectedButton.js +0 -52
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,15 +10,20 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { CountryConditionPayload } from './CountryConditionPayload';
|
|
13
|
+
import type { DeviceBrowserConditionPayload } from './DeviceBrowserConditionPayload';
|
|
13
14
|
import type { TimeOfDayConditionPayload } from './TimeOfDayConditionPayload';
|
|
14
15
|
import type { FormPayload } from './FormPayload';
|
|
15
16
|
import type { DayOfMonthConditionPayload } from './DayOfMonthConditionPayload';
|
|
16
|
-
import type {
|
|
17
|
-
import type { VCardPayload } from './VCardPayload';
|
|
18
|
-
import type { SocialLinksPayload } from './SocialLinksPayload';
|
|
17
|
+
import type { DeviceBrandConditionPayload } from './DeviceBrandConditionPayload';
|
|
19
18
|
import type { MultiLinkPayload } from './MultiLinkPayload';
|
|
20
19
|
import type { ClientRedirectPayload } from './ClientRedirectPayload';
|
|
21
20
|
import type { VisitTypeConditionPayload } from './VisitTypeConditionPayload';
|
|
21
|
+
import type { DeviceTypeConditionPayload } from './DeviceTypeConditionPayload';
|
|
22
|
+
import type { DevicePlatformConditionPayload } from './DevicePlatformConditionPayload';
|
|
23
|
+
import type { SpecificDateConditionPayload } from './SpecificDateConditionPayload';
|
|
24
|
+
import type { VCardPayload } from './VCardPayload';
|
|
25
|
+
import type { SocialLinksPayload } from './SocialLinksPayload';
|
|
26
|
+
import type { DeviceActorConditionPayload } from './DeviceActorConditionPayload';
|
|
22
27
|
import type { PasswordPayload } from './PasswordPayload';
|
|
23
28
|
import type { DayOfWeekConditionPayload } from './DayOfWeekConditionPayload';
|
|
24
29
|
/**
|
|
@@ -51,6 +56,36 @@ export interface WorkflowStepPayload {
|
|
|
51
56
|
* @memberof WorkflowStepPayload
|
|
52
57
|
*/
|
|
53
58
|
dayOfWeekCondition?: DayOfWeekConditionPayload;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {DeviceActorConditionPayload}
|
|
62
|
+
* @memberof WorkflowStepPayload
|
|
63
|
+
*/
|
|
64
|
+
deviceActorCondition?: DeviceActorConditionPayload;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {DeviceBrandConditionPayload}
|
|
68
|
+
* @memberof WorkflowStepPayload
|
|
69
|
+
*/
|
|
70
|
+
deviceBrandCondition?: DeviceBrandConditionPayload;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {DeviceBrowserConditionPayload}
|
|
74
|
+
* @memberof WorkflowStepPayload
|
|
75
|
+
*/
|
|
76
|
+
deviceBrowserCondition?: DeviceBrowserConditionPayload;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {DevicePlatformConditionPayload}
|
|
80
|
+
* @memberof WorkflowStepPayload
|
|
81
|
+
*/
|
|
82
|
+
devicePlatformCondition?: DevicePlatformConditionPayload;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {DeviceTypeConditionPayload}
|
|
86
|
+
* @memberof WorkflowStepPayload
|
|
87
|
+
*/
|
|
88
|
+
deviceTypeCondition?: DeviceTypeConditionPayload;
|
|
54
89
|
/**
|
|
55
90
|
*
|
|
56
91
|
* @type {FormPayload}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -19,15 +19,20 @@ exports.WorkflowStepPayloadFromJSONTyped = WorkflowStepPayloadFromJSONTyped;
|
|
|
19
19
|
exports.WorkflowStepPayloadToJSON = WorkflowStepPayloadToJSON;
|
|
20
20
|
exports.WorkflowStepPayloadToJSONTyped = WorkflowStepPayloadToJSONTyped;
|
|
21
21
|
const CountryConditionPayload_1 = require("./CountryConditionPayload");
|
|
22
|
+
const DeviceBrowserConditionPayload_1 = require("./DeviceBrowserConditionPayload");
|
|
22
23
|
const TimeOfDayConditionPayload_1 = require("./TimeOfDayConditionPayload");
|
|
23
24
|
const FormPayload_1 = require("./FormPayload");
|
|
24
25
|
const DayOfMonthConditionPayload_1 = require("./DayOfMonthConditionPayload");
|
|
25
|
-
const
|
|
26
|
-
const VCardPayload_1 = require("./VCardPayload");
|
|
27
|
-
const SocialLinksPayload_1 = require("./SocialLinksPayload");
|
|
26
|
+
const DeviceBrandConditionPayload_1 = require("./DeviceBrandConditionPayload");
|
|
28
27
|
const MultiLinkPayload_1 = require("./MultiLinkPayload");
|
|
29
28
|
const ClientRedirectPayload_1 = require("./ClientRedirectPayload");
|
|
30
29
|
const VisitTypeConditionPayload_1 = require("./VisitTypeConditionPayload");
|
|
30
|
+
const DeviceTypeConditionPayload_1 = require("./DeviceTypeConditionPayload");
|
|
31
|
+
const DevicePlatformConditionPayload_1 = require("./DevicePlatformConditionPayload");
|
|
32
|
+
const SpecificDateConditionPayload_1 = require("./SpecificDateConditionPayload");
|
|
33
|
+
const VCardPayload_1 = require("./VCardPayload");
|
|
34
|
+
const SocialLinksPayload_1 = require("./SocialLinksPayload");
|
|
35
|
+
const DeviceActorConditionPayload_1 = require("./DeviceActorConditionPayload");
|
|
31
36
|
const PasswordPayload_1 = require("./PasswordPayload");
|
|
32
37
|
const DayOfWeekConditionPayload_1 = require("./DayOfWeekConditionPayload");
|
|
33
38
|
/**
|
|
@@ -48,6 +53,11 @@ function WorkflowStepPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
53
|
'countryCondition': json['countryCondition'] == null ? undefined : (0, CountryConditionPayload_1.CountryConditionPayloadFromJSON)(json['countryCondition']),
|
|
49
54
|
'dayOfMonthCondition': json['dayOfMonthCondition'] == null ? undefined : (0, DayOfMonthConditionPayload_1.DayOfMonthConditionPayloadFromJSON)(json['dayOfMonthCondition']),
|
|
50
55
|
'dayOfWeekCondition': json['dayOfWeekCondition'] == null ? undefined : (0, DayOfWeekConditionPayload_1.DayOfWeekConditionPayloadFromJSON)(json['dayOfWeekCondition']),
|
|
56
|
+
'deviceActorCondition': json['deviceActorCondition'] == null ? undefined : (0, DeviceActorConditionPayload_1.DeviceActorConditionPayloadFromJSON)(json['deviceActorCondition']),
|
|
57
|
+
'deviceBrandCondition': json['deviceBrandCondition'] == null ? undefined : (0, DeviceBrandConditionPayload_1.DeviceBrandConditionPayloadFromJSON)(json['deviceBrandCondition']),
|
|
58
|
+
'deviceBrowserCondition': json['deviceBrowserCondition'] == null ? undefined : (0, DeviceBrowserConditionPayload_1.DeviceBrowserConditionPayloadFromJSON)(json['deviceBrowserCondition']),
|
|
59
|
+
'devicePlatformCondition': json['devicePlatformCondition'] == null ? undefined : (0, DevicePlatformConditionPayload_1.DevicePlatformConditionPayloadFromJSON)(json['devicePlatformCondition']),
|
|
60
|
+
'deviceTypeCondition': json['deviceTypeCondition'] == null ? undefined : (0, DeviceTypeConditionPayload_1.DeviceTypeConditionPayloadFromJSON)(json['deviceTypeCondition']),
|
|
51
61
|
'form': json['form'] == null ? undefined : (0, FormPayload_1.FormPayloadFromJSON)(json['form']),
|
|
52
62
|
'linkVisit': json['linkVisit'] == null ? undefined : json['linkVisit'],
|
|
53
63
|
'multiLink': json['multiLink'] == null ? undefined : (0, MultiLinkPayload_1.MultiLinkPayloadFromJSON)(json['multiLink']),
|
|
@@ -71,6 +81,11 @@ function WorkflowStepPayloadToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
71
81
|
'countryCondition': (0, CountryConditionPayload_1.CountryConditionPayloadToJSON)(value['countryCondition']),
|
|
72
82
|
'dayOfMonthCondition': (0, DayOfMonthConditionPayload_1.DayOfMonthConditionPayloadToJSON)(value['dayOfMonthCondition']),
|
|
73
83
|
'dayOfWeekCondition': (0, DayOfWeekConditionPayload_1.DayOfWeekConditionPayloadToJSON)(value['dayOfWeekCondition']),
|
|
84
|
+
'deviceActorCondition': (0, DeviceActorConditionPayload_1.DeviceActorConditionPayloadToJSON)(value['deviceActorCondition']),
|
|
85
|
+
'deviceBrandCondition': (0, DeviceBrandConditionPayload_1.DeviceBrandConditionPayloadToJSON)(value['deviceBrandCondition']),
|
|
86
|
+
'deviceBrowserCondition': (0, DeviceBrowserConditionPayload_1.DeviceBrowserConditionPayloadToJSON)(value['deviceBrowserCondition']),
|
|
87
|
+
'devicePlatformCondition': (0, DevicePlatformConditionPayload_1.DevicePlatformConditionPayloadToJSON)(value['devicePlatformCondition']),
|
|
88
|
+
'deviceTypeCondition': (0, DeviceTypeConditionPayload_1.DeviceTypeConditionPayloadToJSON)(value['deviceTypeCondition']),
|
|
74
89
|
'form': (0, FormPayload_1.FormPayloadToJSON)(value['form']),
|
|
75
90
|
'linkVisit': value['linkVisit'],
|
|
76
91
|
'multiLink': (0, MultiLinkPayload_1.MultiLinkPayloadToJSON)(value['multiLink']),
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,6 +38,11 @@ export interface WorkflowStepsServiceCreateBody {
|
|
|
38
38
|
* - EVENT_ACTION_DAY_OF_MONTH_CONDITION: Route visitors based on day of month
|
|
39
39
|
* - EVENT_ACTION_SPECIFIC_DATE_CONDITION: Route visitors based on specific calendar dates
|
|
40
40
|
* - EVENT_ACTION_SOCIAL_LINKS_PAGE: Display a social links page (like Linktree)
|
|
41
|
+
* - EVENT_ACTION_DEVICE_TYPE_CONDITION: Route visitors based on device type (e.g. MOBILE, DESKTOP, TABLET)
|
|
42
|
+
* - EVENT_ACTION_DEVICE_PLATFORM_CONDITION: Route visitors based on device platform / operating system (e.g. iOS, Android, macOS)
|
|
43
|
+
* - EVENT_ACTION_DEVICE_BROWSER_CONDITION: Route visitors based on browser family (e.g. Chrome, Safari, Firefox)
|
|
44
|
+
* - EVENT_ACTION_DEVICE_BRAND_CONDITION: Route visitors based on hardware brand (e.g. Apple, Samsung, Google)
|
|
45
|
+
* - EVENT_ACTION_DEVICE_ACTOR_CONDITION: Route visitors based on actor classification (e.g. HUMAN, BOT, AGENT)
|
|
41
46
|
* @type {WorkflowStepsServiceCreateBodyEventActionEnum}
|
|
42
47
|
* @memberof WorkflowStepsServiceCreateBody
|
|
43
48
|
*/
|
|
@@ -73,6 +78,11 @@ export declare const WorkflowStepsServiceCreateBodyEventActionEnum: {
|
|
|
73
78
|
readonly EventActionDayOfMonthCondition: "EVENT_ACTION_DAY_OF_MONTH_CONDITION";
|
|
74
79
|
readonly EventActionSpecificDateCondition: "EVENT_ACTION_SPECIFIC_DATE_CONDITION";
|
|
75
80
|
readonly EventActionSocialLinksPage: "EVENT_ACTION_SOCIAL_LINKS_PAGE";
|
|
81
|
+
readonly EventActionDeviceTypeCondition: "EVENT_ACTION_DEVICE_TYPE_CONDITION";
|
|
82
|
+
readonly EventActionDevicePlatformCondition: "EVENT_ACTION_DEVICE_PLATFORM_CONDITION";
|
|
83
|
+
readonly EventActionDeviceBrowserCondition: "EVENT_ACTION_DEVICE_BROWSER_CONDITION";
|
|
84
|
+
readonly EventActionDeviceBrandCondition: "EVENT_ACTION_DEVICE_BRAND_CONDITION";
|
|
85
|
+
readonly EventActionDeviceActorCondition: "EVENT_ACTION_DEVICE_ACTOR_CONDITION";
|
|
76
86
|
};
|
|
77
87
|
export type WorkflowStepsServiceCreateBodyEventActionEnum = typeof WorkflowStepsServiceCreateBodyEventActionEnum[keyof typeof WorkflowStepsServiceCreateBodyEventActionEnum];
|
|
78
88
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,12 @@ exports.WorkflowStepsServiceCreateBodyEventActionEnum = {
|
|
|
38
38
|
EventActionTimeOfDayCondition: 'EVENT_ACTION_TIME_OF_DAY_CONDITION',
|
|
39
39
|
EventActionDayOfMonthCondition: 'EVENT_ACTION_DAY_OF_MONTH_CONDITION',
|
|
40
40
|
EventActionSpecificDateCondition: 'EVENT_ACTION_SPECIFIC_DATE_CONDITION',
|
|
41
|
-
EventActionSocialLinksPage: 'EVENT_ACTION_SOCIAL_LINKS_PAGE'
|
|
41
|
+
EventActionSocialLinksPage: 'EVENT_ACTION_SOCIAL_LINKS_PAGE',
|
|
42
|
+
EventActionDeviceTypeCondition: 'EVENT_ACTION_DEVICE_TYPE_CONDITION',
|
|
43
|
+
EventActionDevicePlatformCondition: 'EVENT_ACTION_DEVICE_PLATFORM_CONDITION',
|
|
44
|
+
EventActionDeviceBrowserCondition: 'EVENT_ACTION_DEVICE_BROWSER_CONDITION',
|
|
45
|
+
EventActionDeviceBrandCondition: 'EVENT_ACTION_DEVICE_BRAND_CONDITION',
|
|
46
|
+
EventActionDeviceActorCondition: 'EVENT_ACTION_DEVICE_ACTOR_CONDITION'
|
|
42
47
|
};
|
|
43
48
|
/**
|
|
44
49
|
* Check if a given object implements the WorkflowStepsServiceCreateBody interface.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/Workspace.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,6 +27,12 @@ export interface WorkspaceMetric {
|
|
|
27
27
|
* @memberof WorkspaceMetric
|
|
28
28
|
*/
|
|
29
29
|
tokenCreditsUsed?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof WorkspaceMetric
|
|
34
|
+
*/
|
|
35
|
+
totalDirectories?: number;
|
|
30
36
|
/**
|
|
31
37
|
*
|
|
32
38
|
* @type {number}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,6 +34,7 @@ function WorkspaceMetricFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
return {
|
|
35
35
|
'tokenCreditsLimit': json['tokenCreditsLimit'] == null ? undefined : json['tokenCreditsLimit'],
|
|
36
36
|
'tokenCreditsUsed': json['tokenCreditsUsed'] == null ? undefined : json['tokenCreditsUsed'],
|
|
37
|
+
'totalDirectories': json['totalDirectories'] == null ? undefined : json['totalDirectories'],
|
|
37
38
|
'totalEvents': json['totalEvents'] == null ? undefined : json['totalEvents'],
|
|
38
39
|
'totalLinks': json['totalLinks'] == null ? undefined : json['totalLinks'],
|
|
39
40
|
'totalMembers': json['totalMembers'] == null ? undefined : json['totalMembers'],
|
|
@@ -51,6 +52,7 @@ function WorkspaceMetricToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
51
52
|
return {
|
|
52
53
|
'tokenCreditsLimit': value['tokenCreditsLimit'],
|
|
53
54
|
'tokenCreditsUsed': value['tokenCreditsUsed'],
|
|
55
|
+
'totalDirectories': value['totalDirectories'],
|
|
54
56
|
'totalEvents': value['totalEvents'],
|
|
55
57
|
'totalLinks': value['totalLinks'],
|
|
56
58
|
'totalMembers': value['totalMembers'],
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/index.d.ts
CHANGED
|
@@ -20,6 +20,8 @@ export * from './CreateContactLinkRequest';
|
|
|
20
20
|
export * from './CreateContactLinkResponse';
|
|
21
21
|
export * from './CreateCustomDomainRequest';
|
|
22
22
|
export * from './CreateCustomDomainResponse';
|
|
23
|
+
export * from './CreateDirectoryRequest';
|
|
24
|
+
export * from './CreateDirectoryResponse';
|
|
23
25
|
export * from './CreateEventTraceResponse';
|
|
24
26
|
export * from './CreateLinkRequest';
|
|
25
27
|
export * from './CreateLinkResponse';
|
|
@@ -47,8 +49,36 @@ export * from './DayOfWeekOption';
|
|
|
47
49
|
export * from './DeleteAttributeResponse';
|
|
48
50
|
export * from './DeleteVisitorResponse';
|
|
49
51
|
export * from './Device';
|
|
52
|
+
export * from './DeviceActor';
|
|
53
|
+
export * from './DeviceActorConditionOption';
|
|
54
|
+
export * from './DeviceActorConditionPayload';
|
|
55
|
+
export * from './DeviceActorConditionTraceData';
|
|
56
|
+
export * from './DeviceActorConditionTraceOption';
|
|
57
|
+
export * from './DeviceActorConditionValue';
|
|
58
|
+
export * from './DeviceBrandConditionOption';
|
|
59
|
+
export * from './DeviceBrandConditionPayload';
|
|
60
|
+
export * from './DeviceBrandConditionTraceData';
|
|
61
|
+
export * from './DeviceBrandConditionTraceOption';
|
|
62
|
+
export * from './DeviceBrandConditionValue';
|
|
63
|
+
export * from './DeviceBrowserConditionOption';
|
|
64
|
+
export * from './DeviceBrowserConditionPayload';
|
|
65
|
+
export * from './DeviceBrowserConditionTraceData';
|
|
66
|
+
export * from './DeviceBrowserConditionTraceOption';
|
|
67
|
+
export * from './DeviceBrowserConditionValue';
|
|
50
68
|
export * from './DeviceInput';
|
|
69
|
+
export * from './DevicePlatformConditionOption';
|
|
70
|
+
export * from './DevicePlatformConditionPayload';
|
|
71
|
+
export * from './DevicePlatformConditionTraceData';
|
|
72
|
+
export * from './DevicePlatformConditionTraceOption';
|
|
73
|
+
export * from './DevicePlatformConditionValue';
|
|
51
74
|
export * from './DeviceType';
|
|
75
|
+
export * from './DeviceTypeConditionOption';
|
|
76
|
+
export * from './DeviceTypeConditionPayload';
|
|
77
|
+
export * from './DeviceTypeConditionTraceData';
|
|
78
|
+
export * from './DeviceTypeConditionTraceOption';
|
|
79
|
+
export * from './DeviceTypeConditionValue';
|
|
80
|
+
export * from './DirectoriesServiceUpdateBody';
|
|
81
|
+
export * from './Directory';
|
|
52
82
|
export * from './DotsOptions';
|
|
53
83
|
export * from './EntryAccessTraceData';
|
|
54
84
|
export * from './ErrorResponse';
|
|
@@ -69,6 +99,7 @@ export * from './FormPayload';
|
|
|
69
99
|
export * from './FormTraceData';
|
|
70
100
|
export * from './FormTraceDataField';
|
|
71
101
|
export * from './GetCustomDomainResponse';
|
|
102
|
+
export * from './GetDirectoryResponse';
|
|
72
103
|
export * from './GetEventsTimeSeriesRequest';
|
|
73
104
|
export * from './GetEventsTimeSeriesResponse';
|
|
74
105
|
export * from './GetLeadScoreExplanationResponse';
|
|
@@ -94,6 +125,7 @@ export * from './LinkSetting';
|
|
|
94
125
|
export * from './LinkSortField';
|
|
95
126
|
export * from './LinksServiceUpdateBody';
|
|
96
127
|
export * from './ListCustomDomainsResponse';
|
|
128
|
+
export * from './ListDirectoriesResponse';
|
|
97
129
|
export * from './ListEventTracesResponse';
|
|
98
130
|
export * from './ListEventsCsvResponse';
|
|
99
131
|
export * from './ListEventsJsonResponse';
|
|
@@ -119,8 +151,9 @@ export * from './MembersServiceUpdateBody';
|
|
|
119
151
|
export * from './ModelHTTPMethod';
|
|
120
152
|
export * from './MultiLinkButton';
|
|
121
153
|
export * from './MultiLinkPayload';
|
|
122
|
-
export * from './
|
|
154
|
+
export * from './MultiLinkTraceButton';
|
|
123
155
|
export * from './MultiLinkTraceData';
|
|
156
|
+
export * from './MultiLinkTraceSelectedButton';
|
|
124
157
|
export * from './OutputFileFormat';
|
|
125
158
|
export * from './PageTheme';
|
|
126
159
|
export * from './PageThemeBadgeShape';
|
|
@@ -154,8 +187,10 @@ export * from './Shape';
|
|
|
154
187
|
export * from './ShortlinkAvailabilityResponse';
|
|
155
188
|
export * from './ShortlinkRandomResponse';
|
|
156
189
|
export * from './SocialLinkButton';
|
|
190
|
+
export * from './SocialLinkTraceButton';
|
|
157
191
|
export * from './SocialLinksDisplayStyle';
|
|
158
192
|
export * from './SocialLinksPayload';
|
|
193
|
+
export * from './SocialLinksTraceData';
|
|
159
194
|
export * from './SortDirection';
|
|
160
195
|
export * from './SpecificDateConditionPayload';
|
|
161
196
|
export * from './SpecificDateConditionTraceData';
|
|
@@ -171,6 +206,7 @@ export * from './TimeOfDayRange';
|
|
|
171
206
|
export * from './TriggeredBy';
|
|
172
207
|
export * from './UpdateCustomDomainResponse';
|
|
173
208
|
export * from './UpdateDeviceResponse';
|
|
209
|
+
export * from './UpdateDirectoryResponse';
|
|
174
210
|
export * from './UpdateLinkResponse';
|
|
175
211
|
export * from './UpdateLinkSettingResponse';
|
|
176
212
|
export * from './UpdateMeRequest';
|
package/dist/models/index.js
CHANGED
|
@@ -38,6 +38,8 @@ __exportStar(require("./CreateContactLinkRequest"), exports);
|
|
|
38
38
|
__exportStar(require("./CreateContactLinkResponse"), exports);
|
|
39
39
|
__exportStar(require("./CreateCustomDomainRequest"), exports);
|
|
40
40
|
__exportStar(require("./CreateCustomDomainResponse"), exports);
|
|
41
|
+
__exportStar(require("./CreateDirectoryRequest"), exports);
|
|
42
|
+
__exportStar(require("./CreateDirectoryResponse"), exports);
|
|
41
43
|
__exportStar(require("./CreateEventTraceResponse"), exports);
|
|
42
44
|
__exportStar(require("./CreateLinkRequest"), exports);
|
|
43
45
|
__exportStar(require("./CreateLinkResponse"), exports);
|
|
@@ -65,8 +67,36 @@ __exportStar(require("./DayOfWeekOption"), exports);
|
|
|
65
67
|
__exportStar(require("./DeleteAttributeResponse"), exports);
|
|
66
68
|
__exportStar(require("./DeleteVisitorResponse"), exports);
|
|
67
69
|
__exportStar(require("./Device"), exports);
|
|
70
|
+
__exportStar(require("./DeviceActor"), exports);
|
|
71
|
+
__exportStar(require("./DeviceActorConditionOption"), exports);
|
|
72
|
+
__exportStar(require("./DeviceActorConditionPayload"), exports);
|
|
73
|
+
__exportStar(require("./DeviceActorConditionTraceData"), exports);
|
|
74
|
+
__exportStar(require("./DeviceActorConditionTraceOption"), exports);
|
|
75
|
+
__exportStar(require("./DeviceActorConditionValue"), exports);
|
|
76
|
+
__exportStar(require("./DeviceBrandConditionOption"), exports);
|
|
77
|
+
__exportStar(require("./DeviceBrandConditionPayload"), exports);
|
|
78
|
+
__exportStar(require("./DeviceBrandConditionTraceData"), exports);
|
|
79
|
+
__exportStar(require("./DeviceBrandConditionTraceOption"), exports);
|
|
80
|
+
__exportStar(require("./DeviceBrandConditionValue"), exports);
|
|
81
|
+
__exportStar(require("./DeviceBrowserConditionOption"), exports);
|
|
82
|
+
__exportStar(require("./DeviceBrowserConditionPayload"), exports);
|
|
83
|
+
__exportStar(require("./DeviceBrowserConditionTraceData"), exports);
|
|
84
|
+
__exportStar(require("./DeviceBrowserConditionTraceOption"), exports);
|
|
85
|
+
__exportStar(require("./DeviceBrowserConditionValue"), exports);
|
|
68
86
|
__exportStar(require("./DeviceInput"), exports);
|
|
87
|
+
__exportStar(require("./DevicePlatformConditionOption"), exports);
|
|
88
|
+
__exportStar(require("./DevicePlatformConditionPayload"), exports);
|
|
89
|
+
__exportStar(require("./DevicePlatformConditionTraceData"), exports);
|
|
90
|
+
__exportStar(require("./DevicePlatformConditionTraceOption"), exports);
|
|
91
|
+
__exportStar(require("./DevicePlatformConditionValue"), exports);
|
|
69
92
|
__exportStar(require("./DeviceType"), exports);
|
|
93
|
+
__exportStar(require("./DeviceTypeConditionOption"), exports);
|
|
94
|
+
__exportStar(require("./DeviceTypeConditionPayload"), exports);
|
|
95
|
+
__exportStar(require("./DeviceTypeConditionTraceData"), exports);
|
|
96
|
+
__exportStar(require("./DeviceTypeConditionTraceOption"), exports);
|
|
97
|
+
__exportStar(require("./DeviceTypeConditionValue"), exports);
|
|
98
|
+
__exportStar(require("./DirectoriesServiceUpdateBody"), exports);
|
|
99
|
+
__exportStar(require("./Directory"), exports);
|
|
70
100
|
__exportStar(require("./DotsOptions"), exports);
|
|
71
101
|
__exportStar(require("./EntryAccessTraceData"), exports);
|
|
72
102
|
__exportStar(require("./ErrorResponse"), exports);
|
|
@@ -87,6 +117,7 @@ __exportStar(require("./FormPayload"), exports);
|
|
|
87
117
|
__exportStar(require("./FormTraceData"), exports);
|
|
88
118
|
__exportStar(require("./FormTraceDataField"), exports);
|
|
89
119
|
__exportStar(require("./GetCustomDomainResponse"), exports);
|
|
120
|
+
__exportStar(require("./GetDirectoryResponse"), exports);
|
|
90
121
|
__exportStar(require("./GetEventsTimeSeriesRequest"), exports);
|
|
91
122
|
__exportStar(require("./GetEventsTimeSeriesResponse"), exports);
|
|
92
123
|
__exportStar(require("./GetLeadScoreExplanationResponse"), exports);
|
|
@@ -112,6 +143,7 @@ __exportStar(require("./LinkSetting"), exports);
|
|
|
112
143
|
__exportStar(require("./LinkSortField"), exports);
|
|
113
144
|
__exportStar(require("./LinksServiceUpdateBody"), exports);
|
|
114
145
|
__exportStar(require("./ListCustomDomainsResponse"), exports);
|
|
146
|
+
__exportStar(require("./ListDirectoriesResponse"), exports);
|
|
115
147
|
__exportStar(require("./ListEventTracesResponse"), exports);
|
|
116
148
|
__exportStar(require("./ListEventsCsvResponse"), exports);
|
|
117
149
|
__exportStar(require("./ListEventsJsonResponse"), exports);
|
|
@@ -137,8 +169,9 @@ __exportStar(require("./MembersServiceUpdateBody"), exports);
|
|
|
137
169
|
__exportStar(require("./ModelHTTPMethod"), exports);
|
|
138
170
|
__exportStar(require("./MultiLinkButton"), exports);
|
|
139
171
|
__exportStar(require("./MultiLinkPayload"), exports);
|
|
140
|
-
__exportStar(require("./
|
|
172
|
+
__exportStar(require("./MultiLinkTraceButton"), exports);
|
|
141
173
|
__exportStar(require("./MultiLinkTraceData"), exports);
|
|
174
|
+
__exportStar(require("./MultiLinkTraceSelectedButton"), exports);
|
|
142
175
|
__exportStar(require("./OutputFileFormat"), exports);
|
|
143
176
|
__exportStar(require("./PageTheme"), exports);
|
|
144
177
|
__exportStar(require("./PageThemeBadgeShape"), exports);
|
|
@@ -172,8 +205,10 @@ __exportStar(require("./Shape"), exports);
|
|
|
172
205
|
__exportStar(require("./ShortlinkAvailabilityResponse"), exports);
|
|
173
206
|
__exportStar(require("./ShortlinkRandomResponse"), exports);
|
|
174
207
|
__exportStar(require("./SocialLinkButton"), exports);
|
|
208
|
+
__exportStar(require("./SocialLinkTraceButton"), exports);
|
|
175
209
|
__exportStar(require("./SocialLinksDisplayStyle"), exports);
|
|
176
210
|
__exportStar(require("./SocialLinksPayload"), exports);
|
|
211
|
+
__exportStar(require("./SocialLinksTraceData"), exports);
|
|
177
212
|
__exportStar(require("./SortDirection"), exports);
|
|
178
213
|
__exportStar(require("./SpecificDateConditionPayload"), exports);
|
|
179
214
|
__exportStar(require("./SpecificDateConditionTraceData"), exports);
|
|
@@ -189,6 +224,7 @@ __exportStar(require("./TimeOfDayRange"), exports);
|
|
|
189
224
|
__exportStar(require("./TriggeredBy"), exports);
|
|
190
225
|
__exportStar(require("./UpdateCustomDomainResponse"), exports);
|
|
191
226
|
__exportStar(require("./UpdateDeviceResponse"), exports);
|
|
227
|
+
__exportStar(require("./UpdateDirectoryResponse"), exports);
|
|
192
228
|
__exportStar(require("./UpdateLinkResponse"), exports);
|
|
193
229
|
__exportStar(require("./UpdateLinkSettingResponse"), exports);
|
|
194
230
|
__exportStar(require("./UpdateMeRequest"), exports);
|
package/dist/runtime.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Linkbreakers API
|
|
3
3
|
* This is a documentation of all the APIs of Linkbreakers
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.42.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/runtime.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Linkbreakers API
|
|
6
6
|
* This is a documentation of all the APIs of Linkbreakers
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.42.2
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Type-safe configuration for Linkbreakers SDK
|
|
3
|
+
* This wrapper prevents the common mistake of using `apiKey` instead of `accessToken`
|
|
4
|
+
*
|
|
5
|
+
* ✅ CORRECT: Use `accessToken` for Bearer token authentication
|
|
6
|
+
* ❌ INCORRECT: Using `apiKey` is not supported and will not work
|
|
7
|
+
*/
|
|
8
|
+
import { Configuration, HTTPHeaders, FetchAPI, Middleware, HTTPQuery } from './runtime';
|
|
9
|
+
export interface LinkbreakersConfigParams {
|
|
10
|
+
/**
|
|
11
|
+
* Your Linkbreakers API token (Bearer token)
|
|
12
|
+
* Get this from: https://app.linkbreakers.com/settings/api
|
|
13
|
+
*/
|
|
14
|
+
accessToken: string | Promise<string> | ((name?: string, scopes?: string[]) => string | Promise<string>);
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated ❌ INCORRECT: Do not use `apiKey`. Use `accessToken` instead for Bearer token authentication.
|
|
17
|
+
* @see https://linkbreakers.com/help/article/api-authentication-accesstoken-vs-apikey
|
|
18
|
+
*/
|
|
19
|
+
apiKey?: never;
|
|
20
|
+
/**
|
|
21
|
+
* API base path (default: https://api.linkbreakers.com)
|
|
22
|
+
*/
|
|
23
|
+
basePath?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Optional custom fetch implementation
|
|
26
|
+
*/
|
|
27
|
+
fetchApi?: FetchAPI;
|
|
28
|
+
/**
|
|
29
|
+
* Optional middleware to apply before/after requests
|
|
30
|
+
*/
|
|
31
|
+
middleware?: Middleware[];
|
|
32
|
+
/**
|
|
33
|
+
* Optional custom query string stringify function
|
|
34
|
+
*/
|
|
35
|
+
queryParamsStringify?: (params: HTTPQuery) => string;
|
|
36
|
+
/**
|
|
37
|
+
* Optional headers to include on every request
|
|
38
|
+
*/
|
|
39
|
+
headers?: HTTPHeaders;
|
|
40
|
+
/**
|
|
41
|
+
* Optional credentials setting for fetch requests
|
|
42
|
+
*/
|
|
43
|
+
credentials?: RequestCredentials;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Type-safe configuration class that only accepts Bearer token authentication
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```typescript
|
|
50
|
+
* const config = new LinkbreakersConfig({
|
|
51
|
+
* accessToken: 'your-api-token',
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
export declare class LinkbreakersConfig extends Configuration {
|
|
56
|
+
constructor(params: LinkbreakersConfigParams);
|
|
57
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Type-safe configuration for Linkbreakers SDK
|
|
4
|
+
* This wrapper prevents the common mistake of using `apiKey` instead of `accessToken`
|
|
5
|
+
*
|
|
6
|
+
* ✅ CORRECT: Use `accessToken` for Bearer token authentication
|
|
7
|
+
* ❌ INCORRECT: Using `apiKey` is not supported and will not work
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.LinkbreakersConfig = void 0;
|
|
11
|
+
const runtime_1 = require("./runtime");
|
|
12
|
+
/**
|
|
13
|
+
* Type-safe configuration class that only accepts Bearer token authentication
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```typescript
|
|
17
|
+
* const config = new LinkbreakersConfig({
|
|
18
|
+
* accessToken: 'your-api-token',
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
class LinkbreakersConfig extends runtime_1.Configuration {
|
|
23
|
+
constructor(params) {
|
|
24
|
+
super({
|
|
25
|
+
accessToken: params.accessToken,
|
|
26
|
+
basePath: params.basePath,
|
|
27
|
+
fetchApi: params.fetchApi,
|
|
28
|
+
middleware: params.middleware,
|
|
29
|
+
queryParamsStringify: params.queryParamsStringify,
|
|
30
|
+
headers: params.headers,
|
|
31
|
+
credentials: params.credentials,
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.LinkbreakersConfig = LinkbreakersConfig;
|