@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,3 +1,4 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
1
2
|
import { AnnotationStatus } from '../../shared/models/annotationStatus';
|
|
2
3
|
import { ID } from '../../utils/codecUtils';
|
|
3
4
|
import { PaginationQuery } from '../../utils/listQuery';
|
|
@@ -14,13 +15,13 @@ export type AnnotationListQuery = Partial<{
|
|
|
14
15
|
export declare const list: (query?: AnnotationListQuery) => {
|
|
15
16
|
readonly endpoint: "/annotations";
|
|
16
17
|
readonly method: "GET";
|
|
17
|
-
readonly responseSchema:
|
|
18
|
-
pagination:
|
|
19
|
-
next:
|
|
20
|
-
previous:
|
|
21
|
-
total:
|
|
22
|
-
totalPages:
|
|
23
|
-
}, "strip",
|
|
18
|
+
readonly responseSchema: z.ZodObject<{
|
|
19
|
+
pagination: z.ZodObject<{
|
|
20
|
+
next: z.ZodNullable<z.ZodString>;
|
|
21
|
+
previous: z.ZodNullable<z.ZodString>;
|
|
22
|
+
total: z.ZodNumber;
|
|
23
|
+
totalPages: z.ZodNumber;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
24
25
|
next: string | null;
|
|
25
26
|
previous: string | null;
|
|
26
27
|
total: number;
|
|
@@ -31,65 +32,81 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
31
32
|
total: number;
|
|
32
33
|
totalPages: number;
|
|
33
34
|
}>;
|
|
34
|
-
results:
|
|
35
|
-
document:
|
|
36
|
-
id:
|
|
37
|
-
queue:
|
|
38
|
-
schema:
|
|
39
|
-
relations:
|
|
40
|
-
pages:
|
|
41
|
-
creator:
|
|
42
|
-
modifier:
|
|
43
|
-
createdAt:
|
|
44
|
-
modifiedAt:
|
|
45
|
-
confirmedAt:
|
|
46
|
-
exportFailedAt:
|
|
47
|
-
exportedAt:
|
|
48
|
-
deletedAt:
|
|
49
|
-
rejectedAt:
|
|
50
|
-
confirmedBy:
|
|
51
|
-
deletedBy:
|
|
52
|
-
exportedBy:
|
|
53
|
-
rejectedBy:
|
|
54
|
-
assignedAt:
|
|
55
|
-
status:
|
|
56
|
-
rirPollId:
|
|
57
|
-
messages:
|
|
58
|
-
type:
|
|
59
|
-
content:
|
|
60
|
-
id:
|
|
61
|
-
detail:
|
|
62
|
-
hookId:
|
|
63
|
-
hookName:
|
|
64
|
-
requestId:
|
|
65
|
-
isException:
|
|
66
|
-
tracebackLineNumber:
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
35
|
+
results: z.ZodArray<z.ZodObject<{
|
|
36
|
+
document: z.ZodString;
|
|
37
|
+
id: z.ZodNumber;
|
|
38
|
+
queue: z.ZodString;
|
|
39
|
+
schema: z.ZodString;
|
|
40
|
+
relations: z.ZodArray<z.ZodString, "many">;
|
|
41
|
+
pages: z.ZodArray<z.ZodString, "many">;
|
|
42
|
+
creator: z.ZodNullable<z.ZodString>;
|
|
43
|
+
modifier: z.ZodNullable<z.ZodString>;
|
|
44
|
+
createdAt: z.ZodString;
|
|
45
|
+
modifiedAt: z.ZodNullable<z.ZodString>;
|
|
46
|
+
confirmedAt: z.ZodNullable<z.ZodString>;
|
|
47
|
+
exportFailedAt: z.ZodNullable<z.ZodString>;
|
|
48
|
+
exportedAt: z.ZodNullable<z.ZodString>;
|
|
49
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
|
50
|
+
rejectedAt: z.ZodNullable<z.ZodString>;
|
|
51
|
+
confirmedBy: z.ZodNullable<z.ZodString>;
|
|
52
|
+
deletedBy: z.ZodNullable<z.ZodString>;
|
|
53
|
+
exportedBy: z.ZodNullable<z.ZodString>;
|
|
54
|
+
rejectedBy: z.ZodNullable<z.ZodString>;
|
|
55
|
+
assignedAt: z.ZodNullable<z.ZodString>;
|
|
56
|
+
status: z.ZodUnion<[z.ZodLiteral<"created">, z.ZodLiteral<"importing">, z.ZodLiteral<"failed_import">, z.ZodLiteral<"split">, z.ZodLiteral<"to_review">, z.ZodLiteral<"reviewing">, z.ZodLiteral<"confirmed">, z.ZodLiteral<"rejected">, z.ZodLiteral<"exporting">, z.ZodLiteral<"exported">, z.ZodLiteral<"failed_export">, z.ZodLiteral<"postponed">, z.ZodLiteral<"deleted">, z.ZodLiteral<"purged">, z.ZodLiteral<"in_workflow">]>;
|
|
57
|
+
rirPollId: z.ZodNullable<z.ZodString>;
|
|
58
|
+
messages: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
59
|
+
type: z.ZodUnion<[z.ZodLiteral<"error">, z.ZodLiteral<"warning">, z.ZodLiteral<"info">]>;
|
|
60
|
+
content: z.ZodString;
|
|
61
|
+
id: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodString, z.ZodNumber]>>>;
|
|
62
|
+
detail: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
63
|
+
hookId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
64
|
+
hookName: z.ZodOptional<z.ZodString>;
|
|
65
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
66
|
+
isException: z.ZodOptional<z.ZodBoolean>;
|
|
67
|
+
tracebackLineNumber: z.ZodOptional<z.ZodNumber>;
|
|
68
|
+
ruleId: z.ZodOptional<z.ZodNumber>;
|
|
69
|
+
ruleName: z.ZodOptional<z.ZodString>;
|
|
70
|
+
sourceId: z.ZodOptional<z.ZodNumber>;
|
|
71
|
+
sourceSchemaId: z.ZodOptional<z.ZodString>;
|
|
72
|
+
timestamp: z.ZodOptional<z.ZodString>;
|
|
73
|
+
}, "strip", z.ZodTypeAny, {
|
|
74
|
+
hookId?: number | null | undefined;
|
|
75
|
+
hookName?: string | undefined;
|
|
76
|
+
requestId?: string | undefined;
|
|
72
77
|
isException?: boolean | undefined;
|
|
73
78
|
tracebackLineNumber?: number | undefined;
|
|
79
|
+
ruleId?: number | undefined;
|
|
80
|
+
ruleName?: string | undefined;
|
|
81
|
+
sourceId?: number | undefined;
|
|
82
|
+
sourceSchemaId?: string | undefined;
|
|
74
83
|
timestamp?: string | undefined;
|
|
75
84
|
}, {
|
|
76
|
-
hookId
|
|
77
|
-
hookName
|
|
78
|
-
requestId
|
|
85
|
+
hookId?: number | null | undefined;
|
|
86
|
+
hookName?: string | undefined;
|
|
87
|
+
requestId?: string | undefined;
|
|
79
88
|
isException?: boolean | undefined;
|
|
80
89
|
tracebackLineNumber?: number | undefined;
|
|
90
|
+
ruleId?: number | undefined;
|
|
91
|
+
ruleName?: string | undefined;
|
|
92
|
+
sourceId?: number | undefined;
|
|
93
|
+
sourceSchemaId?: string | undefined;
|
|
81
94
|
timestamp?: string | undefined;
|
|
82
95
|
}>>>;
|
|
83
|
-
}, "strip",
|
|
96
|
+
}, "strip", z.ZodTypeAny, {
|
|
84
97
|
type: "error" | "warning" | "info";
|
|
85
98
|
content: string;
|
|
86
99
|
id?: string | number | null | undefined;
|
|
87
100
|
detail?: {
|
|
88
|
-
hookId
|
|
89
|
-
hookName
|
|
90
|
-
requestId
|
|
101
|
+
hookId?: number | null | undefined;
|
|
102
|
+
hookName?: string | undefined;
|
|
103
|
+
requestId?: string | undefined;
|
|
91
104
|
isException?: boolean | undefined;
|
|
92
105
|
tracebackLineNumber?: number | undefined;
|
|
106
|
+
ruleId?: number | undefined;
|
|
107
|
+
ruleName?: string | undefined;
|
|
108
|
+
sourceId?: number | undefined;
|
|
109
|
+
sourceSchemaId?: string | undefined;
|
|
93
110
|
timestamp?: string | undefined;
|
|
94
111
|
} | null | undefined;
|
|
95
112
|
}, {
|
|
@@ -97,43 +114,48 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
97
114
|
content: string;
|
|
98
115
|
id?: string | number | null | undefined;
|
|
99
116
|
detail?: {
|
|
100
|
-
hookId
|
|
101
|
-
hookName
|
|
102
|
-
requestId
|
|
117
|
+
hookId?: number | null | undefined;
|
|
118
|
+
hookName?: string | undefined;
|
|
119
|
+
requestId?: string | undefined;
|
|
103
120
|
isException?: boolean | undefined;
|
|
104
121
|
tracebackLineNumber?: number | undefined;
|
|
122
|
+
ruleId?: number | undefined;
|
|
123
|
+
ruleName?: string | undefined;
|
|
124
|
+
sourceId?: number | undefined;
|
|
125
|
+
sourceSchemaId?: string | undefined;
|
|
105
126
|
timestamp?: string | undefined;
|
|
106
127
|
} | null | undefined;
|
|
107
128
|
}>, "many">>;
|
|
108
|
-
einvoice:
|
|
109
|
-
url:
|
|
110
|
-
content:
|
|
111
|
-
timeSpent:
|
|
112
|
-
metadata:
|
|
113
|
-
automated:
|
|
114
|
-
suggestedEdit:
|
|
115
|
-
relatedEmails:
|
|
116
|
-
email:
|
|
117
|
-
automationBlocker:
|
|
118
|
-
emailThread:
|
|
119
|
-
organization:
|
|
120
|
-
automaticallyRejected:
|
|
121
|
-
prediction:
|
|
122
|
-
source:
|
|
123
|
-
version:
|
|
124
|
-
}, "strip",
|
|
129
|
+
einvoice: z.ZodBoolean;
|
|
130
|
+
url: z.ZodString;
|
|
131
|
+
content: z.ZodString;
|
|
132
|
+
timeSpent: z.ZodNullable<z.ZodNumber>;
|
|
133
|
+
metadata: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
134
|
+
automated: z.ZodBoolean;
|
|
135
|
+
suggestedEdit: z.ZodNullable<z.ZodString>;
|
|
136
|
+
relatedEmails: z.ZodArray<z.ZodString, "many">;
|
|
137
|
+
email: z.ZodNullable<z.ZodString>;
|
|
138
|
+
automationBlocker: z.ZodNullable<z.ZodString>;
|
|
139
|
+
emailThread: z.ZodNullable<z.ZodString>;
|
|
140
|
+
organization: z.ZodString;
|
|
141
|
+
automaticallyRejected: z.ZodBoolean;
|
|
142
|
+
prediction: z.ZodNullable<z.ZodObject<{
|
|
143
|
+
source: z.ZodNullable<z.ZodString>;
|
|
144
|
+
version: z.ZodNullable<z.ZodString>;
|
|
145
|
+
}, "strip", z.ZodTypeAny, {
|
|
125
146
|
source: string | null;
|
|
126
147
|
version: string | null;
|
|
127
148
|
}, {
|
|
128
149
|
source: string | null;
|
|
129
150
|
version: string | null;
|
|
130
151
|
}>>;
|
|
131
|
-
hasEmailThreadWithReplies:
|
|
132
|
-
hasEmailThreadWithNewReplies:
|
|
133
|
-
assignees:
|
|
134
|
-
labels:
|
|
135
|
-
restrictedAccess:
|
|
136
|
-
|
|
152
|
+
hasEmailThreadWithReplies: z.ZodOptional<z.ZodBoolean>;
|
|
153
|
+
hasEmailThreadWithNewReplies: z.ZodOptional<z.ZodBoolean>;
|
|
154
|
+
assignees: z.ZodArray<z.ZodString, "many">;
|
|
155
|
+
labels: z.ZodArray<z.ZodString, "many">;
|
|
156
|
+
restrictedAccess: z.ZodBoolean;
|
|
157
|
+
trainingEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
158
|
+
}, "strip", z.ZodTypeAny, {
|
|
137
159
|
status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
|
|
138
160
|
assignees: string[];
|
|
139
161
|
url: string;
|
|
@@ -164,11 +186,15 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
164
186
|
content: string;
|
|
165
187
|
id?: string | number | null | undefined;
|
|
166
188
|
detail?: {
|
|
167
|
-
hookId
|
|
168
|
-
hookName
|
|
169
|
-
requestId
|
|
189
|
+
hookId?: number | null | undefined;
|
|
190
|
+
hookName?: string | undefined;
|
|
191
|
+
requestId?: string | undefined;
|
|
170
192
|
isException?: boolean | undefined;
|
|
171
193
|
tracebackLineNumber?: number | undefined;
|
|
194
|
+
ruleId?: number | undefined;
|
|
195
|
+
ruleName?: string | undefined;
|
|
196
|
+
sourceId?: number | undefined;
|
|
197
|
+
sourceSchemaId?: string | undefined;
|
|
172
198
|
timestamp?: string | undefined;
|
|
173
199
|
} | null | undefined;
|
|
174
200
|
}[] | null;
|
|
@@ -191,6 +217,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
191
217
|
restrictedAccess: boolean;
|
|
192
218
|
hasEmailThreadWithReplies?: boolean | undefined;
|
|
193
219
|
hasEmailThreadWithNewReplies?: boolean | undefined;
|
|
220
|
+
trainingEnabled?: boolean | undefined;
|
|
194
221
|
}, {
|
|
195
222
|
status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
|
|
196
223
|
assignees: string[];
|
|
@@ -222,11 +249,15 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
222
249
|
content: string;
|
|
223
250
|
id?: string | number | null | undefined;
|
|
224
251
|
detail?: {
|
|
225
|
-
hookId
|
|
226
|
-
hookName
|
|
227
|
-
requestId
|
|
252
|
+
hookId?: number | null | undefined;
|
|
253
|
+
hookName?: string | undefined;
|
|
254
|
+
requestId?: string | undefined;
|
|
228
255
|
isException?: boolean | undefined;
|
|
229
256
|
tracebackLineNumber?: number | undefined;
|
|
257
|
+
ruleId?: number | undefined;
|
|
258
|
+
ruleName?: string | undefined;
|
|
259
|
+
sourceId?: number | undefined;
|
|
260
|
+
sourceSchemaId?: string | undefined;
|
|
230
261
|
timestamp?: string | undefined;
|
|
231
262
|
} | null | undefined;
|
|
232
263
|
}[] | null;
|
|
@@ -249,8 +280,9 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
249
280
|
restrictedAccess: boolean;
|
|
250
281
|
hasEmailThreadWithReplies?: boolean | undefined;
|
|
251
282
|
hasEmailThreadWithNewReplies?: boolean | undefined;
|
|
283
|
+
trainingEnabled?: boolean | undefined;
|
|
252
284
|
}>, "many">;
|
|
253
|
-
}, "strip",
|
|
285
|
+
}, "strip", z.ZodTypeAny, {
|
|
254
286
|
results: {
|
|
255
287
|
status: "created" | "importing" | "failed_import" | "split" | "to_review" | "reviewing" | "confirmed" | "rejected" | "exporting" | "exported" | "failed_export" | "postponed" | "deleted" | "purged" | "in_workflow";
|
|
256
288
|
assignees: string[];
|
|
@@ -282,11 +314,15 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
282
314
|
content: string;
|
|
283
315
|
id?: string | number | null | undefined;
|
|
284
316
|
detail?: {
|
|
285
|
-
hookId
|
|
286
|
-
hookName
|
|
287
|
-
requestId
|
|
317
|
+
hookId?: number | null | undefined;
|
|
318
|
+
hookName?: string | undefined;
|
|
319
|
+
requestId?: string | undefined;
|
|
288
320
|
isException?: boolean | undefined;
|
|
289
321
|
tracebackLineNumber?: number | undefined;
|
|
322
|
+
ruleId?: number | undefined;
|
|
323
|
+
ruleName?: string | undefined;
|
|
324
|
+
sourceId?: number | undefined;
|
|
325
|
+
sourceSchemaId?: string | undefined;
|
|
290
326
|
timestamp?: string | undefined;
|
|
291
327
|
} | null | undefined;
|
|
292
328
|
}[] | null;
|
|
@@ -309,6 +345,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
309
345
|
restrictedAccess: boolean;
|
|
310
346
|
hasEmailThreadWithReplies?: boolean | undefined;
|
|
311
347
|
hasEmailThreadWithNewReplies?: boolean | undefined;
|
|
348
|
+
trainingEnabled?: boolean | undefined;
|
|
312
349
|
}[];
|
|
313
350
|
pagination: {
|
|
314
351
|
next: string | null;
|
|
@@ -348,11 +385,15 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
348
385
|
content: string;
|
|
349
386
|
id?: string | number | null | undefined;
|
|
350
387
|
detail?: {
|
|
351
|
-
hookId
|
|
352
|
-
hookName
|
|
353
|
-
requestId
|
|
388
|
+
hookId?: number | null | undefined;
|
|
389
|
+
hookName?: string | undefined;
|
|
390
|
+
requestId?: string | undefined;
|
|
354
391
|
isException?: boolean | undefined;
|
|
355
392
|
tracebackLineNumber?: number | undefined;
|
|
393
|
+
ruleId?: number | undefined;
|
|
394
|
+
ruleName?: string | undefined;
|
|
395
|
+
sourceId?: number | undefined;
|
|
396
|
+
sourceSchemaId?: string | undefined;
|
|
356
397
|
timestamp?: string | undefined;
|
|
357
398
|
} | null | undefined;
|
|
358
399
|
}[] | null;
|
|
@@ -375,6 +416,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
375
416
|
restrictedAccess: boolean;
|
|
376
417
|
hasEmailThreadWithReplies?: boolean | undefined;
|
|
377
418
|
hasEmailThreadWithNewReplies?: boolean | undefined;
|
|
419
|
+
trainingEnabled?: boolean | undefined;
|
|
378
420
|
}[];
|
|
379
421
|
pagination: {
|
|
380
422
|
next: string | null;
|
|
@@ -383,17 +425,29 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
383
425
|
totalPages: number;
|
|
384
426
|
};
|
|
385
427
|
}>;
|
|
386
|
-
readonly query:
|
|
387
|
-
|
|
388
|
-
id
|
|
389
|
-
queue
|
|
390
|
-
search
|
|
391
|
-
status
|
|
392
|
-
labels
|
|
393
|
-
ordering
|
|
394
|
-
assignees
|
|
395
|
-
'content.schema_id'
|
|
396
|
-
|
|
428
|
+
readonly query: {
|
|
429
|
+
readonly includeTotal: true;
|
|
430
|
+
readonly id?: number[] | undefined;
|
|
431
|
+
readonly queue?: number | undefined;
|
|
432
|
+
readonly search?: string | undefined;
|
|
433
|
+
readonly status?: AnnotationStatus[] | undefined;
|
|
434
|
+
readonly labels?: string[] | undefined;
|
|
435
|
+
readonly ordering?: string | undefined;
|
|
436
|
+
readonly assignees?: number[] | undefined;
|
|
437
|
+
readonly 'content.schema_id'?: string[] | undefined;
|
|
438
|
+
readonly pageSize?: number;
|
|
439
|
+
readonly page?: number;
|
|
440
|
+
};
|
|
441
|
+
readonly querySchema: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
442
|
+
id: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
443
|
+
queue: z.ZodOptional<z.ZodNumber>;
|
|
444
|
+
search: z.ZodOptional<z.ZodString>;
|
|
445
|
+
status: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"created">, z.ZodLiteral<"importing">, z.ZodLiteral<"failed_import">, z.ZodLiteral<"split">, z.ZodLiteral<"to_review">, z.ZodLiteral<"reviewing">, z.ZodLiteral<"confirmed">, z.ZodLiteral<"rejected">, z.ZodLiteral<"exporting">, z.ZodLiteral<"exported">, z.ZodLiteral<"failed_export">, z.ZodLiteral<"postponed">, z.ZodLiteral<"deleted">, z.ZodLiteral<"purged">, z.ZodLiteral<"in_workflow">]>, "many">>;
|
|
446
|
+
labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
447
|
+
ordering: z.ZodOptional<z.ZodString>;
|
|
448
|
+
assignees: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
449
|
+
'content.schema_id': z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
450
|
+
}, "strip", z.ZodTypeAny, {
|
|
397
451
|
id?: number[] | undefined;
|
|
398
452
|
queue?: number | undefined;
|
|
399
453
|
search?: string | undefined;
|
|
@@ -411,33 +465,39 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
411
465
|
ordering?: string | undefined;
|
|
412
466
|
assignees?: number[] | undefined;
|
|
413
467
|
'content.schema_id'?: string[] | undefined;
|
|
414
|
-
}>,
|
|
415
|
-
pageSize:
|
|
416
|
-
page:
|
|
417
|
-
}, "strip",
|
|
468
|
+
}>, z.ZodObject<{
|
|
469
|
+
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
470
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
471
|
+
}, "strip", z.ZodTypeAny, {
|
|
418
472
|
pageSize?: number | undefined;
|
|
419
473
|
page?: number | undefined;
|
|
420
474
|
}, {
|
|
421
475
|
pageSize?: number | undefined;
|
|
422
476
|
page?: number | undefined;
|
|
477
|
+
}>>, z.ZodObject<{
|
|
478
|
+
includeTotal: z.ZodOptional<z.ZodBoolean>;
|
|
479
|
+
}, "strip", z.ZodTypeAny, {
|
|
480
|
+
includeTotal?: boolean | undefined;
|
|
481
|
+
}, {
|
|
482
|
+
includeTotal?: boolean | undefined;
|
|
423
483
|
}>>;
|
|
424
|
-
readonly sideloadSchema:
|
|
425
|
-
documents:
|
|
426
|
-
id:
|
|
427
|
-
url:
|
|
428
|
-
s3Name:
|
|
429
|
-
parent:
|
|
430
|
-
email:
|
|
431
|
-
mimeType:
|
|
432
|
-
creator:
|
|
433
|
-
createdAt:
|
|
434
|
-
arrivedAt:
|
|
435
|
-
originalFileName:
|
|
436
|
-
content:
|
|
437
|
-
attachmentStatus:
|
|
438
|
-
metadata:
|
|
439
|
-
annotations:
|
|
440
|
-
}, "strip",
|
|
484
|
+
readonly sideloadSchema: z.ZodObject<{
|
|
485
|
+
documents: z.ZodArray<z.ZodObject<{
|
|
486
|
+
id: z.ZodNumber;
|
|
487
|
+
url: z.ZodString;
|
|
488
|
+
s3Name: z.ZodNullable<z.ZodString>;
|
|
489
|
+
parent: z.ZodNullable<z.ZodString>;
|
|
490
|
+
email: z.ZodNullable<z.ZodString>;
|
|
491
|
+
mimeType: z.ZodString;
|
|
492
|
+
creator: z.ZodNullable<z.ZodString>;
|
|
493
|
+
createdAt: z.ZodString;
|
|
494
|
+
arrivedAt: z.ZodString;
|
|
495
|
+
originalFileName: z.ZodNullable<z.ZodString>;
|
|
496
|
+
content: z.ZodNullable<z.ZodString>;
|
|
497
|
+
attachmentStatus: z.ZodNullable<z.ZodString>;
|
|
498
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
499
|
+
annotations: z.ZodArray<z.ZodString, "many">;
|
|
500
|
+
}, "strip", z.ZodTypeAny, {
|
|
441
501
|
annotations: string[];
|
|
442
502
|
url: string;
|
|
443
503
|
originalFileName: string | null;
|
|
@@ -468,27 +528,27 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
468
528
|
attachmentStatus: string | null;
|
|
469
529
|
metadata?: unknown;
|
|
470
530
|
}>, "many">;
|
|
471
|
-
modifiers:
|
|
472
|
-
id:
|
|
473
|
-
url:
|
|
474
|
-
firstName:
|
|
475
|
-
lastName:
|
|
476
|
-
email:
|
|
477
|
-
emailVerified:
|
|
478
|
-
dateJoined:
|
|
479
|
-
username:
|
|
480
|
-
groups:
|
|
481
|
-
organization:
|
|
482
|
-
queues:
|
|
483
|
-
isActive:
|
|
484
|
-
lastLogin:
|
|
485
|
-
uiSettings:
|
|
486
|
-
metadata:
|
|
487
|
-
oidcId:
|
|
488
|
-
authType:
|
|
489
|
-
deleted:
|
|
490
|
-
phoneNumber:
|
|
491
|
-
}, "strip",
|
|
531
|
+
modifiers: z.ZodArray<z.ZodObject<{
|
|
532
|
+
id: z.ZodNumber;
|
|
533
|
+
url: z.ZodString;
|
|
534
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
535
|
+
lastName: z.ZodString;
|
|
536
|
+
email: z.ZodOptional<z.ZodString>;
|
|
537
|
+
emailVerified: z.ZodBoolean;
|
|
538
|
+
dateJoined: z.ZodString;
|
|
539
|
+
username: z.ZodString;
|
|
540
|
+
groups: z.ZodArray<z.ZodString, "many">;
|
|
541
|
+
organization: z.ZodString;
|
|
542
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
543
|
+
isActive: z.ZodBoolean;
|
|
544
|
+
lastLogin: z.ZodNullable<z.ZodString>;
|
|
545
|
+
uiSettings: z.ZodOptional<z.ZodUnknown>;
|
|
546
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
547
|
+
oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
548
|
+
authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
|
|
549
|
+
deleted: z.ZodBoolean;
|
|
550
|
+
phoneNumber: z.ZodNullable<z.ZodString>;
|
|
551
|
+
}, "strip", z.ZodTypeAny, {
|
|
492
552
|
deleted: boolean;
|
|
493
553
|
url: string;
|
|
494
554
|
id: number;
|
|
@@ -529,25 +589,26 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
529
589
|
metadata?: unknown;
|
|
530
590
|
oidcId?: string | null | undefined;
|
|
531
591
|
}>, "many">;
|
|
532
|
-
content:
|
|
533
|
-
id:
|
|
534
|
-
url:
|
|
535
|
-
content:
|
|
536
|
-
value:
|
|
537
|
-
normalizedValue:
|
|
538
|
-
page:
|
|
539
|
-
position:
|
|
540
|
-
rirText:
|
|
541
|
-
rirRawText:
|
|
542
|
-
ocrText:
|
|
543
|
-
ocrRawText:
|
|
544
|
-
rirPage:
|
|
545
|
-
rirPosition:
|
|
546
|
-
ocrPosition:
|
|
547
|
-
rirConfidence:
|
|
548
|
-
connectorPosition:
|
|
549
|
-
connectorText:
|
|
550
|
-
|
|
592
|
+
content: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
593
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
594
|
+
url: z.ZodNullable<z.ZodString>;
|
|
595
|
+
content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
596
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
597
|
+
normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
598
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
599
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
|
|
600
|
+
rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
601
|
+
rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
602
|
+
ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
603
|
+
ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
604
|
+
rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
605
|
+
rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
606
|
+
ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
607
|
+
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
608
|
+
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
609
|
+
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
610
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
611
|
+
}, "strip", z.ZodTypeAny, {
|
|
551
612
|
value?: string | null | undefined;
|
|
552
613
|
normalizedValue?: string | null | undefined;
|
|
553
614
|
page?: number | null | undefined;
|
|
@@ -562,6 +623,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
562
623
|
rirConfidence?: number | null | undefined;
|
|
563
624
|
connectorPosition?: number[] | null | undefined;
|
|
564
625
|
connectorText?: string | null | undefined;
|
|
626
|
+
struct?: unknown;
|
|
565
627
|
}, {
|
|
566
628
|
value?: string | null | undefined;
|
|
567
629
|
normalizedValue?: string | null | undefined;
|
|
@@ -577,14 +639,25 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
577
639
|
rirConfidence?: number | null | undefined;
|
|
578
640
|
connectorPosition?: number[] | null | undefined;
|
|
579
641
|
connectorText?: string | null | undefined;
|
|
642
|
+
struct?: unknown;
|
|
580
643
|
}>>>;
|
|
581
|
-
category:
|
|
582
|
-
schemaId:
|
|
583
|
-
validationSources:
|
|
584
|
-
timeSpent:
|
|
585
|
-
timeSpentOverall:
|
|
586
|
-
noRecalculation:
|
|
587
|
-
|
|
644
|
+
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
645
|
+
schemaId: z.ZodNullable<z.ZodString>;
|
|
646
|
+
validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
647
|
+
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
648
|
+
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
649
|
+
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
650
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
651
|
+
label: z.ZodString;
|
|
652
|
+
value: z.ZodString;
|
|
653
|
+
}, "strip", z.ZodTypeAny, {
|
|
654
|
+
value: string;
|
|
655
|
+
label: string;
|
|
656
|
+
}, {
|
|
657
|
+
value: string;
|
|
658
|
+
label: string;
|
|
659
|
+
}>, "many">>;
|
|
660
|
+
}, "strip", z.ZodTypeAny, {
|
|
588
661
|
url: string | null;
|
|
589
662
|
id: number | null;
|
|
590
663
|
schemaId: string | null;
|
|
@@ -604,11 +677,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
604
677
|
rirConfidence?: number | null | undefined;
|
|
605
678
|
connectorPosition?: number[] | null | undefined;
|
|
606
679
|
connectorText?: string | null | undefined;
|
|
680
|
+
struct?: unknown;
|
|
607
681
|
} | null | undefined;
|
|
608
682
|
validationSources?: string[] | null | undefined;
|
|
609
683
|
timeSpent?: number | null | undefined;
|
|
610
684
|
timeSpentOverall?: number | null | undefined;
|
|
611
685
|
noRecalculation?: boolean | undefined;
|
|
686
|
+
options?: {
|
|
687
|
+
value: string;
|
|
688
|
+
label: string;
|
|
689
|
+
}[] | undefined;
|
|
612
690
|
}, {
|
|
613
691
|
url: string | null;
|
|
614
692
|
id: number | null;
|
|
@@ -629,30 +707,36 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
629
707
|
rirConfidence?: number | null | undefined;
|
|
630
708
|
connectorPosition?: number[] | null | undefined;
|
|
631
709
|
connectorText?: string | null | undefined;
|
|
710
|
+
struct?: unknown;
|
|
632
711
|
} | null | undefined;
|
|
633
712
|
validationSources?: string[] | null | undefined;
|
|
634
713
|
timeSpent?: number | null | undefined;
|
|
635
714
|
timeSpentOverall?: number | null | undefined;
|
|
636
715
|
noRecalculation?: boolean | undefined;
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
716
|
+
options?: {
|
|
717
|
+
value: string;
|
|
718
|
+
label: string;
|
|
719
|
+
}[] | undefined;
|
|
720
|
+
}>, z.ZodObject<{
|
|
721
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
722
|
+
url: z.ZodNullable<z.ZodString>;
|
|
723
|
+
content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
724
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
725
|
+
normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
726
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
727
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
|
|
728
|
+
rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
729
|
+
rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
730
|
+
ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
731
|
+
ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
732
|
+
rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
733
|
+
rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
734
|
+
ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
735
|
+
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
736
|
+
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
737
|
+
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
738
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
739
|
+
}, "strip", z.ZodTypeAny, {
|
|
656
740
|
value?: string | null | undefined;
|
|
657
741
|
normalizedValue?: string | null | undefined;
|
|
658
742
|
page?: number | null | undefined;
|
|
@@ -667,6 +751,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
667
751
|
rirConfidence?: number | null | undefined;
|
|
668
752
|
connectorPosition?: number[] | null | undefined;
|
|
669
753
|
connectorText?: string | null | undefined;
|
|
754
|
+
struct?: unknown;
|
|
670
755
|
}, {
|
|
671
756
|
value?: string | null | undefined;
|
|
672
757
|
normalizedValue?: string | null | undefined;
|
|
@@ -682,26 +767,28 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
682
767
|
rirConfidence?: number | null | undefined;
|
|
683
768
|
connectorPosition?: number[] | null | undefined;
|
|
684
769
|
connectorText?: string | null | undefined;
|
|
770
|
+
struct?: unknown;
|
|
685
771
|
}>>>;
|
|
686
|
-
children:
|
|
687
|
-
id:
|
|
688
|
-
url:
|
|
689
|
-
content:
|
|
690
|
-
value:
|
|
691
|
-
normalizedValue:
|
|
692
|
-
page:
|
|
693
|
-
position:
|
|
694
|
-
rirText:
|
|
695
|
-
rirRawText:
|
|
696
|
-
ocrText:
|
|
697
|
-
ocrRawText:
|
|
698
|
-
rirPage:
|
|
699
|
-
rirPosition:
|
|
700
|
-
ocrPosition:
|
|
701
|
-
rirConfidence:
|
|
702
|
-
connectorPosition:
|
|
703
|
-
connectorText:
|
|
704
|
-
|
|
772
|
+
children: z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
773
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
774
|
+
url: z.ZodNullable<z.ZodString>;
|
|
775
|
+
content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
776
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
777
|
+
normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
778
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
779
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
|
|
780
|
+
rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
781
|
+
rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
782
|
+
ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
783
|
+
ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
784
|
+
rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
785
|
+
rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
786
|
+
ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
787
|
+
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
788
|
+
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
789
|
+
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
790
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
791
|
+
}, "strip", z.ZodTypeAny, {
|
|
705
792
|
value?: string | null | undefined;
|
|
706
793
|
normalizedValue?: string | null | undefined;
|
|
707
794
|
page?: number | null | undefined;
|
|
@@ -716,6 +803,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
716
803
|
rirConfidence?: number | null | undefined;
|
|
717
804
|
connectorPosition?: number[] | null | undefined;
|
|
718
805
|
connectorText?: string | null | undefined;
|
|
806
|
+
struct?: unknown;
|
|
719
807
|
}, {
|
|
720
808
|
value?: string | null | undefined;
|
|
721
809
|
normalizedValue?: string | null | undefined;
|
|
@@ -731,14 +819,25 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
731
819
|
rirConfidence?: number | null | undefined;
|
|
732
820
|
connectorPosition?: number[] | null | undefined;
|
|
733
821
|
connectorText?: string | null | undefined;
|
|
822
|
+
struct?: unknown;
|
|
734
823
|
}>>>;
|
|
735
|
-
category:
|
|
736
|
-
schemaId:
|
|
737
|
-
validationSources:
|
|
738
|
-
timeSpent:
|
|
739
|
-
timeSpentOverall:
|
|
740
|
-
noRecalculation:
|
|
741
|
-
|
|
824
|
+
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
825
|
+
schemaId: z.ZodNullable<z.ZodString>;
|
|
826
|
+
validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
827
|
+
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
828
|
+
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
829
|
+
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
830
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
831
|
+
label: z.ZodString;
|
|
832
|
+
value: z.ZodString;
|
|
833
|
+
}, "strip", z.ZodTypeAny, {
|
|
834
|
+
value: string;
|
|
835
|
+
label: string;
|
|
836
|
+
}, {
|
|
837
|
+
value: string;
|
|
838
|
+
label: string;
|
|
839
|
+
}>, "many">>;
|
|
840
|
+
}, "strip", z.ZodTypeAny, {
|
|
742
841
|
url: string | null;
|
|
743
842
|
id: number | null;
|
|
744
843
|
schemaId: string | null;
|
|
@@ -758,11 +857,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
758
857
|
rirConfidence?: number | null | undefined;
|
|
759
858
|
connectorPosition?: number[] | null | undefined;
|
|
760
859
|
connectorText?: string | null | undefined;
|
|
860
|
+
struct?: unknown;
|
|
761
861
|
} | null | undefined;
|
|
762
862
|
validationSources?: string[] | null | undefined;
|
|
763
863
|
timeSpent?: number | null | undefined;
|
|
764
864
|
timeSpentOverall?: number | null | undefined;
|
|
765
865
|
noRecalculation?: boolean | undefined;
|
|
866
|
+
options?: {
|
|
867
|
+
value: string;
|
|
868
|
+
label: string;
|
|
869
|
+
}[] | undefined;
|
|
766
870
|
}, {
|
|
767
871
|
url: string | null;
|
|
768
872
|
id: number | null;
|
|
@@ -783,34 +887,40 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
783
887
|
rirConfidence?: number | null | undefined;
|
|
784
888
|
connectorPosition?: number[] | null | undefined;
|
|
785
889
|
connectorText?: string | null | undefined;
|
|
890
|
+
struct?: unknown;
|
|
786
891
|
} | null | undefined;
|
|
787
892
|
validationSources?: string[] | null | undefined;
|
|
788
893
|
timeSpent?: number | null | undefined;
|
|
789
894
|
timeSpentOverall?: number | null | undefined;
|
|
790
895
|
noRecalculation?: boolean | undefined;
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
896
|
+
options?: {
|
|
897
|
+
value: string;
|
|
898
|
+
label: string;
|
|
899
|
+
}[] | undefined;
|
|
900
|
+
}>, "many">, z.ZodArray<z.ZodObject<{
|
|
901
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
902
|
+
url: z.ZodNullable<z.ZodString>;
|
|
903
|
+
category: z.ZodNullable<z.ZodLiteral<"tuple">>;
|
|
904
|
+
children: z.ZodArray<z.ZodNullable<z.ZodObject<{
|
|
905
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
906
|
+
url: z.ZodNullable<z.ZodString>;
|
|
907
|
+
content: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
908
|
+
value: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
909
|
+
normalizedValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
910
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
911
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>>;
|
|
912
|
+
rirText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
913
|
+
rirRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
914
|
+
ocrText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
915
|
+
ocrRawText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
916
|
+
rirPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
917
|
+
rirPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
918
|
+
ocrPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
919
|
+
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
920
|
+
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
921
|
+
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
922
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
923
|
+
}, "strip", z.ZodTypeAny, {
|
|
814
924
|
value?: string | null | undefined;
|
|
815
925
|
normalizedValue?: string | null | undefined;
|
|
816
926
|
page?: number | null | undefined;
|
|
@@ -825,6 +935,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
825
935
|
rirConfidence?: number | null | undefined;
|
|
826
936
|
connectorPosition?: number[] | null | undefined;
|
|
827
937
|
connectorText?: string | null | undefined;
|
|
938
|
+
struct?: unknown;
|
|
828
939
|
}, {
|
|
829
940
|
value?: string | null | undefined;
|
|
830
941
|
normalizedValue?: string | null | undefined;
|
|
@@ -840,14 +951,25 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
840
951
|
rirConfidence?: number | null | undefined;
|
|
841
952
|
connectorPosition?: number[] | null | undefined;
|
|
842
953
|
connectorText?: string | null | undefined;
|
|
954
|
+
struct?: unknown;
|
|
843
955
|
}>>>;
|
|
844
|
-
category:
|
|
845
|
-
schemaId:
|
|
846
|
-
validationSources:
|
|
847
|
-
timeSpent:
|
|
848
|
-
timeSpentOverall:
|
|
849
|
-
noRecalculation:
|
|
850
|
-
|
|
956
|
+
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
957
|
+
schemaId: z.ZodNullable<z.ZodString>;
|
|
958
|
+
validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
959
|
+
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
960
|
+
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
961
|
+
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
962
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
963
|
+
label: z.ZodString;
|
|
964
|
+
value: z.ZodString;
|
|
965
|
+
}, "strip", z.ZodTypeAny, {
|
|
966
|
+
value: string;
|
|
967
|
+
label: string;
|
|
968
|
+
}, {
|
|
969
|
+
value: string;
|
|
970
|
+
label: string;
|
|
971
|
+
}>, "many">>;
|
|
972
|
+
}, "strip", z.ZodTypeAny, {
|
|
851
973
|
url: string | null;
|
|
852
974
|
id: number | null;
|
|
853
975
|
schemaId: string | null;
|
|
@@ -867,11 +989,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
867
989
|
rirConfidence?: number | null | undefined;
|
|
868
990
|
connectorPosition?: number[] | null | undefined;
|
|
869
991
|
connectorText?: string | null | undefined;
|
|
992
|
+
struct?: unknown;
|
|
870
993
|
} | null | undefined;
|
|
871
994
|
validationSources?: string[] | null | undefined;
|
|
872
995
|
timeSpent?: number | null | undefined;
|
|
873
996
|
timeSpentOverall?: number | null | undefined;
|
|
874
997
|
noRecalculation?: boolean | undefined;
|
|
998
|
+
options?: {
|
|
999
|
+
value: string;
|
|
1000
|
+
label: string;
|
|
1001
|
+
}[] | undefined;
|
|
875
1002
|
}, {
|
|
876
1003
|
url: string | null;
|
|
877
1004
|
id: number | null;
|
|
@@ -892,14 +1019,19 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
892
1019
|
rirConfidence?: number | null | undefined;
|
|
893
1020
|
connectorPosition?: number[] | null | undefined;
|
|
894
1021
|
connectorText?: string | null | undefined;
|
|
1022
|
+
struct?: unknown;
|
|
895
1023
|
} | null | undefined;
|
|
896
1024
|
validationSources?: string[] | null | undefined;
|
|
897
1025
|
timeSpent?: number | null | undefined;
|
|
898
1026
|
timeSpentOverall?: number | null | undefined;
|
|
899
1027
|
noRecalculation?: boolean | undefined;
|
|
1028
|
+
options?: {
|
|
1029
|
+
value: string;
|
|
1030
|
+
label: string;
|
|
1031
|
+
}[] | undefined;
|
|
900
1032
|
}>>, "many">;
|
|
901
|
-
schemaId:
|
|
902
|
-
}, "strip",
|
|
1033
|
+
schemaId: z.ZodString;
|
|
1034
|
+
}, "strip", z.ZodTypeAny, {
|
|
903
1035
|
url: string | null;
|
|
904
1036
|
children: ({
|
|
905
1037
|
url: string | null;
|
|
@@ -921,11 +1053,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
921
1053
|
rirConfidence?: number | null | undefined;
|
|
922
1054
|
connectorPosition?: number[] | null | undefined;
|
|
923
1055
|
connectorText?: string | null | undefined;
|
|
1056
|
+
struct?: unknown;
|
|
924
1057
|
} | null | undefined;
|
|
925
1058
|
validationSources?: string[] | null | undefined;
|
|
926
1059
|
timeSpent?: number | null | undefined;
|
|
927
1060
|
timeSpentOverall?: number | null | undefined;
|
|
928
1061
|
noRecalculation?: boolean | undefined;
|
|
1062
|
+
options?: {
|
|
1063
|
+
value: string;
|
|
1064
|
+
label: string;
|
|
1065
|
+
}[] | undefined;
|
|
929
1066
|
} | null)[];
|
|
930
1067
|
id: number | null;
|
|
931
1068
|
schemaId: string;
|
|
@@ -952,29 +1089,34 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
952
1089
|
rirConfidence?: number | null | undefined;
|
|
953
1090
|
connectorPosition?: number[] | null | undefined;
|
|
954
1091
|
connectorText?: string | null | undefined;
|
|
1092
|
+
struct?: unknown;
|
|
955
1093
|
} | null | undefined;
|
|
956
1094
|
validationSources?: string[] | null | undefined;
|
|
957
1095
|
timeSpent?: number | null | undefined;
|
|
958
1096
|
timeSpentOverall?: number | null | undefined;
|
|
959
1097
|
noRecalculation?: boolean | undefined;
|
|
1098
|
+
options?: {
|
|
1099
|
+
value: string;
|
|
1100
|
+
label: string;
|
|
1101
|
+
}[] | undefined;
|
|
960
1102
|
} | null)[];
|
|
961
1103
|
id: number | null;
|
|
962
1104
|
schemaId: string;
|
|
963
1105
|
category: "tuple" | null;
|
|
964
1106
|
}>, "many">]>>;
|
|
965
|
-
category:
|
|
966
|
-
schemaId:
|
|
967
|
-
validationSources:
|
|
968
|
-
timeSpent:
|
|
969
|
-
timeSpentOverall:
|
|
970
|
-
grid:
|
|
971
|
-
parts:
|
|
972
|
-
page:
|
|
973
|
-
columns:
|
|
974
|
-
leftPosition:
|
|
975
|
-
schemaId:
|
|
976
|
-
headerTexts:
|
|
977
|
-
}, "strip",
|
|
1107
|
+
category: z.ZodNullable<z.ZodLiteral<"multivalue">>;
|
|
1108
|
+
schemaId: z.ZodNullable<z.ZodString>;
|
|
1109
|
+
validationSources: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1110
|
+
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1111
|
+
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1112
|
+
grid: z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1113
|
+
parts: z.ZodArray<z.ZodObject<{
|
|
1114
|
+
page: z.ZodNumber;
|
|
1115
|
+
columns: z.ZodArray<z.ZodObject<{
|
|
1116
|
+
leftPosition: z.ZodNumber;
|
|
1117
|
+
schemaId: z.ZodNullable<z.ZodString>;
|
|
1118
|
+
headerTexts: z.ZodArray<z.ZodString, "many">;
|
|
1119
|
+
}, "strip", z.ZodTypeAny, {
|
|
978
1120
|
leftPosition: number;
|
|
979
1121
|
schemaId: string | null;
|
|
980
1122
|
headerTexts: string[];
|
|
@@ -983,19 +1125,19 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
983
1125
|
schemaId: string | null;
|
|
984
1126
|
headerTexts: string[];
|
|
985
1127
|
}>, "many">;
|
|
986
|
-
rows:
|
|
987
|
-
topPosition:
|
|
988
|
-
type:
|
|
989
|
-
}, "strip",
|
|
1128
|
+
rows: z.ZodArray<z.ZodObject<{
|
|
1129
|
+
topPosition: z.ZodNumber;
|
|
1130
|
+
type: z.ZodNullable<z.ZodString>;
|
|
1131
|
+
}, "strip", z.ZodTypeAny, {
|
|
990
1132
|
type: string | null;
|
|
991
1133
|
topPosition: number;
|
|
992
1134
|
}, {
|
|
993
1135
|
type: string | null;
|
|
994
1136
|
topPosition: number;
|
|
995
1137
|
}>, "many">;
|
|
996
|
-
width:
|
|
997
|
-
height:
|
|
998
|
-
}, "strip",
|
|
1138
|
+
width: z.ZodNumber;
|
|
1139
|
+
height: z.ZodNumber;
|
|
1140
|
+
}, "strip", z.ZodTypeAny, {
|
|
999
1141
|
page: number;
|
|
1000
1142
|
columns: {
|
|
1001
1143
|
leftPosition: number;
|
|
@@ -1022,7 +1164,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1022
1164
|
width: number;
|
|
1023
1165
|
height: number;
|
|
1024
1166
|
}>, "many">;
|
|
1025
|
-
}, "strip",
|
|
1167
|
+
}, "strip", z.ZodTypeAny, {
|
|
1026
1168
|
parts: {
|
|
1027
1169
|
page: number;
|
|
1028
1170
|
columns: {
|
|
@@ -1053,9 +1195,9 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1053
1195
|
height: number;
|
|
1054
1196
|
}[];
|
|
1055
1197
|
}>>>>;
|
|
1056
|
-
timeSpentGrid:
|
|
1057
|
-
timeSpentGridOverall:
|
|
1058
|
-
}, "strip",
|
|
1198
|
+
timeSpentGrid: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1199
|
+
timeSpentGridOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1200
|
+
}, "strip", z.ZodTypeAny, {
|
|
1059
1201
|
url: string | null;
|
|
1060
1202
|
children: (({
|
|
1061
1203
|
url: string | null;
|
|
@@ -1077,11 +1219,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1077
1219
|
rirConfidence?: number | null | undefined;
|
|
1078
1220
|
connectorPosition?: number[] | null | undefined;
|
|
1079
1221
|
connectorText?: string | null | undefined;
|
|
1222
|
+
struct?: unknown;
|
|
1080
1223
|
} | null | undefined;
|
|
1081
1224
|
validationSources?: string[] | null | undefined;
|
|
1082
1225
|
timeSpent?: number | null | undefined;
|
|
1083
1226
|
timeSpentOverall?: number | null | undefined;
|
|
1084
1227
|
noRecalculation?: boolean | undefined;
|
|
1228
|
+
options?: {
|
|
1229
|
+
value: string;
|
|
1230
|
+
label: string;
|
|
1231
|
+
}[] | undefined;
|
|
1085
1232
|
}[] | {
|
|
1086
1233
|
url: string | null;
|
|
1087
1234
|
children: ({
|
|
@@ -1104,11 +1251,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1104
1251
|
rirConfidence?: number | null | undefined;
|
|
1105
1252
|
connectorPosition?: number[] | null | undefined;
|
|
1106
1253
|
connectorText?: string | null | undefined;
|
|
1254
|
+
struct?: unknown;
|
|
1107
1255
|
} | null | undefined;
|
|
1108
1256
|
validationSources?: string[] | null | undefined;
|
|
1109
1257
|
timeSpent?: number | null | undefined;
|
|
1110
1258
|
timeSpentOverall?: number | null | undefined;
|
|
1111
1259
|
noRecalculation?: boolean | undefined;
|
|
1260
|
+
options?: {
|
|
1261
|
+
value: string;
|
|
1262
|
+
label: string;
|
|
1263
|
+
}[] | undefined;
|
|
1112
1264
|
} | null)[];
|
|
1113
1265
|
id: number | null;
|
|
1114
1266
|
schemaId: string;
|
|
@@ -1133,11 +1285,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1133
1285
|
rirConfidence?: number | null | undefined;
|
|
1134
1286
|
connectorPosition?: number[] | null | undefined;
|
|
1135
1287
|
connectorText?: string | null | undefined;
|
|
1288
|
+
struct?: unknown;
|
|
1136
1289
|
} | null | undefined;
|
|
1137
1290
|
validationSources?: string[] | null | undefined;
|
|
1138
1291
|
timeSpent?: number | null | undefined;
|
|
1139
1292
|
timeSpentOverall?: number | null | undefined;
|
|
1140
1293
|
noRecalculation?: boolean | undefined;
|
|
1294
|
+
options?: {
|
|
1295
|
+
value: string;
|
|
1296
|
+
label: string;
|
|
1297
|
+
}[] | undefined;
|
|
1141
1298
|
}[] | {
|
|
1142
1299
|
url: string | null;
|
|
1143
1300
|
children: ({
|
|
@@ -1160,11 +1317,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1160
1317
|
rirConfidence?: number | null | undefined;
|
|
1161
1318
|
connectorPosition?: number[] | null | undefined;
|
|
1162
1319
|
connectorText?: string | null | undefined;
|
|
1320
|
+
struct?: unknown;
|
|
1163
1321
|
} | null | undefined;
|
|
1164
1322
|
validationSources?: string[] | null | undefined;
|
|
1165
1323
|
timeSpent?: number | null | undefined;
|
|
1166
1324
|
timeSpentOverall?: number | null | undefined;
|
|
1167
1325
|
noRecalculation?: boolean | undefined;
|
|
1326
|
+
options?: {
|
|
1327
|
+
value: string;
|
|
1328
|
+
label: string;
|
|
1329
|
+
}[] | undefined;
|
|
1168
1330
|
} | null)[];
|
|
1169
1331
|
id: number | null;
|
|
1170
1332
|
schemaId: string;
|
|
@@ -1188,6 +1350,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1188
1350
|
rirConfidence?: number | null | undefined;
|
|
1189
1351
|
connectorPosition?: number[] | null | undefined;
|
|
1190
1352
|
connectorText?: string | null | undefined;
|
|
1353
|
+
struct?: unknown;
|
|
1191
1354
|
} | null | undefined;
|
|
1192
1355
|
validationSources?: string[] | null | undefined;
|
|
1193
1356
|
timeSpent?: number | null | undefined;
|
|
@@ -1232,11 +1395,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1232
1395
|
rirConfidence?: number | null | undefined;
|
|
1233
1396
|
connectorPosition?: number[] | null | undefined;
|
|
1234
1397
|
connectorText?: string | null | undefined;
|
|
1398
|
+
struct?: unknown;
|
|
1235
1399
|
} | null | undefined;
|
|
1236
1400
|
validationSources?: string[] | null | undefined;
|
|
1237
1401
|
timeSpent?: number | null | undefined;
|
|
1238
1402
|
timeSpentOverall?: number | null | undefined;
|
|
1239
1403
|
noRecalculation?: boolean | undefined;
|
|
1404
|
+
options?: {
|
|
1405
|
+
value: string;
|
|
1406
|
+
label: string;
|
|
1407
|
+
}[] | undefined;
|
|
1240
1408
|
}[] | {
|
|
1241
1409
|
url: string | null;
|
|
1242
1410
|
children: ({
|
|
@@ -1259,11 +1427,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1259
1427
|
rirConfidence?: number | null | undefined;
|
|
1260
1428
|
connectorPosition?: number[] | null | undefined;
|
|
1261
1429
|
connectorText?: string | null | undefined;
|
|
1430
|
+
struct?: unknown;
|
|
1262
1431
|
} | null | undefined;
|
|
1263
1432
|
validationSources?: string[] | null | undefined;
|
|
1264
1433
|
timeSpent?: number | null | undefined;
|
|
1265
1434
|
timeSpentOverall?: number | null | undefined;
|
|
1266
1435
|
noRecalculation?: boolean | undefined;
|
|
1436
|
+
options?: {
|
|
1437
|
+
value: string;
|
|
1438
|
+
label: string;
|
|
1439
|
+
}[] | undefined;
|
|
1267
1440
|
} | null)[];
|
|
1268
1441
|
id: number | null;
|
|
1269
1442
|
schemaId: string;
|
|
@@ -1288,11 +1461,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1288
1461
|
rirConfidence?: number | null | undefined;
|
|
1289
1462
|
connectorPosition?: number[] | null | undefined;
|
|
1290
1463
|
connectorText?: string | null | undefined;
|
|
1464
|
+
struct?: unknown;
|
|
1291
1465
|
} | null | undefined;
|
|
1292
1466
|
validationSources?: string[] | null | undefined;
|
|
1293
1467
|
timeSpent?: number | null | undefined;
|
|
1294
1468
|
timeSpentOverall?: number | null | undefined;
|
|
1295
1469
|
noRecalculation?: boolean | undefined;
|
|
1470
|
+
options?: {
|
|
1471
|
+
value: string;
|
|
1472
|
+
label: string;
|
|
1473
|
+
}[] | undefined;
|
|
1296
1474
|
}[] | {
|
|
1297
1475
|
url: string | null;
|
|
1298
1476
|
children: ({
|
|
@@ -1315,11 +1493,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1315
1493
|
rirConfidence?: number | null | undefined;
|
|
1316
1494
|
connectorPosition?: number[] | null | undefined;
|
|
1317
1495
|
connectorText?: string | null | undefined;
|
|
1496
|
+
struct?: unknown;
|
|
1318
1497
|
} | null | undefined;
|
|
1319
1498
|
validationSources?: string[] | null | undefined;
|
|
1320
1499
|
timeSpent?: number | null | undefined;
|
|
1321
1500
|
timeSpentOverall?: number | null | undefined;
|
|
1322
1501
|
noRecalculation?: boolean | undefined;
|
|
1502
|
+
options?: {
|
|
1503
|
+
value: string;
|
|
1504
|
+
label: string;
|
|
1505
|
+
}[] | undefined;
|
|
1323
1506
|
} | null)[];
|
|
1324
1507
|
id: number | null;
|
|
1325
1508
|
schemaId: string;
|
|
@@ -1343,6 +1526,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1343
1526
|
rirConfidence?: number | null | undefined;
|
|
1344
1527
|
connectorPosition?: number[] | null | undefined;
|
|
1345
1528
|
connectorText?: string | null | undefined;
|
|
1529
|
+
struct?: unknown;
|
|
1346
1530
|
} | null | undefined;
|
|
1347
1531
|
validationSources?: string[] | null | undefined;
|
|
1348
1532
|
timeSpent?: number | null | undefined;
|
|
@@ -1366,27 +1550,27 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1366
1550
|
timeSpentGrid?: number | null | undefined;
|
|
1367
1551
|
timeSpentGridOverall?: number | null | undefined;
|
|
1368
1552
|
}>]>, "many">;
|
|
1369
|
-
assignees:
|
|
1370
|
-
id:
|
|
1371
|
-
url:
|
|
1372
|
-
firstName:
|
|
1373
|
-
lastName:
|
|
1374
|
-
email:
|
|
1375
|
-
emailVerified:
|
|
1376
|
-
dateJoined:
|
|
1377
|
-
username:
|
|
1378
|
-
groups:
|
|
1379
|
-
organization:
|
|
1380
|
-
queues:
|
|
1381
|
-
isActive:
|
|
1382
|
-
lastLogin:
|
|
1383
|
-
uiSettings:
|
|
1384
|
-
metadata:
|
|
1385
|
-
oidcId:
|
|
1386
|
-
authType:
|
|
1387
|
-
deleted:
|
|
1388
|
-
phoneNumber:
|
|
1389
|
-
}, "strip",
|
|
1553
|
+
assignees: z.ZodArray<z.ZodObject<{
|
|
1554
|
+
id: z.ZodNumber;
|
|
1555
|
+
url: z.ZodString;
|
|
1556
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
1557
|
+
lastName: z.ZodString;
|
|
1558
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1559
|
+
emailVerified: z.ZodBoolean;
|
|
1560
|
+
dateJoined: z.ZodString;
|
|
1561
|
+
username: z.ZodString;
|
|
1562
|
+
groups: z.ZodArray<z.ZodString, "many">;
|
|
1563
|
+
organization: z.ZodString;
|
|
1564
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
1565
|
+
isActive: z.ZodBoolean;
|
|
1566
|
+
lastLogin: z.ZodNullable<z.ZodString>;
|
|
1567
|
+
uiSettings: z.ZodOptional<z.ZodUnknown>;
|
|
1568
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
1569
|
+
oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1570
|
+
authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
|
|
1571
|
+
deleted: z.ZodBoolean;
|
|
1572
|
+
phoneNumber: z.ZodNullable<z.ZodString>;
|
|
1573
|
+
}, "strip", z.ZodTypeAny, {
|
|
1390
1574
|
deleted: boolean;
|
|
1391
1575
|
url: string;
|
|
1392
1576
|
id: number;
|
|
@@ -1427,12 +1611,12 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1427
1611
|
metadata?: unknown;
|
|
1428
1612
|
oidcId?: string | null | undefined;
|
|
1429
1613
|
}>, "many">;
|
|
1430
|
-
labels:
|
|
1431
|
-
id:
|
|
1432
|
-
url:
|
|
1433
|
-
name:
|
|
1434
|
-
color:
|
|
1435
|
-
}, "strip",
|
|
1614
|
+
labels: z.ZodArray<z.ZodObject<{
|
|
1615
|
+
id: z.ZodNumber;
|
|
1616
|
+
url: z.ZodString;
|
|
1617
|
+
name: z.ZodString;
|
|
1618
|
+
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1619
|
+
}, "strip", z.ZodTypeAny, {
|
|
1436
1620
|
url: string;
|
|
1437
1621
|
id: number;
|
|
1438
1622
|
name: string;
|
|
@@ -1443,12 +1627,12 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1443
1627
|
name: string;
|
|
1444
1628
|
color?: string | null | undefined;
|
|
1445
1629
|
}>, "many">;
|
|
1446
|
-
relations:
|
|
1447
|
-
url:
|
|
1448
|
-
id:
|
|
1449
|
-
key:
|
|
1450
|
-
annotations:
|
|
1451
|
-
}, "strip",
|
|
1630
|
+
relations: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
1631
|
+
url: z.ZodString;
|
|
1632
|
+
id: z.ZodNumber;
|
|
1633
|
+
key: z.ZodNullable<z.ZodString>;
|
|
1634
|
+
annotations: z.ZodArray<z.ZodString, "many">;
|
|
1635
|
+
}, "strip", z.ZodTypeAny, {
|
|
1452
1636
|
annotations: string[];
|
|
1453
1637
|
url: string;
|
|
1454
1638
|
id: number;
|
|
@@ -1458,21 +1642,21 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1458
1642
|
url: string;
|
|
1459
1643
|
id: number;
|
|
1460
1644
|
key: string | null;
|
|
1461
|
-
}>,
|
|
1462
|
-
type:
|
|
1463
|
-
parent:
|
|
1464
|
-
}, "strip",
|
|
1645
|
+
}>, z.ZodObject<{
|
|
1646
|
+
type: z.ZodLiteral<"edit">;
|
|
1647
|
+
parent: z.ZodString;
|
|
1648
|
+
}, "strip", z.ZodTypeAny, {
|
|
1465
1649
|
type: "edit";
|
|
1466
1650
|
parent: string;
|
|
1467
1651
|
}, {
|
|
1468
1652
|
type: "edit";
|
|
1469
1653
|
parent: string;
|
|
1470
|
-
}>>,
|
|
1471
|
-
url:
|
|
1472
|
-
id:
|
|
1473
|
-
key:
|
|
1474
|
-
annotations:
|
|
1475
|
-
}, "strip",
|
|
1654
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1655
|
+
url: z.ZodString;
|
|
1656
|
+
id: z.ZodNumber;
|
|
1657
|
+
key: z.ZodNullable<z.ZodString>;
|
|
1658
|
+
annotations: z.ZodArray<z.ZodString, "many">;
|
|
1659
|
+
}, "strip", z.ZodTypeAny, {
|
|
1476
1660
|
annotations: string[];
|
|
1477
1661
|
url: string;
|
|
1478
1662
|
id: number;
|
|
@@ -1482,21 +1666,21 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1482
1666
|
url: string;
|
|
1483
1667
|
id: number;
|
|
1484
1668
|
key: string | null;
|
|
1485
|
-
}>,
|
|
1486
|
-
type:
|
|
1487
|
-
parent:
|
|
1488
|
-
}, "strip",
|
|
1669
|
+
}>, z.ZodObject<{
|
|
1670
|
+
type: z.ZodLiteral<"duplicate">;
|
|
1671
|
+
parent: z.ZodNullable<z.ZodString>;
|
|
1672
|
+
}, "strip", z.ZodTypeAny, {
|
|
1489
1673
|
type: "duplicate";
|
|
1490
1674
|
parent: string | null;
|
|
1491
1675
|
}, {
|
|
1492
1676
|
type: "duplicate";
|
|
1493
1677
|
parent: string | null;
|
|
1494
|
-
}>>,
|
|
1495
|
-
url:
|
|
1496
|
-
id:
|
|
1497
|
-
key:
|
|
1498
|
-
annotations:
|
|
1499
|
-
}, "strip",
|
|
1678
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1679
|
+
url: z.ZodString;
|
|
1680
|
+
id: z.ZodNumber;
|
|
1681
|
+
key: z.ZodNullable<z.ZodString>;
|
|
1682
|
+
annotations: z.ZodArray<z.ZodString, "many">;
|
|
1683
|
+
}, "strip", z.ZodTypeAny, {
|
|
1500
1684
|
annotations: string[];
|
|
1501
1685
|
url: string;
|
|
1502
1686
|
id: number;
|
|
@@ -1506,22 +1690,22 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1506
1690
|
url: string;
|
|
1507
1691
|
id: number;
|
|
1508
1692
|
key: string | null;
|
|
1509
|
-
}>,
|
|
1510
|
-
type:
|
|
1511
|
-
parent:
|
|
1512
|
-
}, "strip",
|
|
1693
|
+
}>, z.ZodObject<{
|
|
1694
|
+
type: z.ZodLiteral<"attachment">;
|
|
1695
|
+
parent: z.ZodNullable<z.ZodString>;
|
|
1696
|
+
}, "strip", z.ZodTypeAny, {
|
|
1513
1697
|
type: "attachment";
|
|
1514
1698
|
parent: string | null;
|
|
1515
1699
|
}, {
|
|
1516
1700
|
type: "attachment";
|
|
1517
1701
|
parent: string | null;
|
|
1518
1702
|
}>>]>, "many">;
|
|
1519
|
-
childRelations:
|
|
1520
|
-
url:
|
|
1521
|
-
id:
|
|
1522
|
-
key:
|
|
1523
|
-
annotations:
|
|
1524
|
-
}, "strip",
|
|
1703
|
+
childRelations: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
1704
|
+
url: z.ZodString;
|
|
1705
|
+
id: z.ZodNumber;
|
|
1706
|
+
key: z.ZodNullable<z.ZodString>;
|
|
1707
|
+
annotations: z.ZodArray<z.ZodString, "many">;
|
|
1708
|
+
}, "strip", z.ZodTypeAny, {
|
|
1525
1709
|
annotations: string[];
|
|
1526
1710
|
url: string;
|
|
1527
1711
|
id: number;
|
|
@@ -1531,21 +1715,21 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1531
1715
|
url: string;
|
|
1532
1716
|
id: number;
|
|
1533
1717
|
key: string | null;
|
|
1534
|
-
}>,
|
|
1535
|
-
type:
|
|
1536
|
-
parent:
|
|
1537
|
-
}, "strip",
|
|
1718
|
+
}>, z.ZodObject<{
|
|
1719
|
+
type: z.ZodLiteral<"edit">;
|
|
1720
|
+
parent: z.ZodString;
|
|
1721
|
+
}, "strip", z.ZodTypeAny, {
|
|
1538
1722
|
type: "edit";
|
|
1539
1723
|
parent: string;
|
|
1540
1724
|
}, {
|
|
1541
1725
|
type: "edit";
|
|
1542
1726
|
parent: string;
|
|
1543
|
-
}>>,
|
|
1544
|
-
url:
|
|
1545
|
-
id:
|
|
1546
|
-
key:
|
|
1547
|
-
annotations:
|
|
1548
|
-
}, "strip",
|
|
1727
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1728
|
+
url: z.ZodString;
|
|
1729
|
+
id: z.ZodNumber;
|
|
1730
|
+
key: z.ZodNullable<z.ZodString>;
|
|
1731
|
+
annotations: z.ZodArray<z.ZodString, "many">;
|
|
1732
|
+
}, "strip", z.ZodTypeAny, {
|
|
1549
1733
|
annotations: string[];
|
|
1550
1734
|
url: string;
|
|
1551
1735
|
id: number;
|
|
@@ -1555,21 +1739,21 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1555
1739
|
url: string;
|
|
1556
1740
|
id: number;
|
|
1557
1741
|
key: string | null;
|
|
1558
|
-
}>,
|
|
1559
|
-
type:
|
|
1560
|
-
parent:
|
|
1561
|
-
}, "strip",
|
|
1742
|
+
}>, z.ZodObject<{
|
|
1743
|
+
type: z.ZodLiteral<"duplicate">;
|
|
1744
|
+
parent: z.ZodNullable<z.ZodString>;
|
|
1745
|
+
}, "strip", z.ZodTypeAny, {
|
|
1562
1746
|
type: "duplicate";
|
|
1563
1747
|
parent: string | null;
|
|
1564
1748
|
}, {
|
|
1565
1749
|
type: "duplicate";
|
|
1566
1750
|
parent: string | null;
|
|
1567
|
-
}>>,
|
|
1568
|
-
url:
|
|
1569
|
-
id:
|
|
1570
|
-
key:
|
|
1571
|
-
annotations:
|
|
1572
|
-
}, "strip",
|
|
1751
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1752
|
+
url: z.ZodString;
|
|
1753
|
+
id: z.ZodNumber;
|
|
1754
|
+
key: z.ZodNullable<z.ZodString>;
|
|
1755
|
+
annotations: z.ZodArray<z.ZodString, "many">;
|
|
1756
|
+
}, "strip", z.ZodTypeAny, {
|
|
1573
1757
|
annotations: string[];
|
|
1574
1758
|
url: string;
|
|
1575
1759
|
id: number;
|
|
@@ -1579,70 +1763,70 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1579
1763
|
url: string;
|
|
1580
1764
|
id: number;
|
|
1581
1765
|
key: string | null;
|
|
1582
|
-
}>,
|
|
1583
|
-
type:
|
|
1584
|
-
parent:
|
|
1585
|
-
}, "strip",
|
|
1766
|
+
}>, z.ZodObject<{
|
|
1767
|
+
type: z.ZodLiteral<"attachment">;
|
|
1768
|
+
parent: z.ZodNullable<z.ZodString>;
|
|
1769
|
+
}, "strip", z.ZodTypeAny, {
|
|
1586
1770
|
type: "attachment";
|
|
1587
1771
|
parent: string | null;
|
|
1588
1772
|
}, {
|
|
1589
1773
|
type: "attachment";
|
|
1590
1774
|
parent: string | null;
|
|
1591
1775
|
}>>]>, "many">;
|
|
1592
|
-
queues:
|
|
1593
|
-
id:
|
|
1594
|
-
name:
|
|
1595
|
-
url:
|
|
1596
|
-
workspace:
|
|
1597
|
-
connector:
|
|
1598
|
-
webhooks:
|
|
1599
|
-
hooks:
|
|
1600
|
-
schema:
|
|
1601
|
-
inbox:
|
|
1602
|
-
users:
|
|
1603
|
-
sessionTimeout:
|
|
1604
|
-
rirUrl:
|
|
1605
|
-
rirParams:
|
|
1606
|
-
counts:
|
|
1607
|
-
defaultScoreThreshold:
|
|
1608
|
-
automationEnabled:
|
|
1609
|
-
automationLevel:
|
|
1610
|
-
locale:
|
|
1611
|
-
metadata:
|
|
1612
|
-
useConfirmedState:
|
|
1613
|
-
archiveEnabled:
|
|
1614
|
-
settings:
|
|
1615
|
-
columns:
|
|
1616
|
-
schemaId:
|
|
1617
|
-
}, "strip",
|
|
1776
|
+
queues: z.ZodArray<z.ZodObject<{
|
|
1777
|
+
id: z.ZodNumber;
|
|
1778
|
+
name: z.ZodString;
|
|
1779
|
+
url: z.ZodString;
|
|
1780
|
+
workspace: z.ZodNullable<z.ZodString>;
|
|
1781
|
+
connector: z.ZodNullable<z.ZodString>;
|
|
1782
|
+
webhooks: z.ZodArray<z.ZodString, "many">;
|
|
1783
|
+
hooks: z.ZodArray<z.ZodString, "many">;
|
|
1784
|
+
schema: z.ZodString;
|
|
1785
|
+
inbox: z.ZodNullable<z.ZodString>;
|
|
1786
|
+
users: z.ZodArray<z.ZodString, "many">;
|
|
1787
|
+
sessionTimeout: z.ZodString;
|
|
1788
|
+
rirUrl: z.ZodNullable<z.ZodString>;
|
|
1789
|
+
rirParams: z.ZodNullable<z.ZodString>;
|
|
1790
|
+
counts: z.ZodRecord<z.ZodUnion<[z.ZodLiteral<"created">, z.ZodLiteral<"importing">, z.ZodLiteral<"failed_import">, z.ZodLiteral<"split">, z.ZodLiteral<"to_review">, z.ZodLiteral<"reviewing">, z.ZodLiteral<"confirmed">, z.ZodLiteral<"rejected">, z.ZodLiteral<"exporting">, z.ZodLiteral<"exported">, z.ZodLiteral<"failed_export">, z.ZodLiteral<"postponed">, z.ZodLiteral<"deleted">, z.ZodLiteral<"purged">, z.ZodLiteral<"in_workflow">]>, z.ZodNumber>;
|
|
1791
|
+
defaultScoreThreshold: z.ZodNumber;
|
|
1792
|
+
automationEnabled: z.ZodBoolean;
|
|
1793
|
+
automationLevel: z.ZodUnion<[z.ZodLiteral<"always">, z.ZodLiteral<"confident">, z.ZodLiteral<"never">]>;
|
|
1794
|
+
locale: z.ZodString;
|
|
1795
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
1796
|
+
useConfirmedState: z.ZodBoolean;
|
|
1797
|
+
archiveEnabled: z.ZodBoolean;
|
|
1798
|
+
settings: z.ZodObject<{
|
|
1799
|
+
columns: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1800
|
+
schemaId: z.ZodString;
|
|
1801
|
+
}, "strip", z.ZodTypeAny, {
|
|
1618
1802
|
schemaId: string;
|
|
1619
1803
|
}, {
|
|
1620
1804
|
schemaId: string;
|
|
1621
1805
|
}>, "many">>;
|
|
1622
|
-
hideExportButton:
|
|
1623
|
-
autopilot:
|
|
1624
|
-
enabled:
|
|
1625
|
-
searchHistory:
|
|
1626
|
-
rirFieldNames:
|
|
1627
|
-
matchingFieldsThreshold:
|
|
1628
|
-
}, "strip",
|
|
1806
|
+
hideExportButton: z.ZodOptional<z.ZodBoolean>;
|
|
1807
|
+
autopilot: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1808
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1809
|
+
searchHistory: z.ZodOptional<z.ZodObject<{
|
|
1810
|
+
rirFieldNames: z.ZodArray<z.ZodString, "many">;
|
|
1811
|
+
matchingFieldsThreshold: z.ZodOptional<z.ZodNumber>;
|
|
1812
|
+
}, "strip", z.ZodTypeAny, {
|
|
1629
1813
|
rirFieldNames: string[];
|
|
1630
1814
|
matchingFieldsThreshold?: number | undefined;
|
|
1631
1815
|
}, {
|
|
1632
1816
|
rirFieldNames: string[];
|
|
1633
1817
|
matchingFieldsThreshold?: number | undefined;
|
|
1634
1818
|
}>>;
|
|
1635
|
-
automateFields:
|
|
1636
|
-
rirFieldNames:
|
|
1637
|
-
fieldRepeatedMin:
|
|
1638
|
-
}, "strip",
|
|
1819
|
+
automateFields: z.ZodOptional<z.ZodObject<{
|
|
1820
|
+
rirFieldNames: z.ZodArray<z.ZodString, "many">;
|
|
1821
|
+
fieldRepeatedMin: z.ZodNumber;
|
|
1822
|
+
}, "strip", z.ZodTypeAny, {
|
|
1639
1823
|
rirFieldNames: string[];
|
|
1640
1824
|
fieldRepeatedMin: number;
|
|
1641
1825
|
}, {
|
|
1642
1826
|
rirFieldNames: string[];
|
|
1643
1827
|
fieldRepeatedMin: number;
|
|
1644
1828
|
}>>;
|
|
1645
|
-
}, "strip",
|
|
1829
|
+
}, "strip", z.ZodTypeAny, {
|
|
1646
1830
|
enabled?: boolean | undefined;
|
|
1647
1831
|
searchHistory?: {
|
|
1648
1832
|
rirFieldNames: string[];
|
|
@@ -1663,32 +1847,32 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1663
1847
|
fieldRepeatedMin: number;
|
|
1664
1848
|
} | undefined;
|
|
1665
1849
|
}>>>;
|
|
1666
|
-
acceptedMimeTypes:
|
|
1667
|
-
asynchronousExport:
|
|
1668
|
-
automation:
|
|
1669
|
-
automateDuplicates:
|
|
1670
|
-
automateSuggestedEdit:
|
|
1671
|
-
}, "strip",
|
|
1850
|
+
acceptedMimeTypes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1851
|
+
asynchronousExport: z.ZodOptional<z.ZodBoolean>;
|
|
1852
|
+
automation: z.ZodOptional<z.ZodObject<{
|
|
1853
|
+
automateDuplicates: z.ZodOptional<z.ZodBoolean>;
|
|
1854
|
+
automateSuggestedEdit: z.ZodOptional<z.ZodBoolean>;
|
|
1855
|
+
}, "strip", z.ZodTypeAny, {
|
|
1672
1856
|
automateDuplicates?: boolean | undefined;
|
|
1673
1857
|
automateSuggestedEdit?: boolean | undefined;
|
|
1674
1858
|
}, {
|
|
1675
1859
|
automateDuplicates?: boolean | undefined;
|
|
1676
1860
|
automateSuggestedEdit?: boolean | undefined;
|
|
1677
1861
|
}>>;
|
|
1678
|
-
rejectionConfig:
|
|
1679
|
-
enabled:
|
|
1680
|
-
email:
|
|
1681
|
-
templateValues:
|
|
1682
|
-
subject:
|
|
1683
|
-
message:
|
|
1684
|
-
}, "strip",
|
|
1862
|
+
rejectionConfig: z.ZodOptional<z.ZodObject<{
|
|
1863
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1864
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
1865
|
+
templateValues: z.ZodObject<{
|
|
1866
|
+
subject: z.ZodOptional<z.ZodString>;
|
|
1867
|
+
message: z.ZodOptional<z.ZodString>;
|
|
1868
|
+
}, "strip", z.ZodTypeAny, {
|
|
1685
1869
|
subject?: string | undefined;
|
|
1686
1870
|
message?: string | undefined;
|
|
1687
1871
|
}, {
|
|
1688
1872
|
subject?: string | undefined;
|
|
1689
1873
|
message?: string | undefined;
|
|
1690
1874
|
}>;
|
|
1691
|
-
}, "strip",
|
|
1875
|
+
}, "strip", z.ZodTypeAny, {
|
|
1692
1876
|
templateValues: {
|
|
1693
1877
|
subject?: string | undefined;
|
|
1694
1878
|
message?: string | undefined;
|
|
@@ -1699,7 +1883,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1699
1883
|
message?: string | undefined;
|
|
1700
1884
|
};
|
|
1701
1885
|
}>>;
|
|
1702
|
-
}, "strip",
|
|
1886
|
+
}, "strip", z.ZodTypeAny, {
|
|
1703
1887
|
enabled?: boolean | undefined;
|
|
1704
1888
|
email?: {
|
|
1705
1889
|
templateValues: {
|
|
@@ -1716,33 +1900,33 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1716
1900
|
};
|
|
1717
1901
|
} | undefined;
|
|
1718
1902
|
}>>;
|
|
1719
|
-
suggestedRecipientsSources:
|
|
1720
|
-
source:
|
|
1721
|
-
schemaId:
|
|
1722
|
-
}, "strip",
|
|
1903
|
+
suggestedRecipientsSources: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1904
|
+
source: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"email_header">, z.ZodLiteral<"extracted_value">, z.ZodLiteral<"vendor_database">, z.ZodLiteral<"queue_mailing_history">, z.ZodLiteral<"organization_users">]>>;
|
|
1905
|
+
schemaId: z.ZodOptional<z.ZodString>;
|
|
1906
|
+
}, "strip", z.ZodTypeAny, {
|
|
1723
1907
|
source?: "email_header" | "extracted_value" | "vendor_database" | "queue_mailing_history" | "organization_users" | undefined;
|
|
1724
1908
|
schemaId?: string | undefined;
|
|
1725
1909
|
}, {
|
|
1726
1910
|
source?: "email_header" | "extracted_value" | "vendor_database" | "queue_mailing_history" | "organization_users" | undefined;
|
|
1727
1911
|
schemaId?: string | undefined;
|
|
1728
1912
|
}>, "many">>;
|
|
1729
|
-
suggestedEdit:
|
|
1730
|
-
emailNotifications:
|
|
1731
|
-
recipient:
|
|
1732
|
-
email:
|
|
1733
|
-
name:
|
|
1734
|
-
}, "strip",
|
|
1913
|
+
suggestedEdit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"suggest">, z.ZodLiteral<"disable">]>>;
|
|
1914
|
+
emailNotifications: z.ZodOptional<z.ZodObject<{
|
|
1915
|
+
recipient: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1916
|
+
email: z.ZodOptional<z.ZodString>;
|
|
1917
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1918
|
+
}, "strip", z.ZodTypeAny, {
|
|
1735
1919
|
email?: string | undefined;
|
|
1736
1920
|
name?: string | undefined;
|
|
1737
1921
|
}, {
|
|
1738
1922
|
email?: string | undefined;
|
|
1739
1923
|
name?: string | undefined;
|
|
1740
1924
|
}>>>;
|
|
1741
|
-
unprocessableAttachments:
|
|
1742
|
-
postponedAnnotations:
|
|
1743
|
-
deletedAnnotations:
|
|
1744
|
-
emailWithNoAttachments:
|
|
1745
|
-
}, "strip",
|
|
1925
|
+
unprocessableAttachments: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1926
|
+
postponedAnnotations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1927
|
+
deletedAnnotations: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1928
|
+
emailWithNoAttachments: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1929
|
+
}, "strip", z.ZodTypeAny, {
|
|
1746
1930
|
recipient?: {
|
|
1747
1931
|
email?: string | undefined;
|
|
1748
1932
|
name?: string | undefined;
|
|
@@ -1761,47 +1945,47 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1761
1945
|
deletedAnnotations?: boolean | null | undefined;
|
|
1762
1946
|
emailWithNoAttachments?: boolean | null | undefined;
|
|
1763
1947
|
}>>;
|
|
1764
|
-
workflows:
|
|
1765
|
-
enabled:
|
|
1766
|
-
bypassWorkflowsAllowed:
|
|
1767
|
-
}, "strip",
|
|
1948
|
+
workflows: z.ZodOptional<z.ZodObject<{
|
|
1949
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1950
|
+
bypassWorkflowsAllowed: z.ZodOptional<z.ZodBoolean>;
|
|
1951
|
+
}, "strip", z.ZodTypeAny, {
|
|
1768
1952
|
enabled?: boolean | undefined;
|
|
1769
1953
|
bypassWorkflowsAllowed?: boolean | undefined;
|
|
1770
1954
|
}, {
|
|
1771
1955
|
enabled?: boolean | undefined;
|
|
1772
1956
|
bypassWorkflowsAllowed?: boolean | undefined;
|
|
1773
1957
|
}>>;
|
|
1774
|
-
dashboardCustomization:
|
|
1775
|
-
allDocuments:
|
|
1776
|
-
}, "strip",
|
|
1958
|
+
dashboardCustomization: z.ZodOptional<z.ZodObject<{
|
|
1959
|
+
allDocuments: z.ZodOptional<z.ZodBoolean>;
|
|
1960
|
+
}, "strip", z.ZodTypeAny, {
|
|
1777
1961
|
allDocuments?: boolean | undefined;
|
|
1778
1962
|
}, {
|
|
1779
1963
|
allDocuments?: boolean | undefined;
|
|
1780
1964
|
}>>;
|
|
1781
|
-
annotationListTable:
|
|
1782
|
-
columns:
|
|
1783
|
-
metaName:
|
|
1784
|
-
columnType:
|
|
1785
|
-
visible:
|
|
1786
|
-
width:
|
|
1787
|
-
}, "strip",
|
|
1965
|
+
annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1966
|
+
columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1967
|
+
metaName: z.ZodUnion<[z.ZodLiteral<"annotation">, z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
|
|
1968
|
+
columnType: z.ZodLiteral<"meta">;
|
|
1969
|
+
visible: z.ZodBoolean;
|
|
1970
|
+
width: z.ZodNumber;
|
|
1971
|
+
}, "strip", z.ZodTypeAny, {
|
|
1788
1972
|
width: number;
|
|
1789
1973
|
columnType: "meta";
|
|
1790
1974
|
visible: boolean;
|
|
1791
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1975
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1792
1976
|
}, {
|
|
1793
1977
|
width: number;
|
|
1794
1978
|
columnType: "meta";
|
|
1795
1979
|
visible: boolean;
|
|
1796
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1797
|
-
}>,
|
|
1798
|
-
schemaId:
|
|
1799
|
-
dataType:
|
|
1800
|
-
columnType:
|
|
1801
|
-
visible:
|
|
1802
|
-
width:
|
|
1803
|
-
scoreThreshold:
|
|
1804
|
-
}, "strip",
|
|
1980
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1981
|
+
}>, z.ZodObject<{
|
|
1982
|
+
schemaId: z.ZodString;
|
|
1983
|
+
dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
|
|
1984
|
+
columnType: z.ZodLiteral<"schema">;
|
|
1985
|
+
visible: z.ZodBoolean;
|
|
1986
|
+
width: z.ZodNumber;
|
|
1987
|
+
scoreThreshold: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1988
|
+
}, "strip", z.ZodTypeAny, {
|
|
1805
1989
|
schemaId: string;
|
|
1806
1990
|
width: number;
|
|
1807
1991
|
dataType: "string" | "number" | "boolean" | "date";
|
|
@@ -1816,7 +2000,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1816
2000
|
visible: boolean;
|
|
1817
2001
|
scoreThreshold?: number | null | undefined;
|
|
1818
2002
|
}>]>, "many">;
|
|
1819
|
-
}, "strip",
|
|
2003
|
+
}, "strip", z.ZodTypeAny, {
|
|
1820
2004
|
columns: ({
|
|
1821
2005
|
schemaId: string;
|
|
1822
2006
|
width: number;
|
|
@@ -1828,7 +2012,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1828
2012
|
width: number;
|
|
1829
2013
|
columnType: "meta";
|
|
1830
2014
|
visible: boolean;
|
|
1831
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2015
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1832
2016
|
})[];
|
|
1833
2017
|
}, {
|
|
1834
2018
|
columns: ({
|
|
@@ -1842,13 +2026,70 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1842
2026
|
width: number;
|
|
1843
2027
|
columnType: "meta";
|
|
1844
2028
|
visible: boolean;
|
|
1845
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2029
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1846
2030
|
})[];
|
|
1847
2031
|
}>>>;
|
|
1848
|
-
uploadValues:
|
|
1849
|
-
complexTables:
|
|
1850
|
-
uiUploadEnabled:
|
|
1851
|
-
|
|
2032
|
+
uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
2033
|
+
complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2034
|
+
uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2035
|
+
uiOnEditConfirm: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_list">, z.ZodLiteral<"edit_next">, z.ZodLiteral<"validate_first">]>>>;
|
|
2036
|
+
uiValidationScreenEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
2037
|
+
uiEditValues: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
2038
|
+
id: z.ZodString;
|
|
2039
|
+
label: z.ZodString;
|
|
2040
|
+
required: z.ZodBoolean;
|
|
2041
|
+
}, "strip", z.ZodTypeAny, {
|
|
2042
|
+
id: string;
|
|
2043
|
+
label: string;
|
|
2044
|
+
required: boolean;
|
|
2045
|
+
}, {
|
|
2046
|
+
id: string;
|
|
2047
|
+
label: string;
|
|
2048
|
+
required: boolean;
|
|
2049
|
+
}>, z.ZodObject<{
|
|
2050
|
+
dataType: z.ZodLiteral<"enum">;
|
|
2051
|
+
enumOptions: z.ZodArray<z.ZodObject<{
|
|
2052
|
+
label: z.ZodString;
|
|
2053
|
+
value: z.ZodString;
|
|
2054
|
+
}, "strip", z.ZodTypeAny, {
|
|
2055
|
+
value: string;
|
|
2056
|
+
label: string;
|
|
2057
|
+
}, {
|
|
2058
|
+
value: string;
|
|
2059
|
+
label: string;
|
|
2060
|
+
}>, "many">;
|
|
2061
|
+
}, "strip", z.ZodTypeAny, {
|
|
2062
|
+
dataType: "enum";
|
|
2063
|
+
enumOptions: {
|
|
2064
|
+
value: string;
|
|
2065
|
+
label: string;
|
|
2066
|
+
}[];
|
|
2067
|
+
}, {
|
|
2068
|
+
dataType: "enum";
|
|
2069
|
+
enumOptions: {
|
|
2070
|
+
value: string;
|
|
2071
|
+
label: string;
|
|
2072
|
+
}[];
|
|
2073
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
2074
|
+
id: z.ZodString;
|
|
2075
|
+
label: z.ZodString;
|
|
2076
|
+
required: z.ZodBoolean;
|
|
2077
|
+
}, "strip", z.ZodTypeAny, {
|
|
2078
|
+
id: string;
|
|
2079
|
+
label: string;
|
|
2080
|
+
required: boolean;
|
|
2081
|
+
}, {
|
|
2082
|
+
id: string;
|
|
2083
|
+
label: string;
|
|
2084
|
+
required: boolean;
|
|
2085
|
+
}>, z.ZodObject<{
|
|
2086
|
+
dataType: z.ZodLiteral<"string">;
|
|
2087
|
+
}, "strip", z.ZodTypeAny, {
|
|
2088
|
+
dataType: "string";
|
|
2089
|
+
}, {
|
|
2090
|
+
dataType: "string";
|
|
2091
|
+
}>>]>, "many">>>;
|
|
2092
|
+
}, "strip", z.ZodTypeAny, {
|
|
1852
2093
|
columns?: {
|
|
1853
2094
|
schemaId: string;
|
|
1854
2095
|
}[] | undefined;
|
|
@@ -1913,12 +2154,31 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1913
2154
|
width: number;
|
|
1914
2155
|
columnType: "meta";
|
|
1915
2156
|
visible: boolean;
|
|
1916
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2157
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1917
2158
|
})[];
|
|
1918
2159
|
} | undefined;
|
|
1919
2160
|
uploadValues?: unknown;
|
|
1920
2161
|
complexTables?: boolean | undefined;
|
|
1921
2162
|
uiUploadEnabled?: boolean | undefined;
|
|
2163
|
+
uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
|
|
2164
|
+
uiValidationScreenEnabled?: boolean | undefined;
|
|
2165
|
+
uiEditValues?: (({
|
|
2166
|
+
id: string;
|
|
2167
|
+
label: string;
|
|
2168
|
+
required: boolean;
|
|
2169
|
+
} & {
|
|
2170
|
+
dataType: "enum";
|
|
2171
|
+
enumOptions: {
|
|
2172
|
+
value: string;
|
|
2173
|
+
label: string;
|
|
2174
|
+
}[];
|
|
2175
|
+
}) | ({
|
|
2176
|
+
id: string;
|
|
2177
|
+
label: string;
|
|
2178
|
+
required: boolean;
|
|
2179
|
+
} & {
|
|
2180
|
+
dataType: "string";
|
|
2181
|
+
}))[] | undefined;
|
|
1922
2182
|
}, {
|
|
1923
2183
|
columns?: {
|
|
1924
2184
|
schemaId: string;
|
|
@@ -1984,27 +2244,47 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
1984
2244
|
width: number;
|
|
1985
2245
|
columnType: "meta";
|
|
1986
2246
|
visible: boolean;
|
|
1987
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2247
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
1988
2248
|
})[];
|
|
1989
2249
|
} | undefined;
|
|
1990
2250
|
uploadValues?: unknown;
|
|
1991
2251
|
complexTables?: boolean | undefined;
|
|
1992
2252
|
uiUploadEnabled?: boolean | undefined;
|
|
2253
|
+
uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
|
|
2254
|
+
uiValidationScreenEnabled?: boolean | undefined;
|
|
2255
|
+
uiEditValues?: (({
|
|
2256
|
+
id: string;
|
|
2257
|
+
label: string;
|
|
2258
|
+
required: boolean;
|
|
2259
|
+
} & {
|
|
2260
|
+
dataType: "enum";
|
|
2261
|
+
enumOptions: {
|
|
2262
|
+
value: string;
|
|
2263
|
+
label: string;
|
|
2264
|
+
}[];
|
|
2265
|
+
}) | ({
|
|
2266
|
+
id: string;
|
|
2267
|
+
label: string;
|
|
2268
|
+
required: boolean;
|
|
2269
|
+
} & {
|
|
2270
|
+
dataType: "string";
|
|
2271
|
+
}))[] | undefined;
|
|
1993
2272
|
}>;
|
|
1994
|
-
documentLifetime:
|
|
1995
|
-
dedicatedEngine:
|
|
1996
|
-
genericEngine:
|
|
1997
|
-
engine:
|
|
1998
|
-
status:
|
|
1999
|
-
workflows:
|
|
2000
|
-
trainingEnabled:
|
|
2001
|
-
deleteAfter:
|
|
2002
|
-
}, "strip",
|
|
2273
|
+
documentLifetime: z.ZodNullable<z.ZodString>;
|
|
2274
|
+
dedicatedEngine: z.ZodNullable<z.ZodString>;
|
|
2275
|
+
genericEngine: z.ZodNullable<z.ZodString>;
|
|
2276
|
+
engine: z.ZodNullable<z.ZodString>;
|
|
2277
|
+
status: z.ZodString;
|
|
2278
|
+
workflows: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber]>>, "many">;
|
|
2279
|
+
trainingEnabled: z.ZodBoolean;
|
|
2280
|
+
deleteAfter: z.ZodNullable<z.ZodString>;
|
|
2281
|
+
}, "strip", z.ZodTypeAny, {
|
|
2003
2282
|
status: string;
|
|
2004
2283
|
url: string;
|
|
2005
2284
|
sessionTimeout: string;
|
|
2006
2285
|
id: number;
|
|
2007
2286
|
schema: string;
|
|
2287
|
+
trainingEnabled: boolean;
|
|
2008
2288
|
name: string;
|
|
2009
2289
|
workflows: Record<string, string | number>[];
|
|
2010
2290
|
workspace: string | null;
|
|
@@ -2087,18 +2367,36 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2087
2367
|
width: number;
|
|
2088
2368
|
columnType: "meta";
|
|
2089
2369
|
visible: boolean;
|
|
2090
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2370
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2091
2371
|
})[];
|
|
2092
2372
|
} | undefined;
|
|
2093
2373
|
uploadValues?: unknown;
|
|
2094
2374
|
complexTables?: boolean | undefined;
|
|
2095
2375
|
uiUploadEnabled?: boolean | undefined;
|
|
2376
|
+
uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
|
|
2377
|
+
uiValidationScreenEnabled?: boolean | undefined;
|
|
2378
|
+
uiEditValues?: (({
|
|
2379
|
+
id: string;
|
|
2380
|
+
label: string;
|
|
2381
|
+
required: boolean;
|
|
2382
|
+
} & {
|
|
2383
|
+
dataType: "enum";
|
|
2384
|
+
enumOptions: {
|
|
2385
|
+
value: string;
|
|
2386
|
+
label: string;
|
|
2387
|
+
}[];
|
|
2388
|
+
}) | ({
|
|
2389
|
+
id: string;
|
|
2390
|
+
label: string;
|
|
2391
|
+
required: boolean;
|
|
2392
|
+
} & {
|
|
2393
|
+
dataType: "string";
|
|
2394
|
+
}))[] | undefined;
|
|
2096
2395
|
};
|
|
2097
2396
|
documentLifetime: string | null;
|
|
2098
2397
|
dedicatedEngine: string | null;
|
|
2099
2398
|
genericEngine: string | null;
|
|
2100
2399
|
engine: string | null;
|
|
2101
|
-
trainingEnabled: boolean;
|
|
2102
2400
|
deleteAfter: string | null;
|
|
2103
2401
|
metadata?: unknown;
|
|
2104
2402
|
}, {
|
|
@@ -2107,6 +2405,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2107
2405
|
sessionTimeout: string;
|
|
2108
2406
|
id: number;
|
|
2109
2407
|
schema: string;
|
|
2408
|
+
trainingEnabled: boolean;
|
|
2110
2409
|
name: string;
|
|
2111
2410
|
workflows: Record<string, string | number>[];
|
|
2112
2411
|
workspace: string | null;
|
|
@@ -2189,42 +2488,60 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2189
2488
|
width: number;
|
|
2190
2489
|
columnType: "meta";
|
|
2191
2490
|
visible: boolean;
|
|
2192
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2491
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2193
2492
|
})[];
|
|
2194
2493
|
} | undefined;
|
|
2195
2494
|
uploadValues?: unknown;
|
|
2196
2495
|
complexTables?: boolean | undefined;
|
|
2197
2496
|
uiUploadEnabled?: boolean | undefined;
|
|
2497
|
+
uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
|
|
2498
|
+
uiValidationScreenEnabled?: boolean | undefined;
|
|
2499
|
+
uiEditValues?: (({
|
|
2500
|
+
id: string;
|
|
2501
|
+
label: string;
|
|
2502
|
+
required: boolean;
|
|
2503
|
+
} & {
|
|
2504
|
+
dataType: "enum";
|
|
2505
|
+
enumOptions: {
|
|
2506
|
+
value: string;
|
|
2507
|
+
label: string;
|
|
2508
|
+
}[];
|
|
2509
|
+
}) | ({
|
|
2510
|
+
id: string;
|
|
2511
|
+
label: string;
|
|
2512
|
+
required: boolean;
|
|
2513
|
+
} & {
|
|
2514
|
+
dataType: "string";
|
|
2515
|
+
}))[] | undefined;
|
|
2198
2516
|
};
|
|
2199
2517
|
documentLifetime: string | null;
|
|
2200
2518
|
dedicatedEngine: string | null;
|
|
2201
2519
|
genericEngine: string | null;
|
|
2202
2520
|
engine: string | null;
|
|
2203
|
-
trainingEnabled: boolean;
|
|
2204
2521
|
deleteAfter: string | null;
|
|
2205
2522
|
metadata?: unknown;
|
|
2206
2523
|
}>, "many">;
|
|
2207
|
-
exportedBys:
|
|
2208
|
-
id:
|
|
2209
|
-
url:
|
|
2210
|
-
firstName:
|
|
2211
|
-
lastName:
|
|
2212
|
-
email:
|
|
2213
|
-
emailVerified:
|
|
2214
|
-
dateJoined:
|
|
2215
|
-
username:
|
|
2216
|
-
groups:
|
|
2217
|
-
organization:
|
|
2218
|
-
queues:
|
|
2219
|
-
isActive:
|
|
2220
|
-
lastLogin:
|
|
2221
|
-
uiSettings:
|
|
2222
|
-
metadata:
|
|
2223
|
-
oidcId:
|
|
2224
|
-
authType:
|
|
2225
|
-
deleted:
|
|
2226
|
-
phoneNumber:
|
|
2227
|
-
}, "strip",
|
|
2524
|
+
exportedBys: z.ZodArray<z.ZodObject<{
|
|
2525
|
+
id: z.ZodNumber;
|
|
2526
|
+
url: z.ZodString;
|
|
2527
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
2528
|
+
lastName: z.ZodString;
|
|
2529
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2530
|
+
emailVerified: z.ZodBoolean;
|
|
2531
|
+
dateJoined: z.ZodString;
|
|
2532
|
+
username: z.ZodString;
|
|
2533
|
+
groups: z.ZodArray<z.ZodString, "many">;
|
|
2534
|
+
organization: z.ZodString;
|
|
2535
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
2536
|
+
isActive: z.ZodBoolean;
|
|
2537
|
+
lastLogin: z.ZodNullable<z.ZodString>;
|
|
2538
|
+
uiSettings: z.ZodOptional<z.ZodUnknown>;
|
|
2539
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
2540
|
+
oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2541
|
+
authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
|
|
2542
|
+
deleted: z.ZodBoolean;
|
|
2543
|
+
phoneNumber: z.ZodNullable<z.ZodString>;
|
|
2544
|
+
}, "strip", z.ZodTypeAny, {
|
|
2228
2545
|
deleted: boolean;
|
|
2229
2546
|
url: string;
|
|
2230
2547
|
id: number;
|
|
@@ -2265,27 +2582,27 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2265
2582
|
metadata?: unknown;
|
|
2266
2583
|
oidcId?: string | null | undefined;
|
|
2267
2584
|
}>, "many">;
|
|
2268
|
-
rejectedBys:
|
|
2269
|
-
id:
|
|
2270
|
-
url:
|
|
2271
|
-
firstName:
|
|
2272
|
-
lastName:
|
|
2273
|
-
email:
|
|
2274
|
-
emailVerified:
|
|
2275
|
-
dateJoined:
|
|
2276
|
-
username:
|
|
2277
|
-
groups:
|
|
2278
|
-
organization:
|
|
2279
|
-
queues:
|
|
2280
|
-
isActive:
|
|
2281
|
-
lastLogin:
|
|
2282
|
-
uiSettings:
|
|
2283
|
-
metadata:
|
|
2284
|
-
oidcId:
|
|
2285
|
-
authType:
|
|
2286
|
-
deleted:
|
|
2287
|
-
phoneNumber:
|
|
2288
|
-
}, "strip",
|
|
2585
|
+
rejectedBys: z.ZodArray<z.ZodObject<{
|
|
2586
|
+
id: z.ZodNumber;
|
|
2587
|
+
url: z.ZodString;
|
|
2588
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
2589
|
+
lastName: z.ZodString;
|
|
2590
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2591
|
+
emailVerified: z.ZodBoolean;
|
|
2592
|
+
dateJoined: z.ZodString;
|
|
2593
|
+
username: z.ZodString;
|
|
2594
|
+
groups: z.ZodArray<z.ZodString, "many">;
|
|
2595
|
+
organization: z.ZodString;
|
|
2596
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
2597
|
+
isActive: z.ZodBoolean;
|
|
2598
|
+
lastLogin: z.ZodNullable<z.ZodString>;
|
|
2599
|
+
uiSettings: z.ZodOptional<z.ZodUnknown>;
|
|
2600
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
2601
|
+
oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2602
|
+
authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
|
|
2603
|
+
deleted: z.ZodBoolean;
|
|
2604
|
+
phoneNumber: z.ZodNullable<z.ZodString>;
|
|
2605
|
+
}, "strip", z.ZodTypeAny, {
|
|
2289
2606
|
deleted: boolean;
|
|
2290
2607
|
url: string;
|
|
2291
2608
|
id: number;
|
|
@@ -2326,27 +2643,27 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2326
2643
|
metadata?: unknown;
|
|
2327
2644
|
oidcId?: string | null | undefined;
|
|
2328
2645
|
}>, "many">;
|
|
2329
|
-
confirmedBys:
|
|
2330
|
-
id:
|
|
2331
|
-
url:
|
|
2332
|
-
firstName:
|
|
2333
|
-
lastName:
|
|
2334
|
-
email:
|
|
2335
|
-
emailVerified:
|
|
2336
|
-
dateJoined:
|
|
2337
|
-
username:
|
|
2338
|
-
groups:
|
|
2339
|
-
organization:
|
|
2340
|
-
queues:
|
|
2341
|
-
isActive:
|
|
2342
|
-
lastLogin:
|
|
2343
|
-
uiSettings:
|
|
2344
|
-
metadata:
|
|
2345
|
-
oidcId:
|
|
2346
|
-
authType:
|
|
2347
|
-
deleted:
|
|
2348
|
-
phoneNumber:
|
|
2349
|
-
}, "strip",
|
|
2646
|
+
confirmedBys: z.ZodArray<z.ZodObject<{
|
|
2647
|
+
id: z.ZodNumber;
|
|
2648
|
+
url: z.ZodString;
|
|
2649
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
2650
|
+
lastName: z.ZodString;
|
|
2651
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2652
|
+
emailVerified: z.ZodBoolean;
|
|
2653
|
+
dateJoined: z.ZodString;
|
|
2654
|
+
username: z.ZodString;
|
|
2655
|
+
groups: z.ZodArray<z.ZodString, "many">;
|
|
2656
|
+
organization: z.ZodString;
|
|
2657
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
2658
|
+
isActive: z.ZodBoolean;
|
|
2659
|
+
lastLogin: z.ZodNullable<z.ZodString>;
|
|
2660
|
+
uiSettings: z.ZodOptional<z.ZodUnknown>;
|
|
2661
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
2662
|
+
oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2663
|
+
authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
|
|
2664
|
+
deleted: z.ZodBoolean;
|
|
2665
|
+
phoneNumber: z.ZodNullable<z.ZodString>;
|
|
2666
|
+
}, "strip", z.ZodTypeAny, {
|
|
2350
2667
|
deleted: boolean;
|
|
2351
2668
|
url: string;
|
|
2352
2669
|
id: number;
|
|
@@ -2387,27 +2704,27 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2387
2704
|
metadata?: unknown;
|
|
2388
2705
|
oidcId?: string | null | undefined;
|
|
2389
2706
|
}>, "many">;
|
|
2390
|
-
deletedBys:
|
|
2391
|
-
id:
|
|
2392
|
-
url:
|
|
2393
|
-
firstName:
|
|
2394
|
-
lastName:
|
|
2395
|
-
email:
|
|
2396
|
-
emailVerified:
|
|
2397
|
-
dateJoined:
|
|
2398
|
-
username:
|
|
2399
|
-
groups:
|
|
2400
|
-
organization:
|
|
2401
|
-
queues:
|
|
2402
|
-
isActive:
|
|
2403
|
-
lastLogin:
|
|
2404
|
-
uiSettings:
|
|
2405
|
-
metadata:
|
|
2406
|
-
oidcId:
|
|
2407
|
-
authType:
|
|
2408
|
-
deleted:
|
|
2409
|
-
phoneNumber:
|
|
2410
|
-
}, "strip",
|
|
2707
|
+
deletedBys: z.ZodArray<z.ZodObject<{
|
|
2708
|
+
id: z.ZodNumber;
|
|
2709
|
+
url: z.ZodString;
|
|
2710
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
2711
|
+
lastName: z.ZodString;
|
|
2712
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2713
|
+
emailVerified: z.ZodBoolean;
|
|
2714
|
+
dateJoined: z.ZodString;
|
|
2715
|
+
username: z.ZodString;
|
|
2716
|
+
groups: z.ZodArray<z.ZodString, "many">;
|
|
2717
|
+
organization: z.ZodString;
|
|
2718
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
2719
|
+
isActive: z.ZodBoolean;
|
|
2720
|
+
lastLogin: z.ZodNullable<z.ZodString>;
|
|
2721
|
+
uiSettings: z.ZodOptional<z.ZodUnknown>;
|
|
2722
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
2723
|
+
oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2724
|
+
authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
|
|
2725
|
+
deleted: z.ZodBoolean;
|
|
2726
|
+
phoneNumber: z.ZodNullable<z.ZodString>;
|
|
2727
|
+
}, "strip", z.ZodTypeAny, {
|
|
2411
2728
|
deleted: boolean;
|
|
2412
2729
|
url: string;
|
|
2413
2730
|
id: number;
|
|
@@ -2448,15 +2765,15 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2448
2765
|
metadata?: unknown;
|
|
2449
2766
|
oidcId?: string | null | undefined;
|
|
2450
2767
|
}>, "many">;
|
|
2451
|
-
workspaces:
|
|
2452
|
-
id:
|
|
2453
|
-
name:
|
|
2454
|
-
url:
|
|
2455
|
-
autopilot:
|
|
2456
|
-
organization:
|
|
2457
|
-
queues:
|
|
2458
|
-
metadata:
|
|
2459
|
-
}, "strip",
|
|
2768
|
+
workspaces: z.ZodArray<z.ZodObject<{
|
|
2769
|
+
id: z.ZodNumber;
|
|
2770
|
+
name: z.ZodString;
|
|
2771
|
+
url: z.ZodString;
|
|
2772
|
+
autopilot: z.ZodBoolean;
|
|
2773
|
+
organization: z.ZodString;
|
|
2774
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
2775
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
2776
|
+
}, "strip", z.ZodTypeAny, {
|
|
2460
2777
|
url: string;
|
|
2461
2778
|
id: number;
|
|
2462
2779
|
organization: string;
|
|
@@ -2473,7 +2790,90 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2473
2790
|
autopilot: boolean;
|
|
2474
2791
|
metadata?: unknown;
|
|
2475
2792
|
}>, "many">;
|
|
2476
|
-
|
|
2793
|
+
creators: z.ZodArray<z.ZodObject<{
|
|
2794
|
+
id: z.ZodNumber;
|
|
2795
|
+
url: z.ZodString;
|
|
2796
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
2797
|
+
lastName: z.ZodString;
|
|
2798
|
+
email: z.ZodOptional<z.ZodString>;
|
|
2799
|
+
emailVerified: z.ZodBoolean;
|
|
2800
|
+
dateJoined: z.ZodString;
|
|
2801
|
+
username: z.ZodString;
|
|
2802
|
+
groups: z.ZodArray<z.ZodString, "many">;
|
|
2803
|
+
organization: z.ZodString;
|
|
2804
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
2805
|
+
isActive: z.ZodBoolean;
|
|
2806
|
+
lastLogin: z.ZodNullable<z.ZodString>;
|
|
2807
|
+
uiSettings: z.ZodOptional<z.ZodUnknown>;
|
|
2808
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
2809
|
+
oidcId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2810
|
+
authType: z.ZodUnion<[z.ZodLiteral<"password">, z.ZodLiteral<"sso">]>;
|
|
2811
|
+
deleted: z.ZodBoolean;
|
|
2812
|
+
phoneNumber: z.ZodNullable<z.ZodString>;
|
|
2813
|
+
}, "strip", z.ZodTypeAny, {
|
|
2814
|
+
deleted: boolean;
|
|
2815
|
+
url: string;
|
|
2816
|
+
id: number;
|
|
2817
|
+
organization: string;
|
|
2818
|
+
queues: string[];
|
|
2819
|
+
lastName: string;
|
|
2820
|
+
emailVerified: boolean;
|
|
2821
|
+
dateJoined: string;
|
|
2822
|
+
username: string;
|
|
2823
|
+
groups: string[];
|
|
2824
|
+
isActive: boolean;
|
|
2825
|
+
lastLogin: string | null;
|
|
2826
|
+
authType: "password" | "sso";
|
|
2827
|
+
phoneNumber: string | null;
|
|
2828
|
+
firstName?: string | undefined;
|
|
2829
|
+
email?: string | undefined;
|
|
2830
|
+
uiSettings?: unknown;
|
|
2831
|
+
metadata?: unknown;
|
|
2832
|
+
oidcId?: string | null | undefined;
|
|
2833
|
+
}, {
|
|
2834
|
+
deleted: boolean;
|
|
2835
|
+
url: string;
|
|
2836
|
+
id: number;
|
|
2837
|
+
organization: string;
|
|
2838
|
+
queues: string[];
|
|
2839
|
+
lastName: string;
|
|
2840
|
+
emailVerified: boolean;
|
|
2841
|
+
dateJoined: string;
|
|
2842
|
+
username: string;
|
|
2843
|
+
groups: string[];
|
|
2844
|
+
isActive: boolean;
|
|
2845
|
+
lastLogin: string | null;
|
|
2846
|
+
authType: "password" | "sso";
|
|
2847
|
+
phoneNumber: string | null;
|
|
2848
|
+
firstName?: string | undefined;
|
|
2849
|
+
email?: string | undefined;
|
|
2850
|
+
uiSettings?: unknown;
|
|
2851
|
+
metadata?: unknown;
|
|
2852
|
+
oidcId?: string | null | undefined;
|
|
2853
|
+
}>, "many">;
|
|
2854
|
+
workflowRuns: z.ZodArray<z.ZodObject<{
|
|
2855
|
+
id: z.ZodNumber;
|
|
2856
|
+
url: z.ZodString;
|
|
2857
|
+
annotation: z.ZodString;
|
|
2858
|
+
currentStep: z.ZodNullable<z.ZodString>;
|
|
2859
|
+
organization: z.ZodString;
|
|
2860
|
+
workflowStatus: z.ZodUnion<[z.ZodLiteral<"pending">, z.ZodLiteral<"approved">, z.ZodLiteral<"rejected">, z.ZodLiteral<"in_review">]>;
|
|
2861
|
+
}, "strip", z.ZodTypeAny, {
|
|
2862
|
+
annotation: string;
|
|
2863
|
+
url: string;
|
|
2864
|
+
id: number;
|
|
2865
|
+
organization: string;
|
|
2866
|
+
currentStep: string | null;
|
|
2867
|
+
workflowStatus: "rejected" | "pending" | "approved" | "in_review";
|
|
2868
|
+
}, {
|
|
2869
|
+
annotation: string;
|
|
2870
|
+
url: string;
|
|
2871
|
+
id: number;
|
|
2872
|
+
organization: string;
|
|
2873
|
+
currentStep: string | null;
|
|
2874
|
+
workflowStatus: "rejected" | "pending" | "approved" | "in_review";
|
|
2875
|
+
}>, "many">;
|
|
2876
|
+
}, "strip", z.ZodTypeAny, {
|
|
2477
2877
|
assignees: {
|
|
2478
2878
|
deleted: boolean;
|
|
2479
2879
|
url: string;
|
|
@@ -2515,11 +2915,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2515
2915
|
rirConfidence?: number | null | undefined;
|
|
2516
2916
|
connectorPosition?: number[] | null | undefined;
|
|
2517
2917
|
connectorText?: string | null | undefined;
|
|
2918
|
+
struct?: unknown;
|
|
2518
2919
|
} | null | undefined;
|
|
2519
2920
|
validationSources?: string[] | null | undefined;
|
|
2520
2921
|
timeSpent?: number | null | undefined;
|
|
2521
2922
|
timeSpentOverall?: number | null | undefined;
|
|
2522
2923
|
noRecalculation?: boolean | undefined;
|
|
2924
|
+
options?: {
|
|
2925
|
+
value: string;
|
|
2926
|
+
label: string;
|
|
2927
|
+
}[] | undefined;
|
|
2523
2928
|
} | {
|
|
2524
2929
|
url: string | null;
|
|
2525
2930
|
children: (({
|
|
@@ -2542,11 +2947,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2542
2947
|
rirConfidence?: number | null | undefined;
|
|
2543
2948
|
connectorPosition?: number[] | null | undefined;
|
|
2544
2949
|
connectorText?: string | null | undefined;
|
|
2950
|
+
struct?: unknown;
|
|
2545
2951
|
} | null | undefined;
|
|
2546
2952
|
validationSources?: string[] | null | undefined;
|
|
2547
2953
|
timeSpent?: number | null | undefined;
|
|
2548
2954
|
timeSpentOverall?: number | null | undefined;
|
|
2549
2955
|
noRecalculation?: boolean | undefined;
|
|
2956
|
+
options?: {
|
|
2957
|
+
value: string;
|
|
2958
|
+
label: string;
|
|
2959
|
+
}[] | undefined;
|
|
2550
2960
|
}[] | {
|
|
2551
2961
|
url: string | null;
|
|
2552
2962
|
children: ({
|
|
@@ -2569,11 +2979,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2569
2979
|
rirConfidence?: number | null | undefined;
|
|
2570
2980
|
connectorPosition?: number[] | null | undefined;
|
|
2571
2981
|
connectorText?: string | null | undefined;
|
|
2982
|
+
struct?: unknown;
|
|
2572
2983
|
} | null | undefined;
|
|
2573
2984
|
validationSources?: string[] | null | undefined;
|
|
2574
2985
|
timeSpent?: number | null | undefined;
|
|
2575
2986
|
timeSpentOverall?: number | null | undefined;
|
|
2576
2987
|
noRecalculation?: boolean | undefined;
|
|
2988
|
+
options?: {
|
|
2989
|
+
value: string;
|
|
2990
|
+
label: string;
|
|
2991
|
+
}[] | undefined;
|
|
2577
2992
|
} | null)[];
|
|
2578
2993
|
id: number | null;
|
|
2579
2994
|
schemaId: string;
|
|
@@ -2598,11 +3013,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2598
3013
|
rirConfidence?: number | null | undefined;
|
|
2599
3014
|
connectorPosition?: number[] | null | undefined;
|
|
2600
3015
|
connectorText?: string | null | undefined;
|
|
3016
|
+
struct?: unknown;
|
|
2601
3017
|
} | null | undefined;
|
|
2602
3018
|
validationSources?: string[] | null | undefined;
|
|
2603
3019
|
timeSpent?: number | null | undefined;
|
|
2604
3020
|
timeSpentOverall?: number | null | undefined;
|
|
2605
3021
|
noRecalculation?: boolean | undefined;
|
|
3022
|
+
options?: {
|
|
3023
|
+
value: string;
|
|
3024
|
+
label: string;
|
|
3025
|
+
}[] | undefined;
|
|
2606
3026
|
}[] | {
|
|
2607
3027
|
url: string | null;
|
|
2608
3028
|
children: ({
|
|
@@ -2625,11 +3045,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2625
3045
|
rirConfidence?: number | null | undefined;
|
|
2626
3046
|
connectorPosition?: number[] | null | undefined;
|
|
2627
3047
|
connectorText?: string | null | undefined;
|
|
3048
|
+
struct?: unknown;
|
|
2628
3049
|
} | null | undefined;
|
|
2629
3050
|
validationSources?: string[] | null | undefined;
|
|
2630
3051
|
timeSpent?: number | null | undefined;
|
|
2631
3052
|
timeSpentOverall?: number | null | undefined;
|
|
2632
3053
|
noRecalculation?: boolean | undefined;
|
|
3054
|
+
options?: {
|
|
3055
|
+
value: string;
|
|
3056
|
+
label: string;
|
|
3057
|
+
}[] | undefined;
|
|
2633
3058
|
} | null)[];
|
|
2634
3059
|
id: number | null;
|
|
2635
3060
|
schemaId: string;
|
|
@@ -2653,6 +3078,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2653
3078
|
rirConfidence?: number | null | undefined;
|
|
2654
3079
|
connectorPosition?: number[] | null | undefined;
|
|
2655
3080
|
connectorText?: string | null | undefined;
|
|
3081
|
+
struct?: unknown;
|
|
2656
3082
|
} | null | undefined;
|
|
2657
3083
|
validationSources?: string[] | null | undefined;
|
|
2658
3084
|
timeSpent?: number | null | undefined;
|
|
@@ -2862,12 +3288,42 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2862
3288
|
autopilot: boolean;
|
|
2863
3289
|
metadata?: unknown;
|
|
2864
3290
|
}[];
|
|
3291
|
+
creators: {
|
|
3292
|
+
deleted: boolean;
|
|
3293
|
+
url: string;
|
|
3294
|
+
id: number;
|
|
3295
|
+
organization: string;
|
|
3296
|
+
queues: string[];
|
|
3297
|
+
lastName: string;
|
|
3298
|
+
emailVerified: boolean;
|
|
3299
|
+
dateJoined: string;
|
|
3300
|
+
username: string;
|
|
3301
|
+
groups: string[];
|
|
3302
|
+
isActive: boolean;
|
|
3303
|
+
lastLogin: string | null;
|
|
3304
|
+
authType: "password" | "sso";
|
|
3305
|
+
phoneNumber: string | null;
|
|
3306
|
+
firstName?: string | undefined;
|
|
3307
|
+
email?: string | undefined;
|
|
3308
|
+
uiSettings?: unknown;
|
|
3309
|
+
metadata?: unknown;
|
|
3310
|
+
oidcId?: string | null | undefined;
|
|
3311
|
+
}[];
|
|
3312
|
+
workflowRuns: {
|
|
3313
|
+
annotation: string;
|
|
3314
|
+
url: string;
|
|
3315
|
+
id: number;
|
|
3316
|
+
organization: string;
|
|
3317
|
+
currentStep: string | null;
|
|
3318
|
+
workflowStatus: "rejected" | "pending" | "approved" | "in_review";
|
|
3319
|
+
}[];
|
|
2865
3320
|
queues: {
|
|
2866
3321
|
status: string;
|
|
2867
3322
|
url: string;
|
|
2868
3323
|
sessionTimeout: string;
|
|
2869
3324
|
id: number;
|
|
2870
3325
|
schema: string;
|
|
3326
|
+
trainingEnabled: boolean;
|
|
2871
3327
|
name: string;
|
|
2872
3328
|
workflows: Record<string, string | number>[];
|
|
2873
3329
|
workspace: string | null;
|
|
@@ -2950,18 +3406,36 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
2950
3406
|
width: number;
|
|
2951
3407
|
columnType: "meta";
|
|
2952
3408
|
visible: boolean;
|
|
2953
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
3409
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
2954
3410
|
})[];
|
|
2955
3411
|
} | undefined;
|
|
2956
3412
|
uploadValues?: unknown;
|
|
2957
3413
|
complexTables?: boolean | undefined;
|
|
2958
3414
|
uiUploadEnabled?: boolean | undefined;
|
|
3415
|
+
uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
|
|
3416
|
+
uiValidationScreenEnabled?: boolean | undefined;
|
|
3417
|
+
uiEditValues?: (({
|
|
3418
|
+
id: string;
|
|
3419
|
+
label: string;
|
|
3420
|
+
required: boolean;
|
|
3421
|
+
} & {
|
|
3422
|
+
dataType: "enum";
|
|
3423
|
+
enumOptions: {
|
|
3424
|
+
value: string;
|
|
3425
|
+
label: string;
|
|
3426
|
+
}[];
|
|
3427
|
+
}) | ({
|
|
3428
|
+
id: string;
|
|
3429
|
+
label: string;
|
|
3430
|
+
required: boolean;
|
|
3431
|
+
} & {
|
|
3432
|
+
dataType: "string";
|
|
3433
|
+
}))[] | undefined;
|
|
2959
3434
|
};
|
|
2960
3435
|
documentLifetime: string | null;
|
|
2961
3436
|
dedicatedEngine: string | null;
|
|
2962
3437
|
genericEngine: string | null;
|
|
2963
3438
|
engine: string | null;
|
|
2964
|
-
trainingEnabled: boolean;
|
|
2965
3439
|
deleteAfter: string | null;
|
|
2966
3440
|
metadata?: unknown;
|
|
2967
3441
|
}[];
|
|
@@ -3007,11 +3481,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3007
3481
|
rirConfidence?: number | null | undefined;
|
|
3008
3482
|
connectorPosition?: number[] | null | undefined;
|
|
3009
3483
|
connectorText?: string | null | undefined;
|
|
3484
|
+
struct?: unknown;
|
|
3010
3485
|
} | null | undefined;
|
|
3011
3486
|
validationSources?: string[] | null | undefined;
|
|
3012
3487
|
timeSpent?: number | null | undefined;
|
|
3013
3488
|
timeSpentOverall?: number | null | undefined;
|
|
3014
3489
|
noRecalculation?: boolean | undefined;
|
|
3490
|
+
options?: {
|
|
3491
|
+
value: string;
|
|
3492
|
+
label: string;
|
|
3493
|
+
}[] | undefined;
|
|
3015
3494
|
} | {
|
|
3016
3495
|
url: string | null;
|
|
3017
3496
|
children: (({
|
|
@@ -3034,11 +3513,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3034
3513
|
rirConfidence?: number | null | undefined;
|
|
3035
3514
|
connectorPosition?: number[] | null | undefined;
|
|
3036
3515
|
connectorText?: string | null | undefined;
|
|
3516
|
+
struct?: unknown;
|
|
3037
3517
|
} | null | undefined;
|
|
3038
3518
|
validationSources?: string[] | null | undefined;
|
|
3039
3519
|
timeSpent?: number | null | undefined;
|
|
3040
3520
|
timeSpentOverall?: number | null | undefined;
|
|
3041
3521
|
noRecalculation?: boolean | undefined;
|
|
3522
|
+
options?: {
|
|
3523
|
+
value: string;
|
|
3524
|
+
label: string;
|
|
3525
|
+
}[] | undefined;
|
|
3042
3526
|
}[] | {
|
|
3043
3527
|
url: string | null;
|
|
3044
3528
|
children: ({
|
|
@@ -3061,11 +3545,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3061
3545
|
rirConfidence?: number | null | undefined;
|
|
3062
3546
|
connectorPosition?: number[] | null | undefined;
|
|
3063
3547
|
connectorText?: string | null | undefined;
|
|
3548
|
+
struct?: unknown;
|
|
3064
3549
|
} | null | undefined;
|
|
3065
3550
|
validationSources?: string[] | null | undefined;
|
|
3066
3551
|
timeSpent?: number | null | undefined;
|
|
3067
3552
|
timeSpentOverall?: number | null | undefined;
|
|
3068
3553
|
noRecalculation?: boolean | undefined;
|
|
3554
|
+
options?: {
|
|
3555
|
+
value: string;
|
|
3556
|
+
label: string;
|
|
3557
|
+
}[] | undefined;
|
|
3069
3558
|
} | null)[];
|
|
3070
3559
|
id: number | null;
|
|
3071
3560
|
schemaId: string;
|
|
@@ -3090,11 +3579,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3090
3579
|
rirConfidence?: number | null | undefined;
|
|
3091
3580
|
connectorPosition?: number[] | null | undefined;
|
|
3092
3581
|
connectorText?: string | null | undefined;
|
|
3582
|
+
struct?: unknown;
|
|
3093
3583
|
} | null | undefined;
|
|
3094
3584
|
validationSources?: string[] | null | undefined;
|
|
3095
3585
|
timeSpent?: number | null | undefined;
|
|
3096
3586
|
timeSpentOverall?: number | null | undefined;
|
|
3097
3587
|
noRecalculation?: boolean | undefined;
|
|
3588
|
+
options?: {
|
|
3589
|
+
value: string;
|
|
3590
|
+
label: string;
|
|
3591
|
+
}[] | undefined;
|
|
3098
3592
|
}[] | {
|
|
3099
3593
|
url: string | null;
|
|
3100
3594
|
children: ({
|
|
@@ -3117,11 +3611,16 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3117
3611
|
rirConfidence?: number | null | undefined;
|
|
3118
3612
|
connectorPosition?: number[] | null | undefined;
|
|
3119
3613
|
connectorText?: string | null | undefined;
|
|
3614
|
+
struct?: unknown;
|
|
3120
3615
|
} | null | undefined;
|
|
3121
3616
|
validationSources?: string[] | null | undefined;
|
|
3122
3617
|
timeSpent?: number | null | undefined;
|
|
3123
3618
|
timeSpentOverall?: number | null | undefined;
|
|
3124
3619
|
noRecalculation?: boolean | undefined;
|
|
3620
|
+
options?: {
|
|
3621
|
+
value: string;
|
|
3622
|
+
label: string;
|
|
3623
|
+
}[] | undefined;
|
|
3125
3624
|
} | null)[];
|
|
3126
3625
|
id: number | null;
|
|
3127
3626
|
schemaId: string;
|
|
@@ -3145,6 +3644,7 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3145
3644
|
rirConfidence?: number | null | undefined;
|
|
3146
3645
|
connectorPosition?: number[] | null | undefined;
|
|
3147
3646
|
connectorText?: string | null | undefined;
|
|
3647
|
+
struct?: unknown;
|
|
3148
3648
|
} | null | undefined;
|
|
3149
3649
|
validationSources?: string[] | null | undefined;
|
|
3150
3650
|
timeSpent?: number | null | undefined;
|
|
@@ -3354,12 +3854,42 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3354
3854
|
autopilot: boolean;
|
|
3355
3855
|
metadata?: unknown;
|
|
3356
3856
|
}[];
|
|
3857
|
+
creators: {
|
|
3858
|
+
deleted: boolean;
|
|
3859
|
+
url: string;
|
|
3860
|
+
id: number;
|
|
3861
|
+
organization: string;
|
|
3862
|
+
queues: string[];
|
|
3863
|
+
lastName: string;
|
|
3864
|
+
emailVerified: boolean;
|
|
3865
|
+
dateJoined: string;
|
|
3866
|
+
username: string;
|
|
3867
|
+
groups: string[];
|
|
3868
|
+
isActive: boolean;
|
|
3869
|
+
lastLogin: string | null;
|
|
3870
|
+
authType: "password" | "sso";
|
|
3871
|
+
phoneNumber: string | null;
|
|
3872
|
+
firstName?: string | undefined;
|
|
3873
|
+
email?: string | undefined;
|
|
3874
|
+
uiSettings?: unknown;
|
|
3875
|
+
metadata?: unknown;
|
|
3876
|
+
oidcId?: string | null | undefined;
|
|
3877
|
+
}[];
|
|
3878
|
+
workflowRuns: {
|
|
3879
|
+
annotation: string;
|
|
3880
|
+
url: string;
|
|
3881
|
+
id: number;
|
|
3882
|
+
organization: string;
|
|
3883
|
+
currentStep: string | null;
|
|
3884
|
+
workflowStatus: "rejected" | "pending" | "approved" | "in_review";
|
|
3885
|
+
}[];
|
|
3357
3886
|
queues: {
|
|
3358
3887
|
status: string;
|
|
3359
3888
|
url: string;
|
|
3360
3889
|
sessionTimeout: string;
|
|
3361
3890
|
id: number;
|
|
3362
3891
|
schema: string;
|
|
3892
|
+
trainingEnabled: boolean;
|
|
3363
3893
|
name: string;
|
|
3364
3894
|
workflows: Record<string, string | number>[];
|
|
3365
3895
|
workspace: string | null;
|
|
@@ -3442,18 +3972,36 @@ export declare const list: (query?: AnnotationListQuery) => {
|
|
|
3442
3972
|
width: number;
|
|
3443
3973
|
columnType: "meta";
|
|
3444
3974
|
visible: boolean;
|
|
3445
|
-
metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
3975
|
+
metaName: "status" | "assignees" | "annotation" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
|
|
3446
3976
|
})[];
|
|
3447
3977
|
} | undefined;
|
|
3448
3978
|
uploadValues?: unknown;
|
|
3449
3979
|
complexTables?: boolean | undefined;
|
|
3450
3980
|
uiUploadEnabled?: boolean | undefined;
|
|
3981
|
+
uiOnEditConfirm?: "annotation_list" | "edit_next" | "validate_first" | undefined;
|
|
3982
|
+
uiValidationScreenEnabled?: boolean | undefined;
|
|
3983
|
+
uiEditValues?: (({
|
|
3984
|
+
id: string;
|
|
3985
|
+
label: string;
|
|
3986
|
+
required: boolean;
|
|
3987
|
+
} & {
|
|
3988
|
+
dataType: "enum";
|
|
3989
|
+
enumOptions: {
|
|
3990
|
+
value: string;
|
|
3991
|
+
label: string;
|
|
3992
|
+
}[];
|
|
3993
|
+
}) | ({
|
|
3994
|
+
id: string;
|
|
3995
|
+
label: string;
|
|
3996
|
+
required: boolean;
|
|
3997
|
+
} & {
|
|
3998
|
+
dataType: "string";
|
|
3999
|
+
}))[] | undefined;
|
|
3451
4000
|
};
|
|
3452
4001
|
documentLifetime: string | null;
|
|
3453
4002
|
dedicatedEngine: string | null;
|
|
3454
4003
|
genericEngine: string | null;
|
|
3455
4004
|
engine: string | null;
|
|
3456
|
-
trainingEnabled: boolean;
|
|
3457
4005
|
deleteAfter: string | null;
|
|
3458
4006
|
metadata?: unknown;
|
|
3459
4007
|
}[];
|