@rossum/api-client 0.1.26 → 0.2.0
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 +70 -70
- package/index.js.map +1 -1
- package/package.json +3 -2
- 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 +7 -4
- package/src/hooks/endpoints/runs.schema.js.map +1 -1
- package/src/hooks/endpoints/test.schema.js +2 -2
- package/src/hooks/endpoints/test.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 +2 -20
- 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 +7 -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 +4 -4
- 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 -0
- 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.js +3 -0
- package/src/queues/models/automationSetup.js.map +1 -0
- package/src/queues/models/automationSetup.schema.js +68 -0
- package/src/queues/models/automationSetup.schema.js.map +1 -0
- package/src/queues/models/index.js +31 -0
- package/src/queues/models/index.js.map +1 -0
- package/src/queues/models/queueSettings.schema.js +46 -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} +10 -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 -0
- 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 +13 -1
- 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/requestConfig.js +5 -4
- package/src/utils/requestConfig.js.map +1 -1
- package/src/utils/requestResponse.js +2 -2
- package/src/utils/requestResponse.js.map +1 -1
- 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 +6760 -2128
- 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 +1948 -155
- package/types/src/annotations/endpoints/list.d.ts +1124 -569
- 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 +578 -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 +511 -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 +220 -20
- package/types/src/engines/endpoints/list.d.ts +40 -27
- package/types/src/engines/endpoints/queueStats.d.ts +328 -139
- package/types/src/engines/endpoints/queueStats.schema.d.ts +193 -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 +853 -241
- 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 +322 -233
- package/types/src/hooks/endpoints/runs.schema.d.ts +18 -502
- package/types/src/hooks/endpoints/test.d.ts +13 -13
- package/types/src/hooks/endpoints/test.schema.d.ts +11 -11
- 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 +1 -2
- package/types/src/hooks/models/hookUtils.schema.d.ts +2 -3
- 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 +80 -65
- 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 +6554 -19747
- 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 +358 -7697
- package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +351 -7691
- package/types/src/internal/endpoints/rules/suggestRule.d.ts +14 -7608
- package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +15 -7619
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +24 -7623
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +20 -7619
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +24 -7623
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +20 -7619
- package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +881 -212
- package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +877 -208
- package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +364 -176
- package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +364 -176
- package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +370 -182
- package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +369 -181
- 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 +364 -176
- package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +364 -176
- 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 +149 -11
- package/types/src/queues/endpoints/createFromTemplate.d.ts +149 -11
- package/types/src/queues/endpoints/duplicate.d.ts +153 -11
- package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
- package/types/src/queues/endpoints/get.d.ts +149 -11
- package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
- package/types/src/queues/endpoints/index.d.ts +1787 -94
- package/types/src/queues/endpoints/list.d.ts +204 -21
- package/types/src/queues/endpoints/list.schema.d.ts +15 -9
- package/types/src/queues/endpoints/patch.d.ts +296 -20
- package/types/src/queues/endpoints/patch.schema.d.ts +147 -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 +56 -0
- package/types/src/queues/models/automationSetup.schema.d.ts +839 -0
- package/types/src/queues/models/index.d.ts +14 -0
- package/types/src/queues/models/queue.schema.d.ts +149 -11
- package/types/src/queues/models/queueSettings.d.ts +34 -2
- package/types/src/queues/models/queueSettings.schema.d.ts +210 -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 +50 -80
- package/types/src/rules/endpoints/create.schema.d.ts +36 -53
- package/types/src/rules/endpoints/get.d.ts +11 -24
- package/types/src/rules/endpoints/index.d.ts +130 -192
- package/types/src/rules/endpoints/list.d.ts +82 -73
- package/types/src/rules/endpoints/list.schema.d.ts +12 -3
- package/types/src/rules/endpoints/patch.d.ts +25 -51
- package/types/src/rules/endpoints/patch.schema.d.ts +11 -24
- package/types/src/rules/index.d.ts +1 -0
- package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +8 -11
- package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +20 -39
- 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 +370 -176
- package/types/src/schemas/endpoints/get.d.ts +412 -176
- package/types/src/schemas/endpoints/index.d.ts +6 -3
- package/types/src/schemas/endpoints/list.d.ts +1325 -1076
- package/types/src/schemas/endpoints/patch.d.ts +803 -352
- package/types/src/schemas/endpoints/patch.schema.d.ts +398 -176
- package/types/src/schemas/endpoints/validate.d.ts +814 -368
- 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 +370 -176
- package/types/src/schemas/models/schemaDatapoint.schema.d.ts +37 -20
- package/types/src/schemas/models/schemaDatapointBase.d.ts +2 -1
- package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +12 -9
- package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +8 -5
- package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
- package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +19 -5
- package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +8 -5
- package/types/src/schemas/models/schemaDatapointString.schema.d.ts +8 -5
- package/types/src/schemas/models/schemaItem.schema.d.ts +220 -112
- package/types/src/schemas/models/schemaMultivalue.schema.d.ts +128 -64
- package/types/src/schemas/models/schemaSection.schema.d.ts +292 -144
- package/types/src/schemas/models/schemaTuple.schema.d.ts +55 -28
- package/types/src/shared/index.d.ts +1 -0
- package/types/src/shared/models/annotationListTable.d.ts +12 -2
- package/types/src/shared/models/annotationListTable.schema.d.ts +99 -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/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/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
|
@@ -130,13 +130,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
130
130
|
required?: boolean | null | undefined;
|
|
131
131
|
}>>>;
|
|
132
132
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
133
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
133
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
134
134
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
135
135
|
}, "strip", import("zod").ZodTypeAny, {
|
|
136
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
136
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
137
137
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
138
138
|
}, {
|
|
139
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
139
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
140
140
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
141
141
|
}>>>;
|
|
142
142
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -146,6 +146,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
146
146
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
147
147
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
148
148
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
149
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
149
150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150
151
|
suggest?: true | undefined;
|
|
151
152
|
canExport?: boolean | null | undefined;
|
|
@@ -164,7 +165,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
164
165
|
required?: boolean | null | undefined;
|
|
165
166
|
} | null | undefined;
|
|
166
167
|
uiConfiguration?: {
|
|
167
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
168
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
168
169
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
169
170
|
} | null | undefined;
|
|
170
171
|
width?: number | null | undefined;
|
|
@@ -174,6 +175,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
174
175
|
formula?: string | null | undefined;
|
|
175
176
|
context?: string[] | null | undefined;
|
|
176
177
|
prompt?: string | null | undefined;
|
|
178
|
+
matching?: Record<string, unknown> | undefined;
|
|
177
179
|
}, {
|
|
178
180
|
suggest?: true | undefined;
|
|
179
181
|
canExport?: boolean | null | undefined;
|
|
@@ -192,7 +194,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
192
194
|
required?: boolean | null | undefined;
|
|
193
195
|
} | null | undefined;
|
|
194
196
|
uiConfiguration?: {
|
|
195
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
197
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
196
198
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
197
199
|
} | null | undefined;
|
|
198
200
|
width?: number | null | undefined;
|
|
@@ -202,6 +204,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
202
204
|
formula?: string | null | undefined;
|
|
203
205
|
context?: string[] | null | undefined;
|
|
204
206
|
prompt?: string | null | undefined;
|
|
207
|
+
matching?: Record<string, unknown> | undefined;
|
|
205
208
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
206
209
|
type: import("zod").ZodLiteral<"date">;
|
|
207
210
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -285,13 +288,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
285
288
|
required?: boolean | null | undefined;
|
|
286
289
|
}>>>;
|
|
287
290
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
288
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
291
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
289
292
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
290
293
|
}, "strip", import("zod").ZodTypeAny, {
|
|
291
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
294
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
292
295
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
293
296
|
}, {
|
|
294
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
297
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
295
298
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
296
299
|
}>>>;
|
|
297
300
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -301,6 +304,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
301
304
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
302
305
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
303
306
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
307
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
304
308
|
}, "strip", import("zod").ZodTypeAny, {
|
|
305
309
|
suggest?: true | undefined;
|
|
306
310
|
canExport?: boolean | null | undefined;
|
|
@@ -319,7 +323,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
319
323
|
required?: boolean | null | undefined;
|
|
320
324
|
} | null | undefined;
|
|
321
325
|
uiConfiguration?: {
|
|
322
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
326
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
323
327
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
324
328
|
} | null | undefined;
|
|
325
329
|
width?: number | null | undefined;
|
|
@@ -329,6 +333,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
329
333
|
formula?: string | null | undefined;
|
|
330
334
|
context?: string[] | null | undefined;
|
|
331
335
|
prompt?: string | null | undefined;
|
|
336
|
+
matching?: Record<string, unknown> | undefined;
|
|
332
337
|
}, {
|
|
333
338
|
suggest?: true | undefined;
|
|
334
339
|
canExport?: boolean | null | undefined;
|
|
@@ -347,7 +352,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
347
352
|
required?: boolean | null | undefined;
|
|
348
353
|
} | null | undefined;
|
|
349
354
|
uiConfiguration?: {
|
|
350
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
355
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
351
356
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
352
357
|
} | null | undefined;
|
|
353
358
|
width?: number | null | undefined;
|
|
@@ -357,6 +362,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
357
362
|
formula?: string | null | undefined;
|
|
358
363
|
context?: string[] | null | undefined;
|
|
359
364
|
prompt?: string | null | undefined;
|
|
365
|
+
matching?: Record<string, unknown> | undefined;
|
|
360
366
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
361
367
|
type: import("zod").ZodLiteral<"number">;
|
|
362
368
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -467,13 +473,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
467
473
|
required?: boolean | null | undefined;
|
|
468
474
|
}>>>;
|
|
469
475
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
470
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
476
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
471
477
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
472
478
|
}, "strip", import("zod").ZodTypeAny, {
|
|
473
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
479
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
474
480
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
475
481
|
}, {
|
|
476
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
482
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
477
483
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
478
484
|
}>>>;
|
|
479
485
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -483,6 +489,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
483
489
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
484
490
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
485
491
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
492
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
486
493
|
}, "strip", import("zod").ZodTypeAny, {
|
|
487
494
|
suggest?: true | undefined;
|
|
488
495
|
canExport?: boolean | null | undefined;
|
|
@@ -501,7 +508,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
501
508
|
required?: boolean | null | undefined;
|
|
502
509
|
} | null | undefined;
|
|
503
510
|
uiConfiguration?: {
|
|
504
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
511
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
505
512
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
506
513
|
} | null | undefined;
|
|
507
514
|
width?: number | null | undefined;
|
|
@@ -511,6 +518,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
511
518
|
formula?: string | null | undefined;
|
|
512
519
|
context?: string[] | null | undefined;
|
|
513
520
|
prompt?: string | null | undefined;
|
|
521
|
+
matching?: Record<string, unknown> | undefined;
|
|
514
522
|
}, {
|
|
515
523
|
suggest?: true | undefined;
|
|
516
524
|
canExport?: boolean | null | undefined;
|
|
@@ -529,7 +537,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
529
537
|
required?: boolean | null | undefined;
|
|
530
538
|
} | null | undefined;
|
|
531
539
|
uiConfiguration?: {
|
|
532
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
540
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
533
541
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
534
542
|
} | null | undefined;
|
|
535
543
|
width?: number | null | undefined;
|
|
@@ -539,23 +547,28 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
539
547
|
formula?: string | null | undefined;
|
|
540
548
|
context?: string[] | null | undefined;
|
|
541
549
|
prompt?: string | null | undefined;
|
|
550
|
+
matching?: Record<string, unknown> | undefined;
|
|
542
551
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
543
552
|
type: import("zod").ZodLiteral<"enum">;
|
|
544
553
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
545
554
|
value: import("zod").ZodString;
|
|
546
555
|
label: import("zod").ZodString;
|
|
556
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
547
557
|
}, "strip", import("zod").ZodTypeAny, {
|
|
548
558
|
value: string;
|
|
549
559
|
label: string;
|
|
560
|
+
struct?: unknown;
|
|
550
561
|
}, {
|
|
551
562
|
value: string;
|
|
552
563
|
label: string;
|
|
564
|
+
struct?: unknown;
|
|
553
565
|
}>, "many">;
|
|
554
566
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
555
567
|
}, "strip", import("zod").ZodTypeAny, {
|
|
556
568
|
options: {
|
|
557
569
|
value: string;
|
|
558
570
|
label: string;
|
|
571
|
+
struct?: unknown;
|
|
559
572
|
}[];
|
|
560
573
|
type: "enum";
|
|
561
574
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -563,6 +576,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
563
576
|
options: {
|
|
564
577
|
value: string;
|
|
565
578
|
label: string;
|
|
579
|
+
struct?: unknown;
|
|
566
580
|
}[];
|
|
567
581
|
type: "enum";
|
|
568
582
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -640,13 +654,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
640
654
|
required?: boolean | null | undefined;
|
|
641
655
|
}>>>;
|
|
642
656
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
643
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
657
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
644
658
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
645
659
|
}, "strip", import("zod").ZodTypeAny, {
|
|
646
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
660
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
647
661
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
648
662
|
}, {
|
|
649
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
663
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
650
664
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
651
665
|
}>>>;
|
|
652
666
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -656,6 +670,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
656
670
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
657
671
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
658
672
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
673
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
659
674
|
}, "strip", import("zod").ZodTypeAny, {
|
|
660
675
|
suggest?: true | undefined;
|
|
661
676
|
canExport?: boolean | null | undefined;
|
|
@@ -674,7 +689,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
674
689
|
required?: boolean | null | undefined;
|
|
675
690
|
} | null | undefined;
|
|
676
691
|
uiConfiguration?: {
|
|
677
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
692
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
678
693
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
679
694
|
} | null | undefined;
|
|
680
695
|
width?: number | null | undefined;
|
|
@@ -684,6 +699,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
684
699
|
formula?: string | null | undefined;
|
|
685
700
|
context?: string[] | null | undefined;
|
|
686
701
|
prompt?: string | null | undefined;
|
|
702
|
+
matching?: Record<string, unknown> | undefined;
|
|
687
703
|
}, {
|
|
688
704
|
suggest?: true | undefined;
|
|
689
705
|
canExport?: boolean | null | undefined;
|
|
@@ -702,7 +718,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
702
718
|
required?: boolean | null | undefined;
|
|
703
719
|
} | null | undefined;
|
|
704
720
|
uiConfiguration?: {
|
|
705
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
721
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
706
722
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
707
723
|
} | null | undefined;
|
|
708
724
|
width?: number | null | undefined;
|
|
@@ -712,6 +728,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
712
728
|
formula?: string | null | undefined;
|
|
713
729
|
context?: string[] | null | undefined;
|
|
714
730
|
prompt?: string | null | undefined;
|
|
731
|
+
matching?: Record<string, unknown> | undefined;
|
|
715
732
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
716
733
|
id: import("zod").ZodString;
|
|
717
734
|
label: import("zod").ZodString;
|
|
@@ -836,13 +853,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
836
853
|
required?: boolean | null | undefined;
|
|
837
854
|
}>>>;
|
|
838
855
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
839
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
856
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
840
857
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
841
858
|
}, "strip", import("zod").ZodTypeAny, {
|
|
842
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
859
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
843
860
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
844
861
|
}, {
|
|
845
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
862
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
846
863
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
847
864
|
}>>>;
|
|
848
865
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -852,6 +869,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
852
869
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
853
870
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
854
871
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
872
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
855
873
|
}, "strip", import("zod").ZodTypeAny, {
|
|
856
874
|
suggest?: true | undefined;
|
|
857
875
|
canExport?: boolean | null | undefined;
|
|
@@ -870,7 +888,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
870
888
|
required?: boolean | null | undefined;
|
|
871
889
|
} | null | undefined;
|
|
872
890
|
uiConfiguration?: {
|
|
873
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
891
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
874
892
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
875
893
|
} | null | undefined;
|
|
876
894
|
width?: number | null | undefined;
|
|
@@ -880,6 +898,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
880
898
|
formula?: string | null | undefined;
|
|
881
899
|
context?: string[] | null | undefined;
|
|
882
900
|
prompt?: string | null | undefined;
|
|
901
|
+
matching?: Record<string, unknown> | undefined;
|
|
883
902
|
}, {
|
|
884
903
|
suggest?: true | undefined;
|
|
885
904
|
canExport?: boolean | null | undefined;
|
|
@@ -898,7 +917,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
898
917
|
required?: boolean | null | undefined;
|
|
899
918
|
} | null | undefined;
|
|
900
919
|
uiConfiguration?: {
|
|
901
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
920
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
902
921
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
903
922
|
} | null | undefined;
|
|
904
923
|
width?: number | null | undefined;
|
|
@@ -908,6 +927,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
908
927
|
formula?: string | null | undefined;
|
|
909
928
|
context?: string[] | null | undefined;
|
|
910
929
|
prompt?: string | null | undefined;
|
|
930
|
+
matching?: Record<string, unknown> | undefined;
|
|
911
931
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
912
932
|
type: import("zod").ZodLiteral<"date">;
|
|
913
933
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -991,13 +1011,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
991
1011
|
required?: boolean | null | undefined;
|
|
992
1012
|
}>>>;
|
|
993
1013
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
994
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1014
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
995
1015
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
996
1016
|
}, "strip", import("zod").ZodTypeAny, {
|
|
997
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1017
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
998
1018
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
999
1019
|
}, {
|
|
1000
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1020
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1001
1021
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1002
1022
|
}>>>;
|
|
1003
1023
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1007,6 +1027,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1007
1027
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1008
1028
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1009
1029
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1030
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1010
1031
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1011
1032
|
suggest?: true | undefined;
|
|
1012
1033
|
canExport?: boolean | null | undefined;
|
|
@@ -1025,7 +1046,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1025
1046
|
required?: boolean | null | undefined;
|
|
1026
1047
|
} | null | undefined;
|
|
1027
1048
|
uiConfiguration?: {
|
|
1028
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1049
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1029
1050
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1030
1051
|
} | null | undefined;
|
|
1031
1052
|
width?: number | null | undefined;
|
|
@@ -1035,6 +1056,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1035
1056
|
formula?: string | null | undefined;
|
|
1036
1057
|
context?: string[] | null | undefined;
|
|
1037
1058
|
prompt?: string | null | undefined;
|
|
1059
|
+
matching?: Record<string, unknown> | undefined;
|
|
1038
1060
|
}, {
|
|
1039
1061
|
suggest?: true | undefined;
|
|
1040
1062
|
canExport?: boolean | null | undefined;
|
|
@@ -1053,7 +1075,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1053
1075
|
required?: boolean | null | undefined;
|
|
1054
1076
|
} | null | undefined;
|
|
1055
1077
|
uiConfiguration?: {
|
|
1056
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1078
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1057
1079
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1058
1080
|
} | null | undefined;
|
|
1059
1081
|
width?: number | null | undefined;
|
|
@@ -1063,6 +1085,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1063
1085
|
formula?: string | null | undefined;
|
|
1064
1086
|
context?: string[] | null | undefined;
|
|
1065
1087
|
prompt?: string | null | undefined;
|
|
1088
|
+
matching?: Record<string, unknown> | undefined;
|
|
1066
1089
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1067
1090
|
type: import("zod").ZodLiteral<"number">;
|
|
1068
1091
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1173,13 +1196,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1173
1196
|
required?: boolean | null | undefined;
|
|
1174
1197
|
}>>>;
|
|
1175
1198
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1176
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1199
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
1177
1200
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1178
1201
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1179
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1202
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1180
1203
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1181
1204
|
}, {
|
|
1182
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1205
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1183
1206
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1184
1207
|
}>>>;
|
|
1185
1208
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1189,6 +1212,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1189
1212
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1190
1213
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1191
1214
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1215
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1192
1216
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1193
1217
|
suggest?: true | undefined;
|
|
1194
1218
|
canExport?: boolean | null | undefined;
|
|
@@ -1207,7 +1231,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1207
1231
|
required?: boolean | null | undefined;
|
|
1208
1232
|
} | null | undefined;
|
|
1209
1233
|
uiConfiguration?: {
|
|
1210
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1234
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1211
1235
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1212
1236
|
} | null | undefined;
|
|
1213
1237
|
width?: number | null | undefined;
|
|
@@ -1217,6 +1241,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1217
1241
|
formula?: string | null | undefined;
|
|
1218
1242
|
context?: string[] | null | undefined;
|
|
1219
1243
|
prompt?: string | null | undefined;
|
|
1244
|
+
matching?: Record<string, unknown> | undefined;
|
|
1220
1245
|
}, {
|
|
1221
1246
|
suggest?: true | undefined;
|
|
1222
1247
|
canExport?: boolean | null | undefined;
|
|
@@ -1235,7 +1260,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1235
1260
|
required?: boolean | null | undefined;
|
|
1236
1261
|
} | null | undefined;
|
|
1237
1262
|
uiConfiguration?: {
|
|
1238
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1263
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1239
1264
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1240
1265
|
} | null | undefined;
|
|
1241
1266
|
width?: number | null | undefined;
|
|
@@ -1245,23 +1270,28 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1245
1270
|
formula?: string | null | undefined;
|
|
1246
1271
|
context?: string[] | null | undefined;
|
|
1247
1272
|
prompt?: string | null | undefined;
|
|
1273
|
+
matching?: Record<string, unknown> | undefined;
|
|
1248
1274
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1249
1275
|
type: import("zod").ZodLiteral<"enum">;
|
|
1250
1276
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1251
1277
|
value: import("zod").ZodString;
|
|
1252
1278
|
label: import("zod").ZodString;
|
|
1279
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1253
1280
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1254
1281
|
value: string;
|
|
1255
1282
|
label: string;
|
|
1283
|
+
struct?: unknown;
|
|
1256
1284
|
}, {
|
|
1257
1285
|
value: string;
|
|
1258
1286
|
label: string;
|
|
1287
|
+
struct?: unknown;
|
|
1259
1288
|
}>, "many">;
|
|
1260
1289
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
1261
1290
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1262
1291
|
options: {
|
|
1263
1292
|
value: string;
|
|
1264
1293
|
label: string;
|
|
1294
|
+
struct?: unknown;
|
|
1265
1295
|
}[];
|
|
1266
1296
|
type: "enum";
|
|
1267
1297
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1269,6 +1299,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1269
1299
|
options: {
|
|
1270
1300
|
value: string;
|
|
1271
1301
|
label: string;
|
|
1302
|
+
struct?: unknown;
|
|
1272
1303
|
}[];
|
|
1273
1304
|
type: "enum";
|
|
1274
1305
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1346,13 +1377,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1346
1377
|
required?: boolean | null | undefined;
|
|
1347
1378
|
}>>>;
|
|
1348
1379
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1349
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1380
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
1350
1381
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1351
1382
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1352
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1383
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1353
1384
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1354
1385
|
}, {
|
|
1355
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1386
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1356
1387
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1357
1388
|
}>>>;
|
|
1358
1389
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1362,6 +1393,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1362
1393
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1363
1394
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1364
1395
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1396
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1365
1397
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1366
1398
|
suggest?: true | undefined;
|
|
1367
1399
|
canExport?: boolean | null | undefined;
|
|
@@ -1380,7 +1412,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1380
1412
|
required?: boolean | null | undefined;
|
|
1381
1413
|
} | null | undefined;
|
|
1382
1414
|
uiConfiguration?: {
|
|
1383
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1415
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1384
1416
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1385
1417
|
} | null | undefined;
|
|
1386
1418
|
width?: number | null | undefined;
|
|
@@ -1390,6 +1422,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1390
1422
|
formula?: string | null | undefined;
|
|
1391
1423
|
context?: string[] | null | undefined;
|
|
1392
1424
|
prompt?: string | null | undefined;
|
|
1425
|
+
matching?: Record<string, unknown> | undefined;
|
|
1393
1426
|
}, {
|
|
1394
1427
|
suggest?: true | undefined;
|
|
1395
1428
|
canExport?: boolean | null | undefined;
|
|
@@ -1408,7 +1441,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1408
1441
|
required?: boolean | null | undefined;
|
|
1409
1442
|
} | null | undefined;
|
|
1410
1443
|
uiConfiguration?: {
|
|
1411
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1444
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1412
1445
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1413
1446
|
} | null | undefined;
|
|
1414
1447
|
width?: number | null | undefined;
|
|
@@ -1418,6 +1451,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1418
1451
|
formula?: string | null | undefined;
|
|
1419
1452
|
context?: string[] | null | undefined;
|
|
1420
1453
|
prompt?: string | null | undefined;
|
|
1454
|
+
matching?: Record<string, unknown> | undefined;
|
|
1421
1455
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1422
1456
|
id: import("zod").ZodString;
|
|
1423
1457
|
label: import("zod").ZodString;
|
|
@@ -1491,7 +1525,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1491
1525
|
required?: boolean | null | undefined;
|
|
1492
1526
|
} | null | undefined;
|
|
1493
1527
|
uiConfiguration?: {
|
|
1494
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1528
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1495
1529
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1496
1530
|
} | null | undefined;
|
|
1497
1531
|
width?: number | null | undefined;
|
|
@@ -1501,6 +1535,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1501
1535
|
formula?: string | null | undefined;
|
|
1502
1536
|
context?: string[] | null | undefined;
|
|
1503
1537
|
prompt?: string | null | undefined;
|
|
1538
|
+
matching?: Record<string, unknown> | undefined;
|
|
1504
1539
|
}) | ({
|
|
1505
1540
|
type: "date";
|
|
1506
1541
|
format?: string | null | undefined;
|
|
@@ -1530,7 +1565,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1530
1565
|
required?: boolean | null | undefined;
|
|
1531
1566
|
} | null | undefined;
|
|
1532
1567
|
uiConfiguration?: {
|
|
1533
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1568
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1534
1569
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1535
1570
|
} | null | undefined;
|
|
1536
1571
|
width?: number | null | undefined;
|
|
@@ -1540,6 +1575,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1540
1575
|
formula?: string | null | undefined;
|
|
1541
1576
|
context?: string[] | null | undefined;
|
|
1542
1577
|
prompt?: string | null | undefined;
|
|
1578
|
+
matching?: Record<string, unknown> | undefined;
|
|
1543
1579
|
}) | ({
|
|
1544
1580
|
type: "number";
|
|
1545
1581
|
format?: string | null | undefined;
|
|
@@ -1574,7 +1610,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1574
1610
|
required?: boolean | null | undefined;
|
|
1575
1611
|
} | null | undefined;
|
|
1576
1612
|
uiConfiguration?: {
|
|
1577
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1613
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1578
1614
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1579
1615
|
} | null | undefined;
|
|
1580
1616
|
width?: number | null | undefined;
|
|
@@ -1584,10 +1620,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1584
1620
|
formula?: string | null | undefined;
|
|
1585
1621
|
context?: string[] | null | undefined;
|
|
1586
1622
|
prompt?: string | null | undefined;
|
|
1623
|
+
matching?: Record<string, unknown> | undefined;
|
|
1587
1624
|
}) | ({
|
|
1588
1625
|
options: {
|
|
1589
1626
|
value: string;
|
|
1590
1627
|
label: string;
|
|
1628
|
+
struct?: unknown;
|
|
1591
1629
|
}[];
|
|
1592
1630
|
type: "enum";
|
|
1593
1631
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1617,7 +1655,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1617
1655
|
required?: boolean | null | undefined;
|
|
1618
1656
|
} | null | undefined;
|
|
1619
1657
|
uiConfiguration?: {
|
|
1620
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1658
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1621
1659
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1622
1660
|
} | null | undefined;
|
|
1623
1661
|
width?: number | null | undefined;
|
|
@@ -1627,6 +1665,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1627
1665
|
formula?: string | null | undefined;
|
|
1628
1666
|
context?: string[] | null | undefined;
|
|
1629
1667
|
prompt?: string | null | undefined;
|
|
1668
|
+
matching?: Record<string, unknown> | undefined;
|
|
1630
1669
|
}) | ({
|
|
1631
1670
|
id: string;
|
|
1632
1671
|
label: string;
|
|
@@ -1673,7 +1712,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1673
1712
|
required?: boolean | null | undefined;
|
|
1674
1713
|
} | null | undefined;
|
|
1675
1714
|
uiConfiguration?: {
|
|
1676
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1715
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1677
1716
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1678
1717
|
} | null | undefined;
|
|
1679
1718
|
width?: number | null | undefined;
|
|
@@ -1683,6 +1722,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1683
1722
|
formula?: string | null | undefined;
|
|
1684
1723
|
context?: string[] | null | undefined;
|
|
1685
1724
|
prompt?: string | null | undefined;
|
|
1725
|
+
matching?: Record<string, unknown> | undefined;
|
|
1686
1726
|
}) | ({
|
|
1687
1727
|
type: "date";
|
|
1688
1728
|
format?: string | null | undefined;
|
|
@@ -1712,7 +1752,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1712
1752
|
required?: boolean | null | undefined;
|
|
1713
1753
|
} | null | undefined;
|
|
1714
1754
|
uiConfiguration?: {
|
|
1715
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1755
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1716
1756
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1717
1757
|
} | null | undefined;
|
|
1718
1758
|
width?: number | null | undefined;
|
|
@@ -1722,6 +1762,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1722
1762
|
formula?: string | null | undefined;
|
|
1723
1763
|
context?: string[] | null | undefined;
|
|
1724
1764
|
prompt?: string | null | undefined;
|
|
1765
|
+
matching?: Record<string, unknown> | undefined;
|
|
1725
1766
|
}) | ({
|
|
1726
1767
|
type: "number";
|
|
1727
1768
|
format?: string | null | undefined;
|
|
@@ -1756,7 +1797,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1756
1797
|
required?: boolean | null | undefined;
|
|
1757
1798
|
} | null | undefined;
|
|
1758
1799
|
uiConfiguration?: {
|
|
1759
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1800
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1760
1801
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1761
1802
|
} | null | undefined;
|
|
1762
1803
|
width?: number | null | undefined;
|
|
@@ -1766,10 +1807,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1766
1807
|
formula?: string | null | undefined;
|
|
1767
1808
|
context?: string[] | null | undefined;
|
|
1768
1809
|
prompt?: string | null | undefined;
|
|
1810
|
+
matching?: Record<string, unknown> | undefined;
|
|
1769
1811
|
}) | ({
|
|
1770
1812
|
options: {
|
|
1771
1813
|
value: string;
|
|
1772
1814
|
label: string;
|
|
1815
|
+
struct?: unknown;
|
|
1773
1816
|
}[];
|
|
1774
1817
|
type: "enum";
|
|
1775
1818
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1799,7 +1842,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1799
1842
|
required?: boolean | null | undefined;
|
|
1800
1843
|
} | null | undefined;
|
|
1801
1844
|
uiConfiguration?: {
|
|
1802
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1845
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1803
1846
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1804
1847
|
} | null | undefined;
|
|
1805
1848
|
width?: number | null | undefined;
|
|
@@ -1809,6 +1852,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1809
1852
|
formula?: string | null | undefined;
|
|
1810
1853
|
context?: string[] | null | undefined;
|
|
1811
1854
|
prompt?: string | null | undefined;
|
|
1855
|
+
matching?: Record<string, unknown> | undefined;
|
|
1812
1856
|
}) | ({
|
|
1813
1857
|
id: string;
|
|
1814
1858
|
label: string;
|
|
@@ -1925,13 +1969,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1925
1969
|
required?: boolean | null | undefined;
|
|
1926
1970
|
}>>>;
|
|
1927
1971
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1928
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
1972
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
1929
1973
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1930
1974
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1931
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1975
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1932
1976
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1933
1977
|
}, {
|
|
1934
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1978
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1935
1979
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1936
1980
|
}>>>;
|
|
1937
1981
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1941,6 +1985,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1941
1985
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1942
1986
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1943
1987
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1988
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1944
1989
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1945
1990
|
suggest?: true | undefined;
|
|
1946
1991
|
canExport?: boolean | null | undefined;
|
|
@@ -1959,7 +2004,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1959
2004
|
required?: boolean | null | undefined;
|
|
1960
2005
|
} | null | undefined;
|
|
1961
2006
|
uiConfiguration?: {
|
|
1962
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2007
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1963
2008
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1964
2009
|
} | null | undefined;
|
|
1965
2010
|
width?: number | null | undefined;
|
|
@@ -1969,6 +2014,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1969
2014
|
formula?: string | null | undefined;
|
|
1970
2015
|
context?: string[] | null | undefined;
|
|
1971
2016
|
prompt?: string | null | undefined;
|
|
2017
|
+
matching?: Record<string, unknown> | undefined;
|
|
1972
2018
|
}, {
|
|
1973
2019
|
suggest?: true | undefined;
|
|
1974
2020
|
canExport?: boolean | null | undefined;
|
|
@@ -1987,7 +2033,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1987
2033
|
required?: boolean | null | undefined;
|
|
1988
2034
|
} | null | undefined;
|
|
1989
2035
|
uiConfiguration?: {
|
|
1990
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2036
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1991
2037
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1992
2038
|
} | null | undefined;
|
|
1993
2039
|
width?: number | null | undefined;
|
|
@@ -1997,6 +2043,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
1997
2043
|
formula?: string | null | undefined;
|
|
1998
2044
|
context?: string[] | null | undefined;
|
|
1999
2045
|
prompt?: string | null | undefined;
|
|
2046
|
+
matching?: Record<string, unknown> | undefined;
|
|
2000
2047
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2001
2048
|
type: import("zod").ZodLiteral<"date">;
|
|
2002
2049
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2080,13 +2127,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2080
2127
|
required?: boolean | null | undefined;
|
|
2081
2128
|
}>>>;
|
|
2082
2129
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2083
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
2130
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
2084
2131
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2085
2132
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2086
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2133
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2087
2134
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2088
2135
|
}, {
|
|
2089
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2136
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2090
2137
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2091
2138
|
}>>>;
|
|
2092
2139
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2096,6 +2143,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2096
2143
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2097
2144
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2098
2145
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2146
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2099
2147
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2100
2148
|
suggest?: true | undefined;
|
|
2101
2149
|
canExport?: boolean | null | undefined;
|
|
@@ -2114,7 +2162,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2114
2162
|
required?: boolean | null | undefined;
|
|
2115
2163
|
} | null | undefined;
|
|
2116
2164
|
uiConfiguration?: {
|
|
2117
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2165
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2118
2166
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2119
2167
|
} | null | undefined;
|
|
2120
2168
|
width?: number | null | undefined;
|
|
@@ -2124,6 +2172,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2124
2172
|
formula?: string | null | undefined;
|
|
2125
2173
|
context?: string[] | null | undefined;
|
|
2126
2174
|
prompt?: string | null | undefined;
|
|
2175
|
+
matching?: Record<string, unknown> | undefined;
|
|
2127
2176
|
}, {
|
|
2128
2177
|
suggest?: true | undefined;
|
|
2129
2178
|
canExport?: boolean | null | undefined;
|
|
@@ -2142,7 +2191,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2142
2191
|
required?: boolean | null | undefined;
|
|
2143
2192
|
} | null | undefined;
|
|
2144
2193
|
uiConfiguration?: {
|
|
2145
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2194
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2146
2195
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2147
2196
|
} | null | undefined;
|
|
2148
2197
|
width?: number | null | undefined;
|
|
@@ -2152,6 +2201,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2152
2201
|
formula?: string | null | undefined;
|
|
2153
2202
|
context?: string[] | null | undefined;
|
|
2154
2203
|
prompt?: string | null | undefined;
|
|
2204
|
+
matching?: Record<string, unknown> | undefined;
|
|
2155
2205
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2156
2206
|
type: import("zod").ZodLiteral<"number">;
|
|
2157
2207
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2262,13 +2312,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2262
2312
|
required?: boolean | null | undefined;
|
|
2263
2313
|
}>>>;
|
|
2264
2314
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2265
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
2315
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
2266
2316
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2267
2317
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2268
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2318
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2269
2319
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2270
2320
|
}, {
|
|
2271
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2321
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2272
2322
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2273
2323
|
}>>>;
|
|
2274
2324
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2278,6 +2328,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2278
2328
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2279
2329
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2280
2330
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2331
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2281
2332
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2282
2333
|
suggest?: true | undefined;
|
|
2283
2334
|
canExport?: boolean | null | undefined;
|
|
@@ -2296,7 +2347,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2296
2347
|
required?: boolean | null | undefined;
|
|
2297
2348
|
} | null | undefined;
|
|
2298
2349
|
uiConfiguration?: {
|
|
2299
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2350
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2300
2351
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2301
2352
|
} | null | undefined;
|
|
2302
2353
|
width?: number | null | undefined;
|
|
@@ -2306,6 +2357,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2306
2357
|
formula?: string | null | undefined;
|
|
2307
2358
|
context?: string[] | null | undefined;
|
|
2308
2359
|
prompt?: string | null | undefined;
|
|
2360
|
+
matching?: Record<string, unknown> | undefined;
|
|
2309
2361
|
}, {
|
|
2310
2362
|
suggest?: true | undefined;
|
|
2311
2363
|
canExport?: boolean | null | undefined;
|
|
@@ -2324,7 +2376,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2324
2376
|
required?: boolean | null | undefined;
|
|
2325
2377
|
} | null | undefined;
|
|
2326
2378
|
uiConfiguration?: {
|
|
2327
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2379
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2328
2380
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2329
2381
|
} | null | undefined;
|
|
2330
2382
|
width?: number | null | undefined;
|
|
@@ -2334,23 +2386,28 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2334
2386
|
formula?: string | null | undefined;
|
|
2335
2387
|
context?: string[] | null | undefined;
|
|
2336
2388
|
prompt?: string | null | undefined;
|
|
2389
|
+
matching?: Record<string, unknown> | undefined;
|
|
2337
2390
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2338
2391
|
type: import("zod").ZodLiteral<"enum">;
|
|
2339
2392
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2340
2393
|
value: import("zod").ZodString;
|
|
2341
2394
|
label: import("zod").ZodString;
|
|
2395
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2342
2396
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2343
2397
|
value: string;
|
|
2344
2398
|
label: string;
|
|
2399
|
+
struct?: unknown;
|
|
2345
2400
|
}, {
|
|
2346
2401
|
value: string;
|
|
2347
2402
|
label: string;
|
|
2403
|
+
struct?: unknown;
|
|
2348
2404
|
}>, "many">;
|
|
2349
2405
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
2350
2406
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2351
2407
|
options: {
|
|
2352
2408
|
value: string;
|
|
2353
2409
|
label: string;
|
|
2410
|
+
struct?: unknown;
|
|
2354
2411
|
}[];
|
|
2355
2412
|
type: "enum";
|
|
2356
2413
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2358,6 +2415,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2358
2415
|
options: {
|
|
2359
2416
|
value: string;
|
|
2360
2417
|
label: string;
|
|
2418
|
+
struct?: unknown;
|
|
2361
2419
|
}[];
|
|
2362
2420
|
type: "enum";
|
|
2363
2421
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2435,13 +2493,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2435
2493
|
required?: boolean | null | undefined;
|
|
2436
2494
|
}>>>;
|
|
2437
2495
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2438
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
2496
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
2439
2497
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2440
2498
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2441
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2499
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2442
2500
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2443
2501
|
}, {
|
|
2444
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2502
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2445
2503
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2446
2504
|
}>>>;
|
|
2447
2505
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2451,6 +2509,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2451
2509
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2452
2510
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2453
2511
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2512
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2454
2513
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2455
2514
|
suggest?: true | undefined;
|
|
2456
2515
|
canExport?: boolean | null | undefined;
|
|
@@ -2469,7 +2528,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2469
2528
|
required?: boolean | null | undefined;
|
|
2470
2529
|
} | null | undefined;
|
|
2471
2530
|
uiConfiguration?: {
|
|
2472
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2531
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2473
2532
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2474
2533
|
} | null | undefined;
|
|
2475
2534
|
width?: number | null | undefined;
|
|
@@ -2479,6 +2538,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2479
2538
|
formula?: string | null | undefined;
|
|
2480
2539
|
context?: string[] | null | undefined;
|
|
2481
2540
|
prompt?: string | null | undefined;
|
|
2541
|
+
matching?: Record<string, unknown> | undefined;
|
|
2482
2542
|
}, {
|
|
2483
2543
|
suggest?: true | undefined;
|
|
2484
2544
|
canExport?: boolean | null | undefined;
|
|
@@ -2497,7 +2557,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2497
2557
|
required?: boolean | null | undefined;
|
|
2498
2558
|
} | null | undefined;
|
|
2499
2559
|
uiConfiguration?: {
|
|
2500
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2560
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2501
2561
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2502
2562
|
} | null | undefined;
|
|
2503
2563
|
width?: number | null | undefined;
|
|
@@ -2507,6 +2567,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2507
2567
|
formula?: string | null | undefined;
|
|
2508
2568
|
context?: string[] | null | undefined;
|
|
2509
2569
|
prompt?: string | null | undefined;
|
|
2570
|
+
matching?: Record<string, unknown> | undefined;
|
|
2510
2571
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2511
2572
|
id: import("zod").ZodString;
|
|
2512
2573
|
label: import("zod").ZodString;
|
|
@@ -2579,7 +2640,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2579
2640
|
required?: boolean | null | undefined;
|
|
2580
2641
|
} | null | undefined;
|
|
2581
2642
|
uiConfiguration?: {
|
|
2582
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2643
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2583
2644
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2584
2645
|
} | null | undefined;
|
|
2585
2646
|
width?: number | null | undefined;
|
|
@@ -2589,6 +2650,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2589
2650
|
formula?: string | null | undefined;
|
|
2590
2651
|
context?: string[] | null | undefined;
|
|
2591
2652
|
prompt?: string | null | undefined;
|
|
2653
|
+
matching?: Record<string, unknown> | undefined;
|
|
2592
2654
|
}) | ({
|
|
2593
2655
|
type: "date";
|
|
2594
2656
|
format?: string | null | undefined;
|
|
@@ -2618,7 +2680,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2618
2680
|
required?: boolean | null | undefined;
|
|
2619
2681
|
} | null | undefined;
|
|
2620
2682
|
uiConfiguration?: {
|
|
2621
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2683
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2622
2684
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2623
2685
|
} | null | undefined;
|
|
2624
2686
|
width?: number | null | undefined;
|
|
@@ -2628,6 +2690,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2628
2690
|
formula?: string | null | undefined;
|
|
2629
2691
|
context?: string[] | null | undefined;
|
|
2630
2692
|
prompt?: string | null | undefined;
|
|
2693
|
+
matching?: Record<string, unknown> | undefined;
|
|
2631
2694
|
}) | ({
|
|
2632
2695
|
type: "number";
|
|
2633
2696
|
format?: string | null | undefined;
|
|
@@ -2662,7 +2725,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2662
2725
|
required?: boolean | null | undefined;
|
|
2663
2726
|
} | null | undefined;
|
|
2664
2727
|
uiConfiguration?: {
|
|
2665
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2728
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2666
2729
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2667
2730
|
} | null | undefined;
|
|
2668
2731
|
width?: number | null | undefined;
|
|
@@ -2672,10 +2735,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2672
2735
|
formula?: string | null | undefined;
|
|
2673
2736
|
context?: string[] | null | undefined;
|
|
2674
2737
|
prompt?: string | null | undefined;
|
|
2738
|
+
matching?: Record<string, unknown> | undefined;
|
|
2675
2739
|
}) | ({
|
|
2676
2740
|
options: {
|
|
2677
2741
|
value: string;
|
|
2678
2742
|
label: string;
|
|
2743
|
+
struct?: unknown;
|
|
2679
2744
|
}[];
|
|
2680
2745
|
type: "enum";
|
|
2681
2746
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2705,7 +2770,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2705
2770
|
required?: boolean | null | undefined;
|
|
2706
2771
|
} | null | undefined;
|
|
2707
2772
|
uiConfiguration?: {
|
|
2708
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2773
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2709
2774
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2710
2775
|
} | null | undefined;
|
|
2711
2776
|
width?: number | null | undefined;
|
|
@@ -2715,6 +2780,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2715
2780
|
formula?: string | null | undefined;
|
|
2716
2781
|
context?: string[] | null | undefined;
|
|
2717
2782
|
prompt?: string | null | undefined;
|
|
2783
|
+
matching?: Record<string, unknown> | undefined;
|
|
2718
2784
|
}) | ({
|
|
2719
2785
|
id: string;
|
|
2720
2786
|
label: string;
|
|
@@ -2759,7 +2825,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2759
2825
|
required?: boolean | null | undefined;
|
|
2760
2826
|
} | null | undefined;
|
|
2761
2827
|
uiConfiguration?: {
|
|
2762
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2828
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2763
2829
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2764
2830
|
} | null | undefined;
|
|
2765
2831
|
width?: number | null | undefined;
|
|
@@ -2769,6 +2835,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2769
2835
|
formula?: string | null | undefined;
|
|
2770
2836
|
context?: string[] | null | undefined;
|
|
2771
2837
|
prompt?: string | null | undefined;
|
|
2838
|
+
matching?: Record<string, unknown> | undefined;
|
|
2772
2839
|
}) | ({
|
|
2773
2840
|
type: "date";
|
|
2774
2841
|
format?: string | null | undefined;
|
|
@@ -2798,7 +2865,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2798
2865
|
required?: boolean | null | undefined;
|
|
2799
2866
|
} | null | undefined;
|
|
2800
2867
|
uiConfiguration?: {
|
|
2801
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2868
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2802
2869
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2803
2870
|
} | null | undefined;
|
|
2804
2871
|
width?: number | null | undefined;
|
|
@@ -2808,6 +2875,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2808
2875
|
formula?: string | null | undefined;
|
|
2809
2876
|
context?: string[] | null | undefined;
|
|
2810
2877
|
prompt?: string | null | undefined;
|
|
2878
|
+
matching?: Record<string, unknown> | undefined;
|
|
2811
2879
|
}) | ({
|
|
2812
2880
|
type: "number";
|
|
2813
2881
|
format?: string | null | undefined;
|
|
@@ -2842,7 +2910,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2842
2910
|
required?: boolean | null | undefined;
|
|
2843
2911
|
} | null | undefined;
|
|
2844
2912
|
uiConfiguration?: {
|
|
2845
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2913
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2846
2914
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2847
2915
|
} | null | undefined;
|
|
2848
2916
|
width?: number | null | undefined;
|
|
@@ -2852,10 +2920,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2852
2920
|
formula?: string | null | undefined;
|
|
2853
2921
|
context?: string[] | null | undefined;
|
|
2854
2922
|
prompt?: string | null | undefined;
|
|
2923
|
+
matching?: Record<string, unknown> | undefined;
|
|
2855
2924
|
}) | ({
|
|
2856
2925
|
options: {
|
|
2857
2926
|
value: string;
|
|
2858
2927
|
label: string;
|
|
2928
|
+
struct?: unknown;
|
|
2859
2929
|
}[];
|
|
2860
2930
|
type: "enum";
|
|
2861
2931
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2885,7 +2955,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2885
2955
|
required?: boolean | null | undefined;
|
|
2886
2956
|
} | null | undefined;
|
|
2887
2957
|
uiConfiguration?: {
|
|
2888
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2958
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2889
2959
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2890
2960
|
} | null | undefined;
|
|
2891
2961
|
width?: number | null | undefined;
|
|
@@ -2895,6 +2965,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
2895
2965
|
formula?: string | null | undefined;
|
|
2896
2966
|
context?: string[] | null | undefined;
|
|
2897
2967
|
prompt?: string | null | undefined;
|
|
2968
|
+
matching?: Record<string, unknown> | undefined;
|
|
2898
2969
|
}) | ({
|
|
2899
2970
|
id: string;
|
|
2900
2971
|
label: string;
|
|
@@ -3052,13 +3123,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3052
3123
|
required?: boolean | null | undefined;
|
|
3053
3124
|
}>>>;
|
|
3054
3125
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3055
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3126
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3056
3127
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3057
3128
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3058
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3129
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3059
3130
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3060
3131
|
}, {
|
|
3061
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3132
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3062
3133
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3063
3134
|
}>>>;
|
|
3064
3135
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3068,6 +3139,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3068
3139
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3069
3140
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3070
3141
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3142
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3071
3143
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3072
3144
|
suggest?: true | undefined;
|
|
3073
3145
|
canExport?: boolean | null | undefined;
|
|
@@ -3086,7 +3158,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3086
3158
|
required?: boolean | null | undefined;
|
|
3087
3159
|
} | null | undefined;
|
|
3088
3160
|
uiConfiguration?: {
|
|
3089
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3161
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3090
3162
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3091
3163
|
} | null | undefined;
|
|
3092
3164
|
width?: number | null | undefined;
|
|
@@ -3096,6 +3168,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3096
3168
|
formula?: string | null | undefined;
|
|
3097
3169
|
context?: string[] | null | undefined;
|
|
3098
3170
|
prompt?: string | null | undefined;
|
|
3171
|
+
matching?: Record<string, unknown> | undefined;
|
|
3099
3172
|
}, {
|
|
3100
3173
|
suggest?: true | undefined;
|
|
3101
3174
|
canExport?: boolean | null | undefined;
|
|
@@ -3114,7 +3187,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3114
3187
|
required?: boolean | null | undefined;
|
|
3115
3188
|
} | null | undefined;
|
|
3116
3189
|
uiConfiguration?: {
|
|
3117
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3190
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3118
3191
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3119
3192
|
} | null | undefined;
|
|
3120
3193
|
width?: number | null | undefined;
|
|
@@ -3124,6 +3197,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3124
3197
|
formula?: string | null | undefined;
|
|
3125
3198
|
context?: string[] | null | undefined;
|
|
3126
3199
|
prompt?: string | null | undefined;
|
|
3200
|
+
matching?: Record<string, unknown> | undefined;
|
|
3127
3201
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3128
3202
|
type: import("zod").ZodLiteral<"date">;
|
|
3129
3203
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3207,13 +3281,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3207
3281
|
required?: boolean | null | undefined;
|
|
3208
3282
|
}>>>;
|
|
3209
3283
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3210
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3284
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3211
3285
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3212
3286
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3213
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3287
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3214
3288
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3215
3289
|
}, {
|
|
3216
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3290
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3217
3291
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3218
3292
|
}>>>;
|
|
3219
3293
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3223,6 +3297,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3223
3297
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3224
3298
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3225
3299
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3300
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3226
3301
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3227
3302
|
suggest?: true | undefined;
|
|
3228
3303
|
canExport?: boolean | null | undefined;
|
|
@@ -3241,7 +3316,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3241
3316
|
required?: boolean | null | undefined;
|
|
3242
3317
|
} | null | undefined;
|
|
3243
3318
|
uiConfiguration?: {
|
|
3244
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3319
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3245
3320
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3246
3321
|
} | null | undefined;
|
|
3247
3322
|
width?: number | null | undefined;
|
|
@@ -3251,6 +3326,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3251
3326
|
formula?: string | null | undefined;
|
|
3252
3327
|
context?: string[] | null | undefined;
|
|
3253
3328
|
prompt?: string | null | undefined;
|
|
3329
|
+
matching?: Record<string, unknown> | undefined;
|
|
3254
3330
|
}, {
|
|
3255
3331
|
suggest?: true | undefined;
|
|
3256
3332
|
canExport?: boolean | null | undefined;
|
|
@@ -3269,7 +3345,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3269
3345
|
required?: boolean | null | undefined;
|
|
3270
3346
|
} | null | undefined;
|
|
3271
3347
|
uiConfiguration?: {
|
|
3272
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3348
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3273
3349
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3274
3350
|
} | null | undefined;
|
|
3275
3351
|
width?: number | null | undefined;
|
|
@@ -3279,6 +3355,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3279
3355
|
formula?: string | null | undefined;
|
|
3280
3356
|
context?: string[] | null | undefined;
|
|
3281
3357
|
prompt?: string | null | undefined;
|
|
3358
|
+
matching?: Record<string, unknown> | undefined;
|
|
3282
3359
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3283
3360
|
type: import("zod").ZodLiteral<"number">;
|
|
3284
3361
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3389,13 +3466,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3389
3466
|
required?: boolean | null | undefined;
|
|
3390
3467
|
}>>>;
|
|
3391
3468
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3392
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3469
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3393
3470
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3394
3471
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3395
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3472
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3396
3473
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3397
3474
|
}, {
|
|
3398
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3475
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3399
3476
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3400
3477
|
}>>>;
|
|
3401
3478
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3405,6 +3482,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3405
3482
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3406
3483
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3407
3484
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3485
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3408
3486
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3409
3487
|
suggest?: true | undefined;
|
|
3410
3488
|
canExport?: boolean | null | undefined;
|
|
@@ -3423,7 +3501,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3423
3501
|
required?: boolean | null | undefined;
|
|
3424
3502
|
} | null | undefined;
|
|
3425
3503
|
uiConfiguration?: {
|
|
3426
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3504
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3427
3505
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3428
3506
|
} | null | undefined;
|
|
3429
3507
|
width?: number | null | undefined;
|
|
@@ -3433,6 +3511,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3433
3511
|
formula?: string | null | undefined;
|
|
3434
3512
|
context?: string[] | null | undefined;
|
|
3435
3513
|
prompt?: string | null | undefined;
|
|
3514
|
+
matching?: Record<string, unknown> | undefined;
|
|
3436
3515
|
}, {
|
|
3437
3516
|
suggest?: true | undefined;
|
|
3438
3517
|
canExport?: boolean | null | undefined;
|
|
@@ -3451,7 +3530,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3451
3530
|
required?: boolean | null | undefined;
|
|
3452
3531
|
} | null | undefined;
|
|
3453
3532
|
uiConfiguration?: {
|
|
3454
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3533
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3455
3534
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3456
3535
|
} | null | undefined;
|
|
3457
3536
|
width?: number | null | undefined;
|
|
@@ -3461,23 +3540,28 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3461
3540
|
formula?: string | null | undefined;
|
|
3462
3541
|
context?: string[] | null | undefined;
|
|
3463
3542
|
prompt?: string | null | undefined;
|
|
3543
|
+
matching?: Record<string, unknown> | undefined;
|
|
3464
3544
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3465
3545
|
type: import("zod").ZodLiteral<"enum">;
|
|
3466
3546
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3467
3547
|
value: import("zod").ZodString;
|
|
3468
3548
|
label: import("zod").ZodString;
|
|
3549
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3469
3550
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3470
3551
|
value: string;
|
|
3471
3552
|
label: string;
|
|
3553
|
+
struct?: unknown;
|
|
3472
3554
|
}, {
|
|
3473
3555
|
value: string;
|
|
3474
3556
|
label: string;
|
|
3557
|
+
struct?: unknown;
|
|
3475
3558
|
}>, "many">;
|
|
3476
3559
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
3477
3560
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3478
3561
|
options: {
|
|
3479
3562
|
value: string;
|
|
3480
3563
|
label: string;
|
|
3564
|
+
struct?: unknown;
|
|
3481
3565
|
}[];
|
|
3482
3566
|
type: "enum";
|
|
3483
3567
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3485,6 +3569,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3485
3569
|
options: {
|
|
3486
3570
|
value: string;
|
|
3487
3571
|
label: string;
|
|
3572
|
+
struct?: unknown;
|
|
3488
3573
|
}[];
|
|
3489
3574
|
type: "enum";
|
|
3490
3575
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3562,13 +3647,13 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3562
3647
|
required?: boolean | null | undefined;
|
|
3563
3648
|
}>>>;
|
|
3564
3649
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3565
|
-
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">]>>>;
|
|
3650
|
+
type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodLiteral<"captured">, import("zod").ZodLiteral<"data">, import("zod").ZodLiteral<"manual">, import("zod").ZodLiteral<"formula">, import("zod").ZodLiteral<"reasoning">, import("zod").ZodLiteral<"lookup">]>>>;
|
|
3566
3651
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3567
3652
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3568
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3653
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3569
3654
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3570
3655
|
}, {
|
|
3571
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3656
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3572
3657
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3573
3658
|
}>>>;
|
|
3574
3659
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3578,6 +3663,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3578
3663
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3579
3664
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3580
3665
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3666
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3581
3667
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3582
3668
|
suggest?: true | undefined;
|
|
3583
3669
|
canExport?: boolean | null | undefined;
|
|
@@ -3596,7 +3682,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3596
3682
|
required?: boolean | null | undefined;
|
|
3597
3683
|
} | null | undefined;
|
|
3598
3684
|
uiConfiguration?: {
|
|
3599
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3685
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3600
3686
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3601
3687
|
} | null | undefined;
|
|
3602
3688
|
width?: number | null | undefined;
|
|
@@ -3606,6 +3692,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3606
3692
|
formula?: string | null | undefined;
|
|
3607
3693
|
context?: string[] | null | undefined;
|
|
3608
3694
|
prompt?: string | null | undefined;
|
|
3695
|
+
matching?: Record<string, unknown> | undefined;
|
|
3609
3696
|
}, {
|
|
3610
3697
|
suggest?: true | undefined;
|
|
3611
3698
|
canExport?: boolean | null | undefined;
|
|
@@ -3624,7 +3711,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3624
3711
|
required?: boolean | null | undefined;
|
|
3625
3712
|
} | null | undefined;
|
|
3626
3713
|
uiConfiguration?: {
|
|
3627
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3714
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3628
3715
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3629
3716
|
} | null | undefined;
|
|
3630
3717
|
width?: number | null | undefined;
|
|
@@ -3634,6 +3721,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3634
3721
|
formula?: string | null | undefined;
|
|
3635
3722
|
context?: string[] | null | undefined;
|
|
3636
3723
|
prompt?: string | null | undefined;
|
|
3724
|
+
matching?: Record<string, unknown> | undefined;
|
|
3637
3725
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3638
3726
|
id: import("zod").ZodString;
|
|
3639
3727
|
label: import("zod").ZodString;
|
|
@@ -3707,7 +3795,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3707
3795
|
required?: boolean | null | undefined;
|
|
3708
3796
|
} | null | undefined;
|
|
3709
3797
|
uiConfiguration?: {
|
|
3710
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3798
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3711
3799
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3712
3800
|
} | null | undefined;
|
|
3713
3801
|
width?: number | null | undefined;
|
|
@@ -3717,6 +3805,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3717
3805
|
formula?: string | null | undefined;
|
|
3718
3806
|
context?: string[] | null | undefined;
|
|
3719
3807
|
prompt?: string | null | undefined;
|
|
3808
|
+
matching?: Record<string, unknown> | undefined;
|
|
3720
3809
|
}) | ({
|
|
3721
3810
|
type: "date";
|
|
3722
3811
|
format?: string | null | undefined;
|
|
@@ -3746,7 +3835,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3746
3835
|
required?: boolean | null | undefined;
|
|
3747
3836
|
} | null | undefined;
|
|
3748
3837
|
uiConfiguration?: {
|
|
3749
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3838
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3750
3839
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3751
3840
|
} | null | undefined;
|
|
3752
3841
|
width?: number | null | undefined;
|
|
@@ -3756,6 +3845,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3756
3845
|
formula?: string | null | undefined;
|
|
3757
3846
|
context?: string[] | null | undefined;
|
|
3758
3847
|
prompt?: string | null | undefined;
|
|
3848
|
+
matching?: Record<string, unknown> | undefined;
|
|
3759
3849
|
}) | ({
|
|
3760
3850
|
type: "number";
|
|
3761
3851
|
format?: string | null | undefined;
|
|
@@ -3790,7 +3880,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3790
3880
|
required?: boolean | null | undefined;
|
|
3791
3881
|
} | null | undefined;
|
|
3792
3882
|
uiConfiguration?: {
|
|
3793
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3883
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3794
3884
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3795
3885
|
} | null | undefined;
|
|
3796
3886
|
width?: number | null | undefined;
|
|
@@ -3800,10 +3890,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3800
3890
|
formula?: string | null | undefined;
|
|
3801
3891
|
context?: string[] | null | undefined;
|
|
3802
3892
|
prompt?: string | null | undefined;
|
|
3893
|
+
matching?: Record<string, unknown> | undefined;
|
|
3803
3894
|
}) | ({
|
|
3804
3895
|
options: {
|
|
3805
3896
|
value: string;
|
|
3806
3897
|
label: string;
|
|
3898
|
+
struct?: unknown;
|
|
3807
3899
|
}[];
|
|
3808
3900
|
type: "enum";
|
|
3809
3901
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3833,7 +3925,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3833
3925
|
required?: boolean | null | undefined;
|
|
3834
3926
|
} | null | undefined;
|
|
3835
3927
|
uiConfiguration?: {
|
|
3836
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3928
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3837
3929
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3838
3930
|
} | null | undefined;
|
|
3839
3931
|
width?: number | null | undefined;
|
|
@@ -3843,6 +3935,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3843
3935
|
formula?: string | null | undefined;
|
|
3844
3936
|
context?: string[] | null | undefined;
|
|
3845
3937
|
prompt?: string | null | undefined;
|
|
3938
|
+
matching?: Record<string, unknown> | undefined;
|
|
3846
3939
|
}) | ({
|
|
3847
3940
|
id: string;
|
|
3848
3941
|
label: string;
|
|
@@ -3889,7 +3982,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3889
3982
|
required?: boolean | null | undefined;
|
|
3890
3983
|
} | null | undefined;
|
|
3891
3984
|
uiConfiguration?: {
|
|
3892
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3985
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3893
3986
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3894
3987
|
} | null | undefined;
|
|
3895
3988
|
width?: number | null | undefined;
|
|
@@ -3899,6 +3992,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3899
3992
|
formula?: string | null | undefined;
|
|
3900
3993
|
context?: string[] | null | undefined;
|
|
3901
3994
|
prompt?: string | null | undefined;
|
|
3995
|
+
matching?: Record<string, unknown> | undefined;
|
|
3902
3996
|
}) | ({
|
|
3903
3997
|
type: "date";
|
|
3904
3998
|
format?: string | null | undefined;
|
|
@@ -3928,7 +4022,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3928
4022
|
required?: boolean | null | undefined;
|
|
3929
4023
|
} | null | undefined;
|
|
3930
4024
|
uiConfiguration?: {
|
|
3931
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4025
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3932
4026
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3933
4027
|
} | null | undefined;
|
|
3934
4028
|
width?: number | null | undefined;
|
|
@@ -3938,6 +4032,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3938
4032
|
formula?: string | null | undefined;
|
|
3939
4033
|
context?: string[] | null | undefined;
|
|
3940
4034
|
prompt?: string | null | undefined;
|
|
4035
|
+
matching?: Record<string, unknown> | undefined;
|
|
3941
4036
|
}) | ({
|
|
3942
4037
|
type: "number";
|
|
3943
4038
|
format?: string | null | undefined;
|
|
@@ -3972,7 +4067,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3972
4067
|
required?: boolean | null | undefined;
|
|
3973
4068
|
} | null | undefined;
|
|
3974
4069
|
uiConfiguration?: {
|
|
3975
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4070
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3976
4071
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3977
4072
|
} | null | undefined;
|
|
3978
4073
|
width?: number | null | undefined;
|
|
@@ -3982,10 +4077,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
3982
4077
|
formula?: string | null | undefined;
|
|
3983
4078
|
context?: string[] | null | undefined;
|
|
3984
4079
|
prompt?: string | null | undefined;
|
|
4080
|
+
matching?: Record<string, unknown> | undefined;
|
|
3985
4081
|
}) | ({
|
|
3986
4082
|
options: {
|
|
3987
4083
|
value: string;
|
|
3988
4084
|
label: string;
|
|
4085
|
+
struct?: unknown;
|
|
3989
4086
|
}[];
|
|
3990
4087
|
type: "enum";
|
|
3991
4088
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4015,7 +4112,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4015
4112
|
required?: boolean | null | undefined;
|
|
4016
4113
|
} | null | undefined;
|
|
4017
4114
|
uiConfiguration?: {
|
|
4018
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4115
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4019
4116
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4020
4117
|
} | null | undefined;
|
|
4021
4118
|
width?: number | null | undefined;
|
|
@@ -4025,6 +4122,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4025
4122
|
formula?: string | null | undefined;
|
|
4026
4123
|
context?: string[] | null | undefined;
|
|
4027
4124
|
prompt?: string | null | undefined;
|
|
4125
|
+
matching?: Record<string, unknown> | undefined;
|
|
4028
4126
|
}) | ({
|
|
4029
4127
|
id: string;
|
|
4030
4128
|
label: string;
|
|
@@ -4091,7 +4189,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4091
4189
|
required?: boolean | null | undefined;
|
|
4092
4190
|
} | null | undefined;
|
|
4093
4191
|
uiConfiguration?: {
|
|
4094
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4192
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4095
4193
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4096
4194
|
} | null | undefined;
|
|
4097
4195
|
width?: number | null | undefined;
|
|
@@ -4101,6 +4199,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4101
4199
|
formula?: string | null | undefined;
|
|
4102
4200
|
context?: string[] | null | undefined;
|
|
4103
4201
|
prompt?: string | null | undefined;
|
|
4202
|
+
matching?: Record<string, unknown> | undefined;
|
|
4104
4203
|
}) | ({
|
|
4105
4204
|
type: "date";
|
|
4106
4205
|
format?: string | null | undefined;
|
|
@@ -4130,7 +4229,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4130
4229
|
required?: boolean | null | undefined;
|
|
4131
4230
|
} | null | undefined;
|
|
4132
4231
|
uiConfiguration?: {
|
|
4133
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4232
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4134
4233
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4135
4234
|
} | null | undefined;
|
|
4136
4235
|
width?: number | null | undefined;
|
|
@@ -4140,6 +4239,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4140
4239
|
formula?: string | null | undefined;
|
|
4141
4240
|
context?: string[] | null | undefined;
|
|
4142
4241
|
prompt?: string | null | undefined;
|
|
4242
|
+
matching?: Record<string, unknown> | undefined;
|
|
4143
4243
|
}) | ({
|
|
4144
4244
|
type: "number";
|
|
4145
4245
|
format?: string | null | undefined;
|
|
@@ -4174,7 +4274,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4174
4274
|
required?: boolean | null | undefined;
|
|
4175
4275
|
} | null | undefined;
|
|
4176
4276
|
uiConfiguration?: {
|
|
4177
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4277
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4178
4278
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4179
4279
|
} | null | undefined;
|
|
4180
4280
|
width?: number | null | undefined;
|
|
@@ -4184,10 +4284,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4184
4284
|
formula?: string | null | undefined;
|
|
4185
4285
|
context?: string[] | null | undefined;
|
|
4186
4286
|
prompt?: string | null | undefined;
|
|
4287
|
+
matching?: Record<string, unknown> | undefined;
|
|
4187
4288
|
}) | ({
|
|
4188
4289
|
options: {
|
|
4189
4290
|
value: string;
|
|
4190
4291
|
label: string;
|
|
4292
|
+
struct?: unknown;
|
|
4191
4293
|
}[];
|
|
4192
4294
|
type: "enum";
|
|
4193
4295
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4217,7 +4319,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4217
4319
|
required?: boolean | null | undefined;
|
|
4218
4320
|
} | null | undefined;
|
|
4219
4321
|
uiConfiguration?: {
|
|
4220
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4322
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4221
4323
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4222
4324
|
} | null | undefined;
|
|
4223
4325
|
width?: number | null | undefined;
|
|
@@ -4227,6 +4329,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4227
4329
|
formula?: string | null | undefined;
|
|
4228
4330
|
context?: string[] | null | undefined;
|
|
4229
4331
|
prompt?: string | null | undefined;
|
|
4332
|
+
matching?: Record<string, unknown> | undefined;
|
|
4230
4333
|
}) | ({
|
|
4231
4334
|
id: string;
|
|
4232
4335
|
label: string;
|
|
@@ -4281,7 +4384,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4281
4384
|
required?: boolean | null | undefined;
|
|
4282
4385
|
} | null | undefined;
|
|
4283
4386
|
uiConfiguration?: {
|
|
4284
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4387
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4285
4388
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4286
4389
|
} | null | undefined;
|
|
4287
4390
|
width?: number | null | undefined;
|
|
@@ -4291,6 +4394,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4291
4394
|
formula?: string | null | undefined;
|
|
4292
4395
|
context?: string[] | null | undefined;
|
|
4293
4396
|
prompt?: string | null | undefined;
|
|
4397
|
+
matching?: Record<string, unknown> | undefined;
|
|
4294
4398
|
}) | ({
|
|
4295
4399
|
type: "date";
|
|
4296
4400
|
format?: string | null | undefined;
|
|
@@ -4320,7 +4424,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4320
4424
|
required?: boolean | null | undefined;
|
|
4321
4425
|
} | null | undefined;
|
|
4322
4426
|
uiConfiguration?: {
|
|
4323
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4427
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4324
4428
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4325
4429
|
} | null | undefined;
|
|
4326
4430
|
width?: number | null | undefined;
|
|
@@ -4330,6 +4434,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4330
4434
|
formula?: string | null | undefined;
|
|
4331
4435
|
context?: string[] | null | undefined;
|
|
4332
4436
|
prompt?: string | null | undefined;
|
|
4437
|
+
matching?: Record<string, unknown> | undefined;
|
|
4333
4438
|
}) | ({
|
|
4334
4439
|
type: "number";
|
|
4335
4440
|
format?: string | null | undefined;
|
|
@@ -4364,7 +4469,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4364
4469
|
required?: boolean | null | undefined;
|
|
4365
4470
|
} | null | undefined;
|
|
4366
4471
|
uiConfiguration?: {
|
|
4367
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4472
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4368
4473
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4369
4474
|
} | null | undefined;
|
|
4370
4475
|
width?: number | null | undefined;
|
|
@@ -4374,10 +4479,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4374
4479
|
formula?: string | null | undefined;
|
|
4375
4480
|
context?: string[] | null | undefined;
|
|
4376
4481
|
prompt?: string | null | undefined;
|
|
4482
|
+
matching?: Record<string, unknown> | undefined;
|
|
4377
4483
|
}) | ({
|
|
4378
4484
|
options: {
|
|
4379
4485
|
value: string;
|
|
4380
4486
|
label: string;
|
|
4487
|
+
struct?: unknown;
|
|
4381
4488
|
}[];
|
|
4382
4489
|
type: "enum";
|
|
4383
4490
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4407,7 +4514,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4407
4514
|
required?: boolean | null | undefined;
|
|
4408
4515
|
} | null | undefined;
|
|
4409
4516
|
uiConfiguration?: {
|
|
4410
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4517
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4411
4518
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4412
4519
|
} | null | undefined;
|
|
4413
4520
|
width?: number | null | undefined;
|
|
@@ -4417,6 +4524,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4417
4524
|
formula?: string | null | undefined;
|
|
4418
4525
|
context?: string[] | null | undefined;
|
|
4419
4526
|
prompt?: string | null | undefined;
|
|
4527
|
+
matching?: Record<string, unknown> | undefined;
|
|
4420
4528
|
}) | ({
|
|
4421
4529
|
id: string;
|
|
4422
4530
|
label: string;
|
|
@@ -4531,7 +4639,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4531
4639
|
required?: boolean | null | undefined;
|
|
4532
4640
|
} | null | undefined;
|
|
4533
4641
|
uiConfiguration?: {
|
|
4534
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4642
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4535
4643
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4536
4644
|
} | null | undefined;
|
|
4537
4645
|
width?: number | null | undefined;
|
|
@@ -4541,6 +4649,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4541
4649
|
formula?: string | null | undefined;
|
|
4542
4650
|
context?: string[] | null | undefined;
|
|
4543
4651
|
prompt?: string | null | undefined;
|
|
4652
|
+
matching?: Record<string, unknown> | undefined;
|
|
4544
4653
|
}) | ({
|
|
4545
4654
|
type: "date";
|
|
4546
4655
|
format?: string | null | undefined;
|
|
@@ -4570,7 +4679,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4570
4679
|
required?: boolean | null | undefined;
|
|
4571
4680
|
} | null | undefined;
|
|
4572
4681
|
uiConfiguration?: {
|
|
4573
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4682
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4574
4683
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4575
4684
|
} | null | undefined;
|
|
4576
4685
|
width?: number | null | undefined;
|
|
@@ -4580,6 +4689,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4580
4689
|
formula?: string | null | undefined;
|
|
4581
4690
|
context?: string[] | null | undefined;
|
|
4582
4691
|
prompt?: string | null | undefined;
|
|
4692
|
+
matching?: Record<string, unknown> | undefined;
|
|
4583
4693
|
}) | ({
|
|
4584
4694
|
type: "number";
|
|
4585
4695
|
format?: string | null | undefined;
|
|
@@ -4614,7 +4724,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4614
4724
|
required?: boolean | null | undefined;
|
|
4615
4725
|
} | null | undefined;
|
|
4616
4726
|
uiConfiguration?: {
|
|
4617
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4727
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4618
4728
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4619
4729
|
} | null | undefined;
|
|
4620
4730
|
width?: number | null | undefined;
|
|
@@ -4624,10 +4734,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4624
4734
|
formula?: string | null | undefined;
|
|
4625
4735
|
context?: string[] | null | undefined;
|
|
4626
4736
|
prompt?: string | null | undefined;
|
|
4737
|
+
matching?: Record<string, unknown> | undefined;
|
|
4627
4738
|
}) | ({
|
|
4628
4739
|
options: {
|
|
4629
4740
|
value: string;
|
|
4630
4741
|
label: string;
|
|
4742
|
+
struct?: unknown;
|
|
4631
4743
|
}[];
|
|
4632
4744
|
type: "enum";
|
|
4633
4745
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4657,7 +4769,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4657
4769
|
required?: boolean | null | undefined;
|
|
4658
4770
|
} | null | undefined;
|
|
4659
4771
|
uiConfiguration?: {
|
|
4660
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4772
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4661
4773
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4662
4774
|
} | null | undefined;
|
|
4663
4775
|
width?: number | null | undefined;
|
|
@@ -4667,6 +4779,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4667
4779
|
formula?: string | null | undefined;
|
|
4668
4780
|
context?: string[] | null | undefined;
|
|
4669
4781
|
prompt?: string | null | undefined;
|
|
4782
|
+
matching?: Record<string, unknown> | undefined;
|
|
4670
4783
|
}) | ({
|
|
4671
4784
|
id: string;
|
|
4672
4785
|
label: string;
|
|
@@ -4710,7 +4823,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4710
4823
|
required?: boolean | null | undefined;
|
|
4711
4824
|
} | null | undefined;
|
|
4712
4825
|
uiConfiguration?: {
|
|
4713
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4826
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4714
4827
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4715
4828
|
} | null | undefined;
|
|
4716
4829
|
width?: number | null | undefined;
|
|
@@ -4720,6 +4833,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4720
4833
|
formula?: string | null | undefined;
|
|
4721
4834
|
context?: string[] | null | undefined;
|
|
4722
4835
|
prompt?: string | null | undefined;
|
|
4836
|
+
matching?: Record<string, unknown> | undefined;
|
|
4723
4837
|
}) | ({
|
|
4724
4838
|
type: "date";
|
|
4725
4839
|
format?: string | null | undefined;
|
|
@@ -4749,7 +4863,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4749
4863
|
required?: boolean | null | undefined;
|
|
4750
4864
|
} | null | undefined;
|
|
4751
4865
|
uiConfiguration?: {
|
|
4752
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4866
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4753
4867
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4754
4868
|
} | null | undefined;
|
|
4755
4869
|
width?: number | null | undefined;
|
|
@@ -4759,6 +4873,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4759
4873
|
formula?: string | null | undefined;
|
|
4760
4874
|
context?: string[] | null | undefined;
|
|
4761
4875
|
prompt?: string | null | undefined;
|
|
4876
|
+
matching?: Record<string, unknown> | undefined;
|
|
4762
4877
|
}) | ({
|
|
4763
4878
|
type: "number";
|
|
4764
4879
|
format?: string | null | undefined;
|
|
@@ -4793,7 +4908,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4793
4908
|
required?: boolean | null | undefined;
|
|
4794
4909
|
} | null | undefined;
|
|
4795
4910
|
uiConfiguration?: {
|
|
4796
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4911
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4797
4912
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4798
4913
|
} | null | undefined;
|
|
4799
4914
|
width?: number | null | undefined;
|
|
@@ -4803,10 +4918,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4803
4918
|
formula?: string | null | undefined;
|
|
4804
4919
|
context?: string[] | null | undefined;
|
|
4805
4920
|
prompt?: string | null | undefined;
|
|
4921
|
+
matching?: Record<string, unknown> | undefined;
|
|
4806
4922
|
}) | ({
|
|
4807
4923
|
options: {
|
|
4808
4924
|
value: string;
|
|
4809
4925
|
label: string;
|
|
4926
|
+
struct?: unknown;
|
|
4810
4927
|
}[];
|
|
4811
4928
|
type: "enum";
|
|
4812
4929
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4836,7 +4953,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4836
4953
|
required?: boolean | null | undefined;
|
|
4837
4954
|
} | null | undefined;
|
|
4838
4955
|
uiConfiguration?: {
|
|
4839
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4956
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4840
4957
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4841
4958
|
} | null | undefined;
|
|
4842
4959
|
width?: number | null | undefined;
|
|
@@ -4846,6 +4963,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4846
4963
|
formula?: string | null | undefined;
|
|
4847
4964
|
context?: string[] | null | undefined;
|
|
4848
4965
|
prompt?: string | null | undefined;
|
|
4966
|
+
matching?: Record<string, unknown> | undefined;
|
|
4849
4967
|
}) | ({
|
|
4850
4968
|
id: string;
|
|
4851
4969
|
label: string;
|
|
@@ -4898,7 +5016,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4898
5016
|
required?: boolean | null | undefined;
|
|
4899
5017
|
} | null | undefined;
|
|
4900
5018
|
uiConfiguration?: {
|
|
4901
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5019
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4902
5020
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4903
5021
|
} | null | undefined;
|
|
4904
5022
|
width?: number | null | undefined;
|
|
@@ -4908,6 +5026,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4908
5026
|
formula?: string | null | undefined;
|
|
4909
5027
|
context?: string[] | null | undefined;
|
|
4910
5028
|
prompt?: string | null | undefined;
|
|
5029
|
+
matching?: Record<string, unknown> | undefined;
|
|
4911
5030
|
}) | ({
|
|
4912
5031
|
type: "date";
|
|
4913
5032
|
format?: string | null | undefined;
|
|
@@ -4937,7 +5056,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4937
5056
|
required?: boolean | null | undefined;
|
|
4938
5057
|
} | null | undefined;
|
|
4939
5058
|
uiConfiguration?: {
|
|
4940
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5059
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4941
5060
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4942
5061
|
} | null | undefined;
|
|
4943
5062
|
width?: number | null | undefined;
|
|
@@ -4947,6 +5066,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4947
5066
|
formula?: string | null | undefined;
|
|
4948
5067
|
context?: string[] | null | undefined;
|
|
4949
5068
|
prompt?: string | null | undefined;
|
|
5069
|
+
matching?: Record<string, unknown> | undefined;
|
|
4950
5070
|
}) | ({
|
|
4951
5071
|
type: "number";
|
|
4952
5072
|
format?: string | null | undefined;
|
|
@@ -4981,7 +5101,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4981
5101
|
required?: boolean | null | undefined;
|
|
4982
5102
|
} | null | undefined;
|
|
4983
5103
|
uiConfiguration?: {
|
|
4984
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5104
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4985
5105
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4986
5106
|
} | null | undefined;
|
|
4987
5107
|
width?: number | null | undefined;
|
|
@@ -4991,10 +5111,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
4991
5111
|
formula?: string | null | undefined;
|
|
4992
5112
|
context?: string[] | null | undefined;
|
|
4993
5113
|
prompt?: string | null | undefined;
|
|
5114
|
+
matching?: Record<string, unknown> | undefined;
|
|
4994
5115
|
}) | ({
|
|
4995
5116
|
options: {
|
|
4996
5117
|
value: string;
|
|
4997
5118
|
label: string;
|
|
5119
|
+
struct?: unknown;
|
|
4998
5120
|
}[];
|
|
4999
5121
|
type: "enum";
|
|
5000
5122
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5024,7 +5146,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5024
5146
|
required?: boolean | null | undefined;
|
|
5025
5147
|
} | null | undefined;
|
|
5026
5148
|
uiConfiguration?: {
|
|
5027
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5149
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5028
5150
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5029
5151
|
} | null | undefined;
|
|
5030
5152
|
width?: number | null | undefined;
|
|
@@ -5034,6 +5156,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5034
5156
|
formula?: string | null | undefined;
|
|
5035
5157
|
context?: string[] | null | undefined;
|
|
5036
5158
|
prompt?: string | null | undefined;
|
|
5159
|
+
matching?: Record<string, unknown> | undefined;
|
|
5037
5160
|
}) | ({
|
|
5038
5161
|
id: string;
|
|
5039
5162
|
label: string;
|
|
@@ -5096,7 +5219,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5096
5219
|
required?: boolean | null | undefined;
|
|
5097
5220
|
} | null | undefined;
|
|
5098
5221
|
uiConfiguration?: {
|
|
5099
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5222
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5100
5223
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5101
5224
|
} | null | undefined;
|
|
5102
5225
|
width?: number | null | undefined;
|
|
@@ -5106,6 +5229,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5106
5229
|
formula?: string | null | undefined;
|
|
5107
5230
|
context?: string[] | null | undefined;
|
|
5108
5231
|
prompt?: string | null | undefined;
|
|
5232
|
+
matching?: Record<string, unknown> | undefined;
|
|
5109
5233
|
}) | ({
|
|
5110
5234
|
type: "date";
|
|
5111
5235
|
format?: string | null | undefined;
|
|
@@ -5135,7 +5259,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5135
5259
|
required?: boolean | null | undefined;
|
|
5136
5260
|
} | null | undefined;
|
|
5137
5261
|
uiConfiguration?: {
|
|
5138
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5262
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5139
5263
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5140
5264
|
} | null | undefined;
|
|
5141
5265
|
width?: number | null | undefined;
|
|
@@ -5145,6 +5269,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5145
5269
|
formula?: string | null | undefined;
|
|
5146
5270
|
context?: string[] | null | undefined;
|
|
5147
5271
|
prompt?: string | null | undefined;
|
|
5272
|
+
matching?: Record<string, unknown> | undefined;
|
|
5148
5273
|
}) | ({
|
|
5149
5274
|
type: "number";
|
|
5150
5275
|
format?: string | null | undefined;
|
|
@@ -5179,7 +5304,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5179
5304
|
required?: boolean | null | undefined;
|
|
5180
5305
|
} | null | undefined;
|
|
5181
5306
|
uiConfiguration?: {
|
|
5182
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5307
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5183
5308
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5184
5309
|
} | null | undefined;
|
|
5185
5310
|
width?: number | null | undefined;
|
|
@@ -5189,10 +5314,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5189
5314
|
formula?: string | null | undefined;
|
|
5190
5315
|
context?: string[] | null | undefined;
|
|
5191
5316
|
prompt?: string | null | undefined;
|
|
5317
|
+
matching?: Record<string, unknown> | undefined;
|
|
5192
5318
|
}) | ({
|
|
5193
5319
|
options: {
|
|
5194
5320
|
value: string;
|
|
5195
5321
|
label: string;
|
|
5322
|
+
struct?: unknown;
|
|
5196
5323
|
}[];
|
|
5197
5324
|
type: "enum";
|
|
5198
5325
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5222,7 +5349,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5222
5349
|
required?: boolean | null | undefined;
|
|
5223
5350
|
} | null | undefined;
|
|
5224
5351
|
uiConfiguration?: {
|
|
5225
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5352
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5226
5353
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5227
5354
|
} | null | undefined;
|
|
5228
5355
|
width?: number | null | undefined;
|
|
@@ -5232,6 +5359,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5232
5359
|
formula?: string | null | undefined;
|
|
5233
5360
|
context?: string[] | null | undefined;
|
|
5234
5361
|
prompt?: string | null | undefined;
|
|
5362
|
+
matching?: Record<string, unknown> | undefined;
|
|
5235
5363
|
}) | ({
|
|
5236
5364
|
id: string;
|
|
5237
5365
|
label: string;
|
|
@@ -5305,7 +5433,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5305
5433
|
required?: boolean | null | undefined;
|
|
5306
5434
|
} | null | undefined;
|
|
5307
5435
|
uiConfiguration?: {
|
|
5308
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5436
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5309
5437
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5310
5438
|
} | null | undefined;
|
|
5311
5439
|
width?: number | null | undefined;
|
|
@@ -5315,6 +5443,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5315
5443
|
formula?: string | null | undefined;
|
|
5316
5444
|
context?: string[] | null | undefined;
|
|
5317
5445
|
prompt?: string | null | undefined;
|
|
5446
|
+
matching?: Record<string, unknown> | undefined;
|
|
5318
5447
|
}) | ({
|
|
5319
5448
|
type: "date";
|
|
5320
5449
|
format?: string | null | undefined;
|
|
@@ -5344,7 +5473,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5344
5473
|
required?: boolean | null | undefined;
|
|
5345
5474
|
} | null | undefined;
|
|
5346
5475
|
uiConfiguration?: {
|
|
5347
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5476
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5348
5477
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5349
5478
|
} | null | undefined;
|
|
5350
5479
|
width?: number | null | undefined;
|
|
@@ -5354,6 +5483,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5354
5483
|
formula?: string | null | undefined;
|
|
5355
5484
|
context?: string[] | null | undefined;
|
|
5356
5485
|
prompt?: string | null | undefined;
|
|
5486
|
+
matching?: Record<string, unknown> | undefined;
|
|
5357
5487
|
}) | ({
|
|
5358
5488
|
type: "number";
|
|
5359
5489
|
format?: string | null | undefined;
|
|
@@ -5388,7 +5518,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5388
5518
|
required?: boolean | null | undefined;
|
|
5389
5519
|
} | null | undefined;
|
|
5390
5520
|
uiConfiguration?: {
|
|
5391
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5521
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5392
5522
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5393
5523
|
} | null | undefined;
|
|
5394
5524
|
width?: number | null | undefined;
|
|
@@ -5398,10 +5528,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5398
5528
|
formula?: string | null | undefined;
|
|
5399
5529
|
context?: string[] | null | undefined;
|
|
5400
5530
|
prompt?: string | null | undefined;
|
|
5531
|
+
matching?: Record<string, unknown> | undefined;
|
|
5401
5532
|
}) | ({
|
|
5402
5533
|
options: {
|
|
5403
5534
|
value: string;
|
|
5404
5535
|
label: string;
|
|
5536
|
+
struct?: unknown;
|
|
5405
5537
|
}[];
|
|
5406
5538
|
type: "enum";
|
|
5407
5539
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5431,7 +5563,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5431
5563
|
required?: boolean | null | undefined;
|
|
5432
5564
|
} | null | undefined;
|
|
5433
5565
|
uiConfiguration?: {
|
|
5434
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5566
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5435
5567
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5436
5568
|
} | null | undefined;
|
|
5437
5569
|
width?: number | null | undefined;
|
|
@@ -5441,6 +5573,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5441
5573
|
formula?: string | null | undefined;
|
|
5442
5574
|
context?: string[] | null | undefined;
|
|
5443
5575
|
prompt?: string | null | undefined;
|
|
5576
|
+
matching?: Record<string, unknown> | undefined;
|
|
5444
5577
|
}) | ({
|
|
5445
5578
|
id: string;
|
|
5446
5579
|
label: string;
|
|
@@ -5484,7 +5617,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5484
5617
|
required?: boolean | null | undefined;
|
|
5485
5618
|
} | null | undefined;
|
|
5486
5619
|
uiConfiguration?: {
|
|
5487
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5620
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5488
5621
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5489
5622
|
} | null | undefined;
|
|
5490
5623
|
width?: number | null | undefined;
|
|
@@ -5494,6 +5627,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5494
5627
|
formula?: string | null | undefined;
|
|
5495
5628
|
context?: string[] | null | undefined;
|
|
5496
5629
|
prompt?: string | null | undefined;
|
|
5630
|
+
matching?: Record<string, unknown> | undefined;
|
|
5497
5631
|
}) | ({
|
|
5498
5632
|
type: "date";
|
|
5499
5633
|
format?: string | null | undefined;
|
|
@@ -5523,7 +5657,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5523
5657
|
required?: boolean | null | undefined;
|
|
5524
5658
|
} | null | undefined;
|
|
5525
5659
|
uiConfiguration?: {
|
|
5526
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5660
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5527
5661
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5528
5662
|
} | null | undefined;
|
|
5529
5663
|
width?: number | null | undefined;
|
|
@@ -5533,6 +5667,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5533
5667
|
formula?: string | null | undefined;
|
|
5534
5668
|
context?: string[] | null | undefined;
|
|
5535
5669
|
prompt?: string | null | undefined;
|
|
5670
|
+
matching?: Record<string, unknown> | undefined;
|
|
5536
5671
|
}) | ({
|
|
5537
5672
|
type: "number";
|
|
5538
5673
|
format?: string | null | undefined;
|
|
@@ -5567,7 +5702,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5567
5702
|
required?: boolean | null | undefined;
|
|
5568
5703
|
} | null | undefined;
|
|
5569
5704
|
uiConfiguration?: {
|
|
5570
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5705
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5571
5706
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5572
5707
|
} | null | undefined;
|
|
5573
5708
|
width?: number | null | undefined;
|
|
@@ -5577,10 +5712,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5577
5712
|
formula?: string | null | undefined;
|
|
5578
5713
|
context?: string[] | null | undefined;
|
|
5579
5714
|
prompt?: string | null | undefined;
|
|
5715
|
+
matching?: Record<string, unknown> | undefined;
|
|
5580
5716
|
}) | ({
|
|
5581
5717
|
options: {
|
|
5582
5718
|
value: string;
|
|
5583
5719
|
label: string;
|
|
5720
|
+
struct?: unknown;
|
|
5584
5721
|
}[];
|
|
5585
5722
|
type: "enum";
|
|
5586
5723
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5610,7 +5747,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5610
5747
|
required?: boolean | null | undefined;
|
|
5611
5748
|
} | null | undefined;
|
|
5612
5749
|
uiConfiguration?: {
|
|
5613
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5750
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5614
5751
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5615
5752
|
} | null | undefined;
|
|
5616
5753
|
width?: number | null | undefined;
|
|
@@ -5620,6 +5757,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5620
5757
|
formula?: string | null | undefined;
|
|
5621
5758
|
context?: string[] | null | undefined;
|
|
5622
5759
|
prompt?: string | null | undefined;
|
|
5760
|
+
matching?: Record<string, unknown> | undefined;
|
|
5623
5761
|
}) | ({
|
|
5624
5762
|
id: string;
|
|
5625
5763
|
label: string;
|
|
@@ -5672,7 +5810,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5672
5810
|
required?: boolean | null | undefined;
|
|
5673
5811
|
} | null | undefined;
|
|
5674
5812
|
uiConfiguration?: {
|
|
5675
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5813
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5676
5814
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5677
5815
|
} | null | undefined;
|
|
5678
5816
|
width?: number | null | undefined;
|
|
@@ -5682,6 +5820,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5682
5820
|
formula?: string | null | undefined;
|
|
5683
5821
|
context?: string[] | null | undefined;
|
|
5684
5822
|
prompt?: string | null | undefined;
|
|
5823
|
+
matching?: Record<string, unknown> | undefined;
|
|
5685
5824
|
}) | ({
|
|
5686
5825
|
type: "date";
|
|
5687
5826
|
format?: string | null | undefined;
|
|
@@ -5711,7 +5850,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5711
5850
|
required?: boolean | null | undefined;
|
|
5712
5851
|
} | null | undefined;
|
|
5713
5852
|
uiConfiguration?: {
|
|
5714
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5853
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5715
5854
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5716
5855
|
} | null | undefined;
|
|
5717
5856
|
width?: number | null | undefined;
|
|
@@ -5721,6 +5860,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5721
5860
|
formula?: string | null | undefined;
|
|
5722
5861
|
context?: string[] | null | undefined;
|
|
5723
5862
|
prompt?: string | null | undefined;
|
|
5863
|
+
matching?: Record<string, unknown> | undefined;
|
|
5724
5864
|
}) | ({
|
|
5725
5865
|
type: "number";
|
|
5726
5866
|
format?: string | null | undefined;
|
|
@@ -5755,7 +5895,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5755
5895
|
required?: boolean | null | undefined;
|
|
5756
5896
|
} | null | undefined;
|
|
5757
5897
|
uiConfiguration?: {
|
|
5758
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5898
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5759
5899
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5760
5900
|
} | null | undefined;
|
|
5761
5901
|
width?: number | null | undefined;
|
|
@@ -5765,10 +5905,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5765
5905
|
formula?: string | null | undefined;
|
|
5766
5906
|
context?: string[] | null | undefined;
|
|
5767
5907
|
prompt?: string | null | undefined;
|
|
5908
|
+
matching?: Record<string, unknown> | undefined;
|
|
5768
5909
|
}) | ({
|
|
5769
5910
|
options: {
|
|
5770
5911
|
value: string;
|
|
5771
5912
|
label: string;
|
|
5913
|
+
struct?: unknown;
|
|
5772
5914
|
}[];
|
|
5773
5915
|
type: "enum";
|
|
5774
5916
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5798,7 +5940,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5798
5940
|
required?: boolean | null | undefined;
|
|
5799
5941
|
} | null | undefined;
|
|
5800
5942
|
uiConfiguration?: {
|
|
5801
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5943
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5802
5944
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5803
5945
|
} | null | undefined;
|
|
5804
5946
|
width?: number | null | undefined;
|
|
@@ -5808,6 +5950,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5808
5950
|
formula?: string | null | undefined;
|
|
5809
5951
|
context?: string[] | null | undefined;
|
|
5810
5952
|
prompt?: string | null | undefined;
|
|
5953
|
+
matching?: Record<string, unknown> | undefined;
|
|
5811
5954
|
}) | ({
|
|
5812
5955
|
id: string;
|
|
5813
5956
|
label: string;
|
|
@@ -5870,7 +6013,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5870
6013
|
required?: boolean | null | undefined;
|
|
5871
6014
|
} | null | undefined;
|
|
5872
6015
|
uiConfiguration?: {
|
|
5873
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6016
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5874
6017
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5875
6018
|
} | null | undefined;
|
|
5876
6019
|
width?: number | null | undefined;
|
|
@@ -5880,6 +6023,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5880
6023
|
formula?: string | null | undefined;
|
|
5881
6024
|
context?: string[] | null | undefined;
|
|
5882
6025
|
prompt?: string | null | undefined;
|
|
6026
|
+
matching?: Record<string, unknown> | undefined;
|
|
5883
6027
|
}) | ({
|
|
5884
6028
|
type: "date";
|
|
5885
6029
|
format?: string | null | undefined;
|
|
@@ -5909,7 +6053,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5909
6053
|
required?: boolean | null | undefined;
|
|
5910
6054
|
} | null | undefined;
|
|
5911
6055
|
uiConfiguration?: {
|
|
5912
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6056
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5913
6057
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5914
6058
|
} | null | undefined;
|
|
5915
6059
|
width?: number | null | undefined;
|
|
@@ -5919,6 +6063,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5919
6063
|
formula?: string | null | undefined;
|
|
5920
6064
|
context?: string[] | null | undefined;
|
|
5921
6065
|
prompt?: string | null | undefined;
|
|
6066
|
+
matching?: Record<string, unknown> | undefined;
|
|
5922
6067
|
}) | ({
|
|
5923
6068
|
type: "number";
|
|
5924
6069
|
format?: string | null | undefined;
|
|
@@ -5953,7 +6098,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5953
6098
|
required?: boolean | null | undefined;
|
|
5954
6099
|
} | null | undefined;
|
|
5955
6100
|
uiConfiguration?: {
|
|
5956
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6101
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5957
6102
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5958
6103
|
} | null | undefined;
|
|
5959
6104
|
width?: number | null | undefined;
|
|
@@ -5963,10 +6108,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5963
6108
|
formula?: string | null | undefined;
|
|
5964
6109
|
context?: string[] | null | undefined;
|
|
5965
6110
|
prompt?: string | null | undefined;
|
|
6111
|
+
matching?: Record<string, unknown> | undefined;
|
|
5966
6112
|
}) | ({
|
|
5967
6113
|
options: {
|
|
5968
6114
|
value: string;
|
|
5969
6115
|
label: string;
|
|
6116
|
+
struct?: unknown;
|
|
5970
6117
|
}[];
|
|
5971
6118
|
type: "enum";
|
|
5972
6119
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5996,7 +6143,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
5996
6143
|
required?: boolean | null | undefined;
|
|
5997
6144
|
} | null | undefined;
|
|
5998
6145
|
uiConfiguration?: {
|
|
5999
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6146
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6000
6147
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6001
6148
|
} | null | undefined;
|
|
6002
6149
|
width?: number | null | undefined;
|
|
@@ -6006,6 +6153,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6006
6153
|
formula?: string | null | undefined;
|
|
6007
6154
|
context?: string[] | null | undefined;
|
|
6008
6155
|
prompt?: string | null | undefined;
|
|
6156
|
+
matching?: Record<string, unknown> | undefined;
|
|
6009
6157
|
}) | ({
|
|
6010
6158
|
id: string;
|
|
6011
6159
|
label: string;
|
|
@@ -6088,7 +6236,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6088
6236
|
required?: boolean | null | undefined;
|
|
6089
6237
|
} | null | undefined;
|
|
6090
6238
|
uiConfiguration?: {
|
|
6091
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6239
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6092
6240
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6093
6241
|
} | null | undefined;
|
|
6094
6242
|
width?: number | null | undefined;
|
|
@@ -6098,6 +6246,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6098
6246
|
formula?: string | null | undefined;
|
|
6099
6247
|
context?: string[] | null | undefined;
|
|
6100
6248
|
prompt?: string | null | undefined;
|
|
6249
|
+
matching?: Record<string, unknown> | undefined;
|
|
6101
6250
|
}) | ({
|
|
6102
6251
|
type: "date";
|
|
6103
6252
|
format?: string | null | undefined;
|
|
@@ -6127,7 +6276,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6127
6276
|
required?: boolean | null | undefined;
|
|
6128
6277
|
} | null | undefined;
|
|
6129
6278
|
uiConfiguration?: {
|
|
6130
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6279
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6131
6280
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6132
6281
|
} | null | undefined;
|
|
6133
6282
|
width?: number | null | undefined;
|
|
@@ -6137,6 +6286,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6137
6286
|
formula?: string | null | undefined;
|
|
6138
6287
|
context?: string[] | null | undefined;
|
|
6139
6288
|
prompt?: string | null | undefined;
|
|
6289
|
+
matching?: Record<string, unknown> | undefined;
|
|
6140
6290
|
}) | ({
|
|
6141
6291
|
type: "number";
|
|
6142
6292
|
format?: string | null | undefined;
|
|
@@ -6171,7 +6321,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6171
6321
|
required?: boolean | null | undefined;
|
|
6172
6322
|
} | null | undefined;
|
|
6173
6323
|
uiConfiguration?: {
|
|
6174
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6324
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6175
6325
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6176
6326
|
} | null | undefined;
|
|
6177
6327
|
width?: number | null | undefined;
|
|
@@ -6181,10 +6331,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6181
6331
|
formula?: string | null | undefined;
|
|
6182
6332
|
context?: string[] | null | undefined;
|
|
6183
6333
|
prompt?: string | null | undefined;
|
|
6334
|
+
matching?: Record<string, unknown> | undefined;
|
|
6184
6335
|
}) | ({
|
|
6185
6336
|
options: {
|
|
6186
6337
|
value: string;
|
|
6187
6338
|
label: string;
|
|
6339
|
+
struct?: unknown;
|
|
6188
6340
|
}[];
|
|
6189
6341
|
type: "enum";
|
|
6190
6342
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6214,7 +6366,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6214
6366
|
required?: boolean | null | undefined;
|
|
6215
6367
|
} | null | undefined;
|
|
6216
6368
|
uiConfiguration?: {
|
|
6217
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6369
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6218
6370
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6219
6371
|
} | null | undefined;
|
|
6220
6372
|
width?: number | null | undefined;
|
|
@@ -6224,6 +6376,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6224
6376
|
formula?: string | null | undefined;
|
|
6225
6377
|
context?: string[] | null | undefined;
|
|
6226
6378
|
prompt?: string | null | undefined;
|
|
6379
|
+
matching?: Record<string, unknown> | undefined;
|
|
6227
6380
|
}) | ({
|
|
6228
6381
|
id: string;
|
|
6229
6382
|
label: string;
|
|
@@ -6267,7 +6420,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6267
6420
|
required?: boolean | null | undefined;
|
|
6268
6421
|
} | null | undefined;
|
|
6269
6422
|
uiConfiguration?: {
|
|
6270
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6423
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6271
6424
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6272
6425
|
} | null | undefined;
|
|
6273
6426
|
width?: number | null | undefined;
|
|
@@ -6277,6 +6430,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6277
6430
|
formula?: string | null | undefined;
|
|
6278
6431
|
context?: string[] | null | undefined;
|
|
6279
6432
|
prompt?: string | null | undefined;
|
|
6433
|
+
matching?: Record<string, unknown> | undefined;
|
|
6280
6434
|
}) | ({
|
|
6281
6435
|
type: "date";
|
|
6282
6436
|
format?: string | null | undefined;
|
|
@@ -6306,7 +6460,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6306
6460
|
required?: boolean | null | undefined;
|
|
6307
6461
|
} | null | undefined;
|
|
6308
6462
|
uiConfiguration?: {
|
|
6309
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6463
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6310
6464
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6311
6465
|
} | null | undefined;
|
|
6312
6466
|
width?: number | null | undefined;
|
|
@@ -6316,6 +6470,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6316
6470
|
formula?: string | null | undefined;
|
|
6317
6471
|
context?: string[] | null | undefined;
|
|
6318
6472
|
prompt?: string | null | undefined;
|
|
6473
|
+
matching?: Record<string, unknown> | undefined;
|
|
6319
6474
|
}) | ({
|
|
6320
6475
|
type: "number";
|
|
6321
6476
|
format?: string | null | undefined;
|
|
@@ -6350,7 +6505,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6350
6505
|
required?: boolean | null | undefined;
|
|
6351
6506
|
} | null | undefined;
|
|
6352
6507
|
uiConfiguration?: {
|
|
6353
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6508
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6354
6509
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6355
6510
|
} | null | undefined;
|
|
6356
6511
|
width?: number | null | undefined;
|
|
@@ -6360,10 +6515,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6360
6515
|
formula?: string | null | undefined;
|
|
6361
6516
|
context?: string[] | null | undefined;
|
|
6362
6517
|
prompt?: string | null | undefined;
|
|
6518
|
+
matching?: Record<string, unknown> | undefined;
|
|
6363
6519
|
}) | ({
|
|
6364
6520
|
options: {
|
|
6365
6521
|
value: string;
|
|
6366
6522
|
label: string;
|
|
6523
|
+
struct?: unknown;
|
|
6367
6524
|
}[];
|
|
6368
6525
|
type: "enum";
|
|
6369
6526
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6393,7 +6550,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6393
6550
|
required?: boolean | null | undefined;
|
|
6394
6551
|
} | null | undefined;
|
|
6395
6552
|
uiConfiguration?: {
|
|
6396
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6553
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6397
6554
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6398
6555
|
} | null | undefined;
|
|
6399
6556
|
width?: number | null | undefined;
|
|
@@ -6403,6 +6560,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6403
6560
|
formula?: string | null | undefined;
|
|
6404
6561
|
context?: string[] | null | undefined;
|
|
6405
6562
|
prompt?: string | null | undefined;
|
|
6563
|
+
matching?: Record<string, unknown> | undefined;
|
|
6406
6564
|
}) | ({
|
|
6407
6565
|
id: string;
|
|
6408
6566
|
label: string;
|
|
@@ -6455,7 +6613,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6455
6613
|
required?: boolean | null | undefined;
|
|
6456
6614
|
} | null | undefined;
|
|
6457
6615
|
uiConfiguration?: {
|
|
6458
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6616
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6459
6617
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6460
6618
|
} | null | undefined;
|
|
6461
6619
|
width?: number | null | undefined;
|
|
@@ -6465,6 +6623,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6465
6623
|
formula?: string | null | undefined;
|
|
6466
6624
|
context?: string[] | null | undefined;
|
|
6467
6625
|
prompt?: string | null | undefined;
|
|
6626
|
+
matching?: Record<string, unknown> | undefined;
|
|
6468
6627
|
}) | ({
|
|
6469
6628
|
type: "date";
|
|
6470
6629
|
format?: string | null | undefined;
|
|
@@ -6494,7 +6653,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6494
6653
|
required?: boolean | null | undefined;
|
|
6495
6654
|
} | null | undefined;
|
|
6496
6655
|
uiConfiguration?: {
|
|
6497
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6656
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6498
6657
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6499
6658
|
} | null | undefined;
|
|
6500
6659
|
width?: number | null | undefined;
|
|
@@ -6504,6 +6663,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6504
6663
|
formula?: string | null | undefined;
|
|
6505
6664
|
context?: string[] | null | undefined;
|
|
6506
6665
|
prompt?: string | null | undefined;
|
|
6666
|
+
matching?: Record<string, unknown> | undefined;
|
|
6507
6667
|
}) | ({
|
|
6508
6668
|
type: "number";
|
|
6509
6669
|
format?: string | null | undefined;
|
|
@@ -6538,7 +6698,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6538
6698
|
required?: boolean | null | undefined;
|
|
6539
6699
|
} | null | undefined;
|
|
6540
6700
|
uiConfiguration?: {
|
|
6541
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6701
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6542
6702
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6543
6703
|
} | null | undefined;
|
|
6544
6704
|
width?: number | null | undefined;
|
|
@@ -6548,10 +6708,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6548
6708
|
formula?: string | null | undefined;
|
|
6549
6709
|
context?: string[] | null | undefined;
|
|
6550
6710
|
prompt?: string | null | undefined;
|
|
6711
|
+
matching?: Record<string, unknown> | undefined;
|
|
6551
6712
|
}) | ({
|
|
6552
6713
|
options: {
|
|
6553
6714
|
value: string;
|
|
6554
6715
|
label: string;
|
|
6716
|
+
struct?: unknown;
|
|
6555
6717
|
}[];
|
|
6556
6718
|
type: "enum";
|
|
6557
6719
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6581,7 +6743,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6581
6743
|
required?: boolean | null | undefined;
|
|
6582
6744
|
} | null | undefined;
|
|
6583
6745
|
uiConfiguration?: {
|
|
6584
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6746
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6585
6747
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6586
6748
|
} | null | undefined;
|
|
6587
6749
|
width?: number | null | undefined;
|
|
@@ -6591,6 +6753,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6591
6753
|
formula?: string | null | undefined;
|
|
6592
6754
|
context?: string[] | null | undefined;
|
|
6593
6755
|
prompt?: string | null | undefined;
|
|
6756
|
+
matching?: Record<string, unknown> | undefined;
|
|
6594
6757
|
}) | ({
|
|
6595
6758
|
id: string;
|
|
6596
6759
|
label: string;
|
|
@@ -6653,7 +6816,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6653
6816
|
required?: boolean | null | undefined;
|
|
6654
6817
|
} | null | undefined;
|
|
6655
6818
|
uiConfiguration?: {
|
|
6656
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6819
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6657
6820
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6658
6821
|
} | null | undefined;
|
|
6659
6822
|
width?: number | null | undefined;
|
|
@@ -6663,6 +6826,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6663
6826
|
formula?: string | null | undefined;
|
|
6664
6827
|
context?: string[] | null | undefined;
|
|
6665
6828
|
prompt?: string | null | undefined;
|
|
6829
|
+
matching?: Record<string, unknown> | undefined;
|
|
6666
6830
|
}) | ({
|
|
6667
6831
|
type: "date";
|
|
6668
6832
|
format?: string | null | undefined;
|
|
@@ -6692,7 +6856,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6692
6856
|
required?: boolean | null | undefined;
|
|
6693
6857
|
} | null | undefined;
|
|
6694
6858
|
uiConfiguration?: {
|
|
6695
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6859
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6696
6860
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6697
6861
|
} | null | undefined;
|
|
6698
6862
|
width?: number | null | undefined;
|
|
@@ -6702,6 +6866,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6702
6866
|
formula?: string | null | undefined;
|
|
6703
6867
|
context?: string[] | null | undefined;
|
|
6704
6868
|
prompt?: string | null | undefined;
|
|
6869
|
+
matching?: Record<string, unknown> | undefined;
|
|
6705
6870
|
}) | ({
|
|
6706
6871
|
type: "number";
|
|
6707
6872
|
format?: string | null | undefined;
|
|
@@ -6736,7 +6901,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6736
6901
|
required?: boolean | null | undefined;
|
|
6737
6902
|
} | null | undefined;
|
|
6738
6903
|
uiConfiguration?: {
|
|
6739
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6904
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6740
6905
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6741
6906
|
} | null | undefined;
|
|
6742
6907
|
width?: number | null | undefined;
|
|
@@ -6746,10 +6911,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6746
6911
|
formula?: string | null | undefined;
|
|
6747
6912
|
context?: string[] | null | undefined;
|
|
6748
6913
|
prompt?: string | null | undefined;
|
|
6914
|
+
matching?: Record<string, unknown> | undefined;
|
|
6749
6915
|
}) | ({
|
|
6750
6916
|
options: {
|
|
6751
6917
|
value: string;
|
|
6752
6918
|
label: string;
|
|
6919
|
+
struct?: unknown;
|
|
6753
6920
|
}[];
|
|
6754
6921
|
type: "enum";
|
|
6755
6922
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6779,7 +6946,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6779
6946
|
required?: boolean | null | undefined;
|
|
6780
6947
|
} | null | undefined;
|
|
6781
6948
|
uiConfiguration?: {
|
|
6782
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6949
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6783
6950
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6784
6951
|
} | null | undefined;
|
|
6785
6952
|
width?: number | null | undefined;
|
|
@@ -6789,6 +6956,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6789
6956
|
formula?: string | null | undefined;
|
|
6790
6957
|
context?: string[] | null | undefined;
|
|
6791
6958
|
prompt?: string | null | undefined;
|
|
6959
|
+
matching?: Record<string, unknown> | undefined;
|
|
6792
6960
|
}) | ({
|
|
6793
6961
|
id: string;
|
|
6794
6962
|
label: string;
|
|
@@ -6871,7 +7039,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6871
7039
|
required?: boolean | null | undefined;
|
|
6872
7040
|
} | null | undefined;
|
|
6873
7041
|
uiConfiguration?: {
|
|
6874
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7042
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6875
7043
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6876
7044
|
} | null | undefined;
|
|
6877
7045
|
width?: number | null | undefined;
|
|
@@ -6881,6 +7049,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6881
7049
|
formula?: string | null | undefined;
|
|
6882
7050
|
context?: string[] | null | undefined;
|
|
6883
7051
|
prompt?: string | null | undefined;
|
|
7052
|
+
matching?: Record<string, unknown> | undefined;
|
|
6884
7053
|
}) | ({
|
|
6885
7054
|
type: "date";
|
|
6886
7055
|
format?: string | null | undefined;
|
|
@@ -6910,7 +7079,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6910
7079
|
required?: boolean | null | undefined;
|
|
6911
7080
|
} | null | undefined;
|
|
6912
7081
|
uiConfiguration?: {
|
|
6913
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7082
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6914
7083
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6915
7084
|
} | null | undefined;
|
|
6916
7085
|
width?: number | null | undefined;
|
|
@@ -6920,6 +7089,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6920
7089
|
formula?: string | null | undefined;
|
|
6921
7090
|
context?: string[] | null | undefined;
|
|
6922
7091
|
prompt?: string | null | undefined;
|
|
7092
|
+
matching?: Record<string, unknown> | undefined;
|
|
6923
7093
|
}) | ({
|
|
6924
7094
|
type: "number";
|
|
6925
7095
|
format?: string | null | undefined;
|
|
@@ -6954,7 +7124,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6954
7124
|
required?: boolean | null | undefined;
|
|
6955
7125
|
} | null | undefined;
|
|
6956
7126
|
uiConfiguration?: {
|
|
6957
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7127
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6958
7128
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6959
7129
|
} | null | undefined;
|
|
6960
7130
|
width?: number | null | undefined;
|
|
@@ -6964,10 +7134,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6964
7134
|
formula?: string | null | undefined;
|
|
6965
7135
|
context?: string[] | null | undefined;
|
|
6966
7136
|
prompt?: string | null | undefined;
|
|
7137
|
+
matching?: Record<string, unknown> | undefined;
|
|
6967
7138
|
}) | ({
|
|
6968
7139
|
options: {
|
|
6969
7140
|
value: string;
|
|
6970
7141
|
label: string;
|
|
7142
|
+
struct?: unknown;
|
|
6971
7143
|
}[];
|
|
6972
7144
|
type: "enum";
|
|
6973
7145
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6997,7 +7169,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
6997
7169
|
required?: boolean | null | undefined;
|
|
6998
7170
|
} | null | undefined;
|
|
6999
7171
|
uiConfiguration?: {
|
|
7000
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7172
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7001
7173
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7002
7174
|
} | null | undefined;
|
|
7003
7175
|
width?: number | null | undefined;
|
|
@@ -7007,6 +7179,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7007
7179
|
formula?: string | null | undefined;
|
|
7008
7180
|
context?: string[] | null | undefined;
|
|
7009
7181
|
prompt?: string | null | undefined;
|
|
7182
|
+
matching?: Record<string, unknown> | undefined;
|
|
7010
7183
|
}) | ({
|
|
7011
7184
|
id: string;
|
|
7012
7185
|
label: string;
|
|
@@ -7050,7 +7223,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7050
7223
|
required?: boolean | null | undefined;
|
|
7051
7224
|
} | null | undefined;
|
|
7052
7225
|
uiConfiguration?: {
|
|
7053
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7226
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7054
7227
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7055
7228
|
} | null | undefined;
|
|
7056
7229
|
width?: number | null | undefined;
|
|
@@ -7060,6 +7233,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7060
7233
|
formula?: string | null | undefined;
|
|
7061
7234
|
context?: string[] | null | undefined;
|
|
7062
7235
|
prompt?: string | null | undefined;
|
|
7236
|
+
matching?: Record<string, unknown> | undefined;
|
|
7063
7237
|
}) | ({
|
|
7064
7238
|
type: "date";
|
|
7065
7239
|
format?: string | null | undefined;
|
|
@@ -7089,7 +7263,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7089
7263
|
required?: boolean | null | undefined;
|
|
7090
7264
|
} | null | undefined;
|
|
7091
7265
|
uiConfiguration?: {
|
|
7092
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7266
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7093
7267
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7094
7268
|
} | null | undefined;
|
|
7095
7269
|
width?: number | null | undefined;
|
|
@@ -7099,6 +7273,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7099
7273
|
formula?: string | null | undefined;
|
|
7100
7274
|
context?: string[] | null | undefined;
|
|
7101
7275
|
prompt?: string | null | undefined;
|
|
7276
|
+
matching?: Record<string, unknown> | undefined;
|
|
7102
7277
|
}) | ({
|
|
7103
7278
|
type: "number";
|
|
7104
7279
|
format?: string | null | undefined;
|
|
@@ -7133,7 +7308,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7133
7308
|
required?: boolean | null | undefined;
|
|
7134
7309
|
} | null | undefined;
|
|
7135
7310
|
uiConfiguration?: {
|
|
7136
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7311
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7137
7312
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7138
7313
|
} | null | undefined;
|
|
7139
7314
|
width?: number | null | undefined;
|
|
@@ -7143,10 +7318,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7143
7318
|
formula?: string | null | undefined;
|
|
7144
7319
|
context?: string[] | null | undefined;
|
|
7145
7320
|
prompt?: string | null | undefined;
|
|
7321
|
+
matching?: Record<string, unknown> | undefined;
|
|
7146
7322
|
}) | ({
|
|
7147
7323
|
options: {
|
|
7148
7324
|
value: string;
|
|
7149
7325
|
label: string;
|
|
7326
|
+
struct?: unknown;
|
|
7150
7327
|
}[];
|
|
7151
7328
|
type: "enum";
|
|
7152
7329
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7176,7 +7353,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7176
7353
|
required?: boolean | null | undefined;
|
|
7177
7354
|
} | null | undefined;
|
|
7178
7355
|
uiConfiguration?: {
|
|
7179
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7356
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7180
7357
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7181
7358
|
} | null | undefined;
|
|
7182
7359
|
width?: number | null | undefined;
|
|
@@ -7186,6 +7363,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7186
7363
|
formula?: string | null | undefined;
|
|
7187
7364
|
context?: string[] | null | undefined;
|
|
7188
7365
|
prompt?: string | null | undefined;
|
|
7366
|
+
matching?: Record<string, unknown> | undefined;
|
|
7189
7367
|
}) | ({
|
|
7190
7368
|
id: string;
|
|
7191
7369
|
label: string;
|
|
@@ -7238,7 +7416,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7238
7416
|
required?: boolean | null | undefined;
|
|
7239
7417
|
} | null | undefined;
|
|
7240
7418
|
uiConfiguration?: {
|
|
7241
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7419
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7242
7420
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7243
7421
|
} | null | undefined;
|
|
7244
7422
|
width?: number | null | undefined;
|
|
@@ -7248,6 +7426,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7248
7426
|
formula?: string | null | undefined;
|
|
7249
7427
|
context?: string[] | null | undefined;
|
|
7250
7428
|
prompt?: string | null | undefined;
|
|
7429
|
+
matching?: Record<string, unknown> | undefined;
|
|
7251
7430
|
}) | ({
|
|
7252
7431
|
type: "date";
|
|
7253
7432
|
format?: string | null | undefined;
|
|
@@ -7277,7 +7456,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7277
7456
|
required?: boolean | null | undefined;
|
|
7278
7457
|
} | null | undefined;
|
|
7279
7458
|
uiConfiguration?: {
|
|
7280
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7459
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7281
7460
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7282
7461
|
} | null | undefined;
|
|
7283
7462
|
width?: number | null | undefined;
|
|
@@ -7287,6 +7466,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7287
7466
|
formula?: string | null | undefined;
|
|
7288
7467
|
context?: string[] | null | undefined;
|
|
7289
7468
|
prompt?: string | null | undefined;
|
|
7469
|
+
matching?: Record<string, unknown> | undefined;
|
|
7290
7470
|
}) | ({
|
|
7291
7471
|
type: "number";
|
|
7292
7472
|
format?: string | null | undefined;
|
|
@@ -7321,7 +7501,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7321
7501
|
required?: boolean | null | undefined;
|
|
7322
7502
|
} | null | undefined;
|
|
7323
7503
|
uiConfiguration?: {
|
|
7324
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7504
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7325
7505
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7326
7506
|
} | null | undefined;
|
|
7327
7507
|
width?: number | null | undefined;
|
|
@@ -7331,10 +7511,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7331
7511
|
formula?: string | null | undefined;
|
|
7332
7512
|
context?: string[] | null | undefined;
|
|
7333
7513
|
prompt?: string | null | undefined;
|
|
7514
|
+
matching?: Record<string, unknown> | undefined;
|
|
7334
7515
|
}) | ({
|
|
7335
7516
|
options: {
|
|
7336
7517
|
value: string;
|
|
7337
7518
|
label: string;
|
|
7519
|
+
struct?: unknown;
|
|
7338
7520
|
}[];
|
|
7339
7521
|
type: "enum";
|
|
7340
7522
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7364,7 +7546,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7364
7546
|
required?: boolean | null | undefined;
|
|
7365
7547
|
} | null | undefined;
|
|
7366
7548
|
uiConfiguration?: {
|
|
7367
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7549
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7368
7550
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7369
7551
|
} | null | undefined;
|
|
7370
7552
|
width?: number | null | undefined;
|
|
@@ -7374,6 +7556,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7374
7556
|
formula?: string | null | undefined;
|
|
7375
7557
|
context?: string[] | null | undefined;
|
|
7376
7558
|
prompt?: string | null | undefined;
|
|
7559
|
+
matching?: Record<string, unknown> | undefined;
|
|
7377
7560
|
}) | ({
|
|
7378
7561
|
id: string;
|
|
7379
7562
|
label: string;
|
|
@@ -7436,7 +7619,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7436
7619
|
required?: boolean | null | undefined;
|
|
7437
7620
|
} | null | undefined;
|
|
7438
7621
|
uiConfiguration?: {
|
|
7439
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7622
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7440
7623
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7441
7624
|
} | null | undefined;
|
|
7442
7625
|
width?: number | null | undefined;
|
|
@@ -7446,6 +7629,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7446
7629
|
formula?: string | null | undefined;
|
|
7447
7630
|
context?: string[] | null | undefined;
|
|
7448
7631
|
prompt?: string | null | undefined;
|
|
7632
|
+
matching?: Record<string, unknown> | undefined;
|
|
7449
7633
|
}) | ({
|
|
7450
7634
|
type: "date";
|
|
7451
7635
|
format?: string | null | undefined;
|
|
@@ -7475,7 +7659,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7475
7659
|
required?: boolean | null | undefined;
|
|
7476
7660
|
} | null | undefined;
|
|
7477
7661
|
uiConfiguration?: {
|
|
7478
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7662
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7479
7663
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7480
7664
|
} | null | undefined;
|
|
7481
7665
|
width?: number | null | undefined;
|
|
@@ -7485,6 +7669,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7485
7669
|
formula?: string | null | undefined;
|
|
7486
7670
|
context?: string[] | null | undefined;
|
|
7487
7671
|
prompt?: string | null | undefined;
|
|
7672
|
+
matching?: Record<string, unknown> | undefined;
|
|
7488
7673
|
}) | ({
|
|
7489
7674
|
type: "number";
|
|
7490
7675
|
format?: string | null | undefined;
|
|
@@ -7519,7 +7704,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7519
7704
|
required?: boolean | null | undefined;
|
|
7520
7705
|
} | null | undefined;
|
|
7521
7706
|
uiConfiguration?: {
|
|
7522
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7707
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7523
7708
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7524
7709
|
} | null | undefined;
|
|
7525
7710
|
width?: number | null | undefined;
|
|
@@ -7529,10 +7714,12 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7529
7714
|
formula?: string | null | undefined;
|
|
7530
7715
|
context?: string[] | null | undefined;
|
|
7531
7716
|
prompt?: string | null | undefined;
|
|
7717
|
+
matching?: Record<string, unknown> | undefined;
|
|
7532
7718
|
}) | ({
|
|
7533
7719
|
options: {
|
|
7534
7720
|
value: string;
|
|
7535
7721
|
label: string;
|
|
7722
|
+
struct?: unknown;
|
|
7536
7723
|
}[];
|
|
7537
7724
|
type: "enum";
|
|
7538
7725
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7562,7 +7749,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7562
7749
|
required?: boolean | null | undefined;
|
|
7563
7750
|
} | null | undefined;
|
|
7564
7751
|
uiConfiguration?: {
|
|
7565
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7752
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7566
7753
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7567
7754
|
} | null | undefined;
|
|
7568
7755
|
width?: number | null | undefined;
|
|
@@ -7572,6 +7759,7 @@ export declare const formulaSummary: (payload: FormulaSummaryPayload) => {
|
|
|
7572
7759
|
formula?: string | null | undefined;
|
|
7573
7760
|
context?: string[] | null | undefined;
|
|
7574
7761
|
prompt?: string | null | undefined;
|
|
7762
|
+
matching?: Record<string, unknown> | undefined;
|
|
7575
7763
|
}) | ({
|
|
7576
7764
|
id: string;
|
|
7577
7765
|
label: string;
|