@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,7 +1,7 @@
|
|
|
1
1
|
import { SectionData } from '../../../annotations/models/annotationData';
|
|
2
|
+
import { QueueAction } from '../../../rules/models/queueRule';
|
|
2
3
|
import { SchemaSection } from '../../../schemas/models/schemaSection';
|
|
3
4
|
import { Message } from '../../../shared/models/message';
|
|
4
|
-
import { SchemaAction } from '../../../rules/models/schemaRule';
|
|
5
5
|
import { Url } from '../../../utils/codecUtils';
|
|
6
6
|
export type EvaluateFormulasPayload = {
|
|
7
7
|
schemaContent: SchemaSection[];
|
|
@@ -16,7 +16,7 @@ export type EvaluateFormulasResponse = {
|
|
|
16
16
|
annotationContent: Array<SectionData>;
|
|
17
17
|
automationBlockers: Array<AutomationBlocker>;
|
|
18
18
|
messages: Array<Message>;
|
|
19
|
-
actions?: Array<
|
|
19
|
+
actions?: Array<QueueAction>;
|
|
20
20
|
};
|
|
21
21
|
export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
22
22
|
readonly endpoint: "internal/schemas/evaluate_formulas";
|
|
@@ -43,6 +43,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
43
43
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
44
44
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
45
45
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
46
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
46
47
|
}, "strip", import("zod").ZodTypeAny, {
|
|
47
48
|
value?: string | null | undefined;
|
|
48
49
|
normalizedValue?: string | null | undefined;
|
|
@@ -58,6 +59,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
58
59
|
rirConfidence?: number | null | undefined;
|
|
59
60
|
connectorPosition?: number[] | null | undefined;
|
|
60
61
|
connectorText?: string | null | undefined;
|
|
62
|
+
struct?: unknown;
|
|
61
63
|
}, {
|
|
62
64
|
value?: string | null | undefined;
|
|
63
65
|
normalizedValue?: string | null | undefined;
|
|
@@ -73,6 +75,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
73
75
|
rirConfidence?: number | null | undefined;
|
|
74
76
|
connectorPosition?: number[] | null | undefined;
|
|
75
77
|
connectorText?: string | null | undefined;
|
|
78
|
+
struct?: unknown;
|
|
76
79
|
}>>>;
|
|
77
80
|
children: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodObject<{
|
|
78
81
|
id: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
@@ -92,6 +95,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
92
95
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
93
96
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
94
97
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
98
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
95
99
|
}, "strip", import("zod").ZodTypeAny, {
|
|
96
100
|
value?: string | null | undefined;
|
|
97
101
|
normalizedValue?: string | null | undefined;
|
|
@@ -107,6 +111,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
107
111
|
rirConfidence?: number | null | undefined;
|
|
108
112
|
connectorPosition?: number[] | null | undefined;
|
|
109
113
|
connectorText?: string | null | undefined;
|
|
114
|
+
struct?: unknown;
|
|
110
115
|
}, {
|
|
111
116
|
value?: string | null | undefined;
|
|
112
117
|
normalizedValue?: string | null | undefined;
|
|
@@ -122,6 +127,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
122
127
|
rirConfidence?: number | null | undefined;
|
|
123
128
|
connectorPosition?: number[] | null | undefined;
|
|
124
129
|
connectorText?: string | null | undefined;
|
|
130
|
+
struct?: unknown;
|
|
125
131
|
}>>>;
|
|
126
132
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
|
|
127
133
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -129,6 +135,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
129
135
|
timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
130
136
|
timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
131
137
|
noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
138
|
+
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
139
|
+
label: import("zod").ZodString;
|
|
140
|
+
value: import("zod").ZodString;
|
|
141
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
142
|
+
value: string;
|
|
143
|
+
label: string;
|
|
144
|
+
}, {
|
|
145
|
+
value: string;
|
|
146
|
+
label: string;
|
|
147
|
+
}>, "many">>;
|
|
132
148
|
}, "strip", import("zod").ZodTypeAny, {
|
|
133
149
|
url: string | null;
|
|
134
150
|
id: number | null;
|
|
@@ -149,11 +165,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
149
165
|
rirConfidence?: number | null | undefined;
|
|
150
166
|
connectorPosition?: number[] | null | undefined;
|
|
151
167
|
connectorText?: string | null | undefined;
|
|
168
|
+
struct?: unknown;
|
|
152
169
|
} | null | undefined;
|
|
153
170
|
validationSources?: string[] | null | undefined;
|
|
154
171
|
timeSpent?: number | null | undefined;
|
|
155
172
|
timeSpentOverall?: number | null | undefined;
|
|
156
173
|
noRecalculation?: boolean | undefined;
|
|
174
|
+
options?: {
|
|
175
|
+
value: string;
|
|
176
|
+
label: string;
|
|
177
|
+
}[] | undefined;
|
|
157
178
|
}, {
|
|
158
179
|
url: string | null;
|
|
159
180
|
id: number | null;
|
|
@@ -174,11 +195,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
174
195
|
rirConfidence?: number | null | undefined;
|
|
175
196
|
connectorPosition?: number[] | null | undefined;
|
|
176
197
|
connectorText?: string | null | undefined;
|
|
198
|
+
struct?: unknown;
|
|
177
199
|
} | null | undefined;
|
|
178
200
|
validationSources?: string[] | null | undefined;
|
|
179
201
|
timeSpent?: number | null | undefined;
|
|
180
202
|
timeSpentOverall?: number | null | undefined;
|
|
181
203
|
noRecalculation?: boolean | undefined;
|
|
204
|
+
options?: {
|
|
205
|
+
value: string;
|
|
206
|
+
label: string;
|
|
207
|
+
}[] | undefined;
|
|
182
208
|
}>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
|
|
183
209
|
id: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
184
210
|
url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -201,6 +227,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
201
227
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
202
228
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
203
229
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
230
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
204
231
|
}, "strip", import("zod").ZodTypeAny, {
|
|
205
232
|
value?: string | null | undefined;
|
|
206
233
|
normalizedValue?: string | null | undefined;
|
|
@@ -216,6 +243,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
216
243
|
rirConfidence?: number | null | undefined;
|
|
217
244
|
connectorPosition?: number[] | null | undefined;
|
|
218
245
|
connectorText?: string | null | undefined;
|
|
246
|
+
struct?: unknown;
|
|
219
247
|
}, {
|
|
220
248
|
value?: string | null | undefined;
|
|
221
249
|
normalizedValue?: string | null | undefined;
|
|
@@ -231,6 +259,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
231
259
|
rirConfidence?: number | null | undefined;
|
|
232
260
|
connectorPosition?: number[] | null | undefined;
|
|
233
261
|
connectorText?: string | null | undefined;
|
|
262
|
+
struct?: unknown;
|
|
234
263
|
}>>>;
|
|
235
264
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
|
|
236
265
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -238,6 +267,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
238
267
|
timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
239
268
|
timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
240
269
|
noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
270
|
+
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
271
|
+
label: import("zod").ZodString;
|
|
272
|
+
value: import("zod").ZodString;
|
|
273
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
274
|
+
value: string;
|
|
275
|
+
label: string;
|
|
276
|
+
}, {
|
|
277
|
+
value: string;
|
|
278
|
+
label: string;
|
|
279
|
+
}>, "many">>;
|
|
241
280
|
}, "strip", import("zod").ZodTypeAny, {
|
|
242
281
|
url: string | null;
|
|
243
282
|
id: number | null;
|
|
@@ -258,11 +297,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
258
297
|
rirConfidence?: number | null | undefined;
|
|
259
298
|
connectorPosition?: number[] | null | undefined;
|
|
260
299
|
connectorText?: string | null | undefined;
|
|
300
|
+
struct?: unknown;
|
|
261
301
|
} | null | undefined;
|
|
262
302
|
validationSources?: string[] | null | undefined;
|
|
263
303
|
timeSpent?: number | null | undefined;
|
|
264
304
|
timeSpentOverall?: number | null | undefined;
|
|
265
305
|
noRecalculation?: boolean | undefined;
|
|
306
|
+
options?: {
|
|
307
|
+
value: string;
|
|
308
|
+
label: string;
|
|
309
|
+
}[] | undefined;
|
|
266
310
|
}, {
|
|
267
311
|
url: string | null;
|
|
268
312
|
id: number | null;
|
|
@@ -283,11 +327,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
283
327
|
rirConfidence?: number | null | undefined;
|
|
284
328
|
connectorPosition?: number[] | null | undefined;
|
|
285
329
|
connectorText?: string | null | undefined;
|
|
330
|
+
struct?: unknown;
|
|
286
331
|
} | null | undefined;
|
|
287
332
|
validationSources?: string[] | null | undefined;
|
|
288
333
|
timeSpent?: number | null | undefined;
|
|
289
334
|
timeSpentOverall?: number | null | undefined;
|
|
290
335
|
noRecalculation?: boolean | undefined;
|
|
336
|
+
options?: {
|
|
337
|
+
value: string;
|
|
338
|
+
label: string;
|
|
339
|
+
}[] | undefined;
|
|
291
340
|
}>>, "many">;
|
|
292
341
|
schemaId: import("zod").ZodString;
|
|
293
342
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -312,11 +361,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
312
361
|
rirConfidence?: number | null | undefined;
|
|
313
362
|
connectorPosition?: number[] | null | undefined;
|
|
314
363
|
connectorText?: string | null | undefined;
|
|
364
|
+
struct?: unknown;
|
|
315
365
|
} | null | undefined;
|
|
316
366
|
validationSources?: string[] | null | undefined;
|
|
317
367
|
timeSpent?: number | null | undefined;
|
|
318
368
|
timeSpentOverall?: number | null | undefined;
|
|
319
369
|
noRecalculation?: boolean | undefined;
|
|
370
|
+
options?: {
|
|
371
|
+
value: string;
|
|
372
|
+
label: string;
|
|
373
|
+
}[] | undefined;
|
|
320
374
|
} | null)[];
|
|
321
375
|
id: number | null;
|
|
322
376
|
schemaId: string;
|
|
@@ -343,11 +397,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
343
397
|
rirConfidence?: number | null | undefined;
|
|
344
398
|
connectorPosition?: number[] | null | undefined;
|
|
345
399
|
connectorText?: string | null | undefined;
|
|
400
|
+
struct?: unknown;
|
|
346
401
|
} | null | undefined;
|
|
347
402
|
validationSources?: string[] | null | undefined;
|
|
348
403
|
timeSpent?: number | null | undefined;
|
|
349
404
|
timeSpentOverall?: number | null | undefined;
|
|
350
405
|
noRecalculation?: boolean | undefined;
|
|
406
|
+
options?: {
|
|
407
|
+
value: string;
|
|
408
|
+
label: string;
|
|
409
|
+
}[] | undefined;
|
|
351
410
|
} | null)[];
|
|
352
411
|
id: number | null;
|
|
353
412
|
schemaId: string;
|
|
@@ -468,11 +527,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
468
527
|
rirConfidence?: number | null | undefined;
|
|
469
528
|
connectorPosition?: number[] | null | undefined;
|
|
470
529
|
connectorText?: string | null | undefined;
|
|
530
|
+
struct?: unknown;
|
|
471
531
|
} | null | undefined;
|
|
472
532
|
validationSources?: string[] | null | undefined;
|
|
473
533
|
timeSpent?: number | null | undefined;
|
|
474
534
|
timeSpentOverall?: number | null | undefined;
|
|
475
535
|
noRecalculation?: boolean | undefined;
|
|
536
|
+
options?: {
|
|
537
|
+
value: string;
|
|
538
|
+
label: string;
|
|
539
|
+
}[] | undefined;
|
|
476
540
|
}[] | {
|
|
477
541
|
url: string | null;
|
|
478
542
|
children: ({
|
|
@@ -495,11 +559,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
495
559
|
rirConfidence?: number | null | undefined;
|
|
496
560
|
connectorPosition?: number[] | null | undefined;
|
|
497
561
|
connectorText?: string | null | undefined;
|
|
562
|
+
struct?: unknown;
|
|
498
563
|
} | null | undefined;
|
|
499
564
|
validationSources?: string[] | null | undefined;
|
|
500
565
|
timeSpent?: number | null | undefined;
|
|
501
566
|
timeSpentOverall?: number | null | undefined;
|
|
502
567
|
noRecalculation?: boolean | undefined;
|
|
568
|
+
options?: {
|
|
569
|
+
value: string;
|
|
570
|
+
label: string;
|
|
571
|
+
}[] | undefined;
|
|
503
572
|
} | null)[];
|
|
504
573
|
id: number | null;
|
|
505
574
|
schemaId: string;
|
|
@@ -524,11 +593,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
524
593
|
rirConfidence?: number | null | undefined;
|
|
525
594
|
connectorPosition?: number[] | null | undefined;
|
|
526
595
|
connectorText?: string | null | undefined;
|
|
596
|
+
struct?: unknown;
|
|
527
597
|
} | null | undefined;
|
|
528
598
|
validationSources?: string[] | null | undefined;
|
|
529
599
|
timeSpent?: number | null | undefined;
|
|
530
600
|
timeSpentOverall?: number | null | undefined;
|
|
531
601
|
noRecalculation?: boolean | undefined;
|
|
602
|
+
options?: {
|
|
603
|
+
value: string;
|
|
604
|
+
label: string;
|
|
605
|
+
}[] | undefined;
|
|
532
606
|
}[] | {
|
|
533
607
|
url: string | null;
|
|
534
608
|
children: ({
|
|
@@ -551,11 +625,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
551
625
|
rirConfidence?: number | null | undefined;
|
|
552
626
|
connectorPosition?: number[] | null | undefined;
|
|
553
627
|
connectorText?: string | null | undefined;
|
|
628
|
+
struct?: unknown;
|
|
554
629
|
} | null | undefined;
|
|
555
630
|
validationSources?: string[] | null | undefined;
|
|
556
631
|
timeSpent?: number | null | undefined;
|
|
557
632
|
timeSpentOverall?: number | null | undefined;
|
|
558
633
|
noRecalculation?: boolean | undefined;
|
|
634
|
+
options?: {
|
|
635
|
+
value: string;
|
|
636
|
+
label: string;
|
|
637
|
+
}[] | undefined;
|
|
559
638
|
} | null)[];
|
|
560
639
|
id: number | null;
|
|
561
640
|
schemaId: string;
|
|
@@ -579,6 +658,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
579
658
|
rirConfidence?: number | null | undefined;
|
|
580
659
|
connectorPosition?: number[] | null | undefined;
|
|
581
660
|
connectorText?: string | null | undefined;
|
|
661
|
+
struct?: unknown;
|
|
582
662
|
} | null | undefined;
|
|
583
663
|
validationSources?: string[] | null | undefined;
|
|
584
664
|
timeSpent?: number | null | undefined;
|
|
@@ -623,11 +703,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
623
703
|
rirConfidence?: number | null | undefined;
|
|
624
704
|
connectorPosition?: number[] | null | undefined;
|
|
625
705
|
connectorText?: string | null | undefined;
|
|
706
|
+
struct?: unknown;
|
|
626
707
|
} | null | undefined;
|
|
627
708
|
validationSources?: string[] | null | undefined;
|
|
628
709
|
timeSpent?: number | null | undefined;
|
|
629
710
|
timeSpentOverall?: number | null | undefined;
|
|
630
711
|
noRecalculation?: boolean | undefined;
|
|
712
|
+
options?: {
|
|
713
|
+
value: string;
|
|
714
|
+
label: string;
|
|
715
|
+
}[] | undefined;
|
|
631
716
|
}[] | {
|
|
632
717
|
url: string | null;
|
|
633
718
|
children: ({
|
|
@@ -650,11 +735,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
650
735
|
rirConfidence?: number | null | undefined;
|
|
651
736
|
connectorPosition?: number[] | null | undefined;
|
|
652
737
|
connectorText?: string | null | undefined;
|
|
738
|
+
struct?: unknown;
|
|
653
739
|
} | null | undefined;
|
|
654
740
|
validationSources?: string[] | null | undefined;
|
|
655
741
|
timeSpent?: number | null | undefined;
|
|
656
742
|
timeSpentOverall?: number | null | undefined;
|
|
657
743
|
noRecalculation?: boolean | undefined;
|
|
744
|
+
options?: {
|
|
745
|
+
value: string;
|
|
746
|
+
label: string;
|
|
747
|
+
}[] | undefined;
|
|
658
748
|
} | null)[];
|
|
659
749
|
id: number | null;
|
|
660
750
|
schemaId: string;
|
|
@@ -679,11 +769,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
679
769
|
rirConfidence?: number | null | undefined;
|
|
680
770
|
connectorPosition?: number[] | null | undefined;
|
|
681
771
|
connectorText?: string | null | undefined;
|
|
772
|
+
struct?: unknown;
|
|
682
773
|
} | null | undefined;
|
|
683
774
|
validationSources?: string[] | null | undefined;
|
|
684
775
|
timeSpent?: number | null | undefined;
|
|
685
776
|
timeSpentOverall?: number | null | undefined;
|
|
686
777
|
noRecalculation?: boolean | undefined;
|
|
778
|
+
options?: {
|
|
779
|
+
value: string;
|
|
780
|
+
label: string;
|
|
781
|
+
}[] | undefined;
|
|
687
782
|
}[] | {
|
|
688
783
|
url: string | null;
|
|
689
784
|
children: ({
|
|
@@ -706,11 +801,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
706
801
|
rirConfidence?: number | null | undefined;
|
|
707
802
|
connectorPosition?: number[] | null | undefined;
|
|
708
803
|
connectorText?: string | null | undefined;
|
|
804
|
+
struct?: unknown;
|
|
709
805
|
} | null | undefined;
|
|
710
806
|
validationSources?: string[] | null | undefined;
|
|
711
807
|
timeSpent?: number | null | undefined;
|
|
712
808
|
timeSpentOverall?: number | null | undefined;
|
|
713
809
|
noRecalculation?: boolean | undefined;
|
|
810
|
+
options?: {
|
|
811
|
+
value: string;
|
|
812
|
+
label: string;
|
|
813
|
+
}[] | undefined;
|
|
714
814
|
} | null)[];
|
|
715
815
|
id: number | null;
|
|
716
816
|
schemaId: string;
|
|
@@ -734,6 +834,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
734
834
|
rirConfidence?: number | null | undefined;
|
|
735
835
|
connectorPosition?: number[] | null | undefined;
|
|
736
836
|
connectorText?: string | null | undefined;
|
|
837
|
+
struct?: unknown;
|
|
737
838
|
} | null | undefined;
|
|
738
839
|
validationSources?: string[] | null | undefined;
|
|
739
840
|
timeSpent?: number | null | undefined;
|
|
@@ -774,6 +875,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
774
875
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
775
876
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
776
877
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
878
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
777
879
|
}, "strip", import("zod").ZodTypeAny, {
|
|
778
880
|
value?: string | null | undefined;
|
|
779
881
|
normalizedValue?: string | null | undefined;
|
|
@@ -789,6 +891,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
789
891
|
rirConfidence?: number | null | undefined;
|
|
790
892
|
connectorPosition?: number[] | null | undefined;
|
|
791
893
|
connectorText?: string | null | undefined;
|
|
894
|
+
struct?: unknown;
|
|
792
895
|
}, {
|
|
793
896
|
value?: string | null | undefined;
|
|
794
897
|
normalizedValue?: string | null | undefined;
|
|
@@ -804,6 +907,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
804
907
|
rirConfidence?: number | null | undefined;
|
|
805
908
|
connectorPosition?: number[] | null | undefined;
|
|
806
909
|
connectorText?: string | null | undefined;
|
|
910
|
+
struct?: unknown;
|
|
807
911
|
}>>>;
|
|
808
912
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
|
|
809
913
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -811,6 +915,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
811
915
|
timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
812
916
|
timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
813
917
|
noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
918
|
+
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
919
|
+
label: import("zod").ZodString;
|
|
920
|
+
value: import("zod").ZodString;
|
|
921
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
922
|
+
value: string;
|
|
923
|
+
label: string;
|
|
924
|
+
}, {
|
|
925
|
+
value: string;
|
|
926
|
+
label: string;
|
|
927
|
+
}>, "many">>;
|
|
814
928
|
}, "strip", import("zod").ZodTypeAny, {
|
|
815
929
|
url: string | null;
|
|
816
930
|
id: number | null;
|
|
@@ -831,11 +945,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
831
945
|
rirConfidence?: number | null | undefined;
|
|
832
946
|
connectorPosition?: number[] | null | undefined;
|
|
833
947
|
connectorText?: string | null | undefined;
|
|
948
|
+
struct?: unknown;
|
|
834
949
|
} | null | undefined;
|
|
835
950
|
validationSources?: string[] | null | undefined;
|
|
836
951
|
timeSpent?: number | null | undefined;
|
|
837
952
|
timeSpentOverall?: number | null | undefined;
|
|
838
953
|
noRecalculation?: boolean | undefined;
|
|
954
|
+
options?: {
|
|
955
|
+
value: string;
|
|
956
|
+
label: string;
|
|
957
|
+
}[] | undefined;
|
|
839
958
|
}, {
|
|
840
959
|
url: string | null;
|
|
841
960
|
id: number | null;
|
|
@@ -856,11 +975,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
856
975
|
rirConfidence?: number | null | undefined;
|
|
857
976
|
connectorPosition?: number[] | null | undefined;
|
|
858
977
|
connectorText?: string | null | undefined;
|
|
978
|
+
struct?: unknown;
|
|
859
979
|
} | null | undefined;
|
|
860
980
|
validationSources?: string[] | null | undefined;
|
|
861
981
|
timeSpent?: number | null | undefined;
|
|
862
982
|
timeSpentOverall?: number | null | undefined;
|
|
863
983
|
noRecalculation?: boolean | undefined;
|
|
984
|
+
options?: {
|
|
985
|
+
value: string;
|
|
986
|
+
label: string;
|
|
987
|
+
}[] | undefined;
|
|
864
988
|
}>]>, "many">>;
|
|
865
989
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"section">>;
|
|
866
990
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -886,11 +1010,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
886
1010
|
rirConfidence?: number | null | undefined;
|
|
887
1011
|
connectorPosition?: number[] | null | undefined;
|
|
888
1012
|
connectorText?: string | null | undefined;
|
|
1013
|
+
struct?: unknown;
|
|
889
1014
|
} | null | undefined;
|
|
890
1015
|
validationSources?: string[] | null | undefined;
|
|
891
1016
|
timeSpent?: number | null | undefined;
|
|
892
1017
|
timeSpentOverall?: number | null | undefined;
|
|
893
1018
|
noRecalculation?: boolean | undefined;
|
|
1019
|
+
options?: {
|
|
1020
|
+
value: string;
|
|
1021
|
+
label: string;
|
|
1022
|
+
}[] | undefined;
|
|
894
1023
|
} | {
|
|
895
1024
|
url: string | null;
|
|
896
1025
|
children: (({
|
|
@@ -913,11 +1042,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
913
1042
|
rirConfidence?: number | null | undefined;
|
|
914
1043
|
connectorPosition?: number[] | null | undefined;
|
|
915
1044
|
connectorText?: string | null | undefined;
|
|
1045
|
+
struct?: unknown;
|
|
916
1046
|
} | null | undefined;
|
|
917
1047
|
validationSources?: string[] | null | undefined;
|
|
918
1048
|
timeSpent?: number | null | undefined;
|
|
919
1049
|
timeSpentOverall?: number | null | undefined;
|
|
920
1050
|
noRecalculation?: boolean | undefined;
|
|
1051
|
+
options?: {
|
|
1052
|
+
value: string;
|
|
1053
|
+
label: string;
|
|
1054
|
+
}[] | undefined;
|
|
921
1055
|
}[] | {
|
|
922
1056
|
url: string | null;
|
|
923
1057
|
children: ({
|
|
@@ -940,11 +1074,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
940
1074
|
rirConfidence?: number | null | undefined;
|
|
941
1075
|
connectorPosition?: number[] | null | undefined;
|
|
942
1076
|
connectorText?: string | null | undefined;
|
|
1077
|
+
struct?: unknown;
|
|
943
1078
|
} | null | undefined;
|
|
944
1079
|
validationSources?: string[] | null | undefined;
|
|
945
1080
|
timeSpent?: number | null | undefined;
|
|
946
1081
|
timeSpentOverall?: number | null | undefined;
|
|
947
1082
|
noRecalculation?: boolean | undefined;
|
|
1083
|
+
options?: {
|
|
1084
|
+
value: string;
|
|
1085
|
+
label: string;
|
|
1086
|
+
}[] | undefined;
|
|
948
1087
|
} | null)[];
|
|
949
1088
|
id: number | null;
|
|
950
1089
|
schemaId: string;
|
|
@@ -969,11 +1108,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
969
1108
|
rirConfidence?: number | null | undefined;
|
|
970
1109
|
connectorPosition?: number[] | null | undefined;
|
|
971
1110
|
connectorText?: string | null | undefined;
|
|
1111
|
+
struct?: unknown;
|
|
972
1112
|
} | null | undefined;
|
|
973
1113
|
validationSources?: string[] | null | undefined;
|
|
974
1114
|
timeSpent?: number | null | undefined;
|
|
975
1115
|
timeSpentOverall?: number | null | undefined;
|
|
976
1116
|
noRecalculation?: boolean | undefined;
|
|
1117
|
+
options?: {
|
|
1118
|
+
value: string;
|
|
1119
|
+
label: string;
|
|
1120
|
+
}[] | undefined;
|
|
977
1121
|
}[] | {
|
|
978
1122
|
url: string | null;
|
|
979
1123
|
children: ({
|
|
@@ -996,11 +1140,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
996
1140
|
rirConfidence?: number | null | undefined;
|
|
997
1141
|
connectorPosition?: number[] | null | undefined;
|
|
998
1142
|
connectorText?: string | null | undefined;
|
|
1143
|
+
struct?: unknown;
|
|
999
1144
|
} | null | undefined;
|
|
1000
1145
|
validationSources?: string[] | null | undefined;
|
|
1001
1146
|
timeSpent?: number | null | undefined;
|
|
1002
1147
|
timeSpentOverall?: number | null | undefined;
|
|
1003
1148
|
noRecalculation?: boolean | undefined;
|
|
1149
|
+
options?: {
|
|
1150
|
+
value: string;
|
|
1151
|
+
label: string;
|
|
1152
|
+
}[] | undefined;
|
|
1004
1153
|
} | null)[];
|
|
1005
1154
|
id: number | null;
|
|
1006
1155
|
schemaId: string;
|
|
@@ -1024,6 +1173,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1024
1173
|
rirConfidence?: number | null | undefined;
|
|
1025
1174
|
connectorPosition?: number[] | null | undefined;
|
|
1026
1175
|
connectorText?: string | null | undefined;
|
|
1176
|
+
struct?: unknown;
|
|
1027
1177
|
} | null | undefined;
|
|
1028
1178
|
validationSources?: string[] | null | undefined;
|
|
1029
1179
|
timeSpent?: number | null | undefined;
|
|
@@ -1072,11 +1222,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1072
1222
|
rirConfidence?: number | null | undefined;
|
|
1073
1223
|
connectorPosition?: number[] | null | undefined;
|
|
1074
1224
|
connectorText?: string | null | undefined;
|
|
1225
|
+
struct?: unknown;
|
|
1075
1226
|
} | null | undefined;
|
|
1076
1227
|
validationSources?: string[] | null | undefined;
|
|
1077
1228
|
timeSpent?: number | null | undefined;
|
|
1078
1229
|
timeSpentOverall?: number | null | undefined;
|
|
1079
1230
|
noRecalculation?: boolean | undefined;
|
|
1231
|
+
options?: {
|
|
1232
|
+
value: string;
|
|
1233
|
+
label: string;
|
|
1234
|
+
}[] | undefined;
|
|
1080
1235
|
} | {
|
|
1081
1236
|
url: string | null;
|
|
1082
1237
|
children: (({
|
|
@@ -1099,11 +1254,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1099
1254
|
rirConfidence?: number | null | undefined;
|
|
1100
1255
|
connectorPosition?: number[] | null | undefined;
|
|
1101
1256
|
connectorText?: string | null | undefined;
|
|
1257
|
+
struct?: unknown;
|
|
1102
1258
|
} | null | undefined;
|
|
1103
1259
|
validationSources?: string[] | null | undefined;
|
|
1104
1260
|
timeSpent?: number | null | undefined;
|
|
1105
1261
|
timeSpentOverall?: number | null | undefined;
|
|
1106
1262
|
noRecalculation?: boolean | undefined;
|
|
1263
|
+
options?: {
|
|
1264
|
+
value: string;
|
|
1265
|
+
label: string;
|
|
1266
|
+
}[] | undefined;
|
|
1107
1267
|
}[] | {
|
|
1108
1268
|
url: string | null;
|
|
1109
1269
|
children: ({
|
|
@@ -1126,11 +1286,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1126
1286
|
rirConfidence?: number | null | undefined;
|
|
1127
1287
|
connectorPosition?: number[] | null | undefined;
|
|
1128
1288
|
connectorText?: string | null | undefined;
|
|
1289
|
+
struct?: unknown;
|
|
1129
1290
|
} | null | undefined;
|
|
1130
1291
|
validationSources?: string[] | null | undefined;
|
|
1131
1292
|
timeSpent?: number | null | undefined;
|
|
1132
1293
|
timeSpentOverall?: number | null | undefined;
|
|
1133
1294
|
noRecalculation?: boolean | undefined;
|
|
1295
|
+
options?: {
|
|
1296
|
+
value: string;
|
|
1297
|
+
label: string;
|
|
1298
|
+
}[] | undefined;
|
|
1134
1299
|
} | null)[];
|
|
1135
1300
|
id: number | null;
|
|
1136
1301
|
schemaId: string;
|
|
@@ -1155,11 +1320,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1155
1320
|
rirConfidence?: number | null | undefined;
|
|
1156
1321
|
connectorPosition?: number[] | null | undefined;
|
|
1157
1322
|
connectorText?: string | null | undefined;
|
|
1323
|
+
struct?: unknown;
|
|
1158
1324
|
} | null | undefined;
|
|
1159
1325
|
validationSources?: string[] | null | undefined;
|
|
1160
1326
|
timeSpent?: number | null | undefined;
|
|
1161
1327
|
timeSpentOverall?: number | null | undefined;
|
|
1162
1328
|
noRecalculation?: boolean | undefined;
|
|
1329
|
+
options?: {
|
|
1330
|
+
value: string;
|
|
1331
|
+
label: string;
|
|
1332
|
+
}[] | undefined;
|
|
1163
1333
|
}[] | {
|
|
1164
1334
|
url: string | null;
|
|
1165
1335
|
children: ({
|
|
@@ -1182,11 +1352,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1182
1352
|
rirConfidence?: number | null | undefined;
|
|
1183
1353
|
connectorPosition?: number[] | null | undefined;
|
|
1184
1354
|
connectorText?: string | null | undefined;
|
|
1355
|
+
struct?: unknown;
|
|
1185
1356
|
} | null | undefined;
|
|
1186
1357
|
validationSources?: string[] | null | undefined;
|
|
1187
1358
|
timeSpent?: number | null | undefined;
|
|
1188
1359
|
timeSpentOverall?: number | null | undefined;
|
|
1189
1360
|
noRecalculation?: boolean | undefined;
|
|
1361
|
+
options?: {
|
|
1362
|
+
value: string;
|
|
1363
|
+
label: string;
|
|
1364
|
+
}[] | undefined;
|
|
1190
1365
|
} | null)[];
|
|
1191
1366
|
id: number | null;
|
|
1192
1367
|
schemaId: string;
|
|
@@ -1210,6 +1385,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1210
1385
|
rirConfidence?: number | null | undefined;
|
|
1211
1386
|
connectorPosition?: number[] | null | undefined;
|
|
1212
1387
|
connectorText?: string | null | undefined;
|
|
1388
|
+
struct?: unknown;
|
|
1213
1389
|
} | null | undefined;
|
|
1214
1390
|
validationSources?: string[] | null | undefined;
|
|
1215
1391
|
timeSpent?: number | null | undefined;
|
|
@@ -1252,25 +1428,37 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1252
1428
|
content: import("zod").ZodString;
|
|
1253
1429
|
id: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"all">, import("zod").ZodString, import("zod").ZodNumber]>>>;
|
|
1254
1430
|
detail: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1255
|
-
hookId: import("zod").ZodNullable<import("zod").ZodNumber
|
|
1256
|
-
hookName: import("zod").ZodString
|
|
1257
|
-
requestId: import("zod").ZodString
|
|
1431
|
+
hookId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
1432
|
+
hookName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1433
|
+
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1258
1434
|
isException: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1259
1435
|
tracebackLineNumber: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1436
|
+
ruleId: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1437
|
+
ruleName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1438
|
+
sourceId: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1439
|
+
sourceSchemaId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1260
1440
|
timestamp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1261
1441
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1262
|
-
hookId
|
|
1263
|
-
hookName
|
|
1264
|
-
requestId
|
|
1442
|
+
hookId?: number | null | undefined;
|
|
1443
|
+
hookName?: string | undefined;
|
|
1444
|
+
requestId?: string | undefined;
|
|
1265
1445
|
isException?: boolean | undefined;
|
|
1266
1446
|
tracebackLineNumber?: number | undefined;
|
|
1447
|
+
ruleId?: number | undefined;
|
|
1448
|
+
ruleName?: string | undefined;
|
|
1449
|
+
sourceId?: number | undefined;
|
|
1450
|
+
sourceSchemaId?: string | undefined;
|
|
1267
1451
|
timestamp?: string | undefined;
|
|
1268
1452
|
}, {
|
|
1269
|
-
hookId
|
|
1270
|
-
hookName
|
|
1271
|
-
requestId
|
|
1453
|
+
hookId?: number | null | undefined;
|
|
1454
|
+
hookName?: string | undefined;
|
|
1455
|
+
requestId?: string | undefined;
|
|
1272
1456
|
isException?: boolean | undefined;
|
|
1273
1457
|
tracebackLineNumber?: number | undefined;
|
|
1458
|
+
ruleId?: number | undefined;
|
|
1459
|
+
ruleName?: string | undefined;
|
|
1460
|
+
sourceId?: number | undefined;
|
|
1461
|
+
sourceSchemaId?: string | undefined;
|
|
1274
1462
|
timestamp?: string | undefined;
|
|
1275
1463
|
}>>>;
|
|
1276
1464
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1278,11 +1466,15 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1278
1466
|
content: string;
|
|
1279
1467
|
id?: string | number | null | undefined;
|
|
1280
1468
|
detail?: {
|
|
1281
|
-
hookId
|
|
1282
|
-
hookName
|
|
1283
|
-
requestId
|
|
1469
|
+
hookId?: number | null | undefined;
|
|
1470
|
+
hookName?: string | undefined;
|
|
1471
|
+
requestId?: string | undefined;
|
|
1284
1472
|
isException?: boolean | undefined;
|
|
1285
1473
|
tracebackLineNumber?: number | undefined;
|
|
1474
|
+
ruleId?: number | undefined;
|
|
1475
|
+
ruleName?: string | undefined;
|
|
1476
|
+
sourceId?: number | undefined;
|
|
1477
|
+
sourceSchemaId?: string | undefined;
|
|
1286
1478
|
timestamp?: string | undefined;
|
|
1287
1479
|
} | null | undefined;
|
|
1288
1480
|
}, {
|
|
@@ -1290,11 +1482,15 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1290
1482
|
content: string;
|
|
1291
1483
|
id?: string | number | null | undefined;
|
|
1292
1484
|
detail?: {
|
|
1293
|
-
hookId
|
|
1294
|
-
hookName
|
|
1295
|
-
requestId
|
|
1485
|
+
hookId?: number | null | undefined;
|
|
1486
|
+
hookName?: string | undefined;
|
|
1487
|
+
requestId?: string | undefined;
|
|
1296
1488
|
isException?: boolean | undefined;
|
|
1297
1489
|
tracebackLineNumber?: number | undefined;
|
|
1490
|
+
ruleId?: number | undefined;
|
|
1491
|
+
ruleName?: string | undefined;
|
|
1492
|
+
sourceId?: number | undefined;
|
|
1493
|
+
sourceSchemaId?: string | undefined;
|
|
1298
1494
|
timestamp?: string | undefined;
|
|
1299
1495
|
} | null | undefined;
|
|
1300
1496
|
}>, "many">;
|
|
@@ -1317,11 +1513,15 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1317
1513
|
content: string;
|
|
1318
1514
|
id?: string | number | null | undefined;
|
|
1319
1515
|
detail?: {
|
|
1320
|
-
hookId
|
|
1321
|
-
hookName
|
|
1322
|
-
requestId
|
|
1516
|
+
hookId?: number | null | undefined;
|
|
1517
|
+
hookName?: string | undefined;
|
|
1518
|
+
requestId?: string | undefined;
|
|
1323
1519
|
isException?: boolean | undefined;
|
|
1324
1520
|
tracebackLineNumber?: number | undefined;
|
|
1521
|
+
ruleId?: number | undefined;
|
|
1522
|
+
ruleName?: string | undefined;
|
|
1523
|
+
sourceId?: number | undefined;
|
|
1524
|
+
sourceSchemaId?: string | undefined;
|
|
1325
1525
|
timestamp?: string | undefined;
|
|
1326
1526
|
} | null | undefined;
|
|
1327
1527
|
}[];
|
|
@@ -1347,11 +1547,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1347
1547
|
rirConfidence?: number | null | undefined;
|
|
1348
1548
|
connectorPosition?: number[] | null | undefined;
|
|
1349
1549
|
connectorText?: string | null | undefined;
|
|
1550
|
+
struct?: unknown;
|
|
1350
1551
|
} | null | undefined;
|
|
1351
1552
|
validationSources?: string[] | null | undefined;
|
|
1352
1553
|
timeSpent?: number | null | undefined;
|
|
1353
1554
|
timeSpentOverall?: number | null | undefined;
|
|
1354
1555
|
noRecalculation?: boolean | undefined;
|
|
1556
|
+
options?: {
|
|
1557
|
+
value: string;
|
|
1558
|
+
label: string;
|
|
1559
|
+
}[] | undefined;
|
|
1355
1560
|
} | {
|
|
1356
1561
|
url: string | null;
|
|
1357
1562
|
children: (({
|
|
@@ -1374,11 +1579,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1374
1579
|
rirConfidence?: number | null | undefined;
|
|
1375
1580
|
connectorPosition?: number[] | null | undefined;
|
|
1376
1581
|
connectorText?: string | null | undefined;
|
|
1582
|
+
struct?: unknown;
|
|
1377
1583
|
} | null | undefined;
|
|
1378
1584
|
validationSources?: string[] | null | undefined;
|
|
1379
1585
|
timeSpent?: number | null | undefined;
|
|
1380
1586
|
timeSpentOverall?: number | null | undefined;
|
|
1381
1587
|
noRecalculation?: boolean | undefined;
|
|
1588
|
+
options?: {
|
|
1589
|
+
value: string;
|
|
1590
|
+
label: string;
|
|
1591
|
+
}[] | undefined;
|
|
1382
1592
|
}[] | {
|
|
1383
1593
|
url: string | null;
|
|
1384
1594
|
children: ({
|
|
@@ -1401,11 +1611,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1401
1611
|
rirConfidence?: number | null | undefined;
|
|
1402
1612
|
connectorPosition?: number[] | null | undefined;
|
|
1403
1613
|
connectorText?: string | null | undefined;
|
|
1614
|
+
struct?: unknown;
|
|
1404
1615
|
} | null | undefined;
|
|
1405
1616
|
validationSources?: string[] | null | undefined;
|
|
1406
1617
|
timeSpent?: number | null | undefined;
|
|
1407
1618
|
timeSpentOverall?: number | null | undefined;
|
|
1408
1619
|
noRecalculation?: boolean | undefined;
|
|
1620
|
+
options?: {
|
|
1621
|
+
value: string;
|
|
1622
|
+
label: string;
|
|
1623
|
+
}[] | undefined;
|
|
1409
1624
|
} | null)[];
|
|
1410
1625
|
id: number | null;
|
|
1411
1626
|
schemaId: string;
|
|
@@ -1430,11 +1645,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1430
1645
|
rirConfidence?: number | null | undefined;
|
|
1431
1646
|
connectorPosition?: number[] | null | undefined;
|
|
1432
1647
|
connectorText?: string | null | undefined;
|
|
1648
|
+
struct?: unknown;
|
|
1433
1649
|
} | null | undefined;
|
|
1434
1650
|
validationSources?: string[] | null | undefined;
|
|
1435
1651
|
timeSpent?: number | null | undefined;
|
|
1436
1652
|
timeSpentOverall?: number | null | undefined;
|
|
1437
1653
|
noRecalculation?: boolean | undefined;
|
|
1654
|
+
options?: {
|
|
1655
|
+
value: string;
|
|
1656
|
+
label: string;
|
|
1657
|
+
}[] | undefined;
|
|
1438
1658
|
}[] | {
|
|
1439
1659
|
url: string | null;
|
|
1440
1660
|
children: ({
|
|
@@ -1457,11 +1677,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1457
1677
|
rirConfidence?: number | null | undefined;
|
|
1458
1678
|
connectorPosition?: number[] | null | undefined;
|
|
1459
1679
|
connectorText?: string | null | undefined;
|
|
1680
|
+
struct?: unknown;
|
|
1460
1681
|
} | null | undefined;
|
|
1461
1682
|
validationSources?: string[] | null | undefined;
|
|
1462
1683
|
timeSpent?: number | null | undefined;
|
|
1463
1684
|
timeSpentOverall?: number | null | undefined;
|
|
1464
1685
|
noRecalculation?: boolean | undefined;
|
|
1686
|
+
options?: {
|
|
1687
|
+
value: string;
|
|
1688
|
+
label: string;
|
|
1689
|
+
}[] | undefined;
|
|
1465
1690
|
} | null)[];
|
|
1466
1691
|
id: number | null;
|
|
1467
1692
|
schemaId: string;
|
|
@@ -1485,6 +1710,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1485
1710
|
rirConfidence?: number | null | undefined;
|
|
1486
1711
|
connectorPosition?: number[] | null | undefined;
|
|
1487
1712
|
connectorText?: string | null | undefined;
|
|
1713
|
+
struct?: unknown;
|
|
1488
1714
|
} | null | undefined;
|
|
1489
1715
|
validationSources?: string[] | null | undefined;
|
|
1490
1716
|
timeSpent?: number | null | undefined;
|
|
@@ -1527,11 +1753,15 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1527
1753
|
content: string;
|
|
1528
1754
|
id?: string | number | null | undefined;
|
|
1529
1755
|
detail?: {
|
|
1530
|
-
hookId
|
|
1531
|
-
hookName
|
|
1532
|
-
requestId
|
|
1756
|
+
hookId?: number | null | undefined;
|
|
1757
|
+
hookName?: string | undefined;
|
|
1758
|
+
requestId?: string | undefined;
|
|
1533
1759
|
isException?: boolean | undefined;
|
|
1534
1760
|
tracebackLineNumber?: number | undefined;
|
|
1761
|
+
ruleId?: number | undefined;
|
|
1762
|
+
ruleName?: string | undefined;
|
|
1763
|
+
sourceId?: number | undefined;
|
|
1764
|
+
sourceSchemaId?: string | undefined;
|
|
1535
1765
|
timestamp?: string | undefined;
|
|
1536
1766
|
} | null | undefined;
|
|
1537
1767
|
}[];
|
|
@@ -1557,11 +1787,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1557
1787
|
rirConfidence?: number | null | undefined;
|
|
1558
1788
|
connectorPosition?: number[] | null | undefined;
|
|
1559
1789
|
connectorText?: string | null | undefined;
|
|
1790
|
+
struct?: unknown;
|
|
1560
1791
|
} | null | undefined;
|
|
1561
1792
|
validationSources?: string[] | null | undefined;
|
|
1562
1793
|
timeSpent?: number | null | undefined;
|
|
1563
1794
|
timeSpentOverall?: number | null | undefined;
|
|
1564
1795
|
noRecalculation?: boolean | undefined;
|
|
1796
|
+
options?: {
|
|
1797
|
+
value: string;
|
|
1798
|
+
label: string;
|
|
1799
|
+
}[] | undefined;
|
|
1565
1800
|
} | {
|
|
1566
1801
|
url: string | null;
|
|
1567
1802
|
children: (({
|
|
@@ -1584,11 +1819,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1584
1819
|
rirConfidence?: number | null | undefined;
|
|
1585
1820
|
connectorPosition?: number[] | null | undefined;
|
|
1586
1821
|
connectorText?: string | null | undefined;
|
|
1822
|
+
struct?: unknown;
|
|
1587
1823
|
} | null | undefined;
|
|
1588
1824
|
validationSources?: string[] | null | undefined;
|
|
1589
1825
|
timeSpent?: number | null | undefined;
|
|
1590
1826
|
timeSpentOverall?: number | null | undefined;
|
|
1591
1827
|
noRecalculation?: boolean | undefined;
|
|
1828
|
+
options?: {
|
|
1829
|
+
value: string;
|
|
1830
|
+
label: string;
|
|
1831
|
+
}[] | undefined;
|
|
1592
1832
|
}[] | {
|
|
1593
1833
|
url: string | null;
|
|
1594
1834
|
children: ({
|
|
@@ -1611,11 +1851,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1611
1851
|
rirConfidence?: number | null | undefined;
|
|
1612
1852
|
connectorPosition?: number[] | null | undefined;
|
|
1613
1853
|
connectorText?: string | null | undefined;
|
|
1854
|
+
struct?: unknown;
|
|
1614
1855
|
} | null | undefined;
|
|
1615
1856
|
validationSources?: string[] | null | undefined;
|
|
1616
1857
|
timeSpent?: number | null | undefined;
|
|
1617
1858
|
timeSpentOverall?: number | null | undefined;
|
|
1618
1859
|
noRecalculation?: boolean | undefined;
|
|
1860
|
+
options?: {
|
|
1861
|
+
value: string;
|
|
1862
|
+
label: string;
|
|
1863
|
+
}[] | undefined;
|
|
1619
1864
|
} | null)[];
|
|
1620
1865
|
id: number | null;
|
|
1621
1866
|
schemaId: string;
|
|
@@ -1640,11 +1885,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1640
1885
|
rirConfidence?: number | null | undefined;
|
|
1641
1886
|
connectorPosition?: number[] | null | undefined;
|
|
1642
1887
|
connectorText?: string | null | undefined;
|
|
1888
|
+
struct?: unknown;
|
|
1643
1889
|
} | null | undefined;
|
|
1644
1890
|
validationSources?: string[] | null | undefined;
|
|
1645
1891
|
timeSpent?: number | null | undefined;
|
|
1646
1892
|
timeSpentOverall?: number | null | undefined;
|
|
1647
1893
|
noRecalculation?: boolean | undefined;
|
|
1894
|
+
options?: {
|
|
1895
|
+
value: string;
|
|
1896
|
+
label: string;
|
|
1897
|
+
}[] | undefined;
|
|
1648
1898
|
}[] | {
|
|
1649
1899
|
url: string | null;
|
|
1650
1900
|
children: ({
|
|
@@ -1667,11 +1917,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1667
1917
|
rirConfidence?: number | null | undefined;
|
|
1668
1918
|
connectorPosition?: number[] | null | undefined;
|
|
1669
1919
|
connectorText?: string | null | undefined;
|
|
1920
|
+
struct?: unknown;
|
|
1670
1921
|
} | null | undefined;
|
|
1671
1922
|
validationSources?: string[] | null | undefined;
|
|
1672
1923
|
timeSpent?: number | null | undefined;
|
|
1673
1924
|
timeSpentOverall?: number | null | undefined;
|
|
1674
1925
|
noRecalculation?: boolean | undefined;
|
|
1926
|
+
options?: {
|
|
1927
|
+
value: string;
|
|
1928
|
+
label: string;
|
|
1929
|
+
}[] | undefined;
|
|
1675
1930
|
} | null)[];
|
|
1676
1931
|
id: number | null;
|
|
1677
1932
|
schemaId: string;
|
|
@@ -1695,6 +1950,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1695
1950
|
rirConfidence?: number | null | undefined;
|
|
1696
1951
|
connectorPosition?: number[] | null | undefined;
|
|
1697
1952
|
connectorText?: string | null | undefined;
|
|
1953
|
+
struct?: unknown;
|
|
1698
1954
|
} | null | undefined;
|
|
1699
1955
|
validationSources?: string[] | null | undefined;
|
|
1700
1956
|
timeSpent?: number | null | undefined;
|
|
@@ -1849,7 +2105,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1849
2105
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1850
2106
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1851
2107
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1852
|
-
|
|
2108
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1853
2109
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1854
2110
|
suggest?: true | undefined;
|
|
1855
2111
|
canExport?: boolean | null | undefined;
|
|
@@ -1878,7 +2134,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1878
2134
|
formula?: string | null | undefined;
|
|
1879
2135
|
context?: string[] | null | undefined;
|
|
1880
2136
|
prompt?: string | null | undefined;
|
|
1881
|
-
|
|
2137
|
+
matching?: Record<string, unknown> | undefined;
|
|
1882
2138
|
}, {
|
|
1883
2139
|
suggest?: true | undefined;
|
|
1884
2140
|
canExport?: boolean | null | undefined;
|
|
@@ -1907,7 +2163,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
1907
2163
|
formula?: string | null | undefined;
|
|
1908
2164
|
context?: string[] | null | undefined;
|
|
1909
2165
|
prompt?: string | null | undefined;
|
|
1910
|
-
|
|
2166
|
+
matching?: Record<string, unknown> | undefined;
|
|
1911
2167
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1912
2168
|
type: import("zod").ZodLiteral<"date">;
|
|
1913
2169
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2007,7 +2263,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2007
2263
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2008
2264
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2009
2265
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2010
|
-
|
|
2266
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2011
2267
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2012
2268
|
suggest?: true | undefined;
|
|
2013
2269
|
canExport?: boolean | null | undefined;
|
|
@@ -2036,7 +2292,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2036
2292
|
formula?: string | null | undefined;
|
|
2037
2293
|
context?: string[] | null | undefined;
|
|
2038
2294
|
prompt?: string | null | undefined;
|
|
2039
|
-
|
|
2295
|
+
matching?: Record<string, unknown> | undefined;
|
|
2040
2296
|
}, {
|
|
2041
2297
|
suggest?: true | undefined;
|
|
2042
2298
|
canExport?: boolean | null | undefined;
|
|
@@ -2065,7 +2321,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2065
2321
|
formula?: string | null | undefined;
|
|
2066
2322
|
context?: string[] | null | undefined;
|
|
2067
2323
|
prompt?: string | null | undefined;
|
|
2068
|
-
|
|
2324
|
+
matching?: Record<string, unknown> | undefined;
|
|
2069
2325
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2070
2326
|
type: import("zod").ZodLiteral<"number">;
|
|
2071
2327
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2192,7 +2448,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2192
2448
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2193
2449
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2194
2450
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2195
|
-
|
|
2451
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2196
2452
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2197
2453
|
suggest?: true | undefined;
|
|
2198
2454
|
canExport?: boolean | null | undefined;
|
|
@@ -2221,7 +2477,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2221
2477
|
formula?: string | null | undefined;
|
|
2222
2478
|
context?: string[] | null | undefined;
|
|
2223
2479
|
prompt?: string | null | undefined;
|
|
2224
|
-
|
|
2480
|
+
matching?: Record<string, unknown> | undefined;
|
|
2225
2481
|
}, {
|
|
2226
2482
|
suggest?: true | undefined;
|
|
2227
2483
|
canExport?: boolean | null | undefined;
|
|
@@ -2250,24 +2506,28 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2250
2506
|
formula?: string | null | undefined;
|
|
2251
2507
|
context?: string[] | null | undefined;
|
|
2252
2508
|
prompt?: string | null | undefined;
|
|
2253
|
-
|
|
2509
|
+
matching?: Record<string, unknown> | undefined;
|
|
2254
2510
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2255
2511
|
type: import("zod").ZodLiteral<"enum">;
|
|
2256
2512
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2257
2513
|
value: import("zod").ZodString;
|
|
2258
2514
|
label: import("zod").ZodString;
|
|
2515
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2259
2516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2260
2517
|
value: string;
|
|
2261
2518
|
label: string;
|
|
2519
|
+
struct?: unknown;
|
|
2262
2520
|
}, {
|
|
2263
2521
|
value: string;
|
|
2264
2522
|
label: string;
|
|
2523
|
+
struct?: unknown;
|
|
2265
2524
|
}>, "many">;
|
|
2266
2525
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
2267
2526
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2268
2527
|
options: {
|
|
2269
2528
|
value: string;
|
|
2270
2529
|
label: string;
|
|
2530
|
+
struct?: unknown;
|
|
2271
2531
|
}[];
|
|
2272
2532
|
type: "enum";
|
|
2273
2533
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2275,6 +2535,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2275
2535
|
options: {
|
|
2276
2536
|
value: string;
|
|
2277
2537
|
label: string;
|
|
2538
|
+
struct?: unknown;
|
|
2278
2539
|
}[];
|
|
2279
2540
|
type: "enum";
|
|
2280
2541
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2368,7 +2629,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2368
2629
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2369
2630
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2370
2631
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2371
|
-
|
|
2632
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2372
2633
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2373
2634
|
suggest?: true | undefined;
|
|
2374
2635
|
canExport?: boolean | null | undefined;
|
|
@@ -2397,7 +2658,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2397
2658
|
formula?: string | null | undefined;
|
|
2398
2659
|
context?: string[] | null | undefined;
|
|
2399
2660
|
prompt?: string | null | undefined;
|
|
2400
|
-
|
|
2661
|
+
matching?: Record<string, unknown> | undefined;
|
|
2401
2662
|
}, {
|
|
2402
2663
|
suggest?: true | undefined;
|
|
2403
2664
|
canExport?: boolean | null | undefined;
|
|
@@ -2426,7 +2687,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2426
2687
|
formula?: string | null | undefined;
|
|
2427
2688
|
context?: string[] | null | undefined;
|
|
2428
2689
|
prompt?: string | null | undefined;
|
|
2429
|
-
|
|
2690
|
+
matching?: Record<string, unknown> | undefined;
|
|
2430
2691
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2431
2692
|
id: import("zod").ZodString;
|
|
2432
2693
|
label: import("zod").ZodString;
|
|
@@ -2567,7 +2828,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2567
2828
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2568
2829
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2569
2830
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2570
|
-
|
|
2831
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2571
2832
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2572
2833
|
suggest?: true | undefined;
|
|
2573
2834
|
canExport?: boolean | null | undefined;
|
|
@@ -2596,7 +2857,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2596
2857
|
formula?: string | null | undefined;
|
|
2597
2858
|
context?: string[] | null | undefined;
|
|
2598
2859
|
prompt?: string | null | undefined;
|
|
2599
|
-
|
|
2860
|
+
matching?: Record<string, unknown> | undefined;
|
|
2600
2861
|
}, {
|
|
2601
2862
|
suggest?: true | undefined;
|
|
2602
2863
|
canExport?: boolean | null | undefined;
|
|
@@ -2625,7 +2886,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2625
2886
|
formula?: string | null | undefined;
|
|
2626
2887
|
context?: string[] | null | undefined;
|
|
2627
2888
|
prompt?: string | null | undefined;
|
|
2628
|
-
|
|
2889
|
+
matching?: Record<string, unknown> | undefined;
|
|
2629
2890
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2630
2891
|
type: import("zod").ZodLiteral<"date">;
|
|
2631
2892
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2725,7 +2986,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2725
2986
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2726
2987
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2727
2988
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2728
|
-
|
|
2989
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2729
2990
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2730
2991
|
suggest?: true | undefined;
|
|
2731
2992
|
canExport?: boolean | null | undefined;
|
|
@@ -2754,7 +3015,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2754
3015
|
formula?: string | null | undefined;
|
|
2755
3016
|
context?: string[] | null | undefined;
|
|
2756
3017
|
prompt?: string | null | undefined;
|
|
2757
|
-
|
|
3018
|
+
matching?: Record<string, unknown> | undefined;
|
|
2758
3019
|
}, {
|
|
2759
3020
|
suggest?: true | undefined;
|
|
2760
3021
|
canExport?: boolean | null | undefined;
|
|
@@ -2783,7 +3044,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2783
3044
|
formula?: string | null | undefined;
|
|
2784
3045
|
context?: string[] | null | undefined;
|
|
2785
3046
|
prompt?: string | null | undefined;
|
|
2786
|
-
|
|
3047
|
+
matching?: Record<string, unknown> | undefined;
|
|
2787
3048
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2788
3049
|
type: import("zod").ZodLiteral<"number">;
|
|
2789
3050
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2910,7 +3171,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2910
3171
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2911
3172
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2912
3173
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2913
|
-
|
|
3174
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2914
3175
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2915
3176
|
suggest?: true | undefined;
|
|
2916
3177
|
canExport?: boolean | null | undefined;
|
|
@@ -2939,7 +3200,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2939
3200
|
formula?: string | null | undefined;
|
|
2940
3201
|
context?: string[] | null | undefined;
|
|
2941
3202
|
prompt?: string | null | undefined;
|
|
2942
|
-
|
|
3203
|
+
matching?: Record<string, unknown> | undefined;
|
|
2943
3204
|
}, {
|
|
2944
3205
|
suggest?: true | undefined;
|
|
2945
3206
|
canExport?: boolean | null | undefined;
|
|
@@ -2968,24 +3229,28 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2968
3229
|
formula?: string | null | undefined;
|
|
2969
3230
|
context?: string[] | null | undefined;
|
|
2970
3231
|
prompt?: string | null | undefined;
|
|
2971
|
-
|
|
3232
|
+
matching?: Record<string, unknown> | undefined;
|
|
2972
3233
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2973
3234
|
type: import("zod").ZodLiteral<"enum">;
|
|
2974
3235
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2975
3236
|
value: import("zod").ZodString;
|
|
2976
3237
|
label: import("zod").ZodString;
|
|
3238
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2977
3239
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2978
3240
|
value: string;
|
|
2979
3241
|
label: string;
|
|
3242
|
+
struct?: unknown;
|
|
2980
3243
|
}, {
|
|
2981
3244
|
value: string;
|
|
2982
3245
|
label: string;
|
|
3246
|
+
struct?: unknown;
|
|
2983
3247
|
}>, "many">;
|
|
2984
3248
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
2985
3249
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2986
3250
|
options: {
|
|
2987
3251
|
value: string;
|
|
2988
3252
|
label: string;
|
|
3253
|
+
struct?: unknown;
|
|
2989
3254
|
}[];
|
|
2990
3255
|
type: "enum";
|
|
2991
3256
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2993,6 +3258,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
2993
3258
|
options: {
|
|
2994
3259
|
value: string;
|
|
2995
3260
|
label: string;
|
|
3261
|
+
struct?: unknown;
|
|
2996
3262
|
}[];
|
|
2997
3263
|
type: "enum";
|
|
2998
3264
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3086,7 +3352,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3086
3352
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3087
3353
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3088
3354
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3089
|
-
|
|
3355
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3090
3356
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3091
3357
|
suggest?: true | undefined;
|
|
3092
3358
|
canExport?: boolean | null | undefined;
|
|
@@ -3115,7 +3381,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3115
3381
|
formula?: string | null | undefined;
|
|
3116
3382
|
context?: string[] | null | undefined;
|
|
3117
3383
|
prompt?: string | null | undefined;
|
|
3118
|
-
|
|
3384
|
+
matching?: Record<string, unknown> | undefined;
|
|
3119
3385
|
}, {
|
|
3120
3386
|
suggest?: true | undefined;
|
|
3121
3387
|
canExport?: boolean | null | undefined;
|
|
@@ -3144,7 +3410,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3144
3410
|
formula?: string | null | undefined;
|
|
3145
3411
|
context?: string[] | null | undefined;
|
|
3146
3412
|
prompt?: string | null | undefined;
|
|
3147
|
-
|
|
3413
|
+
matching?: Record<string, unknown> | undefined;
|
|
3148
3414
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3149
3415
|
id: import("zod").ZodString;
|
|
3150
3416
|
label: import("zod").ZodString;
|
|
@@ -3228,7 +3494,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3228
3494
|
formula?: string | null | undefined;
|
|
3229
3495
|
context?: string[] | null | undefined;
|
|
3230
3496
|
prompt?: string | null | undefined;
|
|
3231
|
-
|
|
3497
|
+
matching?: Record<string, unknown> | undefined;
|
|
3232
3498
|
}) | ({
|
|
3233
3499
|
type: "date";
|
|
3234
3500
|
format?: string | null | undefined;
|
|
@@ -3268,7 +3534,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3268
3534
|
formula?: string | null | undefined;
|
|
3269
3535
|
context?: string[] | null | undefined;
|
|
3270
3536
|
prompt?: string | null | undefined;
|
|
3271
|
-
|
|
3537
|
+
matching?: Record<string, unknown> | undefined;
|
|
3272
3538
|
}) | ({
|
|
3273
3539
|
type: "number";
|
|
3274
3540
|
format?: string | null | undefined;
|
|
@@ -3313,11 +3579,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3313
3579
|
formula?: string | null | undefined;
|
|
3314
3580
|
context?: string[] | null | undefined;
|
|
3315
3581
|
prompt?: string | null | undefined;
|
|
3316
|
-
|
|
3582
|
+
matching?: Record<string, unknown> | undefined;
|
|
3317
3583
|
}) | ({
|
|
3318
3584
|
options: {
|
|
3319
3585
|
value: string;
|
|
3320
3586
|
label: string;
|
|
3587
|
+
struct?: unknown;
|
|
3321
3588
|
}[];
|
|
3322
3589
|
type: "enum";
|
|
3323
3590
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3357,7 +3624,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3357
3624
|
formula?: string | null | undefined;
|
|
3358
3625
|
context?: string[] | null | undefined;
|
|
3359
3626
|
prompt?: string | null | undefined;
|
|
3360
|
-
|
|
3627
|
+
matching?: Record<string, unknown> | undefined;
|
|
3361
3628
|
}) | ({
|
|
3362
3629
|
id: string;
|
|
3363
3630
|
label: string;
|
|
@@ -3414,7 +3681,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3414
3681
|
formula?: string | null | undefined;
|
|
3415
3682
|
context?: string[] | null | undefined;
|
|
3416
3683
|
prompt?: string | null | undefined;
|
|
3417
|
-
|
|
3684
|
+
matching?: Record<string, unknown> | undefined;
|
|
3418
3685
|
}) | ({
|
|
3419
3686
|
type: "date";
|
|
3420
3687
|
format?: string | null | undefined;
|
|
@@ -3454,7 +3721,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3454
3721
|
formula?: string | null | undefined;
|
|
3455
3722
|
context?: string[] | null | undefined;
|
|
3456
3723
|
prompt?: string | null | undefined;
|
|
3457
|
-
|
|
3724
|
+
matching?: Record<string, unknown> | undefined;
|
|
3458
3725
|
}) | ({
|
|
3459
3726
|
type: "number";
|
|
3460
3727
|
format?: string | null | undefined;
|
|
@@ -3499,11 +3766,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3499
3766
|
formula?: string | null | undefined;
|
|
3500
3767
|
context?: string[] | null | undefined;
|
|
3501
3768
|
prompt?: string | null | undefined;
|
|
3502
|
-
|
|
3769
|
+
matching?: Record<string, unknown> | undefined;
|
|
3503
3770
|
}) | ({
|
|
3504
3771
|
options: {
|
|
3505
3772
|
value: string;
|
|
3506
3773
|
label: string;
|
|
3774
|
+
struct?: unknown;
|
|
3507
3775
|
}[];
|
|
3508
3776
|
type: "enum";
|
|
3509
3777
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3543,7 +3811,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3543
3811
|
formula?: string | null | undefined;
|
|
3544
3812
|
context?: string[] | null | undefined;
|
|
3545
3813
|
prompt?: string | null | undefined;
|
|
3546
|
-
|
|
3814
|
+
matching?: Record<string, unknown> | undefined;
|
|
3547
3815
|
}) | ({
|
|
3548
3816
|
id: string;
|
|
3549
3817
|
label: string;
|
|
@@ -3676,7 +3944,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3676
3944
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3677
3945
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3678
3946
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3679
|
-
|
|
3947
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3680
3948
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3681
3949
|
suggest?: true | undefined;
|
|
3682
3950
|
canExport?: boolean | null | undefined;
|
|
@@ -3705,7 +3973,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3705
3973
|
formula?: string | null | undefined;
|
|
3706
3974
|
context?: string[] | null | undefined;
|
|
3707
3975
|
prompt?: string | null | undefined;
|
|
3708
|
-
|
|
3976
|
+
matching?: Record<string, unknown> | undefined;
|
|
3709
3977
|
}, {
|
|
3710
3978
|
suggest?: true | undefined;
|
|
3711
3979
|
canExport?: boolean | null | undefined;
|
|
@@ -3734,7 +4002,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3734
4002
|
formula?: string | null | undefined;
|
|
3735
4003
|
context?: string[] | null | undefined;
|
|
3736
4004
|
prompt?: string | null | undefined;
|
|
3737
|
-
|
|
4005
|
+
matching?: Record<string, unknown> | undefined;
|
|
3738
4006
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3739
4007
|
type: import("zod").ZodLiteral<"date">;
|
|
3740
4008
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3834,7 +4102,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3834
4102
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3835
4103
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3836
4104
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3837
|
-
|
|
4105
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3838
4106
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3839
4107
|
suggest?: true | undefined;
|
|
3840
4108
|
canExport?: boolean | null | undefined;
|
|
@@ -3863,7 +4131,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3863
4131
|
formula?: string | null | undefined;
|
|
3864
4132
|
context?: string[] | null | undefined;
|
|
3865
4133
|
prompt?: string | null | undefined;
|
|
3866
|
-
|
|
4134
|
+
matching?: Record<string, unknown> | undefined;
|
|
3867
4135
|
}, {
|
|
3868
4136
|
suggest?: true | undefined;
|
|
3869
4137
|
canExport?: boolean | null | undefined;
|
|
@@ -3892,7 +4160,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
3892
4160
|
formula?: string | null | undefined;
|
|
3893
4161
|
context?: string[] | null | undefined;
|
|
3894
4162
|
prompt?: string | null | undefined;
|
|
3895
|
-
|
|
4163
|
+
matching?: Record<string, unknown> | undefined;
|
|
3896
4164
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3897
4165
|
type: import("zod").ZodLiteral<"number">;
|
|
3898
4166
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -4019,7 +4287,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4019
4287
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4020
4288
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
4021
4289
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4022
|
-
|
|
4290
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
4023
4291
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4024
4292
|
suggest?: true | undefined;
|
|
4025
4293
|
canExport?: boolean | null | undefined;
|
|
@@ -4048,7 +4316,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4048
4316
|
formula?: string | null | undefined;
|
|
4049
4317
|
context?: string[] | null | undefined;
|
|
4050
4318
|
prompt?: string | null | undefined;
|
|
4051
|
-
|
|
4319
|
+
matching?: Record<string, unknown> | undefined;
|
|
4052
4320
|
}, {
|
|
4053
4321
|
suggest?: true | undefined;
|
|
4054
4322
|
canExport?: boolean | null | undefined;
|
|
@@ -4077,24 +4345,28 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4077
4345
|
formula?: string | null | undefined;
|
|
4078
4346
|
context?: string[] | null | undefined;
|
|
4079
4347
|
prompt?: string | null | undefined;
|
|
4080
|
-
|
|
4348
|
+
matching?: Record<string, unknown> | undefined;
|
|
4081
4349
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
4082
4350
|
type: import("zod").ZodLiteral<"enum">;
|
|
4083
4351
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4084
4352
|
value: import("zod").ZodString;
|
|
4085
4353
|
label: import("zod").ZodString;
|
|
4354
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4086
4355
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4087
4356
|
value: string;
|
|
4088
4357
|
label: string;
|
|
4358
|
+
struct?: unknown;
|
|
4089
4359
|
}, {
|
|
4090
4360
|
value: string;
|
|
4091
4361
|
label: string;
|
|
4362
|
+
struct?: unknown;
|
|
4092
4363
|
}>, "many">;
|
|
4093
4364
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
4094
4365
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4095
4366
|
options: {
|
|
4096
4367
|
value: string;
|
|
4097
4368
|
label: string;
|
|
4369
|
+
struct?: unknown;
|
|
4098
4370
|
}[];
|
|
4099
4371
|
type: "enum";
|
|
4100
4372
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4102,6 +4374,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4102
4374
|
options: {
|
|
4103
4375
|
value: string;
|
|
4104
4376
|
label: string;
|
|
4377
|
+
struct?: unknown;
|
|
4105
4378
|
}[];
|
|
4106
4379
|
type: "enum";
|
|
4107
4380
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4195,7 +4468,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4195
4468
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4196
4469
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
4197
4470
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4198
|
-
|
|
4471
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
4199
4472
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4200
4473
|
suggest?: true | undefined;
|
|
4201
4474
|
canExport?: boolean | null | undefined;
|
|
@@ -4224,7 +4497,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4224
4497
|
formula?: string | null | undefined;
|
|
4225
4498
|
context?: string[] | null | undefined;
|
|
4226
4499
|
prompt?: string | null | undefined;
|
|
4227
|
-
|
|
4500
|
+
matching?: Record<string, unknown> | undefined;
|
|
4228
4501
|
}, {
|
|
4229
4502
|
suggest?: true | undefined;
|
|
4230
4503
|
canExport?: boolean | null | undefined;
|
|
@@ -4253,7 +4526,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4253
4526
|
formula?: string | null | undefined;
|
|
4254
4527
|
context?: string[] | null | undefined;
|
|
4255
4528
|
prompt?: string | null | undefined;
|
|
4256
|
-
|
|
4529
|
+
matching?: Record<string, unknown> | undefined;
|
|
4257
4530
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
4258
4531
|
id: import("zod").ZodString;
|
|
4259
4532
|
label: import("zod").ZodString;
|
|
@@ -4336,7 +4609,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4336
4609
|
formula?: string | null | undefined;
|
|
4337
4610
|
context?: string[] | null | undefined;
|
|
4338
4611
|
prompt?: string | null | undefined;
|
|
4339
|
-
|
|
4612
|
+
matching?: Record<string, unknown> | undefined;
|
|
4340
4613
|
}) | ({
|
|
4341
4614
|
type: "date";
|
|
4342
4615
|
format?: string | null | undefined;
|
|
@@ -4376,7 +4649,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4376
4649
|
formula?: string | null | undefined;
|
|
4377
4650
|
context?: string[] | null | undefined;
|
|
4378
4651
|
prompt?: string | null | undefined;
|
|
4379
|
-
|
|
4652
|
+
matching?: Record<string, unknown> | undefined;
|
|
4380
4653
|
}) | ({
|
|
4381
4654
|
type: "number";
|
|
4382
4655
|
format?: string | null | undefined;
|
|
@@ -4421,11 +4694,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4421
4694
|
formula?: string | null | undefined;
|
|
4422
4695
|
context?: string[] | null | undefined;
|
|
4423
4696
|
prompt?: string | null | undefined;
|
|
4424
|
-
|
|
4697
|
+
matching?: Record<string, unknown> | undefined;
|
|
4425
4698
|
}) | ({
|
|
4426
4699
|
options: {
|
|
4427
4700
|
value: string;
|
|
4428
4701
|
label: string;
|
|
4702
|
+
struct?: unknown;
|
|
4429
4703
|
}[];
|
|
4430
4704
|
type: "enum";
|
|
4431
4705
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4465,7 +4739,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4465
4739
|
formula?: string | null | undefined;
|
|
4466
4740
|
context?: string[] | null | undefined;
|
|
4467
4741
|
prompt?: string | null | undefined;
|
|
4468
|
-
|
|
4742
|
+
matching?: Record<string, unknown> | undefined;
|
|
4469
4743
|
}) | ({
|
|
4470
4744
|
id: string;
|
|
4471
4745
|
label: string;
|
|
@@ -4520,7 +4794,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4520
4794
|
formula?: string | null | undefined;
|
|
4521
4795
|
context?: string[] | null | undefined;
|
|
4522
4796
|
prompt?: string | null | undefined;
|
|
4523
|
-
|
|
4797
|
+
matching?: Record<string, unknown> | undefined;
|
|
4524
4798
|
}) | ({
|
|
4525
4799
|
type: "date";
|
|
4526
4800
|
format?: string | null | undefined;
|
|
@@ -4560,7 +4834,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4560
4834
|
formula?: string | null | undefined;
|
|
4561
4835
|
context?: string[] | null | undefined;
|
|
4562
4836
|
prompt?: string | null | undefined;
|
|
4563
|
-
|
|
4837
|
+
matching?: Record<string, unknown> | undefined;
|
|
4564
4838
|
}) | ({
|
|
4565
4839
|
type: "number";
|
|
4566
4840
|
format?: string | null | undefined;
|
|
@@ -4605,11 +4879,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4605
4879
|
formula?: string | null | undefined;
|
|
4606
4880
|
context?: string[] | null | undefined;
|
|
4607
4881
|
prompt?: string | null | undefined;
|
|
4608
|
-
|
|
4882
|
+
matching?: Record<string, unknown> | undefined;
|
|
4609
4883
|
}) | ({
|
|
4610
4884
|
options: {
|
|
4611
4885
|
value: string;
|
|
4612
4886
|
label: string;
|
|
4887
|
+
struct?: unknown;
|
|
4613
4888
|
}[];
|
|
4614
4889
|
type: "enum";
|
|
4615
4890
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4649,7 +4924,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4649
4924
|
formula?: string | null | undefined;
|
|
4650
4925
|
context?: string[] | null | undefined;
|
|
4651
4926
|
prompt?: string | null | undefined;
|
|
4652
|
-
|
|
4927
|
+
matching?: Record<string, unknown> | undefined;
|
|
4653
4928
|
}) | ({
|
|
4654
4929
|
id: string;
|
|
4655
4930
|
label: string;
|
|
@@ -4823,7 +5098,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4823
5098
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4824
5099
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
4825
5100
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4826
|
-
|
|
5101
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
4827
5102
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4828
5103
|
suggest?: true | undefined;
|
|
4829
5104
|
canExport?: boolean | null | undefined;
|
|
@@ -4852,7 +5127,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4852
5127
|
formula?: string | null | undefined;
|
|
4853
5128
|
context?: string[] | null | undefined;
|
|
4854
5129
|
prompt?: string | null | undefined;
|
|
4855
|
-
|
|
5130
|
+
matching?: Record<string, unknown> | undefined;
|
|
4856
5131
|
}, {
|
|
4857
5132
|
suggest?: true | undefined;
|
|
4858
5133
|
canExport?: boolean | null | undefined;
|
|
@@ -4881,7 +5156,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4881
5156
|
formula?: string | null | undefined;
|
|
4882
5157
|
context?: string[] | null | undefined;
|
|
4883
5158
|
prompt?: string | null | undefined;
|
|
4884
|
-
|
|
5159
|
+
matching?: Record<string, unknown> | undefined;
|
|
4885
5160
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
4886
5161
|
type: import("zod").ZodLiteral<"date">;
|
|
4887
5162
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -4981,7 +5256,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
4981
5256
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4982
5257
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
4983
5258
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4984
|
-
|
|
5259
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
4985
5260
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4986
5261
|
suggest?: true | undefined;
|
|
4987
5262
|
canExport?: boolean | null | undefined;
|
|
@@ -5010,7 +5285,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5010
5285
|
formula?: string | null | undefined;
|
|
5011
5286
|
context?: string[] | null | undefined;
|
|
5012
5287
|
prompt?: string | null | undefined;
|
|
5013
|
-
|
|
5288
|
+
matching?: Record<string, unknown> | undefined;
|
|
5014
5289
|
}, {
|
|
5015
5290
|
suggest?: true | undefined;
|
|
5016
5291
|
canExport?: boolean | null | undefined;
|
|
@@ -5039,7 +5314,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5039
5314
|
formula?: string | null | undefined;
|
|
5040
5315
|
context?: string[] | null | undefined;
|
|
5041
5316
|
prompt?: string | null | undefined;
|
|
5042
|
-
|
|
5317
|
+
matching?: Record<string, unknown> | undefined;
|
|
5043
5318
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
5044
5319
|
type: import("zod").ZodLiteral<"number">;
|
|
5045
5320
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -5166,7 +5441,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5166
5441
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5167
5442
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
5168
5443
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5169
|
-
|
|
5444
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
5170
5445
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5171
5446
|
suggest?: true | undefined;
|
|
5172
5447
|
canExport?: boolean | null | undefined;
|
|
@@ -5195,7 +5470,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5195
5470
|
formula?: string | null | undefined;
|
|
5196
5471
|
context?: string[] | null | undefined;
|
|
5197
5472
|
prompt?: string | null | undefined;
|
|
5198
|
-
|
|
5473
|
+
matching?: Record<string, unknown> | undefined;
|
|
5199
5474
|
}, {
|
|
5200
5475
|
suggest?: true | undefined;
|
|
5201
5476
|
canExport?: boolean | null | undefined;
|
|
@@ -5224,24 +5499,28 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5224
5499
|
formula?: string | null | undefined;
|
|
5225
5500
|
context?: string[] | null | undefined;
|
|
5226
5501
|
prompt?: string | null | undefined;
|
|
5227
|
-
|
|
5502
|
+
matching?: Record<string, unknown> | undefined;
|
|
5228
5503
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
5229
5504
|
type: import("zod").ZodLiteral<"enum">;
|
|
5230
5505
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
5231
5506
|
value: import("zod").ZodString;
|
|
5232
5507
|
label: import("zod").ZodString;
|
|
5508
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
5233
5509
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5234
5510
|
value: string;
|
|
5235
5511
|
label: string;
|
|
5512
|
+
struct?: unknown;
|
|
5236
5513
|
}, {
|
|
5237
5514
|
value: string;
|
|
5238
5515
|
label: string;
|
|
5516
|
+
struct?: unknown;
|
|
5239
5517
|
}>, "many">;
|
|
5240
5518
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
5241
5519
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5242
5520
|
options: {
|
|
5243
5521
|
value: string;
|
|
5244
5522
|
label: string;
|
|
5523
|
+
struct?: unknown;
|
|
5245
5524
|
}[];
|
|
5246
5525
|
type: "enum";
|
|
5247
5526
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5249,6 +5528,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5249
5528
|
options: {
|
|
5250
5529
|
value: string;
|
|
5251
5530
|
label: string;
|
|
5531
|
+
struct?: unknown;
|
|
5252
5532
|
}[];
|
|
5253
5533
|
type: "enum";
|
|
5254
5534
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5342,7 +5622,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5342
5622
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5343
5623
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
5344
5624
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
5345
|
-
|
|
5625
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
5346
5626
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5347
5627
|
suggest?: true | undefined;
|
|
5348
5628
|
canExport?: boolean | null | undefined;
|
|
@@ -5371,7 +5651,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5371
5651
|
formula?: string | null | undefined;
|
|
5372
5652
|
context?: string[] | null | undefined;
|
|
5373
5653
|
prompt?: string | null | undefined;
|
|
5374
|
-
|
|
5654
|
+
matching?: Record<string, unknown> | undefined;
|
|
5375
5655
|
}, {
|
|
5376
5656
|
suggest?: true | undefined;
|
|
5377
5657
|
canExport?: boolean | null | undefined;
|
|
@@ -5400,7 +5680,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5400
5680
|
formula?: string | null | undefined;
|
|
5401
5681
|
context?: string[] | null | undefined;
|
|
5402
5682
|
prompt?: string | null | undefined;
|
|
5403
|
-
|
|
5683
|
+
matching?: Record<string, unknown> | undefined;
|
|
5404
5684
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
5405
5685
|
id: import("zod").ZodString;
|
|
5406
5686
|
label: import("zod").ZodString;
|
|
@@ -5484,7 +5764,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5484
5764
|
formula?: string | null | undefined;
|
|
5485
5765
|
context?: string[] | null | undefined;
|
|
5486
5766
|
prompt?: string | null | undefined;
|
|
5487
|
-
|
|
5767
|
+
matching?: Record<string, unknown> | undefined;
|
|
5488
5768
|
}) | ({
|
|
5489
5769
|
type: "date";
|
|
5490
5770
|
format?: string | null | undefined;
|
|
@@ -5524,7 +5804,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5524
5804
|
formula?: string | null | undefined;
|
|
5525
5805
|
context?: string[] | null | undefined;
|
|
5526
5806
|
prompt?: string | null | undefined;
|
|
5527
|
-
|
|
5807
|
+
matching?: Record<string, unknown> | undefined;
|
|
5528
5808
|
}) | ({
|
|
5529
5809
|
type: "number";
|
|
5530
5810
|
format?: string | null | undefined;
|
|
@@ -5569,11 +5849,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5569
5849
|
formula?: string | null | undefined;
|
|
5570
5850
|
context?: string[] | null | undefined;
|
|
5571
5851
|
prompt?: string | null | undefined;
|
|
5572
|
-
|
|
5852
|
+
matching?: Record<string, unknown> | undefined;
|
|
5573
5853
|
}) | ({
|
|
5574
5854
|
options: {
|
|
5575
5855
|
value: string;
|
|
5576
5856
|
label: string;
|
|
5857
|
+
struct?: unknown;
|
|
5577
5858
|
}[];
|
|
5578
5859
|
type: "enum";
|
|
5579
5860
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5613,7 +5894,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5613
5894
|
formula?: string | null | undefined;
|
|
5614
5895
|
context?: string[] | null | undefined;
|
|
5615
5896
|
prompt?: string | null | undefined;
|
|
5616
|
-
|
|
5897
|
+
matching?: Record<string, unknown> | undefined;
|
|
5617
5898
|
}) | ({
|
|
5618
5899
|
id: string;
|
|
5619
5900
|
label: string;
|
|
@@ -5670,7 +5951,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5670
5951
|
formula?: string | null | undefined;
|
|
5671
5952
|
context?: string[] | null | undefined;
|
|
5672
5953
|
prompt?: string | null | undefined;
|
|
5673
|
-
|
|
5954
|
+
matching?: Record<string, unknown> | undefined;
|
|
5674
5955
|
}) | ({
|
|
5675
5956
|
type: "date";
|
|
5676
5957
|
format?: string | null | undefined;
|
|
@@ -5710,7 +5991,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5710
5991
|
formula?: string | null | undefined;
|
|
5711
5992
|
context?: string[] | null | undefined;
|
|
5712
5993
|
prompt?: string | null | undefined;
|
|
5713
|
-
|
|
5994
|
+
matching?: Record<string, unknown> | undefined;
|
|
5714
5995
|
}) | ({
|
|
5715
5996
|
type: "number";
|
|
5716
5997
|
format?: string | null | undefined;
|
|
@@ -5755,11 +6036,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5755
6036
|
formula?: string | null | undefined;
|
|
5756
6037
|
context?: string[] | null | undefined;
|
|
5757
6038
|
prompt?: string | null | undefined;
|
|
5758
|
-
|
|
6039
|
+
matching?: Record<string, unknown> | undefined;
|
|
5759
6040
|
}) | ({
|
|
5760
6041
|
options: {
|
|
5761
6042
|
value: string;
|
|
5762
6043
|
label: string;
|
|
6044
|
+
struct?: unknown;
|
|
5763
6045
|
}[];
|
|
5764
6046
|
type: "enum";
|
|
5765
6047
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5799,7 +6081,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5799
6081
|
formula?: string | null | undefined;
|
|
5800
6082
|
context?: string[] | null | undefined;
|
|
5801
6083
|
prompt?: string | null | undefined;
|
|
5802
|
-
|
|
6084
|
+
matching?: Record<string, unknown> | undefined;
|
|
5803
6085
|
}) | ({
|
|
5804
6086
|
id: string;
|
|
5805
6087
|
label: string;
|
|
@@ -5876,7 +6158,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5876
6158
|
formula?: string | null | undefined;
|
|
5877
6159
|
context?: string[] | null | undefined;
|
|
5878
6160
|
prompt?: string | null | undefined;
|
|
5879
|
-
|
|
6161
|
+
matching?: Record<string, unknown> | undefined;
|
|
5880
6162
|
}) | ({
|
|
5881
6163
|
type: "date";
|
|
5882
6164
|
format?: string | null | undefined;
|
|
@@ -5916,7 +6198,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5916
6198
|
formula?: string | null | undefined;
|
|
5917
6199
|
context?: string[] | null | undefined;
|
|
5918
6200
|
prompt?: string | null | undefined;
|
|
5919
|
-
|
|
6201
|
+
matching?: Record<string, unknown> | undefined;
|
|
5920
6202
|
}) | ({
|
|
5921
6203
|
type: "number";
|
|
5922
6204
|
format?: string | null | undefined;
|
|
@@ -5961,11 +6243,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
5961
6243
|
formula?: string | null | undefined;
|
|
5962
6244
|
context?: string[] | null | undefined;
|
|
5963
6245
|
prompt?: string | null | undefined;
|
|
5964
|
-
|
|
6246
|
+
matching?: Record<string, unknown> | undefined;
|
|
5965
6247
|
}) | ({
|
|
5966
6248
|
options: {
|
|
5967
6249
|
value: string;
|
|
5968
6250
|
label: string;
|
|
6251
|
+
struct?: unknown;
|
|
5969
6252
|
}[];
|
|
5970
6253
|
type: "enum";
|
|
5971
6254
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6005,7 +6288,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6005
6288
|
formula?: string | null | undefined;
|
|
6006
6289
|
context?: string[] | null | undefined;
|
|
6007
6290
|
prompt?: string | null | undefined;
|
|
6008
|
-
|
|
6291
|
+
matching?: Record<string, unknown> | undefined;
|
|
6009
6292
|
}) | ({
|
|
6010
6293
|
id: string;
|
|
6011
6294
|
label: string;
|
|
@@ -6070,7 +6353,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6070
6353
|
formula?: string | null | undefined;
|
|
6071
6354
|
context?: string[] | null | undefined;
|
|
6072
6355
|
prompt?: string | null | undefined;
|
|
6073
|
-
|
|
6356
|
+
matching?: Record<string, unknown> | undefined;
|
|
6074
6357
|
}) | ({
|
|
6075
6358
|
type: "date";
|
|
6076
6359
|
format?: string | null | undefined;
|
|
@@ -6110,7 +6393,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6110
6393
|
formula?: string | null | undefined;
|
|
6111
6394
|
context?: string[] | null | undefined;
|
|
6112
6395
|
prompt?: string | null | undefined;
|
|
6113
|
-
|
|
6396
|
+
matching?: Record<string, unknown> | undefined;
|
|
6114
6397
|
}) | ({
|
|
6115
6398
|
type: "number";
|
|
6116
6399
|
format?: string | null | undefined;
|
|
@@ -6155,11 +6438,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6155
6438
|
formula?: string | null | undefined;
|
|
6156
6439
|
context?: string[] | null | undefined;
|
|
6157
6440
|
prompt?: string | null | undefined;
|
|
6158
|
-
|
|
6441
|
+
matching?: Record<string, unknown> | undefined;
|
|
6159
6442
|
}) | ({
|
|
6160
6443
|
options: {
|
|
6161
6444
|
value: string;
|
|
6162
6445
|
label: string;
|
|
6446
|
+
struct?: unknown;
|
|
6163
6447
|
}[];
|
|
6164
6448
|
type: "enum";
|
|
6165
6449
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6199,7 +6483,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6199
6483
|
formula?: string | null | undefined;
|
|
6200
6484
|
context?: string[] | null | undefined;
|
|
6201
6485
|
prompt?: string | null | undefined;
|
|
6202
|
-
|
|
6486
|
+
matching?: Record<string, unknown> | undefined;
|
|
6203
6487
|
}) | ({
|
|
6204
6488
|
id: string;
|
|
6205
6489
|
label: string;
|
|
@@ -6324,7 +6608,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6324
6608
|
formula?: string | null | undefined;
|
|
6325
6609
|
context?: string[] | null | undefined;
|
|
6326
6610
|
prompt?: string | null | undefined;
|
|
6327
|
-
|
|
6611
|
+
matching?: Record<string, unknown> | undefined;
|
|
6328
6612
|
}) | ({
|
|
6329
6613
|
type: "date";
|
|
6330
6614
|
format?: string | null | undefined;
|
|
@@ -6364,7 +6648,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6364
6648
|
formula?: string | null | undefined;
|
|
6365
6649
|
context?: string[] | null | undefined;
|
|
6366
6650
|
prompt?: string | null | undefined;
|
|
6367
|
-
|
|
6651
|
+
matching?: Record<string, unknown> | undefined;
|
|
6368
6652
|
}) | ({
|
|
6369
6653
|
type: "number";
|
|
6370
6654
|
format?: string | null | undefined;
|
|
@@ -6409,11 +6693,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6409
6693
|
formula?: string | null | undefined;
|
|
6410
6694
|
context?: string[] | null | undefined;
|
|
6411
6695
|
prompt?: string | null | undefined;
|
|
6412
|
-
|
|
6696
|
+
matching?: Record<string, unknown> | undefined;
|
|
6413
6697
|
}) | ({
|
|
6414
6698
|
options: {
|
|
6415
6699
|
value: string;
|
|
6416
6700
|
label: string;
|
|
6701
|
+
struct?: unknown;
|
|
6417
6702
|
}[];
|
|
6418
6703
|
type: "enum";
|
|
6419
6704
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6453,7 +6738,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6453
6738
|
formula?: string | null | undefined;
|
|
6454
6739
|
context?: string[] | null | undefined;
|
|
6455
6740
|
prompt?: string | null | undefined;
|
|
6456
|
-
|
|
6741
|
+
matching?: Record<string, unknown> | undefined;
|
|
6457
6742
|
}) | ({
|
|
6458
6743
|
id: string;
|
|
6459
6744
|
label: string;
|
|
@@ -6507,7 +6792,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6507
6792
|
formula?: string | null | undefined;
|
|
6508
6793
|
context?: string[] | null | undefined;
|
|
6509
6794
|
prompt?: string | null | undefined;
|
|
6510
|
-
|
|
6795
|
+
matching?: Record<string, unknown> | undefined;
|
|
6511
6796
|
}) | ({
|
|
6512
6797
|
type: "date";
|
|
6513
6798
|
format?: string | null | undefined;
|
|
@@ -6547,7 +6832,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6547
6832
|
formula?: string | null | undefined;
|
|
6548
6833
|
context?: string[] | null | undefined;
|
|
6549
6834
|
prompt?: string | null | undefined;
|
|
6550
|
-
|
|
6835
|
+
matching?: Record<string, unknown> | undefined;
|
|
6551
6836
|
}) | ({
|
|
6552
6837
|
type: "number";
|
|
6553
6838
|
format?: string | null | undefined;
|
|
@@ -6592,11 +6877,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6592
6877
|
formula?: string | null | undefined;
|
|
6593
6878
|
context?: string[] | null | undefined;
|
|
6594
6879
|
prompt?: string | null | undefined;
|
|
6595
|
-
|
|
6880
|
+
matching?: Record<string, unknown> | undefined;
|
|
6596
6881
|
}) | ({
|
|
6597
6882
|
options: {
|
|
6598
6883
|
value: string;
|
|
6599
6884
|
label: string;
|
|
6885
|
+
struct?: unknown;
|
|
6600
6886
|
}[];
|
|
6601
6887
|
type: "enum";
|
|
6602
6888
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6636,7 +6922,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6636
6922
|
formula?: string | null | undefined;
|
|
6637
6923
|
context?: string[] | null | undefined;
|
|
6638
6924
|
prompt?: string | null | undefined;
|
|
6639
|
-
|
|
6925
|
+
matching?: Record<string, unknown> | undefined;
|
|
6640
6926
|
}) | ({
|
|
6641
6927
|
id: string;
|
|
6642
6928
|
label: string;
|
|
@@ -6699,7 +6985,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6699
6985
|
formula?: string | null | undefined;
|
|
6700
6986
|
context?: string[] | null | undefined;
|
|
6701
6987
|
prompt?: string | null | undefined;
|
|
6702
|
-
|
|
6988
|
+
matching?: Record<string, unknown> | undefined;
|
|
6703
6989
|
}) | ({
|
|
6704
6990
|
type: "date";
|
|
6705
6991
|
format?: string | null | undefined;
|
|
@@ -6739,7 +7025,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6739
7025
|
formula?: string | null | undefined;
|
|
6740
7026
|
context?: string[] | null | undefined;
|
|
6741
7027
|
prompt?: string | null | undefined;
|
|
6742
|
-
|
|
7028
|
+
matching?: Record<string, unknown> | undefined;
|
|
6743
7029
|
}) | ({
|
|
6744
7030
|
type: "number";
|
|
6745
7031
|
format?: string | null | undefined;
|
|
@@ -6784,11 +7070,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6784
7070
|
formula?: string | null | undefined;
|
|
6785
7071
|
context?: string[] | null | undefined;
|
|
6786
7072
|
prompt?: string | null | undefined;
|
|
6787
|
-
|
|
7073
|
+
matching?: Record<string, unknown> | undefined;
|
|
6788
7074
|
}) | ({
|
|
6789
7075
|
options: {
|
|
6790
7076
|
value: string;
|
|
6791
7077
|
label: string;
|
|
7078
|
+
struct?: unknown;
|
|
6792
7079
|
}[];
|
|
6793
7080
|
type: "enum";
|
|
6794
7081
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6828,7 +7115,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6828
7115
|
formula?: string | null | undefined;
|
|
6829
7116
|
context?: string[] | null | undefined;
|
|
6830
7117
|
prompt?: string | null | undefined;
|
|
6831
|
-
|
|
7118
|
+
matching?: Record<string, unknown> | undefined;
|
|
6832
7119
|
}) | ({
|
|
6833
7120
|
id: string;
|
|
6834
7121
|
label: string;
|
|
@@ -6901,7 +7188,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6901
7188
|
formula?: string | null | undefined;
|
|
6902
7189
|
context?: string[] | null | undefined;
|
|
6903
7190
|
prompt?: string | null | undefined;
|
|
6904
|
-
|
|
7191
|
+
matching?: Record<string, unknown> | undefined;
|
|
6905
7192
|
}) | ({
|
|
6906
7193
|
type: "date";
|
|
6907
7194
|
format?: string | null | undefined;
|
|
@@ -6941,7 +7228,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6941
7228
|
formula?: string | null | undefined;
|
|
6942
7229
|
context?: string[] | null | undefined;
|
|
6943
7230
|
prompt?: string | null | undefined;
|
|
6944
|
-
|
|
7231
|
+
matching?: Record<string, unknown> | undefined;
|
|
6945
7232
|
}) | ({
|
|
6946
7233
|
type: "number";
|
|
6947
7234
|
format?: string | null | undefined;
|
|
@@ -6986,11 +7273,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
6986
7273
|
formula?: string | null | undefined;
|
|
6987
7274
|
context?: string[] | null | undefined;
|
|
6988
7275
|
prompt?: string | null | undefined;
|
|
6989
|
-
|
|
7276
|
+
matching?: Record<string, unknown> | undefined;
|
|
6990
7277
|
}) | ({
|
|
6991
7278
|
options: {
|
|
6992
7279
|
value: string;
|
|
6993
7280
|
label: string;
|
|
7281
|
+
struct?: unknown;
|
|
6994
7282
|
}[];
|
|
6995
7283
|
type: "enum";
|
|
6996
7284
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7030,7 +7318,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7030
7318
|
formula?: string | null | undefined;
|
|
7031
7319
|
context?: string[] | null | undefined;
|
|
7032
7320
|
prompt?: string | null | undefined;
|
|
7033
|
-
|
|
7321
|
+
matching?: Record<string, unknown> | undefined;
|
|
7034
7322
|
}) | ({
|
|
7035
7323
|
id: string;
|
|
7036
7324
|
label: string;
|
|
@@ -7114,7 +7402,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7114
7402
|
formula?: string | null | undefined;
|
|
7115
7403
|
context?: string[] | null | undefined;
|
|
7116
7404
|
prompt?: string | null | undefined;
|
|
7117
|
-
|
|
7405
|
+
matching?: Record<string, unknown> | undefined;
|
|
7118
7406
|
}) | ({
|
|
7119
7407
|
type: "date";
|
|
7120
7408
|
format?: string | null | undefined;
|
|
@@ -7154,7 +7442,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7154
7442
|
formula?: string | null | undefined;
|
|
7155
7443
|
context?: string[] | null | undefined;
|
|
7156
7444
|
prompt?: string | null | undefined;
|
|
7157
|
-
|
|
7445
|
+
matching?: Record<string, unknown> | undefined;
|
|
7158
7446
|
}) | ({
|
|
7159
7447
|
type: "number";
|
|
7160
7448
|
format?: string | null | undefined;
|
|
@@ -7199,11 +7487,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7199
7487
|
formula?: string | null | undefined;
|
|
7200
7488
|
context?: string[] | null | undefined;
|
|
7201
7489
|
prompt?: string | null | undefined;
|
|
7202
|
-
|
|
7490
|
+
matching?: Record<string, unknown> | undefined;
|
|
7203
7491
|
}) | ({
|
|
7204
7492
|
options: {
|
|
7205
7493
|
value: string;
|
|
7206
7494
|
label: string;
|
|
7495
|
+
struct?: unknown;
|
|
7207
7496
|
}[];
|
|
7208
7497
|
type: "enum";
|
|
7209
7498
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7243,7 +7532,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7243
7532
|
formula?: string | null | undefined;
|
|
7244
7533
|
context?: string[] | null | undefined;
|
|
7245
7534
|
prompt?: string | null | undefined;
|
|
7246
|
-
|
|
7535
|
+
matching?: Record<string, unknown> | undefined;
|
|
7247
7536
|
}) | ({
|
|
7248
7537
|
id: string;
|
|
7249
7538
|
label: string;
|
|
@@ -7297,7 +7586,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7297
7586
|
formula?: string | null | undefined;
|
|
7298
7587
|
context?: string[] | null | undefined;
|
|
7299
7588
|
prompt?: string | null | undefined;
|
|
7300
|
-
|
|
7589
|
+
matching?: Record<string, unknown> | undefined;
|
|
7301
7590
|
}) | ({
|
|
7302
7591
|
type: "date";
|
|
7303
7592
|
format?: string | null | undefined;
|
|
@@ -7337,7 +7626,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7337
7626
|
formula?: string | null | undefined;
|
|
7338
7627
|
context?: string[] | null | undefined;
|
|
7339
7628
|
prompt?: string | null | undefined;
|
|
7340
|
-
|
|
7629
|
+
matching?: Record<string, unknown> | undefined;
|
|
7341
7630
|
}) | ({
|
|
7342
7631
|
type: "number";
|
|
7343
7632
|
format?: string | null | undefined;
|
|
@@ -7382,11 +7671,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7382
7671
|
formula?: string | null | undefined;
|
|
7383
7672
|
context?: string[] | null | undefined;
|
|
7384
7673
|
prompt?: string | null | undefined;
|
|
7385
|
-
|
|
7674
|
+
matching?: Record<string, unknown> | undefined;
|
|
7386
7675
|
}) | ({
|
|
7387
7676
|
options: {
|
|
7388
7677
|
value: string;
|
|
7389
7678
|
label: string;
|
|
7679
|
+
struct?: unknown;
|
|
7390
7680
|
}[];
|
|
7391
7681
|
type: "enum";
|
|
7392
7682
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7426,7 +7716,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7426
7716
|
formula?: string | null | undefined;
|
|
7427
7717
|
context?: string[] | null | undefined;
|
|
7428
7718
|
prompt?: string | null | undefined;
|
|
7429
|
-
|
|
7719
|
+
matching?: Record<string, unknown> | undefined;
|
|
7430
7720
|
}) | ({
|
|
7431
7721
|
id: string;
|
|
7432
7722
|
label: string;
|
|
@@ -7489,7 +7779,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7489
7779
|
formula?: string | null | undefined;
|
|
7490
7780
|
context?: string[] | null | undefined;
|
|
7491
7781
|
prompt?: string | null | undefined;
|
|
7492
|
-
|
|
7782
|
+
matching?: Record<string, unknown> | undefined;
|
|
7493
7783
|
}) | ({
|
|
7494
7784
|
type: "date";
|
|
7495
7785
|
format?: string | null | undefined;
|
|
@@ -7529,7 +7819,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7529
7819
|
formula?: string | null | undefined;
|
|
7530
7820
|
context?: string[] | null | undefined;
|
|
7531
7821
|
prompt?: string | null | undefined;
|
|
7532
|
-
|
|
7822
|
+
matching?: Record<string, unknown> | undefined;
|
|
7533
7823
|
}) | ({
|
|
7534
7824
|
type: "number";
|
|
7535
7825
|
format?: string | null | undefined;
|
|
@@ -7574,11 +7864,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7574
7864
|
formula?: string | null | undefined;
|
|
7575
7865
|
context?: string[] | null | undefined;
|
|
7576
7866
|
prompt?: string | null | undefined;
|
|
7577
|
-
|
|
7867
|
+
matching?: Record<string, unknown> | undefined;
|
|
7578
7868
|
}) | ({
|
|
7579
7869
|
options: {
|
|
7580
7870
|
value: string;
|
|
7581
7871
|
label: string;
|
|
7872
|
+
struct?: unknown;
|
|
7582
7873
|
}[];
|
|
7583
7874
|
type: "enum";
|
|
7584
7875
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7618,7 +7909,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7618
7909
|
formula?: string | null | undefined;
|
|
7619
7910
|
context?: string[] | null | undefined;
|
|
7620
7911
|
prompt?: string | null | undefined;
|
|
7621
|
-
|
|
7912
|
+
matching?: Record<string, unknown> | undefined;
|
|
7622
7913
|
}) | ({
|
|
7623
7914
|
id: string;
|
|
7624
7915
|
label: string;
|
|
@@ -7691,7 +7982,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7691
7982
|
formula?: string | null | undefined;
|
|
7692
7983
|
context?: string[] | null | undefined;
|
|
7693
7984
|
prompt?: string | null | undefined;
|
|
7694
|
-
|
|
7985
|
+
matching?: Record<string, unknown> | undefined;
|
|
7695
7986
|
}) | ({
|
|
7696
7987
|
type: "date";
|
|
7697
7988
|
format?: string | null | undefined;
|
|
@@ -7731,7 +8022,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7731
8022
|
formula?: string | null | undefined;
|
|
7732
8023
|
context?: string[] | null | undefined;
|
|
7733
8024
|
prompt?: string | null | undefined;
|
|
7734
|
-
|
|
8025
|
+
matching?: Record<string, unknown> | undefined;
|
|
7735
8026
|
}) | ({
|
|
7736
8027
|
type: "number";
|
|
7737
8028
|
format?: string | null | undefined;
|
|
@@ -7776,11 +8067,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7776
8067
|
formula?: string | null | undefined;
|
|
7777
8068
|
context?: string[] | null | undefined;
|
|
7778
8069
|
prompt?: string | null | undefined;
|
|
7779
|
-
|
|
8070
|
+
matching?: Record<string, unknown> | undefined;
|
|
7780
8071
|
}) | ({
|
|
7781
8072
|
options: {
|
|
7782
8073
|
value: string;
|
|
7783
8074
|
label: string;
|
|
8075
|
+
struct?: unknown;
|
|
7784
8076
|
}[];
|
|
7785
8077
|
type: "enum";
|
|
7786
8078
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7820,7 +8112,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7820
8112
|
formula?: string | null | undefined;
|
|
7821
8113
|
context?: string[] | null | undefined;
|
|
7822
8114
|
prompt?: string | null | undefined;
|
|
7823
|
-
|
|
8115
|
+
matching?: Record<string, unknown> | undefined;
|
|
7824
8116
|
}) | ({
|
|
7825
8117
|
id: string;
|
|
7826
8118
|
label: string;
|
|
@@ -7887,6 +8179,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7887
8179
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
7888
8180
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
7889
8181
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8182
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
7890
8183
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7891
8184
|
value?: string | null | undefined;
|
|
7892
8185
|
normalizedValue?: string | null | undefined;
|
|
@@ -7902,6 +8195,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7902
8195
|
rirConfidence?: number | null | undefined;
|
|
7903
8196
|
connectorPosition?: number[] | null | undefined;
|
|
7904
8197
|
connectorText?: string | null | undefined;
|
|
8198
|
+
struct?: unknown;
|
|
7905
8199
|
}, {
|
|
7906
8200
|
value?: string | null | undefined;
|
|
7907
8201
|
normalizedValue?: string | null | undefined;
|
|
@@ -7917,6 +8211,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7917
8211
|
rirConfidence?: number | null | undefined;
|
|
7918
8212
|
connectorPosition?: number[] | null | undefined;
|
|
7919
8213
|
connectorText?: string | null | undefined;
|
|
8214
|
+
struct?: unknown;
|
|
7920
8215
|
}>>>;
|
|
7921
8216
|
children: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodArray<import("zod").ZodObject<{
|
|
7922
8217
|
id: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
@@ -7936,6 +8231,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7936
8231
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
7937
8232
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
7938
8233
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8234
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
7939
8235
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7940
8236
|
value?: string | null | undefined;
|
|
7941
8237
|
normalizedValue?: string | null | undefined;
|
|
@@ -7951,6 +8247,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7951
8247
|
rirConfidence?: number | null | undefined;
|
|
7952
8248
|
connectorPosition?: number[] | null | undefined;
|
|
7953
8249
|
connectorText?: string | null | undefined;
|
|
8250
|
+
struct?: unknown;
|
|
7954
8251
|
}, {
|
|
7955
8252
|
value?: string | null | undefined;
|
|
7956
8253
|
normalizedValue?: string | null | undefined;
|
|
@@ -7966,6 +8263,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7966
8263
|
rirConfidence?: number | null | undefined;
|
|
7967
8264
|
connectorPosition?: number[] | null | undefined;
|
|
7968
8265
|
connectorText?: string | null | undefined;
|
|
8266
|
+
struct?: unknown;
|
|
7969
8267
|
}>>>;
|
|
7970
8268
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
|
|
7971
8269
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -7973,6 +8271,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7973
8271
|
timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
7974
8272
|
timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
7975
8273
|
noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
8274
|
+
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
8275
|
+
label: import("zod").ZodString;
|
|
8276
|
+
value: import("zod").ZodString;
|
|
8277
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8278
|
+
value: string;
|
|
8279
|
+
label: string;
|
|
8280
|
+
}, {
|
|
8281
|
+
value: string;
|
|
8282
|
+
label: string;
|
|
8283
|
+
}>, "many">>;
|
|
7976
8284
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7977
8285
|
url: string | null;
|
|
7978
8286
|
id: number | null;
|
|
@@ -7993,11 +8301,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
7993
8301
|
rirConfidence?: number | null | undefined;
|
|
7994
8302
|
connectorPosition?: number[] | null | undefined;
|
|
7995
8303
|
connectorText?: string | null | undefined;
|
|
8304
|
+
struct?: unknown;
|
|
7996
8305
|
} | null | undefined;
|
|
7997
8306
|
validationSources?: string[] | null | undefined;
|
|
7998
8307
|
timeSpent?: number | null | undefined;
|
|
7999
8308
|
timeSpentOverall?: number | null | undefined;
|
|
8000
8309
|
noRecalculation?: boolean | undefined;
|
|
8310
|
+
options?: {
|
|
8311
|
+
value: string;
|
|
8312
|
+
label: string;
|
|
8313
|
+
}[] | undefined;
|
|
8001
8314
|
}, {
|
|
8002
8315
|
url: string | null;
|
|
8003
8316
|
id: number | null;
|
|
@@ -8018,11 +8331,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8018
8331
|
rirConfidence?: number | null | undefined;
|
|
8019
8332
|
connectorPosition?: number[] | null | undefined;
|
|
8020
8333
|
connectorText?: string | null | undefined;
|
|
8334
|
+
struct?: unknown;
|
|
8021
8335
|
} | null | undefined;
|
|
8022
8336
|
validationSources?: string[] | null | undefined;
|
|
8023
8337
|
timeSpent?: number | null | undefined;
|
|
8024
8338
|
timeSpentOverall?: number | null | undefined;
|
|
8025
8339
|
noRecalculation?: boolean | undefined;
|
|
8340
|
+
options?: {
|
|
8341
|
+
value: string;
|
|
8342
|
+
label: string;
|
|
8343
|
+
}[] | undefined;
|
|
8026
8344
|
}>, "many">, import("zod").ZodArray<import("zod").ZodObject<{
|
|
8027
8345
|
id: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
8028
8346
|
url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -8045,6 +8363,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8045
8363
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
8046
8364
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
8047
8365
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8366
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
8048
8367
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8049
8368
|
value?: string | null | undefined;
|
|
8050
8369
|
normalizedValue?: string | null | undefined;
|
|
@@ -8060,6 +8379,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8060
8379
|
rirConfidence?: number | null | undefined;
|
|
8061
8380
|
connectorPosition?: number[] | null | undefined;
|
|
8062
8381
|
connectorText?: string | null | undefined;
|
|
8382
|
+
struct?: unknown;
|
|
8063
8383
|
}, {
|
|
8064
8384
|
value?: string | null | undefined;
|
|
8065
8385
|
normalizedValue?: string | null | undefined;
|
|
@@ -8075,6 +8395,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8075
8395
|
rirConfidence?: number | null | undefined;
|
|
8076
8396
|
connectorPosition?: number[] | null | undefined;
|
|
8077
8397
|
connectorText?: string | null | undefined;
|
|
8398
|
+
struct?: unknown;
|
|
8078
8399
|
}>>>;
|
|
8079
8400
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
|
|
8080
8401
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -8082,6 +8403,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8082
8403
|
timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
8083
8404
|
timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
8084
8405
|
noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
8406
|
+
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
8407
|
+
label: import("zod").ZodString;
|
|
8408
|
+
value: import("zod").ZodString;
|
|
8409
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
8410
|
+
value: string;
|
|
8411
|
+
label: string;
|
|
8412
|
+
}, {
|
|
8413
|
+
value: string;
|
|
8414
|
+
label: string;
|
|
8415
|
+
}>, "many">>;
|
|
8085
8416
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8086
8417
|
url: string | null;
|
|
8087
8418
|
id: number | null;
|
|
@@ -8102,11 +8433,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8102
8433
|
rirConfidence?: number | null | undefined;
|
|
8103
8434
|
connectorPosition?: number[] | null | undefined;
|
|
8104
8435
|
connectorText?: string | null | undefined;
|
|
8436
|
+
struct?: unknown;
|
|
8105
8437
|
} | null | undefined;
|
|
8106
8438
|
validationSources?: string[] | null | undefined;
|
|
8107
8439
|
timeSpent?: number | null | undefined;
|
|
8108
8440
|
timeSpentOverall?: number | null | undefined;
|
|
8109
8441
|
noRecalculation?: boolean | undefined;
|
|
8442
|
+
options?: {
|
|
8443
|
+
value: string;
|
|
8444
|
+
label: string;
|
|
8445
|
+
}[] | undefined;
|
|
8110
8446
|
}, {
|
|
8111
8447
|
url: string | null;
|
|
8112
8448
|
id: number | null;
|
|
@@ -8127,11 +8463,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8127
8463
|
rirConfidence?: number | null | undefined;
|
|
8128
8464
|
connectorPosition?: number[] | null | undefined;
|
|
8129
8465
|
connectorText?: string | null | undefined;
|
|
8466
|
+
struct?: unknown;
|
|
8130
8467
|
} | null | undefined;
|
|
8131
8468
|
validationSources?: string[] | null | undefined;
|
|
8132
8469
|
timeSpent?: number | null | undefined;
|
|
8133
8470
|
timeSpentOverall?: number | null | undefined;
|
|
8134
8471
|
noRecalculation?: boolean | undefined;
|
|
8472
|
+
options?: {
|
|
8473
|
+
value: string;
|
|
8474
|
+
label: string;
|
|
8475
|
+
}[] | undefined;
|
|
8135
8476
|
}>>, "many">;
|
|
8136
8477
|
schemaId: import("zod").ZodString;
|
|
8137
8478
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -8156,11 +8497,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8156
8497
|
rirConfidence?: number | null | undefined;
|
|
8157
8498
|
connectorPosition?: number[] | null | undefined;
|
|
8158
8499
|
connectorText?: string | null | undefined;
|
|
8500
|
+
struct?: unknown;
|
|
8159
8501
|
} | null | undefined;
|
|
8160
8502
|
validationSources?: string[] | null | undefined;
|
|
8161
8503
|
timeSpent?: number | null | undefined;
|
|
8162
8504
|
timeSpentOverall?: number | null | undefined;
|
|
8163
8505
|
noRecalculation?: boolean | undefined;
|
|
8506
|
+
options?: {
|
|
8507
|
+
value: string;
|
|
8508
|
+
label: string;
|
|
8509
|
+
}[] | undefined;
|
|
8164
8510
|
} | null)[];
|
|
8165
8511
|
id: number | null;
|
|
8166
8512
|
schemaId: string;
|
|
@@ -8187,11 +8533,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8187
8533
|
rirConfidence?: number | null | undefined;
|
|
8188
8534
|
connectorPosition?: number[] | null | undefined;
|
|
8189
8535
|
connectorText?: string | null | undefined;
|
|
8536
|
+
struct?: unknown;
|
|
8190
8537
|
} | null | undefined;
|
|
8191
8538
|
validationSources?: string[] | null | undefined;
|
|
8192
8539
|
timeSpent?: number | null | undefined;
|
|
8193
8540
|
timeSpentOverall?: number | null | undefined;
|
|
8194
8541
|
noRecalculation?: boolean | undefined;
|
|
8542
|
+
options?: {
|
|
8543
|
+
value: string;
|
|
8544
|
+
label: string;
|
|
8545
|
+
}[] | undefined;
|
|
8195
8546
|
} | null)[];
|
|
8196
8547
|
id: number | null;
|
|
8197
8548
|
schemaId: string;
|
|
@@ -8312,11 +8663,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8312
8663
|
rirConfidence?: number | null | undefined;
|
|
8313
8664
|
connectorPosition?: number[] | null | undefined;
|
|
8314
8665
|
connectorText?: string | null | undefined;
|
|
8666
|
+
struct?: unknown;
|
|
8315
8667
|
} | null | undefined;
|
|
8316
8668
|
validationSources?: string[] | null | undefined;
|
|
8317
8669
|
timeSpent?: number | null | undefined;
|
|
8318
8670
|
timeSpentOverall?: number | null | undefined;
|
|
8319
8671
|
noRecalculation?: boolean | undefined;
|
|
8672
|
+
options?: {
|
|
8673
|
+
value: string;
|
|
8674
|
+
label: string;
|
|
8675
|
+
}[] | undefined;
|
|
8320
8676
|
}[] | {
|
|
8321
8677
|
url: string | null;
|
|
8322
8678
|
children: ({
|
|
@@ -8339,11 +8695,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8339
8695
|
rirConfidence?: number | null | undefined;
|
|
8340
8696
|
connectorPosition?: number[] | null | undefined;
|
|
8341
8697
|
connectorText?: string | null | undefined;
|
|
8698
|
+
struct?: unknown;
|
|
8342
8699
|
} | null | undefined;
|
|
8343
8700
|
validationSources?: string[] | null | undefined;
|
|
8344
8701
|
timeSpent?: number | null | undefined;
|
|
8345
8702
|
timeSpentOverall?: number | null | undefined;
|
|
8346
8703
|
noRecalculation?: boolean | undefined;
|
|
8704
|
+
options?: {
|
|
8705
|
+
value: string;
|
|
8706
|
+
label: string;
|
|
8707
|
+
}[] | undefined;
|
|
8347
8708
|
} | null)[];
|
|
8348
8709
|
id: number | null;
|
|
8349
8710
|
schemaId: string;
|
|
@@ -8368,11 +8729,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8368
8729
|
rirConfidence?: number | null | undefined;
|
|
8369
8730
|
connectorPosition?: number[] | null | undefined;
|
|
8370
8731
|
connectorText?: string | null | undefined;
|
|
8732
|
+
struct?: unknown;
|
|
8371
8733
|
} | null | undefined;
|
|
8372
8734
|
validationSources?: string[] | null | undefined;
|
|
8373
8735
|
timeSpent?: number | null | undefined;
|
|
8374
8736
|
timeSpentOverall?: number | null | undefined;
|
|
8375
8737
|
noRecalculation?: boolean | undefined;
|
|
8738
|
+
options?: {
|
|
8739
|
+
value: string;
|
|
8740
|
+
label: string;
|
|
8741
|
+
}[] | undefined;
|
|
8376
8742
|
}[] | {
|
|
8377
8743
|
url: string | null;
|
|
8378
8744
|
children: ({
|
|
@@ -8395,11 +8761,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8395
8761
|
rirConfidence?: number | null | undefined;
|
|
8396
8762
|
connectorPosition?: number[] | null | undefined;
|
|
8397
8763
|
connectorText?: string | null | undefined;
|
|
8764
|
+
struct?: unknown;
|
|
8398
8765
|
} | null | undefined;
|
|
8399
8766
|
validationSources?: string[] | null | undefined;
|
|
8400
8767
|
timeSpent?: number | null | undefined;
|
|
8401
8768
|
timeSpentOverall?: number | null | undefined;
|
|
8402
8769
|
noRecalculation?: boolean | undefined;
|
|
8770
|
+
options?: {
|
|
8771
|
+
value: string;
|
|
8772
|
+
label: string;
|
|
8773
|
+
}[] | undefined;
|
|
8403
8774
|
} | null)[];
|
|
8404
8775
|
id: number | null;
|
|
8405
8776
|
schemaId: string;
|
|
@@ -8423,6 +8794,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8423
8794
|
rirConfidence?: number | null | undefined;
|
|
8424
8795
|
connectorPosition?: number[] | null | undefined;
|
|
8425
8796
|
connectorText?: string | null | undefined;
|
|
8797
|
+
struct?: unknown;
|
|
8426
8798
|
} | null | undefined;
|
|
8427
8799
|
validationSources?: string[] | null | undefined;
|
|
8428
8800
|
timeSpent?: number | null | undefined;
|
|
@@ -8467,11 +8839,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8467
8839
|
rirConfidence?: number | null | undefined;
|
|
8468
8840
|
connectorPosition?: number[] | null | undefined;
|
|
8469
8841
|
connectorText?: string | null | undefined;
|
|
8842
|
+
struct?: unknown;
|
|
8470
8843
|
} | null | undefined;
|
|
8471
8844
|
validationSources?: string[] | null | undefined;
|
|
8472
8845
|
timeSpent?: number | null | undefined;
|
|
8473
8846
|
timeSpentOverall?: number | null | undefined;
|
|
8474
8847
|
noRecalculation?: boolean | undefined;
|
|
8848
|
+
options?: {
|
|
8849
|
+
value: string;
|
|
8850
|
+
label: string;
|
|
8851
|
+
}[] | undefined;
|
|
8475
8852
|
}[] | {
|
|
8476
8853
|
url: string | null;
|
|
8477
8854
|
children: ({
|
|
@@ -8494,11 +8871,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8494
8871
|
rirConfidence?: number | null | undefined;
|
|
8495
8872
|
connectorPosition?: number[] | null | undefined;
|
|
8496
8873
|
connectorText?: string | null | undefined;
|
|
8874
|
+
struct?: unknown;
|
|
8497
8875
|
} | null | undefined;
|
|
8498
8876
|
validationSources?: string[] | null | undefined;
|
|
8499
8877
|
timeSpent?: number | null | undefined;
|
|
8500
8878
|
timeSpentOverall?: number | null | undefined;
|
|
8501
8879
|
noRecalculation?: boolean | undefined;
|
|
8880
|
+
options?: {
|
|
8881
|
+
value: string;
|
|
8882
|
+
label: string;
|
|
8883
|
+
}[] | undefined;
|
|
8502
8884
|
} | null)[];
|
|
8503
8885
|
id: number | null;
|
|
8504
8886
|
schemaId: string;
|
|
@@ -8523,11 +8905,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8523
8905
|
rirConfidence?: number | null | undefined;
|
|
8524
8906
|
connectorPosition?: number[] | null | undefined;
|
|
8525
8907
|
connectorText?: string | null | undefined;
|
|
8908
|
+
struct?: unknown;
|
|
8526
8909
|
} | null | undefined;
|
|
8527
8910
|
validationSources?: string[] | null | undefined;
|
|
8528
8911
|
timeSpent?: number | null | undefined;
|
|
8529
8912
|
timeSpentOverall?: number | null | undefined;
|
|
8530
8913
|
noRecalculation?: boolean | undefined;
|
|
8914
|
+
options?: {
|
|
8915
|
+
value: string;
|
|
8916
|
+
label: string;
|
|
8917
|
+
}[] | undefined;
|
|
8531
8918
|
}[] | {
|
|
8532
8919
|
url: string | null;
|
|
8533
8920
|
children: ({
|
|
@@ -8550,11 +8937,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8550
8937
|
rirConfidence?: number | null | undefined;
|
|
8551
8938
|
connectorPosition?: number[] | null | undefined;
|
|
8552
8939
|
connectorText?: string | null | undefined;
|
|
8940
|
+
struct?: unknown;
|
|
8553
8941
|
} | null | undefined;
|
|
8554
8942
|
validationSources?: string[] | null | undefined;
|
|
8555
8943
|
timeSpent?: number | null | undefined;
|
|
8556
8944
|
timeSpentOverall?: number | null | undefined;
|
|
8557
8945
|
noRecalculation?: boolean | undefined;
|
|
8946
|
+
options?: {
|
|
8947
|
+
value: string;
|
|
8948
|
+
label: string;
|
|
8949
|
+
}[] | undefined;
|
|
8558
8950
|
} | null)[];
|
|
8559
8951
|
id: number | null;
|
|
8560
8952
|
schemaId: string;
|
|
@@ -8578,6 +8970,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8578
8970
|
rirConfidence?: number | null | undefined;
|
|
8579
8971
|
connectorPosition?: number[] | null | undefined;
|
|
8580
8972
|
connectorText?: string | null | undefined;
|
|
8973
|
+
struct?: unknown;
|
|
8581
8974
|
} | null | undefined;
|
|
8582
8975
|
validationSources?: string[] | null | undefined;
|
|
8583
8976
|
timeSpent?: number | null | undefined;
|
|
@@ -8618,6 +9011,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8618
9011
|
rirConfidence: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
8619
9012
|
connectorPosition: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
8620
9013
|
connectorText: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
9014
|
+
struct: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
8621
9015
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8622
9016
|
value?: string | null | undefined;
|
|
8623
9017
|
normalizedValue?: string | null | undefined;
|
|
@@ -8633,6 +9027,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8633
9027
|
rirConfidence?: number | null | undefined;
|
|
8634
9028
|
connectorPosition?: number[] | null | undefined;
|
|
8635
9029
|
connectorText?: string | null | undefined;
|
|
9030
|
+
struct?: unknown;
|
|
8636
9031
|
}, {
|
|
8637
9032
|
value?: string | null | undefined;
|
|
8638
9033
|
normalizedValue?: string | null | undefined;
|
|
@@ -8648,6 +9043,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8648
9043
|
rirConfidence?: number | null | undefined;
|
|
8649
9044
|
connectorPosition?: number[] | null | undefined;
|
|
8650
9045
|
connectorText?: string | null | undefined;
|
|
9046
|
+
struct?: unknown;
|
|
8651
9047
|
}>>>;
|
|
8652
9048
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"datapoint">>;
|
|
8653
9049
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -8655,6 +9051,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8655
9051
|
timeSpent: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
8656
9052
|
timeSpentOverall: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
8657
9053
|
noRecalculation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9054
|
+
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
9055
|
+
label: import("zod").ZodString;
|
|
9056
|
+
value: import("zod").ZodString;
|
|
9057
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9058
|
+
value: string;
|
|
9059
|
+
label: string;
|
|
9060
|
+
}, {
|
|
9061
|
+
value: string;
|
|
9062
|
+
label: string;
|
|
9063
|
+
}>, "many">>;
|
|
8658
9064
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8659
9065
|
url: string | null;
|
|
8660
9066
|
id: number | null;
|
|
@@ -8675,11 +9081,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8675
9081
|
rirConfidence?: number | null | undefined;
|
|
8676
9082
|
connectorPosition?: number[] | null | undefined;
|
|
8677
9083
|
connectorText?: string | null | undefined;
|
|
9084
|
+
struct?: unknown;
|
|
8678
9085
|
} | null | undefined;
|
|
8679
9086
|
validationSources?: string[] | null | undefined;
|
|
8680
9087
|
timeSpent?: number | null | undefined;
|
|
8681
9088
|
timeSpentOverall?: number | null | undefined;
|
|
8682
9089
|
noRecalculation?: boolean | undefined;
|
|
9090
|
+
options?: {
|
|
9091
|
+
value: string;
|
|
9092
|
+
label: string;
|
|
9093
|
+
}[] | undefined;
|
|
8683
9094
|
}, {
|
|
8684
9095
|
url: string | null;
|
|
8685
9096
|
id: number | null;
|
|
@@ -8700,11 +9111,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8700
9111
|
rirConfidence?: number | null | undefined;
|
|
8701
9112
|
connectorPosition?: number[] | null | undefined;
|
|
8702
9113
|
connectorText?: string | null | undefined;
|
|
9114
|
+
struct?: unknown;
|
|
8703
9115
|
} | null | undefined;
|
|
8704
9116
|
validationSources?: string[] | null | undefined;
|
|
8705
9117
|
timeSpent?: number | null | undefined;
|
|
8706
9118
|
timeSpentOverall?: number | null | undefined;
|
|
8707
9119
|
noRecalculation?: boolean | undefined;
|
|
9120
|
+
options?: {
|
|
9121
|
+
value: string;
|
|
9122
|
+
label: string;
|
|
9123
|
+
}[] | undefined;
|
|
8708
9124
|
}>]>, "many">>;
|
|
8709
9125
|
category: import("zod").ZodNullable<import("zod").ZodLiteral<"section">>;
|
|
8710
9126
|
schemaId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -8730,11 +9146,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8730
9146
|
rirConfidence?: number | null | undefined;
|
|
8731
9147
|
connectorPosition?: number[] | null | undefined;
|
|
8732
9148
|
connectorText?: string | null | undefined;
|
|
9149
|
+
struct?: unknown;
|
|
8733
9150
|
} | null | undefined;
|
|
8734
9151
|
validationSources?: string[] | null | undefined;
|
|
8735
9152
|
timeSpent?: number | null | undefined;
|
|
8736
9153
|
timeSpentOverall?: number | null | undefined;
|
|
8737
9154
|
noRecalculation?: boolean | undefined;
|
|
9155
|
+
options?: {
|
|
9156
|
+
value: string;
|
|
9157
|
+
label: string;
|
|
9158
|
+
}[] | undefined;
|
|
8738
9159
|
} | {
|
|
8739
9160
|
url: string | null;
|
|
8740
9161
|
children: (({
|
|
@@ -8757,11 +9178,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8757
9178
|
rirConfidence?: number | null | undefined;
|
|
8758
9179
|
connectorPosition?: number[] | null | undefined;
|
|
8759
9180
|
connectorText?: string | null | undefined;
|
|
9181
|
+
struct?: unknown;
|
|
8760
9182
|
} | null | undefined;
|
|
8761
9183
|
validationSources?: string[] | null | undefined;
|
|
8762
9184
|
timeSpent?: number | null | undefined;
|
|
8763
9185
|
timeSpentOverall?: number | null | undefined;
|
|
8764
9186
|
noRecalculation?: boolean | undefined;
|
|
9187
|
+
options?: {
|
|
9188
|
+
value: string;
|
|
9189
|
+
label: string;
|
|
9190
|
+
}[] | undefined;
|
|
8765
9191
|
}[] | {
|
|
8766
9192
|
url: string | null;
|
|
8767
9193
|
children: ({
|
|
@@ -8784,11 +9210,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8784
9210
|
rirConfidence?: number | null | undefined;
|
|
8785
9211
|
connectorPosition?: number[] | null | undefined;
|
|
8786
9212
|
connectorText?: string | null | undefined;
|
|
9213
|
+
struct?: unknown;
|
|
8787
9214
|
} | null | undefined;
|
|
8788
9215
|
validationSources?: string[] | null | undefined;
|
|
8789
9216
|
timeSpent?: number | null | undefined;
|
|
8790
9217
|
timeSpentOverall?: number | null | undefined;
|
|
8791
9218
|
noRecalculation?: boolean | undefined;
|
|
9219
|
+
options?: {
|
|
9220
|
+
value: string;
|
|
9221
|
+
label: string;
|
|
9222
|
+
}[] | undefined;
|
|
8792
9223
|
} | null)[];
|
|
8793
9224
|
id: number | null;
|
|
8794
9225
|
schemaId: string;
|
|
@@ -8813,11 +9244,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8813
9244
|
rirConfidence?: number | null | undefined;
|
|
8814
9245
|
connectorPosition?: number[] | null | undefined;
|
|
8815
9246
|
connectorText?: string | null | undefined;
|
|
9247
|
+
struct?: unknown;
|
|
8816
9248
|
} | null | undefined;
|
|
8817
9249
|
validationSources?: string[] | null | undefined;
|
|
8818
9250
|
timeSpent?: number | null | undefined;
|
|
8819
9251
|
timeSpentOverall?: number | null | undefined;
|
|
8820
9252
|
noRecalculation?: boolean | undefined;
|
|
9253
|
+
options?: {
|
|
9254
|
+
value: string;
|
|
9255
|
+
label: string;
|
|
9256
|
+
}[] | undefined;
|
|
8821
9257
|
}[] | {
|
|
8822
9258
|
url: string | null;
|
|
8823
9259
|
children: ({
|
|
@@ -8840,11 +9276,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8840
9276
|
rirConfidence?: number | null | undefined;
|
|
8841
9277
|
connectorPosition?: number[] | null | undefined;
|
|
8842
9278
|
connectorText?: string | null | undefined;
|
|
9279
|
+
struct?: unknown;
|
|
8843
9280
|
} | null | undefined;
|
|
8844
9281
|
validationSources?: string[] | null | undefined;
|
|
8845
9282
|
timeSpent?: number | null | undefined;
|
|
8846
9283
|
timeSpentOverall?: number | null | undefined;
|
|
8847
9284
|
noRecalculation?: boolean | undefined;
|
|
9285
|
+
options?: {
|
|
9286
|
+
value: string;
|
|
9287
|
+
label: string;
|
|
9288
|
+
}[] | undefined;
|
|
8848
9289
|
} | null)[];
|
|
8849
9290
|
id: number | null;
|
|
8850
9291
|
schemaId: string;
|
|
@@ -8868,6 +9309,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8868
9309
|
rirConfidence?: number | null | undefined;
|
|
8869
9310
|
connectorPosition?: number[] | null | undefined;
|
|
8870
9311
|
connectorText?: string | null | undefined;
|
|
9312
|
+
struct?: unknown;
|
|
8871
9313
|
} | null | undefined;
|
|
8872
9314
|
validationSources?: string[] | null | undefined;
|
|
8873
9315
|
timeSpent?: number | null | undefined;
|
|
@@ -8916,11 +9358,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8916
9358
|
rirConfidence?: number | null | undefined;
|
|
8917
9359
|
connectorPosition?: number[] | null | undefined;
|
|
8918
9360
|
connectorText?: string | null | undefined;
|
|
9361
|
+
struct?: unknown;
|
|
8919
9362
|
} | null | undefined;
|
|
8920
9363
|
validationSources?: string[] | null | undefined;
|
|
8921
9364
|
timeSpent?: number | null | undefined;
|
|
8922
9365
|
timeSpentOverall?: number | null | undefined;
|
|
8923
9366
|
noRecalculation?: boolean | undefined;
|
|
9367
|
+
options?: {
|
|
9368
|
+
value: string;
|
|
9369
|
+
label: string;
|
|
9370
|
+
}[] | undefined;
|
|
8924
9371
|
} | {
|
|
8925
9372
|
url: string | null;
|
|
8926
9373
|
children: (({
|
|
@@ -8943,11 +9390,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8943
9390
|
rirConfidence?: number | null | undefined;
|
|
8944
9391
|
connectorPosition?: number[] | null | undefined;
|
|
8945
9392
|
connectorText?: string | null | undefined;
|
|
9393
|
+
struct?: unknown;
|
|
8946
9394
|
} | null | undefined;
|
|
8947
9395
|
validationSources?: string[] | null | undefined;
|
|
8948
9396
|
timeSpent?: number | null | undefined;
|
|
8949
9397
|
timeSpentOverall?: number | null | undefined;
|
|
8950
9398
|
noRecalculation?: boolean | undefined;
|
|
9399
|
+
options?: {
|
|
9400
|
+
value: string;
|
|
9401
|
+
label: string;
|
|
9402
|
+
}[] | undefined;
|
|
8951
9403
|
}[] | {
|
|
8952
9404
|
url: string | null;
|
|
8953
9405
|
children: ({
|
|
@@ -8970,11 +9422,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8970
9422
|
rirConfidence?: number | null | undefined;
|
|
8971
9423
|
connectorPosition?: number[] | null | undefined;
|
|
8972
9424
|
connectorText?: string | null | undefined;
|
|
9425
|
+
struct?: unknown;
|
|
8973
9426
|
} | null | undefined;
|
|
8974
9427
|
validationSources?: string[] | null | undefined;
|
|
8975
9428
|
timeSpent?: number | null | undefined;
|
|
8976
9429
|
timeSpentOverall?: number | null | undefined;
|
|
8977
9430
|
noRecalculation?: boolean | undefined;
|
|
9431
|
+
options?: {
|
|
9432
|
+
value: string;
|
|
9433
|
+
label: string;
|
|
9434
|
+
}[] | undefined;
|
|
8978
9435
|
} | null)[];
|
|
8979
9436
|
id: number | null;
|
|
8980
9437
|
schemaId: string;
|
|
@@ -8999,11 +9456,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
8999
9456
|
rirConfidence?: number | null | undefined;
|
|
9000
9457
|
connectorPosition?: number[] | null | undefined;
|
|
9001
9458
|
connectorText?: string | null | undefined;
|
|
9459
|
+
struct?: unknown;
|
|
9002
9460
|
} | null | undefined;
|
|
9003
9461
|
validationSources?: string[] | null | undefined;
|
|
9004
9462
|
timeSpent?: number | null | undefined;
|
|
9005
9463
|
timeSpentOverall?: number | null | undefined;
|
|
9006
9464
|
noRecalculation?: boolean | undefined;
|
|
9465
|
+
options?: {
|
|
9466
|
+
value: string;
|
|
9467
|
+
label: string;
|
|
9468
|
+
}[] | undefined;
|
|
9007
9469
|
}[] | {
|
|
9008
9470
|
url: string | null;
|
|
9009
9471
|
children: ({
|
|
@@ -9026,11 +9488,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9026
9488
|
rirConfidence?: number | null | undefined;
|
|
9027
9489
|
connectorPosition?: number[] | null | undefined;
|
|
9028
9490
|
connectorText?: string | null | undefined;
|
|
9491
|
+
struct?: unknown;
|
|
9029
9492
|
} | null | undefined;
|
|
9030
9493
|
validationSources?: string[] | null | undefined;
|
|
9031
9494
|
timeSpent?: number | null | undefined;
|
|
9032
9495
|
timeSpentOverall?: number | null | undefined;
|
|
9033
9496
|
noRecalculation?: boolean | undefined;
|
|
9497
|
+
options?: {
|
|
9498
|
+
value: string;
|
|
9499
|
+
label: string;
|
|
9500
|
+
}[] | undefined;
|
|
9034
9501
|
} | null)[];
|
|
9035
9502
|
id: number | null;
|
|
9036
9503
|
schemaId: string;
|
|
@@ -9054,6 +9521,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9054
9521
|
rirConfidence?: number | null | undefined;
|
|
9055
9522
|
connectorPosition?: number[] | null | undefined;
|
|
9056
9523
|
connectorText?: string | null | undefined;
|
|
9524
|
+
struct?: unknown;
|
|
9057
9525
|
} | null | undefined;
|
|
9058
9526
|
validationSources?: string[] | null | undefined;
|
|
9059
9527
|
timeSpent?: number | null | undefined;
|
|
@@ -9128,7 +9596,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9128
9596
|
formula?: string | null | undefined;
|
|
9129
9597
|
context?: string[] | null | undefined;
|
|
9130
9598
|
prompt?: string | null | undefined;
|
|
9131
|
-
|
|
9599
|
+
matching?: Record<string, unknown> | undefined;
|
|
9132
9600
|
}) | ({
|
|
9133
9601
|
type: "date";
|
|
9134
9602
|
format?: string | null | undefined;
|
|
@@ -9168,7 +9636,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9168
9636
|
formula?: string | null | undefined;
|
|
9169
9637
|
context?: string[] | null | undefined;
|
|
9170
9638
|
prompt?: string | null | undefined;
|
|
9171
|
-
|
|
9639
|
+
matching?: Record<string, unknown> | undefined;
|
|
9172
9640
|
}) | ({
|
|
9173
9641
|
type: "number";
|
|
9174
9642
|
format?: string | null | undefined;
|
|
@@ -9213,11 +9681,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9213
9681
|
formula?: string | null | undefined;
|
|
9214
9682
|
context?: string[] | null | undefined;
|
|
9215
9683
|
prompt?: string | null | undefined;
|
|
9216
|
-
|
|
9684
|
+
matching?: Record<string, unknown> | undefined;
|
|
9217
9685
|
}) | ({
|
|
9218
9686
|
options: {
|
|
9219
9687
|
value: string;
|
|
9220
9688
|
label: string;
|
|
9689
|
+
struct?: unknown;
|
|
9221
9690
|
}[];
|
|
9222
9691
|
type: "enum";
|
|
9223
9692
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9257,7 +9726,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9257
9726
|
formula?: string | null | undefined;
|
|
9258
9727
|
context?: string[] | null | undefined;
|
|
9259
9728
|
prompt?: string | null | undefined;
|
|
9260
|
-
|
|
9729
|
+
matching?: Record<string, unknown> | undefined;
|
|
9261
9730
|
}) | ({
|
|
9262
9731
|
id: string;
|
|
9263
9732
|
label: string;
|
|
@@ -9311,7 +9780,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9311
9780
|
formula?: string | null | undefined;
|
|
9312
9781
|
context?: string[] | null | undefined;
|
|
9313
9782
|
prompt?: string | null | undefined;
|
|
9314
|
-
|
|
9783
|
+
matching?: Record<string, unknown> | undefined;
|
|
9315
9784
|
}) | ({
|
|
9316
9785
|
type: "date";
|
|
9317
9786
|
format?: string | null | undefined;
|
|
@@ -9351,7 +9820,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9351
9820
|
formula?: string | null | undefined;
|
|
9352
9821
|
context?: string[] | null | undefined;
|
|
9353
9822
|
prompt?: string | null | undefined;
|
|
9354
|
-
|
|
9823
|
+
matching?: Record<string, unknown> | undefined;
|
|
9355
9824
|
}) | ({
|
|
9356
9825
|
type: "number";
|
|
9357
9826
|
format?: string | null | undefined;
|
|
@@ -9396,11 +9865,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9396
9865
|
formula?: string | null | undefined;
|
|
9397
9866
|
context?: string[] | null | undefined;
|
|
9398
9867
|
prompt?: string | null | undefined;
|
|
9399
|
-
|
|
9868
|
+
matching?: Record<string, unknown> | undefined;
|
|
9400
9869
|
}) | ({
|
|
9401
9870
|
options: {
|
|
9402
9871
|
value: string;
|
|
9403
9872
|
label: string;
|
|
9873
|
+
struct?: unknown;
|
|
9404
9874
|
}[];
|
|
9405
9875
|
type: "enum";
|
|
9406
9876
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9440,7 +9910,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9440
9910
|
formula?: string | null | undefined;
|
|
9441
9911
|
context?: string[] | null | undefined;
|
|
9442
9912
|
prompt?: string | null | undefined;
|
|
9443
|
-
|
|
9913
|
+
matching?: Record<string, unknown> | undefined;
|
|
9444
9914
|
}) | ({
|
|
9445
9915
|
id: string;
|
|
9446
9916
|
label: string;
|
|
@@ -9503,7 +9973,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9503
9973
|
formula?: string | null | undefined;
|
|
9504
9974
|
context?: string[] | null | undefined;
|
|
9505
9975
|
prompt?: string | null | undefined;
|
|
9506
|
-
|
|
9976
|
+
matching?: Record<string, unknown> | undefined;
|
|
9507
9977
|
}) | ({
|
|
9508
9978
|
type: "date";
|
|
9509
9979
|
format?: string | null | undefined;
|
|
@@ -9543,7 +10013,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9543
10013
|
formula?: string | null | undefined;
|
|
9544
10014
|
context?: string[] | null | undefined;
|
|
9545
10015
|
prompt?: string | null | undefined;
|
|
9546
|
-
|
|
10016
|
+
matching?: Record<string, unknown> | undefined;
|
|
9547
10017
|
}) | ({
|
|
9548
10018
|
type: "number";
|
|
9549
10019
|
format?: string | null | undefined;
|
|
@@ -9588,11 +10058,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9588
10058
|
formula?: string | null | undefined;
|
|
9589
10059
|
context?: string[] | null | undefined;
|
|
9590
10060
|
prompt?: string | null | undefined;
|
|
9591
|
-
|
|
10061
|
+
matching?: Record<string, unknown> | undefined;
|
|
9592
10062
|
}) | ({
|
|
9593
10063
|
options: {
|
|
9594
10064
|
value: string;
|
|
9595
10065
|
label: string;
|
|
10066
|
+
struct?: unknown;
|
|
9596
10067
|
}[];
|
|
9597
10068
|
type: "enum";
|
|
9598
10069
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9632,7 +10103,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9632
10103
|
formula?: string | null | undefined;
|
|
9633
10104
|
context?: string[] | null | undefined;
|
|
9634
10105
|
prompt?: string | null | undefined;
|
|
9635
|
-
|
|
10106
|
+
matching?: Record<string, unknown> | undefined;
|
|
9636
10107
|
}) | ({
|
|
9637
10108
|
id: string;
|
|
9638
10109
|
label: string;
|
|
@@ -9705,7 +10176,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9705
10176
|
formula?: string | null | undefined;
|
|
9706
10177
|
context?: string[] | null | undefined;
|
|
9707
10178
|
prompt?: string | null | undefined;
|
|
9708
|
-
|
|
10179
|
+
matching?: Record<string, unknown> | undefined;
|
|
9709
10180
|
}) | ({
|
|
9710
10181
|
type: "date";
|
|
9711
10182
|
format?: string | null | undefined;
|
|
@@ -9745,7 +10216,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9745
10216
|
formula?: string | null | undefined;
|
|
9746
10217
|
context?: string[] | null | undefined;
|
|
9747
10218
|
prompt?: string | null | undefined;
|
|
9748
|
-
|
|
10219
|
+
matching?: Record<string, unknown> | undefined;
|
|
9749
10220
|
}) | ({
|
|
9750
10221
|
type: "number";
|
|
9751
10222
|
format?: string | null | undefined;
|
|
@@ -9790,11 +10261,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9790
10261
|
formula?: string | null | undefined;
|
|
9791
10262
|
context?: string[] | null | undefined;
|
|
9792
10263
|
prompt?: string | null | undefined;
|
|
9793
|
-
|
|
10264
|
+
matching?: Record<string, unknown> | undefined;
|
|
9794
10265
|
}) | ({
|
|
9795
10266
|
options: {
|
|
9796
10267
|
value: string;
|
|
9797
10268
|
label: string;
|
|
10269
|
+
struct?: unknown;
|
|
9798
10270
|
}[];
|
|
9799
10271
|
type: "enum";
|
|
9800
10272
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9834,7 +10306,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9834
10306
|
formula?: string | null | undefined;
|
|
9835
10307
|
context?: string[] | null | undefined;
|
|
9836
10308
|
prompt?: string | null | undefined;
|
|
9837
|
-
|
|
10309
|
+
matching?: Record<string, unknown> | undefined;
|
|
9838
10310
|
}) | ({
|
|
9839
10311
|
id: string;
|
|
9840
10312
|
label: string;
|
|
@@ -9902,11 +10374,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9902
10374
|
rirConfidence?: number | null | undefined;
|
|
9903
10375
|
connectorPosition?: number[] | null | undefined;
|
|
9904
10376
|
connectorText?: string | null | undefined;
|
|
10377
|
+
struct?: unknown;
|
|
9905
10378
|
} | null | undefined;
|
|
9906
10379
|
validationSources?: string[] | null | undefined;
|
|
9907
10380
|
timeSpent?: number | null | undefined;
|
|
9908
10381
|
timeSpentOverall?: number | null | undefined;
|
|
9909
10382
|
noRecalculation?: boolean | undefined;
|
|
10383
|
+
options?: {
|
|
10384
|
+
value: string;
|
|
10385
|
+
label: string;
|
|
10386
|
+
}[] | undefined;
|
|
9910
10387
|
} | {
|
|
9911
10388
|
url: string | null;
|
|
9912
10389
|
children: (({
|
|
@@ -9929,11 +10406,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9929
10406
|
rirConfidence?: number | null | undefined;
|
|
9930
10407
|
connectorPosition?: number[] | null | undefined;
|
|
9931
10408
|
connectorText?: string | null | undefined;
|
|
10409
|
+
struct?: unknown;
|
|
9932
10410
|
} | null | undefined;
|
|
9933
10411
|
validationSources?: string[] | null | undefined;
|
|
9934
10412
|
timeSpent?: number | null | undefined;
|
|
9935
10413
|
timeSpentOverall?: number | null | undefined;
|
|
9936
10414
|
noRecalculation?: boolean | undefined;
|
|
10415
|
+
options?: {
|
|
10416
|
+
value: string;
|
|
10417
|
+
label: string;
|
|
10418
|
+
}[] | undefined;
|
|
9937
10419
|
}[] | {
|
|
9938
10420
|
url: string | null;
|
|
9939
10421
|
children: ({
|
|
@@ -9956,11 +10438,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9956
10438
|
rirConfidence?: number | null | undefined;
|
|
9957
10439
|
connectorPosition?: number[] | null | undefined;
|
|
9958
10440
|
connectorText?: string | null | undefined;
|
|
10441
|
+
struct?: unknown;
|
|
9959
10442
|
} | null | undefined;
|
|
9960
10443
|
validationSources?: string[] | null | undefined;
|
|
9961
10444
|
timeSpent?: number | null | undefined;
|
|
9962
10445
|
timeSpentOverall?: number | null | undefined;
|
|
9963
10446
|
noRecalculation?: boolean | undefined;
|
|
10447
|
+
options?: {
|
|
10448
|
+
value: string;
|
|
10449
|
+
label: string;
|
|
10450
|
+
}[] | undefined;
|
|
9964
10451
|
} | null)[];
|
|
9965
10452
|
id: number | null;
|
|
9966
10453
|
schemaId: string;
|
|
@@ -9985,11 +10472,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
9985
10472
|
rirConfidence?: number | null | undefined;
|
|
9986
10473
|
connectorPosition?: number[] | null | undefined;
|
|
9987
10474
|
connectorText?: string | null | undefined;
|
|
10475
|
+
struct?: unknown;
|
|
9988
10476
|
} | null | undefined;
|
|
9989
10477
|
validationSources?: string[] | null | undefined;
|
|
9990
10478
|
timeSpent?: number | null | undefined;
|
|
9991
10479
|
timeSpentOverall?: number | null | undefined;
|
|
9992
10480
|
noRecalculation?: boolean | undefined;
|
|
10481
|
+
options?: {
|
|
10482
|
+
value: string;
|
|
10483
|
+
label: string;
|
|
10484
|
+
}[] | undefined;
|
|
9993
10485
|
}[] | {
|
|
9994
10486
|
url: string | null;
|
|
9995
10487
|
children: ({
|
|
@@ -10012,11 +10504,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10012
10504
|
rirConfidence?: number | null | undefined;
|
|
10013
10505
|
connectorPosition?: number[] | null | undefined;
|
|
10014
10506
|
connectorText?: string | null | undefined;
|
|
10507
|
+
struct?: unknown;
|
|
10015
10508
|
} | null | undefined;
|
|
10016
10509
|
validationSources?: string[] | null | undefined;
|
|
10017
10510
|
timeSpent?: number | null | undefined;
|
|
10018
10511
|
timeSpentOverall?: number | null | undefined;
|
|
10019
10512
|
noRecalculation?: boolean | undefined;
|
|
10513
|
+
options?: {
|
|
10514
|
+
value: string;
|
|
10515
|
+
label: string;
|
|
10516
|
+
}[] | undefined;
|
|
10020
10517
|
} | null)[];
|
|
10021
10518
|
id: number | null;
|
|
10022
10519
|
schemaId: string;
|
|
@@ -10040,6 +10537,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10040
10537
|
rirConfidence?: number | null | undefined;
|
|
10041
10538
|
connectorPosition?: number[] | null | undefined;
|
|
10042
10539
|
connectorText?: string | null | undefined;
|
|
10540
|
+
struct?: unknown;
|
|
10043
10541
|
} | null | undefined;
|
|
10044
10542
|
validationSources?: string[] | null | undefined;
|
|
10045
10543
|
timeSpent?: number | null | undefined;
|
|
@@ -10114,7 +10612,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10114
10612
|
formula?: string | null | undefined;
|
|
10115
10613
|
context?: string[] | null | undefined;
|
|
10116
10614
|
prompt?: string | null | undefined;
|
|
10117
|
-
|
|
10615
|
+
matching?: Record<string, unknown> | undefined;
|
|
10118
10616
|
}) | ({
|
|
10119
10617
|
type: "date";
|
|
10120
10618
|
format?: string | null | undefined;
|
|
@@ -10154,7 +10652,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10154
10652
|
formula?: string | null | undefined;
|
|
10155
10653
|
context?: string[] | null | undefined;
|
|
10156
10654
|
prompt?: string | null | undefined;
|
|
10157
|
-
|
|
10655
|
+
matching?: Record<string, unknown> | undefined;
|
|
10158
10656
|
}) | ({
|
|
10159
10657
|
type: "number";
|
|
10160
10658
|
format?: string | null | undefined;
|
|
@@ -10199,11 +10697,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10199
10697
|
formula?: string | null | undefined;
|
|
10200
10698
|
context?: string[] | null | undefined;
|
|
10201
10699
|
prompt?: string | null | undefined;
|
|
10202
|
-
|
|
10700
|
+
matching?: Record<string, unknown> | undefined;
|
|
10203
10701
|
}) | ({
|
|
10204
10702
|
options: {
|
|
10205
10703
|
value: string;
|
|
10206
10704
|
label: string;
|
|
10705
|
+
struct?: unknown;
|
|
10207
10706
|
}[];
|
|
10208
10707
|
type: "enum";
|
|
10209
10708
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10243,7 +10742,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10243
10742
|
formula?: string | null | undefined;
|
|
10244
10743
|
context?: string[] | null | undefined;
|
|
10245
10744
|
prompt?: string | null | undefined;
|
|
10246
|
-
|
|
10745
|
+
matching?: Record<string, unknown> | undefined;
|
|
10247
10746
|
}) | ({
|
|
10248
10747
|
id: string;
|
|
10249
10748
|
label: string;
|
|
@@ -10297,7 +10796,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10297
10796
|
formula?: string | null | undefined;
|
|
10298
10797
|
context?: string[] | null | undefined;
|
|
10299
10798
|
prompt?: string | null | undefined;
|
|
10300
|
-
|
|
10799
|
+
matching?: Record<string, unknown> | undefined;
|
|
10301
10800
|
}) | ({
|
|
10302
10801
|
type: "date";
|
|
10303
10802
|
format?: string | null | undefined;
|
|
@@ -10337,7 +10836,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10337
10836
|
formula?: string | null | undefined;
|
|
10338
10837
|
context?: string[] | null | undefined;
|
|
10339
10838
|
prompt?: string | null | undefined;
|
|
10340
|
-
|
|
10839
|
+
matching?: Record<string, unknown> | undefined;
|
|
10341
10840
|
}) | ({
|
|
10342
10841
|
type: "number";
|
|
10343
10842
|
format?: string | null | undefined;
|
|
@@ -10382,11 +10881,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10382
10881
|
formula?: string | null | undefined;
|
|
10383
10882
|
context?: string[] | null | undefined;
|
|
10384
10883
|
prompt?: string | null | undefined;
|
|
10385
|
-
|
|
10884
|
+
matching?: Record<string, unknown> | undefined;
|
|
10386
10885
|
}) | ({
|
|
10387
10886
|
options: {
|
|
10388
10887
|
value: string;
|
|
10389
10888
|
label: string;
|
|
10889
|
+
struct?: unknown;
|
|
10390
10890
|
}[];
|
|
10391
10891
|
type: "enum";
|
|
10392
10892
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10426,7 +10926,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10426
10926
|
formula?: string | null | undefined;
|
|
10427
10927
|
context?: string[] | null | undefined;
|
|
10428
10928
|
prompt?: string | null | undefined;
|
|
10429
|
-
|
|
10929
|
+
matching?: Record<string, unknown> | undefined;
|
|
10430
10930
|
}) | ({
|
|
10431
10931
|
id: string;
|
|
10432
10932
|
label: string;
|
|
@@ -10489,7 +10989,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10489
10989
|
formula?: string | null | undefined;
|
|
10490
10990
|
context?: string[] | null | undefined;
|
|
10491
10991
|
prompt?: string | null | undefined;
|
|
10492
|
-
|
|
10992
|
+
matching?: Record<string, unknown> | undefined;
|
|
10493
10993
|
}) | ({
|
|
10494
10994
|
type: "date";
|
|
10495
10995
|
format?: string | null | undefined;
|
|
@@ -10529,7 +11029,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10529
11029
|
formula?: string | null | undefined;
|
|
10530
11030
|
context?: string[] | null | undefined;
|
|
10531
11031
|
prompt?: string | null | undefined;
|
|
10532
|
-
|
|
11032
|
+
matching?: Record<string, unknown> | undefined;
|
|
10533
11033
|
}) | ({
|
|
10534
11034
|
type: "number";
|
|
10535
11035
|
format?: string | null | undefined;
|
|
@@ -10574,11 +11074,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10574
11074
|
formula?: string | null | undefined;
|
|
10575
11075
|
context?: string[] | null | undefined;
|
|
10576
11076
|
prompt?: string | null | undefined;
|
|
10577
|
-
|
|
11077
|
+
matching?: Record<string, unknown> | undefined;
|
|
10578
11078
|
}) | ({
|
|
10579
11079
|
options: {
|
|
10580
11080
|
value: string;
|
|
10581
11081
|
label: string;
|
|
11082
|
+
struct?: unknown;
|
|
10582
11083
|
}[];
|
|
10583
11084
|
type: "enum";
|
|
10584
11085
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10618,7 +11119,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10618
11119
|
formula?: string | null | undefined;
|
|
10619
11120
|
context?: string[] | null | undefined;
|
|
10620
11121
|
prompt?: string | null | undefined;
|
|
10621
|
-
|
|
11122
|
+
matching?: Record<string, unknown> | undefined;
|
|
10622
11123
|
}) | ({
|
|
10623
11124
|
id: string;
|
|
10624
11125
|
label: string;
|
|
@@ -10691,7 +11192,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10691
11192
|
formula?: string | null | undefined;
|
|
10692
11193
|
context?: string[] | null | undefined;
|
|
10693
11194
|
prompt?: string | null | undefined;
|
|
10694
|
-
|
|
11195
|
+
matching?: Record<string, unknown> | undefined;
|
|
10695
11196
|
}) | ({
|
|
10696
11197
|
type: "date";
|
|
10697
11198
|
format?: string | null | undefined;
|
|
@@ -10731,7 +11232,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10731
11232
|
formula?: string | null | undefined;
|
|
10732
11233
|
context?: string[] | null | undefined;
|
|
10733
11234
|
prompt?: string | null | undefined;
|
|
10734
|
-
|
|
11235
|
+
matching?: Record<string, unknown> | undefined;
|
|
10735
11236
|
}) | ({
|
|
10736
11237
|
type: "number";
|
|
10737
11238
|
format?: string | null | undefined;
|
|
@@ -10776,11 +11277,12 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10776
11277
|
formula?: string | null | undefined;
|
|
10777
11278
|
context?: string[] | null | undefined;
|
|
10778
11279
|
prompt?: string | null | undefined;
|
|
10779
|
-
|
|
11280
|
+
matching?: Record<string, unknown> | undefined;
|
|
10780
11281
|
}) | ({
|
|
10781
11282
|
options: {
|
|
10782
11283
|
value: string;
|
|
10783
11284
|
label: string;
|
|
11285
|
+
struct?: unknown;
|
|
10784
11286
|
}[];
|
|
10785
11287
|
type: "enum";
|
|
10786
11288
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10820,7 +11322,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10820
11322
|
formula?: string | null | undefined;
|
|
10821
11323
|
context?: string[] | null | undefined;
|
|
10822
11324
|
prompt?: string | null | undefined;
|
|
10823
|
-
|
|
11325
|
+
matching?: Record<string, unknown> | undefined;
|
|
10824
11326
|
}) | ({
|
|
10825
11327
|
id: string;
|
|
10826
11328
|
label: string;
|
|
@@ -10888,11 +11390,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10888
11390
|
rirConfidence?: number | null | undefined;
|
|
10889
11391
|
connectorPosition?: number[] | null | undefined;
|
|
10890
11392
|
connectorText?: string | null | undefined;
|
|
11393
|
+
struct?: unknown;
|
|
10891
11394
|
} | null | undefined;
|
|
10892
11395
|
validationSources?: string[] | null | undefined;
|
|
10893
11396
|
timeSpent?: number | null | undefined;
|
|
10894
11397
|
timeSpentOverall?: number | null | undefined;
|
|
10895
11398
|
noRecalculation?: boolean | undefined;
|
|
11399
|
+
options?: {
|
|
11400
|
+
value: string;
|
|
11401
|
+
label: string;
|
|
11402
|
+
}[] | undefined;
|
|
10896
11403
|
} | {
|
|
10897
11404
|
url: string | null;
|
|
10898
11405
|
children: (({
|
|
@@ -10915,11 +11422,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10915
11422
|
rirConfidence?: number | null | undefined;
|
|
10916
11423
|
connectorPosition?: number[] | null | undefined;
|
|
10917
11424
|
connectorText?: string | null | undefined;
|
|
11425
|
+
struct?: unknown;
|
|
10918
11426
|
} | null | undefined;
|
|
10919
11427
|
validationSources?: string[] | null | undefined;
|
|
10920
11428
|
timeSpent?: number | null | undefined;
|
|
10921
11429
|
timeSpentOverall?: number | null | undefined;
|
|
10922
11430
|
noRecalculation?: boolean | undefined;
|
|
11431
|
+
options?: {
|
|
11432
|
+
value: string;
|
|
11433
|
+
label: string;
|
|
11434
|
+
}[] | undefined;
|
|
10923
11435
|
}[] | {
|
|
10924
11436
|
url: string | null;
|
|
10925
11437
|
children: ({
|
|
@@ -10942,11 +11454,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10942
11454
|
rirConfidence?: number | null | undefined;
|
|
10943
11455
|
connectorPosition?: number[] | null | undefined;
|
|
10944
11456
|
connectorText?: string | null | undefined;
|
|
11457
|
+
struct?: unknown;
|
|
10945
11458
|
} | null | undefined;
|
|
10946
11459
|
validationSources?: string[] | null | undefined;
|
|
10947
11460
|
timeSpent?: number | null | undefined;
|
|
10948
11461
|
timeSpentOverall?: number | null | undefined;
|
|
10949
11462
|
noRecalculation?: boolean | undefined;
|
|
11463
|
+
options?: {
|
|
11464
|
+
value: string;
|
|
11465
|
+
label: string;
|
|
11466
|
+
}[] | undefined;
|
|
10950
11467
|
} | null)[];
|
|
10951
11468
|
id: number | null;
|
|
10952
11469
|
schemaId: string;
|
|
@@ -10971,11 +11488,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10971
11488
|
rirConfidence?: number | null | undefined;
|
|
10972
11489
|
connectorPosition?: number[] | null | undefined;
|
|
10973
11490
|
connectorText?: string | null | undefined;
|
|
11491
|
+
struct?: unknown;
|
|
10974
11492
|
} | null | undefined;
|
|
10975
11493
|
validationSources?: string[] | null | undefined;
|
|
10976
11494
|
timeSpent?: number | null | undefined;
|
|
10977
11495
|
timeSpentOverall?: number | null | undefined;
|
|
10978
11496
|
noRecalculation?: boolean | undefined;
|
|
11497
|
+
options?: {
|
|
11498
|
+
value: string;
|
|
11499
|
+
label: string;
|
|
11500
|
+
}[] | undefined;
|
|
10979
11501
|
}[] | {
|
|
10980
11502
|
url: string | null;
|
|
10981
11503
|
children: ({
|
|
@@ -10998,11 +11520,16 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
10998
11520
|
rirConfidence?: number | null | undefined;
|
|
10999
11521
|
connectorPosition?: number[] | null | undefined;
|
|
11000
11522
|
connectorText?: string | null | undefined;
|
|
11523
|
+
struct?: unknown;
|
|
11001
11524
|
} | null | undefined;
|
|
11002
11525
|
validationSources?: string[] | null | undefined;
|
|
11003
11526
|
timeSpent?: number | null | undefined;
|
|
11004
11527
|
timeSpentOverall?: number | null | undefined;
|
|
11005
11528
|
noRecalculation?: boolean | undefined;
|
|
11529
|
+
options?: {
|
|
11530
|
+
value: string;
|
|
11531
|
+
label: string;
|
|
11532
|
+
}[] | undefined;
|
|
11006
11533
|
} | null)[];
|
|
11007
11534
|
id: number | null;
|
|
11008
11535
|
schemaId: string;
|
|
@@ -11026,6 +11553,7 @@ export declare const evaluateFormulas: (payload: EvaluateFormulasPayload) => {
|
|
|
11026
11553
|
rirConfidence?: number | null | undefined;
|
|
11027
11554
|
connectorPosition?: number[] | null | undefined;
|
|
11028
11555
|
connectorText?: string | null | undefined;
|
|
11556
|
+
struct?: unknown;
|
|
11029
11557
|
} | null | undefined;
|
|
11030
11558
|
validationSources?: string[] | null | undefined;
|
|
11031
11559
|
timeSpent?: number | null | undefined;
|