@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
|
@@ -0,0 +1,902 @@
|
|
|
1
|
+
import { Hook, HookProps, ProxyHook, HookByPath } from './fetch-api';
|
|
2
|
+
export declare function createRootFileFetch(contextPath: string, fetch: () => typeof window.fetch): RootFileFetch;
|
|
3
|
+
export declare class RootFileFetch {
|
|
4
|
+
contextPath: string;
|
|
5
|
+
children: HookByPath;
|
|
6
|
+
fetch: () => typeof window.fetch;
|
|
7
|
+
constructor(contextPath: string, children: HookByPath, fetch: () => typeof window.fetch);
|
|
8
|
+
update(children: HookByPath): RootFileFetch;
|
|
9
|
+
get(key: keyof HookByPath): {
|
|
10
|
+
id: "$org/groupList.GET";
|
|
11
|
+
path: "$org/groupList";
|
|
12
|
+
method: "GET";
|
|
13
|
+
params: {
|
|
14
|
+
org: string;
|
|
15
|
+
};
|
|
16
|
+
hook: HookImpl<"$org/groupList.GET", Hook<{}, {
|
|
17
|
+
groups: import("../burger").IamApi.UserGroup[];
|
|
18
|
+
}>, "$org/groupList", "GET", {
|
|
19
|
+
org: string;
|
|
20
|
+
}, {}, {
|
|
21
|
+
groups: import("../burger").IamApi.UserGroup[];
|
|
22
|
+
}>;
|
|
23
|
+
} | {
|
|
24
|
+
id: "$org/groupMembership.GET";
|
|
25
|
+
path: "$org/groupMembership";
|
|
26
|
+
method: "GET";
|
|
27
|
+
params: {
|
|
28
|
+
org: string;
|
|
29
|
+
};
|
|
30
|
+
hook: HookImpl<"$org/groupMembership.GET", Hook<{}, {
|
|
31
|
+
getUsers: (groupName: string[]) => Promise<import("../burger").IamApi.GroupMember[]>;
|
|
32
|
+
}>, "$org/groupMembership", "GET", {
|
|
33
|
+
org: string;
|
|
34
|
+
}, {}, {
|
|
35
|
+
getUsers: (groupName: string[]) => Promise<import("../burger").IamApi.GroupMember[]>;
|
|
36
|
+
}>;
|
|
37
|
+
} | {
|
|
38
|
+
id: "$org/userInfo.GET";
|
|
39
|
+
path: "$org/userInfo";
|
|
40
|
+
method: "GET";
|
|
41
|
+
params: {
|
|
42
|
+
org: string;
|
|
43
|
+
};
|
|
44
|
+
hook: HookImpl<"$org/userInfo.GET", Hook<{}, {
|
|
45
|
+
getUser: () => Promise<import("../burger").IamApi.User>;
|
|
46
|
+
getEmptyUser: () => import("../burger").IamApi.User;
|
|
47
|
+
}>, "$org/userInfo", "GET", {
|
|
48
|
+
org: string;
|
|
49
|
+
}, {}, {
|
|
50
|
+
getUser: () => Promise<import("../burger").IamApi.User>;
|
|
51
|
+
getEmptyUser: () => import("../burger").IamApi.User;
|
|
52
|
+
}>;
|
|
53
|
+
} | {
|
|
54
|
+
id: "config.GET";
|
|
55
|
+
path: "config";
|
|
56
|
+
method: "GET";
|
|
57
|
+
params: {};
|
|
58
|
+
hook: HookImpl<"config.GET", Hook<{}, {
|
|
59
|
+
config: import('../burger').Config | undefined;
|
|
60
|
+
pending: boolean;
|
|
61
|
+
}>, "config", "GET", {}, {}, {
|
|
62
|
+
config: import('../burger').Config | undefined;
|
|
63
|
+
pending: boolean;
|
|
64
|
+
}>;
|
|
65
|
+
} | {
|
|
66
|
+
id: "dialob.GET";
|
|
67
|
+
path: "dialob";
|
|
68
|
+
method: "GET";
|
|
69
|
+
params: {};
|
|
70
|
+
hook: HookImpl<"dialob.GET", Hook<{}, {
|
|
71
|
+
dialobUrl: string;
|
|
72
|
+
}>, "dialob", "GET", {}, {}, {
|
|
73
|
+
dialobUrl: string;
|
|
74
|
+
}>;
|
|
75
|
+
} | {
|
|
76
|
+
id: "statistics/priority.GET";
|
|
77
|
+
path: "statistics/priority";
|
|
78
|
+
method: "GET";
|
|
79
|
+
params: {};
|
|
80
|
+
hook: HookImpl<"statistics/priority.GET", Hook<{}, {
|
|
81
|
+
taskPriorityNames: {
|
|
82
|
+
priority: string;
|
|
83
|
+
count: number;
|
|
84
|
+
}[] | undefined;
|
|
85
|
+
taskPriorityStats: import('../frontdesk/types/TaskStatistics').TaskPriorityStatistics[] | undefined;
|
|
86
|
+
taskPriorityMapping: {
|
|
87
|
+
LOW: string;
|
|
88
|
+
NORMAL: string;
|
|
89
|
+
HIGH: string;
|
|
90
|
+
};
|
|
91
|
+
}>, "statistics/priority", "GET", {}, {}, {
|
|
92
|
+
taskPriorityNames: {
|
|
93
|
+
priority: string;
|
|
94
|
+
count: number;
|
|
95
|
+
}[] | undefined;
|
|
96
|
+
taskPriorityStats: import('../frontdesk/types/TaskStatistics').TaskPriorityStatistics[] | undefined;
|
|
97
|
+
taskPriorityMapping: {
|
|
98
|
+
LOW: string;
|
|
99
|
+
NORMAL: string;
|
|
100
|
+
HIGH: string;
|
|
101
|
+
};
|
|
102
|
+
}>;
|
|
103
|
+
} | {
|
|
104
|
+
id: "statistics/status-timeline.GET";
|
|
105
|
+
path: "statistics/status-timeline";
|
|
106
|
+
method: "GET";
|
|
107
|
+
params: {};
|
|
108
|
+
hook: HookImpl<"statistics/status-timeline.GET", Hook<{}, {
|
|
109
|
+
taskTimelineStats: import('../frontdesk/types/TaskStatistics').TaskStatusTimelineStatistics[] | undefined;
|
|
110
|
+
}>, "statistics/status-timeline", "GET", {}, {}, {
|
|
111
|
+
taskTimelineStats: import('../frontdesk/types/TaskStatistics').TaskStatusTimelineStatistics[] | undefined;
|
|
112
|
+
}>;
|
|
113
|
+
} | {
|
|
114
|
+
id: "statistics/status.GET";
|
|
115
|
+
path: "statistics/status";
|
|
116
|
+
method: "GET";
|
|
117
|
+
params: {};
|
|
118
|
+
hook: HookImpl<"statistics/status.GET", Hook<{}, {
|
|
119
|
+
taskStatusNames: {
|
|
120
|
+
status: string;
|
|
121
|
+
count: number;
|
|
122
|
+
}[] | undefined;
|
|
123
|
+
taskStatusStats: import('../frontdesk/types/TaskStatistics').TaskStatusStatistics[] | undefined;
|
|
124
|
+
taskStatusMapping: {
|
|
125
|
+
NEW: string;
|
|
126
|
+
OPEN: string;
|
|
127
|
+
COMPLETED: string;
|
|
128
|
+
REJECTED: string;
|
|
129
|
+
};
|
|
130
|
+
}>, "statistics/status", "GET", {}, {}, {
|
|
131
|
+
taskStatusNames: {
|
|
132
|
+
status: string;
|
|
133
|
+
count: number;
|
|
134
|
+
}[] | undefined;
|
|
135
|
+
taskStatusStats: import('../frontdesk/types/TaskStatistics').TaskStatusStatistics[] | undefined;
|
|
136
|
+
taskStatusMapping: {
|
|
137
|
+
NEW: string;
|
|
138
|
+
OPEN: string;
|
|
139
|
+
COMPLETED: string;
|
|
140
|
+
REJECTED: string;
|
|
141
|
+
};
|
|
142
|
+
}>;
|
|
143
|
+
} | {
|
|
144
|
+
id: "statistics/task-overdue.GET";
|
|
145
|
+
path: "statistics/task-overdue";
|
|
146
|
+
method: "GET";
|
|
147
|
+
params: {};
|
|
148
|
+
hook: HookImpl<"statistics/task-overdue.GET", Hook<{}, {
|
|
149
|
+
tasksOverdue: {
|
|
150
|
+
assignedId: string;
|
|
151
|
+
count: number;
|
|
152
|
+
}[] | undefined;
|
|
153
|
+
}>, "statistics/task-overdue", "GET", {}, {}, {
|
|
154
|
+
tasksOverdue: {
|
|
155
|
+
assignedId: string;
|
|
156
|
+
count: number;
|
|
157
|
+
}[] | undefined;
|
|
158
|
+
}>;
|
|
159
|
+
} | {
|
|
160
|
+
id: "worker/rest/api/assets/any-tags/stencil-tags.GET";
|
|
161
|
+
path: "worker/rest/api/assets/any-tags/stencil-tags";
|
|
162
|
+
method: "GET";
|
|
163
|
+
params: {};
|
|
164
|
+
hook: HookImpl<"worker/rest/api/assets/any-tags/stencil-tags.GET", Hook<{}, {
|
|
165
|
+
contentTags: import('../frontdesk/types/AssetTag').AssetTag[] | undefined;
|
|
166
|
+
}>, "worker/rest/api/assets/any-tags/stencil-tags", "GET", {}, {}, {
|
|
167
|
+
contentTags: import('../frontdesk/types/AssetTag').AssetTag[] | undefined;
|
|
168
|
+
}>;
|
|
169
|
+
} | {
|
|
170
|
+
id: "worker/rest/api/assets/any-tags/wrench-tags.GET";
|
|
171
|
+
path: "worker/rest/api/assets/any-tags/wrench-tags";
|
|
172
|
+
method: "GET";
|
|
173
|
+
params: {};
|
|
174
|
+
hook: HookImpl<"worker/rest/api/assets/any-tags/wrench-tags.GET", Hook<{}, {
|
|
175
|
+
wrenchTags: import('../frontdesk/types/AssetTag').AssetTag[] | undefined;
|
|
176
|
+
}>, "worker/rest/api/assets/any-tags/wrench-tags", "GET", {}, {}, {
|
|
177
|
+
wrenchTags: import('../frontdesk/types/AssetTag').AssetTag[] | undefined;
|
|
178
|
+
}>;
|
|
179
|
+
} | {
|
|
180
|
+
id: "worker/rest/api/assets/deployments/$deploymentId.GET";
|
|
181
|
+
path: "worker/rest/api/assets/deployments/$deploymentId";
|
|
182
|
+
method: "GET";
|
|
183
|
+
params: {
|
|
184
|
+
deploymentId: string;
|
|
185
|
+
};
|
|
186
|
+
hook: HookImpl<"worker/rest/api/assets/deployments/$deploymentId.GET", Hook<{}, {
|
|
187
|
+
getRelease: (releaseTag: import('../frontdesk/types/Publication').Publication) => Promise<void>;
|
|
188
|
+
}>, "worker/rest/api/assets/deployments/$deploymentId", "GET", {
|
|
189
|
+
deploymentId: string;
|
|
190
|
+
}, {}, {
|
|
191
|
+
getRelease: (releaseTag: import('../frontdesk/types/Publication').Publication) => Promise<void>;
|
|
192
|
+
}>;
|
|
193
|
+
} | {
|
|
194
|
+
id: "worker/rest/api/assets/deployments/$deploymentId.PUT";
|
|
195
|
+
path: "worker/rest/api/assets/deployments/$deploymentId";
|
|
196
|
+
method: "PUT";
|
|
197
|
+
params: {
|
|
198
|
+
deploymentId: string;
|
|
199
|
+
};
|
|
200
|
+
hook: HookImpl<"worker/rest/api/assets/deployments/$deploymentId.PUT", Hook<{}, {
|
|
201
|
+
saveDeployment: (init: {
|
|
202
|
+
status: string;
|
|
203
|
+
id: string;
|
|
204
|
+
}, onSucess: () => void) => Promise<void>;
|
|
205
|
+
}>, "worker/rest/api/assets/deployments/$deploymentId", "PUT", {
|
|
206
|
+
deploymentId: string;
|
|
207
|
+
}, {}, {
|
|
208
|
+
saveDeployment: (init: {
|
|
209
|
+
status: string;
|
|
210
|
+
id: string;
|
|
211
|
+
}, onSucess: () => void) => Promise<void>;
|
|
212
|
+
}>;
|
|
213
|
+
} | {
|
|
214
|
+
id: "worker/rest/api/assets/deployments.POST";
|
|
215
|
+
path: "worker/rest/api/assets/deployments";
|
|
216
|
+
method: "POST";
|
|
217
|
+
params: {};
|
|
218
|
+
hook: HookImpl<"worker/rest/api/assets/deployments.POST", Hook<{}, {
|
|
219
|
+
saveDeployment: (init: import('../frontdesk/types/Publication').PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
220
|
+
}>, "worker/rest/api/assets/deployments", "POST", {}, {}, {
|
|
221
|
+
saveDeployment: (init: import('../frontdesk/types/Publication').PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
222
|
+
}>;
|
|
223
|
+
} | {
|
|
224
|
+
id: "worker/rest/api/assets/dialob.GET";
|
|
225
|
+
path: "worker/rest/api/assets/dialob";
|
|
226
|
+
method: "GET";
|
|
227
|
+
params: {};
|
|
228
|
+
hook: HookImpl<"worker/rest/api/assets/dialob.GET", Hook<{}, {
|
|
229
|
+
dialobForms: import('../frontdesk/types').DialobFormEntry[] | undefined;
|
|
230
|
+
refresh: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types').DialobFormEntry[], Error>>;
|
|
231
|
+
}>, "worker/rest/api/assets/dialob", "GET", {}, {}, {
|
|
232
|
+
dialobForms: import('../frontdesk/types').DialobFormEntry[] | undefined;
|
|
233
|
+
refresh: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types').DialobFormEntry[], Error>>;
|
|
234
|
+
}>;
|
|
235
|
+
} | {
|
|
236
|
+
id: "worker/rest/api/assets/dialob/proxy/forms/$formId.DELETE";
|
|
237
|
+
path: "worker/rest/api/assets/dialob/proxy/forms/$formId";
|
|
238
|
+
method: "DELETE";
|
|
239
|
+
params: {
|
|
240
|
+
formId: string;
|
|
241
|
+
};
|
|
242
|
+
hook: HookImpl<"worker/rest/api/assets/dialob/proxy/forms/$formId.DELETE", Hook<{}, {
|
|
243
|
+
deleteDialog: (formId: string, onSuccess: () => void) => Promise<any>;
|
|
244
|
+
}>, "worker/rest/api/assets/dialob/proxy/forms/$formId", "DELETE", {
|
|
245
|
+
formId: string;
|
|
246
|
+
}, {}, {
|
|
247
|
+
deleteDialog: (formId: string, onSuccess: () => void) => Promise<any>;
|
|
248
|
+
}>;
|
|
249
|
+
} | {
|
|
250
|
+
id: "worker/rest/api/assets/dialob/proxy/forms/$formId.GET";
|
|
251
|
+
path: "worker/rest/api/assets/dialob/proxy/forms/$formId";
|
|
252
|
+
method: "GET";
|
|
253
|
+
params: {
|
|
254
|
+
formId: string;
|
|
255
|
+
};
|
|
256
|
+
hook: HookImpl<"worker/rest/api/assets/dialob/proxy/forms/$formId.GET", Hook<{}, {
|
|
257
|
+
getForm: (formId: string) => Promise<any>;
|
|
258
|
+
}>, "worker/rest/api/assets/dialob/proxy/forms/$formId", "GET", {
|
|
259
|
+
formId: string;
|
|
260
|
+
}, {}, {
|
|
261
|
+
getForm: (formId: string) => Promise<any>;
|
|
262
|
+
}>;
|
|
263
|
+
} | {
|
|
264
|
+
id: "worker/rest/api/assets/dialob/proxy/forms.POST";
|
|
265
|
+
path: "worker/rest/api/assets/dialob/proxy/forms";
|
|
266
|
+
method: "POST";
|
|
267
|
+
params: {};
|
|
268
|
+
hook: HookImpl<"worker/rest/api/assets/dialob/proxy/forms.POST", Hook<{}, {
|
|
269
|
+
saveForm: (form: Partial<import('../frontdesk/types').DialobForm>) => Promise<any>;
|
|
270
|
+
}>, "worker/rest/api/assets/dialob/proxy/forms", "POST", {}, {}, {
|
|
271
|
+
saveForm: (form: Partial<import('../frontdesk/types').DialobForm>) => Promise<any>;
|
|
272
|
+
}>;
|
|
273
|
+
} | {
|
|
274
|
+
id: "worker/rest/api/assets/dialob/tags.GET";
|
|
275
|
+
path: "worker/rest/api/assets/dialob/tags";
|
|
276
|
+
method: "GET";
|
|
277
|
+
params: {};
|
|
278
|
+
hook: HookImpl<"worker/rest/api/assets/dialob/tags.GET", Hook<{}, {
|
|
279
|
+
allTags: import("..").StencilApi.DialobTagAsset[];
|
|
280
|
+
}>, "worker/rest/api/assets/dialob/tags", "GET", {}, {}, {
|
|
281
|
+
allTags: import("..").StencilApi.DialobTagAsset[];
|
|
282
|
+
}>;
|
|
283
|
+
} | {
|
|
284
|
+
id: "worker/rest/api/assets/publications.GET";
|
|
285
|
+
path: "worker/rest/api/assets/publications";
|
|
286
|
+
method: "GET";
|
|
287
|
+
params: {};
|
|
288
|
+
hook: HookImpl<"worker/rest/api/assets/publications.GET", Hook<{}, {
|
|
289
|
+
assetReleases: import('../frontdesk/types/Publication').Publication[] | undefined;
|
|
290
|
+
refreshAssetReleases: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types/Publication').Publication[], Error>>;
|
|
291
|
+
isLoading: boolean;
|
|
292
|
+
}>, "worker/rest/api/assets/publications", "GET", {}, {}, {
|
|
293
|
+
assetReleases: import('../frontdesk/types/Publication').Publication[] | undefined;
|
|
294
|
+
refreshAssetReleases: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types/Publication').Publication[], Error>>;
|
|
295
|
+
isLoading: boolean;
|
|
296
|
+
}>;
|
|
297
|
+
} | {
|
|
298
|
+
id: "worker/rest/api/assets/publications.POST";
|
|
299
|
+
path: "worker/rest/api/assets/publications";
|
|
300
|
+
method: "POST";
|
|
301
|
+
params: {};
|
|
302
|
+
hook: HookImpl<"worker/rest/api/assets/publications.POST", Hook<{}, {
|
|
303
|
+
savePublication: (init: import('../frontdesk/types/Publication').PublicationInit, onSucess: () => void) => Promise<void>;
|
|
304
|
+
}>, "worker/rest/api/assets/publications", "POST", {}, {}, {
|
|
305
|
+
savePublication: (init: import('../frontdesk/types/Publication').PublicationInit, onSucess: () => void) => Promise<void>;
|
|
306
|
+
}>;
|
|
307
|
+
} | {
|
|
308
|
+
id: "worker/rest/api/assets/stencil/$assetType.DELETE";
|
|
309
|
+
path: "worker/rest/api/assets/stencil/$assetType";
|
|
310
|
+
method: "DELETE";
|
|
311
|
+
params: {
|
|
312
|
+
assetType: string;
|
|
313
|
+
};
|
|
314
|
+
hook: HookImpl<"worker/rest/api/assets/stencil/$assetType.DELETE", Hook<{}, {
|
|
315
|
+
delete: () => import("..").StencilApi.DeleteBuilder;
|
|
316
|
+
}>, "worker/rest/api/assets/stencil/$assetType", "DELETE", {
|
|
317
|
+
assetType: string;
|
|
318
|
+
}, {}, {
|
|
319
|
+
delete: () => import("..").StencilApi.DeleteBuilder;
|
|
320
|
+
}>;
|
|
321
|
+
} | {
|
|
322
|
+
id: "worker/rest/api/assets/stencil/$assetType.POST";
|
|
323
|
+
path: "worker/rest/api/assets/stencil/$assetType";
|
|
324
|
+
method: "POST";
|
|
325
|
+
params: {
|
|
326
|
+
assetType: string;
|
|
327
|
+
};
|
|
328
|
+
hook: HookImpl<"worker/rest/api/assets/stencil/$assetType.POST", Hook<{}, {
|
|
329
|
+
create: () => import("..").StencilApi.CreateBuilder;
|
|
330
|
+
}>, "worker/rest/api/assets/stencil/$assetType", "POST", {
|
|
331
|
+
assetType: string;
|
|
332
|
+
}, {}, {
|
|
333
|
+
create: () => import("..").StencilApi.CreateBuilder;
|
|
334
|
+
}>;
|
|
335
|
+
} | {
|
|
336
|
+
id: "worker/rest/api/assets/stencil/$assetType.PUT";
|
|
337
|
+
path: "worker/rest/api/assets/stencil/$assetType";
|
|
338
|
+
method: "PUT";
|
|
339
|
+
params: {
|
|
340
|
+
assetType: string;
|
|
341
|
+
};
|
|
342
|
+
hook: HookImpl<"worker/rest/api/assets/stencil/$assetType.PUT", Hook<{}, {
|
|
343
|
+
update: () => import("..").StencilApi.UpdateBuilder;
|
|
344
|
+
}>, "worker/rest/api/assets/stencil/$assetType", "PUT", {
|
|
345
|
+
assetType: string;
|
|
346
|
+
}, {}, {
|
|
347
|
+
update: () => import("..").StencilApi.UpdateBuilder;
|
|
348
|
+
}>;
|
|
349
|
+
} | {
|
|
350
|
+
id: "worker/rest/api/assets/stencil.GET";
|
|
351
|
+
path: "worker/rest/api/assets/stencil";
|
|
352
|
+
method: "GET";
|
|
353
|
+
params: {};
|
|
354
|
+
hook: HookImpl<"worker/rest/api/assets/stencil.GET", Hook<{}, {
|
|
355
|
+
getSite: () => Promise<import("..").StencilApi.Site>;
|
|
356
|
+
}>, "worker/rest/api/assets/stencil", "GET", {}, {}, {
|
|
357
|
+
getSite: () => Promise<import("..").StencilApi.Site>;
|
|
358
|
+
}>;
|
|
359
|
+
} | {
|
|
360
|
+
id: "worker/rest/api/assets/stencil/releases/$releaseId.GET";
|
|
361
|
+
path: "worker/rest/api/assets/stencil/releases/$releaseId";
|
|
362
|
+
method: "GET";
|
|
363
|
+
params: {
|
|
364
|
+
releaseId: string;
|
|
365
|
+
};
|
|
366
|
+
hook: HookImpl<"worker/rest/api/assets/stencil/releases/$releaseId.GET", Hook<{}, {
|
|
367
|
+
getReleaseContent: (releaseId: import("..").StencilApi.ReleaseId) => Promise<{}>;
|
|
368
|
+
}>, "worker/rest/api/assets/stencil/releases/$releaseId", "GET", {
|
|
369
|
+
releaseId: string;
|
|
370
|
+
}, {}, {
|
|
371
|
+
getReleaseContent: (releaseId: import("..").StencilApi.ReleaseId) => Promise<{}>;
|
|
372
|
+
}>;
|
|
373
|
+
} | {
|
|
374
|
+
id: "worker/rest/api/assets/stencil/version.GET";
|
|
375
|
+
path: "worker/rest/api/assets/stencil/version";
|
|
376
|
+
method: "GET";
|
|
377
|
+
params: {};
|
|
378
|
+
hook: HookImpl<"worker/rest/api/assets/stencil/version.GET", Hook<{}, {
|
|
379
|
+
frontend: import('../fetch/worker.rest.api.assets.stencil.version.get').VersionEntity;
|
|
380
|
+
backend: import('../fetch/worker.rest.api.assets.stencil.version.get').VersionEntity;
|
|
381
|
+
} | undefined>, "worker/rest/api/assets/stencil/version", "GET", {}, {}, {
|
|
382
|
+
frontend: import('../fetch/worker.rest.api.assets.stencil.version.get').VersionEntity;
|
|
383
|
+
backend: import('../fetch/worker.rest.api.assets.stencil.version.get').VersionEntity;
|
|
384
|
+
} | undefined>;
|
|
385
|
+
} | {
|
|
386
|
+
id: "worker/rest/api/assets/workflows/$workflowId.PUT";
|
|
387
|
+
path: "worker/rest/api/assets/workflows/$workflowId";
|
|
388
|
+
method: "PUT";
|
|
389
|
+
params: {
|
|
390
|
+
workflowId: string;
|
|
391
|
+
};
|
|
392
|
+
hook: HookImpl<"worker/rest/api/assets/workflows/$workflowId.PUT", Hook<{}, {
|
|
393
|
+
update: (workflowCommand: import('../frontdesk/types/Workflow').Workflow, onOk: () => void) => Promise<void>;
|
|
394
|
+
}>, "worker/rest/api/assets/workflows/$workflowId", "PUT", {
|
|
395
|
+
workflowId: string;
|
|
396
|
+
}, {}, {
|
|
397
|
+
update: (workflowCommand: import('../frontdesk/types/Workflow').Workflow, onOk: () => void) => Promise<void>;
|
|
398
|
+
}>;
|
|
399
|
+
} | {
|
|
400
|
+
id: "worker/rest/api/assets/workflows.GET";
|
|
401
|
+
path: "worker/rest/api/assets/workflows";
|
|
402
|
+
method: "GET";
|
|
403
|
+
params: {};
|
|
404
|
+
hook: HookImpl<"worker/rest/api/assets/workflows.GET", Hook<{}, {
|
|
405
|
+
workflows: import('../frontdesk/types/Workflow').Workflow[] | undefined;
|
|
406
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types/Workflow').Workflow[], Error>>;
|
|
407
|
+
}>, "worker/rest/api/assets/workflows", "GET", {}, {}, {
|
|
408
|
+
workflows: import('../frontdesk/types/Workflow').Workflow[] | undefined;
|
|
409
|
+
refreshWorkflows: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import('../frontdesk/types/Workflow').Workflow[], Error>>;
|
|
410
|
+
}>;
|
|
411
|
+
} | {
|
|
412
|
+
id: "worker/rest/api/assets/wrench/commands.POST";
|
|
413
|
+
path: "worker/rest/api/assets/wrench/commands";
|
|
414
|
+
method: "POST";
|
|
415
|
+
params: {};
|
|
416
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/commands.POST", Hook<{}, {
|
|
417
|
+
ast: (id: string, body: import("..").HdesApi.AstCommand[]) => Promise<import("..").HdesApi.Entity<any>>;
|
|
418
|
+
}>, "worker/rest/api/assets/wrench/commands", "POST", {}, {}, {
|
|
419
|
+
ast: (id: string, body: import("..").HdesApi.AstCommand[]) => Promise<import("..").HdesApi.Entity<any>>;
|
|
420
|
+
}>;
|
|
421
|
+
} | {
|
|
422
|
+
id: "worker/rest/api/assets/wrench/copyas.POST";
|
|
423
|
+
path: "worker/rest/api/assets/wrench/copyas";
|
|
424
|
+
method: "POST";
|
|
425
|
+
params: {};
|
|
426
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/copyas.POST", Hook<{}, {
|
|
427
|
+
copy: (id: string, name: string) => Promise<import("..").HdesApi.Site>;
|
|
428
|
+
}>, "worker/rest/api/assets/wrench/copyas", "POST", {}, {}, {
|
|
429
|
+
copy: (id: string, name: string) => Promise<import("..").HdesApi.Site>;
|
|
430
|
+
}>;
|
|
431
|
+
} | {
|
|
432
|
+
id: "worker/rest/api/assets/wrench/dataModels.GET";
|
|
433
|
+
path: "worker/rest/api/assets/wrench/dataModels";
|
|
434
|
+
method: "GET";
|
|
435
|
+
params: {};
|
|
436
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/dataModels.GET", Hook<{}, {
|
|
437
|
+
getSite: () => Promise<import("..").HdesApi.Site>;
|
|
438
|
+
}>, "worker/rest/api/assets/wrench/dataModels", "GET", {}, {}, {
|
|
439
|
+
getSite: () => Promise<import("..").HdesApi.Site>;
|
|
440
|
+
}>;
|
|
441
|
+
} | {
|
|
442
|
+
id: "worker/rest/api/assets/wrench/debugs.POST";
|
|
443
|
+
path: "worker/rest/api/assets/wrench/debugs";
|
|
444
|
+
method: "POST";
|
|
445
|
+
params: {};
|
|
446
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/debugs.POST", Hook<{}, {
|
|
447
|
+
debug: (debug: import("..").HdesApi.DebugRequest) => Promise<import("..").HdesApi.DebugResponse>;
|
|
448
|
+
}>, "worker/rest/api/assets/wrench/debugs", "POST", {}, {}, {
|
|
449
|
+
debug: (debug: import("..").HdesApi.DebugRequest) => Promise<import("..").HdesApi.DebugResponse>;
|
|
450
|
+
}>;
|
|
451
|
+
} | {
|
|
452
|
+
id: "worker/rest/api/assets/wrench/diff.GET";
|
|
453
|
+
path: "worker/rest/api/assets/wrench/diff";
|
|
454
|
+
method: "GET";
|
|
455
|
+
params: {};
|
|
456
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/diff.GET", Hook<{}, {
|
|
457
|
+
diff: (input: import("..").HdesApi.DiffRequest) => Promise<import("..").HdesApi.DiffResponse>;
|
|
458
|
+
}>, "worker/rest/api/assets/wrench/diff", "GET", {}, {}, {
|
|
459
|
+
diff: (input: import("..").HdesApi.DiffRequest) => Promise<import("..").HdesApi.DiffResponse>;
|
|
460
|
+
}>;
|
|
461
|
+
} | {
|
|
462
|
+
id: "worker/rest/api/assets/wrench/flow-names.GET";
|
|
463
|
+
path: "worker/rest/api/assets/wrench/flow-names";
|
|
464
|
+
method: "GET";
|
|
465
|
+
params: {};
|
|
466
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/flow-names.GET", Hook<{}, {
|
|
467
|
+
flows: string[] | undefined;
|
|
468
|
+
}>, "worker/rest/api/assets/wrench/flow-names", "GET", {}, {}, {
|
|
469
|
+
flows: string[] | undefined;
|
|
470
|
+
}>;
|
|
471
|
+
} | {
|
|
472
|
+
id: "worker/rest/api/assets/wrench/importTag.POST";
|
|
473
|
+
path: "worker/rest/api/assets/wrench/importTag";
|
|
474
|
+
method: "POST";
|
|
475
|
+
params: {};
|
|
476
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/importTag.POST", Hook<{}, {
|
|
477
|
+
importTag: (tagContentAsString: string) => Promise<import("..").HdesApi.Site>;
|
|
478
|
+
}>, "worker/rest/api/assets/wrench/importTag", "POST", {}, {}, {
|
|
479
|
+
importTag: (tagContentAsString: string) => Promise<import("..").HdesApi.Site>;
|
|
480
|
+
}>;
|
|
481
|
+
} | {
|
|
482
|
+
id: "worker/rest/api/assets/wrench/resources/$id.DELETE";
|
|
483
|
+
path: "worker/rest/api/assets/wrench/resources/$id";
|
|
484
|
+
method: "DELETE";
|
|
485
|
+
params: {
|
|
486
|
+
id: string;
|
|
487
|
+
};
|
|
488
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/resources/$id.DELETE", Hook<{}, {
|
|
489
|
+
remove: (id: string) => Promise<import("..").HdesApi.Site>;
|
|
490
|
+
}>, "worker/rest/api/assets/wrench/resources/$id", "DELETE", {
|
|
491
|
+
id: string;
|
|
492
|
+
}, {}, {
|
|
493
|
+
remove: (id: string) => Promise<import("..").HdesApi.Site>;
|
|
494
|
+
}>;
|
|
495
|
+
} | {
|
|
496
|
+
id: "worker/rest/api/assets/wrench/resources.POST";
|
|
497
|
+
path: "worker/rest/api/assets/wrench/resources";
|
|
498
|
+
method: "POST";
|
|
499
|
+
params: {};
|
|
500
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/resources.POST", Hook<{}, {
|
|
501
|
+
createAsset: (name: string, desc: string | undefined, type: import("..").HdesApi.AstBodyType | "SITE", body?: import("..").HdesApi.AstCommand[]) => Promise<import("..").HdesApi.Site>;
|
|
502
|
+
}>, "worker/rest/api/assets/wrench/resources", "POST", {}, {}, {
|
|
503
|
+
createAsset: (name: string, desc: string | undefined, type: import("..").HdesApi.AstBodyType | "SITE", body?: import("..").HdesApi.AstCommand[]) => Promise<import("..").HdesApi.Site>;
|
|
504
|
+
}>;
|
|
505
|
+
} | {
|
|
506
|
+
id: "worker/rest/api/assets/wrench/resources.PUT";
|
|
507
|
+
path: "worker/rest/api/assets/wrench/resources";
|
|
508
|
+
method: "PUT";
|
|
509
|
+
params: {};
|
|
510
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/resources.PUT", Hook<{}, {
|
|
511
|
+
update: (id: string, body: import("..").HdesApi.AstCommand[]) => Promise<import("..").HdesApi.Site>;
|
|
512
|
+
}>, "worker/rest/api/assets/wrench/resources", "PUT", {}, {}, {
|
|
513
|
+
update: (id: string, body: import("..").HdesApi.AstCommand[]) => Promise<import("..").HdesApi.Site>;
|
|
514
|
+
}>;
|
|
515
|
+
} | {
|
|
516
|
+
id: "worker/rest/api/assets/wrench/summary/$tagId.GET";
|
|
517
|
+
path: "worker/rest/api/assets/wrench/summary/$tagId";
|
|
518
|
+
method: "GET";
|
|
519
|
+
params: {
|
|
520
|
+
tagId: string;
|
|
521
|
+
};
|
|
522
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/summary/$tagId.GET", Hook<{}, {
|
|
523
|
+
summary: (tagId: string) => Promise<import("..").HdesApi.AstTagSummary>;
|
|
524
|
+
}>, "worker/rest/api/assets/wrench/summary/$tagId", "GET", {
|
|
525
|
+
tagId: string;
|
|
526
|
+
}, {}, {
|
|
527
|
+
summary: (tagId: string) => Promise<import("..").HdesApi.AstTagSummary>;
|
|
528
|
+
}>;
|
|
529
|
+
} | {
|
|
530
|
+
id: "worker/rest/api/assets/wrench/version.GET";
|
|
531
|
+
path: "worker/rest/api/assets/wrench/version";
|
|
532
|
+
method: "GET";
|
|
533
|
+
params: {};
|
|
534
|
+
hook: HookImpl<"worker/rest/api/assets/wrench/version.GET", Hook<{}, {
|
|
535
|
+
version: () => Promise<import("..").HdesApi.VersionEntity>;
|
|
536
|
+
}>, "worker/rest/api/assets/wrench/version", "GET", {}, {}, {
|
|
537
|
+
version: () => Promise<import("..").HdesApi.VersionEntity>;
|
|
538
|
+
}>;
|
|
539
|
+
} | {
|
|
540
|
+
id: "worker/rest/api/feedback/$feedbackId.DELETE";
|
|
541
|
+
path: "worker/rest/api/feedback/$feedbackId";
|
|
542
|
+
method: "DELETE";
|
|
543
|
+
params: {
|
|
544
|
+
feedbackId: string;
|
|
545
|
+
};
|
|
546
|
+
hook: HookImpl<"worker/rest/api/feedback/$feedbackId.DELETE", Hook<{}, {
|
|
547
|
+
deleteOneFeedback: (taskId: import("..").FeedbackApi.TaskId) => Promise<import("..").FeedbackApi.Feedback>;
|
|
548
|
+
}>, "worker/rest/api/feedback/$feedbackId", "DELETE", {
|
|
549
|
+
feedbackId: string;
|
|
550
|
+
}, {}, {
|
|
551
|
+
deleteOneFeedback: (taskId: import("..").FeedbackApi.TaskId) => Promise<import("..").FeedbackApi.Feedback>;
|
|
552
|
+
}>;
|
|
553
|
+
} | {
|
|
554
|
+
id: "worker/rest/api/feedback/$feedbackId/enabled.GET";
|
|
555
|
+
path: "worker/rest/api/feedback/$feedbackId/enabled";
|
|
556
|
+
method: "GET";
|
|
557
|
+
params: {
|
|
558
|
+
feedbackId: string;
|
|
559
|
+
};
|
|
560
|
+
hook: HookImpl<"worker/rest/api/feedback/$feedbackId/enabled.GET", Hook<{}, {
|
|
561
|
+
isTaskFeedbackEnabled: (feedbackId: string) => Promise<true | false>;
|
|
562
|
+
}>, "worker/rest/api/feedback/$feedbackId/enabled", "GET", {
|
|
563
|
+
feedbackId: string;
|
|
564
|
+
}, {}, {
|
|
565
|
+
isTaskFeedbackEnabled: (feedbackId: string) => Promise<true | false>;
|
|
566
|
+
}>;
|
|
567
|
+
} | {
|
|
568
|
+
id: "worker/rest/api/feedback/$feedbackId.GET";
|
|
569
|
+
path: "worker/rest/api/feedback/$feedbackId";
|
|
570
|
+
method: "GET";
|
|
571
|
+
params: {
|
|
572
|
+
feedbackId: string;
|
|
573
|
+
};
|
|
574
|
+
hook: HookImpl<"worker/rest/api/feedback/$feedbackId.GET", Hook<{}, {
|
|
575
|
+
getOneFeedback: (feedbackId: string) => Promise<import("..").FeedbackApi.Feedback | undefined>;
|
|
576
|
+
}>, "worker/rest/api/feedback/$feedbackId", "GET", {
|
|
577
|
+
feedbackId: string;
|
|
578
|
+
}, {}, {
|
|
579
|
+
getOneFeedback: (feedbackId: string) => Promise<import("..").FeedbackApi.Feedback | undefined>;
|
|
580
|
+
}>;
|
|
581
|
+
} | {
|
|
582
|
+
id: "worker/rest/api/feedback/$feedbackId.POST";
|
|
583
|
+
path: "worker/rest/api/feedback/$feedbackId";
|
|
584
|
+
method: "POST";
|
|
585
|
+
params: {
|
|
586
|
+
feedbackId: string;
|
|
587
|
+
};
|
|
588
|
+
hook: HookImpl<"worker/rest/api/feedback/$feedbackId.POST", Hook<{}, {
|
|
589
|
+
createOneFeedback: (taskId: import("..").FeedbackApi.TaskId, command: import("..").FeedbackApi.CreateFeedbackCommand) => Promise<import("..").FeedbackApi.Feedback>;
|
|
590
|
+
}>, "worker/rest/api/feedback/$feedbackId", "POST", {
|
|
591
|
+
feedbackId: string;
|
|
592
|
+
}, {}, {
|
|
593
|
+
createOneFeedback: (taskId: import("..").FeedbackApi.TaskId, command: import("..").FeedbackApi.CreateFeedbackCommand) => Promise<import("..").FeedbackApi.Feedback>;
|
|
594
|
+
}>;
|
|
595
|
+
} | {
|
|
596
|
+
id: "worker/rest/api/feedback/$feedbackId.PUT";
|
|
597
|
+
path: "worker/rest/api/feedback/$feedbackId";
|
|
598
|
+
method: "PUT";
|
|
599
|
+
params: {
|
|
600
|
+
feedbackId: string;
|
|
601
|
+
};
|
|
602
|
+
hook: HookImpl<"worker/rest/api/feedback/$feedbackId.PUT", Hook<{}, {
|
|
603
|
+
modifyOneFeedback: (taskId: import("..").FeedbackApi.TaskId, body: import("..").FeedbackApi.ModifyOneFeedbackCommand) => Promise<import("..").FeedbackApi.Feedback>;
|
|
604
|
+
rankOneFeedback: (taskId: import("..").FeedbackApi.TaskId, body: import("..").FeedbackApi.UpsertFeedbackRankingCommand) => Promise<import("..").FeedbackApi.Feedback>;
|
|
605
|
+
}>, "worker/rest/api/feedback/$feedbackId", "PUT", {
|
|
606
|
+
feedbackId: string;
|
|
607
|
+
}, {}, {
|
|
608
|
+
modifyOneFeedback: (taskId: import("..").FeedbackApi.TaskId, body: import("..").FeedbackApi.ModifyOneFeedbackCommand) => Promise<import("..").FeedbackApi.Feedback>;
|
|
609
|
+
rankOneFeedback: (taskId: import("..").FeedbackApi.TaskId, body: import("..").FeedbackApi.UpsertFeedbackRankingCommand) => Promise<import("..").FeedbackApi.Feedback>;
|
|
610
|
+
}>;
|
|
611
|
+
} | {
|
|
612
|
+
id: "worker/rest/api/feedback/$feedbackId/templates.GET";
|
|
613
|
+
path: "worker/rest/api/feedback/$feedbackId/templates";
|
|
614
|
+
method: "GET";
|
|
615
|
+
params: {
|
|
616
|
+
feedbackId: string;
|
|
617
|
+
};
|
|
618
|
+
hook: HookImpl<"worker/rest/api/feedback/$feedbackId/templates.GET", Hook<{}, {
|
|
619
|
+
getOneTemplate: (feedbackId: string) => Promise<import("..").FeedbackApi.FeedbackTemplate>;
|
|
620
|
+
}>, "worker/rest/api/feedback/$feedbackId/templates", "GET", {
|
|
621
|
+
feedbackId: string;
|
|
622
|
+
}, {}, {
|
|
623
|
+
getOneTemplate: (feedbackId: string) => Promise<import("..").FeedbackApi.FeedbackTemplate>;
|
|
624
|
+
}>;
|
|
625
|
+
} | {
|
|
626
|
+
id: "worker/rest/api/feedback.GET";
|
|
627
|
+
path: "worker/rest/api/feedback";
|
|
628
|
+
method: "GET";
|
|
629
|
+
params: {};
|
|
630
|
+
hook: HookImpl<"worker/rest/api/feedback.GET", Hook<{}, {
|
|
631
|
+
findAllFeedback: () => Promise<import("..").FeedbackApi.Feedback[]>;
|
|
632
|
+
}>, "worker/rest/api/feedback", "GET", {}, {}, {
|
|
633
|
+
findAllFeedback: () => Promise<import("..").FeedbackApi.Feedback[]>;
|
|
634
|
+
}>;
|
|
635
|
+
} | {
|
|
636
|
+
id: "worker/rest/api/iam/liveness.GET";
|
|
637
|
+
path: "worker/rest/api/iam/liveness";
|
|
638
|
+
method: "GET";
|
|
639
|
+
params: {};
|
|
640
|
+
hook: HookImpl<"worker/rest/api/iam/liveness.GET", Hook<{}, {
|
|
641
|
+
livenessUrl: string;
|
|
642
|
+
getLiveness: () => Promise<{
|
|
643
|
+
expiresIn: number;
|
|
644
|
+
} | undefined>;
|
|
645
|
+
}>, "worker/rest/api/iam/liveness", "GET", {}, {}, {
|
|
646
|
+
livenessUrl: string;
|
|
647
|
+
getLiveness: () => Promise<{
|
|
648
|
+
expiresIn: number;
|
|
649
|
+
} | undefined>;
|
|
650
|
+
}>;
|
|
651
|
+
} | {
|
|
652
|
+
id: "worker/rest/api/pdf.GET";
|
|
653
|
+
path: "worker/rest/api/pdf";
|
|
654
|
+
method: "GET";
|
|
655
|
+
params: {};
|
|
656
|
+
hook: HookImpl<"worker/rest/api/pdf.GET", Hook<{}, {
|
|
657
|
+
pdfTaskLinkCallback: (link: import('../frontdesk/types/task/TaskLink').TaskLink, taskId: string) => void;
|
|
658
|
+
}>, "worker/rest/api/pdf", "GET", {}, {}, {
|
|
659
|
+
pdfTaskLinkCallback: (link: import('../frontdesk/types/task/TaskLink').TaskLink, taskId: string) => void;
|
|
660
|
+
}>;
|
|
661
|
+
} | {
|
|
662
|
+
id: "worker/rest/api/processes.GET";
|
|
663
|
+
path: "worker/rest/api/processes";
|
|
664
|
+
method: "GET";
|
|
665
|
+
params: {};
|
|
666
|
+
hook: HookImpl<"worker/rest/api/processes.GET", Hook<{}, {
|
|
667
|
+
loadProcesses: (query: import('@material-table/core').Query<import('../frontdesk/types/Process').Process>, columns: Array<import('@material-table/core').Column<import('../frontdesk/types/Process').Process>>) => Promise<import('@material-table/core').QueryResult<import('../frontdesk/types/Process').Process>>;
|
|
668
|
+
}>, "worker/rest/api/processes", "GET", {}, {}, {
|
|
669
|
+
loadProcesses: (query: import('@material-table/core').Query<import('../frontdesk/types/Process').Process>, columns: Array<import('@material-table/core').Column<import('../frontdesk/types/Process').Process>>) => Promise<import('@material-table/core').QueryResult<import('../frontdesk/types/Process').Process>>;
|
|
670
|
+
}>;
|
|
671
|
+
} | {
|
|
672
|
+
id: "worker/rest/api/queues/configs.GET";
|
|
673
|
+
path: "worker/rest/api/queues/configs";
|
|
674
|
+
method: "GET";
|
|
675
|
+
params: {};
|
|
676
|
+
hook: HookImpl<"worker/rest/api/queues/configs.GET", Hook<{}, {
|
|
677
|
+
getOneChannelConfig: () => Promise<import("..").QueueApi.ChannelConfig>;
|
|
678
|
+
}>, "worker/rest/api/queues/configs", "GET", {}, {}, {
|
|
679
|
+
getOneChannelConfig: () => Promise<import("..").QueueApi.ChannelConfig>;
|
|
680
|
+
}>;
|
|
681
|
+
} | {
|
|
682
|
+
id: "worker/rest/api/queues/deliveries.GET";
|
|
683
|
+
path: "worker/rest/api/queues/deliveries";
|
|
684
|
+
method: "GET";
|
|
685
|
+
params: {};
|
|
686
|
+
hook: HookImpl<"worker/rest/api/queues/deliveries.GET", Hook<{}, {
|
|
687
|
+
findAllQueueDeliveries: () => Promise<import("..").QueueApi.Delivery[]>;
|
|
688
|
+
}>, "worker/rest/api/queues/deliveries", "GET", {}, {}, {
|
|
689
|
+
findAllQueueDeliveries: () => Promise<import("..").QueueApi.Delivery[]>;
|
|
690
|
+
}>;
|
|
691
|
+
} | {
|
|
692
|
+
id: "worker/rest/api/queues/messages.GET";
|
|
693
|
+
path: "worker/rest/api/queues/messages";
|
|
694
|
+
method: "GET";
|
|
695
|
+
params: {};
|
|
696
|
+
hook: HookImpl<"worker/rest/api/queues/messages.GET", Hook<{}, {
|
|
697
|
+
findAllQueueMessages: () => Promise<import("..").QueueApi.QueueMessage[]>;
|
|
698
|
+
}>, "worker/rest/api/queues/messages", "GET", {}, {}, {
|
|
699
|
+
findAllQueueMessages: () => Promise<import("..").QueueApi.QueueMessage[]>;
|
|
700
|
+
}>;
|
|
701
|
+
} | {
|
|
702
|
+
id: "worker/rest/api/tasks/$taskId/comments.GET";
|
|
703
|
+
path: "worker/rest/api/tasks/$taskId/comments";
|
|
704
|
+
method: "GET";
|
|
705
|
+
params: {
|
|
706
|
+
taskId: string;
|
|
707
|
+
};
|
|
708
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId/comments.GET", Hook<{}, {
|
|
709
|
+
getTaskComments: (task: import('../frontdesk/types/task/Task').Task) => Promise<import('../frontdesk/types/task/Comment').Comment[]>;
|
|
710
|
+
}>, "worker/rest/api/tasks/$taskId/comments", "GET", {
|
|
711
|
+
taskId: string;
|
|
712
|
+
}, {}, {
|
|
713
|
+
getTaskComments: (task: import('../frontdesk/types/task/Task').Task) => Promise<import('../frontdesk/types/task/Comment').Comment[]>;
|
|
714
|
+
}>;
|
|
715
|
+
} | {
|
|
716
|
+
id: "worker/rest/api/tasks/$taskId/comments.POST";
|
|
717
|
+
path: "worker/rest/api/tasks/$taskId/comments";
|
|
718
|
+
method: "POST";
|
|
719
|
+
params: {
|
|
720
|
+
taskId: string;
|
|
721
|
+
};
|
|
722
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId/comments.POST", Hook<{}, {
|
|
723
|
+
saveComment: (commentText: string, replyToId: number | undefined, task: import('../frontdesk/types/task/Task').Task, isExternalThread: boolean | undefined) => Promise<import('../frontdesk/types/task/Comment').Comment>;
|
|
724
|
+
}>, "worker/rest/api/tasks/$taskId/comments", "POST", {
|
|
725
|
+
taskId: string;
|
|
726
|
+
}, {}, {
|
|
727
|
+
saveComment: (commentText: string, replyToId: number | undefined, task: import('../frontdesk/types/task/Task').Task, isExternalThread: boolean | undefined) => Promise<import('../frontdesk/types/task/Comment').Comment>;
|
|
728
|
+
}>;
|
|
729
|
+
} | {
|
|
730
|
+
id: "worker/rest/api/tasks/$taskId.DELETE";
|
|
731
|
+
path: "worker/rest/api/tasks/$taskId";
|
|
732
|
+
method: "DELETE";
|
|
733
|
+
params: {
|
|
734
|
+
taskId: string;
|
|
735
|
+
};
|
|
736
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId.DELETE", Hook<{}, {
|
|
737
|
+
deleteTask: (taskId: string) => Promise<{}>;
|
|
738
|
+
}>, "worker/rest/api/tasks/$taskId", "DELETE", {
|
|
739
|
+
taskId: string;
|
|
740
|
+
}, {}, {
|
|
741
|
+
deleteTask: (taskId: string) => Promise<{}>;
|
|
742
|
+
}>;
|
|
743
|
+
} | {
|
|
744
|
+
id: "worker/rest/api/tasks/$taskId/files/$filename.GET";
|
|
745
|
+
path: "worker/rest/api/tasks/$taskId/files/$filename";
|
|
746
|
+
method: "GET";
|
|
747
|
+
params: {
|
|
748
|
+
taskId: string;
|
|
749
|
+
filename: string;
|
|
750
|
+
};
|
|
751
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId/files/$filename.GET", Hook<{}, {
|
|
752
|
+
downloadAttachmentLink: (taskId: string, filename: string) => string;
|
|
753
|
+
}>, "worker/rest/api/tasks/$taskId/files/$filename", "GET", {
|
|
754
|
+
taskId: string;
|
|
755
|
+
filename: string;
|
|
756
|
+
}, {}, {
|
|
757
|
+
downloadAttachmentLink: (taskId: string, filename: string) => string;
|
|
758
|
+
}>;
|
|
759
|
+
} | {
|
|
760
|
+
id: "worker/rest/api/tasks/$taskId/files.GET";
|
|
761
|
+
path: "worker/rest/api/tasks/$taskId/files";
|
|
762
|
+
method: "GET";
|
|
763
|
+
params: {
|
|
764
|
+
taskId: string;
|
|
765
|
+
};
|
|
766
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId/files.GET", Hook<{}, {
|
|
767
|
+
loadAttachments: (taskId: string) => Promise<import('../frontdesk/types').Attachment[]>;
|
|
768
|
+
}>, "worker/rest/api/tasks/$taskId/files", "GET", {
|
|
769
|
+
taskId: string;
|
|
770
|
+
}, {}, {
|
|
771
|
+
loadAttachments: (taskId: string) => Promise<import('../frontdesk/types').Attachment[]>;
|
|
772
|
+
}>;
|
|
773
|
+
} | {
|
|
774
|
+
id: "worker/rest/api/tasks/$taskId/files.POST";
|
|
775
|
+
path: "worker/rest/api/tasks/$taskId/files";
|
|
776
|
+
method: "POST";
|
|
777
|
+
params: {
|
|
778
|
+
taskId: string;
|
|
779
|
+
};
|
|
780
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId/files.POST", Hook<{}, {
|
|
781
|
+
addAttachment: (taskId: string, file: File) => Promise<Response | void>;
|
|
782
|
+
}>, "worker/rest/api/tasks/$taskId/files", "POST", {
|
|
783
|
+
taskId: string;
|
|
784
|
+
}, {}, {
|
|
785
|
+
addAttachment: (taskId: string, file: File) => Promise<Response | void>;
|
|
786
|
+
}>;
|
|
787
|
+
} | {
|
|
788
|
+
id: "worker/rest/api/tasks/$taskId.GET";
|
|
789
|
+
path: "worker/rest/api/tasks/$taskId";
|
|
790
|
+
method: "GET";
|
|
791
|
+
params: {
|
|
792
|
+
taskId: string;
|
|
793
|
+
};
|
|
794
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId.GET", Hook<{}, {
|
|
795
|
+
getTask: (taskId: string) => Promise<import('../frontdesk/types/task/Task').Task>;
|
|
796
|
+
}>, "worker/rest/api/tasks/$taskId", "GET", {
|
|
797
|
+
taskId: string;
|
|
798
|
+
}, {}, {
|
|
799
|
+
getTask: (taskId: string) => Promise<import('../frontdesk/types/task/Task').Task>;
|
|
800
|
+
}>;
|
|
801
|
+
} | {
|
|
802
|
+
id: "worker/rest/api/tasks/$taskId.PUT";
|
|
803
|
+
path: "worker/rest/api/tasks/$taskId";
|
|
804
|
+
method: "PUT";
|
|
805
|
+
params: {
|
|
806
|
+
taskId: string;
|
|
807
|
+
};
|
|
808
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId.PUT", Hook<{}, {
|
|
809
|
+
updateTask: (task: import('../frontdesk/types/task/Task').Task) => Promise<import('../frontdesk/types/task/Task').Task>;
|
|
810
|
+
}>, "worker/rest/api/tasks/$taskId", "PUT", {
|
|
811
|
+
taskId: string;
|
|
812
|
+
}, {}, {
|
|
813
|
+
updateTask: (task: import('../frontdesk/types/task/Task').Task) => Promise<import('../frontdesk/types/task/Task').Task>;
|
|
814
|
+
}>;
|
|
815
|
+
} | {
|
|
816
|
+
id: "worker/rest/api/tasks/$taskId/reviews.GET";
|
|
817
|
+
path: "worker/rest/api/tasks/$taskId/reviews";
|
|
818
|
+
method: "GET";
|
|
819
|
+
params: {
|
|
820
|
+
taskId: string;
|
|
821
|
+
};
|
|
822
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId/reviews.GET", Hook<{}, {
|
|
823
|
+
fetchReviewGet: (sessionId: string) => Promise<Response>;
|
|
824
|
+
}>, "worker/rest/api/tasks/$taskId/reviews", "GET", {
|
|
825
|
+
taskId: string;
|
|
826
|
+
}, {}, {
|
|
827
|
+
fetchReviewGet: (sessionId: string) => Promise<Response>;
|
|
828
|
+
}>;
|
|
829
|
+
} | {
|
|
830
|
+
id: "worker/rest/api/tasks.GET";
|
|
831
|
+
path: "worker/rest/api/tasks";
|
|
832
|
+
method: "GET";
|
|
833
|
+
params: {};
|
|
834
|
+
hook: HookImpl<"worker/rest/api/tasks.GET", Hook<{}, {
|
|
835
|
+
getTasks: (page?: number, size?: number) => Promise<import('@material-table/core').QueryResult<import('../frontdesk/types/task/Task').Task>>;
|
|
836
|
+
loadTasks: (query: import('@material-table/core').Query<import('../frontdesk/types/task/Task').Task>, columns: import('@material-table/core').Column<any>[]) => Promise<{
|
|
837
|
+
data: any;
|
|
838
|
+
page: any;
|
|
839
|
+
totalCount: any;
|
|
840
|
+
}>;
|
|
841
|
+
}>, "worker/rest/api/tasks", "GET", {}, {}, {
|
|
842
|
+
getTasks: (page?: number, size?: number) => Promise<import('@material-table/core').QueryResult<import('../frontdesk/types/task/Task').Task>>;
|
|
843
|
+
loadTasks: (query: import('@material-table/core').Query<import('../frontdesk/types/task/Task').Task>, columns: import('@material-table/core').Column<any>[]) => Promise<{
|
|
844
|
+
data: any;
|
|
845
|
+
page: any;
|
|
846
|
+
totalCount: any;
|
|
847
|
+
}>;
|
|
848
|
+
}>;
|
|
849
|
+
} | {
|
|
850
|
+
id: "worker/rest/api/tasks.POST";
|
|
851
|
+
path: "worker/rest/api/tasks";
|
|
852
|
+
method: "POST";
|
|
853
|
+
params: {};
|
|
854
|
+
hook: HookImpl<"worker/rest/api/tasks.POST", Hook<{}, {
|
|
855
|
+
createTask: (task: import('../frontdesk/types/task/Task').Task) => Promise<import('../frontdesk/types/task/Task').Task>;
|
|
856
|
+
}>, "worker/rest/api/tasks", "POST", {}, {}, {
|
|
857
|
+
createTask: (task: import('../frontdesk/types/task/Task').Task) => Promise<import('../frontdesk/types/task/Task').Task>;
|
|
858
|
+
}>;
|
|
859
|
+
} | {
|
|
860
|
+
id: "worker/rest/api/tasks/unread.GET";
|
|
861
|
+
path: "worker/rest/api/tasks/unread";
|
|
862
|
+
method: "GET";
|
|
863
|
+
params: {};
|
|
864
|
+
hook: HookImpl<"worker/rest/api/tasks/unread.GET", Hook<{}, {
|
|
865
|
+
loadNewTasks: () => Promise<string[]>;
|
|
866
|
+
}>, "worker/rest/api/tasks/unread", "GET", {}, {}, {
|
|
867
|
+
loadNewTasks: () => Promise<string[]>;
|
|
868
|
+
}>;
|
|
869
|
+
};
|
|
870
|
+
}
|
|
871
|
+
export declare function createFileFetch<TFetchPath extends keyof HookByPath>(path: TFetchPath): <THook extends Hook<THookProps, THookReturnType>, THookProps = HookProps<THook>, THookReturnType = ReturnType<THook>>(options: {
|
|
872
|
+
hook: ProxyHook<THookProps, THookReturnType>;
|
|
873
|
+
}) => HookImpl<TFetchPath, Hook<THookProps, THookReturnType>, HookByPath[TFetchPath]["path"], HookByPath[TFetchPath]["method"], HookByPath[TFetchPath]["params"], THookProps, THookReturnType>;
|
|
874
|
+
export declare class HookImpl<TFetchId extends keyof HookByPath, THook extends Hook<THookProps, THookReturnType>, TPath extends HookByPath[TFetchId]['path'], TMethod extends HookByPath[TFetchId]['method'], TParams extends HookByPath[TFetchId]['params'], THookProps = HookProps<THook>, THookReturnType = ReturnType<THook>> {
|
|
875
|
+
private _id;
|
|
876
|
+
private _original;
|
|
877
|
+
private _options;
|
|
878
|
+
constructor(id: TFetchId, original: ProxyHook<THookProps, THookReturnType>);
|
|
879
|
+
get options(): {
|
|
880
|
+
path: TPath;
|
|
881
|
+
method: TMethod;
|
|
882
|
+
};
|
|
883
|
+
get id(): TFetchId;
|
|
884
|
+
get path(): TPath;
|
|
885
|
+
get method(): TMethod;
|
|
886
|
+
get hook(): this;
|
|
887
|
+
get params(): any;
|
|
888
|
+
proxy: (proxyOptions: THookProps) => THookReturnType;
|
|
889
|
+
useParams: () => import('.').FetchParams<TFetchId, TPath, TMethod, TParams>;
|
|
890
|
+
useNativeParams: () => Omit<import('.').FetchParams<TFetchId, TPath, TMethod, TParams>, "fetch">;
|
|
891
|
+
update: (options: {
|
|
892
|
+
path: HookByPath[TFetchId]["path"];
|
|
893
|
+
method: HookByPath[TFetchId]["method"];
|
|
894
|
+
}) => (HookImpl<TFetchId, Hook<THookProps, THookReturnType>, TPath, TMethod, TParams>);
|
|
895
|
+
}
|
|
896
|
+
export declare class FetchBuilder<TFetchId extends keyof HookByPath> {
|
|
897
|
+
private _id;
|
|
898
|
+
constructor(id: TFetchId);
|
|
899
|
+
createHook: <THook extends Hook<THookProps, THookReturnType>, THookProps = HookProps<THook>, THookReturnType = ReturnType<THook>>(options: {
|
|
900
|
+
hook: ProxyHook<THookProps, THookReturnType>;
|
|
901
|
+
}) => HookImpl<TFetchId, Hook<THookProps, THookReturnType>, HookByPath[TFetchId]["path"], HookByPath[TFetchId]["method"], HookByPath[TFetchId]["params"]>;
|
|
902
|
+
}
|