@rossum/api-client 0.1.30 → 0.2.1
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/index.js +4 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/annotations/endpoints/editPages.js.map +1 -1
- package/src/annotations/endpoints/editPages.schema.js +2 -0
- package/src/annotations/endpoints/editPages.schema.js.map +1 -1
- package/src/annotations/endpoints/editPagesInPlace.schema.js +1 -0
- package/src/annotations/endpoints/editPagesInPlace.schema.js.map +1 -1
- package/src/annotations/endpoints/list.js +3 -2
- package/src/annotations/endpoints/list.js.map +1 -1
- package/src/annotations/index.js +20 -0
- package/src/annotations/index.js.map +1 -0
- package/src/annotations/mocks/annotation.js +24 -0
- package/src/annotations/mocks/annotation.js.map +1 -0
- package/src/annotations/mocks/index.js +18 -0
- package/src/annotations/mocks/index.js.map +1 -0
- package/src/annotations/models/annotation.schema.js +1 -0
- package/src/annotations/models/annotation.schema.js.map +1 -1
- package/src/annotations/models/annotationData.schema.js +7 -0
- package/src/annotations/models/annotationData.schema.js.map +1 -1
- package/src/annotations/models/annotationListSideload.schema.js +5 -0
- package/src/annotations/models/annotationListSideload.schema.js.map +1 -1
- package/src/annotations/models/editPages.schema.js +10 -1
- package/src/annotations/models/editPages.schema.js.map +1 -1
- package/src/authentication/index.js +19 -0
- package/src/authentication/index.js.map +1 -0
- package/src/{rules/models/schemaRule.js → authentication/models/authInfo.js} +1 -1
- package/src/authentication/models/authInfo.js.map +1 -0
- package/src/authentication/models/index.js +19 -0
- package/src/authentication/models/index.js.map +1 -0
- package/src/automationBlockers/index.js +19 -0
- package/src/automationBlockers/index.js.map +1 -0
- package/src/automationBlockers/models/automationBlocker.js.map +1 -0
- package/src/automationBlockers/models/automationBlocker.schema.js +43 -10
- package/src/automationBlockers/models/automationBlocker.schema.js.map +1 -1
- package/src/automationBlockers/models/index.js +19 -0
- package/src/automationBlockers/models/index.js.map +1 -0
- package/src/billing/endpoints/getHistory.schema.js +14 -0
- package/src/billing/endpoints/getHistory.schema.js.map +1 -0
- package/src/billing/endpoints/index.js +22 -0
- package/src/billing/endpoints/index.js.map +1 -0
- package/src/billing/index.js +19 -0
- package/src/billing/index.js.map +1 -0
- package/src/billing/models/billingHistory.js +3 -0
- package/src/billing/models/billingHistory.js.map +1 -0
- package/src/{rule-templates/models/ruleTemplate.js → billing/models/billingStats.js} +1 -1
- package/src/billing/models/billingStats.js.map +1 -0
- package/src/billing/models/index.js +21 -0
- package/src/billing/models/index.js.map +1 -0
- package/src/connectors/endpoints/list.js +3 -2
- package/src/connectors/endpoints/list.js.map +1 -1
- package/src/connectors/index.js +19 -0
- package/src/connectors/index.js.map +1 -0
- package/src/connectors/models/connector.js +3 -0
- package/src/connectors/models/connector.js.map +1 -0
- package/src/connectors/models/index.js +19 -0
- package/src/connectors/models/index.js.map +1 -0
- package/src/dedicatedEngineSchema/index.js +19 -0
- package/src/dedicatedEngineSchema/index.js.map +1 -0
- package/src/dedicatedEngineSchema/models/index.js +25 -0
- package/src/dedicatedEngineSchema/models/index.js.map +1 -0
- package/src/dedicatedEngineSchema/models/integrityValidationResults.js +3 -0
- package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +1 -0
- package/src/dedicatedEngines/endpoints/list.js +3 -2
- package/src/dedicatedEngines/endpoints/list.js.map +1 -1
- package/src/dedicatedEngines/index.js +19 -0
- package/src/dedicatedEngines/index.js.map +1 -0
- package/src/dedicatedEngines/models/dedicatedEngine.js +3 -0
- package/src/dedicatedEngines/models/dedicatedEngine.js.map +1 -0
- package/src/dedicatedEngines/models/index.js +18 -0
- package/src/dedicatedEngines/models/index.js.map +1 -0
- package/src/deleteRecommendations/endpoints/list.js +3 -2
- package/src/deleteRecommendations/endpoints/list.js.map +1 -1
- package/src/deleteRecommendations/index.js +19 -0
- package/src/deleteRecommendations/index.js.map +1 -0
- package/src/deleteRecommendations/models/deleteRecommendation.js +3 -0
- package/src/deleteRecommendations/models/deleteRecommendation.js.map +1 -0
- package/src/deleteRecommendations/models/index.js +18 -0
- package/src/deleteRecommendations/models/index.js.map +1 -0
- package/src/documentRelations/endpoints/list.js +3 -2
- package/src/documentRelations/endpoints/list.js.map +1 -1
- package/src/documentRelations/index.js +19 -0
- package/src/documentRelations/index.js.map +1 -0
- package/src/documentRelations/models/index.js +18 -0
- package/src/documentRelations/models/index.js.map +1 -0
- package/src/documentRelations/models/relation.js +3 -0
- package/src/documentRelations/models/relation.js.map +1 -0
- package/src/documentRelations/models/relation.schema.js +18 -0
- package/src/documentRelations/models/relation.schema.js.map +1 -0
- package/src/documents/endpoints/index.js +3 -1
- package/src/documents/endpoints/index.js.map +1 -1
- package/src/documents/endpoints/list.js +3 -2
- package/src/documents/endpoints/list.js.map +1 -1
- package/src/documents/index.js +20 -0
- package/src/documents/index.js.map +1 -0
- package/src/documents/mocks/document.js +19 -0
- package/src/documents/mocks/document.js.map +1 -0
- package/src/documents/mocks/index.js +18 -0
- package/src/documents/mocks/index.js.map +1 -0
- package/src/documents/models/index.js +19 -0
- package/src/documents/models/index.js.map +1 -0
- package/src/email/endpoints/get.js +2 -2
- package/src/email/endpoints/get.js.map +1 -1
- package/src/email/endpoints/index.js +3 -1
- package/src/email/endpoints/index.js.map +1 -1
- package/src/email/endpoints/list.js +3 -2
- package/src/email/endpoints/list.js.map +1 -1
- package/src/email/index.js +20 -0
- package/src/email/index.js.map +1 -0
- package/src/email/mocks/email.js +49 -0
- package/src/email/mocks/email.js.map +1 -0
- package/src/email/mocks/index.js +18 -0
- package/src/email/mocks/index.js.map +1 -0
- package/src/email/models/email.js +3 -0
- package/src/email/models/email.js.map +1 -0
- package/src/email/models/index.js +19 -0
- package/src/email/models/index.js.map +1 -0
- package/src/emailTemplates/endpoints/list.js +3 -2
- package/src/emailTemplates/endpoints/list.js.map +1 -1
- package/src/emailTemplates/endpoints/list.schema.js +1 -1
- package/src/emailTemplates/endpoints/list.schema.js.map +1 -1
- package/src/emailTemplates/index.js +20 -0
- package/src/emailTemplates/index.js.map +1 -0
- package/src/emailTemplates/mocks/emailTemplate.js +26 -0
- package/src/emailTemplates/mocks/emailTemplate.js.map +1 -0
- package/src/emailTemplates/mocks/index.js +18 -0
- package/src/emailTemplates/mocks/index.js.map +1 -0
- package/src/emailTemplates/models/index.js +18 -0
- package/src/emailTemplates/models/index.js.map +1 -0
- package/src/emailTemplatesStats/endpoints/list.js +3 -2
- package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
- package/src/emailTemplatesStats/index.js +19 -0
- package/src/emailTemplatesStats/index.js.map +1 -0
- package/src/emailTemplatesStats/models/emailTemplateStats.js +3 -0
- package/src/emailTemplatesStats/models/emailTemplateStats.js.map +1 -0
- package/src/emailTemplatesStats/models/index.js +18 -0
- package/src/emailTemplatesStats/models/index.js.map +1 -0
- package/src/emailThreads/endpoints/list.js +3 -2
- package/src/emailThreads/endpoints/list.js.map +1 -1
- package/src/emailThreads/index.js +20 -0
- package/src/emailThreads/index.js.map +1 -0
- package/src/emailThreads/mocks/emailThread.js +30 -0
- package/src/emailThreads/mocks/emailThread.js.map +1 -0
- package/src/emailThreads/mocks/index.js +18 -0
- package/src/emailThreads/mocks/index.js.map +1 -0
- package/src/emailThreads/models/emailThreads.js +3 -0
- package/src/emailThreads/models/emailThreads.js.map +1 -0
- package/src/emailThreads/models/index.js +19 -0
- package/src/emailThreads/models/index.js.map +1 -0
- package/src/engineFields/endpoints/list.js +3 -2
- package/src/engineFields/endpoints/list.js.map +1 -1
- package/src/engineFields/index.js +19 -0
- package/src/engineFields/index.js.map +1 -0
- package/src/engineFields/models/index.js +20 -0
- package/src/engineFields/models/index.js.map +1 -0
- package/src/engineFields/models/preTrainedField.js +3 -0
- package/src/engineFields/models/preTrainedField.js.map +1 -0
- package/src/engines/endpoints/list.js +3 -2
- package/src/engines/endpoints/list.js.map +1 -1
- package/src/engines/endpoints/queueStats.js +3 -2
- package/src/engines/endpoints/queueStats.js.map +1 -1
- package/src/engines/index.js +19 -0
- package/src/engines/index.js.map +1 -0
- package/src/engines/models/engineQueueStatsItem.js +3 -0
- package/src/engines/models/engineQueueStatsItem.js.map +1 -0
- package/src/engines/models/index.js +18 -0
- package/src/engines/models/index.js.map +1 -0
- package/src/genericEngines/endpoints/list.js +3 -2
- package/src/genericEngines/endpoints/list.js.map +1 -1
- package/src/genericEngines/index.js +19 -0
- package/src/genericEngines/index.js.map +1 -0
- package/src/genericEngines/models/genericEngine.js +3 -0
- package/src/genericEngines/models/genericEngine.js.map +1 -0
- package/src/genericEngines/models/index.js +18 -0
- package/src/genericEngines/models/index.js.map +1 -0
- package/src/groups/endpoints/list.js +3 -0
- package/src/groups/endpoints/list.js.map +1 -1
- package/src/groups/endpoints/list.schema.js +12 -0
- package/src/groups/endpoints/list.schema.js.map +1 -0
- package/src/groups/index.js +19 -0
- package/src/groups/index.js.map +1 -0
- package/src/groups/models/group.js +3 -0
- package/src/groups/models/group.js.map +1 -0
- package/src/groups/models/index.js +18 -0
- package/src/groups/models/index.js.map +1 -0
- package/src/hookInterfaces/endpoints/list.js +3 -2
- package/src/hookInterfaces/endpoints/list.js.map +1 -1
- package/src/hookInterfaces/index.js +19 -0
- package/src/hookInterfaces/index.js.map +1 -0
- package/src/hookTemplates/endpoints/list.js +3 -2
- package/src/hookTemplates/endpoints/list.js.map +1 -1
- package/src/hookTemplates/index.js +19 -0
- package/src/hookTemplates/index.js.map +1 -0
- package/src/hookTemplates/models/hookTemplate.js +3 -0
- package/src/hookTemplates/models/hookTemplate.js.map +1 -0
- package/src/hookTemplates/models/hookTemplate.schema.js +2 -1
- package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
- package/src/hookTemplates/models/index.js +21 -0
- package/src/hookTemplates/models/index.js.map +1 -0
- package/src/hooks/endpoints/createFromTemplate.js.map +1 -1
- package/src/hooks/endpoints/createFromTemplate.schema.js +2 -2
- package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -1
- package/src/hooks/endpoints/duplicate.js +16 -0
- package/src/hooks/endpoints/duplicate.js.map +1 -0
- package/src/hooks/endpoints/duplicate.schema.js +11 -0
- package/src/hooks/endpoints/duplicate.schema.js.map +1 -0
- package/src/hooks/endpoints/index.js +2 -0
- package/src/hooks/endpoints/index.js.map +1 -1
- package/src/hooks/endpoints/list.js +3 -2
- package/src/hooks/endpoints/list.js.map +1 -1
- package/src/hooks/endpoints/list.schema.js +3 -2
- package/src/hooks/endpoints/list.schema.js.map +1 -1
- package/src/hooks/endpoints/runLogs.js +3 -0
- package/src/hooks/endpoints/runLogs.js.map +1 -1
- package/src/hooks/endpoints/runs.js +6 -3
- package/src/hooks/endpoints/runs.js.map +1 -1
- package/src/hooks/endpoints/runs.schema.js +3 -4
- package/src/hooks/endpoints/runs.schema.js.map +1 -1
- package/src/hooks/index.js +19 -0
- package/src/hooks/index.js.map +1 -0
- package/src/hooks/models/event.js +59 -0
- package/src/hooks/models/event.js.map +1 -0
- package/src/hooks/models/event.schema.js +7 -0
- package/src/hooks/models/event.schema.js.map +1 -0
- package/src/hooks/models/hook.schema.js +2 -1
- package/src/hooks/models/hook.schema.js.map +1 -1
- package/src/hooks/models/hookConfig.schema.js +1 -1
- package/src/hooks/models/hookConfig.schema.js.map +1 -1
- package/src/hooks/models/hookUtils.schema.js +1 -21
- package/src/hooks/models/hookUtils.schema.js.map +1 -1
- package/src/hooks/models/index.js +29 -0
- package/src/hooks/models/index.js.map +1 -0
- package/src/hooks/models/run.schema.js +5 -4
- package/src/hooks/models/run.schema.js.map +1 -1
- package/src/hooks/models/values.js +15 -0
- package/src/hooks/models/values.js.map +1 -0
- package/src/inboxes/endpoints/list.js +3 -2
- package/src/inboxes/endpoints/list.js.map +1 -1
- package/src/inboxes/index.js +20 -0
- package/src/inboxes/index.js.map +1 -0
- package/src/inboxes/mocks/inbox.js +21 -0
- package/src/inboxes/mocks/inbox.js.map +1 -0
- package/src/inboxes/mocks/index.js +18 -0
- package/src/inboxes/mocks/index.js.map +1 -0
- package/src/inboxes/models/index.js +18 -0
- package/src/inboxes/models/index.js.map +1 -0
- package/src/internal/endpoints/computedFieldSummary.js +15 -0
- package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
- package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
- package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
- package/src/internal/endpoints/getMetabaseJWT.js +13 -0
- package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
- package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
- package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
- package/src/internal/endpoints/index.js +11 -1
- package/src/internal/endpoints/index.js.map +1 -1
- package/src/internal/endpoints/reportSummary.js +15 -0
- package/src/internal/endpoints/reportSummary.js.map +1 -0
- package/src/internal/endpoints/reportSummary.schema.js +12 -0
- package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
- package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
- package/src/internal/endpoints/rules/evaluateRules.schema.js +5 -6
- package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
- package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
- package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
- package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
- package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
- package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
- package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
- package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
- package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
- package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
- package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
- package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
- package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
- package/src/internal/endpoints/suggestReport.js +15 -0
- package/src/internal/endpoints/suggestReport.js.map +1 -0
- package/src/internal/endpoints/suggestReport.schema.js +13 -0
- package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
- package/src/internal/index.js +18 -0
- package/src/internal/index.js.map +1 -0
- package/src/labels/endpoints/list.js +3 -2
- package/src/labels/endpoints/list.js.map +1 -1
- package/src/labels/index.js +19 -0
- package/src/labels/index.js.map +1 -0
- package/src/labels/models/index.js +19 -0
- package/src/labels/models/index.js.map +1 -0
- package/src/memberships/index.js +19 -0
- package/src/memberships/index.js.map +1 -0
- package/src/memberships/models/index.js +18 -0
- package/src/memberships/models/index.js.map +1 -0
- package/src/memberships/models/membership.js +3 -0
- package/src/memberships/models/membership.js.map +1 -0
- package/src/organization/endpoints/list.js +3 -2
- package/src/organization/endpoints/list.js.map +1 -1
- package/src/organization/endpoints/patch.schema.js +6 -0
- package/src/organization/endpoints/patch.schema.js.map +1 -0
- package/src/organization/index.js +20 -0
- package/src/organization/index.js.map +1 -0
- package/src/organization/mocks/index.js +18 -0
- package/src/organization/mocks/index.js.map +1 -0
- package/src/organization/mocks/organization.js +15 -0
- package/src/organization/mocks/organization.js.map +1 -0
- package/src/organization/models/emailLimits.js +3 -0
- package/src/organization/models/emailLimits.js.map +1 -0
- package/src/organization/models/index.js +23 -0
- package/src/organization/models/index.js.map +1 -0
- package/src/organization/models/limits.js +3 -0
- package/src/organization/models/limits.js.map +1 -0
- package/src/organizationGroups/endpoints/organizations.js +3 -2
- package/src/organizationGroups/endpoints/organizations.js.map +1 -1
- package/src/organizationGroups/endpoints/queues.js +3 -2
- package/src/organizationGroups/endpoints/queues.js.map +1 -1
- package/src/organizationGroups/endpoints/workspaces.js +3 -2
- package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
- package/src/organizationGroups/index.js +19 -0
- package/src/organizationGroups/index.js.map +1 -0
- package/src/organizationGroups/models/index.js +23 -0
- package/src/organizationGroups/models/index.js.map +1 -0
- package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
- package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
- package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
- package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
- package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
- package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
- package/src/pages/endpoints/list.js +3 -2
- package/src/pages/endpoints/list.js.map +1 -1
- package/src/pages/endpoints/list.schema.js +13 -3
- package/src/pages/endpoints/list.schema.js.map +1 -1
- package/src/pages/index.js +19 -0
- package/src/pages/index.js.map +1 -0
- package/src/pages/models/index.js +18 -0
- package/src/pages/models/index.js.map +1 -0
- package/src/pages/models/page.js +3 -0
- package/src/pages/models/page.js.map +1 -0
- package/src/queues/endpoints/automation.schema.js +2 -2
- package/src/queues/endpoints/automation.schema.js.map +1 -1
- package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
- package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
- package/src/queues/endpoints/automationSetupProjections.js +17 -0
- package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
- package/src/queues/endpoints/duplicate.js.map +1 -1
- package/src/queues/endpoints/duplicate.schema.js +1 -0
- package/src/queues/endpoints/duplicate.schema.js.map +1 -1
- package/src/queues/endpoints/getAutomationTargets.js +14 -0
- package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
- package/src/queues/endpoints/index.js +8 -2
- package/src/queues/endpoints/index.js.map +1 -1
- package/src/queues/endpoints/list.js +5 -3
- package/src/queues/endpoints/list.js.map +1 -1
- package/src/queues/endpoints/list.schema.js +5 -3
- package/src/queues/endpoints/list.schema.js.map +1 -1
- package/src/queues/endpoints/saveAutomationTarget.js +16 -0
- package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
- package/src/queues/index.js +20 -0
- package/src/queues/index.js.map +1 -0
- package/src/queues/mocks/automation.js +19 -0
- package/src/queues/mocks/automation.js.map +1 -0
- package/src/queues/mocks/index.js +19 -0
- package/src/queues/mocks/index.js.map +1 -0
- package/src/queues/mocks/queue.js +33 -0
- package/src/queues/mocks/queue.js.map +1 -0
- package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
- package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
- package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
- package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
- package/src/queues/models/automationSetup.schema.js +50 -31
- package/src/queues/models/automationSetup.schema.js.map +1 -1
- package/src/queues/models/index.js +31 -0
- package/src/queues/models/index.js.map +1 -0
- package/src/queues/models/queueSettings.schema.js +45 -3
- package/src/queues/models/queueSettings.schema.js.map +1 -1
- package/src/queues/models/relatedObjectsCounts.js +3 -0
- package/src/queues/models/relatedObjectsCounts.js.map +1 -0
- package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
- package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
- package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
- package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
- package/src/relations/endpoints/list.js +3 -2
- package/src/relations/endpoints/list.js.map +1 -1
- package/src/relations/index.js +19 -0
- package/src/relations/index.js.map +1 -0
- package/src/relations/models/index.js +19 -0
- package/src/relations/models/index.js.map +1 -0
- package/src/rules/endpoints/create.js +2 -2
- package/src/rules/endpoints/create.js.map +1 -1
- package/src/rules/endpoints/create.schema.js +5 -2
- package/src/rules/endpoints/create.schema.js.map +1 -1
- package/src/rules/endpoints/get.js +2 -2
- package/src/rules/endpoints/get.js.map +1 -1
- package/src/rules/endpoints/index.js.map +1 -1
- package/src/rules/endpoints/list.js +5 -4
- package/src/rules/endpoints/list.js.map +1 -1
- package/src/rules/endpoints/list.schema.js +4 -1
- package/src/rules/endpoints/list.schema.js.map +1 -1
- package/src/rules/endpoints/patch.js +2 -2
- package/src/rules/endpoints/patch.js.map +1 -1
- package/src/rules/endpoints/patch.schema.js +2 -2
- package/src/rules/endpoints/patch.schema.js.map +1 -1
- package/src/rules/index.js +18 -0
- package/src/rules/index.js.map +1 -0
- package/src/rules/models/queueRule.js +3 -0
- package/src/rules/models/queueRule.js.map +1 -0
- package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +9 -12
- package/src/rules/models/queueRule.schema.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/get.js +13 -0
- package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/index.js +10 -0
- package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/list.js +18 -0
- package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
- package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
- package/src/rulesExecutionLogs/index.js +19 -0
- package/src/rulesExecutionLogs/index.js.map +1 -0
- package/src/rulesExecutionLogs/models/index.js +3 -0
- package/src/rulesExecutionLogs/models/index.js.map +1 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
- package/src/schemaFields/index.js +19 -0
- package/src/schemaFields/index.js.map +1 -0
- package/src/schemaFields/models/index.js +19 -0
- package/src/schemaFields/models/index.js.map +1 -0
- package/src/schemas/endpoints/get.js +12 -1
- package/src/schemas/endpoints/get.js.map +1 -1
- package/src/schemas/endpoints/index.js +3 -0
- package/src/schemas/endpoints/index.js.map +1 -1
- package/src/schemas/endpoints/list.js +3 -2
- package/src/schemas/endpoints/list.js.map +1 -1
- package/src/schemas/endpoints/patch.js +12 -1
- package/src/schemas/endpoints/patch.js.map +1 -1
- package/src/schemas/endpoints/patch.schema.js +3 -1
- package/src/schemas/endpoints/patch.schema.js.map +1 -1
- package/src/schemas/endpoints/validate.js +13 -2
- package/src/schemas/endpoints/validate.js.map +1 -1
- package/src/schemas/index.js +20 -0
- package/src/schemas/index.js.map +1 -0
- package/src/schemas/mocks/index.js +19 -0
- package/src/schemas/mocks/index.js.map +1 -0
- package/src/schemas/mocks/schema.js +12 -0
- package/src/schemas/mocks/schema.js.map +1 -0
- package/src/schemas/mocks/schemaItem.js +64 -0
- package/src/schemas/mocks/schemaItem.js.map +1 -0
- package/src/schemas/models/index.js +49 -0
- package/src/schemas/models/index.js.map +1 -0
- package/src/schemas/models/list.js +3 -0
- package/src/schemas/models/list.js.map +1 -0
- package/src/schemas/models/list.schema.js +23 -0
- package/src/schemas/models/list.schema.js.map +1 -0
- package/src/schemas/models/rawSchema.js +3 -0
- package/src/schemas/models/rawSchema.js.map +1 -0
- package/src/schemas/models/rawSchema.schema.js +16 -0
- package/src/schemas/models/rawSchema.schema.js.map +1 -0
- package/src/schemas/models/schema.schema.js +2 -0
- package/src/schemas/models/schema.schema.js.map +1 -1
- package/src/schemas/models/schemaDatapointBase.schema.js +2 -2
- package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
- package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
- package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
- package/src/shared/index.js +18 -0
- package/src/shared/index.js.map +1 -0
- package/src/shared/models/annotationListTable.schema.js +1 -0
- package/src/shared/models/annotationListTable.schema.js.map +1 -1
- package/src/shared/models/index.js +23 -0
- package/src/shared/models/index.js.map +1 -0
- package/src/shared/models/message.schema.js +7 -3
- package/src/shared/models/message.schema.js.map +1 -1
- package/src/suggestedEdit/index.js +19 -0
- package/src/suggestedEdit/index.js.map +1 -0
- package/src/suggestedEdit/models/index.js +21 -0
- package/src/suggestedEdit/models/index.js.map +1 -0
- package/src/suggestedEdit/models/suggestedDocument.js +3 -0
- package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
- package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
- package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
- package/src/suggestedEdit/models/suggestedEdit.js +3 -0
- package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
- package/src/surveys/endpoints/get.schema.js +10 -0
- package/src/surveys/endpoints/get.schema.js.map +1 -0
- package/src/surveys/endpoints/list.js +3 -2
- package/src/surveys/endpoints/list.js.map +1 -1
- package/src/surveys/index.js +19 -0
- package/src/surveys/index.js.map +1 -0
- package/src/surveys/models/index.js +21 -0
- package/src/surveys/models/index.js.map +1 -0
- package/src/surveys/models/question.js +3 -0
- package/src/surveys/models/question.js.map +1 -0
- package/src/surveys/models/question.schema.js +11 -0
- package/src/surveys/models/question.schema.js.map +1 -0
- package/src/surveys/models/survey.js +3 -0
- package/src/surveys/models/survey.js.map +1 -0
- package/src/surveys/models/surveyTemplate.js +3 -0
- package/src/surveys/models/surveyTemplate.js.map +1 -0
- package/src/surveys/models/surveyTemplate.schema.js +11 -0
- package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
- package/src/tasks/index.js +20 -0
- package/src/tasks/index.js.map +1 -0
- package/src/tasks/mocks/asyncTask.js +14 -0
- package/src/tasks/mocks/asyncTask.js.map +1 -0
- package/src/tasks/mocks/index.js +18 -0
- package/src/tasks/mocks/index.js.map +1 -0
- package/src/tasks/models/asyncTask.js +3 -0
- package/src/tasks/models/asyncTask.js.map +1 -0
- package/src/tasks/models/asyncTaskResult.js +3 -0
- package/src/tasks/models/asyncTaskResult.js.map +1 -0
- package/src/tasks/models/asyncTaskResult.schema.js +13 -0
- package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
- package/src/tasks/models/index.js +21 -0
- package/src/tasks/models/index.js.map +1 -0
- package/src/triggers/endpoints/list.js +3 -2
- package/src/triggers/endpoints/list.js.map +1 -1
- package/src/triggers/index.js +19 -0
- package/src/triggers/index.js.map +1 -0
- package/src/triggers/models/index.js +18 -0
- package/src/triggers/models/index.js.map +1 -0
- package/src/uploads/index.js +19 -0
- package/src/uploads/index.js.map +1 -0
- package/src/uploads/models/index.js +19 -0
- package/src/uploads/models/index.js.map +1 -0
- package/src/uploads/models/upload.js +3 -0
- package/src/uploads/models/upload.js.map +1 -0
- package/src/users/endpoints/index.js.map +1 -1
- package/src/users/endpoints/list.js +3 -2
- package/src/users/endpoints/list.js.map +1 -1
- package/src/users/endpoints/list.schema.js +2 -1
- package/src/users/endpoints/list.schema.js.map +1 -1
- package/src/users/index.js +20 -0
- package/src/users/index.js.map +1 -0
- package/src/users/mocks/index.js +18 -0
- package/src/users/mocks/index.js.map +1 -0
- package/src/users/mocks/user.js +14 -0
- package/src/users/mocks/user.js.map +1 -0
- package/src/users/models/resetPassword.js +3 -0
- package/src/users/models/resetPassword.js.map +1 -0
- package/src/utils/index.js +37 -0
- package/src/utils/index.js.map +1 -0
- package/src/utils/mockUtils.js +13 -0
- package/src/utils/mockUtils.js.map +1 -0
- package/src/utils.schema.js +9 -0
- package/src/utils.schema.js.map +1 -0
- package/src/workflowActivities/endpoints/list.js +3 -2
- package/src/workflowActivities/endpoints/list.js.map +1 -1
- package/src/workflowActivities/index.js +19 -0
- package/src/workflowActivities/index.js.map +1 -0
- package/src/workflowActivities/models/index.js +18 -0
- package/src/workflowActivities/models/index.js.map +1 -0
- package/src/workflowRuns/endpoints/list.js +3 -2
- package/src/workflowRuns/endpoints/list.js.map +1 -1
- package/src/workflowRuns/index.js +19 -0
- package/src/workflowRuns/index.js.map +1 -0
- package/src/workflowRuns/models/index.js +19 -0
- package/src/workflowRuns/models/index.js.map +1 -0
- package/src/workflowSteps/endpoints/list.js +3 -2
- package/src/workflowSteps/endpoints/list.js.map +1 -1
- package/src/workflowSteps/index.js +19 -0
- package/src/workflowSteps/index.js.map +1 -0
- package/src/workflowSteps/models/index.js +18 -0
- package/src/workflowSteps/models/index.js.map +1 -0
- package/src/workflows/endpoints/list.js +3 -2
- package/src/workflows/endpoints/list.js.map +1 -1
- package/src/workflows/index.js +19 -0
- package/src/workflows/index.js.map +1 -0
- package/src/workflows/models/index.js +18 -0
- package/src/workflows/models/index.js.map +1 -0
- package/src/workspaces/endpoints/list.js +3 -2
- package/src/workspaces/endpoints/list.js.map +1 -1
- package/src/workspaces/index.js +19 -0
- package/src/workspaces/index.js.map +1 -0
- package/src/workspaces/models/index.js +18 -0
- package/src/workspaces/models/index.js.map +1 -0
- package/types/index.d.ts +6531 -2434
- package/types/src/annotations/endpoints/editPages.d.ts +14 -0
- package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
- package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
- package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
- package/types/src/annotations/endpoints/get.d.ts +52 -21
- package/types/src/annotations/endpoints/getContent.d.ts +456 -0
- package/types/src/annotations/endpoints/index.d.ts +1934 -155
- package/types/src/annotations/endpoints/list.d.ts +1118 -570
- package/types/src/annotations/endpoints/patch.d.ts +104 -42
- package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
- package/types/src/annotations/endpoints/search.d.ts +571 -42
- package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
- package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
- package/types/src/annotations/endpoints/validate.d.ts +42 -0
- package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
- package/types/src/annotations/index.d.ts +3 -0
- package/types/src/annotations/mocks/annotation.d.ts +8 -0
- package/types/src/annotations/mocks/index.d.ts +1 -0
- package/types/src/annotations/models/annotation.d.ts +1 -0
- package/types/src/annotations/models/annotation.schema.d.ts +52 -21
- package/types/src/annotations/models/annotationData.d.ts +5 -0
- package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
- package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
- package/types/src/annotations/models/annotationListSideload.schema.d.ts +504 -16
- package/types/src/annotations/models/editPages.d.ts +9 -1
- package/types/src/annotations/models/editPages.schema.d.ts +172 -0
- package/types/src/authentication/endpoints/index.d.ts +1 -1
- package/types/src/authentication/index.d.ts +2 -0
- package/types/src/authentication/models/authInfo.d.ts +4 -0
- package/types/src/authentication/models/index.d.ts +2 -0
- package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
- package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
- package/types/src/automationBlockers/index.d.ts +2 -0
- package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
- package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
- package/types/src/automationBlockers/models/index.d.ts +2 -0
- package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
- package/types/src/billing/endpoints/index.d.ts +5 -0
- package/types/src/billing/index.d.ts +2 -0
- package/types/src/billing/models/billingHistory.d.ts +40 -0
- package/types/src/billing/models/billingStats.d.ts +21 -0
- package/types/src/billing/models/index.d.ts +4 -0
- package/types/src/connectors/endpoints/index.d.ts +15 -2
- package/types/src/connectors/endpoints/list.d.ts +46 -32
- package/types/src/connectors/index.d.ts +2 -0
- package/types/src/connectors/models/connector.d.ts +15 -0
- package/types/src/connectors/models/index.d.ts +2 -0
- package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
- package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
- package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
- package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
- package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
- package/types/src/dedicatedEngines/index.d.ts +2 -0
- package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
- package/types/src/dedicatedEngines/models/index.d.ts +1 -0
- package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
- package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
- package/types/src/deleteRecommendations/index.d.ts +2 -0
- package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
- package/types/src/deleteRecommendations/models/index.d.ts +1 -0
- package/types/src/documentRelations/endpoints/index.d.ts +17 -2
- package/types/src/documentRelations/endpoints/list.d.ts +44 -28
- package/types/src/documentRelations/index.d.ts +2 -0
- package/types/src/documentRelations/models/index.d.ts +1 -0
- package/types/src/documentRelations/models/relation.d.ts +10 -0
- package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
- package/types/src/documents/endpoints/index.d.ts +22 -3
- package/types/src/documents/endpoints/list.d.ts +58 -39
- package/types/src/documents/index.d.ts +3 -0
- package/types/src/documents/mocks/document.d.ts +8 -0
- package/types/src/documents/mocks/index.d.ts +1 -0
- package/types/src/documents/models/index.d.ts +2 -0
- package/types/src/email/endpoints/get.d.ts +3 -3
- package/types/src/email/endpoints/index.d.ts +33 -4
- package/types/src/email/endpoints/list.d.ts +108 -79
- package/types/src/email/index.d.ts +3 -0
- package/types/src/email/mocks/email.d.ts +9 -0
- package/types/src/email/mocks/index.d.ts +1 -0
- package/types/src/email/models/email.d.ts +39 -0
- package/types/src/email/models/index.d.ts +2 -0
- package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
- package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
- package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
- package/types/src/emailTemplates/index.d.ts +3 -0
- package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
- package/types/src/emailTemplates/mocks/index.d.ts +1 -0
- package/types/src/emailTemplates/models/index.d.ts +1 -0
- package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
- package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
- package/types/src/emailTemplatesStats/index.d.ts +2 -0
- package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
- package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
- package/types/src/emailThreads/endpoints/index.d.ts +23 -2
- package/types/src/emailThreads/endpoints/list.d.ts +74 -52
- package/types/src/emailThreads/index.d.ts +3 -0
- package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
- package/types/src/emailThreads/mocks/index.d.ts +1 -0
- package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
- package/types/src/emailThreads/models/index.d.ts +2 -0
- package/types/src/engineFields/endpoints/index.d.ts +20 -6
- package/types/src/engineFields/endpoints/list.d.ts +46 -31
- package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
- package/types/src/engineFields/index.d.ts +2 -0
- package/types/src/engineFields/models/index.d.ts +3 -0
- package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
- package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
- package/types/src/engines/endpoints/index.d.ts +213 -20
- package/types/src/engines/endpoints/list.d.ts +40 -27
- package/types/src/engines/endpoints/queueStats.d.ts +322 -140
- package/types/src/engines/endpoints/queueStats.schema.d.ts +186 -15
- package/types/src/engines/index.d.ts +2 -0
- package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
- package/types/src/engines/models/index.d.ts +1 -0
- package/types/src/genericEngines/endpoints/index.d.ts +21 -3
- package/types/src/genericEngines/endpoints/list.d.ts +49 -30
- package/types/src/genericEngines/index.d.ts +2 -0
- package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
- package/types/src/genericEngines/models/index.d.ts +1 -0
- package/types/src/groups/endpoints/index.d.ts +10 -0
- package/types/src/groups/endpoints/list.d.ts +24 -13
- package/types/src/groups/endpoints/list.schema.d.ts +11 -0
- package/types/src/groups/index.d.ts +2 -0
- package/types/src/groups/models/group.d.ts +7 -0
- package/types/src/groups/models/index.d.ts +1 -0
- package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
- package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
- package/types/src/hookInterfaces/index.d.ts +2 -0
- package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
- package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
- package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
- package/types/src/hookTemplates/index.d.ts +2 -0
- package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
- package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
- package/types/src/hookTemplates/models/index.d.ts +2 -0
- package/types/src/hooks/endpoints/create.d.ts +19 -19
- package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
- package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
- package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
- package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
- package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
- package/types/src/hooks/endpoints/get.d.ts +14 -14
- package/types/src/hooks/endpoints/index.d.ts +826 -230
- package/types/src/hooks/endpoints/list.d.ts +190 -167
- package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
- package/types/src/hooks/endpoints/patch.d.ts +28 -28
- package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
- package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
- package/types/src/hooks/endpoints/runs.d.ts +302 -233
- package/types/src/hooks/endpoints/runs.schema.d.ts +6 -502
- package/types/src/hooks/endpoints/test.d.ts +5 -5
- package/types/src/hooks/endpoints/test.schema.d.ts +5 -5
- package/types/src/hooks/index.d.ts +2 -0
- package/types/src/hooks/models/event.d.ts +6 -0
- package/types/src/hooks/models/event.schema.d.ts +2 -0
- package/types/src/hooks/models/hook.d.ts +2 -1
- package/types/src/hooks/models/hook.schema.d.ts +31 -31
- package/types/src/hooks/models/hookConfig.d.ts +1 -1
- package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
- package/types/src/hooks/models/hookUtils.d.ts +0 -1
- package/types/src/hooks/models/hookUtils.schema.d.ts +0 -1
- package/types/src/hooks/models/index.d.ts +9 -0
- package/types/src/hooks/models/run.d.ts +5 -4
- package/types/src/hooks/models/run.schema.d.ts +75 -60
- package/types/src/hooks/models/values.d.ts +6 -0
- package/types/src/inboxes/endpoints/index.d.ts +12 -3
- package/types/src/inboxes/endpoints/list.d.ts +49 -39
- package/types/src/inboxes/index.d.ts +3 -0
- package/types/src/inboxes/mocks/inbox.d.ts +4 -0
- package/types/src/inboxes/mocks/index.d.ts +1 -0
- package/types/src/inboxes/models/index.d.ts +1 -0
- package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
- package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
- package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
- package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
- package/types/src/internal/endpoints/index.d.ts +8191 -22536
- package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
- package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
- package/types/src/internal/endpoints/rules/evaluateRules.d.ts +370 -7858
- package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +365 -7852
- package/types/src/internal/endpoints/rules/suggestRule.d.ts +7 -7745
- package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +3 -7751
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +17 -7760
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +13 -7756
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +17 -7760
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +13 -7756
- package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +695 -167
- package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +693 -165
- package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
- package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
- package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +188 -144
- package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
- package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
- package/types/src/internal/index.d.ts +1 -0
- package/types/src/labels/endpoints/index.d.ts +14 -4
- package/types/src/labels/endpoints/list.d.ts +31 -20
- package/types/src/labels/index.d.ts +2 -0
- package/types/src/labels/models/index.d.ts +2 -0
- package/types/src/memberships/index.d.ts +2 -0
- package/types/src/memberships/models/index.d.ts +1 -0
- package/types/src/memberships/models/membership.d.ts +9 -0
- package/types/src/organization/endpoints/create.d.ts +11 -11
- package/types/src/organization/endpoints/create.schema.d.ts +11 -11
- package/types/src/organization/endpoints/get.d.ts +9 -9
- package/types/src/organization/endpoints/index.d.ts +66 -55
- package/types/src/organization/endpoints/list.d.ts +72 -60
- package/types/src/organization/endpoints/patch.d.ts +18 -18
- package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
- package/types/src/organization/index.d.ts +3 -0
- package/types/src/organization/mocks/index.d.ts +1 -0
- package/types/src/organization/mocks/organization.d.ts +4 -0
- package/types/src/organization/models/emailLimits.d.ts +10 -0
- package/types/src/organization/models/index.d.ts +6 -0
- package/types/src/organization/models/limits.d.ts +4 -0
- package/types/src/organization/models/organization.schema.d.ts +9 -9
- package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
- package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
- package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
- package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
- package/types/src/organizationGroups/index.d.ts +2 -0
- package/types/src/organizationGroups/models/index.d.ts +6 -0
- package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
- package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
- package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
- package/types/src/pages/endpoints/index.d.ts +35 -12
- package/types/src/pages/endpoints/list.d.ts +64 -37
- package/types/src/pages/endpoints/list.schema.d.ts +18 -9
- package/types/src/pages/index.d.ts +2 -0
- package/types/src/pages/models/index.d.ts +1 -0
- package/types/src/pages/models/page.d.ts +14 -0
- package/types/src/queues/endpoints/automation.d.ts +12 -12
- package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
- package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
- package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
- package/types/src/queues/endpoints/create.d.ts +144 -11
- package/types/src/queues/endpoints/createFromTemplate.d.ts +144 -11
- package/types/src/queues/endpoints/duplicate.d.ts +148 -11
- package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
- package/types/src/queues/endpoints/get.d.ts +144 -11
- package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
- package/types/src/queues/endpoints/index.d.ts +1610 -415
- package/types/src/queues/endpoints/list.d.ts +197 -21
- package/types/src/queues/endpoints/list.schema.d.ts +15 -9
- package/types/src/queues/endpoints/patch.d.ts +286 -20
- package/types/src/queues/endpoints/patch.schema.d.ts +142 -9
- package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
- package/types/src/queues/index.d.ts +3 -0
- package/types/src/queues/mocks/automation.d.ts +10 -0
- package/types/src/queues/mocks/index.d.ts +2 -0
- package/types/src/queues/mocks/queue.d.ts +4 -0
- package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
- package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
- package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
- package/types/src/queues/models/automationSetup.d.ts +39 -25
- package/types/src/queues/models/automationSetup.schema.d.ts +647 -559
- package/types/src/queues/models/index.d.ts +14 -0
- package/types/src/queues/models/queue.schema.d.ts +144 -11
- package/types/src/queues/models/queueSettings.d.ts +33 -2
- package/types/src/queues/models/queueSettings.schema.d.ts +207 -12
- package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
- package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
- package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
- package/types/src/relations/endpoints/index.d.ts +16 -3
- package/types/src/relations/endpoints/list.d.ts +62 -48
- package/types/src/relations/index.d.ts +2 -0
- package/types/src/relations/models/index.d.ts +2 -0
- package/types/src/rules/endpoints/create.d.ts +40 -70
- package/types/src/rules/endpoints/create.schema.d.ts +31 -48
- package/types/src/rules/endpoints/get.d.ts +6 -19
- package/types/src/rules/endpoints/index.d.ts +98 -160
- package/types/src/rules/endpoints/list.d.ts +76 -67
- package/types/src/rules/endpoints/list.schema.d.ts +12 -3
- package/types/src/rules/endpoints/patch.d.ts +15 -41
- package/types/src/rules/endpoints/patch.schema.d.ts +6 -19
- package/types/src/rules/index.d.ts +1 -0
- package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +7 -10
- package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +9 -28
- package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
- package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
- package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
- package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
- package/types/src/rulesExecutionLogs/index.d.ts +2 -0
- package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
- package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
- package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
- package/types/src/schemaFields/index.d.ts +2 -0
- package/types/src/schemaFields/models/index.d.ts +2 -0
- package/types/src/schemas/endpoints/create.d.ts +194 -144
- package/types/src/schemas/endpoints/get.d.ts +236 -144
- package/types/src/schemas/endpoints/index.d.ts +6 -3
- package/types/src/schemas/endpoints/list.d.ts +1133 -1060
- package/types/src/schemas/endpoints/patch.d.ts +451 -288
- package/types/src/schemas/endpoints/patch.schema.d.ts +222 -144
- package/types/src/schemas/endpoints/validate.d.ts +446 -304
- package/types/src/schemas/index.d.ts +3 -0
- package/types/src/schemas/mocks/index.d.ts +2 -0
- package/types/src/schemas/mocks/schema.d.ts +4 -0
- package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
- package/types/src/schemas/models/index.d.ts +32 -0
- package/types/src/schemas/models/list.d.ts +18 -0
- package/types/src/schemas/models/list.schema.d.ts +66 -0
- package/types/src/schemas/models/rawSchema.d.ts +11 -0
- package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
- package/types/src/schemas/models/schema.d.ts +2 -0
- package/types/src/schemas/models/schema.schema.d.ts +194 -144
- package/types/src/schemas/models/schemaDatapoint.schema.d.ts +17 -12
- package/types/src/schemas/models/schemaDatapointBase.d.ts +1 -1
- package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
- package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -3
- package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaDatapointString.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaItem.schema.d.ts +108 -80
- package/types/src/schemas/models/schemaMultivalue.schema.d.ts +64 -48
- package/types/src/schemas/models/schemaSection.schema.d.ts +148 -112
- package/types/src/schemas/models/schemaTuple.schema.d.ts +27 -20
- package/types/src/shared/index.d.ts +1 -0
- package/types/src/shared/models/annotationListTable.d.ts +1 -1
- package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
- package/types/src/shared/models/index.d.ts +6 -0
- package/types/src/shared/models/message.d.ts +7 -3
- package/types/src/shared/models/message.schema.d.ts +35 -15
- package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
- package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
- package/types/src/suggestedEdit/index.d.ts +2 -0
- package/types/src/suggestedEdit/models/index.d.ts +4 -0
- package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
- package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
- package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
- package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
- package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
- package/types/src/surveys/endpoints/index.d.ts +14 -3
- package/types/src/surveys/endpoints/list.d.ts +41 -29
- package/types/src/surveys/index.d.ts +2 -0
- package/types/src/surveys/models/index.d.ts +4 -0
- package/types/src/surveys/models/question.d.ts +6 -0
- package/types/src/surveys/models/question.schema.d.ts +15 -0
- package/types/src/surveys/models/survey.d.ts +13 -0
- package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
- package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
- package/types/src/tasks/index.d.ts +3 -0
- package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
- package/types/src/tasks/mocks/index.d.ts +1 -0
- package/types/src/tasks/models/asyncTask.d.ts +17 -0
- package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
- package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
- package/types/src/tasks/models/index.d.ts +4 -0
- package/types/src/triggers/endpoints/create.d.ts +2 -2
- package/types/src/triggers/endpoints/get.d.ts +2 -2
- package/types/src/triggers/endpoints/index.d.ts +25 -18
- package/types/src/triggers/endpoints/list.d.ts +40 -32
- package/types/src/triggers/endpoints/patch.d.ts +2 -2
- package/types/src/triggers/index.d.ts +2 -0
- package/types/src/triggers/models/index.d.ts +1 -0
- package/types/src/triggers/models/trigger.schema.d.ts +2 -2
- package/types/src/uploads/index.d.ts +2 -0
- package/types/src/uploads/models/index.d.ts +2 -0
- package/types/src/uploads/models/upload.d.ts +13 -0
- package/types/src/users/endpoints/index.d.ts +33 -6
- package/types/src/users/endpoints/list.d.ts +79 -51
- package/types/src/users/endpoints/list.schema.d.ts +6 -3
- package/types/src/users/index.d.ts +3 -0
- package/types/src/users/mocks/index.d.ts +1 -0
- package/types/src/users/mocks/user.d.ts +4 -0
- package/types/src/users/models/resetPassword.d.ts +3 -0
- package/types/src/utils/index.d.ts +20 -0
- package/types/src/utils/mockUtils.d.ts +15 -0
- package/types/src/utils.schema.d.ts +1 -0
- package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
- package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
- package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
- package/types/src/workflowActivities/index.d.ts +2 -0
- package/types/src/workflowActivities/models/index.d.ts +1 -0
- package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
- package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
- package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
- package/types/src/workflowRuns/index.d.ts +2 -0
- package/types/src/workflowRuns/models/index.d.ts +2 -0
- package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
- package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
- package/types/src/workflowSteps/index.d.ts +2 -0
- package/types/src/workflowSteps/models/index.d.ts +1 -0
- package/types/src/workflows/endpoints/index.d.ts +13 -2
- package/types/src/workflows/endpoints/list.d.ts +36 -24
- package/types/src/workflows/index.d.ts +2 -0
- package/types/src/workflows/models/index.d.ts +1 -0
- package/types/src/workspaces/endpoints/index.d.ts +16 -2
- package/types/src/workspaces/endpoints/list.d.ts +43 -28
- package/types/src/workspaces/index.d.ts +2 -0
- package/types/src/workspaces/models/index.d.ts +1 -0
- package/src/queues/endpoints/automationSetup.js +0 -15
- package/src/queues/endpoints/automationSetup.js.map +0 -1
- package/src/queues/models/automationBlocker.js.map +0 -1
- package/src/rule-templates/endpoints/create.js +0 -16
- package/src/rule-templates/endpoints/create.js.map +0 -1
- package/src/rule-templates/endpoints/create.schema.js +0 -6
- package/src/rule-templates/endpoints/create.schema.js.map +0 -1
- package/src/rule-templates/endpoints/delete.js +0 -13
- package/src/rule-templates/endpoints/delete.js.map +0 -1
- package/src/rule-templates/endpoints/get.js +0 -13
- package/src/rule-templates/endpoints/get.js.map +0 -1
- package/src/rule-templates/endpoints/index.js +0 -16
- package/src/rule-templates/endpoints/index.js.map +0 -1
- package/src/rule-templates/endpoints/list.js +0 -17
- package/src/rule-templates/endpoints/list.js.map +0 -1
- package/src/rule-templates/endpoints/list.schema.js +0 -6
- package/src/rule-templates/endpoints/list.schema.js.map +0 -1
- package/src/rule-templates/endpoints/patch.js +0 -16
- package/src/rule-templates/endpoints/patch.js.map +0 -1
- package/src/rule-templates/endpoints/patch.schema.js +0 -6
- package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
- package/src/rule-templates/models/ruleTemplate.js.map +0 -1
- package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
- package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
- package/src/rules/models/schemaRule.js.map +0 -1
- package/src/rules/models/schemaRule.schema.js.map +0 -1
- package/types/src/queues/endpoints/automationSetup.d.ts +0 -462
- package/types/src/queues/models/automationBlocker.d.ts +0 -17
- package/types/src/rule-templates/endpoints/create.d.ts +0 -153
- package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
- package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
- package/types/src/rule-templates/endpoints/get.d.ts +0 -78
- package/types/src/rule-templates/endpoints/index.d.ts +0 -544
- package/types/src/rule-templates/endpoints/list.d.ts +0 -160
- package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
- package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
- package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
- package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
- package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
- /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { type CreateFunctionPayload, type CreateHookPayload } from './create';
|
|
2
2
|
export { type CreateHookFromTemplatePayload } from './createFromTemplate';
|
|
3
|
+
export { type DuplicateHookPayload } from './duplicate';
|
|
3
4
|
export { type GeneratePayloadPayload } from './generatePayload';
|
|
4
5
|
export { type HooksListQuery } from './list';
|
|
5
6
|
export { type HookPatchPayload } from './patch';
|
|
@@ -34,7 +35,7 @@ export declare const hooks: {
|
|
|
34
35
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
35
36
|
}>>>;
|
|
36
37
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
37
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
38
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
38
39
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
39
40
|
}, "strip", import("zod").ZodTypeAny, {
|
|
40
41
|
private?: unknown;
|
|
@@ -48,7 +49,7 @@ export declare const hooks: {
|
|
|
48
49
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
49
50
|
} | null | undefined;
|
|
50
51
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
51
|
-
code?: string | undefined;
|
|
52
|
+
code?: string | null | undefined;
|
|
52
53
|
thirdPartyLibraryPack?: string | undefined;
|
|
53
54
|
}, {
|
|
54
55
|
private?: unknown;
|
|
@@ -62,7 +63,7 @@ export declare const hooks: {
|
|
|
62
63
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
63
64
|
} | null | undefined;
|
|
64
65
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
65
|
-
code?: string | undefined;
|
|
66
|
+
code?: string | null | undefined;
|
|
66
67
|
thirdPartyLibraryPack?: string | undefined;
|
|
67
68
|
}>;
|
|
68
69
|
payload: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -79,7 +80,7 @@ export declare const hooks: {
|
|
|
79
80
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
80
81
|
} | null | undefined;
|
|
81
82
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
82
|
-
code?: string | undefined;
|
|
83
|
+
code?: string | null | undefined;
|
|
83
84
|
thirdPartyLibraryPack?: string | undefined;
|
|
84
85
|
};
|
|
85
86
|
payload?: unknown;
|
|
@@ -96,7 +97,7 @@ export declare const hooks: {
|
|
|
96
97
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
97
98
|
} | null | undefined;
|
|
98
99
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
99
|
-
code?: string | undefined;
|
|
100
|
+
code?: string | null | undefined;
|
|
100
101
|
thirdPartyLibraryPack?: string | undefined;
|
|
101
102
|
};
|
|
102
103
|
payload?: unknown;
|
|
@@ -162,7 +163,7 @@ export declare const hooks: {
|
|
|
162
163
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
163
164
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
164
165
|
active: import("zod").ZodBoolean;
|
|
165
|
-
events: import("zod").ZodArray<import("zod").
|
|
166
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
166
167
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
167
168
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
168
169
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -185,7 +186,7 @@ export declare const hooks: {
|
|
|
185
186
|
description: string | null;
|
|
186
187
|
runAfter: string[];
|
|
187
188
|
active: boolean;
|
|
188
|
-
events: ("email" | "annotation_content" | "
|
|
189
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
189
190
|
sideload: string[];
|
|
190
191
|
tokenOwner: string | null;
|
|
191
192
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -207,7 +208,7 @@ export declare const hooks: {
|
|
|
207
208
|
description: string | null;
|
|
208
209
|
runAfter: string[];
|
|
209
210
|
active: boolean;
|
|
210
|
-
events: ("email" | "annotation_content" | "
|
|
211
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
211
212
|
sideload: string[];
|
|
212
213
|
tokenOwner: string | null;
|
|
213
214
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -329,7 +330,7 @@ export declare const hooks: {
|
|
|
329
330
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
330
331
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
331
332
|
active: import("zod").ZodBoolean;
|
|
332
|
-
events: import("zod").ZodArray<import("zod").
|
|
333
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
333
334
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
334
335
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
335
336
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -352,7 +353,7 @@ export declare const hooks: {
|
|
|
352
353
|
description: string | null;
|
|
353
354
|
runAfter: string[];
|
|
354
355
|
active: boolean;
|
|
355
|
-
events: ("email" | "annotation_content" | "
|
|
356
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
356
357
|
sideload: string[];
|
|
357
358
|
tokenOwner: string | null;
|
|
358
359
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -374,7 +375,7 @@ export declare const hooks: {
|
|
|
374
375
|
description: string | null;
|
|
375
376
|
runAfter: string[];
|
|
376
377
|
active: boolean;
|
|
377
|
-
events: ("email" | "annotation_content" | "
|
|
378
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
378
379
|
sideload: string[];
|
|
379
380
|
tokenOwner: string | null;
|
|
380
381
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -414,7 +415,7 @@ export declare const hooks: {
|
|
|
414
415
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
415
416
|
}>>>;
|
|
416
417
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
417
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
418
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
418
419
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
419
420
|
}, "strip", import("zod").ZodTypeAny, {
|
|
420
421
|
private?: unknown;
|
|
@@ -428,7 +429,7 @@ export declare const hooks: {
|
|
|
428
429
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
429
430
|
} | null | undefined;
|
|
430
431
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
431
|
-
code?: string | undefined;
|
|
432
|
+
code?: string | null | undefined;
|
|
432
433
|
thirdPartyLibraryPack?: string | undefined;
|
|
433
434
|
}, {
|
|
434
435
|
private?: unknown;
|
|
@@ -442,7 +443,7 @@ export declare const hooks: {
|
|
|
442
443
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
443
444
|
} | null | undefined;
|
|
444
445
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
445
|
-
code?: string | undefined;
|
|
446
|
+
code?: string | null | undefined;
|
|
446
447
|
thirdPartyLibraryPack?: string | undefined;
|
|
447
448
|
}>;
|
|
448
449
|
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"ready">, import("zod").ZodLiteral<"failed">]>;
|
|
@@ -461,7 +462,7 @@ export declare const hooks: {
|
|
|
461
462
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
462
463
|
} | null | undefined;
|
|
463
464
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
464
|
-
code?: string | undefined;
|
|
465
|
+
code?: string | null | undefined;
|
|
465
466
|
thirdPartyLibraryPack?: string | undefined;
|
|
466
467
|
};
|
|
467
468
|
}, {
|
|
@@ -479,7 +480,7 @@ export declare const hooks: {
|
|
|
479
480
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
480
481
|
} | null | undefined;
|
|
481
482
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
482
|
-
code?: string | undefined;
|
|
483
|
+
code?: string | null | undefined;
|
|
483
484
|
thirdPartyLibraryPack?: string | undefined;
|
|
484
485
|
};
|
|
485
486
|
}>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
@@ -489,7 +490,7 @@ export declare const hooks: {
|
|
|
489
490
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
490
491
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
491
492
|
active: import("zod").ZodBoolean;
|
|
492
|
-
events: import("zod").ZodArray<import("zod").
|
|
493
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
493
494
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
494
495
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
495
496
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -512,7 +513,7 @@ export declare const hooks: {
|
|
|
512
513
|
description: string | null;
|
|
513
514
|
runAfter: string[];
|
|
514
515
|
active: boolean;
|
|
515
|
-
events: ("email" | "annotation_content" | "
|
|
516
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
516
517
|
sideload: string[];
|
|
517
518
|
tokenOwner: string | null;
|
|
518
519
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -534,7 +535,7 @@ export declare const hooks: {
|
|
|
534
535
|
description: string | null;
|
|
535
536
|
runAfter: string[];
|
|
536
537
|
active: boolean;
|
|
537
|
-
events: ("email" | "annotation_content" | "
|
|
538
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
538
539
|
sideload: string[];
|
|
539
540
|
tokenOwner: string | null;
|
|
540
541
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -797,7 +798,7 @@ export declare const hooks: {
|
|
|
797
798
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
798
799
|
}>>>;
|
|
799
800
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
800
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
801
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
801
802
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
802
803
|
}, "strip", import("zod").ZodTypeAny, {
|
|
803
804
|
private?: unknown;
|
|
@@ -811,7 +812,7 @@ export declare const hooks: {
|
|
|
811
812
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
812
813
|
} | null | undefined;
|
|
813
814
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
814
|
-
code?: string | undefined;
|
|
815
|
+
code?: string | null | undefined;
|
|
815
816
|
thirdPartyLibraryPack?: string | undefined;
|
|
816
817
|
}, {
|
|
817
818
|
private?: unknown;
|
|
@@ -825,7 +826,7 @@ export declare const hooks: {
|
|
|
825
826
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
826
827
|
} | null | undefined;
|
|
827
828
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
828
|
-
code?: string | undefined;
|
|
829
|
+
code?: string | null | undefined;
|
|
829
830
|
thirdPartyLibraryPack?: string | undefined;
|
|
830
831
|
}>;
|
|
831
832
|
sideload: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
@@ -854,7 +855,7 @@ export declare const hooks: {
|
|
|
854
855
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
855
856
|
} | null | undefined;
|
|
856
857
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
857
|
-
code?: string | undefined;
|
|
858
|
+
code?: string | null | undefined;
|
|
858
859
|
thirdPartyLibraryPack?: string | undefined;
|
|
859
860
|
};
|
|
860
861
|
description?: string | undefined;
|
|
@@ -884,7 +885,7 @@ export declare const hooks: {
|
|
|
884
885
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
885
886
|
} | null | undefined;
|
|
886
887
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
887
|
-
code?: string | undefined;
|
|
888
|
+
code?: string | null | undefined;
|
|
888
889
|
thirdPartyLibraryPack?: string | undefined;
|
|
889
890
|
};
|
|
890
891
|
description?: string | undefined;
|
|
@@ -910,7 +911,7 @@ export declare const hooks: {
|
|
|
910
911
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
911
912
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
912
913
|
active: import("zod").ZodBoolean;
|
|
913
|
-
events: import("zod").ZodArray<import("zod").
|
|
914
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
914
915
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
915
916
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
916
917
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -933,7 +934,7 @@ export declare const hooks: {
|
|
|
933
934
|
description: string | null;
|
|
934
935
|
runAfter: string[];
|
|
935
936
|
active: boolean;
|
|
936
|
-
events: ("email" | "annotation_content" | "
|
|
937
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
937
938
|
sideload: string[];
|
|
938
939
|
tokenOwner: string | null;
|
|
939
940
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -955,7 +956,7 @@ export declare const hooks: {
|
|
|
955
956
|
description: string | null;
|
|
956
957
|
runAfter: string[];
|
|
957
958
|
active: boolean;
|
|
958
|
-
events: ("email" | "annotation_content" | "
|
|
959
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
959
960
|
sideload: string[];
|
|
960
961
|
tokenOwner: string | null;
|
|
961
962
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1077,7 +1078,7 @@ export declare const hooks: {
|
|
|
1077
1078
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1078
1079
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1079
1080
|
active: import("zod").ZodBoolean;
|
|
1080
|
-
events: import("zod").ZodArray<import("zod").
|
|
1081
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1081
1082
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1082
1083
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1083
1084
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1100,7 +1101,7 @@ export declare const hooks: {
|
|
|
1100
1101
|
description: string | null;
|
|
1101
1102
|
runAfter: string[];
|
|
1102
1103
|
active: boolean;
|
|
1103
|
-
events: ("email" | "annotation_content" | "
|
|
1104
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1104
1105
|
sideload: string[];
|
|
1105
1106
|
tokenOwner: string | null;
|
|
1106
1107
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1122,7 +1123,7 @@ export declare const hooks: {
|
|
|
1122
1123
|
description: string | null;
|
|
1123
1124
|
runAfter: string[];
|
|
1124
1125
|
active: boolean;
|
|
1125
|
-
events: ("email" | "annotation_content" | "
|
|
1126
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1126
1127
|
sideload: string[];
|
|
1127
1128
|
tokenOwner: string | null;
|
|
1128
1129
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1162,7 +1163,7 @@ export declare const hooks: {
|
|
|
1162
1163
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1163
1164
|
}>>>;
|
|
1164
1165
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
1165
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
1166
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1166
1167
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1167
1168
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1168
1169
|
private?: unknown;
|
|
@@ -1176,7 +1177,7 @@ export declare const hooks: {
|
|
|
1176
1177
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1177
1178
|
} | null | undefined;
|
|
1178
1179
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1179
|
-
code?: string | undefined;
|
|
1180
|
+
code?: string | null | undefined;
|
|
1180
1181
|
thirdPartyLibraryPack?: string | undefined;
|
|
1181
1182
|
}, {
|
|
1182
1183
|
private?: unknown;
|
|
@@ -1190,7 +1191,7 @@ export declare const hooks: {
|
|
|
1190
1191
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1191
1192
|
} | null | undefined;
|
|
1192
1193
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1193
|
-
code?: string | undefined;
|
|
1194
|
+
code?: string | null | undefined;
|
|
1194
1195
|
thirdPartyLibraryPack?: string | undefined;
|
|
1195
1196
|
}>;
|
|
1196
1197
|
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"ready">, import("zod").ZodLiteral<"failed">]>;
|
|
@@ -1209,7 +1210,7 @@ export declare const hooks: {
|
|
|
1209
1210
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1210
1211
|
} | null | undefined;
|
|
1211
1212
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1212
|
-
code?: string | undefined;
|
|
1213
|
+
code?: string | null | undefined;
|
|
1213
1214
|
thirdPartyLibraryPack?: string | undefined;
|
|
1214
1215
|
};
|
|
1215
1216
|
}, {
|
|
@@ -1227,7 +1228,7 @@ export declare const hooks: {
|
|
|
1227
1228
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1228
1229
|
} | null | undefined;
|
|
1229
1230
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1230
|
-
code?: string | undefined;
|
|
1231
|
+
code?: string | null | undefined;
|
|
1231
1232
|
thirdPartyLibraryPack?: string | undefined;
|
|
1232
1233
|
};
|
|
1233
1234
|
}>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
@@ -1237,7 +1238,7 @@ export declare const hooks: {
|
|
|
1237
1238
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1238
1239
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1239
1240
|
active: import("zod").ZodBoolean;
|
|
1240
|
-
events: import("zod").ZodArray<import("zod").
|
|
1241
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1241
1242
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1242
1243
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1243
1244
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1260,7 +1261,7 @@ export declare const hooks: {
|
|
|
1260
1261
|
description: string | null;
|
|
1261
1262
|
runAfter: string[];
|
|
1262
1263
|
active: boolean;
|
|
1263
|
-
events: ("email" | "annotation_content" | "
|
|
1264
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1264
1265
|
sideload: string[];
|
|
1265
1266
|
tokenOwner: string | null;
|
|
1266
1267
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1282,7 +1283,7 @@ export declare const hooks: {
|
|
|
1282
1283
|
description: string | null;
|
|
1283
1284
|
runAfter: string[];
|
|
1284
1285
|
active: boolean;
|
|
1285
|
-
events: ("email" | "annotation_content" | "
|
|
1286
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1286
1287
|
sideload: string[];
|
|
1287
1288
|
tokenOwner: string | null;
|
|
1288
1289
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1382,19 +1383,19 @@ export declare const hooks: {
|
|
|
1382
1383
|
readonly payloadSchema: import("zod").ZodObject<{
|
|
1383
1384
|
name: import("zod").ZodString;
|
|
1384
1385
|
hookTemplate: import("zod").ZodString;
|
|
1385
|
-
events: import("zod").ZodArray<import("zod").
|
|
1386
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1386
1387
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1387
1388
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1388
1389
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1389
1390
|
name: string;
|
|
1390
1391
|
queues: string[];
|
|
1391
|
-
events: ("email" | "annotation_content" | "
|
|
1392
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1392
1393
|
tokenOwner: string | null;
|
|
1393
1394
|
hookTemplate: string;
|
|
1394
1395
|
}, {
|
|
1395
1396
|
name: string;
|
|
1396
1397
|
queues: string[];
|
|
1397
|
-
events: ("email" | "annotation_content" | "
|
|
1398
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1398
1399
|
tokenOwner: string | null;
|
|
1399
1400
|
hookTemplate: string;
|
|
1400
1401
|
}>;
|
|
@@ -1404,6 +1405,502 @@ export declare const hooks: {
|
|
|
1404
1405
|
readonly method: "DELETE";
|
|
1405
1406
|
readonly responseSchema: import("zod").ZodUnknown;
|
|
1406
1407
|
};
|
|
1408
|
+
duplicate: (hookId: number, payload: import("./duplicate").DuplicateHookPayload) => {
|
|
1409
|
+
readonly endpoint: `/hooks/${number}/duplicate`;
|
|
1410
|
+
readonly method: "POST";
|
|
1411
|
+
readonly responseSchema: import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1412
|
+
id: import("zod").ZodNumber;
|
|
1413
|
+
name: import("zod").ZodString;
|
|
1414
|
+
url: import("zod").ZodString;
|
|
1415
|
+
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1416
|
+
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1417
|
+
active: import("zod").ZodBoolean;
|
|
1418
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1419
|
+
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1420
|
+
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1421
|
+
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1422
|
+
test: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1423
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1424
|
+
extensionSource: import("zod").ZodUnion<[import("zod").ZodLiteral<"rossum_store">, import("zod").ZodLiteral<"custom">]>;
|
|
1425
|
+
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1426
|
+
guide: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1427
|
+
readMoreUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1428
|
+
extensionImageUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1429
|
+
settingsSchema: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1430
|
+
secretsSchema: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1431
|
+
secrets: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1432
|
+
hookTemplate: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1433
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
|
+
url: string;
|
|
1435
|
+
id: number;
|
|
1436
|
+
name: string;
|
|
1437
|
+
queues: string[];
|
|
1438
|
+
description: string | null;
|
|
1439
|
+
runAfter: string[];
|
|
1440
|
+
active: boolean;
|
|
1441
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1442
|
+
sideload: string[];
|
|
1443
|
+
tokenOwner: string | null;
|
|
1444
|
+
extensionSource: "custom" | "rossum_store";
|
|
1445
|
+
guide: string | null;
|
|
1446
|
+
readMoreUrl: string | null;
|
|
1447
|
+
extensionImageUrl: string | null;
|
|
1448
|
+
settingsSchema: Record<string, unknown> | null;
|
|
1449
|
+
secretsSchema: Record<string, unknown> | null;
|
|
1450
|
+
hookTemplate: string | null;
|
|
1451
|
+
metadata?: unknown;
|
|
1452
|
+
test?: unknown;
|
|
1453
|
+
settings?: unknown;
|
|
1454
|
+
secrets?: Record<string, unknown> | null | undefined;
|
|
1455
|
+
}, {
|
|
1456
|
+
url: string;
|
|
1457
|
+
id: number;
|
|
1458
|
+
name: string;
|
|
1459
|
+
queues: string[];
|
|
1460
|
+
description: string | null;
|
|
1461
|
+
runAfter: string[];
|
|
1462
|
+
active: boolean;
|
|
1463
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1464
|
+
sideload: string[];
|
|
1465
|
+
tokenOwner: string | null;
|
|
1466
|
+
extensionSource: "custom" | "rossum_store";
|
|
1467
|
+
guide: string | null;
|
|
1468
|
+
readMoreUrl: string | null;
|
|
1469
|
+
extensionImageUrl: string | null;
|
|
1470
|
+
settingsSchema: Record<string, unknown> | null;
|
|
1471
|
+
secretsSchema: Record<string, unknown> | null;
|
|
1472
|
+
hookTemplate: string | null;
|
|
1473
|
+
metadata?: unknown;
|
|
1474
|
+
test?: unknown;
|
|
1475
|
+
settings?: unknown;
|
|
1476
|
+
secrets?: Record<string, unknown> | null | undefined;
|
|
1477
|
+
}>, import("zod").ZodObject<{
|
|
1478
|
+
type: import("zod").ZodLiteral<"webhook">;
|
|
1479
|
+
config: import("zod").ZodObject<{
|
|
1480
|
+
private: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1481
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1482
|
+
insecureSsl: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1483
|
+
clientSslCertificate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1484
|
+
clientSslKey: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1485
|
+
secret: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1486
|
+
app: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1487
|
+
url: import("zod").ZodString;
|
|
1488
|
+
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1489
|
+
displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
|
|
1490
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1491
|
+
url: string;
|
|
1492
|
+
settings?: unknown;
|
|
1493
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1494
|
+
}, {
|
|
1495
|
+
url: string;
|
|
1496
|
+
settings?: unknown;
|
|
1497
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1498
|
+
}>>>;
|
|
1499
|
+
schedule: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1500
|
+
cron: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1501
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1502
|
+
cron?: string | undefined;
|
|
1503
|
+
}, {
|
|
1504
|
+
cron?: string | undefined;
|
|
1505
|
+
}>>;
|
|
1506
|
+
payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1507
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1508
|
+
private?: boolean | undefined;
|
|
1509
|
+
url?: string | undefined;
|
|
1510
|
+
insecureSsl?: boolean | undefined;
|
|
1511
|
+
clientSslCertificate?: string | null | undefined;
|
|
1512
|
+
clientSslKey?: string | null | undefined;
|
|
1513
|
+
secret?: string | null | undefined;
|
|
1514
|
+
app?: {
|
|
1515
|
+
url: string;
|
|
1516
|
+
settings?: unknown;
|
|
1517
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1518
|
+
} | null | undefined;
|
|
1519
|
+
schedule?: {
|
|
1520
|
+
cron?: string | undefined;
|
|
1521
|
+
} | undefined;
|
|
1522
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1523
|
+
}, {
|
|
1524
|
+
private?: boolean | undefined;
|
|
1525
|
+
url?: string | undefined;
|
|
1526
|
+
insecureSsl?: boolean | undefined;
|
|
1527
|
+
clientSslCertificate?: string | null | undefined;
|
|
1528
|
+
clientSslKey?: string | null | undefined;
|
|
1529
|
+
secret?: string | null | undefined;
|
|
1530
|
+
app?: {
|
|
1531
|
+
url: string;
|
|
1532
|
+
settings?: unknown;
|
|
1533
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1534
|
+
} | null | undefined;
|
|
1535
|
+
schedule?: {
|
|
1536
|
+
cron?: string | undefined;
|
|
1537
|
+
} | undefined;
|
|
1538
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1539
|
+
}>;
|
|
1540
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1541
|
+
type: "webhook";
|
|
1542
|
+
config: {
|
|
1543
|
+
private?: boolean | undefined;
|
|
1544
|
+
url?: string | undefined;
|
|
1545
|
+
insecureSsl?: boolean | undefined;
|
|
1546
|
+
clientSslCertificate?: string | null | undefined;
|
|
1547
|
+
clientSslKey?: string | null | undefined;
|
|
1548
|
+
secret?: string | null | undefined;
|
|
1549
|
+
app?: {
|
|
1550
|
+
url: string;
|
|
1551
|
+
settings?: unknown;
|
|
1552
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1553
|
+
} | null | undefined;
|
|
1554
|
+
schedule?: {
|
|
1555
|
+
cron?: string | undefined;
|
|
1556
|
+
} | undefined;
|
|
1557
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1558
|
+
};
|
|
1559
|
+
}, {
|
|
1560
|
+
type: "webhook";
|
|
1561
|
+
config: {
|
|
1562
|
+
private?: boolean | undefined;
|
|
1563
|
+
url?: string | undefined;
|
|
1564
|
+
insecureSsl?: boolean | undefined;
|
|
1565
|
+
clientSslCertificate?: string | null | undefined;
|
|
1566
|
+
clientSslKey?: string | null | undefined;
|
|
1567
|
+
secret?: string | null | undefined;
|
|
1568
|
+
app?: {
|
|
1569
|
+
url: string;
|
|
1570
|
+
settings?: unknown;
|
|
1571
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1572
|
+
} | null | undefined;
|
|
1573
|
+
schedule?: {
|
|
1574
|
+
cron?: string | undefined;
|
|
1575
|
+
} | undefined;
|
|
1576
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1577
|
+
};
|
|
1578
|
+
}>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1579
|
+
id: import("zod").ZodNumber;
|
|
1580
|
+
name: import("zod").ZodString;
|
|
1581
|
+
url: import("zod").ZodString;
|
|
1582
|
+
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1583
|
+
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1584
|
+
active: import("zod").ZodBoolean;
|
|
1585
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1586
|
+
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1587
|
+
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1588
|
+
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1589
|
+
test: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1590
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1591
|
+
extensionSource: import("zod").ZodUnion<[import("zod").ZodLiteral<"rossum_store">, import("zod").ZodLiteral<"custom">]>;
|
|
1592
|
+
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1593
|
+
guide: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1594
|
+
readMoreUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1595
|
+
extensionImageUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1596
|
+
settingsSchema: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1597
|
+
secretsSchema: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1598
|
+
secrets: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1599
|
+
hookTemplate: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1600
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1601
|
+
url: string;
|
|
1602
|
+
id: number;
|
|
1603
|
+
name: string;
|
|
1604
|
+
queues: string[];
|
|
1605
|
+
description: string | null;
|
|
1606
|
+
runAfter: string[];
|
|
1607
|
+
active: boolean;
|
|
1608
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1609
|
+
sideload: string[];
|
|
1610
|
+
tokenOwner: string | null;
|
|
1611
|
+
extensionSource: "custom" | "rossum_store";
|
|
1612
|
+
guide: string | null;
|
|
1613
|
+
readMoreUrl: string | null;
|
|
1614
|
+
extensionImageUrl: string | null;
|
|
1615
|
+
settingsSchema: Record<string, unknown> | null;
|
|
1616
|
+
secretsSchema: Record<string, unknown> | null;
|
|
1617
|
+
hookTemplate: string | null;
|
|
1618
|
+
metadata?: unknown;
|
|
1619
|
+
test?: unknown;
|
|
1620
|
+
settings?: unknown;
|
|
1621
|
+
secrets?: Record<string, unknown> | null | undefined;
|
|
1622
|
+
}, {
|
|
1623
|
+
url: string;
|
|
1624
|
+
id: number;
|
|
1625
|
+
name: string;
|
|
1626
|
+
queues: string[];
|
|
1627
|
+
description: string | null;
|
|
1628
|
+
runAfter: string[];
|
|
1629
|
+
active: boolean;
|
|
1630
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1631
|
+
sideload: string[];
|
|
1632
|
+
tokenOwner: string | null;
|
|
1633
|
+
extensionSource: "custom" | "rossum_store";
|
|
1634
|
+
guide: string | null;
|
|
1635
|
+
readMoreUrl: string | null;
|
|
1636
|
+
extensionImageUrl: string | null;
|
|
1637
|
+
settingsSchema: Record<string, unknown> | null;
|
|
1638
|
+
secretsSchema: Record<string, unknown> | null;
|
|
1639
|
+
hookTemplate: string | null;
|
|
1640
|
+
metadata?: unknown;
|
|
1641
|
+
test?: unknown;
|
|
1642
|
+
settings?: unknown;
|
|
1643
|
+
secrets?: Record<string, unknown> | null | undefined;
|
|
1644
|
+
}>, import("zod").ZodObject<{
|
|
1645
|
+
type: import("zod").ZodLiteral<"function">;
|
|
1646
|
+
config: import("zod").ZodObject<{
|
|
1647
|
+
private: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1648
|
+
schedule: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1649
|
+
cron: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1650
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1651
|
+
cron?: string | undefined;
|
|
1652
|
+
}, {
|
|
1653
|
+
cron?: string | undefined;
|
|
1654
|
+
}>>;
|
|
1655
|
+
payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1656
|
+
app: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1657
|
+
url: import("zod").ZodString;
|
|
1658
|
+
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1659
|
+
displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
|
|
1660
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1661
|
+
url: string;
|
|
1662
|
+
settings?: unknown;
|
|
1663
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1664
|
+
}, {
|
|
1665
|
+
url: string;
|
|
1666
|
+
settings?: unknown;
|
|
1667
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1668
|
+
}>>>;
|
|
1669
|
+
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
1670
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1671
|
+
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1672
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1673
|
+
private?: unknown;
|
|
1674
|
+
schedule?: {
|
|
1675
|
+
cron?: string | undefined;
|
|
1676
|
+
} | undefined;
|
|
1677
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1678
|
+
app?: {
|
|
1679
|
+
url: string;
|
|
1680
|
+
settings?: unknown;
|
|
1681
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1682
|
+
} | null | undefined;
|
|
1683
|
+
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1684
|
+
code?: string | null | undefined;
|
|
1685
|
+
thirdPartyLibraryPack?: string | undefined;
|
|
1686
|
+
}, {
|
|
1687
|
+
private?: unknown;
|
|
1688
|
+
schedule?: {
|
|
1689
|
+
cron?: string | undefined;
|
|
1690
|
+
} | undefined;
|
|
1691
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1692
|
+
app?: {
|
|
1693
|
+
url: string;
|
|
1694
|
+
settings?: unknown;
|
|
1695
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1696
|
+
} | null | undefined;
|
|
1697
|
+
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1698
|
+
code?: string | null | undefined;
|
|
1699
|
+
thirdPartyLibraryPack?: string | undefined;
|
|
1700
|
+
}>;
|
|
1701
|
+
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"ready">, import("zod").ZodLiteral<"failed">]>;
|
|
1702
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1703
|
+
type: "function";
|
|
1704
|
+
status: "pending" | "ready" | "failed";
|
|
1705
|
+
config: {
|
|
1706
|
+
private?: unknown;
|
|
1707
|
+
schedule?: {
|
|
1708
|
+
cron?: string | undefined;
|
|
1709
|
+
} | undefined;
|
|
1710
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1711
|
+
app?: {
|
|
1712
|
+
url: string;
|
|
1713
|
+
settings?: unknown;
|
|
1714
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1715
|
+
} | null | undefined;
|
|
1716
|
+
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1717
|
+
code?: string | null | undefined;
|
|
1718
|
+
thirdPartyLibraryPack?: string | undefined;
|
|
1719
|
+
};
|
|
1720
|
+
}, {
|
|
1721
|
+
type: "function";
|
|
1722
|
+
status: "pending" | "ready" | "failed";
|
|
1723
|
+
config: {
|
|
1724
|
+
private?: unknown;
|
|
1725
|
+
schedule?: {
|
|
1726
|
+
cron?: string | undefined;
|
|
1727
|
+
} | undefined;
|
|
1728
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1729
|
+
app?: {
|
|
1730
|
+
url: string;
|
|
1731
|
+
settings?: unknown;
|
|
1732
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1733
|
+
} | null | undefined;
|
|
1734
|
+
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1735
|
+
code?: string | null | undefined;
|
|
1736
|
+
thirdPartyLibraryPack?: string | undefined;
|
|
1737
|
+
};
|
|
1738
|
+
}>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1739
|
+
id: import("zod").ZodNumber;
|
|
1740
|
+
name: import("zod").ZodString;
|
|
1741
|
+
url: import("zod").ZodString;
|
|
1742
|
+
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1743
|
+
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1744
|
+
active: import("zod").ZodBoolean;
|
|
1745
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1746
|
+
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1747
|
+
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1748
|
+
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1749
|
+
test: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1750
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1751
|
+
extensionSource: import("zod").ZodUnion<[import("zod").ZodLiteral<"rossum_store">, import("zod").ZodLiteral<"custom">]>;
|
|
1752
|
+
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1753
|
+
guide: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1754
|
+
readMoreUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1755
|
+
extensionImageUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1756
|
+
settingsSchema: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1757
|
+
secretsSchema: import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1758
|
+
secrets: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
1759
|
+
hookTemplate: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1760
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1761
|
+
url: string;
|
|
1762
|
+
id: number;
|
|
1763
|
+
name: string;
|
|
1764
|
+
queues: string[];
|
|
1765
|
+
description: string | null;
|
|
1766
|
+
runAfter: string[];
|
|
1767
|
+
active: boolean;
|
|
1768
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1769
|
+
sideload: string[];
|
|
1770
|
+
tokenOwner: string | null;
|
|
1771
|
+
extensionSource: "custom" | "rossum_store";
|
|
1772
|
+
guide: string | null;
|
|
1773
|
+
readMoreUrl: string | null;
|
|
1774
|
+
extensionImageUrl: string | null;
|
|
1775
|
+
settingsSchema: Record<string, unknown> | null;
|
|
1776
|
+
secretsSchema: Record<string, unknown> | null;
|
|
1777
|
+
hookTemplate: string | null;
|
|
1778
|
+
metadata?: unknown;
|
|
1779
|
+
test?: unknown;
|
|
1780
|
+
settings?: unknown;
|
|
1781
|
+
secrets?: Record<string, unknown> | null | undefined;
|
|
1782
|
+
}, {
|
|
1783
|
+
url: string;
|
|
1784
|
+
id: number;
|
|
1785
|
+
name: string;
|
|
1786
|
+
queues: string[];
|
|
1787
|
+
description: string | null;
|
|
1788
|
+
runAfter: string[];
|
|
1789
|
+
active: boolean;
|
|
1790
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1791
|
+
sideload: string[];
|
|
1792
|
+
tokenOwner: string | null;
|
|
1793
|
+
extensionSource: "custom" | "rossum_store";
|
|
1794
|
+
guide: string | null;
|
|
1795
|
+
readMoreUrl: string | null;
|
|
1796
|
+
extensionImageUrl: string | null;
|
|
1797
|
+
settingsSchema: Record<string, unknown> | null;
|
|
1798
|
+
secretsSchema: Record<string, unknown> | null;
|
|
1799
|
+
hookTemplate: string | null;
|
|
1800
|
+
metadata?: unknown;
|
|
1801
|
+
test?: unknown;
|
|
1802
|
+
settings?: unknown;
|
|
1803
|
+
secrets?: Record<string, unknown> | null | undefined;
|
|
1804
|
+
}>, import("zod").ZodObject<{
|
|
1805
|
+
type: import("zod").ZodLiteral<"job">;
|
|
1806
|
+
config: import("zod").ZodObject<{
|
|
1807
|
+
private: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1808
|
+
actorName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1809
|
+
app: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1810
|
+
url: import("zod").ZodString;
|
|
1811
|
+
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1812
|
+
displayMode: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"fullscreen">, import("zod").ZodLiteral<"drawer">]>>;
|
|
1813
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1814
|
+
url: string;
|
|
1815
|
+
settings?: unknown;
|
|
1816
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1817
|
+
}, {
|
|
1818
|
+
url: string;
|
|
1819
|
+
settings?: unknown;
|
|
1820
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1821
|
+
}>>>;
|
|
1822
|
+
schedule: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1823
|
+
cron: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1824
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1825
|
+
cron?: string | undefined;
|
|
1826
|
+
}, {
|
|
1827
|
+
cron?: string | undefined;
|
|
1828
|
+
}>>;
|
|
1829
|
+
payloadLoggingEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1830
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1831
|
+
private?: unknown;
|
|
1832
|
+
actorName?: string | undefined;
|
|
1833
|
+
app?: {
|
|
1834
|
+
url: string;
|
|
1835
|
+
settings?: unknown;
|
|
1836
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1837
|
+
} | null | undefined;
|
|
1838
|
+
schedule?: {
|
|
1839
|
+
cron?: string | undefined;
|
|
1840
|
+
} | undefined;
|
|
1841
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1842
|
+
}, {
|
|
1843
|
+
private?: unknown;
|
|
1844
|
+
actorName?: string | undefined;
|
|
1845
|
+
app?: {
|
|
1846
|
+
url: string;
|
|
1847
|
+
settings?: unknown;
|
|
1848
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1849
|
+
} | null | undefined;
|
|
1850
|
+
schedule?: {
|
|
1851
|
+
cron?: string | undefined;
|
|
1852
|
+
} | undefined;
|
|
1853
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1854
|
+
}>;
|
|
1855
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1856
|
+
type: "job";
|
|
1857
|
+
config: {
|
|
1858
|
+
private?: unknown;
|
|
1859
|
+
actorName?: string | undefined;
|
|
1860
|
+
app?: {
|
|
1861
|
+
url: string;
|
|
1862
|
+
settings?: unknown;
|
|
1863
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1864
|
+
} | null | undefined;
|
|
1865
|
+
schedule?: {
|
|
1866
|
+
cron?: string | undefined;
|
|
1867
|
+
} | undefined;
|
|
1868
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1869
|
+
};
|
|
1870
|
+
}, {
|
|
1871
|
+
type: "job";
|
|
1872
|
+
config: {
|
|
1873
|
+
private?: unknown;
|
|
1874
|
+
actorName?: string | undefined;
|
|
1875
|
+
app?: {
|
|
1876
|
+
url: string;
|
|
1877
|
+
settings?: unknown;
|
|
1878
|
+
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1879
|
+
} | null | undefined;
|
|
1880
|
+
schedule?: {
|
|
1881
|
+
cron?: string | undefined;
|
|
1882
|
+
} | undefined;
|
|
1883
|
+
payloadLoggingEnabled?: boolean | undefined;
|
|
1884
|
+
};
|
|
1885
|
+
}>>]>;
|
|
1886
|
+
readonly payloadSchema: import("zod").ZodObject<{
|
|
1887
|
+
name: import("zod").ZodString;
|
|
1888
|
+
copyDependencies: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1889
|
+
copySecrets: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1890
|
+
copyQueues: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1891
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1892
|
+
name: string;
|
|
1893
|
+
copyDependencies?: boolean | undefined;
|
|
1894
|
+
copySecrets?: boolean | undefined;
|
|
1895
|
+
copyQueues?: boolean | undefined;
|
|
1896
|
+
}, {
|
|
1897
|
+
name: string;
|
|
1898
|
+
copyDependencies?: boolean | undefined;
|
|
1899
|
+
copySecrets?: boolean | undefined;
|
|
1900
|
+
copyQueues?: boolean | undefined;
|
|
1901
|
+
}>;
|
|
1902
|
+
readonly payload: import("./duplicate").DuplicateHookPayload;
|
|
1903
|
+
};
|
|
1407
1904
|
get: (hookId: number) => {
|
|
1408
1905
|
readonly endpoint: `/hooks/${number}`;
|
|
1409
1906
|
readonly method: "GET";
|
|
@@ -1414,7 +1911,7 @@ export declare const hooks: {
|
|
|
1414
1911
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1415
1912
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1416
1913
|
active: import("zod").ZodBoolean;
|
|
1417
|
-
events: import("zod").ZodArray<import("zod").
|
|
1914
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1418
1915
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1419
1916
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1420
1917
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1437,7 +1934,7 @@ export declare const hooks: {
|
|
|
1437
1934
|
description: string | null;
|
|
1438
1935
|
runAfter: string[];
|
|
1439
1936
|
active: boolean;
|
|
1440
|
-
events: ("email" | "annotation_content" | "
|
|
1937
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1441
1938
|
sideload: string[];
|
|
1442
1939
|
tokenOwner: string | null;
|
|
1443
1940
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1459,7 +1956,7 @@ export declare const hooks: {
|
|
|
1459
1956
|
description: string | null;
|
|
1460
1957
|
runAfter: string[];
|
|
1461
1958
|
active: boolean;
|
|
1462
|
-
events: ("email" | "annotation_content" | "
|
|
1959
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1463
1960
|
sideload: string[];
|
|
1464
1961
|
tokenOwner: string | null;
|
|
1465
1962
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1581,7 +2078,7 @@ export declare const hooks: {
|
|
|
1581
2078
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1582
2079
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1583
2080
|
active: import("zod").ZodBoolean;
|
|
1584
|
-
events: import("zod").ZodArray<import("zod").
|
|
2081
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1585
2082
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1586
2083
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1587
2084
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1604,7 +2101,7 @@ export declare const hooks: {
|
|
|
1604
2101
|
description: string | null;
|
|
1605
2102
|
runAfter: string[];
|
|
1606
2103
|
active: boolean;
|
|
1607
|
-
events: ("email" | "annotation_content" | "
|
|
2104
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1608
2105
|
sideload: string[];
|
|
1609
2106
|
tokenOwner: string | null;
|
|
1610
2107
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1626,7 +2123,7 @@ export declare const hooks: {
|
|
|
1626
2123
|
description: string | null;
|
|
1627
2124
|
runAfter: string[];
|
|
1628
2125
|
active: boolean;
|
|
1629
|
-
events: ("email" | "annotation_content" | "
|
|
2126
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1630
2127
|
sideload: string[];
|
|
1631
2128
|
tokenOwner: string | null;
|
|
1632
2129
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1666,7 +2163,7 @@ export declare const hooks: {
|
|
|
1666
2163
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1667
2164
|
}>>>;
|
|
1668
2165
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
1669
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
2166
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
1670
2167
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1671
2168
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1672
2169
|
private?: unknown;
|
|
@@ -1680,7 +2177,7 @@ export declare const hooks: {
|
|
|
1680
2177
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1681
2178
|
} | null | undefined;
|
|
1682
2179
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1683
|
-
code?: string | undefined;
|
|
2180
|
+
code?: string | null | undefined;
|
|
1684
2181
|
thirdPartyLibraryPack?: string | undefined;
|
|
1685
2182
|
}, {
|
|
1686
2183
|
private?: unknown;
|
|
@@ -1694,7 +2191,7 @@ export declare const hooks: {
|
|
|
1694
2191
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1695
2192
|
} | null | undefined;
|
|
1696
2193
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1697
|
-
code?: string | undefined;
|
|
2194
|
+
code?: string | null | undefined;
|
|
1698
2195
|
thirdPartyLibraryPack?: string | undefined;
|
|
1699
2196
|
}>;
|
|
1700
2197
|
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"ready">, import("zod").ZodLiteral<"failed">]>;
|
|
@@ -1713,7 +2210,7 @@ export declare const hooks: {
|
|
|
1713
2210
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1714
2211
|
} | null | undefined;
|
|
1715
2212
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1716
|
-
code?: string | undefined;
|
|
2213
|
+
code?: string | null | undefined;
|
|
1717
2214
|
thirdPartyLibraryPack?: string | undefined;
|
|
1718
2215
|
};
|
|
1719
2216
|
}, {
|
|
@@ -1731,7 +2228,7 @@ export declare const hooks: {
|
|
|
1731
2228
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
1732
2229
|
} | null | undefined;
|
|
1733
2230
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
1734
|
-
code?: string | undefined;
|
|
2231
|
+
code?: string | null | undefined;
|
|
1735
2232
|
thirdPartyLibraryPack?: string | undefined;
|
|
1736
2233
|
};
|
|
1737
2234
|
}>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
@@ -1741,7 +2238,7 @@ export declare const hooks: {
|
|
|
1741
2238
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1742
2239
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1743
2240
|
active: import("zod").ZodBoolean;
|
|
1744
|
-
events: import("zod").ZodArray<import("zod").
|
|
2241
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1745
2242
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1746
2243
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1747
2244
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1764,7 +2261,7 @@ export declare const hooks: {
|
|
|
1764
2261
|
description: string | null;
|
|
1765
2262
|
runAfter: string[];
|
|
1766
2263
|
active: boolean;
|
|
1767
|
-
events: ("email" | "annotation_content" | "
|
|
2264
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1768
2265
|
sideload: string[];
|
|
1769
2266
|
tokenOwner: string | null;
|
|
1770
2267
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1786,7 +2283,7 @@ export declare const hooks: {
|
|
|
1786
2283
|
description: string | null;
|
|
1787
2284
|
runAfter: string[];
|
|
1788
2285
|
active: boolean;
|
|
1789
|
-
events: ("email" | "annotation_content" | "
|
|
2286
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1790
2287
|
sideload: string[];
|
|
1791
2288
|
tokenOwner: string | null;
|
|
1792
2289
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1917,7 +2414,7 @@ export declare const hooks: {
|
|
|
1917
2414
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1918
2415
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1919
2416
|
active: import("zod").ZodBoolean;
|
|
1920
|
-
events: import("zod").ZodArray<import("zod").
|
|
2417
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
1921
2418
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1922
2419
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1923
2420
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1940,7 +2437,7 @@ export declare const hooks: {
|
|
|
1940
2437
|
description: string | null;
|
|
1941
2438
|
runAfter: string[];
|
|
1942
2439
|
active: boolean;
|
|
1943
|
-
events: ("email" | "annotation_content" | "
|
|
2440
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1944
2441
|
sideload: string[];
|
|
1945
2442
|
tokenOwner: string | null;
|
|
1946
2443
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -1962,7 +2459,7 @@ export declare const hooks: {
|
|
|
1962
2459
|
description: string | null;
|
|
1963
2460
|
runAfter: string[];
|
|
1964
2461
|
active: boolean;
|
|
1965
|
-
events: ("email" | "annotation_content" | "
|
|
2462
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
1966
2463
|
sideload: string[];
|
|
1967
2464
|
tokenOwner: string | null;
|
|
1968
2465
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2084,7 +2581,7 @@ export declare const hooks: {
|
|
|
2084
2581
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2085
2582
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2086
2583
|
active: import("zod").ZodBoolean;
|
|
2087
|
-
events: import("zod").ZodArray<import("zod").
|
|
2584
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
2088
2585
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2089
2586
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2090
2587
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2107,7 +2604,7 @@ export declare const hooks: {
|
|
|
2107
2604
|
description: string | null;
|
|
2108
2605
|
runAfter: string[];
|
|
2109
2606
|
active: boolean;
|
|
2110
|
-
events: ("email" | "annotation_content" | "
|
|
2607
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2111
2608
|
sideload: string[];
|
|
2112
2609
|
tokenOwner: string | null;
|
|
2113
2610
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2129,7 +2626,7 @@ export declare const hooks: {
|
|
|
2129
2626
|
description: string | null;
|
|
2130
2627
|
runAfter: string[];
|
|
2131
2628
|
active: boolean;
|
|
2132
|
-
events: ("email" | "annotation_content" | "
|
|
2629
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2133
2630
|
sideload: string[];
|
|
2134
2631
|
tokenOwner: string | null;
|
|
2135
2632
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2169,7 +2666,7 @@ export declare const hooks: {
|
|
|
2169
2666
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2170
2667
|
}>>>;
|
|
2171
2668
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
2172
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
2669
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2173
2670
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2174
2671
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2175
2672
|
private?: unknown;
|
|
@@ -2183,7 +2680,7 @@ export declare const hooks: {
|
|
|
2183
2680
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2184
2681
|
} | null | undefined;
|
|
2185
2682
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2186
|
-
code?: string | undefined;
|
|
2683
|
+
code?: string | null | undefined;
|
|
2187
2684
|
thirdPartyLibraryPack?: string | undefined;
|
|
2188
2685
|
}, {
|
|
2189
2686
|
private?: unknown;
|
|
@@ -2197,7 +2694,7 @@ export declare const hooks: {
|
|
|
2197
2694
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2198
2695
|
} | null | undefined;
|
|
2199
2696
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2200
|
-
code?: string | undefined;
|
|
2697
|
+
code?: string | null | undefined;
|
|
2201
2698
|
thirdPartyLibraryPack?: string | undefined;
|
|
2202
2699
|
}>;
|
|
2203
2700
|
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"ready">, import("zod").ZodLiteral<"failed">]>;
|
|
@@ -2216,7 +2713,7 @@ export declare const hooks: {
|
|
|
2216
2713
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2217
2714
|
} | null | undefined;
|
|
2218
2715
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2219
|
-
code?: string | undefined;
|
|
2716
|
+
code?: string | null | undefined;
|
|
2220
2717
|
thirdPartyLibraryPack?: string | undefined;
|
|
2221
2718
|
};
|
|
2222
2719
|
}, {
|
|
@@ -2234,7 +2731,7 @@ export declare const hooks: {
|
|
|
2234
2731
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2235
2732
|
} | null | undefined;
|
|
2236
2733
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2237
|
-
code?: string | undefined;
|
|
2734
|
+
code?: string | null | undefined;
|
|
2238
2735
|
thirdPartyLibraryPack?: string | undefined;
|
|
2239
2736
|
};
|
|
2240
2737
|
}>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
@@ -2244,7 +2741,7 @@ export declare const hooks: {
|
|
|
2244
2741
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2245
2742
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2246
2743
|
active: import("zod").ZodBoolean;
|
|
2247
|
-
events: import("zod").ZodArray<import("zod").
|
|
2744
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
2248
2745
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2249
2746
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2250
2747
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2267,7 +2764,7 @@ export declare const hooks: {
|
|
|
2267
2764
|
description: string | null;
|
|
2268
2765
|
runAfter: string[];
|
|
2269
2766
|
active: boolean;
|
|
2270
|
-
events: ("email" | "annotation_content" | "
|
|
2767
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2271
2768
|
sideload: string[];
|
|
2272
2769
|
tokenOwner: string | null;
|
|
2273
2770
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2289,7 +2786,7 @@ export declare const hooks: {
|
|
|
2289
2786
|
description: string | null;
|
|
2290
2787
|
runAfter: string[];
|
|
2291
2788
|
active: boolean;
|
|
2292
|
-
events: ("email" | "annotation_content" | "
|
|
2789
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2293
2790
|
sideload: string[];
|
|
2294
2791
|
tokenOwner: string | null;
|
|
2295
2792
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2394,7 +2891,7 @@ export declare const hooks: {
|
|
|
2394
2891
|
description: string | null;
|
|
2395
2892
|
runAfter: string[];
|
|
2396
2893
|
active: boolean;
|
|
2397
|
-
events: ("email" | "annotation_content" | "
|
|
2894
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2398
2895
|
sideload: string[];
|
|
2399
2896
|
tokenOwner: string | null;
|
|
2400
2897
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2435,7 +2932,7 @@ export declare const hooks: {
|
|
|
2435
2932
|
description: string | null;
|
|
2436
2933
|
runAfter: string[];
|
|
2437
2934
|
active: boolean;
|
|
2438
|
-
events: ("email" | "annotation_content" | "
|
|
2935
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2439
2936
|
sideload: string[];
|
|
2440
2937
|
tokenOwner: string | null;
|
|
2441
2938
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2464,7 +2961,7 @@ export declare const hooks: {
|
|
|
2464
2961
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2465
2962
|
} | null | undefined;
|
|
2466
2963
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2467
|
-
code?: string | undefined;
|
|
2964
|
+
code?: string | null | undefined;
|
|
2468
2965
|
thirdPartyLibraryPack?: string | undefined;
|
|
2469
2966
|
};
|
|
2470
2967
|
}) | ({
|
|
@@ -2475,7 +2972,7 @@ export declare const hooks: {
|
|
|
2475
2972
|
description: string | null;
|
|
2476
2973
|
runAfter: string[];
|
|
2477
2974
|
active: boolean;
|
|
2478
|
-
events: ("email" | "annotation_content" | "
|
|
2975
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2479
2976
|
sideload: string[];
|
|
2480
2977
|
tokenOwner: string | null;
|
|
2481
2978
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2520,7 +3017,7 @@ export declare const hooks: {
|
|
|
2520
3017
|
description: string | null;
|
|
2521
3018
|
runAfter: string[];
|
|
2522
3019
|
active: boolean;
|
|
2523
|
-
events: ("email" | "annotation_content" | "
|
|
3020
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2524
3021
|
sideload: string[];
|
|
2525
3022
|
tokenOwner: string | null;
|
|
2526
3023
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2561,7 +3058,7 @@ export declare const hooks: {
|
|
|
2561
3058
|
description: string | null;
|
|
2562
3059
|
runAfter: string[];
|
|
2563
3060
|
active: boolean;
|
|
2564
|
-
events: ("email" | "annotation_content" | "
|
|
3061
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2565
3062
|
sideload: string[];
|
|
2566
3063
|
tokenOwner: string | null;
|
|
2567
3064
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2590,7 +3087,7 @@ export declare const hooks: {
|
|
|
2590
3087
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2591
3088
|
} | null | undefined;
|
|
2592
3089
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2593
|
-
code?: string | undefined;
|
|
3090
|
+
code?: string | null | undefined;
|
|
2594
3091
|
thirdPartyLibraryPack?: string | undefined;
|
|
2595
3092
|
};
|
|
2596
3093
|
}) | ({
|
|
@@ -2601,7 +3098,7 @@ export declare const hooks: {
|
|
|
2601
3098
|
description: string | null;
|
|
2602
3099
|
runAfter: string[];
|
|
2603
3100
|
active: boolean;
|
|
2604
|
-
events: ("email" | "annotation_content" | "
|
|
3101
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2605
3102
|
sideload: string[];
|
|
2606
3103
|
tokenOwner: string | null;
|
|
2607
3104
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2638,31 +3135,46 @@ export declare const hooks: {
|
|
|
2638
3135
|
totalPages: number;
|
|
2639
3136
|
};
|
|
2640
3137
|
}>;
|
|
2641
|
-
readonly query:
|
|
2642
|
-
|
|
3138
|
+
readonly query: {
|
|
3139
|
+
readonly includeTotal: true;
|
|
3140
|
+
readonly id?: number | number[] | undefined;
|
|
3141
|
+
readonly name?: string | undefined;
|
|
3142
|
+
readonly search?: string | undefined;
|
|
3143
|
+
readonly type?: string | undefined;
|
|
3144
|
+
readonly queue?: number | undefined;
|
|
3145
|
+
readonly active?: boolean | undefined;
|
|
3146
|
+
readonly configAppUrl?: string | undefined;
|
|
3147
|
+
readonly events?: "email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation" | undefined;
|
|
3148
|
+
readonly pageSize?: number;
|
|
3149
|
+
readonly page?: number;
|
|
3150
|
+
};
|
|
3151
|
+
readonly querySchema: import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2643
3152
|
id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodNumber, import("zod").ZodArray<import("zod").ZodNumber, "many">]>>;
|
|
2644
3153
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3154
|
+
search: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2645
3155
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2646
3156
|
queue: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2647
3157
|
active: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2648
3158
|
configAppUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2649
|
-
events: import("zod").ZodOptional<import("zod").
|
|
3159
|
+
events: import("zod").ZodOptional<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>>;
|
|
2650
3160
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2651
3161
|
id?: number | number[] | undefined;
|
|
2652
3162
|
name?: string | undefined;
|
|
3163
|
+
search?: string | undefined;
|
|
2653
3164
|
type?: string | undefined;
|
|
2654
3165
|
queue?: number | undefined;
|
|
2655
3166
|
active?: boolean | undefined;
|
|
2656
3167
|
configAppUrl?: string | undefined;
|
|
2657
|
-
events?: "email" | "annotation_content" | "
|
|
3168
|
+
events?: "email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation" | undefined;
|
|
2658
3169
|
}, {
|
|
2659
3170
|
id?: number | number[] | undefined;
|
|
2660
3171
|
name?: string | undefined;
|
|
3172
|
+
search?: string | undefined;
|
|
2661
3173
|
type?: string | undefined;
|
|
2662
3174
|
queue?: number | undefined;
|
|
2663
3175
|
active?: boolean | undefined;
|
|
2664
3176
|
configAppUrl?: string | undefined;
|
|
2665
|
-
events?: "email" | "annotation_content" | "
|
|
3177
|
+
events?: "email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation" | undefined;
|
|
2666
3178
|
}>, import("zod").ZodObject<{
|
|
2667
3179
|
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2668
3180
|
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2672,6 +3184,12 @@ export declare const hooks: {
|
|
|
2672
3184
|
}, {
|
|
2673
3185
|
pageSize?: number | undefined;
|
|
2674
3186
|
page?: number | undefined;
|
|
3187
|
+
}>>, import("zod").ZodObject<{
|
|
3188
|
+
includeTotal: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3189
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3190
|
+
includeTotal?: boolean | undefined;
|
|
3191
|
+
}, {
|
|
3192
|
+
includeTotal?: boolean | undefined;
|
|
2675
3193
|
}>>;
|
|
2676
3194
|
};
|
|
2677
3195
|
patch: (hookId: number, payload: import("./patch").HookPatchPayload) => {
|
|
@@ -2684,7 +3202,7 @@ export declare const hooks: {
|
|
|
2684
3202
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2685
3203
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2686
3204
|
active: import("zod").ZodBoolean;
|
|
2687
|
-
events: import("zod").ZodArray<import("zod").
|
|
3205
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
2688
3206
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2689
3207
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2690
3208
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2707,7 +3225,7 @@ export declare const hooks: {
|
|
|
2707
3225
|
description: string | null;
|
|
2708
3226
|
runAfter: string[];
|
|
2709
3227
|
active: boolean;
|
|
2710
|
-
events: ("email" | "annotation_content" | "
|
|
3228
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2711
3229
|
sideload: string[];
|
|
2712
3230
|
tokenOwner: string | null;
|
|
2713
3231
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2729,7 +3247,7 @@ export declare const hooks: {
|
|
|
2729
3247
|
description: string | null;
|
|
2730
3248
|
runAfter: string[];
|
|
2731
3249
|
active: boolean;
|
|
2732
|
-
events: ("email" | "annotation_content" | "
|
|
3250
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2733
3251
|
sideload: string[];
|
|
2734
3252
|
tokenOwner: string | null;
|
|
2735
3253
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2851,7 +3369,7 @@ export declare const hooks: {
|
|
|
2851
3369
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2852
3370
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2853
3371
|
active: import("zod").ZodBoolean;
|
|
2854
|
-
events: import("zod").ZodArray<import("zod").
|
|
3372
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
2855
3373
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2856
3374
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2857
3375
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -2874,7 +3392,7 @@ export declare const hooks: {
|
|
|
2874
3392
|
description: string | null;
|
|
2875
3393
|
runAfter: string[];
|
|
2876
3394
|
active: boolean;
|
|
2877
|
-
events: ("email" | "annotation_content" | "
|
|
3395
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2878
3396
|
sideload: string[];
|
|
2879
3397
|
tokenOwner: string | null;
|
|
2880
3398
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2896,7 +3414,7 @@ export declare const hooks: {
|
|
|
2896
3414
|
description: string | null;
|
|
2897
3415
|
runAfter: string[];
|
|
2898
3416
|
active: boolean;
|
|
2899
|
-
events: ("email" | "annotation_content" | "
|
|
3417
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
2900
3418
|
sideload: string[];
|
|
2901
3419
|
tokenOwner: string | null;
|
|
2902
3420
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -2936,7 +3454,7 @@ export declare const hooks: {
|
|
|
2936
3454
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2937
3455
|
}>>>;
|
|
2938
3456
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
2939
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
3457
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
2940
3458
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2941
3459
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2942
3460
|
private?: unknown;
|
|
@@ -2950,7 +3468,7 @@ export declare const hooks: {
|
|
|
2950
3468
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2951
3469
|
} | null | undefined;
|
|
2952
3470
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2953
|
-
code?: string | undefined;
|
|
3471
|
+
code?: string | null | undefined;
|
|
2954
3472
|
thirdPartyLibraryPack?: string | undefined;
|
|
2955
3473
|
}, {
|
|
2956
3474
|
private?: unknown;
|
|
@@ -2964,7 +3482,7 @@ export declare const hooks: {
|
|
|
2964
3482
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2965
3483
|
} | null | undefined;
|
|
2966
3484
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2967
|
-
code?: string | undefined;
|
|
3485
|
+
code?: string | null | undefined;
|
|
2968
3486
|
thirdPartyLibraryPack?: string | undefined;
|
|
2969
3487
|
}>;
|
|
2970
3488
|
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"ready">, import("zod").ZodLiteral<"failed">]>;
|
|
@@ -2983,7 +3501,7 @@ export declare const hooks: {
|
|
|
2983
3501
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
2984
3502
|
} | null | undefined;
|
|
2985
3503
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
2986
|
-
code?: string | undefined;
|
|
3504
|
+
code?: string | null | undefined;
|
|
2987
3505
|
thirdPartyLibraryPack?: string | undefined;
|
|
2988
3506
|
};
|
|
2989
3507
|
}, {
|
|
@@ -3001,7 +3519,7 @@ export declare const hooks: {
|
|
|
3001
3519
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
3002
3520
|
} | null | undefined;
|
|
3003
3521
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
3004
|
-
code?: string | undefined;
|
|
3522
|
+
code?: string | null | undefined;
|
|
3005
3523
|
thirdPartyLibraryPack?: string | undefined;
|
|
3006
3524
|
};
|
|
3007
3525
|
}>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
@@ -3011,7 +3529,7 @@ export declare const hooks: {
|
|
|
3011
3529
|
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3012
3530
|
runAfter: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3013
3531
|
active: import("zod").ZodBoolean;
|
|
3014
|
-
events: import("zod").ZodArray<import("zod").
|
|
3532
|
+
events: import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">;
|
|
3015
3533
|
sideload: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3016
3534
|
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3017
3535
|
tokenOwner: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -3034,7 +3552,7 @@ export declare const hooks: {
|
|
|
3034
3552
|
description: string | null;
|
|
3035
3553
|
runAfter: string[];
|
|
3036
3554
|
active: boolean;
|
|
3037
|
-
events: ("email" | "annotation_content" | "
|
|
3555
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
3038
3556
|
sideload: string[];
|
|
3039
3557
|
tokenOwner: string | null;
|
|
3040
3558
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -3056,7 +3574,7 @@ export declare const hooks: {
|
|
|
3056
3574
|
description: string | null;
|
|
3057
3575
|
runAfter: string[];
|
|
3058
3576
|
active: boolean;
|
|
3059
|
-
events: ("email" | "annotation_content" | "
|
|
3577
|
+
events: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[];
|
|
3060
3578
|
sideload: string[];
|
|
3061
3579
|
tokenOwner: string | null;
|
|
3062
3580
|
extensionSource: "custom" | "rossum_store";
|
|
@@ -3179,7 +3697,7 @@ export declare const hooks: {
|
|
|
3179
3697
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
3180
3698
|
}>>>;
|
|
3181
3699
|
runtime: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"nodejs22.x">, import("zod").ZodLiteral<"nodejs18.x">, import("zod").ZodLiteral<"python3.12">, import("zod").ZodLiteral<"python3.8">]>>;
|
|
3182
|
-
code: import("zod").ZodOptional<import("zod").ZodString
|
|
3700
|
+
code: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
3183
3701
|
thirdPartyLibraryPack: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3184
3702
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3185
3703
|
private?: unknown;
|
|
@@ -3193,7 +3711,7 @@ export declare const hooks: {
|
|
|
3193
3711
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
3194
3712
|
} | null | undefined;
|
|
3195
3713
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
3196
|
-
code?: string | undefined;
|
|
3714
|
+
code?: string | null | undefined;
|
|
3197
3715
|
thirdPartyLibraryPack?: string | undefined;
|
|
3198
3716
|
}, {
|
|
3199
3717
|
private?: unknown;
|
|
@@ -3207,7 +3725,7 @@ export declare const hooks: {
|
|
|
3207
3725
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
3208
3726
|
} | null | undefined;
|
|
3209
3727
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
3210
|
-
code?: string | undefined;
|
|
3728
|
+
code?: string | null | undefined;
|
|
3211
3729
|
thirdPartyLibraryPack?: string | undefined;
|
|
3212
3730
|
}>>;
|
|
3213
3731
|
status: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"pending">, import("zod").ZodLiteral<"ready">, import("zod").ZodLiteral<"failed">]>>;
|
|
@@ -3232,7 +3750,7 @@ export declare const hooks: {
|
|
|
3232
3750
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
3233
3751
|
} | null | undefined;
|
|
3234
3752
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
3235
|
-
code?: string | undefined;
|
|
3753
|
+
code?: string | null | undefined;
|
|
3236
3754
|
thirdPartyLibraryPack?: string | undefined;
|
|
3237
3755
|
} | undefined;
|
|
3238
3756
|
status?: "pending" | "ready" | "failed" | undefined;
|
|
@@ -3253,7 +3771,7 @@ export declare const hooks: {
|
|
|
3253
3771
|
displayMode?: "fullscreen" | "drawer" | undefined;
|
|
3254
3772
|
} | null | undefined;
|
|
3255
3773
|
runtime?: "nodejs22.x" | "nodejs18.x" | "python3.12" | "python3.8" | undefined;
|
|
3256
|
-
code?: string | undefined;
|
|
3774
|
+
code?: string | null | undefined;
|
|
3257
3775
|
thirdPartyLibraryPack?: string | undefined;
|
|
3258
3776
|
} | undefined;
|
|
3259
3777
|
status?: "pending" | "ready" | "failed" | undefined;
|
|
@@ -3267,7 +3785,7 @@ export declare const hooks: {
|
|
|
3267
3785
|
queues: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3268
3786
|
runAfter: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3269
3787
|
active: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3270
|
-
events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").
|
|
3788
|
+
events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">>;
|
|
3271
3789
|
sideload: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3272
3790
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
3273
3791
|
tokenOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3289,7 +3807,7 @@ export declare const hooks: {
|
|
|
3289
3807
|
queues?: string[] | undefined;
|
|
3290
3808
|
runAfter?: string[] | undefined;
|
|
3291
3809
|
active?: boolean | undefined;
|
|
3292
|
-
events?: ("email" | "annotation_content" | "
|
|
3810
|
+
events?: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[] | undefined;
|
|
3293
3811
|
sideload?: string[] | undefined;
|
|
3294
3812
|
metadata?: unknown;
|
|
3295
3813
|
tokenOwner?: string | null | undefined;
|
|
@@ -3311,7 +3829,7 @@ export declare const hooks: {
|
|
|
3311
3829
|
queues?: string[] | undefined;
|
|
3312
3830
|
runAfter?: string[] | undefined;
|
|
3313
3831
|
active?: boolean | undefined;
|
|
3314
|
-
events?: ("email" | "annotation_content" | "
|
|
3832
|
+
events?: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[] | undefined;
|
|
3315
3833
|
sideload?: string[] | undefined;
|
|
3316
3834
|
metadata?: unknown;
|
|
3317
3835
|
tokenOwner?: string | null | undefined;
|
|
@@ -3434,7 +3952,7 @@ export declare const hooks: {
|
|
|
3434
3952
|
queues: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3435
3953
|
runAfter: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3436
3954
|
active: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3437
|
-
events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").
|
|
3955
|
+
events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">>;
|
|
3438
3956
|
sideload: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3439
3957
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
3440
3958
|
tokenOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3456,7 +3974,7 @@ export declare const hooks: {
|
|
|
3456
3974
|
queues?: string[] | undefined;
|
|
3457
3975
|
runAfter?: string[] | undefined;
|
|
3458
3976
|
active?: boolean | undefined;
|
|
3459
|
-
events?: ("email" | "annotation_content" | "
|
|
3977
|
+
events?: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[] | undefined;
|
|
3460
3978
|
sideload?: string[] | undefined;
|
|
3461
3979
|
metadata?: unknown;
|
|
3462
3980
|
tokenOwner?: string | null | undefined;
|
|
@@ -3478,7 +3996,7 @@ export declare const hooks: {
|
|
|
3478
3996
|
queues?: string[] | undefined;
|
|
3479
3997
|
runAfter?: string[] | undefined;
|
|
3480
3998
|
active?: boolean | undefined;
|
|
3481
|
-
events?: ("email" | "annotation_content" | "
|
|
3999
|
+
events?: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[] | undefined;
|
|
3482
4000
|
sideload?: string[] | undefined;
|
|
3483
4001
|
metadata?: unknown;
|
|
3484
4002
|
tokenOwner?: string | null | undefined;
|
|
@@ -3581,7 +4099,7 @@ export declare const hooks: {
|
|
|
3581
4099
|
queues: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3582
4100
|
runAfter: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3583
4101
|
active: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3584
|
-
events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").
|
|
4102
|
+
events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["annotation_content.confirm", "annotation_content.export", "annotation_content.initialize", "annotation_content.started", "annotation_content.updated", "annotation_content.user_update", "annotation_content", "annotation_status.changed", "annotation_status", "upload.created", "upload", "email.received", "email", "invocation.manual", "invocation.scheduled", "invocation.integration", "invocation.interface", "invocation"]>, "many">>;
|
|
3585
4103
|
sideload: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3586
4104
|
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
3587
4105
|
tokenOwner: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3603,7 +4121,7 @@ export declare const hooks: {
|
|
|
3603
4121
|
queues?: string[] | undefined;
|
|
3604
4122
|
runAfter?: string[] | undefined;
|
|
3605
4123
|
active?: boolean | undefined;
|
|
3606
|
-
events?: ("email" | "annotation_content" | "
|
|
4124
|
+
events?: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[] | undefined;
|
|
3607
4125
|
sideload?: string[] | undefined;
|
|
3608
4126
|
metadata?: unknown;
|
|
3609
4127
|
tokenOwner?: string | null | undefined;
|
|
@@ -3625,7 +4143,7 @@ export declare const hooks: {
|
|
|
3625
4143
|
queues?: string[] | undefined;
|
|
3626
4144
|
runAfter?: string[] | undefined;
|
|
3627
4145
|
active?: boolean | undefined;
|
|
3628
|
-
events?: ("email" | "annotation_content" | "
|
|
4146
|
+
events?: ("email" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_content" | "annotation_status.changed" | "annotation_status" | "upload.created" | "upload" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | "invocation")[] | undefined;
|
|
3629
4147
|
sideload?: string[] | undefined;
|
|
3630
4148
|
metadata?: unknown;
|
|
3631
4149
|
tokenOwner?: string | null | undefined;
|
|
@@ -3646,6 +4164,22 @@ export declare const hooks: {
|
|
|
3646
4164
|
readonly endpoint: "/hooks/runs";
|
|
3647
4165
|
readonly method: "GET";
|
|
3648
4166
|
readonly responseSchema: import("zod").ZodObject<{
|
|
4167
|
+
pagination: import("zod").ZodObject<{
|
|
4168
|
+
next: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4169
|
+
previous: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4170
|
+
total: import("zod").ZodNumber;
|
|
4171
|
+
totalPages: import("zod").ZodNumber;
|
|
4172
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4173
|
+
next: string | null;
|
|
4174
|
+
previous: string | null;
|
|
4175
|
+
total: number;
|
|
4176
|
+
totalPages: number;
|
|
4177
|
+
}, {
|
|
4178
|
+
next: string | null;
|
|
4179
|
+
previous: string | null;
|
|
4180
|
+
total: number;
|
|
4181
|
+
totalPages: number;
|
|
4182
|
+
}>;
|
|
3649
4183
|
results: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3650
4184
|
hookId: import("zod").ZodNumber;
|
|
3651
4185
|
hookType: import("zod").ZodUnion<[import("zod").ZodLiteral<"webhook">, import("zod").ZodLiteral<"function">, import("zod").ZodLiteral<"job">]>;
|
|
@@ -3656,14 +4190,16 @@ export declare const hooks: {
|
|
|
3656
4190
|
requestId: import("zod").ZodString;
|
|
3657
4191
|
response: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3658
4192
|
timestamp: import("zod").ZodString;
|
|
3659
|
-
start: import("zod").ZodNullable<import("zod").
|
|
3660
|
-
end: import("zod").ZodNullable<import("zod").
|
|
3661
|
-
status: import("zod").
|
|
4193
|
+
start: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4194
|
+
end: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4195
|
+
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>;
|
|
4196
|
+
uuid: import("zod").ZodString;
|
|
3662
4197
|
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3663
|
-
uuid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3664
4198
|
cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4199
|
+
output: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
3665
4200
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3666
4201
|
message: string;
|
|
4202
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3667
4203
|
hookId: number;
|
|
3668
4204
|
requestId: string;
|
|
3669
4205
|
timestamp: string;
|
|
@@ -3671,15 +4207,16 @@ export declare const hooks: {
|
|
|
3671
4207
|
hookType: "function" | "webhook" | "job";
|
|
3672
4208
|
request: string | null;
|
|
3673
4209
|
response: string | null;
|
|
4210
|
+
start: string | null;
|
|
4211
|
+
end: string | null;
|
|
4212
|
+
uuid: string;
|
|
3674
4213
|
queueId?: number | null | undefined;
|
|
3675
|
-
start?: string | null | undefined;
|
|
3676
|
-
end?: string | null | undefined;
|
|
3677
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3678
4214
|
settings?: unknown;
|
|
3679
|
-
uuid?: string | undefined;
|
|
3680
4215
|
cancelRequested?: string | null | undefined;
|
|
4216
|
+
output?: string | null | undefined;
|
|
3681
4217
|
}, {
|
|
3682
4218
|
message: string;
|
|
4219
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3683
4220
|
hookId: number;
|
|
3684
4221
|
requestId: string;
|
|
3685
4222
|
timestamp: string;
|
|
@@ -3687,13 +4224,13 @@ export declare const hooks: {
|
|
|
3687
4224
|
hookType: "function" | "webhook" | "job";
|
|
3688
4225
|
request: string | null;
|
|
3689
4226
|
response: string | null;
|
|
4227
|
+
start: string | null;
|
|
4228
|
+
end: string | null;
|
|
4229
|
+
uuid: string;
|
|
3690
4230
|
queueId?: number | null | undefined;
|
|
3691
|
-
start?: string | null | undefined;
|
|
3692
|
-
end?: string | null | undefined;
|
|
3693
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3694
4231
|
settings?: unknown;
|
|
3695
|
-
uuid?: string | undefined;
|
|
3696
4232
|
cancelRequested?: string | null | undefined;
|
|
4233
|
+
output?: string | null | undefined;
|
|
3697
4234
|
}>, import("zod").ZodObject<{
|
|
3698
4235
|
annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
3699
4236
|
event: import("zod").ZodLiteral<"annotation_content">;
|
|
@@ -3716,14 +4253,16 @@ export declare const hooks: {
|
|
|
3716
4253
|
requestId: import("zod").ZodString;
|
|
3717
4254
|
response: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3718
4255
|
timestamp: import("zod").ZodString;
|
|
3719
|
-
start: import("zod").ZodNullable<import("zod").
|
|
3720
|
-
end: import("zod").ZodNullable<import("zod").
|
|
3721
|
-
status: import("zod").
|
|
4256
|
+
start: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4257
|
+
end: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4258
|
+
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>;
|
|
4259
|
+
uuid: import("zod").ZodString;
|
|
3722
4260
|
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3723
|
-
uuid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3724
4261
|
cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4262
|
+
output: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
3725
4263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3726
4264
|
message: string;
|
|
4265
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3727
4266
|
hookId: number;
|
|
3728
4267
|
requestId: string;
|
|
3729
4268
|
timestamp: string;
|
|
@@ -3731,15 +4270,16 @@ export declare const hooks: {
|
|
|
3731
4270
|
hookType: "function" | "webhook" | "job";
|
|
3732
4271
|
request: string | null;
|
|
3733
4272
|
response: string | null;
|
|
4273
|
+
start: string | null;
|
|
4274
|
+
end: string | null;
|
|
4275
|
+
uuid: string;
|
|
3734
4276
|
queueId?: number | null | undefined;
|
|
3735
|
-
start?: string | null | undefined;
|
|
3736
|
-
end?: string | null | undefined;
|
|
3737
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3738
4277
|
settings?: unknown;
|
|
3739
|
-
uuid?: string | undefined;
|
|
3740
4278
|
cancelRequested?: string | null | undefined;
|
|
4279
|
+
output?: string | null | undefined;
|
|
3741
4280
|
}, {
|
|
3742
4281
|
message: string;
|
|
4282
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3743
4283
|
hookId: number;
|
|
3744
4284
|
requestId: string;
|
|
3745
4285
|
timestamp: string;
|
|
@@ -3747,13 +4287,13 @@ export declare const hooks: {
|
|
|
3747
4287
|
hookType: "function" | "webhook" | "job";
|
|
3748
4288
|
request: string | null;
|
|
3749
4289
|
response: string | null;
|
|
4290
|
+
start: string | null;
|
|
4291
|
+
end: string | null;
|
|
4292
|
+
uuid: string;
|
|
3750
4293
|
queueId?: number | null | undefined;
|
|
3751
|
-
start?: string | null | undefined;
|
|
3752
|
-
end?: string | null | undefined;
|
|
3753
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3754
4294
|
settings?: unknown;
|
|
3755
|
-
uuid?: string | undefined;
|
|
3756
4295
|
cancelRequested?: string | null | undefined;
|
|
4296
|
+
output?: string | null | undefined;
|
|
3757
4297
|
}>, import("zod").ZodObject<{
|
|
3758
4298
|
annotationId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
3759
4299
|
event: import("zod").ZodLiteral<"annotation_status">;
|
|
@@ -3776,14 +4316,16 @@ export declare const hooks: {
|
|
|
3776
4316
|
requestId: import("zod").ZodString;
|
|
3777
4317
|
response: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3778
4318
|
timestamp: import("zod").ZodString;
|
|
3779
|
-
start: import("zod").ZodNullable<import("zod").
|
|
3780
|
-
end: import("zod").ZodNullable<import("zod").
|
|
3781
|
-
status: import("zod").
|
|
4319
|
+
start: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4320
|
+
end: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4321
|
+
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>;
|
|
4322
|
+
uuid: import("zod").ZodString;
|
|
3782
4323
|
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3783
|
-
uuid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3784
4324
|
cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4325
|
+
output: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
3785
4326
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3786
4327
|
message: string;
|
|
4328
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3787
4329
|
hookId: number;
|
|
3788
4330
|
requestId: string;
|
|
3789
4331
|
timestamp: string;
|
|
@@ -3791,15 +4333,16 @@ export declare const hooks: {
|
|
|
3791
4333
|
hookType: "function" | "webhook" | "job";
|
|
3792
4334
|
request: string | null;
|
|
3793
4335
|
response: string | null;
|
|
4336
|
+
start: string | null;
|
|
4337
|
+
end: string | null;
|
|
4338
|
+
uuid: string;
|
|
3794
4339
|
queueId?: number | null | undefined;
|
|
3795
|
-
start?: string | null | undefined;
|
|
3796
|
-
end?: string | null | undefined;
|
|
3797
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3798
4340
|
settings?: unknown;
|
|
3799
|
-
uuid?: string | undefined;
|
|
3800
4341
|
cancelRequested?: string | null | undefined;
|
|
4342
|
+
output?: string | null | undefined;
|
|
3801
4343
|
}, {
|
|
3802
4344
|
message: string;
|
|
4345
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3803
4346
|
hookId: number;
|
|
3804
4347
|
requestId: string;
|
|
3805
4348
|
timestamp: string;
|
|
@@ -3807,13 +4350,13 @@ export declare const hooks: {
|
|
|
3807
4350
|
hookType: "function" | "webhook" | "job";
|
|
3808
4351
|
request: string | null;
|
|
3809
4352
|
response: string | null;
|
|
4353
|
+
start: string | null;
|
|
4354
|
+
end: string | null;
|
|
4355
|
+
uuid: string;
|
|
3810
4356
|
queueId?: number | null | undefined;
|
|
3811
|
-
start?: string | null | undefined;
|
|
3812
|
-
end?: string | null | undefined;
|
|
3813
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3814
4357
|
settings?: unknown;
|
|
3815
|
-
uuid?: string | undefined;
|
|
3816
4358
|
cancelRequested?: string | null | undefined;
|
|
4359
|
+
output?: string | null | undefined;
|
|
3817
4360
|
}>, import("zod").ZodObject<{
|
|
3818
4361
|
emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
3819
4362
|
event: import("zod").ZodLiteral<"upload">;
|
|
@@ -3836,14 +4379,16 @@ export declare const hooks: {
|
|
|
3836
4379
|
requestId: import("zod").ZodString;
|
|
3837
4380
|
response: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3838
4381
|
timestamp: import("zod").ZodString;
|
|
3839
|
-
start: import("zod").ZodNullable<import("zod").
|
|
3840
|
-
end: import("zod").ZodNullable<import("zod").
|
|
3841
|
-
status: import("zod").
|
|
4382
|
+
start: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4383
|
+
end: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4384
|
+
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>;
|
|
4385
|
+
uuid: import("zod").ZodString;
|
|
3842
4386
|
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3843
|
-
uuid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3844
4387
|
cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4388
|
+
output: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
3845
4389
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3846
4390
|
message: string;
|
|
4391
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3847
4392
|
hookId: number;
|
|
3848
4393
|
requestId: string;
|
|
3849
4394
|
timestamp: string;
|
|
@@ -3851,15 +4396,16 @@ export declare const hooks: {
|
|
|
3851
4396
|
hookType: "function" | "webhook" | "job";
|
|
3852
4397
|
request: string | null;
|
|
3853
4398
|
response: string | null;
|
|
4399
|
+
start: string | null;
|
|
4400
|
+
end: string | null;
|
|
4401
|
+
uuid: string;
|
|
3854
4402
|
queueId?: number | null | undefined;
|
|
3855
|
-
start?: string | null | undefined;
|
|
3856
|
-
end?: string | null | undefined;
|
|
3857
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3858
4403
|
settings?: unknown;
|
|
3859
|
-
uuid?: string | undefined;
|
|
3860
4404
|
cancelRequested?: string | null | undefined;
|
|
4405
|
+
output?: string | null | undefined;
|
|
3861
4406
|
}, {
|
|
3862
4407
|
message: string;
|
|
4408
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3863
4409
|
hookId: number;
|
|
3864
4410
|
requestId: string;
|
|
3865
4411
|
timestamp: string;
|
|
@@ -3867,13 +4413,13 @@ export declare const hooks: {
|
|
|
3867
4413
|
hookType: "function" | "webhook" | "job";
|
|
3868
4414
|
request: string | null;
|
|
3869
4415
|
response: string | null;
|
|
4416
|
+
start: string | null;
|
|
4417
|
+
end: string | null;
|
|
4418
|
+
uuid: string;
|
|
3870
4419
|
queueId?: number | null | undefined;
|
|
3871
|
-
start?: string | null | undefined;
|
|
3872
|
-
end?: string | null | undefined;
|
|
3873
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3874
4420
|
settings?: unknown;
|
|
3875
|
-
uuid?: string | undefined;
|
|
3876
4421
|
cancelRequested?: string | null | undefined;
|
|
4422
|
+
output?: string | null | undefined;
|
|
3877
4423
|
}>, import("zod").ZodObject<{
|
|
3878
4424
|
emailId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
3879
4425
|
event: import("zod").ZodLiteral<"email">;
|
|
@@ -3896,14 +4442,16 @@ export declare const hooks: {
|
|
|
3896
4442
|
requestId: import("zod").ZodString;
|
|
3897
4443
|
response: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3898
4444
|
timestamp: import("zod").ZodString;
|
|
3899
|
-
start: import("zod").ZodNullable<import("zod").
|
|
3900
|
-
end: import("zod").ZodNullable<import("zod").
|
|
3901
|
-
status: import("zod").
|
|
4445
|
+
start: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4446
|
+
end: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4447
|
+
status: import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>;
|
|
4448
|
+
uuid: import("zod").ZodString;
|
|
3902
4449
|
settings: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3903
|
-
uuid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3904
4450
|
cancelRequested: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
4451
|
+
output: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
3905
4452
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3906
4453
|
message: string;
|
|
4454
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3907
4455
|
hookId: number;
|
|
3908
4456
|
requestId: string;
|
|
3909
4457
|
timestamp: string;
|
|
@@ -3911,15 +4459,16 @@ export declare const hooks: {
|
|
|
3911
4459
|
hookType: "function" | "webhook" | "job";
|
|
3912
4460
|
request: string | null;
|
|
3913
4461
|
response: string | null;
|
|
4462
|
+
start: string | null;
|
|
4463
|
+
end: string | null;
|
|
4464
|
+
uuid: string;
|
|
3914
4465
|
queueId?: number | null | undefined;
|
|
3915
|
-
start?: string | null | undefined;
|
|
3916
|
-
end?: string | null | undefined;
|
|
3917
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3918
4466
|
settings?: unknown;
|
|
3919
|
-
uuid?: string | undefined;
|
|
3920
4467
|
cancelRequested?: string | null | undefined;
|
|
4468
|
+
output?: string | null | undefined;
|
|
3921
4469
|
}, {
|
|
3922
4470
|
message: string;
|
|
4471
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3923
4472
|
hookId: number;
|
|
3924
4473
|
requestId: string;
|
|
3925
4474
|
timestamp: string;
|
|
@@ -3927,13 +4476,13 @@ export declare const hooks: {
|
|
|
3927
4476
|
hookType: "function" | "webhook" | "job";
|
|
3928
4477
|
request: string | null;
|
|
3929
4478
|
response: string | null;
|
|
4479
|
+
start: string | null;
|
|
4480
|
+
end: string | null;
|
|
4481
|
+
uuid: string;
|
|
3930
4482
|
queueId?: number | null | undefined;
|
|
3931
|
-
start?: string | null | undefined;
|
|
3932
|
-
end?: string | null | undefined;
|
|
3933
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3934
4483
|
settings?: unknown;
|
|
3935
|
-
uuid?: string | undefined;
|
|
3936
4484
|
cancelRequested?: string | null | undefined;
|
|
4485
|
+
output?: string | null | undefined;
|
|
3937
4486
|
}>, import("zod").ZodObject<{
|
|
3938
4487
|
event: import("zod").ZodLiteral<"invocation">;
|
|
3939
4488
|
action: import("zod").ZodUnion<[import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"scheduled">, import("zod").ZodLiteral<"integration">, import("zod").ZodLiteral<"interface">]>;
|
|
@@ -3947,6 +4496,7 @@ export declare const hooks: {
|
|
|
3947
4496
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3948
4497
|
results: (({
|
|
3949
4498
|
message: string;
|
|
4499
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3950
4500
|
hookId: number;
|
|
3951
4501
|
requestId: string;
|
|
3952
4502
|
timestamp: string;
|
|
@@ -3954,19 +4504,20 @@ export declare const hooks: {
|
|
|
3954
4504
|
hookType: "function" | "webhook" | "job";
|
|
3955
4505
|
request: string | null;
|
|
3956
4506
|
response: string | null;
|
|
4507
|
+
start: string | null;
|
|
4508
|
+
end: string | null;
|
|
4509
|
+
uuid: string;
|
|
3957
4510
|
queueId?: number | null | undefined;
|
|
3958
|
-
start?: string | null | undefined;
|
|
3959
|
-
end?: string | null | undefined;
|
|
3960
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3961
4511
|
settings?: unknown;
|
|
3962
|
-
uuid?: string | undefined;
|
|
3963
4512
|
cancelRequested?: string | null | undefined;
|
|
4513
|
+
output?: string | null | undefined;
|
|
3964
4514
|
} & {
|
|
3965
4515
|
event: "annotation_content";
|
|
3966
4516
|
action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
|
|
3967
4517
|
annotationId?: number | null | undefined;
|
|
3968
4518
|
}) | ({
|
|
3969
4519
|
message: string;
|
|
4520
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3970
4521
|
hookId: number;
|
|
3971
4522
|
requestId: string;
|
|
3972
4523
|
timestamp: string;
|
|
@@ -3974,19 +4525,20 @@ export declare const hooks: {
|
|
|
3974
4525
|
hookType: "function" | "webhook" | "job";
|
|
3975
4526
|
request: string | null;
|
|
3976
4527
|
response: string | null;
|
|
4528
|
+
start: string | null;
|
|
4529
|
+
end: string | null;
|
|
4530
|
+
uuid: string;
|
|
3977
4531
|
queueId?: number | null | undefined;
|
|
3978
|
-
start?: string | null | undefined;
|
|
3979
|
-
end?: string | null | undefined;
|
|
3980
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
3981
4532
|
settings?: unknown;
|
|
3982
|
-
uuid?: string | undefined;
|
|
3983
4533
|
cancelRequested?: string | null | undefined;
|
|
4534
|
+
output?: string | null | undefined;
|
|
3984
4535
|
} & {
|
|
3985
4536
|
event: "annotation_status";
|
|
3986
4537
|
action: "changed";
|
|
3987
4538
|
annotationId?: number | null | undefined;
|
|
3988
4539
|
}) | ({
|
|
3989
4540
|
message: string;
|
|
4541
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
3990
4542
|
hookId: number;
|
|
3991
4543
|
requestId: string;
|
|
3992
4544
|
timestamp: string;
|
|
@@ -3994,19 +4546,20 @@ export declare const hooks: {
|
|
|
3994
4546
|
hookType: "function" | "webhook" | "job";
|
|
3995
4547
|
request: string | null;
|
|
3996
4548
|
response: string | null;
|
|
4549
|
+
start: string | null;
|
|
4550
|
+
end: string | null;
|
|
4551
|
+
uuid: string;
|
|
3997
4552
|
queueId?: number | null | undefined;
|
|
3998
|
-
start?: string | null | undefined;
|
|
3999
|
-
end?: string | null | undefined;
|
|
4000
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4001
4553
|
settings?: unknown;
|
|
4002
|
-
uuid?: string | undefined;
|
|
4003
4554
|
cancelRequested?: string | null | undefined;
|
|
4555
|
+
output?: string | null | undefined;
|
|
4004
4556
|
} & {
|
|
4005
4557
|
event: "upload";
|
|
4006
4558
|
action: "created";
|
|
4007
4559
|
emailId?: number | null | undefined;
|
|
4008
4560
|
}) | ({
|
|
4009
4561
|
message: string;
|
|
4562
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
4010
4563
|
hookId: number;
|
|
4011
4564
|
requestId: string;
|
|
4012
4565
|
timestamp: string;
|
|
@@ -4014,19 +4567,20 @@ export declare const hooks: {
|
|
|
4014
4567
|
hookType: "function" | "webhook" | "job";
|
|
4015
4568
|
request: string | null;
|
|
4016
4569
|
response: string | null;
|
|
4570
|
+
start: string | null;
|
|
4571
|
+
end: string | null;
|
|
4572
|
+
uuid: string;
|
|
4017
4573
|
queueId?: number | null | undefined;
|
|
4018
|
-
start?: string | null | undefined;
|
|
4019
|
-
end?: string | null | undefined;
|
|
4020
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4021
4574
|
settings?: unknown;
|
|
4022
|
-
uuid?: string | undefined;
|
|
4023
4575
|
cancelRequested?: string | null | undefined;
|
|
4576
|
+
output?: string | null | undefined;
|
|
4024
4577
|
} & {
|
|
4025
4578
|
event: "email";
|
|
4026
4579
|
action: "received";
|
|
4027
4580
|
emailId?: number | null | undefined;
|
|
4028
4581
|
}) | ({
|
|
4029
4582
|
message: string;
|
|
4583
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
4030
4584
|
hookId: number;
|
|
4031
4585
|
requestId: string;
|
|
4032
4586
|
timestamp: string;
|
|
@@ -4034,20 +4588,27 @@ export declare const hooks: {
|
|
|
4034
4588
|
hookType: "function" | "webhook" | "job";
|
|
4035
4589
|
request: string | null;
|
|
4036
4590
|
response: string | null;
|
|
4591
|
+
start: string | null;
|
|
4592
|
+
end: string | null;
|
|
4593
|
+
uuid: string;
|
|
4037
4594
|
queueId?: number | null | undefined;
|
|
4038
|
-
start?: string | null | undefined;
|
|
4039
|
-
end?: string | null | undefined;
|
|
4040
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4041
4595
|
settings?: unknown;
|
|
4042
|
-
uuid?: string | undefined;
|
|
4043
4596
|
cancelRequested?: string | null | undefined;
|
|
4597
|
+
output?: string | null | undefined;
|
|
4044
4598
|
} & {
|
|
4045
4599
|
event: "invocation";
|
|
4046
4600
|
action: "manual" | "scheduled" | "integration" | "interface";
|
|
4047
4601
|
}))[];
|
|
4602
|
+
pagination: {
|
|
4603
|
+
next: string | null;
|
|
4604
|
+
previous: string | null;
|
|
4605
|
+
total: number;
|
|
4606
|
+
totalPages: number;
|
|
4607
|
+
};
|
|
4048
4608
|
}, {
|
|
4049
4609
|
results: (({
|
|
4050
4610
|
message: string;
|
|
4611
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
4051
4612
|
hookId: number;
|
|
4052
4613
|
requestId: string;
|
|
4053
4614
|
timestamp: string;
|
|
@@ -4055,19 +4616,20 @@ export declare const hooks: {
|
|
|
4055
4616
|
hookType: "function" | "webhook" | "job";
|
|
4056
4617
|
request: string | null;
|
|
4057
4618
|
response: string | null;
|
|
4619
|
+
start: string | null;
|
|
4620
|
+
end: string | null;
|
|
4621
|
+
uuid: string;
|
|
4058
4622
|
queueId?: number | null | undefined;
|
|
4059
|
-
start?: string | null | undefined;
|
|
4060
|
-
end?: string | null | undefined;
|
|
4061
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4062
4623
|
settings?: unknown;
|
|
4063
|
-
uuid?: string | undefined;
|
|
4064
4624
|
cancelRequested?: string | null | undefined;
|
|
4625
|
+
output?: string | null | undefined;
|
|
4065
4626
|
} & {
|
|
4066
4627
|
event: "annotation_content";
|
|
4067
4628
|
action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
|
|
4068
4629
|
annotationId?: number | null | undefined;
|
|
4069
4630
|
}) | ({
|
|
4070
4631
|
message: string;
|
|
4632
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
4071
4633
|
hookId: number;
|
|
4072
4634
|
requestId: string;
|
|
4073
4635
|
timestamp: string;
|
|
@@ -4075,19 +4637,20 @@ export declare const hooks: {
|
|
|
4075
4637
|
hookType: "function" | "webhook" | "job";
|
|
4076
4638
|
request: string | null;
|
|
4077
4639
|
response: string | null;
|
|
4640
|
+
start: string | null;
|
|
4641
|
+
end: string | null;
|
|
4642
|
+
uuid: string;
|
|
4078
4643
|
queueId?: number | null | undefined;
|
|
4079
|
-
start?: string | null | undefined;
|
|
4080
|
-
end?: string | null | undefined;
|
|
4081
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4082
4644
|
settings?: unknown;
|
|
4083
|
-
uuid?: string | undefined;
|
|
4084
4645
|
cancelRequested?: string | null | undefined;
|
|
4646
|
+
output?: string | null | undefined;
|
|
4085
4647
|
} & {
|
|
4086
4648
|
event: "annotation_status";
|
|
4087
4649
|
action: "changed";
|
|
4088
4650
|
annotationId?: number | null | undefined;
|
|
4089
4651
|
}) | ({
|
|
4090
4652
|
message: string;
|
|
4653
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
4091
4654
|
hookId: number;
|
|
4092
4655
|
requestId: string;
|
|
4093
4656
|
timestamp: string;
|
|
@@ -4095,19 +4658,20 @@ export declare const hooks: {
|
|
|
4095
4658
|
hookType: "function" | "webhook" | "job";
|
|
4096
4659
|
request: string | null;
|
|
4097
4660
|
response: string | null;
|
|
4661
|
+
start: string | null;
|
|
4662
|
+
end: string | null;
|
|
4663
|
+
uuid: string;
|
|
4098
4664
|
queueId?: number | null | undefined;
|
|
4099
|
-
start?: string | null | undefined;
|
|
4100
|
-
end?: string | null | undefined;
|
|
4101
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4102
4665
|
settings?: unknown;
|
|
4103
|
-
uuid?: string | undefined;
|
|
4104
4666
|
cancelRequested?: string | null | undefined;
|
|
4667
|
+
output?: string | null | undefined;
|
|
4105
4668
|
} & {
|
|
4106
4669
|
event: "upload";
|
|
4107
4670
|
action: "created";
|
|
4108
4671
|
emailId?: number | null | undefined;
|
|
4109
4672
|
}) | ({
|
|
4110
4673
|
message: string;
|
|
4674
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
4111
4675
|
hookId: number;
|
|
4112
4676
|
requestId: string;
|
|
4113
4677
|
timestamp: string;
|
|
@@ -4115,19 +4679,20 @@ export declare const hooks: {
|
|
|
4115
4679
|
hookType: "function" | "webhook" | "job";
|
|
4116
4680
|
request: string | null;
|
|
4117
4681
|
response: string | null;
|
|
4682
|
+
start: string | null;
|
|
4683
|
+
end: string | null;
|
|
4684
|
+
uuid: string;
|
|
4118
4685
|
queueId?: number | null | undefined;
|
|
4119
|
-
start?: string | null | undefined;
|
|
4120
|
-
end?: string | null | undefined;
|
|
4121
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4122
4686
|
settings?: unknown;
|
|
4123
|
-
uuid?: string | undefined;
|
|
4124
4687
|
cancelRequested?: string | null | undefined;
|
|
4688
|
+
output?: string | null | undefined;
|
|
4125
4689
|
} & {
|
|
4126
4690
|
event: "email";
|
|
4127
4691
|
action: "received";
|
|
4128
4692
|
emailId?: number | null | undefined;
|
|
4129
4693
|
}) | ({
|
|
4130
4694
|
message: string;
|
|
4695
|
+
status: "failed" | "completed" | "running" | "cancelled" | "waiting";
|
|
4131
4696
|
hookId: number;
|
|
4132
4697
|
requestId: string;
|
|
4133
4698
|
timestamp: string;
|
|
@@ -4135,37 +4700,46 @@ export declare const hooks: {
|
|
|
4135
4700
|
hookType: "function" | "webhook" | "job";
|
|
4136
4701
|
request: string | null;
|
|
4137
4702
|
response: string | null;
|
|
4703
|
+
start: string | null;
|
|
4704
|
+
end: string | null;
|
|
4705
|
+
uuid: string;
|
|
4138
4706
|
queueId?: number | null | undefined;
|
|
4139
|
-
start?: string | null | undefined;
|
|
4140
|
-
end?: string | null | undefined;
|
|
4141
|
-
status?: "failed" | "completed" | "running" | "cancelled" | "waiting" | undefined;
|
|
4142
4707
|
settings?: unknown;
|
|
4143
|
-
uuid?: string | undefined;
|
|
4144
4708
|
cancelRequested?: string | null | undefined;
|
|
4709
|
+
output?: string | null | undefined;
|
|
4145
4710
|
} & {
|
|
4146
4711
|
event: "invocation";
|
|
4147
4712
|
action: "manual" | "scheduled" | "integration" | "interface";
|
|
4148
4713
|
}))[];
|
|
4714
|
+
pagination: {
|
|
4715
|
+
next: string | null;
|
|
4716
|
+
previous: string | null;
|
|
4717
|
+
total: number;
|
|
4718
|
+
totalPages: number;
|
|
4719
|
+
};
|
|
4149
4720
|
}>;
|
|
4150
|
-
readonly query:
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4721
|
+
readonly query: {
|
|
4722
|
+
readonly includeTotal: true;
|
|
4723
|
+
readonly pageSize?: number;
|
|
4724
|
+
readonly page?: number;
|
|
4725
|
+
readonly timestampAfter?: string | undefined;
|
|
4726
|
+
readonly timestampBefore?: string | undefined;
|
|
4727
|
+
readonly startAfter?: string | undefined;
|
|
4728
|
+
readonly startBefore?: string | undefined;
|
|
4729
|
+
readonly endAfter?: string | undefined;
|
|
4730
|
+
readonly endBefore?: string | undefined;
|
|
4731
|
+
readonly search?: string | undefined;
|
|
4732
|
+
readonly hook?: number[] | undefined;
|
|
4733
|
+
readonly uuid?: string[] | undefined;
|
|
4734
|
+
readonly requestId?: string | undefined;
|
|
4735
|
+
readonly logLevel?: import("..").LogLevel | undefined;
|
|
4736
|
+
readonly statusCode?: import("..").StatusCode[] | undefined;
|
|
4737
|
+
readonly queue?: string[] | undefined;
|
|
4738
|
+
readonly annotation?: number[] | undefined;
|
|
4739
|
+
readonly email?: string[] | undefined;
|
|
4740
|
+
readonly status?: import("..").RunStatus[] | undefined;
|
|
4741
|
+
};
|
|
4742
|
+
readonly querySchema: import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
4169
4743
|
timestampAfter: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4170
4744
|
timestampBefore: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4171
4745
|
startAfter: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4174,12 +4748,14 @@ export declare const hooks: {
|
|
|
4174
4748
|
endBefore: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4175
4749
|
search: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4176
4750
|
hook: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
4751
|
+
uuid: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4177
4752
|
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4178
4753
|
logLevel: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"INFO">, import("zod").ZodLiteral<"ERROR">, import("zod").ZodLiteral<"WARNING">]>>;
|
|
4179
4754
|
statusCode: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"200">, import("zod").ZodLiteral<"201">, import("zod").ZodLiteral<"202">, import("zod").ZodLiteral<"203">, import("zod").ZodLiteral<"204">, import("zod").ZodLiteral<"205">, import("zod").ZodLiteral<"206">, import("zod").ZodLiteral<"207">, import("zod").ZodLiteral<"208">, import("zod").ZodLiteral<"226">, import("zod").ZodLiteral<"400">, import("zod").ZodLiteral<"401">, import("zod").ZodLiteral<"402">, import("zod").ZodLiteral<"403">, import("zod").ZodLiteral<"404">, import("zod").ZodLiteral<"405">, import("zod").ZodLiteral<"406">, import("zod").ZodLiteral<"407">, import("zod").ZodLiteral<"408">, import("zod").ZodLiteral<"409">, import("zod").ZodLiteral<"410">, import("zod").ZodLiteral<"411">, import("zod").ZodLiteral<"412">, import("zod").ZodLiteral<"413">, import("zod").ZodLiteral<"414">, import("zod").ZodLiteral<"415">, import("zod").ZodLiteral<"416">, import("zod").ZodLiteral<"417">, import("zod").ZodLiteral<"418">, import("zod").ZodLiteral<"421">, import("zod").ZodLiteral<"422">, import("zod").ZodLiteral<"423">, import("zod").ZodLiteral<"424">, import("zod").ZodLiteral<"425">, import("zod").ZodLiteral<"426">, import("zod").ZodLiteral<"428">, import("zod").ZodLiteral<"429">, import("zod").ZodLiteral<"431">, import("zod").ZodLiteral<"451">, import("zod").ZodLiteral<"500">, import("zod").ZodLiteral<"501">, import("zod").ZodLiteral<"502">, import("zod").ZodLiteral<"503">, import("zod").ZodLiteral<"504">, import("zod").ZodLiteral<"505">, import("zod").ZodLiteral<"506">, import("zod").ZodLiteral<"507">, import("zod").ZodLiteral<"508">, import("zod").ZodLiteral<"510">, import("zod").ZodLiteral<"511">]>, "many">>;
|
|
4180
4755
|
queue: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4181
4756
|
annotation: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
4182
4757
|
email: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
4758
|
+
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4183
4759
|
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4184
4760
|
status: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"completed">, import("zod").ZodLiteral<"failed">, import("zod").ZodLiteral<"running">, import("zod").ZodLiteral<"cancelled">, import("zod").ZodLiteral<"waiting">]>, "many">>;
|
|
4185
4761
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -4191,12 +4767,14 @@ export declare const hooks: {
|
|
|
4191
4767
|
endBefore?: string | undefined;
|
|
4192
4768
|
search?: string | undefined;
|
|
4193
4769
|
hook?: number[] | undefined;
|
|
4770
|
+
uuid?: string[] | undefined;
|
|
4194
4771
|
requestId?: string | undefined;
|
|
4195
4772
|
logLevel?: "INFO" | "ERROR" | "WARNING" | undefined;
|
|
4196
4773
|
statusCode?: ("400" | "401" | "403" | "404" | "405" | "409" | "413" | "429" | "500" | "503" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "226" | "402" | "406" | "407" | "408" | "410" | "411" | "412" | "414" | "415" | "416" | "417" | "418" | "421" | "422" | "423" | "424" | "425" | "426" | "428" | "431" | "451" | "501" | "502" | "504" | "505" | "506" | "507" | "508" | "510" | "511")[] | undefined;
|
|
4197
4774
|
queue?: string[] | undefined;
|
|
4198
4775
|
annotation?: number[] | undefined;
|
|
4199
4776
|
email?: string[] | undefined;
|
|
4777
|
+
page?: number | undefined;
|
|
4200
4778
|
pageSize?: number | undefined;
|
|
4201
4779
|
status?: ("failed" | "completed" | "running" | "cancelled" | "waiting")[] | undefined;
|
|
4202
4780
|
}, {
|
|
@@ -4208,15 +4786,23 @@ export declare const hooks: {
|
|
|
4208
4786
|
endBefore?: string | undefined;
|
|
4209
4787
|
search?: string | undefined;
|
|
4210
4788
|
hook?: number[] | undefined;
|
|
4789
|
+
uuid?: string[] | undefined;
|
|
4211
4790
|
requestId?: string | undefined;
|
|
4212
4791
|
logLevel?: "INFO" | "ERROR" | "WARNING" | undefined;
|
|
4213
4792
|
statusCode?: ("400" | "401" | "403" | "404" | "405" | "409" | "413" | "429" | "500" | "503" | "200" | "201" | "202" | "203" | "204" | "205" | "206" | "207" | "208" | "226" | "402" | "406" | "407" | "408" | "410" | "411" | "412" | "414" | "415" | "416" | "417" | "418" | "421" | "422" | "423" | "424" | "425" | "426" | "428" | "431" | "451" | "501" | "502" | "504" | "505" | "506" | "507" | "508" | "510" | "511")[] | undefined;
|
|
4214
4793
|
queue?: string[] | undefined;
|
|
4215
4794
|
annotation?: number[] | undefined;
|
|
4216
4795
|
email?: string[] | undefined;
|
|
4796
|
+
page?: number | undefined;
|
|
4217
4797
|
pageSize?: number | undefined;
|
|
4218
4798
|
status?: ("failed" | "completed" | "running" | "cancelled" | "waiting")[] | undefined;
|
|
4219
|
-
}
|
|
4799
|
+
}>, import("zod").ZodObject<{
|
|
4800
|
+
includeTotal: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4801
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4802
|
+
includeTotal?: boolean | undefined;
|
|
4803
|
+
}, {
|
|
4804
|
+
includeTotal?: boolean | undefined;
|
|
4805
|
+
}>>;
|
|
4220
4806
|
};
|
|
4221
4807
|
runLogs: (runUuid: string) => {
|
|
4222
4808
|
readonly endpoint: `/hooks/runs/${string}/logs`;
|
|
@@ -4276,6 +4862,16 @@ export declare const hooks: {
|
|
|
4276
4862
|
totalPages: number;
|
|
4277
4863
|
};
|
|
4278
4864
|
}>;
|
|
4865
|
+
readonly query: {
|
|
4866
|
+
readonly includeTotal: true;
|
|
4867
|
+
};
|
|
4868
|
+
readonly querySchema: import("zod").ZodObject<{
|
|
4869
|
+
includeTotal: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4870
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
4871
|
+
includeTotal?: boolean | undefined;
|
|
4872
|
+
}, {
|
|
4873
|
+
includeTotal?: boolean | undefined;
|
|
4874
|
+
}>;
|
|
4279
4875
|
};
|
|
4280
4876
|
getSecretsKeys: (hookId: number) => {
|
|
4281
4877
|
readonly endpoint: `/hooks/${number}/secrets_keys`;
|