@dxs-ts/eveli-ide 0.0.113 → 0.0.115
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/build/demo-app/frontdesk-app.d.ts +2 -0
- package/build/demo-app/index.d.ts +1 -0
- package/build/demo-app/stencil-app.d.ts +2 -0
- package/build/demo-app/ui-dev-app.d.ts +2 -0
- package/build/demo-app/wrench-app.d.ts +2 -0
- package/build/index.js +134341 -133148
- package/build/src/burger/api-config/ConfigContext.d.ts +17 -0
- package/build/src/burger/api-config/index.d.ts +1 -0
- package/build/src/burger/api-iam/IamBackendProvider.d.ts +12 -0
- package/build/src/burger/api-iam/IamForcedLogin.d.ts +5 -0
- package/build/src/burger/api-iam/IamLiveness.d.ts +7 -0
- package/build/src/burger/api-iam/iam-types.d.ts +35 -0
- package/build/src/burger/api-iam/index.d.ts +7 -0
- package/build/src/burger/api-iconbar/IconbarProvider.d.ts +7 -0
- package/build/src/burger/api-iconbar/iconbar-api.d.ts +4 -0
- package/build/src/burger/api-iconbar/index.d.ts +2 -0
- package/build/src/burger/api-locale/LocaleProvider.d.ts +10 -0
- package/build/src/burger/api-locale/index.d.ts +2 -0
- package/build/src/burger/api-locale/locale-types.d.ts +13 -0
- package/build/src/burger/api-variants/index.d.ts +1 -0
- package/build/src/burger/api-variants/useVariantOverride.d.ts +8 -0
- package/build/src/burger/eveli-activities/EveliActivities.d.ts +5 -0
- package/build/src/burger/eveli-activities/index.d.ts +1 -0
- package/build/src/burger/eveli-activities/useUtilityClasses.d.ts +7 -0
- package/build/src/burger/eveli-alert/EveliAlert.d.ts +5 -0
- package/build/src/burger/eveli-alert/index.d.ts +1 -0
- package/build/src/burger/eveli-alert/useUtilityClasses.d.ts +7 -0
- package/build/src/burger/eveli-app/EveliApp.d.ts +13 -0
- package/build/src/burger/eveli-app/index.d.ts +1 -0
- package/build/src/burger/eveli-flex/EveliFlex.d.ts +17 -0
- package/build/src/burger/eveli-flex/EveliFlexBody.d.ts +6 -0
- package/build/src/burger/eveli-flex/EveliFlexHeader.d.ts +5 -0
- package/build/src/burger/eveli-flex/EveliFlexHidden.d.ts +7 -0
- package/build/src/burger/eveli-flex/index.d.ts +1 -0
- package/build/src/burger/eveli-footer/EveliFooter.d.ts +7 -0
- package/build/src/burger/eveli-footer/index.d.ts +2 -0
- package/build/src/burger/eveli-footer/useUtilityClasses.d.ts +10 -0
- package/build/src/burger/eveli-layout/EveliLayout.d.ts +20 -0
- package/build/src/burger/eveli-layout/index.d.ts +1 -0
- package/build/src/burger/eveli-layout/useUtilityClasses.d.ts +16 -0
- package/build/src/burger/eveli-locales/EveliLocales.d.ts +10 -0
- package/build/src/burger/eveli-locales/index.d.ts +2 -0
- package/build/src/burger/eveli-locales/useAnchor.d.ts +14 -0
- package/build/src/burger/eveli-locales/useUtilityClasses.d.ts +8 -0
- package/build/src/burger/eveli-login/EveliLogin.d.ts +11 -0
- package/build/src/burger/eveli-login/index.d.ts +2 -0
- package/build/src/burger/eveli-login/useUtilityClasses.d.ts +11 -0
- package/build/src/burger/eveli-logo/GLogo.d.ts +9 -0
- package/build/src/burger/eveli-logo/index.d.ts +2 -0
- package/build/src/burger/eveli-logo/useUtilityClasses.d.ts +17 -0
- package/build/src/burger/eveli-search/EveliSearch.d.ts +5 -0
- package/build/src/burger/eveli-search/index.d.ts +1 -0
- package/build/src/burger/eveli-search/useUtilityClasses.d.ts +14 -0
- package/build/src/burger/eveli-shell/EveliShell.d.ts +3 -0
- package/build/src/burger/eveli-shell/EveliShellContext.d.ts +22 -0
- package/build/src/burger/eveli-shell/EveliShellProps.d.ts +22 -0
- package/build/src/burger/eveli-shell/index.d.ts +4 -0
- package/build/src/burger/eveli-shell/useUtilityClasses.d.ts +20 -0
- package/build/src/burger/eveli-shell-compose/EveliShellCompose.d.ts +8 -0
- package/build/src/burger/eveli-shell-compose/index.d.ts +1 -0
- package/build/src/burger/eveli-shell-compose/useUtilityClasses.d.ts +3 -0
- package/build/src/burger/eveli-shell-explorer/EveliShellExplorer.d.ts +7 -0
- package/build/src/burger/eveli-shell-explorer/index.d.ts +1 -0
- package/build/src/burger/eveli-shell-explorer/useUtilityClasses.d.ts +9 -0
- package/build/src/burger/index.d.ts +19 -0
- package/build/src/burger/styles/StyledInputField.d.ts +23 -0
- package/build/src/burger/styles/StyledSelect.d.ts +31 -0
- package/build/src/burger/styles/StyledSwitch.d.ts +10 -0
- package/build/src/burger/styles/StyledTransferList.d.ts +25 -0
- package/build/src/burger/styles/StyledTreeItem.d.ts +23 -0
- package/build/src/burger/theme/siteTheme.d.ts +16 -0
- package/build/src/burger/utils/DateTimeFormatter.d.ts +8 -0
- package/build/src/dialob-review/DialobReview.d.ts +6 -0
- package/build/src/dialob-review/index.d.ts +1 -0
- package/build/src/eveli-fetch/FetchProvider.d.ts +26 -0
- package/build/src/eveli-fetch/createFileFetch.d.ts +902 -0
- package/build/src/eveli-fetch/fetch-api.d.ts +6 -0
- package/build/src/eveli-fetch/index.d.ts +3 -0
- package/build/src/feedback/approval-count/ApprovalCount.d.ts +6 -0
- package/build/src/feedback/approval-count/index.d.ts +1 -0
- package/build/src/feedback/feedback-api/FeedbackProvider.d.ts +18 -0
- package/build/src/feedback/feedback-api/feedback-types.d.ts +82 -0
- package/build/src/feedback/feedback-api/index.d.ts +2 -0
- package/build/src/feedback/feedbackAllTasks/FeedbackAllTasks.d.ts +4 -0
- package/build/src/feedback/feedbackAllTasks/FeedbackReducer.d.ts +26 -0
- package/build/src/feedback/feedbackAllTasks/index.d.ts +1 -0
- package/build/src/feedback/index.d.ts +4 -0
- package/build/src/feedback/status-indicator/StatusIndicator.d.ts +6 -0
- package/build/src/feedback/status-indicator/index.d.ts +1 -0
- package/build/src/feedback/upsert-one-feedback/CreateOneFeedback.d.ts +7 -0
- package/build/src/feedback/upsert-one-feedback/UpdateOneFeedback.d.ts +7 -0
- package/build/src/feedback/upsert-one-feedback/UpsertOneFeedback.d.ts +8 -0
- package/build/src/feedback/upsert-one-feedback/index.d.ts +1 -0
- package/build/src/fetch/$org.groupList.get.d.ts +8 -0
- package/build/src/fetch/$org.groupMembership.get.d.ts +8 -0
- package/build/src/fetch/$org.userInfo.get.d.ts +10 -0
- package/build/src/fetch/__root.d.ts +1 -0
- package/build/src/fetch/config.get.d.ts +8 -0
- package/build/src/fetch/dialob.get.d.ts +5 -0
- package/build/src/fetch/statistics.priority.d.ts +21 -0
- package/build/src/fetch/statistics.status-timeline.d.ts +6 -0
- package/build/src/fetch/statistics.status.d.ts +21 -0
- package/build/src/fetch/statistics.task-overdue.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.assets.any-tags.stencil-tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.any-tags.wrench-tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.$deploymentId.put.d.ts +13 -0
- package/build/src/fetch/worker.rest.api.assets.deployments.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.delete.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.$formId.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.proxy.forms.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.dialob.tags.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.publications.get.d.ts +10 -0
- package/build/src/fetch/worker.rest.api.assets.publications.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.post.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.$assetType.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.releases.$releaseId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.stencil.version.get.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.assets.workflows.$workflowId.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.workflows.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.commands.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.copyas.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.dataModels.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.debugs.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.diff.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.flow-names.get.d.ts +5 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.importTag.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.$id.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.resources.put.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.summary.$tagId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.assets.wrench.version.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.delete.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.enabled.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.post.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.put.d.ts +10 -0
- package/build/src/fetch/worker.rest.api.feedback.$feedbackId.templates.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.feedback.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.iam.liveness.d.ts +11 -0
- package/build/src/fetch/worker.rest.api.pdf.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.processes.get.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.queues.configs.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.queues.deliveries.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.queues.messages.get.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.get.d.ts +9 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.comments.post.d.ts +9 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.delete.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.$filename.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.files.post.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.get.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.put.d.ts +8 -0
- package/build/src/fetch/worker.rest.api.tasks.$taskId.reviews.d.ts +7 -0
- package/build/src/fetch/worker.rest.api.tasks.get.d.ts +17 -0
- package/build/src/fetch/worker.rest.api.tasks.post.d.ts +6 -0
- package/build/src/fetch/worker.rest.api.tasks.unread.get.d.ts +5 -0
- package/build/src/fetchTree.gen.d.ts +998 -0
- package/build/src/frontdesk/Secondary.d.ts +2 -0
- package/build/src/frontdesk/Toolbar.d.ts +2 -0
- package/build/src/frontdesk/components/ConfirmationDialog.d.ts +16 -0
- package/build/src/frontdesk/components/DateTimeFormatter.d.ts +4 -0
- package/build/src/frontdesk/components/Datepicker.d.ts +13 -0
- package/build/src/frontdesk/components/ExternalLink.d.ts +11 -0
- package/build/src/frontdesk/components/Impersonation.d.ts +2 -0
- package/build/src/frontdesk/components/PageLeaveConfirmation.d.ts +5 -0
- package/build/src/frontdesk/components/TableDateFilter.d.ts +1 -0
- package/build/src/frontdesk/components/TableHeader.d.ts +5 -0
- package/build/src/frontdesk/components/tableFormatter.d.ts +1 -0
- package/build/src/frontdesk/components/task/ColorMap.d.ts +10 -0
- package/build/src/frontdesk/components/task/Indicator.d.ts +11 -0
- package/build/src/frontdesk/components/task/Priority.d.ts +28 -0
- package/build/src/frontdesk/components/task/RadioGroupPopover.d.ts +14 -0
- package/build/src/frontdesk/components/task/Status.d.ts +33 -0
- package/build/src/frontdesk/components/task/TaskLinkComponent.d.ts +18 -0
- package/build/src/frontdesk/components/task/TaskLinkKey.d.ts +1 -0
- package/build/src/frontdesk/context/AttachmentContext.d.ts +12 -0
- package/build/src/frontdesk/context/ComponentResolver.d.ts +7 -0
- package/build/src/frontdesk/context/TaskSessionContext.d.ts +13 -0
- package/build/src/frontdesk/context/TaskViewContext.d.ts +11 -0
- package/build/src/frontdesk/context/index.d.ts +1 -0
- package/build/src/frontdesk/dialob/_DialobReviewDialog.d.ts +0 -0
- package/build/src/frontdesk/explorer/MenuItem.d.ts +8 -0
- package/build/src/frontdesk/explorer/index.d.ts +1 -0
- package/build/src/frontdesk/index.d.ts +1 -0
- package/build/src/frontdesk/types/AssetTag.d.ts +6 -0
- package/build/src/frontdesk/types/Attachment.d.ts +10 -0
- package/build/src/frontdesk/types/Dialob.d.ts +44 -0
- package/build/src/frontdesk/types/Process.d.ts +10 -0
- package/build/src/frontdesk/types/Publication.d.ts +36 -0
- package/build/src/frontdesk/types/TaskStatistics.d.ts +20 -0
- package/build/src/frontdesk/types/Workflow.d.ts +11 -0
- package/build/src/frontdesk/types/WorkflowRelease.d.ts +19 -0
- package/build/src/frontdesk/types/index.d.ts +2 -0
- package/build/src/frontdesk/types/task/Comment.d.ts +15 -0
- package/build/src/frontdesk/types/task/Task.d.ts +35 -0
- package/build/src/frontdesk/types/task/TaskLink.d.ts +5 -0
- package/build/src/frontdesk/util/localizeTable.d.ts +35 -0
- package/build/src/frontdesk/util/mapNestedEntities.d.ts +1 -0
- package/build/src/frontdesk/util/tableQuery.d.ts +2 -0
- package/build/src/frontdesk/views/dashboard/DashboardView.d.ts +2 -0
- package/build/src/frontdesk/views/forms/CreateDialog.d.ts +9 -0
- package/build/src/frontdesk/views/forms/DeleteDialog.d.ts +9 -0
- package/build/src/frontdesk/views/forms/DialobAdminView.d.ts +2 -0
- package/build/src/frontdesk/views/forms/DialobFormsView.d.ts +2 -0
- package/build/src/frontdesk/views/help/HelpView.d.ts +2 -0
- package/build/src/frontdesk/views/process/ProcessTable.d.ts +2 -0
- package/build/src/frontdesk/views/process/ProcessView.d.ts +2 -0
- package/build/src/frontdesk/views/publications/NewPublicationDialog.d.ts +7 -0
- package/build/src/frontdesk/views/publications/PublicationsTable.d.ts +2 -0
- package/build/src/frontdesk/views/publications/PublicationsView.d.ts +2 -0
- package/build/src/frontdesk/views/publications/UploadPublicationDialog.d.ts +7 -0
- package/build/src/frontdesk/views/task/AttachmentTable.d.ts +10 -0
- package/build/src/frontdesk/views/task/CommentAdd.d.ts +12 -0
- package/build/src/frontdesk/views/task/CommentLocal.d.ts +14 -0
- package/build/src/frontdesk/views/task/CommentThread.d.ts +12 -0
- package/build/src/frontdesk/views/task/LinkResolver.d.ts +10 -0
- package/build/src/frontdesk/views/task/TaskContainer.d.ts +4 -0
- package/build/src/frontdesk/views/task/TaskCreate.d.ts +26 -0
- package/build/src/frontdesk/views/task/TaskFeedback.d.ts +4 -0
- package/build/src/frontdesk/views/task/TaskRoleDialog.d.ts +9 -0
- package/build/src/frontdesk/views/task/TaskView.d.ts +14 -0
- package/build/src/frontdesk/views/task/TasksTable.d.ts +13 -0
- package/build/src/frontdesk/views/task/TasksView.d.ts +2 -0
- package/build/src/frontdesk/views/task/Thread.d.ts +13 -0
- package/build/src/frontdesk/views/task/index.d.ts +1 -0
- package/build/src/frontdesk/views/workflow/CreateOrEditWorkflowDialog.d.ts +11 -0
- package/build/src/frontdesk/views/workflow/WorkflowTable.d.ts +9 -0
- package/build/src/frontdesk/views/workflow/WorkflowView.d.ts +2 -0
- package/build/src/index.d.ts +13 -0
- package/build/src/intl/en.d.ts +870 -0
- package/build/src/intl/exporter.d.ts +1 -0
- package/build/src/intl/fi.d.ts +457 -0
- package/build/src/intl/index.d.ts +1615 -0
- package/build/src/intl/sv.d.ts +285 -0
- package/build/src/queue/find-all-deliveries/FindAllDeliveries.d.ts +2 -0
- package/build/src/queue/find-all-deliveries/index.d.ts +1 -0
- package/build/src/queue/find-all-messages/FindAllMessages.d.ts +2 -0
- package/build/src/queue/find-all-messages/index.d.ts +1 -0
- package/build/src/queue/find-all-queues/FindAllQueues.d.ts +4 -0
- package/build/src/queue/find-all-queues/index.d.ts +1 -0
- package/build/src/queue/index.d.ts +4 -0
- package/build/src/queue/queue-api/QueueProvider.d.ts +13 -0
- package/build/src/queue/queue-api/index.d.ts +2 -0
- package/build/src/queue/queue-api/queue-types.d.ts +73 -0
- package/build/src/routeTree.gen.d.ts +333 -0
- package/build/src/router.d.ts +6 -0
- package/build/src/routes/__root.d.ts +1 -0
- package/build/src/routes/index.d.ts +1 -0
- package/build/src/routes/public.$locale.auth.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.forms.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.services.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.assets.stencil.index.d.ts +2 -0
- package/build/src/routes/secured.$locale.assets.wrench.index.d.ts +2 -0
- package/build/src/routes/secured.$locale.d.ts +1 -0
- package/build/src/routes/secured.$locale.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.dashboard.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.feedback.$feedbackId.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.feedback.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.help.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.monitoring.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.publications.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.deliveries.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.queues.messages.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.$taskId.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.create.index.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.d.ts +1 -0
- package/build/src/routes/secured.$locale.worker.tasks.index.d.ts +1 -0
- package/build/src/stencil/Activities.d.ts +50 -0
- package/build/src/stencil/Main.d.ts +3 -0
- package/build/src/stencil/Secondary.d.ts +3 -0
- package/build/src/stencil/Tabs.d.ts +2 -0
- package/build/src/stencil/Toolbar.d.ts +2 -0
- package/build/src/stencil/article/ArticleComposer.d.ts +5 -0
- package/build/src/stencil/article/ArticleDelete.d.ts +8 -0
- package/build/src/stencil/article/ArticleEdit.d.ts +7 -0
- package/build/src/stencil/article/ArticleLinksComposer.d.ts +6 -0
- package/build/src/stencil/article/ArticleOrderNumberViewer.d.ts +2 -0
- package/build/src/stencil/article/ArticlePageComposer.d.ts +9 -0
- package/build/src/stencil/article/ArticleWorkflowsComposer.d.ts +6 -0
- package/build/src/stencil/article/ArticlesView.d.ts +2 -0
- package/build/src/stencil/article/index.d.ts +7 -0
- package/build/src/stencil/client/StencilApi.d.ts +284 -0
- package/build/src/stencil/client/error.d.ts +2 -0
- package/build/src/stencil/client/index.d.ts +19 -0
- package/build/src/stencil/context/Reducer.d.ts +35 -0
- package/build/src/stencil/context/SessionData.d.ts +71 -0
- package/build/src/stencil/context/ide.d.ts +124 -0
- package/build/src/stencil/context/index.d.ts +5 -0
- package/build/src/stencil/explorer/article/ArticleItem.d.ts +13 -0
- package/build/src/stencil/explorer/article/ArticleList.d.ts +4 -0
- package/build/src/stencil/explorer/article/ArticleOptions.d.ts +7 -0
- package/build/src/stencil/explorer/article/ArticlePageItem.d.ts +7 -0
- package/build/src/stencil/explorer/article/index.d.ts +4 -0
- package/build/src/stencil/explorer/article/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/explorer/filter/LocaleFilter.d.ts +3 -0
- package/build/src/stencil/explorer/filter/index.d.ts +1 -0
- package/build/src/stencil/explorer/index.d.ts +4 -0
- package/build/src/stencil/explorer/link/LinkItem.d.ts +6 -0
- package/build/src/stencil/explorer/link/LinkOptions.d.ts +6 -0
- package/build/src/stencil/explorer/link/LinksList.d.ts +4 -0
- package/build/src/stencil/explorer/link/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/explorer/search/SearchExplorer.d.ts +3 -0
- package/build/src/stencil/explorer/workflow/WorkflowItem.d.ts +6 -0
- package/build/src/stencil/explorer/workflow/WorkflowList.d.ts +4 -0
- package/build/src/stencil/explorer/workflow/WorkflowOptions.d.ts +6 -0
- package/build/src/stencil/explorer/workflow/useUtilityClasses.d.ts +13 -0
- package/build/src/stencil/index.d.ts +18 -0
- package/build/src/stencil/link/LinkComposer.d.ts +5 -0
- package/build/src/stencil/link/LinkDelete.d.ts +8 -0
- package/build/src/stencil/link/LinkEdit.d.ts +8 -0
- package/build/src/stencil/link/LinksView.d.ts +2 -0
- package/build/src/stencil/link/index.d.ts +4 -0
- package/build/src/stencil/locale/LocaleComposer.d.ts +5 -0
- package/build/src/stencil/locale/LocaleLabels.d.ts +16 -0
- package/build/src/stencil/locale/LocalesOverview.d.ts +6 -0
- package/build/src/stencil/locale/LocalesView.d.ts +3 -0
- package/build/src/stencil/locale/index.d.ts +3 -0
- package/build/src/stencil/migration/MigrationComposer.d.ts +5 -0
- package/build/src/stencil/migration/index.d.ts +1 -0
- package/build/src/stencil/nav/index.d.ts +4 -0
- package/build/src/stencil/nav/stencil-nav-types.d.ts +40 -0
- package/build/src/stencil/nav/useStencilNav.d.ts +11 -0
- package/build/src/stencil/nav/useStencilTabChange.d.ts +4 -0
- package/build/src/stencil/nav/useStencilTabClose.d.ts +4 -0
- package/build/src/stencil/page/NewArticlePage.d.ts +10 -0
- package/build/src/stencil/page/NewPage.d.ts +7 -0
- package/build/src/stencil/page/PageDelete.d.ts +7 -0
- package/build/src/stencil/page/PageEdit.d.ts +7 -0
- package/build/src/stencil/page/PageEditDevMode.d.ts +7 -0
- package/build/src/stencil/page/index.d.ts +5 -0
- package/build/src/stencil/release/ReleaseComposer.d.ts +5 -0
- package/build/src/stencil/release/ReleaseDelete.d.ts +8 -0
- package/build/src/stencil/release/ReleaseTable.d.ts +8 -0
- package/build/src/stencil/release/ReleasesView.d.ts +3 -0
- package/build/src/stencil/release/index.d.ts +3 -0
- package/build/src/stencil/search/SearchView.d.ts +2 -0
- package/build/src/stencil/search/index.d.ts +1 -0
- package/build/src/stencil/template/TemplateComposer.d.ts +6 -0
- package/build/src/stencil/template/TemplateDelete.d.ts +8 -0
- package/build/src/stencil/template/TemplateEdit.d.ts +8 -0
- package/build/src/stencil/template/TemplatesView.d.ts +3 -0
- package/build/src/stencil/template/index.d.ts +4 -0
- package/build/src/stencil/version.d.ts +2 -0
- package/build/src/stencil/workflow/WorkflowComposer.d.ts +5 -0
- package/build/src/stencil/workflow/WorkflowDelete.d.ts +8 -0
- package/build/src/stencil/workflow/WorkflowEdit.d.ts +8 -0
- package/build/src/stencil/workflow/WorkflowsView.d.ts +2 -0
- package/build/src/stencil/workflow/index.d.ts +3 -0
- package/build/src/uiDev/ComposeSelect.d.ts +8 -0
- package/build/src/uiDev/LocaleSelect.d.ts +7 -0
- package/build/src/uiDev/UiDev.d.ts +3 -0
- package/build/src/uiDev/UiDevExplorer.d.ts +2 -0
- package/build/src/uiDev/UiDevExplorerToolbar.d.ts +2 -0
- package/build/src/uiDev/UiDevSearchAsset.d.ts +4 -0
- package/build/src/uiDev/UiDevSearchGeneral.d.ts +4 -0
- package/build/src/uiDev/index.d.ts +4 -0
- package/build/src/uiDev/types.d.ts +1 -0
- package/build/src/uiDev/useUtilityClasses.d.ts +33 -0
- package/build/src/version.d.ts +5 -0
- package/build/src/wrench/code-editor/CodeEditor.d.ts +4 -0
- package/build/src/wrench/code-editor/ViewImpl.d.ts +43 -0
- package/build/src/wrench/code-editor/index.d.ts +4 -0
- package/build/src/wrench/core/Activities.d.ts +13 -0
- package/build/src/wrench/core/Main.d.ts +3 -0
- package/build/src/wrench/core/Secondary.d.ts +2 -0
- package/build/src/wrench/core/Tabs.d.ts +2 -0
- package/build/src/wrench/core/Toolbar.d.ts +3 -0
- package/build/src/wrench/core/client/api.d.ts +339 -0
- package/build/src/wrench/core/client/error.d.ts +2 -0
- package/build/src/wrench/core/client/index.d.ts +35 -0
- package/build/src/wrench/core/compare/CompareView.d.ts +7 -0
- package/build/src/wrench/core/compare/index.d.ts +2 -0
- package/build/src/wrench/core/context/Reducer.d.ts +38 -0
- package/build/src/wrench/core/context/SessionData.d.ts +45 -0
- package/build/src/wrench/core/context/ide.d.ts +75 -0
- package/build/src/wrench/core/context/index.d.ts +2 -0
- package/build/src/wrench/core/debug/DebugError.d.ts +6 -0
- package/build/src/wrench/core/debug/DebugHeader.d.ts +6 -0
- package/build/src/wrench/core/debug/DebugInput.d.ts +9 -0
- package/build/src/wrench/core/debug/DebugView.d.ts +3 -0
- package/build/src/wrench/core/debug/api.d.ts +1 -0
- package/build/src/wrench/core/debug/drawer/DebugDrawer.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/InputCSV.d.ts +11 -0
- package/build/src/wrench/core/debug/drawer/InputFORM.d.ts +11 -0
- package/build/src/wrench/core/debug/drawer/InputFORMField.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/InputJSON.d.ts +9 -0
- package/build/src/wrench/core/debug/drawer/SelectAsset.d.ts +9 -0
- package/build/src/wrench/core/debug/index.d.ts +2 -0
- package/build/src/wrench/core/debug/outputs/DebugOutput.d.ts +8 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputCsv.d.ts +5 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputCsvRow.d.ts +7 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsDt.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsFl.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/DebugOutputsFt.d.ts +6 -0
- package/build/src/wrench/core/debug/outputs/utils.d.ts +2 -0
- package/build/src/wrench/core/decision/DecisionComposer.d.ts +5 -0
- package/build/src/wrench/core/decision/DecisionEdit.d.ts +7 -0
- package/build/src/wrench/core/decision/DecisionsView.d.ts +2 -0
- package/build/src/wrench/core/decision/editors/CellEdit.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/HeaderEdit.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/NameDescHitPolicyEdit.d.ts +8 -0
- package/build/src/wrench/core/decision/editors/OrderEdit.d.ts +10 -0
- package/build/src/wrench/core/decision/editors/UploadCSV.d.ts +9 -0
- package/build/src/wrench/core/decision/editors/builders/EditBoolean.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDate.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateTime.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditDateTimeSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditNumber.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditNumberSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditString.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditStringSimple.d.ts +6 -0
- package/build/src/wrench/core/decision/editors/builders/EditValueSet.d.ts +11 -0
- package/build/src/wrench/core/decision/editors/builders/TypeBooleanBuilder.d.ts +18 -0
- package/build/src/wrench/core/decision/editors/builders/TypeDateBuilder.d.ts +32 -0
- package/build/src/wrench/core/decision/editors/builders/TypeNumberBuilder.d.ts +35 -0
- package/build/src/wrench/core/decision/editors/builders/TypeStringBuilder.d.ts +26 -0
- package/build/src/wrench/core/decision/editors/builders/TypeValueSetBuilder.d.ts +14 -0
- package/build/src/wrench/core/decision/editors/builders/ValueSetChooser.d.ts +7 -0
- package/build/src/wrench/core/decision/editors/builders/index.d.ts +21 -0
- package/build/src/wrench/core/decision/editors/index.d.ts +5 -0
- package/build/src/wrench/core/decision/index.d.ts +3 -0
- package/build/src/wrench/core/decision/table/DecisionTable.d.ts +24 -0
- package/build/src/wrench/core/decision/table/DecisionTableCell.d.ts +9 -0
- package/build/src/wrench/core/decision/table/DecisionTableHeader.d.ts +10 -0
- package/build/src/wrench/core/decision/table/DecisionTableRow.d.ts +12 -0
- package/build/src/wrench/core/decision/table/index.d.ts +30 -0
- package/build/src/wrench/core/explorer/MsgTreeItem.d.ts +9 -0
- package/build/src/wrench/core/explorer/TreeViewToggle.d.ts +9 -0
- package/build/src/wrench/core/explorer/decision/DecisionItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/decision/DecisionOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/decision/DecisionsList.d.ts +2 -0
- package/build/src/wrench/core/explorer/decision/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/explorer/flow/FlowItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/flow/FlowOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/flow/FlowsList.d.ts +2 -0
- package/build/src/wrench/core/explorer/flow/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/explorer/index.d.ts +4 -0
- package/build/src/wrench/core/explorer/service/ServiceItem.d.ts +6 -0
- package/build/src/wrench/core/explorer/service/ServiceOptions.d.ts +6 -0
- package/build/src/wrench/core/explorer/service/ServicesList.d.ts +3 -0
- package/build/src/wrench/core/explorer/service/useUtilityClasses.d.ts +13 -0
- package/build/src/wrench/core/flow/FlowComposer.d.ts +5 -0
- package/build/src/wrench/core/flow/FlowEdit.d.ts +6 -0
- package/build/src/wrench/core/flow/FlowsView.d.ts +2 -0
- package/build/src/wrench/core/flow/autocomplete/AutocompleteTask.d.ts +13 -0
- package/build/src/wrench/core/flow/autocomplete/api.d.ts +51 -0
- package/build/src/wrench/core/flow/autocomplete/index.d.ts +2 -0
- package/build/src/wrench/core/flow/graph/Container.d.ts +11 -0
- package/build/src/wrench/core/flow/graph/GraphAPI.d.ts +9 -0
- package/build/src/wrench/core/flow/graph/index.d.ts +3 -0
- package/build/src/wrench/core/flow/index.d.ts +4 -0
- package/build/src/wrench/core/index.d.ts +21 -0
- package/build/src/wrench/core/migration/MigrationComposer.d.ts +5 -0
- package/build/src/wrench/core/migration/index.d.ts +2 -0
- package/build/src/wrench/core/nav/index.d.ts +4 -0
- package/build/src/wrench/core/nav/useWrenchNav.d.ts +13 -0
- package/build/src/wrench/core/nav/useWrenchTabChange.d.ts +4 -0
- package/build/src/wrench/core/nav/useWrenchTabClose.d.ts +4 -0
- package/build/src/wrench/core/nav/wrench-nav-types.d.ts +36 -0
- package/build/src/wrench/core/release/ReleaseComposer.d.ts +5 -0
- package/build/src/wrench/core/release/ReleasesTable.d.ts +7 -0
- package/build/src/wrench/core/release/ReleasesView.d.ts +3 -0
- package/build/src/wrench/core/release/index.d.ts +4 -0
- package/build/src/wrench/core/release/release-types.d.ts +15 -0
- package/build/src/wrench/core/search/SearchView.d.ts +2 -0
- package/build/src/wrench/core/search/index.d.ts +1 -0
- package/build/src/wrench/core/service/ServiceComposer.d.ts +5 -0
- package/build/src/wrench/core/service/ServiceEdit.d.ts +6 -0
- package/build/src/wrench/core/service/ServicesView.d.ts +2 -0
- package/build/src/wrench/core/service/index.d.ts +3 -0
- package/build/src/wrench/core/styles/ErrorView.d.ts +6 -0
- package/build/src/wrench/core/styles/index.d.ts +2 -0
- package/build/src/wrench/core/template/TemplateComposer.d.ts +5 -0
- package/build/src/wrench/core/template/index.d.ts +2 -0
- package/build/src/wrench/core/version.d.ts +2 -0
- package/build/src/wrench/index.d.ts +11 -0
- package/build/src/wrench/vis/DecisionNode.d.ts +4 -0
- package/build/src/wrench/vis/EndNode.d.ts +4 -0
- package/build/src/wrench/vis/Internal.d.ts +3 -0
- package/build/src/wrench/vis/ServiceNode.d.ts +4 -0
- package/build/src/wrench/vis/StartNode.d.ts +4 -0
- package/build/src/wrench/vis/Styles.d.ts +1 -0
- package/build/src/wrench/vis/SwitchNode.d.ts +4 -0
- package/build/src/wrench/vis/elk-layout.d.ts +6 -0
- package/build/src/wrench/vis/index.d.ts +4 -0
- package/build/src/wrench/vis/vis-context.d.ts +1 -0
- package/build/src/wrench/vis/vis-types.d.ts +25 -0
- package/build/style.css +1 -1
- package/package.json +5 -7
- package/build/index.d.ts +0 -910
package/build/index.d.ts
DELETED
|
@@ -1,910 +0,0 @@
|
|
|
1
|
-
import { default as default_2 } from 'react';
|
|
2
|
-
import { Theme } from '@mui/material/styles';
|
|
3
|
-
|
|
4
|
-
export declare namespace BurgerApi {
|
|
5
|
-
export interface Release {
|
|
6
|
-
id: string;
|
|
7
|
-
body: {
|
|
8
|
-
name: string;
|
|
9
|
-
note?: string;
|
|
10
|
-
created: string;
|
|
11
|
-
data?: string;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
export type AppId = string;
|
|
15
|
-
export interface App<T extends Object> {
|
|
16
|
-
id: AppId;
|
|
17
|
-
state: [AppStateCreate<T>, AppStateRestore<T>];
|
|
18
|
-
components: {
|
|
19
|
-
toolbar: React.ElementType<ToolbarProps>;
|
|
20
|
-
primary: React.ElementType<PrimaryProps>;
|
|
21
|
-
secondary: React.ElementType<SecondaryProps>;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
export type AppStateCreate<T extends Object> = (children: React.ReactNode, restorePoint?: AppState<T>) => React.ReactNode;
|
|
25
|
-
export type AppStateRestore<T> = () => {
|
|
26
|
-
restorePoint?: T;
|
|
27
|
-
};
|
|
28
|
-
export interface AppState<T extends Object> {
|
|
29
|
-
id: AppId;
|
|
30
|
-
secondary: SecondarySession;
|
|
31
|
-
tabs: TabsSession;
|
|
32
|
-
restorePoint: T;
|
|
33
|
-
}
|
|
34
|
-
export interface AppContextType {
|
|
35
|
-
session: AppSession;
|
|
36
|
-
actions: AppActions;
|
|
37
|
-
}
|
|
38
|
-
export interface AppSession {
|
|
39
|
-
history: readonly AppState<any>[];
|
|
40
|
-
active: AppId;
|
|
41
|
-
withActive(active: AppId): AppSession;
|
|
42
|
-
withAppState(appState: AppState<any>): AppSession;
|
|
43
|
-
}
|
|
44
|
-
export interface AppActions {
|
|
45
|
-
handleActive(active: AppId): void;
|
|
46
|
-
}
|
|
47
|
-
export interface ToolbarProps {
|
|
48
|
-
}
|
|
49
|
-
export interface PrimaryProps {
|
|
50
|
-
}
|
|
51
|
-
export interface SecondaryProps {
|
|
52
|
-
}
|
|
53
|
-
export interface SecondaryContextType {
|
|
54
|
-
session: SecondarySession;
|
|
55
|
-
actions: SecondaryActions;
|
|
56
|
-
}
|
|
57
|
-
export interface SecondarySession {
|
|
58
|
-
appId: string;
|
|
59
|
-
secondary?: string;
|
|
60
|
-
withSecondary(newItemId?: string): SecondarySession;
|
|
61
|
-
}
|
|
62
|
-
export interface SecondaryActions {
|
|
63
|
-
handleSecondary(newItemId?: string): void;
|
|
64
|
-
}
|
|
65
|
-
export interface TabsContextType {
|
|
66
|
-
session: TabsSession;
|
|
67
|
-
actions: TabsActions;
|
|
68
|
-
}
|
|
69
|
-
export interface TabsSession {
|
|
70
|
-
appId: string;
|
|
71
|
-
history: TabsHistory;
|
|
72
|
-
tabs: readonly TabSession<any>[];
|
|
73
|
-
findTab(newTabId: string): number | undefined;
|
|
74
|
-
getTabData(tabId: string): any;
|
|
75
|
-
withTabData(tabId: string, updateCommand: (oldData: any) => any): TabsSession;
|
|
76
|
-
withTab(newTabOrTabIndex: TabSession<any> | number): TabsSession;
|
|
77
|
-
deleteTabs(): TabsSession;
|
|
78
|
-
deleteTab(tabId: string): TabsSession;
|
|
79
|
-
}
|
|
80
|
-
export interface TabSession<T> {
|
|
81
|
-
id: string;
|
|
82
|
-
label: string | React.ReactElement;
|
|
83
|
-
icon?: string | React.ReactElement;
|
|
84
|
-
data?: T;
|
|
85
|
-
edit?: boolean;
|
|
86
|
-
}
|
|
87
|
-
export interface TabsHistory {
|
|
88
|
-
previous?: TabsHistory;
|
|
89
|
-
open: number;
|
|
90
|
-
}
|
|
91
|
-
export interface TabsActions {
|
|
92
|
-
handleTabAdd(newItem: TabSession<any>): void;
|
|
93
|
-
handleTabData(tabId: string, updateCommand: (oldData: any) => any): void;
|
|
94
|
-
handleTabChange(tabIndex: number): void;
|
|
95
|
-
handleTabClose(tab: TabSession<any>): void;
|
|
96
|
-
handleTabCloseCurrent(): void;
|
|
97
|
-
handleTabCloseAll(): void;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export declare const FeedbackComposer: default_2.FC<FeedbackComposerProps>;
|
|
102
|
-
|
|
103
|
-
declare interface FeedbackComposerProps {
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export declare const feedbackIntl: Record<string, any>;
|
|
107
|
-
|
|
108
|
-
export declare const Frontdesk: default_2.FC<FrontdeskProps>;
|
|
109
|
-
|
|
110
|
-
export declare const frontdeskIntl: Record<string, any>;
|
|
111
|
-
|
|
112
|
-
declare interface FrontdeskProps {
|
|
113
|
-
defaultLocale?: string | undefined;
|
|
114
|
-
configUrl?: string | undefined;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export declare namespace HdesApi {
|
|
118
|
-
export type TagId = string;
|
|
119
|
-
export type EntityId = string;
|
|
120
|
-
export type FlowId = string;
|
|
121
|
-
export type ServiceId = string;
|
|
122
|
-
export type DecisionId = string;
|
|
123
|
-
export type BranchId = string;
|
|
124
|
-
export type AstBodyType = "FLOW" | "FLOW_TASK" | "DT" | "TAG" | "BRANCH";
|
|
125
|
-
export type Direction = "IN" | "OUT";
|
|
126
|
-
export type ValueType = "TIME" | "DATE" | "DATE_TIME" | "INSTANT" | "PERIOD" | "DURATION" | "STRING" | "INTEGER" | "LONG" | "BOOLEAN" | "PERCENT" | "OBJECT" | "ARRAY" | "DECIMAL" | "MAP" | "FLOW_CONTEXT";
|
|
127
|
-
export type ProgramStatus = "UP" | "AST_ERROR" | "PROGRAM_ERROR" | "DEPENDENCY_ERROR";
|
|
128
|
-
export type HitPolicy = "FIRST" | "ALL";
|
|
129
|
-
export type AssociationType = "ONE_TO_ONE" | "ONE_TO_MANY";
|
|
130
|
-
export type ColumnExpressionType = "IN" | "EQUALS";
|
|
131
|
-
export type FlowCommandMessageType = "ERROR" | "WARNING";
|
|
132
|
-
export type AstCommandValue = ("SET" | "ADD" | "DELETE" | "SET_BODY" | "SET_NAME" | "SET_DESCRIPTION" | "IMPORT_CSV" | "IMPORT_ORDERED_CSV" | "MOVE_ROW" | "MOVE_HEADER" | "INSERT_ROW" | "COPY_ROW" | "SET_HEADER_TYPE" | "SET_HEADER_REF" | "SET_HEADER_NAME" | "SET_HEADER_SCRIPT" | "SET_HEADER_DIRECTION" | "SET_HEADER_EXPRESSION" | "SET_HIT_POLICY" | "SET_CELL_VALUE" | "DELETE_CELL" | "DELETE_HEADER" | "DELETE_ROW" | "ADD_LOG" | "ADD_HEADER_IN" | "ADD_HEADER_OUT" | "ADD_ROW" | "SET_VALUE_SET" | "CREATE_BRANCH" | "SET_BRANCH_NAME" | "SET_BRANCH_TAG" | "SET_BRANCH_CREATED");
|
|
133
|
-
export interface CommandsAndChanges {
|
|
134
|
-
commands: AstCommand[];
|
|
135
|
-
src: AstChangeset[];
|
|
136
|
-
}
|
|
137
|
-
export interface AstChangeset {
|
|
138
|
-
line: number;
|
|
139
|
-
value: string;
|
|
140
|
-
commands: AstCommand[];
|
|
141
|
-
}
|
|
142
|
-
export interface ProgramMessage {
|
|
143
|
-
id: string;
|
|
144
|
-
msg: string;
|
|
145
|
-
}
|
|
146
|
-
export interface AstCommand {
|
|
147
|
-
id?: string;
|
|
148
|
-
value?: string;
|
|
149
|
-
type: AstCommandValue;
|
|
150
|
-
}
|
|
151
|
-
export interface TypeDef {
|
|
152
|
-
id: string;
|
|
153
|
-
name: string;
|
|
154
|
-
order: number;
|
|
155
|
-
data: boolean;
|
|
156
|
-
direction: Direction;
|
|
157
|
-
valueType: ValueType;
|
|
158
|
-
required: boolean;
|
|
159
|
-
properties: TypeDef[];
|
|
160
|
-
values?: string;
|
|
161
|
-
valueSet?: string[];
|
|
162
|
-
}
|
|
163
|
-
export interface AstBody {
|
|
164
|
-
name: string;
|
|
165
|
-
description?: string;
|
|
166
|
-
headers: Headers;
|
|
167
|
-
bodyType: AstBodyType;
|
|
168
|
-
}
|
|
169
|
-
export interface Headers {
|
|
170
|
-
acceptDefs: TypeDef[];
|
|
171
|
-
returnDefs: TypeDef[];
|
|
172
|
-
}
|
|
173
|
-
export interface AstSource {
|
|
174
|
-
id: string;
|
|
175
|
-
hash: string;
|
|
176
|
-
bodyType: AstBodyType;
|
|
177
|
-
commands: AstCommand[];
|
|
178
|
-
}
|
|
179
|
-
export interface ProgramAssociation {
|
|
180
|
-
id?: string;
|
|
181
|
-
ref: string;
|
|
182
|
-
refType: AstBodyType;
|
|
183
|
-
refStatus: ProgramStatus;
|
|
184
|
-
owner: string;
|
|
185
|
-
}
|
|
186
|
-
export interface Site {
|
|
187
|
-
name: string;
|
|
188
|
-
contentType: "OK" | "NOT_CREATED" | "EMPTY" | "ERRORS" | "NO_CONNECTION";
|
|
189
|
-
tags: Record<TagId, Entity<AstTag>>;
|
|
190
|
-
flows: Record<FlowId, Entity<AstFlow>>;
|
|
191
|
-
services: Record<ServiceId, Entity<AstService>>;
|
|
192
|
-
decisions: Record<DecisionId, Entity<AstDecision>>;
|
|
193
|
-
branches: Record<BranchId, Entity<AstBranch>>;
|
|
194
|
-
}
|
|
195
|
-
export interface Entity<A extends AstBody> {
|
|
196
|
-
id: EntityId;
|
|
197
|
-
ast?: A;
|
|
198
|
-
source: AstSource;
|
|
199
|
-
warnings: ProgramMessage[];
|
|
200
|
-
errors: ProgramMessage[];
|
|
201
|
-
associations: ProgramAssociation[];
|
|
202
|
-
status: ProgramStatus;
|
|
203
|
-
}
|
|
204
|
-
export interface AstDecision extends AstBody {
|
|
205
|
-
headerTypes: string[];
|
|
206
|
-
headerExpressions: Record<ValueType, string[]>;
|
|
207
|
-
hitPolicy: HitPolicy;
|
|
208
|
-
rows: AstDecisionRow[];
|
|
209
|
-
}
|
|
210
|
-
export interface AstDecisionRow {
|
|
211
|
-
id: string;
|
|
212
|
-
order: number;
|
|
213
|
-
cells: AstDecisionCell[];
|
|
214
|
-
}
|
|
215
|
-
export interface AstDecisionCell {
|
|
216
|
-
id: string;
|
|
217
|
-
header: string;
|
|
218
|
-
value?: string;
|
|
219
|
-
}
|
|
220
|
-
export interface AstFlow extends AstBody {
|
|
221
|
-
src: AstFlowRoot;
|
|
222
|
-
messages: FlowAstCommandMessage[];
|
|
223
|
-
}
|
|
224
|
-
export interface FlowAstCommandMessage {
|
|
225
|
-
line: number;
|
|
226
|
-
value: string;
|
|
227
|
-
type: FlowCommandMessageType;
|
|
228
|
-
range?: FlowAstCommandRange;
|
|
229
|
-
}
|
|
230
|
-
export interface FlowAstCommandRange {
|
|
231
|
-
start: number;
|
|
232
|
-
end: number;
|
|
233
|
-
}
|
|
234
|
-
export interface AstFlowInputType {
|
|
235
|
-
name: string;
|
|
236
|
-
value: string;
|
|
237
|
-
ref?: string;
|
|
238
|
-
}
|
|
239
|
-
export interface AstFlowRoot extends AstFlowNode {
|
|
240
|
-
id: AstFlowNode;
|
|
241
|
-
description: AstFlowNode;
|
|
242
|
-
types: AstFlowInputType[];
|
|
243
|
-
inputs: Record<string, AstFlowInputNode>;
|
|
244
|
-
tasks: Record<string, AstFlowTaskNode>;
|
|
245
|
-
}
|
|
246
|
-
export interface AstFlowTaskNode extends Omit<AstFlowNode, "switch"> {
|
|
247
|
-
id: AstFlowNode;
|
|
248
|
-
order: number;
|
|
249
|
-
then: AstFlowNode;
|
|
250
|
-
ref: AstFlowRefNode;
|
|
251
|
-
userTask: AstFlowRefNode;
|
|
252
|
-
decisionTable: AstFlowRefNode;
|
|
253
|
-
service: AstFlowRefNode;
|
|
254
|
-
switch: Record<string, AstFlowSwitchNode>;
|
|
255
|
-
}
|
|
256
|
-
export interface AstFlowRefNode extends AstFlowNode {
|
|
257
|
-
ref: AstFlowNode;
|
|
258
|
-
collection: AstFlowNode;
|
|
259
|
-
inputsNode: AstFlowNode;
|
|
260
|
-
inputs: Record<string, AstFlowNode>;
|
|
261
|
-
}
|
|
262
|
-
export interface AstFlowSwitchNode extends AstFlowNode {
|
|
263
|
-
order: string;
|
|
264
|
-
when: AstFlowNode;
|
|
265
|
-
then: AstFlowNode;
|
|
266
|
-
}
|
|
267
|
-
export interface AstFlowInputNode extends AstFlowNode {
|
|
268
|
-
required: AstFlowNode;
|
|
269
|
-
type: AstFlowNode;
|
|
270
|
-
debugValue: AstFlowNode;
|
|
271
|
-
}
|
|
272
|
-
export interface AstFlowNode {
|
|
273
|
-
parent: AstFlowNode;
|
|
274
|
-
keyword: string;
|
|
275
|
-
children: Record<string, AstFlowNode>;
|
|
276
|
-
value: string;
|
|
277
|
-
source: AstChangeset;
|
|
278
|
-
start: number;
|
|
279
|
-
end: number;
|
|
280
|
-
service?: AstFlowNode | undefined;
|
|
281
|
-
decisionTable?: AstFlowNode | undefined;
|
|
282
|
-
then?: AstFlowNode | undefined;
|
|
283
|
-
id?: AstFlowNode | undefined;
|
|
284
|
-
switch?: AstFlowNode | undefined;
|
|
285
|
-
}
|
|
286
|
-
export interface AstService extends AstBody {
|
|
287
|
-
executorType: "TYPE_0" | "TYPE_1" | "TYPE_2";
|
|
288
|
-
value: string;
|
|
289
|
-
}
|
|
290
|
-
export interface AstTag extends AstBody {
|
|
291
|
-
name: string;
|
|
292
|
-
created: string;
|
|
293
|
-
values: AstTagValue[];
|
|
294
|
-
}
|
|
295
|
-
export interface AstTagValue {
|
|
296
|
-
hash: string;
|
|
297
|
-
bodyType: AstBodyType;
|
|
298
|
-
commands: AstCommand[];
|
|
299
|
-
}
|
|
300
|
-
export interface AstBranch extends AstBody {
|
|
301
|
-
name: string;
|
|
302
|
-
created: string;
|
|
303
|
-
tagId: string;
|
|
304
|
-
}
|
|
305
|
-
export interface ServiceErrorMsg {
|
|
306
|
-
id: string;
|
|
307
|
-
value: string;
|
|
308
|
-
}
|
|
309
|
-
export interface ServiceErrorProps {
|
|
310
|
-
text: string;
|
|
311
|
-
status: number;
|
|
312
|
-
errors: ServiceErrorMsg[];
|
|
313
|
-
}
|
|
314
|
-
export interface DebugRequest {
|
|
315
|
-
id: string;
|
|
316
|
-
input?: string;
|
|
317
|
-
inputCSV?: string;
|
|
318
|
-
}
|
|
319
|
-
export interface DebugResponse {
|
|
320
|
-
id: string;
|
|
321
|
-
body?: ProgramResult;
|
|
322
|
-
bodyCsv?: string;
|
|
323
|
-
}
|
|
324
|
-
export interface ProgramResult {
|
|
325
|
-
}
|
|
326
|
-
export interface ServiceResult extends ProgramResult {
|
|
327
|
-
value: any;
|
|
328
|
-
}
|
|
329
|
-
export interface DecisionResult extends ProgramResult {
|
|
330
|
-
rejections: DecisionLog[];
|
|
331
|
-
matches: DecisionLog[];
|
|
332
|
-
}
|
|
333
|
-
export interface DecisionLog {
|
|
334
|
-
match: boolean;
|
|
335
|
-
order: number;
|
|
336
|
-
accepts: DecisionLogEntry[];
|
|
337
|
-
returns: DecisionLogEntry[];
|
|
338
|
-
}
|
|
339
|
-
export interface DecisionLogEntry {
|
|
340
|
-
match: boolean;
|
|
341
|
-
headerType: TypeDef;
|
|
342
|
-
expression: string;
|
|
343
|
-
usedValue?: any;
|
|
344
|
-
}
|
|
345
|
-
export type FlowProgramStepPointerType = "SWITCH" | "THEN" | "END";
|
|
346
|
-
export type FlowProgramStepRefType = "SERVICE" | "DT";
|
|
347
|
-
export type FlowExecutionStatus = "COMPLETED" | "ERROR";
|
|
348
|
-
export interface FlowResult extends ProgramResult {
|
|
349
|
-
stepId: string;
|
|
350
|
-
shortHistory: string;
|
|
351
|
-
logs: FlowResultLog[];
|
|
352
|
-
status: FlowExecutionStatus;
|
|
353
|
-
accepts: Record<string, any>;
|
|
354
|
-
returns: Record<string, any>;
|
|
355
|
-
}
|
|
356
|
-
export interface FlowResultLog {
|
|
357
|
-
id: number;
|
|
358
|
-
stepId: string;
|
|
359
|
-
start: string | Date;
|
|
360
|
-
end: string | Date;
|
|
361
|
-
errors: FlowResultErrorLog[];
|
|
362
|
-
status: FlowExecutionStatus;
|
|
363
|
-
accepts: Record<string, any>;
|
|
364
|
-
returns: Record<string, any>;
|
|
365
|
-
}
|
|
366
|
-
export interface FlowResultErrorLog {
|
|
367
|
-
id: string;
|
|
368
|
-
msg: string;
|
|
369
|
-
}
|
|
370
|
-
export interface Input {
|
|
371
|
-
name: string | null | undefined;
|
|
372
|
-
value: string | null | undefined;
|
|
373
|
-
}
|
|
374
|
-
export interface Output {
|
|
375
|
-
name: string | null | undefined;
|
|
376
|
-
value: string | null | undefined;
|
|
377
|
-
}
|
|
378
|
-
export interface CsvRow {
|
|
379
|
-
id: string;
|
|
380
|
-
inputs: Input[];
|
|
381
|
-
outputs: Output[];
|
|
382
|
-
}
|
|
383
|
-
export interface CreateBuilder {
|
|
384
|
-
site(): Promise<Site>;
|
|
385
|
-
importData(init: string): Promise<Site>;
|
|
386
|
-
tag(props: {
|
|
387
|
-
name: string;
|
|
388
|
-
desc: string;
|
|
389
|
-
}): Promise<Site>;
|
|
390
|
-
flow(name: string): Promise<Site>;
|
|
391
|
-
service(name: string): Promise<Site>;
|
|
392
|
-
decision(name: string): Promise<Site>;
|
|
393
|
-
branch(body: AstCommand[]): Promise<Site>;
|
|
394
|
-
}
|
|
395
|
-
export interface DeleteBuilder {
|
|
396
|
-
tag(tagId: TagId): Promise<Site>;
|
|
397
|
-
flow(flowId: FlowId): Promise<Site>;
|
|
398
|
-
service(serviceId: ServiceId): Promise<Site>;
|
|
399
|
-
decision(decisionId: DecisionId): Promise<Site>;
|
|
400
|
-
branch(branchId: BranchId): Promise<Site>;
|
|
401
|
-
}
|
|
402
|
-
export interface DiffRequest {
|
|
403
|
-
baseId: string;
|
|
404
|
-
targetId: string;
|
|
405
|
-
}
|
|
406
|
-
export interface DiffResponse {
|
|
407
|
-
baseName: string;
|
|
408
|
-
targetName: string;
|
|
409
|
-
baseId: string;
|
|
410
|
-
targetId: string;
|
|
411
|
-
created: string;
|
|
412
|
-
body: string;
|
|
413
|
-
}
|
|
414
|
-
export interface AstTagSummaryEntity {
|
|
415
|
-
id: string;
|
|
416
|
-
name: string;
|
|
417
|
-
body: string;
|
|
418
|
-
}
|
|
419
|
-
export interface AstTagSummary {
|
|
420
|
-
tagName: string;
|
|
421
|
-
flows: AstTagSummaryEntity[];
|
|
422
|
-
services: AstTagSummaryEntity[];
|
|
423
|
-
decisions: AstTagSummaryEntity[];
|
|
424
|
-
}
|
|
425
|
-
export interface VersionEntity {
|
|
426
|
-
version: string;
|
|
427
|
-
built: string;
|
|
428
|
-
}
|
|
429
|
-
export interface Service {
|
|
430
|
-
withBranch(branchName?: string): Service;
|
|
431
|
-
branch: string | undefined;
|
|
432
|
-
delete(): DeleteBuilder;
|
|
433
|
-
create(): CreateBuilder;
|
|
434
|
-
update(id: string, body: AstCommand[]): Promise<Site>;
|
|
435
|
-
ast(id: string, body: AstCommand[]): Promise<Entity<any>>;
|
|
436
|
-
debug(input: DebugRequest): Promise<DebugResponse>;
|
|
437
|
-
getSite(): Promise<Site>;
|
|
438
|
-
copy(id: string, name: string): Promise<Site>;
|
|
439
|
-
version(): Promise<VersionEntity>;
|
|
440
|
-
diff(input: DiffRequest): Promise<DiffResponse>;
|
|
441
|
-
summary(tagId: string): Promise<AstTagSummary>;
|
|
442
|
-
}
|
|
443
|
-
export interface Store {
|
|
444
|
-
fetch<T>(path: string, init?: RequestInit): Promise<T>;
|
|
445
|
-
}
|
|
446
|
-
export interface StoreError extends Error {
|
|
447
|
-
text: string;
|
|
448
|
-
status: number;
|
|
449
|
-
errors: ServiceErrorMsg[];
|
|
450
|
-
}
|
|
451
|
-
export interface StoreConfig {
|
|
452
|
-
url: string;
|
|
453
|
-
oidc?: string;
|
|
454
|
-
status?: string;
|
|
455
|
-
csrf?: {
|
|
456
|
-
key: string;
|
|
457
|
-
value: string;
|
|
458
|
-
};
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
export declare const siteTheme: Theme;
|
|
463
|
-
|
|
464
|
-
export declare namespace StencilApi {
|
|
465
|
-
export type PageId = string;
|
|
466
|
-
export type LinkId = string;
|
|
467
|
-
export type ArticleId = string;
|
|
468
|
-
export type WorkflowId = string;
|
|
469
|
-
export type LocaleId = string;
|
|
470
|
-
export type Locale = string;
|
|
471
|
-
export type LocalisedMarkdown = string;
|
|
472
|
-
export type LocalisedContent = string;
|
|
473
|
-
export type ReleaseId = string;
|
|
474
|
-
export type TemplateId = string;
|
|
475
|
-
export type LinkType = "internal" | "external" | "phone";
|
|
476
|
-
export type TemplateType = "page";
|
|
477
|
-
export interface Site {
|
|
478
|
-
name: string;
|
|
479
|
-
contentType: "OK" | "NOT_CREATED" | "EMPTY" | "ERRORS" | "NO_CONNECTION";
|
|
480
|
-
locales: Record<string, SiteLocale>;
|
|
481
|
-
pages: Record<PageId, Page>;
|
|
482
|
-
links: Record<LinkId, Link>;
|
|
483
|
-
articles: Record<ArticleId, Article>;
|
|
484
|
-
workflows: Record<WorkflowId, Workflow>;
|
|
485
|
-
releases: Record<ReleaseId, Release>;
|
|
486
|
-
templates: Record<TemplateId, Template>;
|
|
487
|
-
}
|
|
488
|
-
export interface SiteLocale {
|
|
489
|
-
id: LocaleId;
|
|
490
|
-
body: {
|
|
491
|
-
value: Locale;
|
|
492
|
-
enabled: boolean;
|
|
493
|
-
};
|
|
494
|
-
}
|
|
495
|
-
export interface LocaleMutator {
|
|
496
|
-
localeId: LocaleId;
|
|
497
|
-
value: string;
|
|
498
|
-
enabled: boolean;
|
|
499
|
-
}
|
|
500
|
-
export interface Page {
|
|
501
|
-
id: PageId;
|
|
502
|
-
created: string;
|
|
503
|
-
modified: string;
|
|
504
|
-
body: {
|
|
505
|
-
article: ArticleId;
|
|
506
|
-
locale: Locale;
|
|
507
|
-
content: LocalisedMarkdown;
|
|
508
|
-
devMode?: boolean;
|
|
509
|
-
};
|
|
510
|
-
}
|
|
511
|
-
export interface PageMutator {
|
|
512
|
-
pageId: PageId;
|
|
513
|
-
locale: Locale;
|
|
514
|
-
content: LocalisedContent;
|
|
515
|
-
devMode: boolean | undefined;
|
|
516
|
-
}
|
|
517
|
-
export interface Template {
|
|
518
|
-
id: TemplateId;
|
|
519
|
-
body: {
|
|
520
|
-
type: TemplateType;
|
|
521
|
-
name: string;
|
|
522
|
-
description: string;
|
|
523
|
-
content: string;
|
|
524
|
-
};
|
|
525
|
-
}
|
|
526
|
-
export interface TemplateMutator {
|
|
527
|
-
id: TemplateId;
|
|
528
|
-
type: TemplateType;
|
|
529
|
-
name: string;
|
|
530
|
-
description: string;
|
|
531
|
-
content: string;
|
|
532
|
-
}
|
|
533
|
-
export interface Article {
|
|
534
|
-
id: ArticleId;
|
|
535
|
-
body: {
|
|
536
|
-
parentId?: ArticleId;
|
|
537
|
-
name: string;
|
|
538
|
-
order: number;
|
|
539
|
-
devMode?: boolean;
|
|
540
|
-
};
|
|
541
|
-
}
|
|
542
|
-
export interface ArticleMutator {
|
|
543
|
-
articleId: ArticleId;
|
|
544
|
-
parentId?: ArticleId;
|
|
545
|
-
name: string;
|
|
546
|
-
order: number;
|
|
547
|
-
links: LinkId[] | undefined;
|
|
548
|
-
workflows: WorkflowId[] | undefined;
|
|
549
|
-
devMode: boolean | undefined;
|
|
550
|
-
}
|
|
551
|
-
export interface Release {
|
|
552
|
-
id: string;
|
|
553
|
-
body: {
|
|
554
|
-
note?: string;
|
|
555
|
-
name: string;
|
|
556
|
-
created: string;
|
|
557
|
-
locales: LocaleReleaseItem[];
|
|
558
|
-
articles: ArticleReleaseItem[];
|
|
559
|
-
links: LinkReleaseItem[];
|
|
560
|
-
workflows: WorkflowReleaseItem[];
|
|
561
|
-
pages: PageReleaseItem[];
|
|
562
|
-
};
|
|
563
|
-
}
|
|
564
|
-
export interface LinkReleaseItem extends ReleaseItem {
|
|
565
|
-
value: string;
|
|
566
|
-
contentType: string;
|
|
567
|
-
articles: string;
|
|
568
|
-
labels: LocaleLabel[];
|
|
569
|
-
}
|
|
570
|
-
export interface WorkflowReleaseItem extends ReleaseItem {
|
|
571
|
-
value: string;
|
|
572
|
-
articles: string[];
|
|
573
|
-
labels: LocaleLabel[];
|
|
574
|
-
}
|
|
575
|
-
export interface LocaleReleaseItem extends ReleaseItem {
|
|
576
|
-
value: string;
|
|
577
|
-
}
|
|
578
|
-
export interface ArticleReleaseItem extends ReleaseItem {
|
|
579
|
-
name: string;
|
|
580
|
-
parentId?: string;
|
|
581
|
-
}
|
|
582
|
-
export interface PageReleaseItem extends ReleaseItem {
|
|
583
|
-
locale: string;
|
|
584
|
-
h1: string;
|
|
585
|
-
}
|
|
586
|
-
export interface ReleaseItem {
|
|
587
|
-
id: string;
|
|
588
|
-
hash: string;
|
|
589
|
-
}
|
|
590
|
-
export interface Link {
|
|
591
|
-
id: LinkId;
|
|
592
|
-
body: {
|
|
593
|
-
articles: ArticleId[];
|
|
594
|
-
contentType: LinkType;
|
|
595
|
-
value: string;
|
|
596
|
-
labels: LocaleLabel[];
|
|
597
|
-
devMode?: boolean;
|
|
598
|
-
};
|
|
599
|
-
}
|
|
600
|
-
export interface LocaleLabel {
|
|
601
|
-
locale: LocaleId;
|
|
602
|
-
labelValue: LocalisedContent;
|
|
603
|
-
}
|
|
604
|
-
export interface LinkMutator {
|
|
605
|
-
linkId: LinkId;
|
|
606
|
-
type: LinkType;
|
|
607
|
-
value: string;
|
|
608
|
-
articles: ArticleId[] | undefined;
|
|
609
|
-
labels: LocaleLabel[] | undefined;
|
|
610
|
-
devMode: boolean | undefined;
|
|
611
|
-
}
|
|
612
|
-
export interface Workflow {
|
|
613
|
-
id: WorkflowId;
|
|
614
|
-
body: {
|
|
615
|
-
articles: ArticleId[];
|
|
616
|
-
value: string;
|
|
617
|
-
labels: LocaleLabel[];
|
|
618
|
-
devMode?: boolean;
|
|
619
|
-
anon?: boolean;
|
|
620
|
-
startDate?: string | undefined;
|
|
621
|
-
endDate?: string | undefined;
|
|
622
|
-
formName?: string | undefined;
|
|
623
|
-
formTag?: string | undefined;
|
|
624
|
-
formId?: string | undefined;
|
|
625
|
-
flowName?: string | undefined;
|
|
626
|
-
};
|
|
627
|
-
}
|
|
628
|
-
export interface WorkflowMutator {
|
|
629
|
-
workflowId: WorkflowId;
|
|
630
|
-
value: string;
|
|
631
|
-
articles: ArticleId[] | undefined;
|
|
632
|
-
labels: LocaleLabel[] | undefined;
|
|
633
|
-
devMode: boolean | undefined;
|
|
634
|
-
anon: boolean | undefined;
|
|
635
|
-
startDate?: string | undefined;
|
|
636
|
-
endDate?: string | undefined;
|
|
637
|
-
formName: string;
|
|
638
|
-
formTag: string;
|
|
639
|
-
formId?: string | undefined;
|
|
640
|
-
flowName: string;
|
|
641
|
-
}
|
|
642
|
-
export interface FetchIntegration {
|
|
643
|
-
fetch<T>(path: string, init?: RequestInit): Promise<T>;
|
|
644
|
-
}
|
|
645
|
-
export interface Service {
|
|
646
|
-
getSite(): Promise<Site>;
|
|
647
|
-
getReleaseContent(releaseId: string): Promise<{}>;
|
|
648
|
-
create(): CreateBuilder;
|
|
649
|
-
delete(): DeleteBuilder;
|
|
650
|
-
update(): UpdateBuilder;
|
|
651
|
-
version(): Promise<VersionEntity>;
|
|
652
|
-
assets(): AssetRepository;
|
|
653
|
-
}
|
|
654
|
-
export interface VersionEntity {
|
|
655
|
-
version: string;
|
|
656
|
-
built: string;
|
|
657
|
-
}
|
|
658
|
-
export interface CreateArticle {
|
|
659
|
-
parentId?: ArticleId;
|
|
660
|
-
name: string;
|
|
661
|
-
order: number;
|
|
662
|
-
devMode: boolean | undefined;
|
|
663
|
-
}
|
|
664
|
-
export interface CreateLocale {
|
|
665
|
-
locale: Locale;
|
|
666
|
-
}
|
|
667
|
-
export interface CreatePage {
|
|
668
|
-
articleId: ArticleId;
|
|
669
|
-
locale: LocaleId;
|
|
670
|
-
content?: string;
|
|
671
|
-
devMode: boolean | undefined;
|
|
672
|
-
}
|
|
673
|
-
export interface CreateTemplate {
|
|
674
|
-
type: "page" | string;
|
|
675
|
-
name: string;
|
|
676
|
-
description: string;
|
|
677
|
-
content: string;
|
|
678
|
-
}
|
|
679
|
-
export interface CreateLink {
|
|
680
|
-
type: "internal" | "external" | string;
|
|
681
|
-
value: string;
|
|
682
|
-
labels: LocaleLabel[];
|
|
683
|
-
articles: ArticleId[];
|
|
684
|
-
devMode: boolean | undefined;
|
|
685
|
-
}
|
|
686
|
-
export interface CreateWorkflow {
|
|
687
|
-
value: string;
|
|
688
|
-
labels: LocaleLabel[];
|
|
689
|
-
articles: ArticleId[];
|
|
690
|
-
devMode: boolean | undefined;
|
|
691
|
-
anon: boolean | undefined;
|
|
692
|
-
startDate?: string | undefined;
|
|
693
|
-
endDate?: string | undefined;
|
|
694
|
-
formName: string;
|
|
695
|
-
formTag: string;
|
|
696
|
-
formId?: string | undefined;
|
|
697
|
-
flowName: string;
|
|
698
|
-
}
|
|
699
|
-
export interface CreateRelease {
|
|
700
|
-
name: string;
|
|
701
|
-
note?: string;
|
|
702
|
-
created: string;
|
|
703
|
-
}
|
|
704
|
-
export interface CreateBuilder {
|
|
705
|
-
site(): Promise<Site>;
|
|
706
|
-
importData(init: string): Promise<void>;
|
|
707
|
-
release(init: CreateRelease): Promise<Release>;
|
|
708
|
-
locale(init: CreateLocale): Promise<SiteLocale>;
|
|
709
|
-
article(init: CreateArticle): Promise<Article>;
|
|
710
|
-
page(init: CreatePage): Promise<Page>;
|
|
711
|
-
link(init: CreateLink): Promise<Link>;
|
|
712
|
-
template(init: CreateTemplate): Promise<Template>;
|
|
713
|
-
workflow(init: CreateWorkflow): Promise<Workflow>;
|
|
714
|
-
}
|
|
715
|
-
export interface DeleteBuilder {
|
|
716
|
-
locale(id: LocaleId): Promise<void>;
|
|
717
|
-
article(id: ArticleId): Promise<void>;
|
|
718
|
-
page(id: PageId): Promise<void>;
|
|
719
|
-
link(id: LinkId): Promise<void>;
|
|
720
|
-
template(id: TemplateId): Promise<void>;
|
|
721
|
-
linkArticlePage(link: LinkId, article: ArticleId, locale: Locale): Promise<void>;
|
|
722
|
-
workflow(id: WorkflowId): Promise<void>;
|
|
723
|
-
workflowArticlePage(workflow: WorkflowId, article: ArticleId, locale: Locale): Promise<void>;
|
|
724
|
-
release(id: ReleaseId): Promise<void>;
|
|
725
|
-
}
|
|
726
|
-
export interface UpdateBuilder {
|
|
727
|
-
locale(article: LocaleMutator): Promise<SiteLocale>;
|
|
728
|
-
article(article: ArticleMutator): Promise<Article>;
|
|
729
|
-
pages(pages: PageMutator[]): Promise<Page[]>;
|
|
730
|
-
link(link: LinkMutator): Promise<Link>;
|
|
731
|
-
workflow(workflow: WorkflowMutator): Promise<Workflow>;
|
|
732
|
-
template(template: TemplateMutator): Promise<Template>;
|
|
733
|
-
}
|
|
734
|
-
export interface Store {
|
|
735
|
-
fetch<T>(path: string, init?: RequestInit): Promise<T>;
|
|
736
|
-
}
|
|
737
|
-
export interface StoreConfig {
|
|
738
|
-
url: string;
|
|
739
|
-
oidc?: string;
|
|
740
|
-
status?: string;
|
|
741
|
-
csrf?: {
|
|
742
|
-
key: string;
|
|
743
|
-
value: string;
|
|
744
|
-
};
|
|
745
|
-
}
|
|
746
|
-
export interface DialobTagAsset {
|
|
747
|
-
formLabel: string;
|
|
748
|
-
formName: string;
|
|
749
|
-
tagFormId: string;
|
|
750
|
-
tagName: string;
|
|
751
|
-
}
|
|
752
|
-
export interface AssetRepository {
|
|
753
|
-
flowNames(): Promise<string[]>;
|
|
754
|
-
dialobForms(): Promise<DialobTagAsset[]>;
|
|
755
|
-
}
|
|
756
|
-
export interface ErrorMsg {
|
|
757
|
-
id: string;
|
|
758
|
-
value: string;
|
|
759
|
-
}
|
|
760
|
-
export interface ErrorProps {
|
|
761
|
-
text: string;
|
|
762
|
-
status: number;
|
|
763
|
-
errors: any[];
|
|
764
|
-
}
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
export declare namespace StencilClient {
|
|
768
|
-
const mock: () => StencilApi.Service;
|
|
769
|
-
const service: (init: {
|
|
770
|
-
store?: StencilApi.Store;
|
|
771
|
-
config?: StencilApi.StoreConfig;
|
|
772
|
-
assets?: StencilApi.AssetRepository;
|
|
773
|
-
}) => StencilApi.Service;
|
|
774
|
-
export class CreateBuilderImpl implements StencilApi.CreateBuilder {
|
|
775
|
-
private _backend;
|
|
776
|
-
constructor(backend: StencilApi.Store);
|
|
777
|
-
site(): Promise<StencilApi.Site>;
|
|
778
|
-
importData(init: string): Promise<void>;
|
|
779
|
-
release(init: StencilApi.CreateRelease): Promise<StencilApi.Release>;
|
|
780
|
-
locale(init: StencilApi.CreateLocale): Promise<StencilApi.SiteLocale>;
|
|
781
|
-
article(init: StencilApi.CreateArticle): Promise<StencilApi.Article>;
|
|
782
|
-
page(init: StencilApi.CreatePage): Promise<StencilApi.Page>;
|
|
783
|
-
link(init: StencilApi.CreateLink): Promise<StencilApi.Link>;
|
|
784
|
-
workflow(init: StencilApi.CreateWorkflow): Promise<StencilApi.Workflow>;
|
|
785
|
-
template(init: StencilApi.CreateTemplate): Promise<StencilApi.Template>;
|
|
786
|
-
}
|
|
787
|
-
export class UpdateBuilderImpl implements StencilApi.UpdateBuilder {
|
|
788
|
-
private _backend;
|
|
789
|
-
constructor(backend: StencilApi.Store);
|
|
790
|
-
locale(init: StencilApi.LocaleMutator): Promise<StencilApi.SiteLocale>;
|
|
791
|
-
article(init: StencilApi.ArticleMutator): Promise<StencilApi.Article>;
|
|
792
|
-
pages(init: StencilApi.PageMutator[]): Promise<StencilApi.Page[]>;
|
|
793
|
-
link(init: StencilApi.LinkMutator): Promise<StencilApi.Link>;
|
|
794
|
-
workflow(init: StencilApi.WorkflowMutator): Promise<StencilApi.Workflow>;
|
|
795
|
-
template(init: StencilApi.TemplateMutator): Promise<StencilApi.Template>;
|
|
796
|
-
}
|
|
797
|
-
export class DeleteBuilderImpl implements StencilApi.DeleteBuilder {
|
|
798
|
-
private _backend;
|
|
799
|
-
constructor(backend: StencilApi.Store);
|
|
800
|
-
locale(init: StencilApi.LocaleId): Promise<void>;
|
|
801
|
-
release(init: StencilApi.ReleaseId): Promise<void>;
|
|
802
|
-
article(init: StencilApi.ArticleId): Promise<void>;
|
|
803
|
-
page(init: StencilApi.PageId): Promise<void>;
|
|
804
|
-
link(init: StencilApi.LinkId): Promise<void>;
|
|
805
|
-
workflow(init: StencilApi.WorkflowId): Promise<void>;
|
|
806
|
-
workflowArticlePage(workflow: StencilApi.WorkflowId, article: StencilApi.ArticleId, _locale: StencilApi.Locale): Promise<void>;
|
|
807
|
-
linkArticlePage(link: StencilApi.LinkId, article: StencilApi.ArticleId, _locale: StencilApi.Locale): Promise<void>;
|
|
808
|
-
template(init: StencilApi.TemplateId): Promise<void>;
|
|
809
|
-
}
|
|
810
|
-
export interface StoreError extends Error {
|
|
811
|
-
text: string;
|
|
812
|
-
status: number;
|
|
813
|
-
errors: StencilApi.ErrorMsg[];
|
|
814
|
-
}
|
|
815
|
-
export class StoreErrorImpl extends Error {
|
|
816
|
-
private _props;
|
|
817
|
-
constructor(props: StencilApi.ErrorProps);
|
|
818
|
-
get name(): string;
|
|
819
|
-
get status(): number;
|
|
820
|
-
get errors(): any[];
|
|
821
|
-
}
|
|
822
|
-
export class DefaultStore implements StencilApi.Store {
|
|
823
|
-
private _config;
|
|
824
|
-
private _updateStarted;
|
|
825
|
-
private _iapSessionRefreshWindow;
|
|
826
|
-
private _defRef;
|
|
827
|
-
constructor(config: StencilApi.StoreConfig);
|
|
828
|
-
iapRefresh(): Promise<void>;
|
|
829
|
-
iapLogin(): boolean;
|
|
830
|
-
handle401(): Promise<void>;
|
|
831
|
-
fetch<T>(path: string, req?: RequestInit): Promise<T>;
|
|
832
|
-
}
|
|
833
|
-
export class DefaultAssetRepository implements StencilApi.AssetRepository {
|
|
834
|
-
flowNames: () => Promise<string[]>;
|
|
835
|
-
dialobForms: () => Promise<StencilApi.DialobTagAsset[]>;
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
export declare const StencilComposer: default_2.FC<StencilComposerProps>;
|
|
840
|
-
|
|
841
|
-
declare interface StencilComposerProps {
|
|
842
|
-
service: StencilApi.Service;
|
|
843
|
-
locked?: boolean;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
export declare const stencilIntl: Record<string, any>;
|
|
847
|
-
|
|
848
|
-
export declare namespace WrenchClient {
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
export declare namespace WrenchClient {
|
|
852
|
-
export class StoreErrorImpl extends Error {
|
|
853
|
-
private _props;
|
|
854
|
-
constructor(props: HdesApi.ServiceErrorProps);
|
|
855
|
-
get name(): string;
|
|
856
|
-
get status(): number;
|
|
857
|
-
get errors(): HdesApi.ServiceErrorMsg[];
|
|
858
|
-
}
|
|
859
|
-
export class DefaultStore implements HdesApi.Store {
|
|
860
|
-
private _config;
|
|
861
|
-
private _updateStarted;
|
|
862
|
-
private _iapSessionRefreshWindow;
|
|
863
|
-
private _defRef;
|
|
864
|
-
constructor(config: HdesApi.StoreConfig);
|
|
865
|
-
iapRefresh(): Promise<void>;
|
|
866
|
-
iapLogin(): boolean;
|
|
867
|
-
handle401(): Promise<void>;
|
|
868
|
-
fetch<T>(path: string, req?: RequestInit): Promise<T>;
|
|
869
|
-
}
|
|
870
|
-
export class ServiceImpl implements HdesApi.Service {
|
|
871
|
-
private _store;
|
|
872
|
-
private _branch;
|
|
873
|
-
private _headers;
|
|
874
|
-
constructor(store: HdesApi.Store, branchName?: string);
|
|
875
|
-
withBranch(branchName?: string): ServiceImpl;
|
|
876
|
-
get branch(): string | undefined;
|
|
877
|
-
create(): HdesApi.CreateBuilder;
|
|
878
|
-
delete(): HdesApi.DeleteBuilder;
|
|
879
|
-
update(id: string, body: HdesApi.AstCommand[]): Promise<HdesApi.Site>;
|
|
880
|
-
createAsset(name: string, desc: string | undefined, type: HdesApi.AstBodyType | "SITE", body?: HdesApi.AstCommand[]): Promise<HdesApi.Site>;
|
|
881
|
-
ast(id: string, body: HdesApi.AstCommand[]): Promise<HdesApi.Entity<any>>;
|
|
882
|
-
getSite(): Promise<HdesApi.Site>;
|
|
883
|
-
debug(debug: HdesApi.DebugRequest): Promise<HdesApi.DebugResponse>;
|
|
884
|
-
copy(id: string, name: string): Promise<HdesApi.Site>;
|
|
885
|
-
version(): Promise<HdesApi.VersionEntity>;
|
|
886
|
-
diff(input: HdesApi.DiffRequest): Promise<HdesApi.DiffResponse>;
|
|
887
|
-
summary(tagId: string): Promise<HdesApi.AstTagSummary>;
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
export declare const WrenchComposer: default_2.FC<WrenchComposerProps>;
|
|
892
|
-
|
|
893
|
-
declare interface WrenchComposerProps {
|
|
894
|
-
service: HdesApi.Service;
|
|
895
|
-
locked?: boolean;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
export declare const wrenchIntl: Record<string, any>;
|
|
899
|
-
|
|
900
|
-
export { }
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
declare module 'react' {
|
|
904
|
-
interface CSSProperties {
|
|
905
|
-
'--tree-view-text-color'?: string;
|
|
906
|
-
'--tree-view-color'?: string;
|
|
907
|
-
'--tree-view-bg-color'?: string;
|
|
908
|
-
'--tree-view-hover-color'?: string;
|
|
909
|
-
}
|
|
910
|
-
}
|