@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
|
@@ -116,7 +116,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
116
116
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
117
117
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
118
118
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
-
|
|
119
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
suggest?: true | undefined;
|
|
122
122
|
canExport?: boolean | null | undefined;
|
|
@@ -145,7 +145,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
145
145
|
formula?: string | null | undefined;
|
|
146
146
|
context?: string[] | null | undefined;
|
|
147
147
|
prompt?: string | null | undefined;
|
|
148
|
-
|
|
148
|
+
matching?: Record<string, unknown> | undefined;
|
|
149
149
|
}, {
|
|
150
150
|
suggest?: true | undefined;
|
|
151
151
|
canExport?: boolean | null | undefined;
|
|
@@ -174,7 +174,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
174
174
|
formula?: string | null | undefined;
|
|
175
175
|
context?: string[] | null | undefined;
|
|
176
176
|
prompt?: string | null | undefined;
|
|
177
|
-
|
|
177
|
+
matching?: Record<string, unknown> | undefined;
|
|
178
178
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
179
179
|
type: z.ZodLiteral<"date">;
|
|
180
180
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -274,7 +274,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
274
274
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
275
275
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
276
276
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
277
|
-
|
|
277
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
278
278
|
}, "strip", z.ZodTypeAny, {
|
|
279
279
|
suggest?: true | undefined;
|
|
280
280
|
canExport?: boolean | null | undefined;
|
|
@@ -303,7 +303,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
303
303
|
formula?: string | null | undefined;
|
|
304
304
|
context?: string[] | null | undefined;
|
|
305
305
|
prompt?: string | null | undefined;
|
|
306
|
-
|
|
306
|
+
matching?: Record<string, unknown> | undefined;
|
|
307
307
|
}, {
|
|
308
308
|
suggest?: true | undefined;
|
|
309
309
|
canExport?: boolean | null | undefined;
|
|
@@ -332,7 +332,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
332
332
|
formula?: string | null | undefined;
|
|
333
333
|
context?: string[] | null | undefined;
|
|
334
334
|
prompt?: string | null | undefined;
|
|
335
|
-
|
|
335
|
+
matching?: Record<string, unknown> | undefined;
|
|
336
336
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
337
337
|
type: z.ZodLiteral<"number">;
|
|
338
338
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -459,7 +459,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
459
459
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
460
460
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
461
461
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
462
|
-
|
|
462
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
463
463
|
}, "strip", z.ZodTypeAny, {
|
|
464
464
|
suggest?: true | undefined;
|
|
465
465
|
canExport?: boolean | null | undefined;
|
|
@@ -488,7 +488,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
488
488
|
formula?: string | null | undefined;
|
|
489
489
|
context?: string[] | null | undefined;
|
|
490
490
|
prompt?: string | null | undefined;
|
|
491
|
-
|
|
491
|
+
matching?: Record<string, unknown> | undefined;
|
|
492
492
|
}, {
|
|
493
493
|
suggest?: true | undefined;
|
|
494
494
|
canExport?: boolean | null | undefined;
|
|
@@ -517,24 +517,28 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
517
517
|
formula?: string | null | undefined;
|
|
518
518
|
context?: string[] | null | undefined;
|
|
519
519
|
prompt?: string | null | undefined;
|
|
520
|
-
|
|
520
|
+
matching?: Record<string, unknown> | undefined;
|
|
521
521
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
522
522
|
type: z.ZodLiteral<"enum">;
|
|
523
523
|
options: z.ZodArray<z.ZodObject<{
|
|
524
524
|
value: z.ZodString;
|
|
525
525
|
label: z.ZodString;
|
|
526
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
526
527
|
}, "strip", z.ZodTypeAny, {
|
|
527
528
|
value: string;
|
|
528
529
|
label: string;
|
|
530
|
+
struct?: unknown;
|
|
529
531
|
}, {
|
|
530
532
|
value: string;
|
|
531
533
|
label: string;
|
|
534
|
+
struct?: unknown;
|
|
532
535
|
}>, "many">;
|
|
533
536
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
534
537
|
}, "strip", z.ZodTypeAny, {
|
|
535
538
|
options: {
|
|
536
539
|
value: string;
|
|
537
540
|
label: string;
|
|
541
|
+
struct?: unknown;
|
|
538
542
|
}[];
|
|
539
543
|
type: "enum";
|
|
540
544
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -542,6 +546,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
542
546
|
options: {
|
|
543
547
|
value: string;
|
|
544
548
|
label: string;
|
|
549
|
+
struct?: unknown;
|
|
545
550
|
}[];
|
|
546
551
|
type: "enum";
|
|
547
552
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -635,7 +640,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
635
640
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
636
641
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
637
642
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
638
|
-
|
|
643
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
639
644
|
}, "strip", z.ZodTypeAny, {
|
|
640
645
|
suggest?: true | undefined;
|
|
641
646
|
canExport?: boolean | null | undefined;
|
|
@@ -664,7 +669,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
664
669
|
formula?: string | null | undefined;
|
|
665
670
|
context?: string[] | null | undefined;
|
|
666
671
|
prompt?: string | null | undefined;
|
|
667
|
-
|
|
672
|
+
matching?: Record<string, unknown> | undefined;
|
|
668
673
|
}, {
|
|
669
674
|
suggest?: true | undefined;
|
|
670
675
|
canExport?: boolean | null | undefined;
|
|
@@ -693,7 +698,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
693
698
|
formula?: string | null | undefined;
|
|
694
699
|
context?: string[] | null | undefined;
|
|
695
700
|
prompt?: string | null | undefined;
|
|
696
|
-
|
|
701
|
+
matching?: Record<string, unknown> | undefined;
|
|
697
702
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
698
703
|
id: z.ZodString;
|
|
699
704
|
label: z.ZodString;
|
|
@@ -834,7 +839,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
834
839
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
835
840
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
836
841
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
837
|
-
|
|
842
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
838
843
|
}, "strip", z.ZodTypeAny, {
|
|
839
844
|
suggest?: true | undefined;
|
|
840
845
|
canExport?: boolean | null | undefined;
|
|
@@ -863,7 +868,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
863
868
|
formula?: string | null | undefined;
|
|
864
869
|
context?: string[] | null | undefined;
|
|
865
870
|
prompt?: string | null | undefined;
|
|
866
|
-
|
|
871
|
+
matching?: Record<string, unknown> | undefined;
|
|
867
872
|
}, {
|
|
868
873
|
suggest?: true | undefined;
|
|
869
874
|
canExport?: boolean | null | undefined;
|
|
@@ -892,7 +897,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
892
897
|
formula?: string | null | undefined;
|
|
893
898
|
context?: string[] | null | undefined;
|
|
894
899
|
prompt?: string | null | undefined;
|
|
895
|
-
|
|
900
|
+
matching?: Record<string, unknown> | undefined;
|
|
896
901
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
897
902
|
type: z.ZodLiteral<"date">;
|
|
898
903
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -992,7 +997,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
992
997
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
993
998
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
994
999
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
995
|
-
|
|
1000
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
996
1001
|
}, "strip", z.ZodTypeAny, {
|
|
997
1002
|
suggest?: true | undefined;
|
|
998
1003
|
canExport?: boolean | null | undefined;
|
|
@@ -1021,7 +1026,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1021
1026
|
formula?: string | null | undefined;
|
|
1022
1027
|
context?: string[] | null | undefined;
|
|
1023
1028
|
prompt?: string | null | undefined;
|
|
1024
|
-
|
|
1029
|
+
matching?: Record<string, unknown> | undefined;
|
|
1025
1030
|
}, {
|
|
1026
1031
|
suggest?: true | undefined;
|
|
1027
1032
|
canExport?: boolean | null | undefined;
|
|
@@ -1050,7 +1055,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1050
1055
|
formula?: string | null | undefined;
|
|
1051
1056
|
context?: string[] | null | undefined;
|
|
1052
1057
|
prompt?: string | null | undefined;
|
|
1053
|
-
|
|
1058
|
+
matching?: Record<string, unknown> | undefined;
|
|
1054
1059
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1055
1060
|
type: z.ZodLiteral<"number">;
|
|
1056
1061
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1177,7 +1182,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1177
1182
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1178
1183
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1179
1184
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1180
|
-
|
|
1185
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1181
1186
|
}, "strip", z.ZodTypeAny, {
|
|
1182
1187
|
suggest?: true | undefined;
|
|
1183
1188
|
canExport?: boolean | null | undefined;
|
|
@@ -1206,7 +1211,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1206
1211
|
formula?: string | null | undefined;
|
|
1207
1212
|
context?: string[] | null | undefined;
|
|
1208
1213
|
prompt?: string | null | undefined;
|
|
1209
|
-
|
|
1214
|
+
matching?: Record<string, unknown> | undefined;
|
|
1210
1215
|
}, {
|
|
1211
1216
|
suggest?: true | undefined;
|
|
1212
1217
|
canExport?: boolean | null | undefined;
|
|
@@ -1235,24 +1240,28 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1235
1240
|
formula?: string | null | undefined;
|
|
1236
1241
|
context?: string[] | null | undefined;
|
|
1237
1242
|
prompt?: string | null | undefined;
|
|
1238
|
-
|
|
1243
|
+
matching?: Record<string, unknown> | undefined;
|
|
1239
1244
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1240
1245
|
type: z.ZodLiteral<"enum">;
|
|
1241
1246
|
options: z.ZodArray<z.ZodObject<{
|
|
1242
1247
|
value: z.ZodString;
|
|
1243
1248
|
label: z.ZodString;
|
|
1249
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
1244
1250
|
}, "strip", z.ZodTypeAny, {
|
|
1245
1251
|
value: string;
|
|
1246
1252
|
label: string;
|
|
1253
|
+
struct?: unknown;
|
|
1247
1254
|
}, {
|
|
1248
1255
|
value: string;
|
|
1249
1256
|
label: string;
|
|
1257
|
+
struct?: unknown;
|
|
1250
1258
|
}>, "many">;
|
|
1251
1259
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
1252
1260
|
}, "strip", z.ZodTypeAny, {
|
|
1253
1261
|
options: {
|
|
1254
1262
|
value: string;
|
|
1255
1263
|
label: string;
|
|
1264
|
+
struct?: unknown;
|
|
1256
1265
|
}[];
|
|
1257
1266
|
type: "enum";
|
|
1258
1267
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1260,6 +1269,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1260
1269
|
options: {
|
|
1261
1270
|
value: string;
|
|
1262
1271
|
label: string;
|
|
1272
|
+
struct?: unknown;
|
|
1263
1273
|
}[];
|
|
1264
1274
|
type: "enum";
|
|
1265
1275
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1353,7 +1363,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1353
1363
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1354
1364
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1355
1365
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1356
|
-
|
|
1366
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1357
1367
|
}, "strip", z.ZodTypeAny, {
|
|
1358
1368
|
suggest?: true | undefined;
|
|
1359
1369
|
canExport?: boolean | null | undefined;
|
|
@@ -1382,7 +1392,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1382
1392
|
formula?: string | null | undefined;
|
|
1383
1393
|
context?: string[] | null | undefined;
|
|
1384
1394
|
prompt?: string | null | undefined;
|
|
1385
|
-
|
|
1395
|
+
matching?: Record<string, unknown> | undefined;
|
|
1386
1396
|
}, {
|
|
1387
1397
|
suggest?: true | undefined;
|
|
1388
1398
|
canExport?: boolean | null | undefined;
|
|
@@ -1411,7 +1421,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1411
1421
|
formula?: string | null | undefined;
|
|
1412
1422
|
context?: string[] | null | undefined;
|
|
1413
1423
|
prompt?: string | null | undefined;
|
|
1414
|
-
|
|
1424
|
+
matching?: Record<string, unknown> | undefined;
|
|
1415
1425
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1416
1426
|
id: z.ZodString;
|
|
1417
1427
|
label: z.ZodString;
|
|
@@ -1495,7 +1505,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1495
1505
|
formula?: string | null | undefined;
|
|
1496
1506
|
context?: string[] | null | undefined;
|
|
1497
1507
|
prompt?: string | null | undefined;
|
|
1498
|
-
|
|
1508
|
+
matching?: Record<string, unknown> | undefined;
|
|
1499
1509
|
}) | ({
|
|
1500
1510
|
type: "date";
|
|
1501
1511
|
format?: string | null | undefined;
|
|
@@ -1535,7 +1545,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1535
1545
|
formula?: string | null | undefined;
|
|
1536
1546
|
context?: string[] | null | undefined;
|
|
1537
1547
|
prompt?: string | null | undefined;
|
|
1538
|
-
|
|
1548
|
+
matching?: Record<string, unknown> | undefined;
|
|
1539
1549
|
}) | ({
|
|
1540
1550
|
type: "number";
|
|
1541
1551
|
format?: string | null | undefined;
|
|
@@ -1580,11 +1590,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1580
1590
|
formula?: string | null | undefined;
|
|
1581
1591
|
context?: string[] | null | undefined;
|
|
1582
1592
|
prompt?: string | null | undefined;
|
|
1583
|
-
|
|
1593
|
+
matching?: Record<string, unknown> | undefined;
|
|
1584
1594
|
}) | ({
|
|
1585
1595
|
options: {
|
|
1586
1596
|
value: string;
|
|
1587
1597
|
label: string;
|
|
1598
|
+
struct?: unknown;
|
|
1588
1599
|
}[];
|
|
1589
1600
|
type: "enum";
|
|
1590
1601
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1624,7 +1635,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1624
1635
|
formula?: string | null | undefined;
|
|
1625
1636
|
context?: string[] | null | undefined;
|
|
1626
1637
|
prompt?: string | null | undefined;
|
|
1627
|
-
|
|
1638
|
+
matching?: Record<string, unknown> | undefined;
|
|
1628
1639
|
}) | ({
|
|
1629
1640
|
id: string;
|
|
1630
1641
|
label: string;
|
|
@@ -1681,7 +1692,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1681
1692
|
formula?: string | null | undefined;
|
|
1682
1693
|
context?: string[] | null | undefined;
|
|
1683
1694
|
prompt?: string | null | undefined;
|
|
1684
|
-
|
|
1695
|
+
matching?: Record<string, unknown> | undefined;
|
|
1685
1696
|
}) | ({
|
|
1686
1697
|
type: "date";
|
|
1687
1698
|
format?: string | null | undefined;
|
|
@@ -1721,7 +1732,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1721
1732
|
formula?: string | null | undefined;
|
|
1722
1733
|
context?: string[] | null | undefined;
|
|
1723
1734
|
prompt?: string | null | undefined;
|
|
1724
|
-
|
|
1735
|
+
matching?: Record<string, unknown> | undefined;
|
|
1725
1736
|
}) | ({
|
|
1726
1737
|
type: "number";
|
|
1727
1738
|
format?: string | null | undefined;
|
|
@@ -1766,11 +1777,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1766
1777
|
formula?: string | null | undefined;
|
|
1767
1778
|
context?: string[] | null | undefined;
|
|
1768
1779
|
prompt?: string | null | undefined;
|
|
1769
|
-
|
|
1780
|
+
matching?: Record<string, unknown> | undefined;
|
|
1770
1781
|
}) | ({
|
|
1771
1782
|
options: {
|
|
1772
1783
|
value: string;
|
|
1773
1784
|
label: string;
|
|
1785
|
+
struct?: unknown;
|
|
1774
1786
|
}[];
|
|
1775
1787
|
type: "enum";
|
|
1776
1788
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1810,7 +1822,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1810
1822
|
formula?: string | null | undefined;
|
|
1811
1823
|
context?: string[] | null | undefined;
|
|
1812
1824
|
prompt?: string | null | undefined;
|
|
1813
|
-
|
|
1825
|
+
matching?: Record<string, unknown> | undefined;
|
|
1814
1826
|
}) | ({
|
|
1815
1827
|
id: string;
|
|
1816
1828
|
label: string;
|
|
@@ -1943,7 +1955,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1943
1955
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1944
1956
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1945
1957
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1946
|
-
|
|
1958
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1947
1959
|
}, "strip", z.ZodTypeAny, {
|
|
1948
1960
|
suggest?: true | undefined;
|
|
1949
1961
|
canExport?: boolean | null | undefined;
|
|
@@ -1972,7 +1984,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
1972
1984
|
formula?: string | null | undefined;
|
|
1973
1985
|
context?: string[] | null | undefined;
|
|
1974
1986
|
prompt?: string | null | undefined;
|
|
1975
|
-
|
|
1987
|
+
matching?: Record<string, unknown> | undefined;
|
|
1976
1988
|
}, {
|
|
1977
1989
|
suggest?: true | undefined;
|
|
1978
1990
|
canExport?: boolean | null | undefined;
|
|
@@ -2001,7 +2013,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2001
2013
|
formula?: string | null | undefined;
|
|
2002
2014
|
context?: string[] | null | undefined;
|
|
2003
2015
|
prompt?: string | null | undefined;
|
|
2004
|
-
|
|
2016
|
+
matching?: Record<string, unknown> | undefined;
|
|
2005
2017
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2006
2018
|
type: z.ZodLiteral<"date">;
|
|
2007
2019
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2101,7 +2113,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2101
2113
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2102
2114
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2103
2115
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2104
|
-
|
|
2116
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2105
2117
|
}, "strip", z.ZodTypeAny, {
|
|
2106
2118
|
suggest?: true | undefined;
|
|
2107
2119
|
canExport?: boolean | null | undefined;
|
|
@@ -2130,7 +2142,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2130
2142
|
formula?: string | null | undefined;
|
|
2131
2143
|
context?: string[] | null | undefined;
|
|
2132
2144
|
prompt?: string | null | undefined;
|
|
2133
|
-
|
|
2145
|
+
matching?: Record<string, unknown> | undefined;
|
|
2134
2146
|
}, {
|
|
2135
2147
|
suggest?: true | undefined;
|
|
2136
2148
|
canExport?: boolean | null | undefined;
|
|
@@ -2159,7 +2171,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2159
2171
|
formula?: string | null | undefined;
|
|
2160
2172
|
context?: string[] | null | undefined;
|
|
2161
2173
|
prompt?: string | null | undefined;
|
|
2162
|
-
|
|
2174
|
+
matching?: Record<string, unknown> | undefined;
|
|
2163
2175
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2164
2176
|
type: z.ZodLiteral<"number">;
|
|
2165
2177
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2286,7 +2298,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2286
2298
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2287
2299
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2288
2300
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2289
|
-
|
|
2301
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2290
2302
|
}, "strip", z.ZodTypeAny, {
|
|
2291
2303
|
suggest?: true | undefined;
|
|
2292
2304
|
canExport?: boolean | null | undefined;
|
|
@@ -2315,7 +2327,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2315
2327
|
formula?: string | null | undefined;
|
|
2316
2328
|
context?: string[] | null | undefined;
|
|
2317
2329
|
prompt?: string | null | undefined;
|
|
2318
|
-
|
|
2330
|
+
matching?: Record<string, unknown> | undefined;
|
|
2319
2331
|
}, {
|
|
2320
2332
|
suggest?: true | undefined;
|
|
2321
2333
|
canExport?: boolean | null | undefined;
|
|
@@ -2344,24 +2356,28 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2344
2356
|
formula?: string | null | undefined;
|
|
2345
2357
|
context?: string[] | null | undefined;
|
|
2346
2358
|
prompt?: string | null | undefined;
|
|
2347
|
-
|
|
2359
|
+
matching?: Record<string, unknown> | undefined;
|
|
2348
2360
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2349
2361
|
type: z.ZodLiteral<"enum">;
|
|
2350
2362
|
options: z.ZodArray<z.ZodObject<{
|
|
2351
2363
|
value: z.ZodString;
|
|
2352
2364
|
label: z.ZodString;
|
|
2365
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
2353
2366
|
}, "strip", z.ZodTypeAny, {
|
|
2354
2367
|
value: string;
|
|
2355
2368
|
label: string;
|
|
2369
|
+
struct?: unknown;
|
|
2356
2370
|
}, {
|
|
2357
2371
|
value: string;
|
|
2358
2372
|
label: string;
|
|
2373
|
+
struct?: unknown;
|
|
2359
2374
|
}>, "many">;
|
|
2360
2375
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
2361
2376
|
}, "strip", z.ZodTypeAny, {
|
|
2362
2377
|
options: {
|
|
2363
2378
|
value: string;
|
|
2364
2379
|
label: string;
|
|
2380
|
+
struct?: unknown;
|
|
2365
2381
|
}[];
|
|
2366
2382
|
type: "enum";
|
|
2367
2383
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2369,6 +2385,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2369
2385
|
options: {
|
|
2370
2386
|
value: string;
|
|
2371
2387
|
label: string;
|
|
2388
|
+
struct?: unknown;
|
|
2372
2389
|
}[];
|
|
2373
2390
|
type: "enum";
|
|
2374
2391
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2462,7 +2479,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2462
2479
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2463
2480
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2464
2481
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2465
|
-
|
|
2482
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2466
2483
|
}, "strip", z.ZodTypeAny, {
|
|
2467
2484
|
suggest?: true | undefined;
|
|
2468
2485
|
canExport?: boolean | null | undefined;
|
|
@@ -2491,7 +2508,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2491
2508
|
formula?: string | null | undefined;
|
|
2492
2509
|
context?: string[] | null | undefined;
|
|
2493
2510
|
prompt?: string | null | undefined;
|
|
2494
|
-
|
|
2511
|
+
matching?: Record<string, unknown> | undefined;
|
|
2495
2512
|
}, {
|
|
2496
2513
|
suggest?: true | undefined;
|
|
2497
2514
|
canExport?: boolean | null | undefined;
|
|
@@ -2520,7 +2537,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2520
2537
|
formula?: string | null | undefined;
|
|
2521
2538
|
context?: string[] | null | undefined;
|
|
2522
2539
|
prompt?: string | null | undefined;
|
|
2523
|
-
|
|
2540
|
+
matching?: Record<string, unknown> | undefined;
|
|
2524
2541
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
2525
2542
|
id: z.ZodString;
|
|
2526
2543
|
label: z.ZodString;
|
|
@@ -2603,7 +2620,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2603
2620
|
formula?: string | null | undefined;
|
|
2604
2621
|
context?: string[] | null | undefined;
|
|
2605
2622
|
prompt?: string | null | undefined;
|
|
2606
|
-
|
|
2623
|
+
matching?: Record<string, unknown> | undefined;
|
|
2607
2624
|
}) | ({
|
|
2608
2625
|
type: "date";
|
|
2609
2626
|
format?: string | null | undefined;
|
|
@@ -2643,7 +2660,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2643
2660
|
formula?: string | null | undefined;
|
|
2644
2661
|
context?: string[] | null | undefined;
|
|
2645
2662
|
prompt?: string | null | undefined;
|
|
2646
|
-
|
|
2663
|
+
matching?: Record<string, unknown> | undefined;
|
|
2647
2664
|
}) | ({
|
|
2648
2665
|
type: "number";
|
|
2649
2666
|
format?: string | null | undefined;
|
|
@@ -2688,11 +2705,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2688
2705
|
formula?: string | null | undefined;
|
|
2689
2706
|
context?: string[] | null | undefined;
|
|
2690
2707
|
prompt?: string | null | undefined;
|
|
2691
|
-
|
|
2708
|
+
matching?: Record<string, unknown> | undefined;
|
|
2692
2709
|
}) | ({
|
|
2693
2710
|
options: {
|
|
2694
2711
|
value: string;
|
|
2695
2712
|
label: string;
|
|
2713
|
+
struct?: unknown;
|
|
2696
2714
|
}[];
|
|
2697
2715
|
type: "enum";
|
|
2698
2716
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2732,7 +2750,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2732
2750
|
formula?: string | null | undefined;
|
|
2733
2751
|
context?: string[] | null | undefined;
|
|
2734
2752
|
prompt?: string | null | undefined;
|
|
2735
|
-
|
|
2753
|
+
matching?: Record<string, unknown> | undefined;
|
|
2736
2754
|
}) | ({
|
|
2737
2755
|
id: string;
|
|
2738
2756
|
label: string;
|
|
@@ -2787,7 +2805,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2787
2805
|
formula?: string | null | undefined;
|
|
2788
2806
|
context?: string[] | null | undefined;
|
|
2789
2807
|
prompt?: string | null | undefined;
|
|
2790
|
-
|
|
2808
|
+
matching?: Record<string, unknown> | undefined;
|
|
2791
2809
|
}) | ({
|
|
2792
2810
|
type: "date";
|
|
2793
2811
|
format?: string | null | undefined;
|
|
@@ -2827,7 +2845,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2827
2845
|
formula?: string | null | undefined;
|
|
2828
2846
|
context?: string[] | null | undefined;
|
|
2829
2847
|
prompt?: string | null | undefined;
|
|
2830
|
-
|
|
2848
|
+
matching?: Record<string, unknown> | undefined;
|
|
2831
2849
|
}) | ({
|
|
2832
2850
|
type: "number";
|
|
2833
2851
|
format?: string | null | undefined;
|
|
@@ -2872,11 +2890,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2872
2890
|
formula?: string | null | undefined;
|
|
2873
2891
|
context?: string[] | null | undefined;
|
|
2874
2892
|
prompt?: string | null | undefined;
|
|
2875
|
-
|
|
2893
|
+
matching?: Record<string, unknown> | undefined;
|
|
2876
2894
|
}) | ({
|
|
2877
2895
|
options: {
|
|
2878
2896
|
value: string;
|
|
2879
2897
|
label: string;
|
|
2898
|
+
struct?: unknown;
|
|
2880
2899
|
}[];
|
|
2881
2900
|
type: "enum";
|
|
2882
2901
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2916,7 +2935,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
2916
2935
|
formula?: string | null | undefined;
|
|
2917
2936
|
context?: string[] | null | undefined;
|
|
2918
2937
|
prompt?: string | null | undefined;
|
|
2919
|
-
|
|
2938
|
+
matching?: Record<string, unknown> | undefined;
|
|
2920
2939
|
}) | ({
|
|
2921
2940
|
id: string;
|
|
2922
2941
|
label: string;
|
|
@@ -3090,7 +3109,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3090
3109
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3091
3110
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3092
3111
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3093
|
-
|
|
3112
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3094
3113
|
}, "strip", z.ZodTypeAny, {
|
|
3095
3114
|
suggest?: true | undefined;
|
|
3096
3115
|
canExport?: boolean | null | undefined;
|
|
@@ -3119,7 +3138,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3119
3138
|
formula?: string | null | undefined;
|
|
3120
3139
|
context?: string[] | null | undefined;
|
|
3121
3140
|
prompt?: string | null | undefined;
|
|
3122
|
-
|
|
3141
|
+
matching?: Record<string, unknown> | undefined;
|
|
3123
3142
|
}, {
|
|
3124
3143
|
suggest?: true | undefined;
|
|
3125
3144
|
canExport?: boolean | null | undefined;
|
|
@@ -3148,7 +3167,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3148
3167
|
formula?: string | null | undefined;
|
|
3149
3168
|
context?: string[] | null | undefined;
|
|
3150
3169
|
prompt?: string | null | undefined;
|
|
3151
|
-
|
|
3170
|
+
matching?: Record<string, unknown> | undefined;
|
|
3152
3171
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3153
3172
|
type: z.ZodLiteral<"date">;
|
|
3154
3173
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3248,7 +3267,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3248
3267
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3249
3268
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3250
3269
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3251
|
-
|
|
3270
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3252
3271
|
}, "strip", z.ZodTypeAny, {
|
|
3253
3272
|
suggest?: true | undefined;
|
|
3254
3273
|
canExport?: boolean | null | undefined;
|
|
@@ -3277,7 +3296,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3277
3296
|
formula?: string | null | undefined;
|
|
3278
3297
|
context?: string[] | null | undefined;
|
|
3279
3298
|
prompt?: string | null | undefined;
|
|
3280
|
-
|
|
3299
|
+
matching?: Record<string, unknown> | undefined;
|
|
3281
3300
|
}, {
|
|
3282
3301
|
suggest?: true | undefined;
|
|
3283
3302
|
canExport?: boolean | null | undefined;
|
|
@@ -3306,7 +3325,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3306
3325
|
formula?: string | null | undefined;
|
|
3307
3326
|
context?: string[] | null | undefined;
|
|
3308
3327
|
prompt?: string | null | undefined;
|
|
3309
|
-
|
|
3328
|
+
matching?: Record<string, unknown> | undefined;
|
|
3310
3329
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3311
3330
|
type: z.ZodLiteral<"number">;
|
|
3312
3331
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3433,7 +3452,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3433
3452
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3434
3453
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3435
3454
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3436
|
-
|
|
3455
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3437
3456
|
}, "strip", z.ZodTypeAny, {
|
|
3438
3457
|
suggest?: true | undefined;
|
|
3439
3458
|
canExport?: boolean | null | undefined;
|
|
@@ -3462,7 +3481,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3462
3481
|
formula?: string | null | undefined;
|
|
3463
3482
|
context?: string[] | null | undefined;
|
|
3464
3483
|
prompt?: string | null | undefined;
|
|
3465
|
-
|
|
3484
|
+
matching?: Record<string, unknown> | undefined;
|
|
3466
3485
|
}, {
|
|
3467
3486
|
suggest?: true | undefined;
|
|
3468
3487
|
canExport?: boolean | null | undefined;
|
|
@@ -3491,24 +3510,28 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3491
3510
|
formula?: string | null | undefined;
|
|
3492
3511
|
context?: string[] | null | undefined;
|
|
3493
3512
|
prompt?: string | null | undefined;
|
|
3494
|
-
|
|
3513
|
+
matching?: Record<string, unknown> | undefined;
|
|
3495
3514
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3496
3515
|
type: z.ZodLiteral<"enum">;
|
|
3497
3516
|
options: z.ZodArray<z.ZodObject<{
|
|
3498
3517
|
value: z.ZodString;
|
|
3499
3518
|
label: z.ZodString;
|
|
3519
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
3500
3520
|
}, "strip", z.ZodTypeAny, {
|
|
3501
3521
|
value: string;
|
|
3502
3522
|
label: string;
|
|
3523
|
+
struct?: unknown;
|
|
3503
3524
|
}, {
|
|
3504
3525
|
value: string;
|
|
3505
3526
|
label: string;
|
|
3527
|
+
struct?: unknown;
|
|
3506
3528
|
}>, "many">;
|
|
3507
3529
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
3508
3530
|
}, "strip", z.ZodTypeAny, {
|
|
3509
3531
|
options: {
|
|
3510
3532
|
value: string;
|
|
3511
3533
|
label: string;
|
|
3534
|
+
struct?: unknown;
|
|
3512
3535
|
}[];
|
|
3513
3536
|
type: "enum";
|
|
3514
3537
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3516,6 +3539,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3516
3539
|
options: {
|
|
3517
3540
|
value: string;
|
|
3518
3541
|
label: string;
|
|
3542
|
+
struct?: unknown;
|
|
3519
3543
|
}[];
|
|
3520
3544
|
type: "enum";
|
|
3521
3545
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3609,7 +3633,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3609
3633
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3610
3634
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3611
3635
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3612
|
-
|
|
3636
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3613
3637
|
}, "strip", z.ZodTypeAny, {
|
|
3614
3638
|
suggest?: true | undefined;
|
|
3615
3639
|
canExport?: boolean | null | undefined;
|
|
@@ -3638,7 +3662,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3638
3662
|
formula?: string | null | undefined;
|
|
3639
3663
|
context?: string[] | null | undefined;
|
|
3640
3664
|
prompt?: string | null | undefined;
|
|
3641
|
-
|
|
3665
|
+
matching?: Record<string, unknown> | undefined;
|
|
3642
3666
|
}, {
|
|
3643
3667
|
suggest?: true | undefined;
|
|
3644
3668
|
canExport?: boolean | null | undefined;
|
|
@@ -3667,7 +3691,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3667
3691
|
formula?: string | null | undefined;
|
|
3668
3692
|
context?: string[] | null | undefined;
|
|
3669
3693
|
prompt?: string | null | undefined;
|
|
3670
|
-
|
|
3694
|
+
matching?: Record<string, unknown> | undefined;
|
|
3671
3695
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3672
3696
|
id: z.ZodString;
|
|
3673
3697
|
label: z.ZodString;
|
|
@@ -3751,7 +3775,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3751
3775
|
formula?: string | null | undefined;
|
|
3752
3776
|
context?: string[] | null | undefined;
|
|
3753
3777
|
prompt?: string | null | undefined;
|
|
3754
|
-
|
|
3778
|
+
matching?: Record<string, unknown> | undefined;
|
|
3755
3779
|
}) | ({
|
|
3756
3780
|
type: "date";
|
|
3757
3781
|
format?: string | null | undefined;
|
|
@@ -3791,7 +3815,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3791
3815
|
formula?: string | null | undefined;
|
|
3792
3816
|
context?: string[] | null | undefined;
|
|
3793
3817
|
prompt?: string | null | undefined;
|
|
3794
|
-
|
|
3818
|
+
matching?: Record<string, unknown> | undefined;
|
|
3795
3819
|
}) | ({
|
|
3796
3820
|
type: "number";
|
|
3797
3821
|
format?: string | null | undefined;
|
|
@@ -3836,11 +3860,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3836
3860
|
formula?: string | null | undefined;
|
|
3837
3861
|
context?: string[] | null | undefined;
|
|
3838
3862
|
prompt?: string | null | undefined;
|
|
3839
|
-
|
|
3863
|
+
matching?: Record<string, unknown> | undefined;
|
|
3840
3864
|
}) | ({
|
|
3841
3865
|
options: {
|
|
3842
3866
|
value: string;
|
|
3843
3867
|
label: string;
|
|
3868
|
+
struct?: unknown;
|
|
3844
3869
|
}[];
|
|
3845
3870
|
type: "enum";
|
|
3846
3871
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3880,7 +3905,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3880
3905
|
formula?: string | null | undefined;
|
|
3881
3906
|
context?: string[] | null | undefined;
|
|
3882
3907
|
prompt?: string | null | undefined;
|
|
3883
|
-
|
|
3908
|
+
matching?: Record<string, unknown> | undefined;
|
|
3884
3909
|
}) | ({
|
|
3885
3910
|
id: string;
|
|
3886
3911
|
label: string;
|
|
@@ -3937,7 +3962,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3937
3962
|
formula?: string | null | undefined;
|
|
3938
3963
|
context?: string[] | null | undefined;
|
|
3939
3964
|
prompt?: string | null | undefined;
|
|
3940
|
-
|
|
3965
|
+
matching?: Record<string, unknown> | undefined;
|
|
3941
3966
|
}) | ({
|
|
3942
3967
|
type: "date";
|
|
3943
3968
|
format?: string | null | undefined;
|
|
@@ -3977,7 +4002,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
3977
4002
|
formula?: string | null | undefined;
|
|
3978
4003
|
context?: string[] | null | undefined;
|
|
3979
4004
|
prompt?: string | null | undefined;
|
|
3980
|
-
|
|
4005
|
+
matching?: Record<string, unknown> | undefined;
|
|
3981
4006
|
}) | ({
|
|
3982
4007
|
type: "number";
|
|
3983
4008
|
format?: string | null | undefined;
|
|
@@ -4022,11 +4047,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4022
4047
|
formula?: string | null | undefined;
|
|
4023
4048
|
context?: string[] | null | undefined;
|
|
4024
4049
|
prompt?: string | null | undefined;
|
|
4025
|
-
|
|
4050
|
+
matching?: Record<string, unknown> | undefined;
|
|
4026
4051
|
}) | ({
|
|
4027
4052
|
options: {
|
|
4028
4053
|
value: string;
|
|
4029
4054
|
label: string;
|
|
4055
|
+
struct?: unknown;
|
|
4030
4056
|
}[];
|
|
4031
4057
|
type: "enum";
|
|
4032
4058
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4066,7 +4092,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4066
4092
|
formula?: string | null | undefined;
|
|
4067
4093
|
context?: string[] | null | undefined;
|
|
4068
4094
|
prompt?: string | null | undefined;
|
|
4069
|
-
|
|
4095
|
+
matching?: Record<string, unknown> | undefined;
|
|
4070
4096
|
}) | ({
|
|
4071
4097
|
id: string;
|
|
4072
4098
|
label: string;
|
|
@@ -4143,7 +4169,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4143
4169
|
formula?: string | null | undefined;
|
|
4144
4170
|
context?: string[] | null | undefined;
|
|
4145
4171
|
prompt?: string | null | undefined;
|
|
4146
|
-
|
|
4172
|
+
matching?: Record<string, unknown> | undefined;
|
|
4147
4173
|
}) | ({
|
|
4148
4174
|
type: "date";
|
|
4149
4175
|
format?: string | null | undefined;
|
|
@@ -4183,7 +4209,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4183
4209
|
formula?: string | null | undefined;
|
|
4184
4210
|
context?: string[] | null | undefined;
|
|
4185
4211
|
prompt?: string | null | undefined;
|
|
4186
|
-
|
|
4212
|
+
matching?: Record<string, unknown> | undefined;
|
|
4187
4213
|
}) | ({
|
|
4188
4214
|
type: "number";
|
|
4189
4215
|
format?: string | null | undefined;
|
|
@@ -4228,11 +4254,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4228
4254
|
formula?: string | null | undefined;
|
|
4229
4255
|
context?: string[] | null | undefined;
|
|
4230
4256
|
prompt?: string | null | undefined;
|
|
4231
|
-
|
|
4257
|
+
matching?: Record<string, unknown> | undefined;
|
|
4232
4258
|
}) | ({
|
|
4233
4259
|
options: {
|
|
4234
4260
|
value: string;
|
|
4235
4261
|
label: string;
|
|
4262
|
+
struct?: unknown;
|
|
4236
4263
|
}[];
|
|
4237
4264
|
type: "enum";
|
|
4238
4265
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4272,7 +4299,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4272
4299
|
formula?: string | null | undefined;
|
|
4273
4300
|
context?: string[] | null | undefined;
|
|
4274
4301
|
prompt?: string | null | undefined;
|
|
4275
|
-
|
|
4302
|
+
matching?: Record<string, unknown> | undefined;
|
|
4276
4303
|
}) | ({
|
|
4277
4304
|
id: string;
|
|
4278
4305
|
label: string;
|
|
@@ -4337,7 +4364,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4337
4364
|
formula?: string | null | undefined;
|
|
4338
4365
|
context?: string[] | null | undefined;
|
|
4339
4366
|
prompt?: string | null | undefined;
|
|
4340
|
-
|
|
4367
|
+
matching?: Record<string, unknown> | undefined;
|
|
4341
4368
|
}) | ({
|
|
4342
4369
|
type: "date";
|
|
4343
4370
|
format?: string | null | undefined;
|
|
@@ -4377,7 +4404,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4377
4404
|
formula?: string | null | undefined;
|
|
4378
4405
|
context?: string[] | null | undefined;
|
|
4379
4406
|
prompt?: string | null | undefined;
|
|
4380
|
-
|
|
4407
|
+
matching?: Record<string, unknown> | undefined;
|
|
4381
4408
|
}) | ({
|
|
4382
4409
|
type: "number";
|
|
4383
4410
|
format?: string | null | undefined;
|
|
@@ -4422,11 +4449,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4422
4449
|
formula?: string | null | undefined;
|
|
4423
4450
|
context?: string[] | null | undefined;
|
|
4424
4451
|
prompt?: string | null | undefined;
|
|
4425
|
-
|
|
4452
|
+
matching?: Record<string, unknown> | undefined;
|
|
4426
4453
|
}) | ({
|
|
4427
4454
|
options: {
|
|
4428
4455
|
value: string;
|
|
4429
4456
|
label: string;
|
|
4457
|
+
struct?: unknown;
|
|
4430
4458
|
}[];
|
|
4431
4459
|
type: "enum";
|
|
4432
4460
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4466,7 +4494,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4466
4494
|
formula?: string | null | undefined;
|
|
4467
4495
|
context?: string[] | null | undefined;
|
|
4468
4496
|
prompt?: string | null | undefined;
|
|
4469
|
-
|
|
4497
|
+
matching?: Record<string, unknown> | undefined;
|
|
4470
4498
|
}) | ({
|
|
4471
4499
|
id: string;
|
|
4472
4500
|
label: string;
|
|
@@ -4591,7 +4619,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4591
4619
|
formula?: string | null | undefined;
|
|
4592
4620
|
context?: string[] | null | undefined;
|
|
4593
4621
|
prompt?: string | null | undefined;
|
|
4594
|
-
|
|
4622
|
+
matching?: Record<string, unknown> | undefined;
|
|
4595
4623
|
}) | ({
|
|
4596
4624
|
type: "date";
|
|
4597
4625
|
format?: string | null | undefined;
|
|
@@ -4631,7 +4659,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4631
4659
|
formula?: string | null | undefined;
|
|
4632
4660
|
context?: string[] | null | undefined;
|
|
4633
4661
|
prompt?: string | null | undefined;
|
|
4634
|
-
|
|
4662
|
+
matching?: Record<string, unknown> | undefined;
|
|
4635
4663
|
}) | ({
|
|
4636
4664
|
type: "number";
|
|
4637
4665
|
format?: string | null | undefined;
|
|
@@ -4676,11 +4704,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4676
4704
|
formula?: string | null | undefined;
|
|
4677
4705
|
context?: string[] | null | undefined;
|
|
4678
4706
|
prompt?: string | null | undefined;
|
|
4679
|
-
|
|
4707
|
+
matching?: Record<string, unknown> | undefined;
|
|
4680
4708
|
}) | ({
|
|
4681
4709
|
options: {
|
|
4682
4710
|
value: string;
|
|
4683
4711
|
label: string;
|
|
4712
|
+
struct?: unknown;
|
|
4684
4713
|
}[];
|
|
4685
4714
|
type: "enum";
|
|
4686
4715
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4720,7 +4749,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4720
4749
|
formula?: string | null | undefined;
|
|
4721
4750
|
context?: string[] | null | undefined;
|
|
4722
4751
|
prompt?: string | null | undefined;
|
|
4723
|
-
|
|
4752
|
+
matching?: Record<string, unknown> | undefined;
|
|
4724
4753
|
}) | ({
|
|
4725
4754
|
id: string;
|
|
4726
4755
|
label: string;
|
|
@@ -4774,7 +4803,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4774
4803
|
formula?: string | null | undefined;
|
|
4775
4804
|
context?: string[] | null | undefined;
|
|
4776
4805
|
prompt?: string | null | undefined;
|
|
4777
|
-
|
|
4806
|
+
matching?: Record<string, unknown> | undefined;
|
|
4778
4807
|
}) | ({
|
|
4779
4808
|
type: "date";
|
|
4780
4809
|
format?: string | null | undefined;
|
|
@@ -4814,7 +4843,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4814
4843
|
formula?: string | null | undefined;
|
|
4815
4844
|
context?: string[] | null | undefined;
|
|
4816
4845
|
prompt?: string | null | undefined;
|
|
4817
|
-
|
|
4846
|
+
matching?: Record<string, unknown> | undefined;
|
|
4818
4847
|
}) | ({
|
|
4819
4848
|
type: "number";
|
|
4820
4849
|
format?: string | null | undefined;
|
|
@@ -4859,11 +4888,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4859
4888
|
formula?: string | null | undefined;
|
|
4860
4889
|
context?: string[] | null | undefined;
|
|
4861
4890
|
prompt?: string | null | undefined;
|
|
4862
|
-
|
|
4891
|
+
matching?: Record<string, unknown> | undefined;
|
|
4863
4892
|
}) | ({
|
|
4864
4893
|
options: {
|
|
4865
4894
|
value: string;
|
|
4866
4895
|
label: string;
|
|
4896
|
+
struct?: unknown;
|
|
4867
4897
|
}[];
|
|
4868
4898
|
type: "enum";
|
|
4869
4899
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4903,7 +4933,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4903
4933
|
formula?: string | null | undefined;
|
|
4904
4934
|
context?: string[] | null | undefined;
|
|
4905
4935
|
prompt?: string | null | undefined;
|
|
4906
|
-
|
|
4936
|
+
matching?: Record<string, unknown> | undefined;
|
|
4907
4937
|
}) | ({
|
|
4908
4938
|
id: string;
|
|
4909
4939
|
label: string;
|
|
@@ -4966,7 +4996,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
4966
4996
|
formula?: string | null | undefined;
|
|
4967
4997
|
context?: string[] | null | undefined;
|
|
4968
4998
|
prompt?: string | null | undefined;
|
|
4969
|
-
|
|
4999
|
+
matching?: Record<string, unknown> | undefined;
|
|
4970
5000
|
}) | ({
|
|
4971
5001
|
type: "date";
|
|
4972
5002
|
format?: string | null | undefined;
|
|
@@ -5006,7 +5036,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5006
5036
|
formula?: string | null | undefined;
|
|
5007
5037
|
context?: string[] | null | undefined;
|
|
5008
5038
|
prompt?: string | null | undefined;
|
|
5009
|
-
|
|
5039
|
+
matching?: Record<string, unknown> | undefined;
|
|
5010
5040
|
}) | ({
|
|
5011
5041
|
type: "number";
|
|
5012
5042
|
format?: string | null | undefined;
|
|
@@ -5051,11 +5081,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5051
5081
|
formula?: string | null | undefined;
|
|
5052
5082
|
context?: string[] | null | undefined;
|
|
5053
5083
|
prompt?: string | null | undefined;
|
|
5054
|
-
|
|
5084
|
+
matching?: Record<string, unknown> | undefined;
|
|
5055
5085
|
}) | ({
|
|
5056
5086
|
options: {
|
|
5057
5087
|
value: string;
|
|
5058
5088
|
label: string;
|
|
5089
|
+
struct?: unknown;
|
|
5059
5090
|
}[];
|
|
5060
5091
|
type: "enum";
|
|
5061
5092
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5095,7 +5126,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5095
5126
|
formula?: string | null | undefined;
|
|
5096
5127
|
context?: string[] | null | undefined;
|
|
5097
5128
|
prompt?: string | null | undefined;
|
|
5098
|
-
|
|
5129
|
+
matching?: Record<string, unknown> | undefined;
|
|
5099
5130
|
}) | ({
|
|
5100
5131
|
id: string;
|
|
5101
5132
|
label: string;
|
|
@@ -5168,7 +5199,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5168
5199
|
formula?: string | null | undefined;
|
|
5169
5200
|
context?: string[] | null | undefined;
|
|
5170
5201
|
prompt?: string | null | undefined;
|
|
5171
|
-
|
|
5202
|
+
matching?: Record<string, unknown> | undefined;
|
|
5172
5203
|
}) | ({
|
|
5173
5204
|
type: "date";
|
|
5174
5205
|
format?: string | null | undefined;
|
|
@@ -5208,7 +5239,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5208
5239
|
formula?: string | null | undefined;
|
|
5209
5240
|
context?: string[] | null | undefined;
|
|
5210
5241
|
prompt?: string | null | undefined;
|
|
5211
|
-
|
|
5242
|
+
matching?: Record<string, unknown> | undefined;
|
|
5212
5243
|
}) | ({
|
|
5213
5244
|
type: "number";
|
|
5214
5245
|
format?: string | null | undefined;
|
|
@@ -5253,11 +5284,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5253
5284
|
formula?: string | null | undefined;
|
|
5254
5285
|
context?: string[] | null | undefined;
|
|
5255
5286
|
prompt?: string | null | undefined;
|
|
5256
|
-
|
|
5287
|
+
matching?: Record<string, unknown> | undefined;
|
|
5257
5288
|
}) | ({
|
|
5258
5289
|
options: {
|
|
5259
5290
|
value: string;
|
|
5260
5291
|
label: string;
|
|
5292
|
+
struct?: unknown;
|
|
5261
5293
|
}[];
|
|
5262
5294
|
type: "enum";
|
|
5263
5295
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5297,7 +5329,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5297
5329
|
formula?: string | null | undefined;
|
|
5298
5330
|
context?: string[] | null | undefined;
|
|
5299
5331
|
prompt?: string | null | undefined;
|
|
5300
|
-
|
|
5332
|
+
matching?: Record<string, unknown> | undefined;
|
|
5301
5333
|
}) | ({
|
|
5302
5334
|
id: string;
|
|
5303
5335
|
label: string;
|
|
@@ -5381,7 +5413,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5381
5413
|
formula?: string | null | undefined;
|
|
5382
5414
|
context?: string[] | null | undefined;
|
|
5383
5415
|
prompt?: string | null | undefined;
|
|
5384
|
-
|
|
5416
|
+
matching?: Record<string, unknown> | undefined;
|
|
5385
5417
|
}) | ({
|
|
5386
5418
|
type: "date";
|
|
5387
5419
|
format?: string | null | undefined;
|
|
@@ -5421,7 +5453,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5421
5453
|
formula?: string | null | undefined;
|
|
5422
5454
|
context?: string[] | null | undefined;
|
|
5423
5455
|
prompt?: string | null | undefined;
|
|
5424
|
-
|
|
5456
|
+
matching?: Record<string, unknown> | undefined;
|
|
5425
5457
|
}) | ({
|
|
5426
5458
|
type: "number";
|
|
5427
5459
|
format?: string | null | undefined;
|
|
@@ -5466,11 +5498,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5466
5498
|
formula?: string | null | undefined;
|
|
5467
5499
|
context?: string[] | null | undefined;
|
|
5468
5500
|
prompt?: string | null | undefined;
|
|
5469
|
-
|
|
5501
|
+
matching?: Record<string, unknown> | undefined;
|
|
5470
5502
|
}) | ({
|
|
5471
5503
|
options: {
|
|
5472
5504
|
value: string;
|
|
5473
5505
|
label: string;
|
|
5506
|
+
struct?: unknown;
|
|
5474
5507
|
}[];
|
|
5475
5508
|
type: "enum";
|
|
5476
5509
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5510,7 +5543,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5510
5543
|
formula?: string | null | undefined;
|
|
5511
5544
|
context?: string[] | null | undefined;
|
|
5512
5545
|
prompt?: string | null | undefined;
|
|
5513
|
-
|
|
5546
|
+
matching?: Record<string, unknown> | undefined;
|
|
5514
5547
|
}) | ({
|
|
5515
5548
|
id: string;
|
|
5516
5549
|
label: string;
|
|
@@ -5564,7 +5597,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5564
5597
|
formula?: string | null | undefined;
|
|
5565
5598
|
context?: string[] | null | undefined;
|
|
5566
5599
|
prompt?: string | null | undefined;
|
|
5567
|
-
|
|
5600
|
+
matching?: Record<string, unknown> | undefined;
|
|
5568
5601
|
}) | ({
|
|
5569
5602
|
type: "date";
|
|
5570
5603
|
format?: string | null | undefined;
|
|
@@ -5604,7 +5637,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5604
5637
|
formula?: string | null | undefined;
|
|
5605
5638
|
context?: string[] | null | undefined;
|
|
5606
5639
|
prompt?: string | null | undefined;
|
|
5607
|
-
|
|
5640
|
+
matching?: Record<string, unknown> | undefined;
|
|
5608
5641
|
}) | ({
|
|
5609
5642
|
type: "number";
|
|
5610
5643
|
format?: string | null | undefined;
|
|
@@ -5649,11 +5682,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5649
5682
|
formula?: string | null | undefined;
|
|
5650
5683
|
context?: string[] | null | undefined;
|
|
5651
5684
|
prompt?: string | null | undefined;
|
|
5652
|
-
|
|
5685
|
+
matching?: Record<string, unknown> | undefined;
|
|
5653
5686
|
}) | ({
|
|
5654
5687
|
options: {
|
|
5655
5688
|
value: string;
|
|
5656
5689
|
label: string;
|
|
5690
|
+
struct?: unknown;
|
|
5657
5691
|
}[];
|
|
5658
5692
|
type: "enum";
|
|
5659
5693
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5693,7 +5727,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5693
5727
|
formula?: string | null | undefined;
|
|
5694
5728
|
context?: string[] | null | undefined;
|
|
5695
5729
|
prompt?: string | null | undefined;
|
|
5696
|
-
|
|
5730
|
+
matching?: Record<string, unknown> | undefined;
|
|
5697
5731
|
}) | ({
|
|
5698
5732
|
id: string;
|
|
5699
5733
|
label: string;
|
|
@@ -5756,7 +5790,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5756
5790
|
formula?: string | null | undefined;
|
|
5757
5791
|
context?: string[] | null | undefined;
|
|
5758
5792
|
prompt?: string | null | undefined;
|
|
5759
|
-
|
|
5793
|
+
matching?: Record<string, unknown> | undefined;
|
|
5760
5794
|
}) | ({
|
|
5761
5795
|
type: "date";
|
|
5762
5796
|
format?: string | null | undefined;
|
|
@@ -5796,7 +5830,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5796
5830
|
formula?: string | null | undefined;
|
|
5797
5831
|
context?: string[] | null | undefined;
|
|
5798
5832
|
prompt?: string | null | undefined;
|
|
5799
|
-
|
|
5833
|
+
matching?: Record<string, unknown> | undefined;
|
|
5800
5834
|
}) | ({
|
|
5801
5835
|
type: "number";
|
|
5802
5836
|
format?: string | null | undefined;
|
|
@@ -5841,11 +5875,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5841
5875
|
formula?: string | null | undefined;
|
|
5842
5876
|
context?: string[] | null | undefined;
|
|
5843
5877
|
prompt?: string | null | undefined;
|
|
5844
|
-
|
|
5878
|
+
matching?: Record<string, unknown> | undefined;
|
|
5845
5879
|
}) | ({
|
|
5846
5880
|
options: {
|
|
5847
5881
|
value: string;
|
|
5848
5882
|
label: string;
|
|
5883
|
+
struct?: unknown;
|
|
5849
5884
|
}[];
|
|
5850
5885
|
type: "enum";
|
|
5851
5886
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5885,7 +5920,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5885
5920
|
formula?: string | null | undefined;
|
|
5886
5921
|
context?: string[] | null | undefined;
|
|
5887
5922
|
prompt?: string | null | undefined;
|
|
5888
|
-
|
|
5923
|
+
matching?: Record<string, unknown> | undefined;
|
|
5889
5924
|
}) | ({
|
|
5890
5925
|
id: string;
|
|
5891
5926
|
label: string;
|
|
@@ -5958,7 +5993,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5958
5993
|
formula?: string | null | undefined;
|
|
5959
5994
|
context?: string[] | null | undefined;
|
|
5960
5995
|
prompt?: string | null | undefined;
|
|
5961
|
-
|
|
5996
|
+
matching?: Record<string, unknown> | undefined;
|
|
5962
5997
|
}) | ({
|
|
5963
5998
|
type: "date";
|
|
5964
5999
|
format?: string | null | undefined;
|
|
@@ -5998,7 +6033,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
5998
6033
|
formula?: string | null | undefined;
|
|
5999
6034
|
context?: string[] | null | undefined;
|
|
6000
6035
|
prompt?: string | null | undefined;
|
|
6001
|
-
|
|
6036
|
+
matching?: Record<string, unknown> | undefined;
|
|
6002
6037
|
}) | ({
|
|
6003
6038
|
type: "number";
|
|
6004
6039
|
format?: string | null | undefined;
|
|
@@ -6043,11 +6078,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6043
6078
|
formula?: string | null | undefined;
|
|
6044
6079
|
context?: string[] | null | undefined;
|
|
6045
6080
|
prompt?: string | null | undefined;
|
|
6046
|
-
|
|
6081
|
+
matching?: Record<string, unknown> | undefined;
|
|
6047
6082
|
}) | ({
|
|
6048
6083
|
options: {
|
|
6049
6084
|
value: string;
|
|
6050
6085
|
label: string;
|
|
6086
|
+
struct?: unknown;
|
|
6051
6087
|
}[];
|
|
6052
6088
|
type: "enum";
|
|
6053
6089
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6087,7 +6123,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6087
6123
|
formula?: string | null | undefined;
|
|
6088
6124
|
context?: string[] | null | undefined;
|
|
6089
6125
|
prompt?: string | null | undefined;
|
|
6090
|
-
|
|
6126
|
+
matching?: Record<string, unknown> | undefined;
|
|
6091
6127
|
}) | ({
|
|
6092
6128
|
id: string;
|
|
6093
6129
|
label: string;
|
|
@@ -6154,6 +6190,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6154
6190
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6155
6191
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6156
6192
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6193
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
6157
6194
|
}, "strip", z.ZodTypeAny, {
|
|
6158
6195
|
value?: string | null | undefined;
|
|
6159
6196
|
normalizedValue?: string | null | undefined;
|
|
@@ -6169,6 +6206,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6169
6206
|
rirConfidence?: number | null | undefined;
|
|
6170
6207
|
connectorPosition?: number[] | null | undefined;
|
|
6171
6208
|
connectorText?: string | null | undefined;
|
|
6209
|
+
struct?: unknown;
|
|
6172
6210
|
}, {
|
|
6173
6211
|
value?: string | null | undefined;
|
|
6174
6212
|
normalizedValue?: string | null | undefined;
|
|
@@ -6184,6 +6222,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6184
6222
|
rirConfidence?: number | null | undefined;
|
|
6185
6223
|
connectorPosition?: number[] | null | undefined;
|
|
6186
6224
|
connectorText?: string | null | undefined;
|
|
6225
|
+
struct?: unknown;
|
|
6187
6226
|
}>>>;
|
|
6188
6227
|
children: z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
6189
6228
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6203,6 +6242,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6203
6242
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6204
6243
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6205
6244
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6245
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
6206
6246
|
}, "strip", z.ZodTypeAny, {
|
|
6207
6247
|
value?: string | null | undefined;
|
|
6208
6248
|
normalizedValue?: string | null | undefined;
|
|
@@ -6218,6 +6258,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6218
6258
|
rirConfidence?: number | null | undefined;
|
|
6219
6259
|
connectorPosition?: number[] | null | undefined;
|
|
6220
6260
|
connectorText?: string | null | undefined;
|
|
6261
|
+
struct?: unknown;
|
|
6221
6262
|
}, {
|
|
6222
6263
|
value?: string | null | undefined;
|
|
6223
6264
|
normalizedValue?: string | null | undefined;
|
|
@@ -6233,6 +6274,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6233
6274
|
rirConfidence?: number | null | undefined;
|
|
6234
6275
|
connectorPosition?: number[] | null | undefined;
|
|
6235
6276
|
connectorText?: string | null | undefined;
|
|
6277
|
+
struct?: unknown;
|
|
6236
6278
|
}>>>;
|
|
6237
6279
|
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
6238
6280
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -6240,6 +6282,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6240
6282
|
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6241
6283
|
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6242
6284
|
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
6285
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6286
|
+
label: z.ZodString;
|
|
6287
|
+
value: z.ZodString;
|
|
6288
|
+
}, "strip", z.ZodTypeAny, {
|
|
6289
|
+
value: string;
|
|
6290
|
+
label: string;
|
|
6291
|
+
}, {
|
|
6292
|
+
value: string;
|
|
6293
|
+
label: string;
|
|
6294
|
+
}>, "many">>;
|
|
6243
6295
|
}, "strip", z.ZodTypeAny, {
|
|
6244
6296
|
url: string | null;
|
|
6245
6297
|
id: number | null;
|
|
@@ -6260,11 +6312,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6260
6312
|
rirConfidence?: number | null | undefined;
|
|
6261
6313
|
connectorPosition?: number[] | null | undefined;
|
|
6262
6314
|
connectorText?: string | null | undefined;
|
|
6315
|
+
struct?: unknown;
|
|
6263
6316
|
} | null | undefined;
|
|
6264
6317
|
validationSources?: string[] | null | undefined;
|
|
6265
6318
|
timeSpent?: number | null | undefined;
|
|
6266
6319
|
timeSpentOverall?: number | null | undefined;
|
|
6267
6320
|
noRecalculation?: boolean | undefined;
|
|
6321
|
+
options?: {
|
|
6322
|
+
value: string;
|
|
6323
|
+
label: string;
|
|
6324
|
+
}[] | undefined;
|
|
6268
6325
|
}, {
|
|
6269
6326
|
url: string | null;
|
|
6270
6327
|
id: number | null;
|
|
@@ -6285,11 +6342,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6285
6342
|
rirConfidence?: number | null | undefined;
|
|
6286
6343
|
connectorPosition?: number[] | null | undefined;
|
|
6287
6344
|
connectorText?: string | null | undefined;
|
|
6345
|
+
struct?: unknown;
|
|
6288
6346
|
} | null | undefined;
|
|
6289
6347
|
validationSources?: string[] | null | undefined;
|
|
6290
6348
|
timeSpent?: number | null | undefined;
|
|
6291
6349
|
timeSpentOverall?: number | null | undefined;
|
|
6292
6350
|
noRecalculation?: boolean | undefined;
|
|
6351
|
+
options?: {
|
|
6352
|
+
value: string;
|
|
6353
|
+
label: string;
|
|
6354
|
+
}[] | undefined;
|
|
6293
6355
|
}>, "many">, z.ZodArray<z.ZodObject<{
|
|
6294
6356
|
id: z.ZodNullable<z.ZodNumber>;
|
|
6295
6357
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -6312,6 +6374,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6312
6374
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6313
6375
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6314
6376
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6377
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
6315
6378
|
}, "strip", z.ZodTypeAny, {
|
|
6316
6379
|
value?: string | null | undefined;
|
|
6317
6380
|
normalizedValue?: string | null | undefined;
|
|
@@ -6327,6 +6390,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6327
6390
|
rirConfidence?: number | null | undefined;
|
|
6328
6391
|
connectorPosition?: number[] | null | undefined;
|
|
6329
6392
|
connectorText?: string | null | undefined;
|
|
6393
|
+
struct?: unknown;
|
|
6330
6394
|
}, {
|
|
6331
6395
|
value?: string | null | undefined;
|
|
6332
6396
|
normalizedValue?: string | null | undefined;
|
|
@@ -6342,6 +6406,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6342
6406
|
rirConfidence?: number | null | undefined;
|
|
6343
6407
|
connectorPosition?: number[] | null | undefined;
|
|
6344
6408
|
connectorText?: string | null | undefined;
|
|
6409
|
+
struct?: unknown;
|
|
6345
6410
|
}>>>;
|
|
6346
6411
|
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
6347
6412
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -6349,6 +6414,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6349
6414
|
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6350
6415
|
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6351
6416
|
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
6417
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6418
|
+
label: z.ZodString;
|
|
6419
|
+
value: z.ZodString;
|
|
6420
|
+
}, "strip", z.ZodTypeAny, {
|
|
6421
|
+
value: string;
|
|
6422
|
+
label: string;
|
|
6423
|
+
}, {
|
|
6424
|
+
value: string;
|
|
6425
|
+
label: string;
|
|
6426
|
+
}>, "many">>;
|
|
6352
6427
|
}, "strip", z.ZodTypeAny, {
|
|
6353
6428
|
url: string | null;
|
|
6354
6429
|
id: number | null;
|
|
@@ -6369,11 +6444,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6369
6444
|
rirConfidence?: number | null | undefined;
|
|
6370
6445
|
connectorPosition?: number[] | null | undefined;
|
|
6371
6446
|
connectorText?: string | null | undefined;
|
|
6447
|
+
struct?: unknown;
|
|
6372
6448
|
} | null | undefined;
|
|
6373
6449
|
validationSources?: string[] | null | undefined;
|
|
6374
6450
|
timeSpent?: number | null | undefined;
|
|
6375
6451
|
timeSpentOverall?: number | null | undefined;
|
|
6376
6452
|
noRecalculation?: boolean | undefined;
|
|
6453
|
+
options?: {
|
|
6454
|
+
value: string;
|
|
6455
|
+
label: string;
|
|
6456
|
+
}[] | undefined;
|
|
6377
6457
|
}, {
|
|
6378
6458
|
url: string | null;
|
|
6379
6459
|
id: number | null;
|
|
@@ -6394,11 +6474,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6394
6474
|
rirConfidence?: number | null | undefined;
|
|
6395
6475
|
connectorPosition?: number[] | null | undefined;
|
|
6396
6476
|
connectorText?: string | null | undefined;
|
|
6477
|
+
struct?: unknown;
|
|
6397
6478
|
} | null | undefined;
|
|
6398
6479
|
validationSources?: string[] | null | undefined;
|
|
6399
6480
|
timeSpent?: number | null | undefined;
|
|
6400
6481
|
timeSpentOverall?: number | null | undefined;
|
|
6401
6482
|
noRecalculation?: boolean | undefined;
|
|
6483
|
+
options?: {
|
|
6484
|
+
value: string;
|
|
6485
|
+
label: string;
|
|
6486
|
+
}[] | undefined;
|
|
6402
6487
|
}>>, "many">;
|
|
6403
6488
|
schemaId: z.ZodString;
|
|
6404
6489
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6423,11 +6508,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6423
6508
|
rirConfidence?: number | null | undefined;
|
|
6424
6509
|
connectorPosition?: number[] | null | undefined;
|
|
6425
6510
|
connectorText?: string | null | undefined;
|
|
6511
|
+
struct?: unknown;
|
|
6426
6512
|
} | null | undefined;
|
|
6427
6513
|
validationSources?: string[] | null | undefined;
|
|
6428
6514
|
timeSpent?: number | null | undefined;
|
|
6429
6515
|
timeSpentOverall?: number | null | undefined;
|
|
6430
6516
|
noRecalculation?: boolean | undefined;
|
|
6517
|
+
options?: {
|
|
6518
|
+
value: string;
|
|
6519
|
+
label: string;
|
|
6520
|
+
}[] | undefined;
|
|
6431
6521
|
} | null)[];
|
|
6432
6522
|
id: number | null;
|
|
6433
6523
|
schemaId: string;
|
|
@@ -6454,11 +6544,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6454
6544
|
rirConfidence?: number | null | undefined;
|
|
6455
6545
|
connectorPosition?: number[] | null | undefined;
|
|
6456
6546
|
connectorText?: string | null | undefined;
|
|
6547
|
+
struct?: unknown;
|
|
6457
6548
|
} | null | undefined;
|
|
6458
6549
|
validationSources?: string[] | null | undefined;
|
|
6459
6550
|
timeSpent?: number | null | undefined;
|
|
6460
6551
|
timeSpentOverall?: number | null | undefined;
|
|
6461
6552
|
noRecalculation?: boolean | undefined;
|
|
6553
|
+
options?: {
|
|
6554
|
+
value: string;
|
|
6555
|
+
label: string;
|
|
6556
|
+
}[] | undefined;
|
|
6462
6557
|
} | null)[];
|
|
6463
6558
|
id: number | null;
|
|
6464
6559
|
schemaId: string;
|
|
@@ -6579,11 +6674,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6579
6674
|
rirConfidence?: number | null | undefined;
|
|
6580
6675
|
connectorPosition?: number[] | null | undefined;
|
|
6581
6676
|
connectorText?: string | null | undefined;
|
|
6677
|
+
struct?: unknown;
|
|
6582
6678
|
} | null | undefined;
|
|
6583
6679
|
validationSources?: string[] | null | undefined;
|
|
6584
6680
|
timeSpent?: number | null | undefined;
|
|
6585
6681
|
timeSpentOverall?: number | null | undefined;
|
|
6586
6682
|
noRecalculation?: boolean | undefined;
|
|
6683
|
+
options?: {
|
|
6684
|
+
value: string;
|
|
6685
|
+
label: string;
|
|
6686
|
+
}[] | undefined;
|
|
6587
6687
|
}[] | {
|
|
6588
6688
|
url: string | null;
|
|
6589
6689
|
children: ({
|
|
@@ -6606,11 +6706,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6606
6706
|
rirConfidence?: number | null | undefined;
|
|
6607
6707
|
connectorPosition?: number[] | null | undefined;
|
|
6608
6708
|
connectorText?: string | null | undefined;
|
|
6709
|
+
struct?: unknown;
|
|
6609
6710
|
} | null | undefined;
|
|
6610
6711
|
validationSources?: string[] | null | undefined;
|
|
6611
6712
|
timeSpent?: number | null | undefined;
|
|
6612
6713
|
timeSpentOverall?: number | null | undefined;
|
|
6613
6714
|
noRecalculation?: boolean | undefined;
|
|
6715
|
+
options?: {
|
|
6716
|
+
value: string;
|
|
6717
|
+
label: string;
|
|
6718
|
+
}[] | undefined;
|
|
6614
6719
|
} | null)[];
|
|
6615
6720
|
id: number | null;
|
|
6616
6721
|
schemaId: string;
|
|
@@ -6635,11 +6740,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6635
6740
|
rirConfidence?: number | null | undefined;
|
|
6636
6741
|
connectorPosition?: number[] | null | undefined;
|
|
6637
6742
|
connectorText?: string | null | undefined;
|
|
6743
|
+
struct?: unknown;
|
|
6638
6744
|
} | null | undefined;
|
|
6639
6745
|
validationSources?: string[] | null | undefined;
|
|
6640
6746
|
timeSpent?: number | null | undefined;
|
|
6641
6747
|
timeSpentOverall?: number | null | undefined;
|
|
6642
6748
|
noRecalculation?: boolean | undefined;
|
|
6749
|
+
options?: {
|
|
6750
|
+
value: string;
|
|
6751
|
+
label: string;
|
|
6752
|
+
}[] | undefined;
|
|
6643
6753
|
}[] | {
|
|
6644
6754
|
url: string | null;
|
|
6645
6755
|
children: ({
|
|
@@ -6662,11 +6772,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6662
6772
|
rirConfidence?: number | null | undefined;
|
|
6663
6773
|
connectorPosition?: number[] | null | undefined;
|
|
6664
6774
|
connectorText?: string | null | undefined;
|
|
6775
|
+
struct?: unknown;
|
|
6665
6776
|
} | null | undefined;
|
|
6666
6777
|
validationSources?: string[] | null | undefined;
|
|
6667
6778
|
timeSpent?: number | null | undefined;
|
|
6668
6779
|
timeSpentOverall?: number | null | undefined;
|
|
6669
6780
|
noRecalculation?: boolean | undefined;
|
|
6781
|
+
options?: {
|
|
6782
|
+
value: string;
|
|
6783
|
+
label: string;
|
|
6784
|
+
}[] | undefined;
|
|
6670
6785
|
} | null)[];
|
|
6671
6786
|
id: number | null;
|
|
6672
6787
|
schemaId: string;
|
|
@@ -6690,6 +6805,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6690
6805
|
rirConfidence?: number | null | undefined;
|
|
6691
6806
|
connectorPosition?: number[] | null | undefined;
|
|
6692
6807
|
connectorText?: string | null | undefined;
|
|
6808
|
+
struct?: unknown;
|
|
6693
6809
|
} | null | undefined;
|
|
6694
6810
|
validationSources?: string[] | null | undefined;
|
|
6695
6811
|
timeSpent?: number | null | undefined;
|
|
@@ -6734,11 +6850,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6734
6850
|
rirConfidence?: number | null | undefined;
|
|
6735
6851
|
connectorPosition?: number[] | null | undefined;
|
|
6736
6852
|
connectorText?: string | null | undefined;
|
|
6853
|
+
struct?: unknown;
|
|
6737
6854
|
} | null | undefined;
|
|
6738
6855
|
validationSources?: string[] | null | undefined;
|
|
6739
6856
|
timeSpent?: number | null | undefined;
|
|
6740
6857
|
timeSpentOverall?: number | null | undefined;
|
|
6741
6858
|
noRecalculation?: boolean | undefined;
|
|
6859
|
+
options?: {
|
|
6860
|
+
value: string;
|
|
6861
|
+
label: string;
|
|
6862
|
+
}[] | undefined;
|
|
6742
6863
|
}[] | {
|
|
6743
6864
|
url: string | null;
|
|
6744
6865
|
children: ({
|
|
@@ -6761,11 +6882,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6761
6882
|
rirConfidence?: number | null | undefined;
|
|
6762
6883
|
connectorPosition?: number[] | null | undefined;
|
|
6763
6884
|
connectorText?: string | null | undefined;
|
|
6885
|
+
struct?: unknown;
|
|
6764
6886
|
} | null | undefined;
|
|
6765
6887
|
validationSources?: string[] | null | undefined;
|
|
6766
6888
|
timeSpent?: number | null | undefined;
|
|
6767
6889
|
timeSpentOverall?: number | null | undefined;
|
|
6768
6890
|
noRecalculation?: boolean | undefined;
|
|
6891
|
+
options?: {
|
|
6892
|
+
value: string;
|
|
6893
|
+
label: string;
|
|
6894
|
+
}[] | undefined;
|
|
6769
6895
|
} | null)[];
|
|
6770
6896
|
id: number | null;
|
|
6771
6897
|
schemaId: string;
|
|
@@ -6790,11 +6916,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6790
6916
|
rirConfidence?: number | null | undefined;
|
|
6791
6917
|
connectorPosition?: number[] | null | undefined;
|
|
6792
6918
|
connectorText?: string | null | undefined;
|
|
6919
|
+
struct?: unknown;
|
|
6793
6920
|
} | null | undefined;
|
|
6794
6921
|
validationSources?: string[] | null | undefined;
|
|
6795
6922
|
timeSpent?: number | null | undefined;
|
|
6796
6923
|
timeSpentOverall?: number | null | undefined;
|
|
6797
6924
|
noRecalculation?: boolean | undefined;
|
|
6925
|
+
options?: {
|
|
6926
|
+
value: string;
|
|
6927
|
+
label: string;
|
|
6928
|
+
}[] | undefined;
|
|
6798
6929
|
}[] | {
|
|
6799
6930
|
url: string | null;
|
|
6800
6931
|
children: ({
|
|
@@ -6817,11 +6948,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6817
6948
|
rirConfidence?: number | null | undefined;
|
|
6818
6949
|
connectorPosition?: number[] | null | undefined;
|
|
6819
6950
|
connectorText?: string | null | undefined;
|
|
6951
|
+
struct?: unknown;
|
|
6820
6952
|
} | null | undefined;
|
|
6821
6953
|
validationSources?: string[] | null | undefined;
|
|
6822
6954
|
timeSpent?: number | null | undefined;
|
|
6823
6955
|
timeSpentOverall?: number | null | undefined;
|
|
6824
6956
|
noRecalculation?: boolean | undefined;
|
|
6957
|
+
options?: {
|
|
6958
|
+
value: string;
|
|
6959
|
+
label: string;
|
|
6960
|
+
}[] | undefined;
|
|
6825
6961
|
} | null)[];
|
|
6826
6962
|
id: number | null;
|
|
6827
6963
|
schemaId: string;
|
|
@@ -6845,6 +6981,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6845
6981
|
rirConfidence?: number | null | undefined;
|
|
6846
6982
|
connectorPosition?: number[] | null | undefined;
|
|
6847
6983
|
connectorText?: string | null | undefined;
|
|
6984
|
+
struct?: unknown;
|
|
6848
6985
|
} | null | undefined;
|
|
6849
6986
|
validationSources?: string[] | null | undefined;
|
|
6850
6987
|
timeSpent?: number | null | undefined;
|
|
@@ -6885,6 +7022,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6885
7022
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6886
7023
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
6887
7024
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7025
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
6888
7026
|
}, "strip", z.ZodTypeAny, {
|
|
6889
7027
|
value?: string | null | undefined;
|
|
6890
7028
|
normalizedValue?: string | null | undefined;
|
|
@@ -6900,6 +7038,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6900
7038
|
rirConfidence?: number | null | undefined;
|
|
6901
7039
|
connectorPosition?: number[] | null | undefined;
|
|
6902
7040
|
connectorText?: string | null | undefined;
|
|
7041
|
+
struct?: unknown;
|
|
6903
7042
|
}, {
|
|
6904
7043
|
value?: string | null | undefined;
|
|
6905
7044
|
normalizedValue?: string | null | undefined;
|
|
@@ -6915,6 +7054,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6915
7054
|
rirConfidence?: number | null | undefined;
|
|
6916
7055
|
connectorPosition?: number[] | null | undefined;
|
|
6917
7056
|
connectorText?: string | null | undefined;
|
|
7057
|
+
struct?: unknown;
|
|
6918
7058
|
}>>>;
|
|
6919
7059
|
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
6920
7060
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -6922,6 +7062,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6922
7062
|
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6923
7063
|
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
6924
7064
|
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
7065
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7066
|
+
label: z.ZodString;
|
|
7067
|
+
value: z.ZodString;
|
|
7068
|
+
}, "strip", z.ZodTypeAny, {
|
|
7069
|
+
value: string;
|
|
7070
|
+
label: string;
|
|
7071
|
+
}, {
|
|
7072
|
+
value: string;
|
|
7073
|
+
label: string;
|
|
7074
|
+
}>, "many">>;
|
|
6925
7075
|
}, "strip", z.ZodTypeAny, {
|
|
6926
7076
|
url: string | null;
|
|
6927
7077
|
id: number | null;
|
|
@@ -6942,11 +7092,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6942
7092
|
rirConfidence?: number | null | undefined;
|
|
6943
7093
|
connectorPosition?: number[] | null | undefined;
|
|
6944
7094
|
connectorText?: string | null | undefined;
|
|
7095
|
+
struct?: unknown;
|
|
6945
7096
|
} | null | undefined;
|
|
6946
7097
|
validationSources?: string[] | null | undefined;
|
|
6947
7098
|
timeSpent?: number | null | undefined;
|
|
6948
7099
|
timeSpentOverall?: number | null | undefined;
|
|
6949
7100
|
noRecalculation?: boolean | undefined;
|
|
7101
|
+
options?: {
|
|
7102
|
+
value: string;
|
|
7103
|
+
label: string;
|
|
7104
|
+
}[] | undefined;
|
|
6950
7105
|
}, {
|
|
6951
7106
|
url: string | null;
|
|
6952
7107
|
id: number | null;
|
|
@@ -6967,11 +7122,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6967
7122
|
rirConfidence?: number | null | undefined;
|
|
6968
7123
|
connectorPosition?: number[] | null | undefined;
|
|
6969
7124
|
connectorText?: string | null | undefined;
|
|
7125
|
+
struct?: unknown;
|
|
6970
7126
|
} | null | undefined;
|
|
6971
7127
|
validationSources?: string[] | null | undefined;
|
|
6972
7128
|
timeSpent?: number | null | undefined;
|
|
6973
7129
|
timeSpentOverall?: number | null | undefined;
|
|
6974
7130
|
noRecalculation?: boolean | undefined;
|
|
7131
|
+
options?: {
|
|
7132
|
+
value: string;
|
|
7133
|
+
label: string;
|
|
7134
|
+
}[] | undefined;
|
|
6975
7135
|
}>]>, "many">>;
|
|
6976
7136
|
category: z.ZodNullable<z.ZodLiteral<"section">>;
|
|
6977
7137
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -6997,11 +7157,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
6997
7157
|
rirConfidence?: number | null | undefined;
|
|
6998
7158
|
connectorPosition?: number[] | null | undefined;
|
|
6999
7159
|
connectorText?: string | null | undefined;
|
|
7160
|
+
struct?: unknown;
|
|
7000
7161
|
} | null | undefined;
|
|
7001
7162
|
validationSources?: string[] | null | undefined;
|
|
7002
7163
|
timeSpent?: number | null | undefined;
|
|
7003
7164
|
timeSpentOverall?: number | null | undefined;
|
|
7004
7165
|
noRecalculation?: boolean | undefined;
|
|
7166
|
+
options?: {
|
|
7167
|
+
value: string;
|
|
7168
|
+
label: string;
|
|
7169
|
+
}[] | undefined;
|
|
7005
7170
|
} | {
|
|
7006
7171
|
url: string | null;
|
|
7007
7172
|
children: (({
|
|
@@ -7024,11 +7189,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7024
7189
|
rirConfidence?: number | null | undefined;
|
|
7025
7190
|
connectorPosition?: number[] | null | undefined;
|
|
7026
7191
|
connectorText?: string | null | undefined;
|
|
7192
|
+
struct?: unknown;
|
|
7027
7193
|
} | null | undefined;
|
|
7028
7194
|
validationSources?: string[] | null | undefined;
|
|
7029
7195
|
timeSpent?: number | null | undefined;
|
|
7030
7196
|
timeSpentOverall?: number | null | undefined;
|
|
7031
7197
|
noRecalculation?: boolean | undefined;
|
|
7198
|
+
options?: {
|
|
7199
|
+
value: string;
|
|
7200
|
+
label: string;
|
|
7201
|
+
}[] | undefined;
|
|
7032
7202
|
}[] | {
|
|
7033
7203
|
url: string | null;
|
|
7034
7204
|
children: ({
|
|
@@ -7051,11 +7221,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7051
7221
|
rirConfidence?: number | null | undefined;
|
|
7052
7222
|
connectorPosition?: number[] | null | undefined;
|
|
7053
7223
|
connectorText?: string | null | undefined;
|
|
7224
|
+
struct?: unknown;
|
|
7054
7225
|
} | null | undefined;
|
|
7055
7226
|
validationSources?: string[] | null | undefined;
|
|
7056
7227
|
timeSpent?: number | null | undefined;
|
|
7057
7228
|
timeSpentOverall?: number | null | undefined;
|
|
7058
7229
|
noRecalculation?: boolean | undefined;
|
|
7230
|
+
options?: {
|
|
7231
|
+
value: string;
|
|
7232
|
+
label: string;
|
|
7233
|
+
}[] | undefined;
|
|
7059
7234
|
} | null)[];
|
|
7060
7235
|
id: number | null;
|
|
7061
7236
|
schemaId: string;
|
|
@@ -7080,11 +7255,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7080
7255
|
rirConfidence?: number | null | undefined;
|
|
7081
7256
|
connectorPosition?: number[] | null | undefined;
|
|
7082
7257
|
connectorText?: string | null | undefined;
|
|
7258
|
+
struct?: unknown;
|
|
7083
7259
|
} | null | undefined;
|
|
7084
7260
|
validationSources?: string[] | null | undefined;
|
|
7085
7261
|
timeSpent?: number | null | undefined;
|
|
7086
7262
|
timeSpentOverall?: number | null | undefined;
|
|
7087
7263
|
noRecalculation?: boolean | undefined;
|
|
7264
|
+
options?: {
|
|
7265
|
+
value: string;
|
|
7266
|
+
label: string;
|
|
7267
|
+
}[] | undefined;
|
|
7088
7268
|
}[] | {
|
|
7089
7269
|
url: string | null;
|
|
7090
7270
|
children: ({
|
|
@@ -7107,11 +7287,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7107
7287
|
rirConfidence?: number | null | undefined;
|
|
7108
7288
|
connectorPosition?: number[] | null | undefined;
|
|
7109
7289
|
connectorText?: string | null | undefined;
|
|
7290
|
+
struct?: unknown;
|
|
7110
7291
|
} | null | undefined;
|
|
7111
7292
|
validationSources?: string[] | null | undefined;
|
|
7112
7293
|
timeSpent?: number | null | undefined;
|
|
7113
7294
|
timeSpentOverall?: number | null | undefined;
|
|
7114
7295
|
noRecalculation?: boolean | undefined;
|
|
7296
|
+
options?: {
|
|
7297
|
+
value: string;
|
|
7298
|
+
label: string;
|
|
7299
|
+
}[] | undefined;
|
|
7115
7300
|
} | null)[];
|
|
7116
7301
|
id: number | null;
|
|
7117
7302
|
schemaId: string;
|
|
@@ -7135,6 +7320,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7135
7320
|
rirConfidence?: number | null | undefined;
|
|
7136
7321
|
connectorPosition?: number[] | null | undefined;
|
|
7137
7322
|
connectorText?: string | null | undefined;
|
|
7323
|
+
struct?: unknown;
|
|
7138
7324
|
} | null | undefined;
|
|
7139
7325
|
validationSources?: string[] | null | undefined;
|
|
7140
7326
|
timeSpent?: number | null | undefined;
|
|
@@ -7183,11 +7369,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7183
7369
|
rirConfidence?: number | null | undefined;
|
|
7184
7370
|
connectorPosition?: number[] | null | undefined;
|
|
7185
7371
|
connectorText?: string | null | undefined;
|
|
7372
|
+
struct?: unknown;
|
|
7186
7373
|
} | null | undefined;
|
|
7187
7374
|
validationSources?: string[] | null | undefined;
|
|
7188
7375
|
timeSpent?: number | null | undefined;
|
|
7189
7376
|
timeSpentOverall?: number | null | undefined;
|
|
7190
7377
|
noRecalculation?: boolean | undefined;
|
|
7378
|
+
options?: {
|
|
7379
|
+
value: string;
|
|
7380
|
+
label: string;
|
|
7381
|
+
}[] | undefined;
|
|
7191
7382
|
} | {
|
|
7192
7383
|
url: string | null;
|
|
7193
7384
|
children: (({
|
|
@@ -7210,11 +7401,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7210
7401
|
rirConfidence?: number | null | undefined;
|
|
7211
7402
|
connectorPosition?: number[] | null | undefined;
|
|
7212
7403
|
connectorText?: string | null | undefined;
|
|
7404
|
+
struct?: unknown;
|
|
7213
7405
|
} | null | undefined;
|
|
7214
7406
|
validationSources?: string[] | null | undefined;
|
|
7215
7407
|
timeSpent?: number | null | undefined;
|
|
7216
7408
|
timeSpentOverall?: number | null | undefined;
|
|
7217
7409
|
noRecalculation?: boolean | undefined;
|
|
7410
|
+
options?: {
|
|
7411
|
+
value: string;
|
|
7412
|
+
label: string;
|
|
7413
|
+
}[] | undefined;
|
|
7218
7414
|
}[] | {
|
|
7219
7415
|
url: string | null;
|
|
7220
7416
|
children: ({
|
|
@@ -7237,11 +7433,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7237
7433
|
rirConfidence?: number | null | undefined;
|
|
7238
7434
|
connectorPosition?: number[] | null | undefined;
|
|
7239
7435
|
connectorText?: string | null | undefined;
|
|
7436
|
+
struct?: unknown;
|
|
7240
7437
|
} | null | undefined;
|
|
7241
7438
|
validationSources?: string[] | null | undefined;
|
|
7242
7439
|
timeSpent?: number | null | undefined;
|
|
7243
7440
|
timeSpentOverall?: number | null | undefined;
|
|
7244
7441
|
noRecalculation?: boolean | undefined;
|
|
7442
|
+
options?: {
|
|
7443
|
+
value: string;
|
|
7444
|
+
label: string;
|
|
7445
|
+
}[] | undefined;
|
|
7245
7446
|
} | null)[];
|
|
7246
7447
|
id: number | null;
|
|
7247
7448
|
schemaId: string;
|
|
@@ -7266,11 +7467,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7266
7467
|
rirConfidence?: number | null | undefined;
|
|
7267
7468
|
connectorPosition?: number[] | null | undefined;
|
|
7268
7469
|
connectorText?: string | null | undefined;
|
|
7470
|
+
struct?: unknown;
|
|
7269
7471
|
} | null | undefined;
|
|
7270
7472
|
validationSources?: string[] | null | undefined;
|
|
7271
7473
|
timeSpent?: number | null | undefined;
|
|
7272
7474
|
timeSpentOverall?: number | null | undefined;
|
|
7273
7475
|
noRecalculation?: boolean | undefined;
|
|
7476
|
+
options?: {
|
|
7477
|
+
value: string;
|
|
7478
|
+
label: string;
|
|
7479
|
+
}[] | undefined;
|
|
7274
7480
|
}[] | {
|
|
7275
7481
|
url: string | null;
|
|
7276
7482
|
children: ({
|
|
@@ -7293,11 +7499,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7293
7499
|
rirConfidence?: number | null | undefined;
|
|
7294
7500
|
connectorPosition?: number[] | null | undefined;
|
|
7295
7501
|
connectorText?: string | null | undefined;
|
|
7502
|
+
struct?: unknown;
|
|
7296
7503
|
} | null | undefined;
|
|
7297
7504
|
validationSources?: string[] | null | undefined;
|
|
7298
7505
|
timeSpent?: number | null | undefined;
|
|
7299
7506
|
timeSpentOverall?: number | null | undefined;
|
|
7300
7507
|
noRecalculation?: boolean | undefined;
|
|
7508
|
+
options?: {
|
|
7509
|
+
value: string;
|
|
7510
|
+
label: string;
|
|
7511
|
+
}[] | undefined;
|
|
7301
7512
|
} | null)[];
|
|
7302
7513
|
id: number | null;
|
|
7303
7514
|
schemaId: string;
|
|
@@ -7321,6 +7532,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7321
7532
|
rirConfidence?: number | null | undefined;
|
|
7322
7533
|
connectorPosition?: number[] | null | undefined;
|
|
7323
7534
|
connectorText?: string | null | undefined;
|
|
7535
|
+
struct?: unknown;
|
|
7324
7536
|
} | null | undefined;
|
|
7325
7537
|
validationSources?: string[] | null | undefined;
|
|
7326
7538
|
timeSpent?: number | null | undefined;
|
|
@@ -7395,7 +7607,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7395
7607
|
formula?: string | null | undefined;
|
|
7396
7608
|
context?: string[] | null | undefined;
|
|
7397
7609
|
prompt?: string | null | undefined;
|
|
7398
|
-
|
|
7610
|
+
matching?: Record<string, unknown> | undefined;
|
|
7399
7611
|
}) | ({
|
|
7400
7612
|
type: "date";
|
|
7401
7613
|
format?: string | null | undefined;
|
|
@@ -7435,7 +7647,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7435
7647
|
formula?: string | null | undefined;
|
|
7436
7648
|
context?: string[] | null | undefined;
|
|
7437
7649
|
prompt?: string | null | undefined;
|
|
7438
|
-
|
|
7650
|
+
matching?: Record<string, unknown> | undefined;
|
|
7439
7651
|
}) | ({
|
|
7440
7652
|
type: "number";
|
|
7441
7653
|
format?: string | null | undefined;
|
|
@@ -7480,11 +7692,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7480
7692
|
formula?: string | null | undefined;
|
|
7481
7693
|
context?: string[] | null | undefined;
|
|
7482
7694
|
prompt?: string | null | undefined;
|
|
7483
|
-
|
|
7695
|
+
matching?: Record<string, unknown> | undefined;
|
|
7484
7696
|
}) | ({
|
|
7485
7697
|
options: {
|
|
7486
7698
|
value: string;
|
|
7487
7699
|
label: string;
|
|
7700
|
+
struct?: unknown;
|
|
7488
7701
|
}[];
|
|
7489
7702
|
type: "enum";
|
|
7490
7703
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7524,7 +7737,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7524
7737
|
formula?: string | null | undefined;
|
|
7525
7738
|
context?: string[] | null | undefined;
|
|
7526
7739
|
prompt?: string | null | undefined;
|
|
7527
|
-
|
|
7740
|
+
matching?: Record<string, unknown> | undefined;
|
|
7528
7741
|
}) | ({
|
|
7529
7742
|
id: string;
|
|
7530
7743
|
label: string;
|
|
@@ -7578,7 +7791,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7578
7791
|
formula?: string | null | undefined;
|
|
7579
7792
|
context?: string[] | null | undefined;
|
|
7580
7793
|
prompt?: string | null | undefined;
|
|
7581
|
-
|
|
7794
|
+
matching?: Record<string, unknown> | undefined;
|
|
7582
7795
|
}) | ({
|
|
7583
7796
|
type: "date";
|
|
7584
7797
|
format?: string | null | undefined;
|
|
@@ -7618,7 +7831,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7618
7831
|
formula?: string | null | undefined;
|
|
7619
7832
|
context?: string[] | null | undefined;
|
|
7620
7833
|
prompt?: string | null | undefined;
|
|
7621
|
-
|
|
7834
|
+
matching?: Record<string, unknown> | undefined;
|
|
7622
7835
|
}) | ({
|
|
7623
7836
|
type: "number";
|
|
7624
7837
|
format?: string | null | undefined;
|
|
@@ -7663,11 +7876,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7663
7876
|
formula?: string | null | undefined;
|
|
7664
7877
|
context?: string[] | null | undefined;
|
|
7665
7878
|
prompt?: string | null | undefined;
|
|
7666
|
-
|
|
7879
|
+
matching?: Record<string, unknown> | undefined;
|
|
7667
7880
|
}) | ({
|
|
7668
7881
|
options: {
|
|
7669
7882
|
value: string;
|
|
7670
7883
|
label: string;
|
|
7884
|
+
struct?: unknown;
|
|
7671
7885
|
}[];
|
|
7672
7886
|
type: "enum";
|
|
7673
7887
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7707,7 +7921,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7707
7921
|
formula?: string | null | undefined;
|
|
7708
7922
|
context?: string[] | null | undefined;
|
|
7709
7923
|
prompt?: string | null | undefined;
|
|
7710
|
-
|
|
7924
|
+
matching?: Record<string, unknown> | undefined;
|
|
7711
7925
|
}) | ({
|
|
7712
7926
|
id: string;
|
|
7713
7927
|
label: string;
|
|
@@ -7770,7 +7984,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7770
7984
|
formula?: string | null | undefined;
|
|
7771
7985
|
context?: string[] | null | undefined;
|
|
7772
7986
|
prompt?: string | null | undefined;
|
|
7773
|
-
|
|
7987
|
+
matching?: Record<string, unknown> | undefined;
|
|
7774
7988
|
}) | ({
|
|
7775
7989
|
type: "date";
|
|
7776
7990
|
format?: string | null | undefined;
|
|
@@ -7810,7 +8024,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7810
8024
|
formula?: string | null | undefined;
|
|
7811
8025
|
context?: string[] | null | undefined;
|
|
7812
8026
|
prompt?: string | null | undefined;
|
|
7813
|
-
|
|
8027
|
+
matching?: Record<string, unknown> | undefined;
|
|
7814
8028
|
}) | ({
|
|
7815
8029
|
type: "number";
|
|
7816
8030
|
format?: string | null | undefined;
|
|
@@ -7855,11 +8069,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7855
8069
|
formula?: string | null | undefined;
|
|
7856
8070
|
context?: string[] | null | undefined;
|
|
7857
8071
|
prompt?: string | null | undefined;
|
|
7858
|
-
|
|
8072
|
+
matching?: Record<string, unknown> | undefined;
|
|
7859
8073
|
}) | ({
|
|
7860
8074
|
options: {
|
|
7861
8075
|
value: string;
|
|
7862
8076
|
label: string;
|
|
8077
|
+
struct?: unknown;
|
|
7863
8078
|
}[];
|
|
7864
8079
|
type: "enum";
|
|
7865
8080
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7899,7 +8114,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7899
8114
|
formula?: string | null | undefined;
|
|
7900
8115
|
context?: string[] | null | undefined;
|
|
7901
8116
|
prompt?: string | null | undefined;
|
|
7902
|
-
|
|
8117
|
+
matching?: Record<string, unknown> | undefined;
|
|
7903
8118
|
}) | ({
|
|
7904
8119
|
id: string;
|
|
7905
8120
|
label: string;
|
|
@@ -7972,7 +8187,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
7972
8187
|
formula?: string | null | undefined;
|
|
7973
8188
|
context?: string[] | null | undefined;
|
|
7974
8189
|
prompt?: string | null | undefined;
|
|
7975
|
-
|
|
8190
|
+
matching?: Record<string, unknown> | undefined;
|
|
7976
8191
|
}) | ({
|
|
7977
8192
|
type: "date";
|
|
7978
8193
|
format?: string | null | undefined;
|
|
@@ -8012,7 +8227,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8012
8227
|
formula?: string | null | undefined;
|
|
8013
8228
|
context?: string[] | null | undefined;
|
|
8014
8229
|
prompt?: string | null | undefined;
|
|
8015
|
-
|
|
8230
|
+
matching?: Record<string, unknown> | undefined;
|
|
8016
8231
|
}) | ({
|
|
8017
8232
|
type: "number";
|
|
8018
8233
|
format?: string | null | undefined;
|
|
@@ -8057,11 +8272,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8057
8272
|
formula?: string | null | undefined;
|
|
8058
8273
|
context?: string[] | null | undefined;
|
|
8059
8274
|
prompt?: string | null | undefined;
|
|
8060
|
-
|
|
8275
|
+
matching?: Record<string, unknown> | undefined;
|
|
8061
8276
|
}) | ({
|
|
8062
8277
|
options: {
|
|
8063
8278
|
value: string;
|
|
8064
8279
|
label: string;
|
|
8280
|
+
struct?: unknown;
|
|
8065
8281
|
}[];
|
|
8066
8282
|
type: "enum";
|
|
8067
8283
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8101,7 +8317,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8101
8317
|
formula?: string | null | undefined;
|
|
8102
8318
|
context?: string[] | null | undefined;
|
|
8103
8319
|
prompt?: string | null | undefined;
|
|
8104
|
-
|
|
8320
|
+
matching?: Record<string, unknown> | undefined;
|
|
8105
8321
|
}) | ({
|
|
8106
8322
|
id: string;
|
|
8107
8323
|
label: string;
|
|
@@ -8169,11 +8385,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8169
8385
|
rirConfidence?: number | null | undefined;
|
|
8170
8386
|
connectorPosition?: number[] | null | undefined;
|
|
8171
8387
|
connectorText?: string | null | undefined;
|
|
8388
|
+
struct?: unknown;
|
|
8172
8389
|
} | null | undefined;
|
|
8173
8390
|
validationSources?: string[] | null | undefined;
|
|
8174
8391
|
timeSpent?: number | null | undefined;
|
|
8175
8392
|
timeSpentOverall?: number | null | undefined;
|
|
8176
8393
|
noRecalculation?: boolean | undefined;
|
|
8394
|
+
options?: {
|
|
8395
|
+
value: string;
|
|
8396
|
+
label: string;
|
|
8397
|
+
}[] | undefined;
|
|
8177
8398
|
} | {
|
|
8178
8399
|
url: string | null;
|
|
8179
8400
|
children: (({
|
|
@@ -8196,11 +8417,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8196
8417
|
rirConfidence?: number | null | undefined;
|
|
8197
8418
|
connectorPosition?: number[] | null | undefined;
|
|
8198
8419
|
connectorText?: string | null | undefined;
|
|
8420
|
+
struct?: unknown;
|
|
8199
8421
|
} | null | undefined;
|
|
8200
8422
|
validationSources?: string[] | null | undefined;
|
|
8201
8423
|
timeSpent?: number | null | undefined;
|
|
8202
8424
|
timeSpentOverall?: number | null | undefined;
|
|
8203
8425
|
noRecalculation?: boolean | undefined;
|
|
8426
|
+
options?: {
|
|
8427
|
+
value: string;
|
|
8428
|
+
label: string;
|
|
8429
|
+
}[] | undefined;
|
|
8204
8430
|
}[] | {
|
|
8205
8431
|
url: string | null;
|
|
8206
8432
|
children: ({
|
|
@@ -8223,11 +8449,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8223
8449
|
rirConfidence?: number | null | undefined;
|
|
8224
8450
|
connectorPosition?: number[] | null | undefined;
|
|
8225
8451
|
connectorText?: string | null | undefined;
|
|
8452
|
+
struct?: unknown;
|
|
8226
8453
|
} | null | undefined;
|
|
8227
8454
|
validationSources?: string[] | null | undefined;
|
|
8228
8455
|
timeSpent?: number | null | undefined;
|
|
8229
8456
|
timeSpentOverall?: number | null | undefined;
|
|
8230
8457
|
noRecalculation?: boolean | undefined;
|
|
8458
|
+
options?: {
|
|
8459
|
+
value: string;
|
|
8460
|
+
label: string;
|
|
8461
|
+
}[] | undefined;
|
|
8231
8462
|
} | null)[];
|
|
8232
8463
|
id: number | null;
|
|
8233
8464
|
schemaId: string;
|
|
@@ -8252,11 +8483,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8252
8483
|
rirConfidence?: number | null | undefined;
|
|
8253
8484
|
connectorPosition?: number[] | null | undefined;
|
|
8254
8485
|
connectorText?: string | null | undefined;
|
|
8486
|
+
struct?: unknown;
|
|
8255
8487
|
} | null | undefined;
|
|
8256
8488
|
validationSources?: string[] | null | undefined;
|
|
8257
8489
|
timeSpent?: number | null | undefined;
|
|
8258
8490
|
timeSpentOverall?: number | null | undefined;
|
|
8259
8491
|
noRecalculation?: boolean | undefined;
|
|
8492
|
+
options?: {
|
|
8493
|
+
value: string;
|
|
8494
|
+
label: string;
|
|
8495
|
+
}[] | undefined;
|
|
8260
8496
|
}[] | {
|
|
8261
8497
|
url: string | null;
|
|
8262
8498
|
children: ({
|
|
@@ -8279,11 +8515,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8279
8515
|
rirConfidence?: number | null | undefined;
|
|
8280
8516
|
connectorPosition?: number[] | null | undefined;
|
|
8281
8517
|
connectorText?: string | null | undefined;
|
|
8518
|
+
struct?: unknown;
|
|
8282
8519
|
} | null | undefined;
|
|
8283
8520
|
validationSources?: string[] | null | undefined;
|
|
8284
8521
|
timeSpent?: number | null | undefined;
|
|
8285
8522
|
timeSpentOverall?: number | null | undefined;
|
|
8286
8523
|
noRecalculation?: boolean | undefined;
|
|
8524
|
+
options?: {
|
|
8525
|
+
value: string;
|
|
8526
|
+
label: string;
|
|
8527
|
+
}[] | undefined;
|
|
8287
8528
|
} | null)[];
|
|
8288
8529
|
id: number | null;
|
|
8289
8530
|
schemaId: string;
|
|
@@ -8307,6 +8548,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8307
8548
|
rirConfidence?: number | null | undefined;
|
|
8308
8549
|
connectorPosition?: number[] | null | undefined;
|
|
8309
8550
|
connectorText?: string | null | undefined;
|
|
8551
|
+
struct?: unknown;
|
|
8310
8552
|
} | null | undefined;
|
|
8311
8553
|
validationSources?: string[] | null | undefined;
|
|
8312
8554
|
timeSpent?: number | null | undefined;
|
|
@@ -8381,7 +8623,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8381
8623
|
formula?: string | null | undefined;
|
|
8382
8624
|
context?: string[] | null | undefined;
|
|
8383
8625
|
prompt?: string | null | undefined;
|
|
8384
|
-
|
|
8626
|
+
matching?: Record<string, unknown> | undefined;
|
|
8385
8627
|
}) | ({
|
|
8386
8628
|
type: "date";
|
|
8387
8629
|
format?: string | null | undefined;
|
|
@@ -8421,7 +8663,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8421
8663
|
formula?: string | null | undefined;
|
|
8422
8664
|
context?: string[] | null | undefined;
|
|
8423
8665
|
prompt?: string | null | undefined;
|
|
8424
|
-
|
|
8666
|
+
matching?: Record<string, unknown> | undefined;
|
|
8425
8667
|
}) | ({
|
|
8426
8668
|
type: "number";
|
|
8427
8669
|
format?: string | null | undefined;
|
|
@@ -8466,11 +8708,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8466
8708
|
formula?: string | null | undefined;
|
|
8467
8709
|
context?: string[] | null | undefined;
|
|
8468
8710
|
prompt?: string | null | undefined;
|
|
8469
|
-
|
|
8711
|
+
matching?: Record<string, unknown> | undefined;
|
|
8470
8712
|
}) | ({
|
|
8471
8713
|
options: {
|
|
8472
8714
|
value: string;
|
|
8473
8715
|
label: string;
|
|
8716
|
+
struct?: unknown;
|
|
8474
8717
|
}[];
|
|
8475
8718
|
type: "enum";
|
|
8476
8719
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8510,7 +8753,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8510
8753
|
formula?: string | null | undefined;
|
|
8511
8754
|
context?: string[] | null | undefined;
|
|
8512
8755
|
prompt?: string | null | undefined;
|
|
8513
|
-
|
|
8756
|
+
matching?: Record<string, unknown> | undefined;
|
|
8514
8757
|
}) | ({
|
|
8515
8758
|
id: string;
|
|
8516
8759
|
label: string;
|
|
@@ -8564,7 +8807,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8564
8807
|
formula?: string | null | undefined;
|
|
8565
8808
|
context?: string[] | null | undefined;
|
|
8566
8809
|
prompt?: string | null | undefined;
|
|
8567
|
-
|
|
8810
|
+
matching?: Record<string, unknown> | undefined;
|
|
8568
8811
|
}) | ({
|
|
8569
8812
|
type: "date";
|
|
8570
8813
|
format?: string | null | undefined;
|
|
@@ -8604,7 +8847,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8604
8847
|
formula?: string | null | undefined;
|
|
8605
8848
|
context?: string[] | null | undefined;
|
|
8606
8849
|
prompt?: string | null | undefined;
|
|
8607
|
-
|
|
8850
|
+
matching?: Record<string, unknown> | undefined;
|
|
8608
8851
|
}) | ({
|
|
8609
8852
|
type: "number";
|
|
8610
8853
|
format?: string | null | undefined;
|
|
@@ -8649,11 +8892,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8649
8892
|
formula?: string | null | undefined;
|
|
8650
8893
|
context?: string[] | null | undefined;
|
|
8651
8894
|
prompt?: string | null | undefined;
|
|
8652
|
-
|
|
8895
|
+
matching?: Record<string, unknown> | undefined;
|
|
8653
8896
|
}) | ({
|
|
8654
8897
|
options: {
|
|
8655
8898
|
value: string;
|
|
8656
8899
|
label: string;
|
|
8900
|
+
struct?: unknown;
|
|
8657
8901
|
}[];
|
|
8658
8902
|
type: "enum";
|
|
8659
8903
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8693,7 +8937,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8693
8937
|
formula?: string | null | undefined;
|
|
8694
8938
|
context?: string[] | null | undefined;
|
|
8695
8939
|
prompt?: string | null | undefined;
|
|
8696
|
-
|
|
8940
|
+
matching?: Record<string, unknown> | undefined;
|
|
8697
8941
|
}) | ({
|
|
8698
8942
|
id: string;
|
|
8699
8943
|
label: string;
|
|
@@ -8756,7 +9000,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8756
9000
|
formula?: string | null | undefined;
|
|
8757
9001
|
context?: string[] | null | undefined;
|
|
8758
9002
|
prompt?: string | null | undefined;
|
|
8759
|
-
|
|
9003
|
+
matching?: Record<string, unknown> | undefined;
|
|
8760
9004
|
}) | ({
|
|
8761
9005
|
type: "date";
|
|
8762
9006
|
format?: string | null | undefined;
|
|
@@ -8796,7 +9040,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8796
9040
|
formula?: string | null | undefined;
|
|
8797
9041
|
context?: string[] | null | undefined;
|
|
8798
9042
|
prompt?: string | null | undefined;
|
|
8799
|
-
|
|
9043
|
+
matching?: Record<string, unknown> | undefined;
|
|
8800
9044
|
}) | ({
|
|
8801
9045
|
type: "number";
|
|
8802
9046
|
format?: string | null | undefined;
|
|
@@ -8841,11 +9085,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8841
9085
|
formula?: string | null | undefined;
|
|
8842
9086
|
context?: string[] | null | undefined;
|
|
8843
9087
|
prompt?: string | null | undefined;
|
|
8844
|
-
|
|
9088
|
+
matching?: Record<string, unknown> | undefined;
|
|
8845
9089
|
}) | ({
|
|
8846
9090
|
options: {
|
|
8847
9091
|
value: string;
|
|
8848
9092
|
label: string;
|
|
9093
|
+
struct?: unknown;
|
|
8849
9094
|
}[];
|
|
8850
9095
|
type: "enum";
|
|
8851
9096
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8885,7 +9130,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8885
9130
|
formula?: string | null | undefined;
|
|
8886
9131
|
context?: string[] | null | undefined;
|
|
8887
9132
|
prompt?: string | null | undefined;
|
|
8888
|
-
|
|
9133
|
+
matching?: Record<string, unknown> | undefined;
|
|
8889
9134
|
}) | ({
|
|
8890
9135
|
id: string;
|
|
8891
9136
|
label: string;
|
|
@@ -8958,7 +9203,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8958
9203
|
formula?: string | null | undefined;
|
|
8959
9204
|
context?: string[] | null | undefined;
|
|
8960
9205
|
prompt?: string | null | undefined;
|
|
8961
|
-
|
|
9206
|
+
matching?: Record<string, unknown> | undefined;
|
|
8962
9207
|
}) | ({
|
|
8963
9208
|
type: "date";
|
|
8964
9209
|
format?: string | null | undefined;
|
|
@@ -8998,7 +9243,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
8998
9243
|
formula?: string | null | undefined;
|
|
8999
9244
|
context?: string[] | null | undefined;
|
|
9000
9245
|
prompt?: string | null | undefined;
|
|
9001
|
-
|
|
9246
|
+
matching?: Record<string, unknown> | undefined;
|
|
9002
9247
|
}) | ({
|
|
9003
9248
|
type: "number";
|
|
9004
9249
|
format?: string | null | undefined;
|
|
@@ -9043,11 +9288,12 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9043
9288
|
formula?: string | null | undefined;
|
|
9044
9289
|
context?: string[] | null | undefined;
|
|
9045
9290
|
prompt?: string | null | undefined;
|
|
9046
|
-
|
|
9291
|
+
matching?: Record<string, unknown> | undefined;
|
|
9047
9292
|
}) | ({
|
|
9048
9293
|
options: {
|
|
9049
9294
|
value: string;
|
|
9050
9295
|
label: string;
|
|
9296
|
+
struct?: unknown;
|
|
9051
9297
|
}[];
|
|
9052
9298
|
type: "enum";
|
|
9053
9299
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9087,7 +9333,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9087
9333
|
formula?: string | null | undefined;
|
|
9088
9334
|
context?: string[] | null | undefined;
|
|
9089
9335
|
prompt?: string | null | undefined;
|
|
9090
|
-
|
|
9336
|
+
matching?: Record<string, unknown> | undefined;
|
|
9091
9337
|
}) | ({
|
|
9092
9338
|
id: string;
|
|
9093
9339
|
label: string;
|
|
@@ -9155,11 +9401,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9155
9401
|
rirConfidence?: number | null | undefined;
|
|
9156
9402
|
connectorPosition?: number[] | null | undefined;
|
|
9157
9403
|
connectorText?: string | null | undefined;
|
|
9404
|
+
struct?: unknown;
|
|
9158
9405
|
} | null | undefined;
|
|
9159
9406
|
validationSources?: string[] | null | undefined;
|
|
9160
9407
|
timeSpent?: number | null | undefined;
|
|
9161
9408
|
timeSpentOverall?: number | null | undefined;
|
|
9162
9409
|
noRecalculation?: boolean | undefined;
|
|
9410
|
+
options?: {
|
|
9411
|
+
value: string;
|
|
9412
|
+
label: string;
|
|
9413
|
+
}[] | undefined;
|
|
9163
9414
|
} | {
|
|
9164
9415
|
url: string | null;
|
|
9165
9416
|
children: (({
|
|
@@ -9182,11 +9433,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9182
9433
|
rirConfidence?: number | null | undefined;
|
|
9183
9434
|
connectorPosition?: number[] | null | undefined;
|
|
9184
9435
|
connectorText?: string | null | undefined;
|
|
9436
|
+
struct?: unknown;
|
|
9185
9437
|
} | null | undefined;
|
|
9186
9438
|
validationSources?: string[] | null | undefined;
|
|
9187
9439
|
timeSpent?: number | null | undefined;
|
|
9188
9440
|
timeSpentOverall?: number | null | undefined;
|
|
9189
9441
|
noRecalculation?: boolean | undefined;
|
|
9442
|
+
options?: {
|
|
9443
|
+
value: string;
|
|
9444
|
+
label: string;
|
|
9445
|
+
}[] | undefined;
|
|
9190
9446
|
}[] | {
|
|
9191
9447
|
url: string | null;
|
|
9192
9448
|
children: ({
|
|
@@ -9209,11 +9465,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9209
9465
|
rirConfidence?: number | null | undefined;
|
|
9210
9466
|
connectorPosition?: number[] | null | undefined;
|
|
9211
9467
|
connectorText?: string | null | undefined;
|
|
9468
|
+
struct?: unknown;
|
|
9212
9469
|
} | null | undefined;
|
|
9213
9470
|
validationSources?: string[] | null | undefined;
|
|
9214
9471
|
timeSpent?: number | null | undefined;
|
|
9215
9472
|
timeSpentOverall?: number | null | undefined;
|
|
9216
9473
|
noRecalculation?: boolean | undefined;
|
|
9474
|
+
options?: {
|
|
9475
|
+
value: string;
|
|
9476
|
+
label: string;
|
|
9477
|
+
}[] | undefined;
|
|
9217
9478
|
} | null)[];
|
|
9218
9479
|
id: number | null;
|
|
9219
9480
|
schemaId: string;
|
|
@@ -9238,11 +9499,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9238
9499
|
rirConfidence?: number | null | undefined;
|
|
9239
9500
|
connectorPosition?: number[] | null | undefined;
|
|
9240
9501
|
connectorText?: string | null | undefined;
|
|
9502
|
+
struct?: unknown;
|
|
9241
9503
|
} | null | undefined;
|
|
9242
9504
|
validationSources?: string[] | null | undefined;
|
|
9243
9505
|
timeSpent?: number | null | undefined;
|
|
9244
9506
|
timeSpentOverall?: number | null | undefined;
|
|
9245
9507
|
noRecalculation?: boolean | undefined;
|
|
9508
|
+
options?: {
|
|
9509
|
+
value: string;
|
|
9510
|
+
label: string;
|
|
9511
|
+
}[] | undefined;
|
|
9246
9512
|
}[] | {
|
|
9247
9513
|
url: string | null;
|
|
9248
9514
|
children: ({
|
|
@@ -9265,11 +9531,16 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9265
9531
|
rirConfidence?: number | null | undefined;
|
|
9266
9532
|
connectorPosition?: number[] | null | undefined;
|
|
9267
9533
|
connectorText?: string | null | undefined;
|
|
9534
|
+
struct?: unknown;
|
|
9268
9535
|
} | null | undefined;
|
|
9269
9536
|
validationSources?: string[] | null | undefined;
|
|
9270
9537
|
timeSpent?: number | null | undefined;
|
|
9271
9538
|
timeSpentOverall?: number | null | undefined;
|
|
9272
9539
|
noRecalculation?: boolean | undefined;
|
|
9540
|
+
options?: {
|
|
9541
|
+
value: string;
|
|
9542
|
+
label: string;
|
|
9543
|
+
}[] | undefined;
|
|
9273
9544
|
} | null)[];
|
|
9274
9545
|
id: number | null;
|
|
9275
9546
|
schemaId: string;
|
|
@@ -9293,6 +9564,7 @@ export declare const evaluateFormulasPayloadSchema: z.ZodObject<{
|
|
|
9293
9564
|
rirConfidence?: number | null | undefined;
|
|
9294
9565
|
connectorPosition?: number[] | null | undefined;
|
|
9295
9566
|
connectorText?: string | null | undefined;
|
|
9567
|
+
struct?: unknown;
|
|
9296
9568
|
} | null | undefined;
|
|
9297
9569
|
validationSources?: string[] | null | undefined;
|
|
9298
9570
|
timeSpent?: number | null | undefined;
|
|
@@ -9354,6 +9626,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9354
9626
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9355
9627
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9356
9628
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9629
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
9357
9630
|
}, "strip", z.ZodTypeAny, {
|
|
9358
9631
|
value?: string | null | undefined;
|
|
9359
9632
|
normalizedValue?: string | null | undefined;
|
|
@@ -9369,6 +9642,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9369
9642
|
rirConfidence?: number | null | undefined;
|
|
9370
9643
|
connectorPosition?: number[] | null | undefined;
|
|
9371
9644
|
connectorText?: string | null | undefined;
|
|
9645
|
+
struct?: unknown;
|
|
9372
9646
|
}, {
|
|
9373
9647
|
value?: string | null | undefined;
|
|
9374
9648
|
normalizedValue?: string | null | undefined;
|
|
@@ -9384,6 +9658,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9384
9658
|
rirConfidence?: number | null | undefined;
|
|
9385
9659
|
connectorPosition?: number[] | null | undefined;
|
|
9386
9660
|
connectorText?: string | null | undefined;
|
|
9661
|
+
struct?: unknown;
|
|
9387
9662
|
}>>>;
|
|
9388
9663
|
children: z.ZodNullable<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
9389
9664
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -9403,6 +9678,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9403
9678
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9404
9679
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9405
9680
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9681
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
9406
9682
|
}, "strip", z.ZodTypeAny, {
|
|
9407
9683
|
value?: string | null | undefined;
|
|
9408
9684
|
normalizedValue?: string | null | undefined;
|
|
@@ -9418,6 +9694,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9418
9694
|
rirConfidence?: number | null | undefined;
|
|
9419
9695
|
connectorPosition?: number[] | null | undefined;
|
|
9420
9696
|
connectorText?: string | null | undefined;
|
|
9697
|
+
struct?: unknown;
|
|
9421
9698
|
}, {
|
|
9422
9699
|
value?: string | null | undefined;
|
|
9423
9700
|
normalizedValue?: string | null | undefined;
|
|
@@ -9433,6 +9710,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9433
9710
|
rirConfidence?: number | null | undefined;
|
|
9434
9711
|
connectorPosition?: number[] | null | undefined;
|
|
9435
9712
|
connectorText?: string | null | undefined;
|
|
9713
|
+
struct?: unknown;
|
|
9436
9714
|
}>>>;
|
|
9437
9715
|
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
9438
9716
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -9440,6 +9718,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9440
9718
|
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9441
9719
|
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9442
9720
|
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
9721
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9722
|
+
label: z.ZodString;
|
|
9723
|
+
value: z.ZodString;
|
|
9724
|
+
}, "strip", z.ZodTypeAny, {
|
|
9725
|
+
value: string;
|
|
9726
|
+
label: string;
|
|
9727
|
+
}, {
|
|
9728
|
+
value: string;
|
|
9729
|
+
label: string;
|
|
9730
|
+
}>, "many">>;
|
|
9443
9731
|
}, "strip", z.ZodTypeAny, {
|
|
9444
9732
|
url: string | null;
|
|
9445
9733
|
id: number | null;
|
|
@@ -9460,11 +9748,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9460
9748
|
rirConfidence?: number | null | undefined;
|
|
9461
9749
|
connectorPosition?: number[] | null | undefined;
|
|
9462
9750
|
connectorText?: string | null | undefined;
|
|
9751
|
+
struct?: unknown;
|
|
9463
9752
|
} | null | undefined;
|
|
9464
9753
|
validationSources?: string[] | null | undefined;
|
|
9465
9754
|
timeSpent?: number | null | undefined;
|
|
9466
9755
|
timeSpentOverall?: number | null | undefined;
|
|
9467
9756
|
noRecalculation?: boolean | undefined;
|
|
9757
|
+
options?: {
|
|
9758
|
+
value: string;
|
|
9759
|
+
label: string;
|
|
9760
|
+
}[] | undefined;
|
|
9468
9761
|
}, {
|
|
9469
9762
|
url: string | null;
|
|
9470
9763
|
id: number | null;
|
|
@@ -9485,11 +9778,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9485
9778
|
rirConfidence?: number | null | undefined;
|
|
9486
9779
|
connectorPosition?: number[] | null | undefined;
|
|
9487
9780
|
connectorText?: string | null | undefined;
|
|
9781
|
+
struct?: unknown;
|
|
9488
9782
|
} | null | undefined;
|
|
9489
9783
|
validationSources?: string[] | null | undefined;
|
|
9490
9784
|
timeSpent?: number | null | undefined;
|
|
9491
9785
|
timeSpentOverall?: number | null | undefined;
|
|
9492
9786
|
noRecalculation?: boolean | undefined;
|
|
9787
|
+
options?: {
|
|
9788
|
+
value: string;
|
|
9789
|
+
label: string;
|
|
9790
|
+
}[] | undefined;
|
|
9493
9791
|
}>, "many">, z.ZodArray<z.ZodObject<{
|
|
9494
9792
|
id: z.ZodNullable<z.ZodNumber>;
|
|
9495
9793
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -9512,6 +9810,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9512
9810
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9513
9811
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9514
9812
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9813
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
9515
9814
|
}, "strip", z.ZodTypeAny, {
|
|
9516
9815
|
value?: string | null | undefined;
|
|
9517
9816
|
normalizedValue?: string | null | undefined;
|
|
@@ -9527,6 +9826,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9527
9826
|
rirConfidence?: number | null | undefined;
|
|
9528
9827
|
connectorPosition?: number[] | null | undefined;
|
|
9529
9828
|
connectorText?: string | null | undefined;
|
|
9829
|
+
struct?: unknown;
|
|
9530
9830
|
}, {
|
|
9531
9831
|
value?: string | null | undefined;
|
|
9532
9832
|
normalizedValue?: string | null | undefined;
|
|
@@ -9542,6 +9842,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9542
9842
|
rirConfidence?: number | null | undefined;
|
|
9543
9843
|
connectorPosition?: number[] | null | undefined;
|
|
9544
9844
|
connectorText?: string | null | undefined;
|
|
9845
|
+
struct?: unknown;
|
|
9545
9846
|
}>>>;
|
|
9546
9847
|
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
9547
9848
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -9549,6 +9850,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9549
9850
|
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9550
9851
|
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
9551
9852
|
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
9853
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9854
|
+
label: z.ZodString;
|
|
9855
|
+
value: z.ZodString;
|
|
9856
|
+
}, "strip", z.ZodTypeAny, {
|
|
9857
|
+
value: string;
|
|
9858
|
+
label: string;
|
|
9859
|
+
}, {
|
|
9860
|
+
value: string;
|
|
9861
|
+
label: string;
|
|
9862
|
+
}>, "many">>;
|
|
9552
9863
|
}, "strip", z.ZodTypeAny, {
|
|
9553
9864
|
url: string | null;
|
|
9554
9865
|
id: number | null;
|
|
@@ -9569,11 +9880,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9569
9880
|
rirConfidence?: number | null | undefined;
|
|
9570
9881
|
connectorPosition?: number[] | null | undefined;
|
|
9571
9882
|
connectorText?: string | null | undefined;
|
|
9883
|
+
struct?: unknown;
|
|
9572
9884
|
} | null | undefined;
|
|
9573
9885
|
validationSources?: string[] | null | undefined;
|
|
9574
9886
|
timeSpent?: number | null | undefined;
|
|
9575
9887
|
timeSpentOverall?: number | null | undefined;
|
|
9576
9888
|
noRecalculation?: boolean | undefined;
|
|
9889
|
+
options?: {
|
|
9890
|
+
value: string;
|
|
9891
|
+
label: string;
|
|
9892
|
+
}[] | undefined;
|
|
9577
9893
|
}, {
|
|
9578
9894
|
url: string | null;
|
|
9579
9895
|
id: number | null;
|
|
@@ -9594,11 +9910,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9594
9910
|
rirConfidence?: number | null | undefined;
|
|
9595
9911
|
connectorPosition?: number[] | null | undefined;
|
|
9596
9912
|
connectorText?: string | null | undefined;
|
|
9913
|
+
struct?: unknown;
|
|
9597
9914
|
} | null | undefined;
|
|
9598
9915
|
validationSources?: string[] | null | undefined;
|
|
9599
9916
|
timeSpent?: number | null | undefined;
|
|
9600
9917
|
timeSpentOverall?: number | null | undefined;
|
|
9601
9918
|
noRecalculation?: boolean | undefined;
|
|
9919
|
+
options?: {
|
|
9920
|
+
value: string;
|
|
9921
|
+
label: string;
|
|
9922
|
+
}[] | undefined;
|
|
9602
9923
|
}>>, "many">;
|
|
9603
9924
|
schemaId: z.ZodString;
|
|
9604
9925
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9623,11 +9944,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9623
9944
|
rirConfidence?: number | null | undefined;
|
|
9624
9945
|
connectorPosition?: number[] | null | undefined;
|
|
9625
9946
|
connectorText?: string | null | undefined;
|
|
9947
|
+
struct?: unknown;
|
|
9626
9948
|
} | null | undefined;
|
|
9627
9949
|
validationSources?: string[] | null | undefined;
|
|
9628
9950
|
timeSpent?: number | null | undefined;
|
|
9629
9951
|
timeSpentOverall?: number | null | undefined;
|
|
9630
9952
|
noRecalculation?: boolean | undefined;
|
|
9953
|
+
options?: {
|
|
9954
|
+
value: string;
|
|
9955
|
+
label: string;
|
|
9956
|
+
}[] | undefined;
|
|
9631
9957
|
} | null)[];
|
|
9632
9958
|
id: number | null;
|
|
9633
9959
|
schemaId: string;
|
|
@@ -9654,11 +9980,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9654
9980
|
rirConfidence?: number | null | undefined;
|
|
9655
9981
|
connectorPosition?: number[] | null | undefined;
|
|
9656
9982
|
connectorText?: string | null | undefined;
|
|
9983
|
+
struct?: unknown;
|
|
9657
9984
|
} | null | undefined;
|
|
9658
9985
|
validationSources?: string[] | null | undefined;
|
|
9659
9986
|
timeSpent?: number | null | undefined;
|
|
9660
9987
|
timeSpentOverall?: number | null | undefined;
|
|
9661
9988
|
noRecalculation?: boolean | undefined;
|
|
9989
|
+
options?: {
|
|
9990
|
+
value: string;
|
|
9991
|
+
label: string;
|
|
9992
|
+
}[] | undefined;
|
|
9662
9993
|
} | null)[];
|
|
9663
9994
|
id: number | null;
|
|
9664
9995
|
schemaId: string;
|
|
@@ -9779,11 +10110,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9779
10110
|
rirConfidence?: number | null | undefined;
|
|
9780
10111
|
connectorPosition?: number[] | null | undefined;
|
|
9781
10112
|
connectorText?: string | null | undefined;
|
|
10113
|
+
struct?: unknown;
|
|
9782
10114
|
} | null | undefined;
|
|
9783
10115
|
validationSources?: string[] | null | undefined;
|
|
9784
10116
|
timeSpent?: number | null | undefined;
|
|
9785
10117
|
timeSpentOverall?: number | null | undefined;
|
|
9786
10118
|
noRecalculation?: boolean | undefined;
|
|
10119
|
+
options?: {
|
|
10120
|
+
value: string;
|
|
10121
|
+
label: string;
|
|
10122
|
+
}[] | undefined;
|
|
9787
10123
|
}[] | {
|
|
9788
10124
|
url: string | null;
|
|
9789
10125
|
children: ({
|
|
@@ -9806,11 +10142,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9806
10142
|
rirConfidence?: number | null | undefined;
|
|
9807
10143
|
connectorPosition?: number[] | null | undefined;
|
|
9808
10144
|
connectorText?: string | null | undefined;
|
|
10145
|
+
struct?: unknown;
|
|
9809
10146
|
} | null | undefined;
|
|
9810
10147
|
validationSources?: string[] | null | undefined;
|
|
9811
10148
|
timeSpent?: number | null | undefined;
|
|
9812
10149
|
timeSpentOverall?: number | null | undefined;
|
|
9813
10150
|
noRecalculation?: boolean | undefined;
|
|
10151
|
+
options?: {
|
|
10152
|
+
value: string;
|
|
10153
|
+
label: string;
|
|
10154
|
+
}[] | undefined;
|
|
9814
10155
|
} | null)[];
|
|
9815
10156
|
id: number | null;
|
|
9816
10157
|
schemaId: string;
|
|
@@ -9835,11 +10176,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9835
10176
|
rirConfidence?: number | null | undefined;
|
|
9836
10177
|
connectorPosition?: number[] | null | undefined;
|
|
9837
10178
|
connectorText?: string | null | undefined;
|
|
10179
|
+
struct?: unknown;
|
|
9838
10180
|
} | null | undefined;
|
|
9839
10181
|
validationSources?: string[] | null | undefined;
|
|
9840
10182
|
timeSpent?: number | null | undefined;
|
|
9841
10183
|
timeSpentOverall?: number | null | undefined;
|
|
9842
10184
|
noRecalculation?: boolean | undefined;
|
|
10185
|
+
options?: {
|
|
10186
|
+
value: string;
|
|
10187
|
+
label: string;
|
|
10188
|
+
}[] | undefined;
|
|
9843
10189
|
}[] | {
|
|
9844
10190
|
url: string | null;
|
|
9845
10191
|
children: ({
|
|
@@ -9862,11 +10208,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9862
10208
|
rirConfidence?: number | null | undefined;
|
|
9863
10209
|
connectorPosition?: number[] | null | undefined;
|
|
9864
10210
|
connectorText?: string | null | undefined;
|
|
10211
|
+
struct?: unknown;
|
|
9865
10212
|
} | null | undefined;
|
|
9866
10213
|
validationSources?: string[] | null | undefined;
|
|
9867
10214
|
timeSpent?: number | null | undefined;
|
|
9868
10215
|
timeSpentOverall?: number | null | undefined;
|
|
9869
10216
|
noRecalculation?: boolean | undefined;
|
|
10217
|
+
options?: {
|
|
10218
|
+
value: string;
|
|
10219
|
+
label: string;
|
|
10220
|
+
}[] | undefined;
|
|
9870
10221
|
} | null)[];
|
|
9871
10222
|
id: number | null;
|
|
9872
10223
|
schemaId: string;
|
|
@@ -9890,6 +10241,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9890
10241
|
rirConfidence?: number | null | undefined;
|
|
9891
10242
|
connectorPosition?: number[] | null | undefined;
|
|
9892
10243
|
connectorText?: string | null | undefined;
|
|
10244
|
+
struct?: unknown;
|
|
9893
10245
|
} | null | undefined;
|
|
9894
10246
|
validationSources?: string[] | null | undefined;
|
|
9895
10247
|
timeSpent?: number | null | undefined;
|
|
@@ -9934,11 +10286,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9934
10286
|
rirConfidence?: number | null | undefined;
|
|
9935
10287
|
connectorPosition?: number[] | null | undefined;
|
|
9936
10288
|
connectorText?: string | null | undefined;
|
|
10289
|
+
struct?: unknown;
|
|
9937
10290
|
} | null | undefined;
|
|
9938
10291
|
validationSources?: string[] | null | undefined;
|
|
9939
10292
|
timeSpent?: number | null | undefined;
|
|
9940
10293
|
timeSpentOverall?: number | null | undefined;
|
|
9941
10294
|
noRecalculation?: boolean | undefined;
|
|
10295
|
+
options?: {
|
|
10296
|
+
value: string;
|
|
10297
|
+
label: string;
|
|
10298
|
+
}[] | undefined;
|
|
9942
10299
|
}[] | {
|
|
9943
10300
|
url: string | null;
|
|
9944
10301
|
children: ({
|
|
@@ -9961,11 +10318,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9961
10318
|
rirConfidence?: number | null | undefined;
|
|
9962
10319
|
connectorPosition?: number[] | null | undefined;
|
|
9963
10320
|
connectorText?: string | null | undefined;
|
|
10321
|
+
struct?: unknown;
|
|
9964
10322
|
} | null | undefined;
|
|
9965
10323
|
validationSources?: string[] | null | undefined;
|
|
9966
10324
|
timeSpent?: number | null | undefined;
|
|
9967
10325
|
timeSpentOverall?: number | null | undefined;
|
|
9968
10326
|
noRecalculation?: boolean | undefined;
|
|
10327
|
+
options?: {
|
|
10328
|
+
value: string;
|
|
10329
|
+
label: string;
|
|
10330
|
+
}[] | undefined;
|
|
9969
10331
|
} | null)[];
|
|
9970
10332
|
id: number | null;
|
|
9971
10333
|
schemaId: string;
|
|
@@ -9990,11 +10352,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
9990
10352
|
rirConfidence?: number | null | undefined;
|
|
9991
10353
|
connectorPosition?: number[] | null | undefined;
|
|
9992
10354
|
connectorText?: string | null | undefined;
|
|
10355
|
+
struct?: unknown;
|
|
9993
10356
|
} | null | undefined;
|
|
9994
10357
|
validationSources?: string[] | null | undefined;
|
|
9995
10358
|
timeSpent?: number | null | undefined;
|
|
9996
10359
|
timeSpentOverall?: number | null | undefined;
|
|
9997
10360
|
noRecalculation?: boolean | undefined;
|
|
10361
|
+
options?: {
|
|
10362
|
+
value: string;
|
|
10363
|
+
label: string;
|
|
10364
|
+
}[] | undefined;
|
|
9998
10365
|
}[] | {
|
|
9999
10366
|
url: string | null;
|
|
10000
10367
|
children: ({
|
|
@@ -10017,11 +10384,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10017
10384
|
rirConfidence?: number | null | undefined;
|
|
10018
10385
|
connectorPosition?: number[] | null | undefined;
|
|
10019
10386
|
connectorText?: string | null | undefined;
|
|
10387
|
+
struct?: unknown;
|
|
10020
10388
|
} | null | undefined;
|
|
10021
10389
|
validationSources?: string[] | null | undefined;
|
|
10022
10390
|
timeSpent?: number | null | undefined;
|
|
10023
10391
|
timeSpentOverall?: number | null | undefined;
|
|
10024
10392
|
noRecalculation?: boolean | undefined;
|
|
10393
|
+
options?: {
|
|
10394
|
+
value: string;
|
|
10395
|
+
label: string;
|
|
10396
|
+
}[] | undefined;
|
|
10025
10397
|
} | null)[];
|
|
10026
10398
|
id: number | null;
|
|
10027
10399
|
schemaId: string;
|
|
@@ -10045,6 +10417,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10045
10417
|
rirConfidence?: number | null | undefined;
|
|
10046
10418
|
connectorPosition?: number[] | null | undefined;
|
|
10047
10419
|
connectorText?: string | null | undefined;
|
|
10420
|
+
struct?: unknown;
|
|
10048
10421
|
} | null | undefined;
|
|
10049
10422
|
validationSources?: string[] | null | undefined;
|
|
10050
10423
|
timeSpent?: number | null | undefined;
|
|
@@ -10085,6 +10458,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10085
10458
|
rirConfidence: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10086
10459
|
connectorPosition: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
10087
10460
|
connectorText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10461
|
+
struct: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
10088
10462
|
}, "strip", z.ZodTypeAny, {
|
|
10089
10463
|
value?: string | null | undefined;
|
|
10090
10464
|
normalizedValue?: string | null | undefined;
|
|
@@ -10100,6 +10474,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10100
10474
|
rirConfidence?: number | null | undefined;
|
|
10101
10475
|
connectorPosition?: number[] | null | undefined;
|
|
10102
10476
|
connectorText?: string | null | undefined;
|
|
10477
|
+
struct?: unknown;
|
|
10103
10478
|
}, {
|
|
10104
10479
|
value?: string | null | undefined;
|
|
10105
10480
|
normalizedValue?: string | null | undefined;
|
|
@@ -10115,6 +10490,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10115
10490
|
rirConfidence?: number | null | undefined;
|
|
10116
10491
|
connectorPosition?: number[] | null | undefined;
|
|
10117
10492
|
connectorText?: string | null | undefined;
|
|
10493
|
+
struct?: unknown;
|
|
10118
10494
|
}>>>;
|
|
10119
10495
|
category: z.ZodNullable<z.ZodLiteral<"datapoint">>;
|
|
10120
10496
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -10122,6 +10498,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10122
10498
|
timeSpent: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10123
10499
|
timeSpentOverall: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
10124
10500
|
noRecalculation: z.ZodOptional<z.ZodBoolean>;
|
|
10501
|
+
options: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10502
|
+
label: z.ZodString;
|
|
10503
|
+
value: z.ZodString;
|
|
10504
|
+
}, "strip", z.ZodTypeAny, {
|
|
10505
|
+
value: string;
|
|
10506
|
+
label: string;
|
|
10507
|
+
}, {
|
|
10508
|
+
value: string;
|
|
10509
|
+
label: string;
|
|
10510
|
+
}>, "many">>;
|
|
10125
10511
|
}, "strip", z.ZodTypeAny, {
|
|
10126
10512
|
url: string | null;
|
|
10127
10513
|
id: number | null;
|
|
@@ -10142,11 +10528,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10142
10528
|
rirConfidence?: number | null | undefined;
|
|
10143
10529
|
connectorPosition?: number[] | null | undefined;
|
|
10144
10530
|
connectorText?: string | null | undefined;
|
|
10531
|
+
struct?: unknown;
|
|
10145
10532
|
} | null | undefined;
|
|
10146
10533
|
validationSources?: string[] | null | undefined;
|
|
10147
10534
|
timeSpent?: number | null | undefined;
|
|
10148
10535
|
timeSpentOverall?: number | null | undefined;
|
|
10149
10536
|
noRecalculation?: boolean | undefined;
|
|
10537
|
+
options?: {
|
|
10538
|
+
value: string;
|
|
10539
|
+
label: string;
|
|
10540
|
+
}[] | undefined;
|
|
10150
10541
|
}, {
|
|
10151
10542
|
url: string | null;
|
|
10152
10543
|
id: number | null;
|
|
@@ -10167,11 +10558,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10167
10558
|
rirConfidence?: number | null | undefined;
|
|
10168
10559
|
connectorPosition?: number[] | null | undefined;
|
|
10169
10560
|
connectorText?: string | null | undefined;
|
|
10561
|
+
struct?: unknown;
|
|
10170
10562
|
} | null | undefined;
|
|
10171
10563
|
validationSources?: string[] | null | undefined;
|
|
10172
10564
|
timeSpent?: number | null | undefined;
|
|
10173
10565
|
timeSpentOverall?: number | null | undefined;
|
|
10174
10566
|
noRecalculation?: boolean | undefined;
|
|
10567
|
+
options?: {
|
|
10568
|
+
value: string;
|
|
10569
|
+
label: string;
|
|
10570
|
+
}[] | undefined;
|
|
10175
10571
|
}>]>, "many">>;
|
|
10176
10572
|
category: z.ZodNullable<z.ZodLiteral<"section">>;
|
|
10177
10573
|
schemaId: z.ZodNullable<z.ZodString>;
|
|
@@ -10197,11 +10593,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10197
10593
|
rirConfidence?: number | null | undefined;
|
|
10198
10594
|
connectorPosition?: number[] | null | undefined;
|
|
10199
10595
|
connectorText?: string | null | undefined;
|
|
10596
|
+
struct?: unknown;
|
|
10200
10597
|
} | null | undefined;
|
|
10201
10598
|
validationSources?: string[] | null | undefined;
|
|
10202
10599
|
timeSpent?: number | null | undefined;
|
|
10203
10600
|
timeSpentOverall?: number | null | undefined;
|
|
10204
10601
|
noRecalculation?: boolean | undefined;
|
|
10602
|
+
options?: {
|
|
10603
|
+
value: string;
|
|
10604
|
+
label: string;
|
|
10605
|
+
}[] | undefined;
|
|
10205
10606
|
} | {
|
|
10206
10607
|
url: string | null;
|
|
10207
10608
|
children: (({
|
|
@@ -10224,11 +10625,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10224
10625
|
rirConfidence?: number | null | undefined;
|
|
10225
10626
|
connectorPosition?: number[] | null | undefined;
|
|
10226
10627
|
connectorText?: string | null | undefined;
|
|
10628
|
+
struct?: unknown;
|
|
10227
10629
|
} | null | undefined;
|
|
10228
10630
|
validationSources?: string[] | null | undefined;
|
|
10229
10631
|
timeSpent?: number | null | undefined;
|
|
10230
10632
|
timeSpentOverall?: number | null | undefined;
|
|
10231
10633
|
noRecalculation?: boolean | undefined;
|
|
10634
|
+
options?: {
|
|
10635
|
+
value: string;
|
|
10636
|
+
label: string;
|
|
10637
|
+
}[] | undefined;
|
|
10232
10638
|
}[] | {
|
|
10233
10639
|
url: string | null;
|
|
10234
10640
|
children: ({
|
|
@@ -10251,11 +10657,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10251
10657
|
rirConfidence?: number | null | undefined;
|
|
10252
10658
|
connectorPosition?: number[] | null | undefined;
|
|
10253
10659
|
connectorText?: string | null | undefined;
|
|
10660
|
+
struct?: unknown;
|
|
10254
10661
|
} | null | undefined;
|
|
10255
10662
|
validationSources?: string[] | null | undefined;
|
|
10256
10663
|
timeSpent?: number | null | undefined;
|
|
10257
10664
|
timeSpentOverall?: number | null | undefined;
|
|
10258
10665
|
noRecalculation?: boolean | undefined;
|
|
10666
|
+
options?: {
|
|
10667
|
+
value: string;
|
|
10668
|
+
label: string;
|
|
10669
|
+
}[] | undefined;
|
|
10259
10670
|
} | null)[];
|
|
10260
10671
|
id: number | null;
|
|
10261
10672
|
schemaId: string;
|
|
@@ -10280,11 +10691,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10280
10691
|
rirConfidence?: number | null | undefined;
|
|
10281
10692
|
connectorPosition?: number[] | null | undefined;
|
|
10282
10693
|
connectorText?: string | null | undefined;
|
|
10694
|
+
struct?: unknown;
|
|
10283
10695
|
} | null | undefined;
|
|
10284
10696
|
validationSources?: string[] | null | undefined;
|
|
10285
10697
|
timeSpent?: number | null | undefined;
|
|
10286
10698
|
timeSpentOverall?: number | null | undefined;
|
|
10287
10699
|
noRecalculation?: boolean | undefined;
|
|
10700
|
+
options?: {
|
|
10701
|
+
value: string;
|
|
10702
|
+
label: string;
|
|
10703
|
+
}[] | undefined;
|
|
10288
10704
|
}[] | {
|
|
10289
10705
|
url: string | null;
|
|
10290
10706
|
children: ({
|
|
@@ -10307,11 +10723,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10307
10723
|
rirConfidence?: number | null | undefined;
|
|
10308
10724
|
connectorPosition?: number[] | null | undefined;
|
|
10309
10725
|
connectorText?: string | null | undefined;
|
|
10726
|
+
struct?: unknown;
|
|
10310
10727
|
} | null | undefined;
|
|
10311
10728
|
validationSources?: string[] | null | undefined;
|
|
10312
10729
|
timeSpent?: number | null | undefined;
|
|
10313
10730
|
timeSpentOverall?: number | null | undefined;
|
|
10314
10731
|
noRecalculation?: boolean | undefined;
|
|
10732
|
+
options?: {
|
|
10733
|
+
value: string;
|
|
10734
|
+
label: string;
|
|
10735
|
+
}[] | undefined;
|
|
10315
10736
|
} | null)[];
|
|
10316
10737
|
id: number | null;
|
|
10317
10738
|
schemaId: string;
|
|
@@ -10335,6 +10756,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10335
10756
|
rirConfidence?: number | null | undefined;
|
|
10336
10757
|
connectorPosition?: number[] | null | undefined;
|
|
10337
10758
|
connectorText?: string | null | undefined;
|
|
10759
|
+
struct?: unknown;
|
|
10338
10760
|
} | null | undefined;
|
|
10339
10761
|
validationSources?: string[] | null | undefined;
|
|
10340
10762
|
timeSpent?: number | null | undefined;
|
|
@@ -10383,11 +10805,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10383
10805
|
rirConfidence?: number | null | undefined;
|
|
10384
10806
|
connectorPosition?: number[] | null | undefined;
|
|
10385
10807
|
connectorText?: string | null | undefined;
|
|
10808
|
+
struct?: unknown;
|
|
10386
10809
|
} | null | undefined;
|
|
10387
10810
|
validationSources?: string[] | null | undefined;
|
|
10388
10811
|
timeSpent?: number | null | undefined;
|
|
10389
10812
|
timeSpentOverall?: number | null | undefined;
|
|
10390
10813
|
noRecalculation?: boolean | undefined;
|
|
10814
|
+
options?: {
|
|
10815
|
+
value: string;
|
|
10816
|
+
label: string;
|
|
10817
|
+
}[] | undefined;
|
|
10391
10818
|
} | {
|
|
10392
10819
|
url: string | null;
|
|
10393
10820
|
children: (({
|
|
@@ -10410,11 +10837,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10410
10837
|
rirConfidence?: number | null | undefined;
|
|
10411
10838
|
connectorPosition?: number[] | null | undefined;
|
|
10412
10839
|
connectorText?: string | null | undefined;
|
|
10840
|
+
struct?: unknown;
|
|
10413
10841
|
} | null | undefined;
|
|
10414
10842
|
validationSources?: string[] | null | undefined;
|
|
10415
10843
|
timeSpent?: number | null | undefined;
|
|
10416
10844
|
timeSpentOverall?: number | null | undefined;
|
|
10417
10845
|
noRecalculation?: boolean | undefined;
|
|
10846
|
+
options?: {
|
|
10847
|
+
value: string;
|
|
10848
|
+
label: string;
|
|
10849
|
+
}[] | undefined;
|
|
10418
10850
|
}[] | {
|
|
10419
10851
|
url: string | null;
|
|
10420
10852
|
children: ({
|
|
@@ -10437,11 +10869,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10437
10869
|
rirConfidence?: number | null | undefined;
|
|
10438
10870
|
connectorPosition?: number[] | null | undefined;
|
|
10439
10871
|
connectorText?: string | null | undefined;
|
|
10872
|
+
struct?: unknown;
|
|
10440
10873
|
} | null | undefined;
|
|
10441
10874
|
validationSources?: string[] | null | undefined;
|
|
10442
10875
|
timeSpent?: number | null | undefined;
|
|
10443
10876
|
timeSpentOverall?: number | null | undefined;
|
|
10444
10877
|
noRecalculation?: boolean | undefined;
|
|
10878
|
+
options?: {
|
|
10879
|
+
value: string;
|
|
10880
|
+
label: string;
|
|
10881
|
+
}[] | undefined;
|
|
10445
10882
|
} | null)[];
|
|
10446
10883
|
id: number | null;
|
|
10447
10884
|
schemaId: string;
|
|
@@ -10466,11 +10903,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10466
10903
|
rirConfidence?: number | null | undefined;
|
|
10467
10904
|
connectorPosition?: number[] | null | undefined;
|
|
10468
10905
|
connectorText?: string | null | undefined;
|
|
10906
|
+
struct?: unknown;
|
|
10469
10907
|
} | null | undefined;
|
|
10470
10908
|
validationSources?: string[] | null | undefined;
|
|
10471
10909
|
timeSpent?: number | null | undefined;
|
|
10472
10910
|
timeSpentOverall?: number | null | undefined;
|
|
10473
10911
|
noRecalculation?: boolean | undefined;
|
|
10912
|
+
options?: {
|
|
10913
|
+
value: string;
|
|
10914
|
+
label: string;
|
|
10915
|
+
}[] | undefined;
|
|
10474
10916
|
}[] | {
|
|
10475
10917
|
url: string | null;
|
|
10476
10918
|
children: ({
|
|
@@ -10493,11 +10935,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10493
10935
|
rirConfidence?: number | null | undefined;
|
|
10494
10936
|
connectorPosition?: number[] | null | undefined;
|
|
10495
10937
|
connectorText?: string | null | undefined;
|
|
10938
|
+
struct?: unknown;
|
|
10496
10939
|
} | null | undefined;
|
|
10497
10940
|
validationSources?: string[] | null | undefined;
|
|
10498
10941
|
timeSpent?: number | null | undefined;
|
|
10499
10942
|
timeSpentOverall?: number | null | undefined;
|
|
10500
10943
|
noRecalculation?: boolean | undefined;
|
|
10944
|
+
options?: {
|
|
10945
|
+
value: string;
|
|
10946
|
+
label: string;
|
|
10947
|
+
}[] | undefined;
|
|
10501
10948
|
} | null)[];
|
|
10502
10949
|
id: number | null;
|
|
10503
10950
|
schemaId: string;
|
|
@@ -10521,6 +10968,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10521
10968
|
rirConfidence?: number | null | undefined;
|
|
10522
10969
|
connectorPosition?: number[] | null | undefined;
|
|
10523
10970
|
connectorText?: string | null | undefined;
|
|
10971
|
+
struct?: unknown;
|
|
10524
10972
|
} | null | undefined;
|
|
10525
10973
|
validationSources?: string[] | null | undefined;
|
|
10526
10974
|
timeSpent?: number | null | undefined;
|
|
@@ -10563,25 +11011,37 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10563
11011
|
content: z.ZodString;
|
|
10564
11012
|
id: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"all">, z.ZodString, z.ZodNumber]>>>;
|
|
10565
11013
|
detail: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
10566
|
-
hookId: z.ZodNullable<z.ZodNumber
|
|
10567
|
-
hookName: z.ZodString
|
|
10568
|
-
requestId: z.ZodString
|
|
11014
|
+
hookId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
11015
|
+
hookName: z.ZodOptional<z.ZodString>;
|
|
11016
|
+
requestId: z.ZodOptional<z.ZodString>;
|
|
10569
11017
|
isException: z.ZodOptional<z.ZodBoolean>;
|
|
10570
11018
|
tracebackLineNumber: z.ZodOptional<z.ZodNumber>;
|
|
11019
|
+
ruleId: z.ZodOptional<z.ZodNumber>;
|
|
11020
|
+
ruleName: z.ZodOptional<z.ZodString>;
|
|
11021
|
+
sourceId: z.ZodOptional<z.ZodNumber>;
|
|
11022
|
+
sourceSchemaId: z.ZodOptional<z.ZodString>;
|
|
10571
11023
|
timestamp: z.ZodOptional<z.ZodString>;
|
|
10572
11024
|
}, "strip", z.ZodTypeAny, {
|
|
10573
|
-
hookId
|
|
10574
|
-
hookName
|
|
10575
|
-
requestId
|
|
11025
|
+
hookId?: number | null | undefined;
|
|
11026
|
+
hookName?: string | undefined;
|
|
11027
|
+
requestId?: string | undefined;
|
|
10576
11028
|
isException?: boolean | undefined;
|
|
10577
11029
|
tracebackLineNumber?: number | undefined;
|
|
11030
|
+
ruleId?: number | undefined;
|
|
11031
|
+
ruleName?: string | undefined;
|
|
11032
|
+
sourceId?: number | undefined;
|
|
11033
|
+
sourceSchemaId?: string | undefined;
|
|
10578
11034
|
timestamp?: string | undefined;
|
|
10579
11035
|
}, {
|
|
10580
|
-
hookId
|
|
10581
|
-
hookName
|
|
10582
|
-
requestId
|
|
11036
|
+
hookId?: number | null | undefined;
|
|
11037
|
+
hookName?: string | undefined;
|
|
11038
|
+
requestId?: string | undefined;
|
|
10583
11039
|
isException?: boolean | undefined;
|
|
10584
11040
|
tracebackLineNumber?: number | undefined;
|
|
11041
|
+
ruleId?: number | undefined;
|
|
11042
|
+
ruleName?: string | undefined;
|
|
11043
|
+
sourceId?: number | undefined;
|
|
11044
|
+
sourceSchemaId?: string | undefined;
|
|
10585
11045
|
timestamp?: string | undefined;
|
|
10586
11046
|
}>>>;
|
|
10587
11047
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10589,11 +11049,15 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10589
11049
|
content: string;
|
|
10590
11050
|
id?: string | number | null | undefined;
|
|
10591
11051
|
detail?: {
|
|
10592
|
-
hookId
|
|
10593
|
-
hookName
|
|
10594
|
-
requestId
|
|
11052
|
+
hookId?: number | null | undefined;
|
|
11053
|
+
hookName?: string | undefined;
|
|
11054
|
+
requestId?: string | undefined;
|
|
10595
11055
|
isException?: boolean | undefined;
|
|
10596
11056
|
tracebackLineNumber?: number | undefined;
|
|
11057
|
+
ruleId?: number | undefined;
|
|
11058
|
+
ruleName?: string | undefined;
|
|
11059
|
+
sourceId?: number | undefined;
|
|
11060
|
+
sourceSchemaId?: string | undefined;
|
|
10597
11061
|
timestamp?: string | undefined;
|
|
10598
11062
|
} | null | undefined;
|
|
10599
11063
|
}, {
|
|
@@ -10601,11 +11065,15 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10601
11065
|
content: string;
|
|
10602
11066
|
id?: string | number | null | undefined;
|
|
10603
11067
|
detail?: {
|
|
10604
|
-
hookId
|
|
10605
|
-
hookName
|
|
10606
|
-
requestId
|
|
11068
|
+
hookId?: number | null | undefined;
|
|
11069
|
+
hookName?: string | undefined;
|
|
11070
|
+
requestId?: string | undefined;
|
|
10607
11071
|
isException?: boolean | undefined;
|
|
10608
11072
|
tracebackLineNumber?: number | undefined;
|
|
11073
|
+
ruleId?: number | undefined;
|
|
11074
|
+
ruleName?: string | undefined;
|
|
11075
|
+
sourceId?: number | undefined;
|
|
11076
|
+
sourceSchemaId?: string | undefined;
|
|
10609
11077
|
timestamp?: string | undefined;
|
|
10610
11078
|
} | null | undefined;
|
|
10611
11079
|
}>, "many">;
|
|
@@ -10628,11 +11096,15 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10628
11096
|
content: string;
|
|
10629
11097
|
id?: string | number | null | undefined;
|
|
10630
11098
|
detail?: {
|
|
10631
|
-
hookId
|
|
10632
|
-
hookName
|
|
10633
|
-
requestId
|
|
11099
|
+
hookId?: number | null | undefined;
|
|
11100
|
+
hookName?: string | undefined;
|
|
11101
|
+
requestId?: string | undefined;
|
|
10634
11102
|
isException?: boolean | undefined;
|
|
10635
11103
|
tracebackLineNumber?: number | undefined;
|
|
11104
|
+
ruleId?: number | undefined;
|
|
11105
|
+
ruleName?: string | undefined;
|
|
11106
|
+
sourceId?: number | undefined;
|
|
11107
|
+
sourceSchemaId?: string | undefined;
|
|
10636
11108
|
timestamp?: string | undefined;
|
|
10637
11109
|
} | null | undefined;
|
|
10638
11110
|
}[];
|
|
@@ -10658,11 +11130,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10658
11130
|
rirConfidence?: number | null | undefined;
|
|
10659
11131
|
connectorPosition?: number[] | null | undefined;
|
|
10660
11132
|
connectorText?: string | null | undefined;
|
|
11133
|
+
struct?: unknown;
|
|
10661
11134
|
} | null | undefined;
|
|
10662
11135
|
validationSources?: string[] | null | undefined;
|
|
10663
11136
|
timeSpent?: number | null | undefined;
|
|
10664
11137
|
timeSpentOverall?: number | null | undefined;
|
|
10665
11138
|
noRecalculation?: boolean | undefined;
|
|
11139
|
+
options?: {
|
|
11140
|
+
value: string;
|
|
11141
|
+
label: string;
|
|
11142
|
+
}[] | undefined;
|
|
10666
11143
|
} | {
|
|
10667
11144
|
url: string | null;
|
|
10668
11145
|
children: (({
|
|
@@ -10685,11 +11162,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10685
11162
|
rirConfidence?: number | null | undefined;
|
|
10686
11163
|
connectorPosition?: number[] | null | undefined;
|
|
10687
11164
|
connectorText?: string | null | undefined;
|
|
11165
|
+
struct?: unknown;
|
|
10688
11166
|
} | null | undefined;
|
|
10689
11167
|
validationSources?: string[] | null | undefined;
|
|
10690
11168
|
timeSpent?: number | null | undefined;
|
|
10691
11169
|
timeSpentOverall?: number | null | undefined;
|
|
10692
11170
|
noRecalculation?: boolean | undefined;
|
|
11171
|
+
options?: {
|
|
11172
|
+
value: string;
|
|
11173
|
+
label: string;
|
|
11174
|
+
}[] | undefined;
|
|
10693
11175
|
}[] | {
|
|
10694
11176
|
url: string | null;
|
|
10695
11177
|
children: ({
|
|
@@ -10712,11 +11194,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10712
11194
|
rirConfidence?: number | null | undefined;
|
|
10713
11195
|
connectorPosition?: number[] | null | undefined;
|
|
10714
11196
|
connectorText?: string | null | undefined;
|
|
11197
|
+
struct?: unknown;
|
|
10715
11198
|
} | null | undefined;
|
|
10716
11199
|
validationSources?: string[] | null | undefined;
|
|
10717
11200
|
timeSpent?: number | null | undefined;
|
|
10718
11201
|
timeSpentOverall?: number | null | undefined;
|
|
10719
11202
|
noRecalculation?: boolean | undefined;
|
|
11203
|
+
options?: {
|
|
11204
|
+
value: string;
|
|
11205
|
+
label: string;
|
|
11206
|
+
}[] | undefined;
|
|
10720
11207
|
} | null)[];
|
|
10721
11208
|
id: number | null;
|
|
10722
11209
|
schemaId: string;
|
|
@@ -10741,11 +11228,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10741
11228
|
rirConfidence?: number | null | undefined;
|
|
10742
11229
|
connectorPosition?: number[] | null | undefined;
|
|
10743
11230
|
connectorText?: string | null | undefined;
|
|
11231
|
+
struct?: unknown;
|
|
10744
11232
|
} | null | undefined;
|
|
10745
11233
|
validationSources?: string[] | null | undefined;
|
|
10746
11234
|
timeSpent?: number | null | undefined;
|
|
10747
11235
|
timeSpentOverall?: number | null | undefined;
|
|
10748
11236
|
noRecalculation?: boolean | undefined;
|
|
11237
|
+
options?: {
|
|
11238
|
+
value: string;
|
|
11239
|
+
label: string;
|
|
11240
|
+
}[] | undefined;
|
|
10749
11241
|
}[] | {
|
|
10750
11242
|
url: string | null;
|
|
10751
11243
|
children: ({
|
|
@@ -10768,11 +11260,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10768
11260
|
rirConfidence?: number | null | undefined;
|
|
10769
11261
|
connectorPosition?: number[] | null | undefined;
|
|
10770
11262
|
connectorText?: string | null | undefined;
|
|
11263
|
+
struct?: unknown;
|
|
10771
11264
|
} | null | undefined;
|
|
10772
11265
|
validationSources?: string[] | null | undefined;
|
|
10773
11266
|
timeSpent?: number | null | undefined;
|
|
10774
11267
|
timeSpentOverall?: number | null | undefined;
|
|
10775
11268
|
noRecalculation?: boolean | undefined;
|
|
11269
|
+
options?: {
|
|
11270
|
+
value: string;
|
|
11271
|
+
label: string;
|
|
11272
|
+
}[] | undefined;
|
|
10776
11273
|
} | null)[];
|
|
10777
11274
|
id: number | null;
|
|
10778
11275
|
schemaId: string;
|
|
@@ -10796,6 +11293,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10796
11293
|
rirConfidence?: number | null | undefined;
|
|
10797
11294
|
connectorPosition?: number[] | null | undefined;
|
|
10798
11295
|
connectorText?: string | null | undefined;
|
|
11296
|
+
struct?: unknown;
|
|
10799
11297
|
} | null | undefined;
|
|
10800
11298
|
validationSources?: string[] | null | undefined;
|
|
10801
11299
|
timeSpent?: number | null | undefined;
|
|
@@ -10838,11 +11336,15 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10838
11336
|
content: string;
|
|
10839
11337
|
id?: string | number | null | undefined;
|
|
10840
11338
|
detail?: {
|
|
10841
|
-
hookId
|
|
10842
|
-
hookName
|
|
10843
|
-
requestId
|
|
11339
|
+
hookId?: number | null | undefined;
|
|
11340
|
+
hookName?: string | undefined;
|
|
11341
|
+
requestId?: string | undefined;
|
|
10844
11342
|
isException?: boolean | undefined;
|
|
10845
11343
|
tracebackLineNumber?: number | undefined;
|
|
11344
|
+
ruleId?: number | undefined;
|
|
11345
|
+
ruleName?: string | undefined;
|
|
11346
|
+
sourceId?: number | undefined;
|
|
11347
|
+
sourceSchemaId?: string | undefined;
|
|
10846
11348
|
timestamp?: string | undefined;
|
|
10847
11349
|
} | null | undefined;
|
|
10848
11350
|
}[];
|
|
@@ -10868,11 +11370,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10868
11370
|
rirConfidence?: number | null | undefined;
|
|
10869
11371
|
connectorPosition?: number[] | null | undefined;
|
|
10870
11372
|
connectorText?: string | null | undefined;
|
|
11373
|
+
struct?: unknown;
|
|
10871
11374
|
} | null | undefined;
|
|
10872
11375
|
validationSources?: string[] | null | undefined;
|
|
10873
11376
|
timeSpent?: number | null | undefined;
|
|
10874
11377
|
timeSpentOverall?: number | null | undefined;
|
|
10875
11378
|
noRecalculation?: boolean | undefined;
|
|
11379
|
+
options?: {
|
|
11380
|
+
value: string;
|
|
11381
|
+
label: string;
|
|
11382
|
+
}[] | undefined;
|
|
10876
11383
|
} | {
|
|
10877
11384
|
url: string | null;
|
|
10878
11385
|
children: (({
|
|
@@ -10895,11 +11402,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10895
11402
|
rirConfidence?: number | null | undefined;
|
|
10896
11403
|
connectorPosition?: number[] | null | undefined;
|
|
10897
11404
|
connectorText?: string | null | undefined;
|
|
11405
|
+
struct?: unknown;
|
|
10898
11406
|
} | null | undefined;
|
|
10899
11407
|
validationSources?: string[] | null | undefined;
|
|
10900
11408
|
timeSpent?: number | null | undefined;
|
|
10901
11409
|
timeSpentOverall?: number | null | undefined;
|
|
10902
11410
|
noRecalculation?: boolean | undefined;
|
|
11411
|
+
options?: {
|
|
11412
|
+
value: string;
|
|
11413
|
+
label: string;
|
|
11414
|
+
}[] | undefined;
|
|
10903
11415
|
}[] | {
|
|
10904
11416
|
url: string | null;
|
|
10905
11417
|
children: ({
|
|
@@ -10922,11 +11434,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10922
11434
|
rirConfidence?: number | null | undefined;
|
|
10923
11435
|
connectorPosition?: number[] | null | undefined;
|
|
10924
11436
|
connectorText?: string | null | undefined;
|
|
11437
|
+
struct?: unknown;
|
|
10925
11438
|
} | null | undefined;
|
|
10926
11439
|
validationSources?: string[] | null | undefined;
|
|
10927
11440
|
timeSpent?: number | null | undefined;
|
|
10928
11441
|
timeSpentOverall?: number | null | undefined;
|
|
10929
11442
|
noRecalculation?: boolean | undefined;
|
|
11443
|
+
options?: {
|
|
11444
|
+
value: string;
|
|
11445
|
+
label: string;
|
|
11446
|
+
}[] | undefined;
|
|
10930
11447
|
} | null)[];
|
|
10931
11448
|
id: number | null;
|
|
10932
11449
|
schemaId: string;
|
|
@@ -10951,11 +11468,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10951
11468
|
rirConfidence?: number | null | undefined;
|
|
10952
11469
|
connectorPosition?: number[] | null | undefined;
|
|
10953
11470
|
connectorText?: string | null | undefined;
|
|
11471
|
+
struct?: unknown;
|
|
10954
11472
|
} | null | undefined;
|
|
10955
11473
|
validationSources?: string[] | null | undefined;
|
|
10956
11474
|
timeSpent?: number | null | undefined;
|
|
10957
11475
|
timeSpentOverall?: number | null | undefined;
|
|
10958
11476
|
noRecalculation?: boolean | undefined;
|
|
11477
|
+
options?: {
|
|
11478
|
+
value: string;
|
|
11479
|
+
label: string;
|
|
11480
|
+
}[] | undefined;
|
|
10959
11481
|
}[] | {
|
|
10960
11482
|
url: string | null;
|
|
10961
11483
|
children: ({
|
|
@@ -10978,11 +11500,16 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
10978
11500
|
rirConfidence?: number | null | undefined;
|
|
10979
11501
|
connectorPosition?: number[] | null | undefined;
|
|
10980
11502
|
connectorText?: string | null | undefined;
|
|
11503
|
+
struct?: unknown;
|
|
10981
11504
|
} | null | undefined;
|
|
10982
11505
|
validationSources?: string[] | null | undefined;
|
|
10983
11506
|
timeSpent?: number | null | undefined;
|
|
10984
11507
|
timeSpentOverall?: number | null | undefined;
|
|
10985
11508
|
noRecalculation?: boolean | undefined;
|
|
11509
|
+
options?: {
|
|
11510
|
+
value: string;
|
|
11511
|
+
label: string;
|
|
11512
|
+
}[] | undefined;
|
|
10986
11513
|
} | null)[];
|
|
10987
11514
|
id: number | null;
|
|
10988
11515
|
schemaId: string;
|
|
@@ -11006,6 +11533,7 @@ export declare const evaluateFormulasResponseSchema: z.ZodObject<{
|
|
|
11006
11533
|
rirConfidence?: number | null | undefined;
|
|
11007
11534
|
connectorPosition?: number[] | null | undefined;
|
|
11008
11535
|
connectorText?: string | null | undefined;
|
|
11536
|
+
struct?: unknown;
|
|
11009
11537
|
} | null | undefined;
|
|
11010
11538
|
validationSources?: string[] | null | undefined;
|
|
11011
11539
|
timeSpent?: number | null | undefined;
|