@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
|
@@ -111,13 +111,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
111
111
|
required?: boolean | null | undefined;
|
|
112
112
|
}>>>;
|
|
113
113
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
114
|
-
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">]>>>;
|
|
114
|
+
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">]>>>;
|
|
115
115
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
116
116
|
}, "strip", import("zod").ZodTypeAny, {
|
|
117
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
117
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
118
118
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
119
119
|
}, {
|
|
120
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
120
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
121
121
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
122
122
|
}>>>;
|
|
123
123
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -127,6 +127,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
127
127
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
128
128
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
129
129
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
130
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
130
131
|
}, "strip", import("zod").ZodTypeAny, {
|
|
131
132
|
suggest?: true | undefined;
|
|
132
133
|
canExport?: boolean | null | undefined;
|
|
@@ -145,7 +146,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
145
146
|
required?: boolean | null | undefined;
|
|
146
147
|
} | null | undefined;
|
|
147
148
|
uiConfiguration?: {
|
|
148
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
149
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
149
150
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
150
151
|
} | null | undefined;
|
|
151
152
|
width?: number | null | undefined;
|
|
@@ -155,6 +156,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
155
156
|
formula?: string | null | undefined;
|
|
156
157
|
context?: string[] | null | undefined;
|
|
157
158
|
prompt?: string | null | undefined;
|
|
159
|
+
matching?: Record<string, unknown> | undefined;
|
|
158
160
|
}, {
|
|
159
161
|
suggest?: true | undefined;
|
|
160
162
|
canExport?: boolean | null | undefined;
|
|
@@ -173,7 +175,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
173
175
|
required?: boolean | null | undefined;
|
|
174
176
|
} | null | undefined;
|
|
175
177
|
uiConfiguration?: {
|
|
176
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
178
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
177
179
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
178
180
|
} | null | undefined;
|
|
179
181
|
width?: number | null | undefined;
|
|
@@ -183,6 +185,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
183
185
|
formula?: string | null | undefined;
|
|
184
186
|
context?: string[] | null | undefined;
|
|
185
187
|
prompt?: string | null | undefined;
|
|
188
|
+
matching?: Record<string, unknown> | undefined;
|
|
186
189
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
187
190
|
type: import("zod").ZodLiteral<"date">;
|
|
188
191
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -266,13 +269,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
266
269
|
required?: boolean | null | undefined;
|
|
267
270
|
}>>>;
|
|
268
271
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
269
|
-
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">]>>>;
|
|
272
|
+
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">]>>>;
|
|
270
273
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
271
274
|
}, "strip", import("zod").ZodTypeAny, {
|
|
272
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
275
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
273
276
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
274
277
|
}, {
|
|
275
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
278
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
276
279
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
277
280
|
}>>>;
|
|
278
281
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -282,6 +285,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
282
285
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
283
286
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
284
287
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
288
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
285
289
|
}, "strip", import("zod").ZodTypeAny, {
|
|
286
290
|
suggest?: true | undefined;
|
|
287
291
|
canExport?: boolean | null | undefined;
|
|
@@ -300,7 +304,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
300
304
|
required?: boolean | null | undefined;
|
|
301
305
|
} | null | undefined;
|
|
302
306
|
uiConfiguration?: {
|
|
303
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
307
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
304
308
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
305
309
|
} | null | undefined;
|
|
306
310
|
width?: number | null | undefined;
|
|
@@ -310,6 +314,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
310
314
|
formula?: string | null | undefined;
|
|
311
315
|
context?: string[] | null | undefined;
|
|
312
316
|
prompt?: string | null | undefined;
|
|
317
|
+
matching?: Record<string, unknown> | undefined;
|
|
313
318
|
}, {
|
|
314
319
|
suggest?: true | undefined;
|
|
315
320
|
canExport?: boolean | null | undefined;
|
|
@@ -328,7 +333,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
328
333
|
required?: boolean | null | undefined;
|
|
329
334
|
} | null | undefined;
|
|
330
335
|
uiConfiguration?: {
|
|
331
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
336
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
332
337
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
333
338
|
} | null | undefined;
|
|
334
339
|
width?: number | null | undefined;
|
|
@@ -338,6 +343,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
338
343
|
formula?: string | null | undefined;
|
|
339
344
|
context?: string[] | null | undefined;
|
|
340
345
|
prompt?: string | null | undefined;
|
|
346
|
+
matching?: Record<string, unknown> | undefined;
|
|
341
347
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
342
348
|
type: import("zod").ZodLiteral<"number">;
|
|
343
349
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -448,13 +454,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
448
454
|
required?: boolean | null | undefined;
|
|
449
455
|
}>>>;
|
|
450
456
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
451
|
-
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">]>>>;
|
|
457
|
+
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">]>>>;
|
|
452
458
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
453
459
|
}, "strip", import("zod").ZodTypeAny, {
|
|
454
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
460
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
455
461
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
456
462
|
}, {
|
|
457
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
463
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
458
464
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
459
465
|
}>>>;
|
|
460
466
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -464,6 +470,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
464
470
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
465
471
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
466
472
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
473
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
467
474
|
}, "strip", import("zod").ZodTypeAny, {
|
|
468
475
|
suggest?: true | undefined;
|
|
469
476
|
canExport?: boolean | null | undefined;
|
|
@@ -482,7 +489,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
482
489
|
required?: boolean | null | undefined;
|
|
483
490
|
} | null | undefined;
|
|
484
491
|
uiConfiguration?: {
|
|
485
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
492
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
486
493
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
487
494
|
} | null | undefined;
|
|
488
495
|
width?: number | null | undefined;
|
|
@@ -492,6 +499,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
492
499
|
formula?: string | null | undefined;
|
|
493
500
|
context?: string[] | null | undefined;
|
|
494
501
|
prompt?: string | null | undefined;
|
|
502
|
+
matching?: Record<string, unknown> | undefined;
|
|
495
503
|
}, {
|
|
496
504
|
suggest?: true | undefined;
|
|
497
505
|
canExport?: boolean | null | undefined;
|
|
@@ -510,7 +518,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
510
518
|
required?: boolean | null | undefined;
|
|
511
519
|
} | null | undefined;
|
|
512
520
|
uiConfiguration?: {
|
|
513
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
521
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
514
522
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
515
523
|
} | null | undefined;
|
|
516
524
|
width?: number | null | undefined;
|
|
@@ -520,23 +528,28 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
520
528
|
formula?: string | null | undefined;
|
|
521
529
|
context?: string[] | null | undefined;
|
|
522
530
|
prompt?: string | null | undefined;
|
|
531
|
+
matching?: Record<string, unknown> | undefined;
|
|
523
532
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
524
533
|
type: import("zod").ZodLiteral<"enum">;
|
|
525
534
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
526
535
|
value: import("zod").ZodString;
|
|
527
536
|
label: import("zod").ZodString;
|
|
537
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
528
538
|
}, "strip", import("zod").ZodTypeAny, {
|
|
529
539
|
value: string;
|
|
530
540
|
label: string;
|
|
541
|
+
struct?: unknown;
|
|
531
542
|
}, {
|
|
532
543
|
value: string;
|
|
533
544
|
label: string;
|
|
545
|
+
struct?: unknown;
|
|
534
546
|
}>, "many">;
|
|
535
547
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
536
548
|
}, "strip", import("zod").ZodTypeAny, {
|
|
537
549
|
options: {
|
|
538
550
|
value: string;
|
|
539
551
|
label: string;
|
|
552
|
+
struct?: unknown;
|
|
540
553
|
}[];
|
|
541
554
|
type: "enum";
|
|
542
555
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -544,6 +557,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
544
557
|
options: {
|
|
545
558
|
value: string;
|
|
546
559
|
label: string;
|
|
560
|
+
struct?: unknown;
|
|
547
561
|
}[];
|
|
548
562
|
type: "enum";
|
|
549
563
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -621,13 +635,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
621
635
|
required?: boolean | null | undefined;
|
|
622
636
|
}>>>;
|
|
623
637
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
624
|
-
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">]>>>;
|
|
638
|
+
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">]>>>;
|
|
625
639
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
626
640
|
}, "strip", import("zod").ZodTypeAny, {
|
|
627
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
641
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
628
642
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
629
643
|
}, {
|
|
630
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
644
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
631
645
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
632
646
|
}>>>;
|
|
633
647
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -637,6 +651,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
637
651
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
638
652
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
639
653
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
654
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
640
655
|
}, "strip", import("zod").ZodTypeAny, {
|
|
641
656
|
suggest?: true | undefined;
|
|
642
657
|
canExport?: boolean | null | undefined;
|
|
@@ -655,7 +670,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
655
670
|
required?: boolean | null | undefined;
|
|
656
671
|
} | null | undefined;
|
|
657
672
|
uiConfiguration?: {
|
|
658
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
673
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
659
674
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
660
675
|
} | null | undefined;
|
|
661
676
|
width?: number | null | undefined;
|
|
@@ -665,6 +680,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
665
680
|
formula?: string | null | undefined;
|
|
666
681
|
context?: string[] | null | undefined;
|
|
667
682
|
prompt?: string | null | undefined;
|
|
683
|
+
matching?: Record<string, unknown> | undefined;
|
|
668
684
|
}, {
|
|
669
685
|
suggest?: true | undefined;
|
|
670
686
|
canExport?: boolean | null | undefined;
|
|
@@ -683,7 +699,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
683
699
|
required?: boolean | null | undefined;
|
|
684
700
|
} | null | undefined;
|
|
685
701
|
uiConfiguration?: {
|
|
686
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
702
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
687
703
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
688
704
|
} | null | undefined;
|
|
689
705
|
width?: number | null | undefined;
|
|
@@ -693,6 +709,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
693
709
|
formula?: string | null | undefined;
|
|
694
710
|
context?: string[] | null | undefined;
|
|
695
711
|
prompt?: string | null | undefined;
|
|
712
|
+
matching?: Record<string, unknown> | undefined;
|
|
696
713
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
697
714
|
id: import("zod").ZodString;
|
|
698
715
|
label: import("zod").ZodString;
|
|
@@ -817,13 +834,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
817
834
|
required?: boolean | null | undefined;
|
|
818
835
|
}>>>;
|
|
819
836
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
820
|
-
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">]>>>;
|
|
837
|
+
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">]>>>;
|
|
821
838
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
822
839
|
}, "strip", import("zod").ZodTypeAny, {
|
|
823
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
840
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
824
841
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
825
842
|
}, {
|
|
826
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
843
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
827
844
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
828
845
|
}>>>;
|
|
829
846
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -833,6 +850,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
833
850
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
834
851
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
835
852
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
853
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
836
854
|
}, "strip", import("zod").ZodTypeAny, {
|
|
837
855
|
suggest?: true | undefined;
|
|
838
856
|
canExport?: boolean | null | undefined;
|
|
@@ -851,7 +869,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
851
869
|
required?: boolean | null | undefined;
|
|
852
870
|
} | null | undefined;
|
|
853
871
|
uiConfiguration?: {
|
|
854
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
872
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
855
873
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
856
874
|
} | null | undefined;
|
|
857
875
|
width?: number | null | undefined;
|
|
@@ -861,6 +879,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
861
879
|
formula?: string | null | undefined;
|
|
862
880
|
context?: string[] | null | undefined;
|
|
863
881
|
prompt?: string | null | undefined;
|
|
882
|
+
matching?: Record<string, unknown> | undefined;
|
|
864
883
|
}, {
|
|
865
884
|
suggest?: true | undefined;
|
|
866
885
|
canExport?: boolean | null | undefined;
|
|
@@ -879,7 +898,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
879
898
|
required?: boolean | null | undefined;
|
|
880
899
|
} | null | undefined;
|
|
881
900
|
uiConfiguration?: {
|
|
882
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
901
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
883
902
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
884
903
|
} | null | undefined;
|
|
885
904
|
width?: number | null | undefined;
|
|
@@ -889,6 +908,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
889
908
|
formula?: string | null | undefined;
|
|
890
909
|
context?: string[] | null | undefined;
|
|
891
910
|
prompt?: string | null | undefined;
|
|
911
|
+
matching?: Record<string, unknown> | undefined;
|
|
892
912
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
893
913
|
type: import("zod").ZodLiteral<"date">;
|
|
894
914
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -972,13 +992,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
972
992
|
required?: boolean | null | undefined;
|
|
973
993
|
}>>>;
|
|
974
994
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
975
|
-
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">]>>>;
|
|
995
|
+
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">]>>>;
|
|
976
996
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
977
997
|
}, "strip", import("zod").ZodTypeAny, {
|
|
978
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
998
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
979
999
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
980
1000
|
}, {
|
|
981
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1001
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
982
1002
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
983
1003
|
}>>>;
|
|
984
1004
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -988,6 +1008,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
988
1008
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
989
1009
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
990
1010
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1011
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
991
1012
|
}, "strip", import("zod").ZodTypeAny, {
|
|
992
1013
|
suggest?: true | undefined;
|
|
993
1014
|
canExport?: boolean | null | undefined;
|
|
@@ -1006,7 +1027,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1006
1027
|
required?: boolean | null | undefined;
|
|
1007
1028
|
} | null | undefined;
|
|
1008
1029
|
uiConfiguration?: {
|
|
1009
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1030
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1010
1031
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1011
1032
|
} | null | undefined;
|
|
1012
1033
|
width?: number | null | undefined;
|
|
@@ -1016,6 +1037,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1016
1037
|
formula?: string | null | undefined;
|
|
1017
1038
|
context?: string[] | null | undefined;
|
|
1018
1039
|
prompt?: string | null | undefined;
|
|
1040
|
+
matching?: Record<string, unknown> | undefined;
|
|
1019
1041
|
}, {
|
|
1020
1042
|
suggest?: true | undefined;
|
|
1021
1043
|
canExport?: boolean | null | undefined;
|
|
@@ -1034,7 +1056,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1034
1056
|
required?: boolean | null | undefined;
|
|
1035
1057
|
} | null | undefined;
|
|
1036
1058
|
uiConfiguration?: {
|
|
1037
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1059
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1038
1060
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1039
1061
|
} | null | undefined;
|
|
1040
1062
|
width?: number | null | undefined;
|
|
@@ -1044,6 +1066,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1044
1066
|
formula?: string | null | undefined;
|
|
1045
1067
|
context?: string[] | null | undefined;
|
|
1046
1068
|
prompt?: string | null | undefined;
|
|
1069
|
+
matching?: Record<string, unknown> | undefined;
|
|
1047
1070
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1048
1071
|
type: import("zod").ZodLiteral<"number">;
|
|
1049
1072
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1154,13 +1177,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1154
1177
|
required?: boolean | null | undefined;
|
|
1155
1178
|
}>>>;
|
|
1156
1179
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1157
|
-
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">]>>>;
|
|
1180
|
+
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">]>>>;
|
|
1158
1181
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1159
1182
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1160
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1183
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1161
1184
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1162
1185
|
}, {
|
|
1163
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1186
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1164
1187
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1165
1188
|
}>>>;
|
|
1166
1189
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1170,6 +1193,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1170
1193
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1171
1194
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1172
1195
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1196
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1173
1197
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1174
1198
|
suggest?: true | undefined;
|
|
1175
1199
|
canExport?: boolean | null | undefined;
|
|
@@ -1188,7 +1212,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1188
1212
|
required?: boolean | null | undefined;
|
|
1189
1213
|
} | null | undefined;
|
|
1190
1214
|
uiConfiguration?: {
|
|
1191
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1215
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1192
1216
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1193
1217
|
} | null | undefined;
|
|
1194
1218
|
width?: number | null | undefined;
|
|
@@ -1198,6 +1222,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1198
1222
|
formula?: string | null | undefined;
|
|
1199
1223
|
context?: string[] | null | undefined;
|
|
1200
1224
|
prompt?: string | null | undefined;
|
|
1225
|
+
matching?: Record<string, unknown> | undefined;
|
|
1201
1226
|
}, {
|
|
1202
1227
|
suggest?: true | undefined;
|
|
1203
1228
|
canExport?: boolean | null | undefined;
|
|
@@ -1216,7 +1241,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1216
1241
|
required?: boolean | null | undefined;
|
|
1217
1242
|
} | null | undefined;
|
|
1218
1243
|
uiConfiguration?: {
|
|
1219
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1244
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1220
1245
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1221
1246
|
} | null | undefined;
|
|
1222
1247
|
width?: number | null | undefined;
|
|
@@ -1226,23 +1251,28 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1226
1251
|
formula?: string | null | undefined;
|
|
1227
1252
|
context?: string[] | null | undefined;
|
|
1228
1253
|
prompt?: string | null | undefined;
|
|
1254
|
+
matching?: Record<string, unknown> | undefined;
|
|
1229
1255
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1230
1256
|
type: import("zod").ZodLiteral<"enum">;
|
|
1231
1257
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1232
1258
|
value: import("zod").ZodString;
|
|
1233
1259
|
label: import("zod").ZodString;
|
|
1260
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1234
1261
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1235
1262
|
value: string;
|
|
1236
1263
|
label: string;
|
|
1264
|
+
struct?: unknown;
|
|
1237
1265
|
}, {
|
|
1238
1266
|
value: string;
|
|
1239
1267
|
label: string;
|
|
1268
|
+
struct?: unknown;
|
|
1240
1269
|
}>, "many">;
|
|
1241
1270
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
1242
1271
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1243
1272
|
options: {
|
|
1244
1273
|
value: string;
|
|
1245
1274
|
label: string;
|
|
1275
|
+
struct?: unknown;
|
|
1246
1276
|
}[];
|
|
1247
1277
|
type: "enum";
|
|
1248
1278
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1250,6 +1280,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1250
1280
|
options: {
|
|
1251
1281
|
value: string;
|
|
1252
1282
|
label: string;
|
|
1283
|
+
struct?: unknown;
|
|
1253
1284
|
}[];
|
|
1254
1285
|
type: "enum";
|
|
1255
1286
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1327,13 +1358,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1327
1358
|
required?: boolean | null | undefined;
|
|
1328
1359
|
}>>>;
|
|
1329
1360
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1330
|
-
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">]>>>;
|
|
1361
|
+
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">]>>>;
|
|
1331
1362
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1332
1363
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1333
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1364
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1334
1365
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1335
1366
|
}, {
|
|
1336
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1367
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1337
1368
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1338
1369
|
}>>>;
|
|
1339
1370
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1343,6 +1374,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1343
1374
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1344
1375
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1345
1376
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1377
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1346
1378
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1347
1379
|
suggest?: true | undefined;
|
|
1348
1380
|
canExport?: boolean | null | undefined;
|
|
@@ -1361,7 +1393,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1361
1393
|
required?: boolean | null | undefined;
|
|
1362
1394
|
} | null | undefined;
|
|
1363
1395
|
uiConfiguration?: {
|
|
1364
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1396
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1365
1397
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1366
1398
|
} | null | undefined;
|
|
1367
1399
|
width?: number | null | undefined;
|
|
@@ -1371,6 +1403,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1371
1403
|
formula?: string | null | undefined;
|
|
1372
1404
|
context?: string[] | null | undefined;
|
|
1373
1405
|
prompt?: string | null | undefined;
|
|
1406
|
+
matching?: Record<string, unknown> | undefined;
|
|
1374
1407
|
}, {
|
|
1375
1408
|
suggest?: true | undefined;
|
|
1376
1409
|
canExport?: boolean | null | undefined;
|
|
@@ -1389,7 +1422,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1389
1422
|
required?: boolean | null | undefined;
|
|
1390
1423
|
} | null | undefined;
|
|
1391
1424
|
uiConfiguration?: {
|
|
1392
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1425
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1393
1426
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1394
1427
|
} | null | undefined;
|
|
1395
1428
|
width?: number | null | undefined;
|
|
@@ -1399,6 +1432,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1399
1432
|
formula?: string | null | undefined;
|
|
1400
1433
|
context?: string[] | null | undefined;
|
|
1401
1434
|
prompt?: string | null | undefined;
|
|
1435
|
+
matching?: Record<string, unknown> | undefined;
|
|
1402
1436
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1403
1437
|
id: import("zod").ZodString;
|
|
1404
1438
|
label: import("zod").ZodString;
|
|
@@ -1472,7 +1506,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1472
1506
|
required?: boolean | null | undefined;
|
|
1473
1507
|
} | null | undefined;
|
|
1474
1508
|
uiConfiguration?: {
|
|
1475
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1509
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1476
1510
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1477
1511
|
} | null | undefined;
|
|
1478
1512
|
width?: number | null | undefined;
|
|
@@ -1482,6 +1516,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1482
1516
|
formula?: string | null | undefined;
|
|
1483
1517
|
context?: string[] | null | undefined;
|
|
1484
1518
|
prompt?: string | null | undefined;
|
|
1519
|
+
matching?: Record<string, unknown> | undefined;
|
|
1485
1520
|
}) | ({
|
|
1486
1521
|
type: "date";
|
|
1487
1522
|
format?: string | null | undefined;
|
|
@@ -1511,7 +1546,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1511
1546
|
required?: boolean | null | undefined;
|
|
1512
1547
|
} | null | undefined;
|
|
1513
1548
|
uiConfiguration?: {
|
|
1514
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1549
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1515
1550
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1516
1551
|
} | null | undefined;
|
|
1517
1552
|
width?: number | null | undefined;
|
|
@@ -1521,6 +1556,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1521
1556
|
formula?: string | null | undefined;
|
|
1522
1557
|
context?: string[] | null | undefined;
|
|
1523
1558
|
prompt?: string | null | undefined;
|
|
1559
|
+
matching?: Record<string, unknown> | undefined;
|
|
1524
1560
|
}) | ({
|
|
1525
1561
|
type: "number";
|
|
1526
1562
|
format?: string | null | undefined;
|
|
@@ -1555,7 +1591,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1555
1591
|
required?: boolean | null | undefined;
|
|
1556
1592
|
} | null | undefined;
|
|
1557
1593
|
uiConfiguration?: {
|
|
1558
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1594
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1559
1595
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1560
1596
|
} | null | undefined;
|
|
1561
1597
|
width?: number | null | undefined;
|
|
@@ -1565,10 +1601,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1565
1601
|
formula?: string | null | undefined;
|
|
1566
1602
|
context?: string[] | null | undefined;
|
|
1567
1603
|
prompt?: string | null | undefined;
|
|
1604
|
+
matching?: Record<string, unknown> | undefined;
|
|
1568
1605
|
}) | ({
|
|
1569
1606
|
options: {
|
|
1570
1607
|
value: string;
|
|
1571
1608
|
label: string;
|
|
1609
|
+
struct?: unknown;
|
|
1572
1610
|
}[];
|
|
1573
1611
|
type: "enum";
|
|
1574
1612
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1598,7 +1636,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1598
1636
|
required?: boolean | null | undefined;
|
|
1599
1637
|
} | null | undefined;
|
|
1600
1638
|
uiConfiguration?: {
|
|
1601
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1639
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1602
1640
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1603
1641
|
} | null | undefined;
|
|
1604
1642
|
width?: number | null | undefined;
|
|
@@ -1608,6 +1646,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1608
1646
|
formula?: string | null | undefined;
|
|
1609
1647
|
context?: string[] | null | undefined;
|
|
1610
1648
|
prompt?: string | null | undefined;
|
|
1649
|
+
matching?: Record<string, unknown> | undefined;
|
|
1611
1650
|
}) | ({
|
|
1612
1651
|
id: string;
|
|
1613
1652
|
label: string;
|
|
@@ -1654,7 +1693,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1654
1693
|
required?: boolean | null | undefined;
|
|
1655
1694
|
} | null | undefined;
|
|
1656
1695
|
uiConfiguration?: {
|
|
1657
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1696
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1658
1697
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1659
1698
|
} | null | undefined;
|
|
1660
1699
|
width?: number | null | undefined;
|
|
@@ -1664,6 +1703,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1664
1703
|
formula?: string | null | undefined;
|
|
1665
1704
|
context?: string[] | null | undefined;
|
|
1666
1705
|
prompt?: string | null | undefined;
|
|
1706
|
+
matching?: Record<string, unknown> | undefined;
|
|
1667
1707
|
}) | ({
|
|
1668
1708
|
type: "date";
|
|
1669
1709
|
format?: string | null | undefined;
|
|
@@ -1693,7 +1733,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1693
1733
|
required?: boolean | null | undefined;
|
|
1694
1734
|
} | null | undefined;
|
|
1695
1735
|
uiConfiguration?: {
|
|
1696
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1736
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1697
1737
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1698
1738
|
} | null | undefined;
|
|
1699
1739
|
width?: number | null | undefined;
|
|
@@ -1703,6 +1743,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1703
1743
|
formula?: string | null | undefined;
|
|
1704
1744
|
context?: string[] | null | undefined;
|
|
1705
1745
|
prompt?: string | null | undefined;
|
|
1746
|
+
matching?: Record<string, unknown> | undefined;
|
|
1706
1747
|
}) | ({
|
|
1707
1748
|
type: "number";
|
|
1708
1749
|
format?: string | null | undefined;
|
|
@@ -1737,7 +1778,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1737
1778
|
required?: boolean | null | undefined;
|
|
1738
1779
|
} | null | undefined;
|
|
1739
1780
|
uiConfiguration?: {
|
|
1740
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1781
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1741
1782
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1742
1783
|
} | null | undefined;
|
|
1743
1784
|
width?: number | null | undefined;
|
|
@@ -1747,10 +1788,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1747
1788
|
formula?: string | null | undefined;
|
|
1748
1789
|
context?: string[] | null | undefined;
|
|
1749
1790
|
prompt?: string | null | undefined;
|
|
1791
|
+
matching?: Record<string, unknown> | undefined;
|
|
1750
1792
|
}) | ({
|
|
1751
1793
|
options: {
|
|
1752
1794
|
value: string;
|
|
1753
1795
|
label: string;
|
|
1796
|
+
struct?: unknown;
|
|
1754
1797
|
}[];
|
|
1755
1798
|
type: "enum";
|
|
1756
1799
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1780,7 +1823,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1780
1823
|
required?: boolean | null | undefined;
|
|
1781
1824
|
} | null | undefined;
|
|
1782
1825
|
uiConfiguration?: {
|
|
1783
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1826
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1784
1827
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1785
1828
|
} | null | undefined;
|
|
1786
1829
|
width?: number | null | undefined;
|
|
@@ -1790,6 +1833,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1790
1833
|
formula?: string | null | undefined;
|
|
1791
1834
|
context?: string[] | null | undefined;
|
|
1792
1835
|
prompt?: string | null | undefined;
|
|
1836
|
+
matching?: Record<string, unknown> | undefined;
|
|
1793
1837
|
}) | ({
|
|
1794
1838
|
id: string;
|
|
1795
1839
|
label: string;
|
|
@@ -1906,13 +1950,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1906
1950
|
required?: boolean | null | undefined;
|
|
1907
1951
|
}>>>;
|
|
1908
1952
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
1909
|
-
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">]>>>;
|
|
1953
|
+
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">]>>>;
|
|
1910
1954
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
1911
1955
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1912
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1956
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1913
1957
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1914
1958
|
}, {
|
|
1915
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1959
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1916
1960
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1917
1961
|
}>>>;
|
|
1918
1962
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -1922,6 +1966,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1922
1966
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1923
1967
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1924
1968
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1969
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1925
1970
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1926
1971
|
suggest?: true | undefined;
|
|
1927
1972
|
canExport?: boolean | null | undefined;
|
|
@@ -1940,7 +1985,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1940
1985
|
required?: boolean | null | undefined;
|
|
1941
1986
|
} | null | undefined;
|
|
1942
1987
|
uiConfiguration?: {
|
|
1943
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1988
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1944
1989
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1945
1990
|
} | null | undefined;
|
|
1946
1991
|
width?: number | null | undefined;
|
|
@@ -1950,6 +1995,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1950
1995
|
formula?: string | null | undefined;
|
|
1951
1996
|
context?: string[] | null | undefined;
|
|
1952
1997
|
prompt?: string | null | undefined;
|
|
1998
|
+
matching?: Record<string, unknown> | undefined;
|
|
1953
1999
|
}, {
|
|
1954
2000
|
suggest?: true | undefined;
|
|
1955
2001
|
canExport?: boolean | null | undefined;
|
|
@@ -1968,7 +2014,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1968
2014
|
required?: boolean | null | undefined;
|
|
1969
2015
|
} | null | undefined;
|
|
1970
2016
|
uiConfiguration?: {
|
|
1971
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2017
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1972
2018
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1973
2019
|
} | null | undefined;
|
|
1974
2020
|
width?: number | null | undefined;
|
|
@@ -1978,6 +2024,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
1978
2024
|
formula?: string | null | undefined;
|
|
1979
2025
|
context?: string[] | null | undefined;
|
|
1980
2026
|
prompt?: string | null | undefined;
|
|
2027
|
+
matching?: Record<string, unknown> | undefined;
|
|
1981
2028
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1982
2029
|
type: import("zod").ZodLiteral<"date">;
|
|
1983
2030
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2061,13 +2108,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2061
2108
|
required?: boolean | null | undefined;
|
|
2062
2109
|
}>>>;
|
|
2063
2110
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2064
|
-
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">]>>>;
|
|
2111
|
+
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">]>>>;
|
|
2065
2112
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2066
2113
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2067
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2114
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2068
2115
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2069
2116
|
}, {
|
|
2070
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2117
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2071
2118
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2072
2119
|
}>>>;
|
|
2073
2120
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2077,6 +2124,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2077
2124
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2078
2125
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2079
2126
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2127
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2080
2128
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2081
2129
|
suggest?: true | undefined;
|
|
2082
2130
|
canExport?: boolean | null | undefined;
|
|
@@ -2095,7 +2143,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2095
2143
|
required?: boolean | null | undefined;
|
|
2096
2144
|
} | null | undefined;
|
|
2097
2145
|
uiConfiguration?: {
|
|
2098
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2146
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2099
2147
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2100
2148
|
} | null | undefined;
|
|
2101
2149
|
width?: number | null | undefined;
|
|
@@ -2105,6 +2153,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2105
2153
|
formula?: string | null | undefined;
|
|
2106
2154
|
context?: string[] | null | undefined;
|
|
2107
2155
|
prompt?: string | null | undefined;
|
|
2156
|
+
matching?: Record<string, unknown> | undefined;
|
|
2108
2157
|
}, {
|
|
2109
2158
|
suggest?: true | undefined;
|
|
2110
2159
|
canExport?: boolean | null | undefined;
|
|
@@ -2123,7 +2172,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2123
2172
|
required?: boolean | null | undefined;
|
|
2124
2173
|
} | null | undefined;
|
|
2125
2174
|
uiConfiguration?: {
|
|
2126
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2175
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2127
2176
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2128
2177
|
} | null | undefined;
|
|
2129
2178
|
width?: number | null | undefined;
|
|
@@ -2133,6 +2182,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2133
2182
|
formula?: string | null | undefined;
|
|
2134
2183
|
context?: string[] | null | undefined;
|
|
2135
2184
|
prompt?: string | null | undefined;
|
|
2185
|
+
matching?: Record<string, unknown> | undefined;
|
|
2136
2186
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2137
2187
|
type: import("zod").ZodLiteral<"number">;
|
|
2138
2188
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2243,13 +2293,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2243
2293
|
required?: boolean | null | undefined;
|
|
2244
2294
|
}>>>;
|
|
2245
2295
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2246
|
-
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">]>>>;
|
|
2296
|
+
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">]>>>;
|
|
2247
2297
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2248
2298
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2249
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2299
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2250
2300
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2251
2301
|
}, {
|
|
2252
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2302
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2253
2303
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2254
2304
|
}>>>;
|
|
2255
2305
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2259,6 +2309,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2259
2309
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2260
2310
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2261
2311
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2312
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2262
2313
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2263
2314
|
suggest?: true | undefined;
|
|
2264
2315
|
canExport?: boolean | null | undefined;
|
|
@@ -2277,7 +2328,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2277
2328
|
required?: boolean | null | undefined;
|
|
2278
2329
|
} | null | undefined;
|
|
2279
2330
|
uiConfiguration?: {
|
|
2280
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2331
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2281
2332
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2282
2333
|
} | null | undefined;
|
|
2283
2334
|
width?: number | null | undefined;
|
|
@@ -2287,6 +2338,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2287
2338
|
formula?: string | null | undefined;
|
|
2288
2339
|
context?: string[] | null | undefined;
|
|
2289
2340
|
prompt?: string | null | undefined;
|
|
2341
|
+
matching?: Record<string, unknown> | undefined;
|
|
2290
2342
|
}, {
|
|
2291
2343
|
suggest?: true | undefined;
|
|
2292
2344
|
canExport?: boolean | null | undefined;
|
|
@@ -2305,7 +2357,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2305
2357
|
required?: boolean | null | undefined;
|
|
2306
2358
|
} | null | undefined;
|
|
2307
2359
|
uiConfiguration?: {
|
|
2308
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2360
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2309
2361
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2310
2362
|
} | null | undefined;
|
|
2311
2363
|
width?: number | null | undefined;
|
|
@@ -2315,23 +2367,28 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2315
2367
|
formula?: string | null | undefined;
|
|
2316
2368
|
context?: string[] | null | undefined;
|
|
2317
2369
|
prompt?: string | null | undefined;
|
|
2370
|
+
matching?: Record<string, unknown> | undefined;
|
|
2318
2371
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2319
2372
|
type: import("zod").ZodLiteral<"enum">;
|
|
2320
2373
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2321
2374
|
value: import("zod").ZodString;
|
|
2322
2375
|
label: import("zod").ZodString;
|
|
2376
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2323
2377
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2324
2378
|
value: string;
|
|
2325
2379
|
label: string;
|
|
2380
|
+
struct?: unknown;
|
|
2326
2381
|
}, {
|
|
2327
2382
|
value: string;
|
|
2328
2383
|
label: string;
|
|
2384
|
+
struct?: unknown;
|
|
2329
2385
|
}>, "many">;
|
|
2330
2386
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
2331
2387
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2332
2388
|
options: {
|
|
2333
2389
|
value: string;
|
|
2334
2390
|
label: string;
|
|
2391
|
+
struct?: unknown;
|
|
2335
2392
|
}[];
|
|
2336
2393
|
type: "enum";
|
|
2337
2394
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2339,6 +2396,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2339
2396
|
options: {
|
|
2340
2397
|
value: string;
|
|
2341
2398
|
label: string;
|
|
2399
|
+
struct?: unknown;
|
|
2342
2400
|
}[];
|
|
2343
2401
|
type: "enum";
|
|
2344
2402
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2416,13 +2474,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2416
2474
|
required?: boolean | null | undefined;
|
|
2417
2475
|
}>>>;
|
|
2418
2476
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2419
|
-
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">]>>>;
|
|
2477
|
+
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">]>>>;
|
|
2420
2478
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
2421
2479
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2422
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2480
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2423
2481
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2424
2482
|
}, {
|
|
2425
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2483
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2426
2484
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2427
2485
|
}>>>;
|
|
2428
2486
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -2432,6 +2490,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2432
2490
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2433
2491
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2434
2492
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2493
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2435
2494
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2436
2495
|
suggest?: true | undefined;
|
|
2437
2496
|
canExport?: boolean | null | undefined;
|
|
@@ -2450,7 +2509,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2450
2509
|
required?: boolean | null | undefined;
|
|
2451
2510
|
} | null | undefined;
|
|
2452
2511
|
uiConfiguration?: {
|
|
2453
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2512
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2454
2513
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2455
2514
|
} | null | undefined;
|
|
2456
2515
|
width?: number | null | undefined;
|
|
@@ -2460,6 +2519,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2460
2519
|
formula?: string | null | undefined;
|
|
2461
2520
|
context?: string[] | null | undefined;
|
|
2462
2521
|
prompt?: string | null | undefined;
|
|
2522
|
+
matching?: Record<string, unknown> | undefined;
|
|
2463
2523
|
}, {
|
|
2464
2524
|
suggest?: true | undefined;
|
|
2465
2525
|
canExport?: boolean | null | undefined;
|
|
@@ -2478,7 +2538,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2478
2538
|
required?: boolean | null | undefined;
|
|
2479
2539
|
} | null | undefined;
|
|
2480
2540
|
uiConfiguration?: {
|
|
2481
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2541
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2482
2542
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2483
2543
|
} | null | undefined;
|
|
2484
2544
|
width?: number | null | undefined;
|
|
@@ -2488,6 +2548,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2488
2548
|
formula?: string | null | undefined;
|
|
2489
2549
|
context?: string[] | null | undefined;
|
|
2490
2550
|
prompt?: string | null | undefined;
|
|
2551
|
+
matching?: Record<string, unknown> | undefined;
|
|
2491
2552
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2492
2553
|
id: import("zod").ZodString;
|
|
2493
2554
|
label: import("zod").ZodString;
|
|
@@ -2560,7 +2621,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2560
2621
|
required?: boolean | null | undefined;
|
|
2561
2622
|
} | null | undefined;
|
|
2562
2623
|
uiConfiguration?: {
|
|
2563
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2624
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2564
2625
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2565
2626
|
} | null | undefined;
|
|
2566
2627
|
width?: number | null | undefined;
|
|
@@ -2570,6 +2631,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2570
2631
|
formula?: string | null | undefined;
|
|
2571
2632
|
context?: string[] | null | undefined;
|
|
2572
2633
|
prompt?: string | null | undefined;
|
|
2634
|
+
matching?: Record<string, unknown> | undefined;
|
|
2573
2635
|
}) | ({
|
|
2574
2636
|
type: "date";
|
|
2575
2637
|
format?: string | null | undefined;
|
|
@@ -2599,7 +2661,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2599
2661
|
required?: boolean | null | undefined;
|
|
2600
2662
|
} | null | undefined;
|
|
2601
2663
|
uiConfiguration?: {
|
|
2602
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2664
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2603
2665
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2604
2666
|
} | null | undefined;
|
|
2605
2667
|
width?: number | null | undefined;
|
|
@@ -2609,6 +2671,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2609
2671
|
formula?: string | null | undefined;
|
|
2610
2672
|
context?: string[] | null | undefined;
|
|
2611
2673
|
prompt?: string | null | undefined;
|
|
2674
|
+
matching?: Record<string, unknown> | undefined;
|
|
2612
2675
|
}) | ({
|
|
2613
2676
|
type: "number";
|
|
2614
2677
|
format?: string | null | undefined;
|
|
@@ -2643,7 +2706,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2643
2706
|
required?: boolean | null | undefined;
|
|
2644
2707
|
} | null | undefined;
|
|
2645
2708
|
uiConfiguration?: {
|
|
2646
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2709
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2647
2710
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2648
2711
|
} | null | undefined;
|
|
2649
2712
|
width?: number | null | undefined;
|
|
@@ -2653,10 +2716,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2653
2716
|
formula?: string | null | undefined;
|
|
2654
2717
|
context?: string[] | null | undefined;
|
|
2655
2718
|
prompt?: string | null | undefined;
|
|
2719
|
+
matching?: Record<string, unknown> | undefined;
|
|
2656
2720
|
}) | ({
|
|
2657
2721
|
options: {
|
|
2658
2722
|
value: string;
|
|
2659
2723
|
label: string;
|
|
2724
|
+
struct?: unknown;
|
|
2660
2725
|
}[];
|
|
2661
2726
|
type: "enum";
|
|
2662
2727
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2686,7 +2751,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2686
2751
|
required?: boolean | null | undefined;
|
|
2687
2752
|
} | null | undefined;
|
|
2688
2753
|
uiConfiguration?: {
|
|
2689
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2754
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2690
2755
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2691
2756
|
} | null | undefined;
|
|
2692
2757
|
width?: number | null | undefined;
|
|
@@ -2696,6 +2761,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2696
2761
|
formula?: string | null | undefined;
|
|
2697
2762
|
context?: string[] | null | undefined;
|
|
2698
2763
|
prompt?: string | null | undefined;
|
|
2764
|
+
matching?: Record<string, unknown> | undefined;
|
|
2699
2765
|
}) | ({
|
|
2700
2766
|
id: string;
|
|
2701
2767
|
label: string;
|
|
@@ -2740,7 +2806,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2740
2806
|
required?: boolean | null | undefined;
|
|
2741
2807
|
} | null | undefined;
|
|
2742
2808
|
uiConfiguration?: {
|
|
2743
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2809
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2744
2810
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2745
2811
|
} | null | undefined;
|
|
2746
2812
|
width?: number | null | undefined;
|
|
@@ -2750,6 +2816,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2750
2816
|
formula?: string | null | undefined;
|
|
2751
2817
|
context?: string[] | null | undefined;
|
|
2752
2818
|
prompt?: string | null | undefined;
|
|
2819
|
+
matching?: Record<string, unknown> | undefined;
|
|
2753
2820
|
}) | ({
|
|
2754
2821
|
type: "date";
|
|
2755
2822
|
format?: string | null | undefined;
|
|
@@ -2779,7 +2846,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2779
2846
|
required?: boolean | null | undefined;
|
|
2780
2847
|
} | null | undefined;
|
|
2781
2848
|
uiConfiguration?: {
|
|
2782
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2849
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2783
2850
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2784
2851
|
} | null | undefined;
|
|
2785
2852
|
width?: number | null | undefined;
|
|
@@ -2789,6 +2856,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2789
2856
|
formula?: string | null | undefined;
|
|
2790
2857
|
context?: string[] | null | undefined;
|
|
2791
2858
|
prompt?: string | null | undefined;
|
|
2859
|
+
matching?: Record<string, unknown> | undefined;
|
|
2792
2860
|
}) | ({
|
|
2793
2861
|
type: "number";
|
|
2794
2862
|
format?: string | null | undefined;
|
|
@@ -2823,7 +2891,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2823
2891
|
required?: boolean | null | undefined;
|
|
2824
2892
|
} | null | undefined;
|
|
2825
2893
|
uiConfiguration?: {
|
|
2826
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2894
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2827
2895
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2828
2896
|
} | null | undefined;
|
|
2829
2897
|
width?: number | null | undefined;
|
|
@@ -2833,10 +2901,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2833
2901
|
formula?: string | null | undefined;
|
|
2834
2902
|
context?: string[] | null | undefined;
|
|
2835
2903
|
prompt?: string | null | undefined;
|
|
2904
|
+
matching?: Record<string, unknown> | undefined;
|
|
2836
2905
|
}) | ({
|
|
2837
2906
|
options: {
|
|
2838
2907
|
value: string;
|
|
2839
2908
|
label: string;
|
|
2909
|
+
struct?: unknown;
|
|
2840
2910
|
}[];
|
|
2841
2911
|
type: "enum";
|
|
2842
2912
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2866,7 +2936,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2866
2936
|
required?: boolean | null | undefined;
|
|
2867
2937
|
} | null | undefined;
|
|
2868
2938
|
uiConfiguration?: {
|
|
2869
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2939
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2870
2940
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2871
2941
|
} | null | undefined;
|
|
2872
2942
|
width?: number | null | undefined;
|
|
@@ -2876,6 +2946,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
2876
2946
|
formula?: string | null | undefined;
|
|
2877
2947
|
context?: string[] | null | undefined;
|
|
2878
2948
|
prompt?: string | null | undefined;
|
|
2949
|
+
matching?: Record<string, unknown> | undefined;
|
|
2879
2950
|
}) | ({
|
|
2880
2951
|
id: string;
|
|
2881
2952
|
label: string;
|
|
@@ -3033,13 +3104,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3033
3104
|
required?: boolean | null | undefined;
|
|
3034
3105
|
}>>>;
|
|
3035
3106
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3036
|
-
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">]>>>;
|
|
3107
|
+
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">]>>>;
|
|
3037
3108
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3038
3109
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3039
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3110
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3040
3111
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3041
3112
|
}, {
|
|
3042
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3113
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3043
3114
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3044
3115
|
}>>>;
|
|
3045
3116
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3049,6 +3120,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3049
3120
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3050
3121
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3051
3122
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3123
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3052
3124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3053
3125
|
suggest?: true | undefined;
|
|
3054
3126
|
canExport?: boolean | null | undefined;
|
|
@@ -3067,7 +3139,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3067
3139
|
required?: boolean | null | undefined;
|
|
3068
3140
|
} | null | undefined;
|
|
3069
3141
|
uiConfiguration?: {
|
|
3070
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3142
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3071
3143
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3072
3144
|
} | null | undefined;
|
|
3073
3145
|
width?: number | null | undefined;
|
|
@@ -3077,6 +3149,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3077
3149
|
formula?: string | null | undefined;
|
|
3078
3150
|
context?: string[] | null | undefined;
|
|
3079
3151
|
prompt?: string | null | undefined;
|
|
3152
|
+
matching?: Record<string, unknown> | undefined;
|
|
3080
3153
|
}, {
|
|
3081
3154
|
suggest?: true | undefined;
|
|
3082
3155
|
canExport?: boolean | null | undefined;
|
|
@@ -3095,7 +3168,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3095
3168
|
required?: boolean | null | undefined;
|
|
3096
3169
|
} | null | undefined;
|
|
3097
3170
|
uiConfiguration?: {
|
|
3098
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3171
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3099
3172
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3100
3173
|
} | null | undefined;
|
|
3101
3174
|
width?: number | null | undefined;
|
|
@@ -3105,6 +3178,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3105
3178
|
formula?: string | null | undefined;
|
|
3106
3179
|
context?: string[] | null | undefined;
|
|
3107
3180
|
prompt?: string | null | undefined;
|
|
3181
|
+
matching?: Record<string, unknown> | undefined;
|
|
3108
3182
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3109
3183
|
type: import("zod").ZodLiteral<"date">;
|
|
3110
3184
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3188,13 +3262,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3188
3262
|
required?: boolean | null | undefined;
|
|
3189
3263
|
}>>>;
|
|
3190
3264
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3191
|
-
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">]>>>;
|
|
3265
|
+
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">]>>>;
|
|
3192
3266
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3193
3267
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3194
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3268
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3195
3269
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3196
3270
|
}, {
|
|
3197
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3271
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3198
3272
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3199
3273
|
}>>>;
|
|
3200
3274
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3204,6 +3278,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3204
3278
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3205
3279
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3206
3280
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3281
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3207
3282
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3208
3283
|
suggest?: true | undefined;
|
|
3209
3284
|
canExport?: boolean | null | undefined;
|
|
@@ -3222,7 +3297,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3222
3297
|
required?: boolean | null | undefined;
|
|
3223
3298
|
} | null | undefined;
|
|
3224
3299
|
uiConfiguration?: {
|
|
3225
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3300
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3226
3301
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3227
3302
|
} | null | undefined;
|
|
3228
3303
|
width?: number | null | undefined;
|
|
@@ -3232,6 +3307,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3232
3307
|
formula?: string | null | undefined;
|
|
3233
3308
|
context?: string[] | null | undefined;
|
|
3234
3309
|
prompt?: string | null | undefined;
|
|
3310
|
+
matching?: Record<string, unknown> | undefined;
|
|
3235
3311
|
}, {
|
|
3236
3312
|
suggest?: true | undefined;
|
|
3237
3313
|
canExport?: boolean | null | undefined;
|
|
@@ -3250,7 +3326,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3250
3326
|
required?: boolean | null | undefined;
|
|
3251
3327
|
} | null | undefined;
|
|
3252
3328
|
uiConfiguration?: {
|
|
3253
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3329
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3254
3330
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3255
3331
|
} | null | undefined;
|
|
3256
3332
|
width?: number | null | undefined;
|
|
@@ -3260,6 +3336,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3260
3336
|
formula?: string | null | undefined;
|
|
3261
3337
|
context?: string[] | null | undefined;
|
|
3262
3338
|
prompt?: string | null | undefined;
|
|
3339
|
+
matching?: Record<string, unknown> | undefined;
|
|
3263
3340
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3264
3341
|
type: import("zod").ZodLiteral<"number">;
|
|
3265
3342
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3370,13 +3447,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3370
3447
|
required?: boolean | null | undefined;
|
|
3371
3448
|
}>>>;
|
|
3372
3449
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3373
|
-
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">]>>>;
|
|
3450
|
+
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">]>>>;
|
|
3374
3451
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3375
3452
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3376
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3453
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3377
3454
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3378
3455
|
}, {
|
|
3379
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3456
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3380
3457
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3381
3458
|
}>>>;
|
|
3382
3459
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3386,6 +3463,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3386
3463
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3387
3464
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3388
3465
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3466
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3389
3467
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3390
3468
|
suggest?: true | undefined;
|
|
3391
3469
|
canExport?: boolean | null | undefined;
|
|
@@ -3404,7 +3482,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3404
3482
|
required?: boolean | null | undefined;
|
|
3405
3483
|
} | null | undefined;
|
|
3406
3484
|
uiConfiguration?: {
|
|
3407
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3485
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3408
3486
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3409
3487
|
} | null | undefined;
|
|
3410
3488
|
width?: number | null | undefined;
|
|
@@ -3414,6 +3492,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3414
3492
|
formula?: string | null | undefined;
|
|
3415
3493
|
context?: string[] | null | undefined;
|
|
3416
3494
|
prompt?: string | null | undefined;
|
|
3495
|
+
matching?: Record<string, unknown> | undefined;
|
|
3417
3496
|
}, {
|
|
3418
3497
|
suggest?: true | undefined;
|
|
3419
3498
|
canExport?: boolean | null | undefined;
|
|
@@ -3432,7 +3511,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3432
3511
|
required?: boolean | null | undefined;
|
|
3433
3512
|
} | null | undefined;
|
|
3434
3513
|
uiConfiguration?: {
|
|
3435
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3514
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3436
3515
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3437
3516
|
} | null | undefined;
|
|
3438
3517
|
width?: number | null | undefined;
|
|
@@ -3442,23 +3521,28 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3442
3521
|
formula?: string | null | undefined;
|
|
3443
3522
|
context?: string[] | null | undefined;
|
|
3444
3523
|
prompt?: string | null | undefined;
|
|
3524
|
+
matching?: Record<string, unknown> | undefined;
|
|
3445
3525
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3446
3526
|
type: import("zod").ZodLiteral<"enum">;
|
|
3447
3527
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3448
3528
|
value: import("zod").ZodString;
|
|
3449
3529
|
label: import("zod").ZodString;
|
|
3530
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3450
3531
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3451
3532
|
value: string;
|
|
3452
3533
|
label: string;
|
|
3534
|
+
struct?: unknown;
|
|
3453
3535
|
}, {
|
|
3454
3536
|
value: string;
|
|
3455
3537
|
label: string;
|
|
3538
|
+
struct?: unknown;
|
|
3456
3539
|
}>, "many">;
|
|
3457
3540
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
3458
3541
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3459
3542
|
options: {
|
|
3460
3543
|
value: string;
|
|
3461
3544
|
label: string;
|
|
3545
|
+
struct?: unknown;
|
|
3462
3546
|
}[];
|
|
3463
3547
|
type: "enum";
|
|
3464
3548
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3466,6 +3550,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3466
3550
|
options: {
|
|
3467
3551
|
value: string;
|
|
3468
3552
|
label: string;
|
|
3553
|
+
struct?: unknown;
|
|
3469
3554
|
}[];
|
|
3470
3555
|
type: "enum";
|
|
3471
3556
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3543,13 +3628,13 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3543
3628
|
required?: boolean | null | undefined;
|
|
3544
3629
|
}>>>;
|
|
3545
3630
|
uiConfiguration: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3546
|
-
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">]>>>;
|
|
3631
|
+
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">]>>>;
|
|
3547
3632
|
edit: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"enabled">, import("zod").ZodLiteral<"enabled_without_warning">, import("zod").ZodLiteral<"disabled">]>>;
|
|
3548
3633
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3549
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3634
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3550
3635
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3551
3636
|
}, {
|
|
3552
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3637
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3553
3638
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3554
3639
|
}>>>;
|
|
3555
3640
|
width: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
@@ -3559,6 +3644,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3559
3644
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3560
3645
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3561
3646
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3647
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3562
3648
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3563
3649
|
suggest?: true | undefined;
|
|
3564
3650
|
canExport?: boolean | null | undefined;
|
|
@@ -3577,7 +3663,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3577
3663
|
required?: boolean | null | undefined;
|
|
3578
3664
|
} | null | undefined;
|
|
3579
3665
|
uiConfiguration?: {
|
|
3580
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3666
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3581
3667
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3582
3668
|
} | null | undefined;
|
|
3583
3669
|
width?: number | null | undefined;
|
|
@@ -3587,6 +3673,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3587
3673
|
formula?: string | null | undefined;
|
|
3588
3674
|
context?: string[] | null | undefined;
|
|
3589
3675
|
prompt?: string | null | undefined;
|
|
3676
|
+
matching?: Record<string, unknown> | undefined;
|
|
3590
3677
|
}, {
|
|
3591
3678
|
suggest?: true | undefined;
|
|
3592
3679
|
canExport?: boolean | null | undefined;
|
|
@@ -3605,7 +3692,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3605
3692
|
required?: boolean | null | undefined;
|
|
3606
3693
|
} | null | undefined;
|
|
3607
3694
|
uiConfiguration?: {
|
|
3608
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3695
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3609
3696
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3610
3697
|
} | null | undefined;
|
|
3611
3698
|
width?: number | null | undefined;
|
|
@@ -3615,6 +3702,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3615
3702
|
formula?: string | null | undefined;
|
|
3616
3703
|
context?: string[] | null | undefined;
|
|
3617
3704
|
prompt?: string | null | undefined;
|
|
3705
|
+
matching?: Record<string, unknown> | undefined;
|
|
3618
3706
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3619
3707
|
id: import("zod").ZodString;
|
|
3620
3708
|
label: import("zod").ZodString;
|
|
@@ -3688,7 +3776,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3688
3776
|
required?: boolean | null | undefined;
|
|
3689
3777
|
} | null | undefined;
|
|
3690
3778
|
uiConfiguration?: {
|
|
3691
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3779
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3692
3780
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3693
3781
|
} | null | undefined;
|
|
3694
3782
|
width?: number | null | undefined;
|
|
@@ -3698,6 +3786,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3698
3786
|
formula?: string | null | undefined;
|
|
3699
3787
|
context?: string[] | null | undefined;
|
|
3700
3788
|
prompt?: string | null | undefined;
|
|
3789
|
+
matching?: Record<string, unknown> | undefined;
|
|
3701
3790
|
}) | ({
|
|
3702
3791
|
type: "date";
|
|
3703
3792
|
format?: string | null | undefined;
|
|
@@ -3727,7 +3816,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3727
3816
|
required?: boolean | null | undefined;
|
|
3728
3817
|
} | null | undefined;
|
|
3729
3818
|
uiConfiguration?: {
|
|
3730
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3819
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3731
3820
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3732
3821
|
} | null | undefined;
|
|
3733
3822
|
width?: number | null | undefined;
|
|
@@ -3737,6 +3826,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3737
3826
|
formula?: string | null | undefined;
|
|
3738
3827
|
context?: string[] | null | undefined;
|
|
3739
3828
|
prompt?: string | null | undefined;
|
|
3829
|
+
matching?: Record<string, unknown> | undefined;
|
|
3740
3830
|
}) | ({
|
|
3741
3831
|
type: "number";
|
|
3742
3832
|
format?: string | null | undefined;
|
|
@@ -3771,7 +3861,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3771
3861
|
required?: boolean | null | undefined;
|
|
3772
3862
|
} | null | undefined;
|
|
3773
3863
|
uiConfiguration?: {
|
|
3774
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3864
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3775
3865
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3776
3866
|
} | null | undefined;
|
|
3777
3867
|
width?: number | null | undefined;
|
|
@@ -3781,10 +3871,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3781
3871
|
formula?: string | null | undefined;
|
|
3782
3872
|
context?: string[] | null | undefined;
|
|
3783
3873
|
prompt?: string | null | undefined;
|
|
3874
|
+
matching?: Record<string, unknown> | undefined;
|
|
3784
3875
|
}) | ({
|
|
3785
3876
|
options: {
|
|
3786
3877
|
value: string;
|
|
3787
3878
|
label: string;
|
|
3879
|
+
struct?: unknown;
|
|
3788
3880
|
}[];
|
|
3789
3881
|
type: "enum";
|
|
3790
3882
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3814,7 +3906,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3814
3906
|
required?: boolean | null | undefined;
|
|
3815
3907
|
} | null | undefined;
|
|
3816
3908
|
uiConfiguration?: {
|
|
3817
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3909
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3818
3910
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3819
3911
|
} | null | undefined;
|
|
3820
3912
|
width?: number | null | undefined;
|
|
@@ -3824,6 +3916,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3824
3916
|
formula?: string | null | undefined;
|
|
3825
3917
|
context?: string[] | null | undefined;
|
|
3826
3918
|
prompt?: string | null | undefined;
|
|
3919
|
+
matching?: Record<string, unknown> | undefined;
|
|
3827
3920
|
}) | ({
|
|
3828
3921
|
id: string;
|
|
3829
3922
|
label: string;
|
|
@@ -3870,7 +3963,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3870
3963
|
required?: boolean | null | undefined;
|
|
3871
3964
|
} | null | undefined;
|
|
3872
3965
|
uiConfiguration?: {
|
|
3873
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3966
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3874
3967
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3875
3968
|
} | null | undefined;
|
|
3876
3969
|
width?: number | null | undefined;
|
|
@@ -3880,6 +3973,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3880
3973
|
formula?: string | null | undefined;
|
|
3881
3974
|
context?: string[] | null | undefined;
|
|
3882
3975
|
prompt?: string | null | undefined;
|
|
3976
|
+
matching?: Record<string, unknown> | undefined;
|
|
3883
3977
|
}) | ({
|
|
3884
3978
|
type: "date";
|
|
3885
3979
|
format?: string | null | undefined;
|
|
@@ -3909,7 +4003,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3909
4003
|
required?: boolean | null | undefined;
|
|
3910
4004
|
} | null | undefined;
|
|
3911
4005
|
uiConfiguration?: {
|
|
3912
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4006
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3913
4007
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3914
4008
|
} | null | undefined;
|
|
3915
4009
|
width?: number | null | undefined;
|
|
@@ -3919,6 +4013,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3919
4013
|
formula?: string | null | undefined;
|
|
3920
4014
|
context?: string[] | null | undefined;
|
|
3921
4015
|
prompt?: string | null | undefined;
|
|
4016
|
+
matching?: Record<string, unknown> | undefined;
|
|
3922
4017
|
}) | ({
|
|
3923
4018
|
type: "number";
|
|
3924
4019
|
format?: string | null | undefined;
|
|
@@ -3953,7 +4048,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3953
4048
|
required?: boolean | null | undefined;
|
|
3954
4049
|
} | null | undefined;
|
|
3955
4050
|
uiConfiguration?: {
|
|
3956
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4051
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3957
4052
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3958
4053
|
} | null | undefined;
|
|
3959
4054
|
width?: number | null | undefined;
|
|
@@ -3963,10 +4058,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3963
4058
|
formula?: string | null | undefined;
|
|
3964
4059
|
context?: string[] | null | undefined;
|
|
3965
4060
|
prompt?: string | null | undefined;
|
|
4061
|
+
matching?: Record<string, unknown> | undefined;
|
|
3966
4062
|
}) | ({
|
|
3967
4063
|
options: {
|
|
3968
4064
|
value: string;
|
|
3969
4065
|
label: string;
|
|
4066
|
+
struct?: unknown;
|
|
3970
4067
|
}[];
|
|
3971
4068
|
type: "enum";
|
|
3972
4069
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3996,7 +4093,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
3996
4093
|
required?: boolean | null | undefined;
|
|
3997
4094
|
} | null | undefined;
|
|
3998
4095
|
uiConfiguration?: {
|
|
3999
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4096
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4000
4097
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4001
4098
|
} | null | undefined;
|
|
4002
4099
|
width?: number | null | undefined;
|
|
@@ -4006,6 +4103,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4006
4103
|
formula?: string | null | undefined;
|
|
4007
4104
|
context?: string[] | null | undefined;
|
|
4008
4105
|
prompt?: string | null | undefined;
|
|
4106
|
+
matching?: Record<string, unknown> | undefined;
|
|
4009
4107
|
}) | ({
|
|
4010
4108
|
id: string;
|
|
4011
4109
|
label: string;
|
|
@@ -4072,7 +4170,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4072
4170
|
required?: boolean | null | undefined;
|
|
4073
4171
|
} | null | undefined;
|
|
4074
4172
|
uiConfiguration?: {
|
|
4075
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4173
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4076
4174
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4077
4175
|
} | null | undefined;
|
|
4078
4176
|
width?: number | null | undefined;
|
|
@@ -4082,6 +4180,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4082
4180
|
formula?: string | null | undefined;
|
|
4083
4181
|
context?: string[] | null | undefined;
|
|
4084
4182
|
prompt?: string | null | undefined;
|
|
4183
|
+
matching?: Record<string, unknown> | undefined;
|
|
4085
4184
|
}) | ({
|
|
4086
4185
|
type: "date";
|
|
4087
4186
|
format?: string | null | undefined;
|
|
@@ -4111,7 +4210,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4111
4210
|
required?: boolean | null | undefined;
|
|
4112
4211
|
} | null | undefined;
|
|
4113
4212
|
uiConfiguration?: {
|
|
4114
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4213
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4115
4214
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4116
4215
|
} | null | undefined;
|
|
4117
4216
|
width?: number | null | undefined;
|
|
@@ -4121,6 +4220,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4121
4220
|
formula?: string | null | undefined;
|
|
4122
4221
|
context?: string[] | null | undefined;
|
|
4123
4222
|
prompt?: string | null | undefined;
|
|
4223
|
+
matching?: Record<string, unknown> | undefined;
|
|
4124
4224
|
}) | ({
|
|
4125
4225
|
type: "number";
|
|
4126
4226
|
format?: string | null | undefined;
|
|
@@ -4155,7 +4255,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4155
4255
|
required?: boolean | null | undefined;
|
|
4156
4256
|
} | null | undefined;
|
|
4157
4257
|
uiConfiguration?: {
|
|
4158
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4258
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4159
4259
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4160
4260
|
} | null | undefined;
|
|
4161
4261
|
width?: number | null | undefined;
|
|
@@ -4165,10 +4265,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4165
4265
|
formula?: string | null | undefined;
|
|
4166
4266
|
context?: string[] | null | undefined;
|
|
4167
4267
|
prompt?: string | null | undefined;
|
|
4268
|
+
matching?: Record<string, unknown> | undefined;
|
|
4168
4269
|
}) | ({
|
|
4169
4270
|
options: {
|
|
4170
4271
|
value: string;
|
|
4171
4272
|
label: string;
|
|
4273
|
+
struct?: unknown;
|
|
4172
4274
|
}[];
|
|
4173
4275
|
type: "enum";
|
|
4174
4276
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4198,7 +4300,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4198
4300
|
required?: boolean | null | undefined;
|
|
4199
4301
|
} | null | undefined;
|
|
4200
4302
|
uiConfiguration?: {
|
|
4201
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4303
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4202
4304
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4203
4305
|
} | null | undefined;
|
|
4204
4306
|
width?: number | null | undefined;
|
|
@@ -4208,6 +4310,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4208
4310
|
formula?: string | null | undefined;
|
|
4209
4311
|
context?: string[] | null | undefined;
|
|
4210
4312
|
prompt?: string | null | undefined;
|
|
4313
|
+
matching?: Record<string, unknown> | undefined;
|
|
4211
4314
|
}) | ({
|
|
4212
4315
|
id: string;
|
|
4213
4316
|
label: string;
|
|
@@ -4262,7 +4365,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4262
4365
|
required?: boolean | null | undefined;
|
|
4263
4366
|
} | null | undefined;
|
|
4264
4367
|
uiConfiguration?: {
|
|
4265
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4368
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4266
4369
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4267
4370
|
} | null | undefined;
|
|
4268
4371
|
width?: number | null | undefined;
|
|
@@ -4272,6 +4375,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4272
4375
|
formula?: string | null | undefined;
|
|
4273
4376
|
context?: string[] | null | undefined;
|
|
4274
4377
|
prompt?: string | null | undefined;
|
|
4378
|
+
matching?: Record<string, unknown> | undefined;
|
|
4275
4379
|
}) | ({
|
|
4276
4380
|
type: "date";
|
|
4277
4381
|
format?: string | null | undefined;
|
|
@@ -4301,7 +4405,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4301
4405
|
required?: boolean | null | undefined;
|
|
4302
4406
|
} | null | undefined;
|
|
4303
4407
|
uiConfiguration?: {
|
|
4304
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4408
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4305
4409
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4306
4410
|
} | null | undefined;
|
|
4307
4411
|
width?: number | null | undefined;
|
|
@@ -4311,6 +4415,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4311
4415
|
formula?: string | null | undefined;
|
|
4312
4416
|
context?: string[] | null | undefined;
|
|
4313
4417
|
prompt?: string | null | undefined;
|
|
4418
|
+
matching?: Record<string, unknown> | undefined;
|
|
4314
4419
|
}) | ({
|
|
4315
4420
|
type: "number";
|
|
4316
4421
|
format?: string | null | undefined;
|
|
@@ -4345,7 +4450,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4345
4450
|
required?: boolean | null | undefined;
|
|
4346
4451
|
} | null | undefined;
|
|
4347
4452
|
uiConfiguration?: {
|
|
4348
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4453
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4349
4454
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4350
4455
|
} | null | undefined;
|
|
4351
4456
|
width?: number | null | undefined;
|
|
@@ -4355,10 +4460,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4355
4460
|
formula?: string | null | undefined;
|
|
4356
4461
|
context?: string[] | null | undefined;
|
|
4357
4462
|
prompt?: string | null | undefined;
|
|
4463
|
+
matching?: Record<string, unknown> | undefined;
|
|
4358
4464
|
}) | ({
|
|
4359
4465
|
options: {
|
|
4360
4466
|
value: string;
|
|
4361
4467
|
label: string;
|
|
4468
|
+
struct?: unknown;
|
|
4362
4469
|
}[];
|
|
4363
4470
|
type: "enum";
|
|
4364
4471
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4388,7 +4495,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4388
4495
|
required?: boolean | null | undefined;
|
|
4389
4496
|
} | null | undefined;
|
|
4390
4497
|
uiConfiguration?: {
|
|
4391
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4498
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4392
4499
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4393
4500
|
} | null | undefined;
|
|
4394
4501
|
width?: number | null | undefined;
|
|
@@ -4398,6 +4505,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4398
4505
|
formula?: string | null | undefined;
|
|
4399
4506
|
context?: string[] | null | undefined;
|
|
4400
4507
|
prompt?: string | null | undefined;
|
|
4508
|
+
matching?: Record<string, unknown> | undefined;
|
|
4401
4509
|
}) | ({
|
|
4402
4510
|
id: string;
|
|
4403
4511
|
label: string;
|
|
@@ -4512,7 +4620,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4512
4620
|
required?: boolean | null | undefined;
|
|
4513
4621
|
} | null | undefined;
|
|
4514
4622
|
uiConfiguration?: {
|
|
4515
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4623
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4516
4624
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4517
4625
|
} | null | undefined;
|
|
4518
4626
|
width?: number | null | undefined;
|
|
@@ -4522,6 +4630,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4522
4630
|
formula?: string | null | undefined;
|
|
4523
4631
|
context?: string[] | null | undefined;
|
|
4524
4632
|
prompt?: string | null | undefined;
|
|
4633
|
+
matching?: Record<string, unknown> | undefined;
|
|
4525
4634
|
}) | ({
|
|
4526
4635
|
type: "date";
|
|
4527
4636
|
format?: string | null | undefined;
|
|
@@ -4551,7 +4660,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4551
4660
|
required?: boolean | null | undefined;
|
|
4552
4661
|
} | null | undefined;
|
|
4553
4662
|
uiConfiguration?: {
|
|
4554
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4663
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4555
4664
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4556
4665
|
} | null | undefined;
|
|
4557
4666
|
width?: number | null | undefined;
|
|
@@ -4561,6 +4670,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4561
4670
|
formula?: string | null | undefined;
|
|
4562
4671
|
context?: string[] | null | undefined;
|
|
4563
4672
|
prompt?: string | null | undefined;
|
|
4673
|
+
matching?: Record<string, unknown> | undefined;
|
|
4564
4674
|
}) | ({
|
|
4565
4675
|
type: "number";
|
|
4566
4676
|
format?: string | null | undefined;
|
|
@@ -4595,7 +4705,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4595
4705
|
required?: boolean | null | undefined;
|
|
4596
4706
|
} | null | undefined;
|
|
4597
4707
|
uiConfiguration?: {
|
|
4598
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4708
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4599
4709
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4600
4710
|
} | null | undefined;
|
|
4601
4711
|
width?: number | null | undefined;
|
|
@@ -4605,10 +4715,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4605
4715
|
formula?: string | null | undefined;
|
|
4606
4716
|
context?: string[] | null | undefined;
|
|
4607
4717
|
prompt?: string | null | undefined;
|
|
4718
|
+
matching?: Record<string, unknown> | undefined;
|
|
4608
4719
|
}) | ({
|
|
4609
4720
|
options: {
|
|
4610
4721
|
value: string;
|
|
4611
4722
|
label: string;
|
|
4723
|
+
struct?: unknown;
|
|
4612
4724
|
}[];
|
|
4613
4725
|
type: "enum";
|
|
4614
4726
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4638,7 +4750,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4638
4750
|
required?: boolean | null | undefined;
|
|
4639
4751
|
} | null | undefined;
|
|
4640
4752
|
uiConfiguration?: {
|
|
4641
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4753
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4642
4754
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4643
4755
|
} | null | undefined;
|
|
4644
4756
|
width?: number | null | undefined;
|
|
@@ -4648,6 +4760,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4648
4760
|
formula?: string | null | undefined;
|
|
4649
4761
|
context?: string[] | null | undefined;
|
|
4650
4762
|
prompt?: string | null | undefined;
|
|
4763
|
+
matching?: Record<string, unknown> | undefined;
|
|
4651
4764
|
}) | ({
|
|
4652
4765
|
id: string;
|
|
4653
4766
|
label: string;
|
|
@@ -4691,7 +4804,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4691
4804
|
required?: boolean | null | undefined;
|
|
4692
4805
|
} | null | undefined;
|
|
4693
4806
|
uiConfiguration?: {
|
|
4694
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4807
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4695
4808
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4696
4809
|
} | null | undefined;
|
|
4697
4810
|
width?: number | null | undefined;
|
|
@@ -4701,6 +4814,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4701
4814
|
formula?: string | null | undefined;
|
|
4702
4815
|
context?: string[] | null | undefined;
|
|
4703
4816
|
prompt?: string | null | undefined;
|
|
4817
|
+
matching?: Record<string, unknown> | undefined;
|
|
4704
4818
|
}) | ({
|
|
4705
4819
|
type: "date";
|
|
4706
4820
|
format?: string | null | undefined;
|
|
@@ -4730,7 +4844,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4730
4844
|
required?: boolean | null | undefined;
|
|
4731
4845
|
} | null | undefined;
|
|
4732
4846
|
uiConfiguration?: {
|
|
4733
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4847
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4734
4848
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4735
4849
|
} | null | undefined;
|
|
4736
4850
|
width?: number | null | undefined;
|
|
@@ -4740,6 +4854,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4740
4854
|
formula?: string | null | undefined;
|
|
4741
4855
|
context?: string[] | null | undefined;
|
|
4742
4856
|
prompt?: string | null | undefined;
|
|
4857
|
+
matching?: Record<string, unknown> | undefined;
|
|
4743
4858
|
}) | ({
|
|
4744
4859
|
type: "number";
|
|
4745
4860
|
format?: string | null | undefined;
|
|
@@ -4774,7 +4889,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4774
4889
|
required?: boolean | null | undefined;
|
|
4775
4890
|
} | null | undefined;
|
|
4776
4891
|
uiConfiguration?: {
|
|
4777
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4892
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4778
4893
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4779
4894
|
} | null | undefined;
|
|
4780
4895
|
width?: number | null | undefined;
|
|
@@ -4784,10 +4899,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4784
4899
|
formula?: string | null | undefined;
|
|
4785
4900
|
context?: string[] | null | undefined;
|
|
4786
4901
|
prompt?: string | null | undefined;
|
|
4902
|
+
matching?: Record<string, unknown> | undefined;
|
|
4787
4903
|
}) | ({
|
|
4788
4904
|
options: {
|
|
4789
4905
|
value: string;
|
|
4790
4906
|
label: string;
|
|
4907
|
+
struct?: unknown;
|
|
4791
4908
|
}[];
|
|
4792
4909
|
type: "enum";
|
|
4793
4910
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4817,7 +4934,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4817
4934
|
required?: boolean | null | undefined;
|
|
4818
4935
|
} | null | undefined;
|
|
4819
4936
|
uiConfiguration?: {
|
|
4820
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4937
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4821
4938
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4822
4939
|
} | null | undefined;
|
|
4823
4940
|
width?: number | null | undefined;
|
|
@@ -4827,6 +4944,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4827
4944
|
formula?: string | null | undefined;
|
|
4828
4945
|
context?: string[] | null | undefined;
|
|
4829
4946
|
prompt?: string | null | undefined;
|
|
4947
|
+
matching?: Record<string, unknown> | undefined;
|
|
4830
4948
|
}) | ({
|
|
4831
4949
|
id: string;
|
|
4832
4950
|
label: string;
|
|
@@ -4879,7 +4997,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4879
4997
|
required?: boolean | null | undefined;
|
|
4880
4998
|
} | null | undefined;
|
|
4881
4999
|
uiConfiguration?: {
|
|
4882
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5000
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4883
5001
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4884
5002
|
} | null | undefined;
|
|
4885
5003
|
width?: number | null | undefined;
|
|
@@ -4889,6 +5007,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4889
5007
|
formula?: string | null | undefined;
|
|
4890
5008
|
context?: string[] | null | undefined;
|
|
4891
5009
|
prompt?: string | null | undefined;
|
|
5010
|
+
matching?: Record<string, unknown> | undefined;
|
|
4892
5011
|
}) | ({
|
|
4893
5012
|
type: "date";
|
|
4894
5013
|
format?: string | null | undefined;
|
|
@@ -4918,7 +5037,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4918
5037
|
required?: boolean | null | undefined;
|
|
4919
5038
|
} | null | undefined;
|
|
4920
5039
|
uiConfiguration?: {
|
|
4921
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5040
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4922
5041
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4923
5042
|
} | null | undefined;
|
|
4924
5043
|
width?: number | null | undefined;
|
|
@@ -4928,6 +5047,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4928
5047
|
formula?: string | null | undefined;
|
|
4929
5048
|
context?: string[] | null | undefined;
|
|
4930
5049
|
prompt?: string | null | undefined;
|
|
5050
|
+
matching?: Record<string, unknown> | undefined;
|
|
4931
5051
|
}) | ({
|
|
4932
5052
|
type: "number";
|
|
4933
5053
|
format?: string | null | undefined;
|
|
@@ -4962,7 +5082,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4962
5082
|
required?: boolean | null | undefined;
|
|
4963
5083
|
} | null | undefined;
|
|
4964
5084
|
uiConfiguration?: {
|
|
4965
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5085
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4966
5086
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4967
5087
|
} | null | undefined;
|
|
4968
5088
|
width?: number | null | undefined;
|
|
@@ -4972,10 +5092,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
4972
5092
|
formula?: string | null | undefined;
|
|
4973
5093
|
context?: string[] | null | undefined;
|
|
4974
5094
|
prompt?: string | null | undefined;
|
|
5095
|
+
matching?: Record<string, unknown> | undefined;
|
|
4975
5096
|
}) | ({
|
|
4976
5097
|
options: {
|
|
4977
5098
|
value: string;
|
|
4978
5099
|
label: string;
|
|
5100
|
+
struct?: unknown;
|
|
4979
5101
|
}[];
|
|
4980
5102
|
type: "enum";
|
|
4981
5103
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5005,7 +5127,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5005
5127
|
required?: boolean | null | undefined;
|
|
5006
5128
|
} | null | undefined;
|
|
5007
5129
|
uiConfiguration?: {
|
|
5008
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5130
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5009
5131
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5010
5132
|
} | null | undefined;
|
|
5011
5133
|
width?: number | null | undefined;
|
|
@@ -5015,6 +5137,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5015
5137
|
formula?: string | null | undefined;
|
|
5016
5138
|
context?: string[] | null | undefined;
|
|
5017
5139
|
prompt?: string | null | undefined;
|
|
5140
|
+
matching?: Record<string, unknown> | undefined;
|
|
5018
5141
|
}) | ({
|
|
5019
5142
|
id: string;
|
|
5020
5143
|
label: string;
|
|
@@ -5077,7 +5200,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5077
5200
|
required?: boolean | null | undefined;
|
|
5078
5201
|
} | null | undefined;
|
|
5079
5202
|
uiConfiguration?: {
|
|
5080
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5203
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5081
5204
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5082
5205
|
} | null | undefined;
|
|
5083
5206
|
width?: number | null | undefined;
|
|
@@ -5087,6 +5210,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5087
5210
|
formula?: string | null | undefined;
|
|
5088
5211
|
context?: string[] | null | undefined;
|
|
5089
5212
|
prompt?: string | null | undefined;
|
|
5213
|
+
matching?: Record<string, unknown> | undefined;
|
|
5090
5214
|
}) | ({
|
|
5091
5215
|
type: "date";
|
|
5092
5216
|
format?: string | null | undefined;
|
|
@@ -5116,7 +5240,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5116
5240
|
required?: boolean | null | undefined;
|
|
5117
5241
|
} | null | undefined;
|
|
5118
5242
|
uiConfiguration?: {
|
|
5119
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5243
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5120
5244
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5121
5245
|
} | null | undefined;
|
|
5122
5246
|
width?: number | null | undefined;
|
|
@@ -5126,6 +5250,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5126
5250
|
formula?: string | null | undefined;
|
|
5127
5251
|
context?: string[] | null | undefined;
|
|
5128
5252
|
prompt?: string | null | undefined;
|
|
5253
|
+
matching?: Record<string, unknown> | undefined;
|
|
5129
5254
|
}) | ({
|
|
5130
5255
|
type: "number";
|
|
5131
5256
|
format?: string | null | undefined;
|
|
@@ -5160,7 +5285,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5160
5285
|
required?: boolean | null | undefined;
|
|
5161
5286
|
} | null | undefined;
|
|
5162
5287
|
uiConfiguration?: {
|
|
5163
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5288
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5164
5289
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5165
5290
|
} | null | undefined;
|
|
5166
5291
|
width?: number | null | undefined;
|
|
@@ -5170,10 +5295,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5170
5295
|
formula?: string | null | undefined;
|
|
5171
5296
|
context?: string[] | null | undefined;
|
|
5172
5297
|
prompt?: string | null | undefined;
|
|
5298
|
+
matching?: Record<string, unknown> | undefined;
|
|
5173
5299
|
}) | ({
|
|
5174
5300
|
options: {
|
|
5175
5301
|
value: string;
|
|
5176
5302
|
label: string;
|
|
5303
|
+
struct?: unknown;
|
|
5177
5304
|
}[];
|
|
5178
5305
|
type: "enum";
|
|
5179
5306
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5203,7 +5330,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5203
5330
|
required?: boolean | null | undefined;
|
|
5204
5331
|
} | null | undefined;
|
|
5205
5332
|
uiConfiguration?: {
|
|
5206
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5333
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5207
5334
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5208
5335
|
} | null | undefined;
|
|
5209
5336
|
width?: number | null | undefined;
|
|
@@ -5213,6 +5340,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5213
5340
|
formula?: string | null | undefined;
|
|
5214
5341
|
context?: string[] | null | undefined;
|
|
5215
5342
|
prompt?: string | null | undefined;
|
|
5343
|
+
matching?: Record<string, unknown> | undefined;
|
|
5216
5344
|
}) | ({
|
|
5217
5345
|
id: string;
|
|
5218
5346
|
label: string;
|
|
@@ -5286,7 +5414,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5286
5414
|
required?: boolean | null | undefined;
|
|
5287
5415
|
} | null | undefined;
|
|
5288
5416
|
uiConfiguration?: {
|
|
5289
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5417
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5290
5418
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5291
5419
|
} | null | undefined;
|
|
5292
5420
|
width?: number | null | undefined;
|
|
@@ -5296,6 +5424,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5296
5424
|
formula?: string | null | undefined;
|
|
5297
5425
|
context?: string[] | null | undefined;
|
|
5298
5426
|
prompt?: string | null | undefined;
|
|
5427
|
+
matching?: Record<string, unknown> | undefined;
|
|
5299
5428
|
}) | ({
|
|
5300
5429
|
type: "date";
|
|
5301
5430
|
format?: string | null | undefined;
|
|
@@ -5325,7 +5454,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5325
5454
|
required?: boolean | null | undefined;
|
|
5326
5455
|
} | null | undefined;
|
|
5327
5456
|
uiConfiguration?: {
|
|
5328
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5457
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5329
5458
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5330
5459
|
} | null | undefined;
|
|
5331
5460
|
width?: number | null | undefined;
|
|
@@ -5335,6 +5464,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5335
5464
|
formula?: string | null | undefined;
|
|
5336
5465
|
context?: string[] | null | undefined;
|
|
5337
5466
|
prompt?: string | null | undefined;
|
|
5467
|
+
matching?: Record<string, unknown> | undefined;
|
|
5338
5468
|
}) | ({
|
|
5339
5469
|
type: "number";
|
|
5340
5470
|
format?: string | null | undefined;
|
|
@@ -5369,7 +5499,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5369
5499
|
required?: boolean | null | undefined;
|
|
5370
5500
|
} | null | undefined;
|
|
5371
5501
|
uiConfiguration?: {
|
|
5372
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5502
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5373
5503
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5374
5504
|
} | null | undefined;
|
|
5375
5505
|
width?: number | null | undefined;
|
|
@@ -5379,10 +5509,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5379
5509
|
formula?: string | null | undefined;
|
|
5380
5510
|
context?: string[] | null | undefined;
|
|
5381
5511
|
prompt?: string | null | undefined;
|
|
5512
|
+
matching?: Record<string, unknown> | undefined;
|
|
5382
5513
|
}) | ({
|
|
5383
5514
|
options: {
|
|
5384
5515
|
value: string;
|
|
5385
5516
|
label: string;
|
|
5517
|
+
struct?: unknown;
|
|
5386
5518
|
}[];
|
|
5387
5519
|
type: "enum";
|
|
5388
5520
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5412,7 +5544,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5412
5544
|
required?: boolean | null | undefined;
|
|
5413
5545
|
} | null | undefined;
|
|
5414
5546
|
uiConfiguration?: {
|
|
5415
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5547
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5416
5548
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5417
5549
|
} | null | undefined;
|
|
5418
5550
|
width?: number | null | undefined;
|
|
@@ -5422,6 +5554,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5422
5554
|
formula?: string | null | undefined;
|
|
5423
5555
|
context?: string[] | null | undefined;
|
|
5424
5556
|
prompt?: string | null | undefined;
|
|
5557
|
+
matching?: Record<string, unknown> | undefined;
|
|
5425
5558
|
}) | ({
|
|
5426
5559
|
id: string;
|
|
5427
5560
|
label: string;
|
|
@@ -5465,7 +5598,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5465
5598
|
required?: boolean | null | undefined;
|
|
5466
5599
|
} | null | undefined;
|
|
5467
5600
|
uiConfiguration?: {
|
|
5468
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5601
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5469
5602
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5470
5603
|
} | null | undefined;
|
|
5471
5604
|
width?: number | null | undefined;
|
|
@@ -5475,6 +5608,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5475
5608
|
formula?: string | null | undefined;
|
|
5476
5609
|
context?: string[] | null | undefined;
|
|
5477
5610
|
prompt?: string | null | undefined;
|
|
5611
|
+
matching?: Record<string, unknown> | undefined;
|
|
5478
5612
|
}) | ({
|
|
5479
5613
|
type: "date";
|
|
5480
5614
|
format?: string | null | undefined;
|
|
@@ -5504,7 +5638,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5504
5638
|
required?: boolean | null | undefined;
|
|
5505
5639
|
} | null | undefined;
|
|
5506
5640
|
uiConfiguration?: {
|
|
5507
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5641
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5508
5642
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5509
5643
|
} | null | undefined;
|
|
5510
5644
|
width?: number | null | undefined;
|
|
@@ -5514,6 +5648,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5514
5648
|
formula?: string | null | undefined;
|
|
5515
5649
|
context?: string[] | null | undefined;
|
|
5516
5650
|
prompt?: string | null | undefined;
|
|
5651
|
+
matching?: Record<string, unknown> | undefined;
|
|
5517
5652
|
}) | ({
|
|
5518
5653
|
type: "number";
|
|
5519
5654
|
format?: string | null | undefined;
|
|
@@ -5548,7 +5683,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5548
5683
|
required?: boolean | null | undefined;
|
|
5549
5684
|
} | null | undefined;
|
|
5550
5685
|
uiConfiguration?: {
|
|
5551
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5686
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5552
5687
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5553
5688
|
} | null | undefined;
|
|
5554
5689
|
width?: number | null | undefined;
|
|
@@ -5558,10 +5693,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5558
5693
|
formula?: string | null | undefined;
|
|
5559
5694
|
context?: string[] | null | undefined;
|
|
5560
5695
|
prompt?: string | null | undefined;
|
|
5696
|
+
matching?: Record<string, unknown> | undefined;
|
|
5561
5697
|
}) | ({
|
|
5562
5698
|
options: {
|
|
5563
5699
|
value: string;
|
|
5564
5700
|
label: string;
|
|
5701
|
+
struct?: unknown;
|
|
5565
5702
|
}[];
|
|
5566
5703
|
type: "enum";
|
|
5567
5704
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5591,7 +5728,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5591
5728
|
required?: boolean | null | undefined;
|
|
5592
5729
|
} | null | undefined;
|
|
5593
5730
|
uiConfiguration?: {
|
|
5594
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5731
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5595
5732
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5596
5733
|
} | null | undefined;
|
|
5597
5734
|
width?: number | null | undefined;
|
|
@@ -5601,6 +5738,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5601
5738
|
formula?: string | null | undefined;
|
|
5602
5739
|
context?: string[] | null | undefined;
|
|
5603
5740
|
prompt?: string | null | undefined;
|
|
5741
|
+
matching?: Record<string, unknown> | undefined;
|
|
5604
5742
|
}) | ({
|
|
5605
5743
|
id: string;
|
|
5606
5744
|
label: string;
|
|
@@ -5653,7 +5791,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5653
5791
|
required?: boolean | null | undefined;
|
|
5654
5792
|
} | null | undefined;
|
|
5655
5793
|
uiConfiguration?: {
|
|
5656
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5794
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5657
5795
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5658
5796
|
} | null | undefined;
|
|
5659
5797
|
width?: number | null | undefined;
|
|
@@ -5663,6 +5801,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5663
5801
|
formula?: string | null | undefined;
|
|
5664
5802
|
context?: string[] | null | undefined;
|
|
5665
5803
|
prompt?: string | null | undefined;
|
|
5804
|
+
matching?: Record<string, unknown> | undefined;
|
|
5666
5805
|
}) | ({
|
|
5667
5806
|
type: "date";
|
|
5668
5807
|
format?: string | null | undefined;
|
|
@@ -5692,7 +5831,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5692
5831
|
required?: boolean | null | undefined;
|
|
5693
5832
|
} | null | undefined;
|
|
5694
5833
|
uiConfiguration?: {
|
|
5695
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5834
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5696
5835
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5697
5836
|
} | null | undefined;
|
|
5698
5837
|
width?: number | null | undefined;
|
|
@@ -5702,6 +5841,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5702
5841
|
formula?: string | null | undefined;
|
|
5703
5842
|
context?: string[] | null | undefined;
|
|
5704
5843
|
prompt?: string | null | undefined;
|
|
5844
|
+
matching?: Record<string, unknown> | undefined;
|
|
5705
5845
|
}) | ({
|
|
5706
5846
|
type: "number";
|
|
5707
5847
|
format?: string | null | undefined;
|
|
@@ -5736,7 +5876,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5736
5876
|
required?: boolean | null | undefined;
|
|
5737
5877
|
} | null | undefined;
|
|
5738
5878
|
uiConfiguration?: {
|
|
5739
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5879
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5740
5880
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5741
5881
|
} | null | undefined;
|
|
5742
5882
|
width?: number | null | undefined;
|
|
@@ -5746,10 +5886,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5746
5886
|
formula?: string | null | undefined;
|
|
5747
5887
|
context?: string[] | null | undefined;
|
|
5748
5888
|
prompt?: string | null | undefined;
|
|
5889
|
+
matching?: Record<string, unknown> | undefined;
|
|
5749
5890
|
}) | ({
|
|
5750
5891
|
options: {
|
|
5751
5892
|
value: string;
|
|
5752
5893
|
label: string;
|
|
5894
|
+
struct?: unknown;
|
|
5753
5895
|
}[];
|
|
5754
5896
|
type: "enum";
|
|
5755
5897
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5779,7 +5921,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5779
5921
|
required?: boolean | null | undefined;
|
|
5780
5922
|
} | null | undefined;
|
|
5781
5923
|
uiConfiguration?: {
|
|
5782
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5924
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5783
5925
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5784
5926
|
} | null | undefined;
|
|
5785
5927
|
width?: number | null | undefined;
|
|
@@ -5789,6 +5931,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5789
5931
|
formula?: string | null | undefined;
|
|
5790
5932
|
context?: string[] | null | undefined;
|
|
5791
5933
|
prompt?: string | null | undefined;
|
|
5934
|
+
matching?: Record<string, unknown> | undefined;
|
|
5792
5935
|
}) | ({
|
|
5793
5936
|
id: string;
|
|
5794
5937
|
label: string;
|
|
@@ -5851,7 +5994,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5851
5994
|
required?: boolean | null | undefined;
|
|
5852
5995
|
} | null | undefined;
|
|
5853
5996
|
uiConfiguration?: {
|
|
5854
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5997
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5855
5998
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5856
5999
|
} | null | undefined;
|
|
5857
6000
|
width?: number | null | undefined;
|
|
@@ -5861,6 +6004,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5861
6004
|
formula?: string | null | undefined;
|
|
5862
6005
|
context?: string[] | null | undefined;
|
|
5863
6006
|
prompt?: string | null | undefined;
|
|
6007
|
+
matching?: Record<string, unknown> | undefined;
|
|
5864
6008
|
}) | ({
|
|
5865
6009
|
type: "date";
|
|
5866
6010
|
format?: string | null | undefined;
|
|
@@ -5890,7 +6034,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5890
6034
|
required?: boolean | null | undefined;
|
|
5891
6035
|
} | null | undefined;
|
|
5892
6036
|
uiConfiguration?: {
|
|
5893
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6037
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5894
6038
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5895
6039
|
} | null | undefined;
|
|
5896
6040
|
width?: number | null | undefined;
|
|
@@ -5900,6 +6044,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5900
6044
|
formula?: string | null | undefined;
|
|
5901
6045
|
context?: string[] | null | undefined;
|
|
5902
6046
|
prompt?: string | null | undefined;
|
|
6047
|
+
matching?: Record<string, unknown> | undefined;
|
|
5903
6048
|
}) | ({
|
|
5904
6049
|
type: "number";
|
|
5905
6050
|
format?: string | null | undefined;
|
|
@@ -5934,7 +6079,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5934
6079
|
required?: boolean | null | undefined;
|
|
5935
6080
|
} | null | undefined;
|
|
5936
6081
|
uiConfiguration?: {
|
|
5937
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6082
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5938
6083
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5939
6084
|
} | null | undefined;
|
|
5940
6085
|
width?: number | null | undefined;
|
|
@@ -5944,10 +6089,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5944
6089
|
formula?: string | null | undefined;
|
|
5945
6090
|
context?: string[] | null | undefined;
|
|
5946
6091
|
prompt?: string | null | undefined;
|
|
6092
|
+
matching?: Record<string, unknown> | undefined;
|
|
5947
6093
|
}) | ({
|
|
5948
6094
|
options: {
|
|
5949
6095
|
value: string;
|
|
5950
6096
|
label: string;
|
|
6097
|
+
struct?: unknown;
|
|
5951
6098
|
}[];
|
|
5952
6099
|
type: "enum";
|
|
5953
6100
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5977,7 +6124,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5977
6124
|
required?: boolean | null | undefined;
|
|
5978
6125
|
} | null | undefined;
|
|
5979
6126
|
uiConfiguration?: {
|
|
5980
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6127
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5981
6128
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5982
6129
|
} | null | undefined;
|
|
5983
6130
|
width?: number | null | undefined;
|
|
@@ -5987,6 +6134,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
5987
6134
|
formula?: string | null | undefined;
|
|
5988
6135
|
context?: string[] | null | undefined;
|
|
5989
6136
|
prompt?: string | null | undefined;
|
|
6137
|
+
matching?: Record<string, unknown> | undefined;
|
|
5990
6138
|
}) | ({
|
|
5991
6139
|
id: string;
|
|
5992
6140
|
label: string;
|
|
@@ -6032,11 +6180,15 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6032
6180
|
category: "section";
|
|
6033
6181
|
icon?: string | null | undefined;
|
|
6034
6182
|
}>>, "many">>;
|
|
6183
|
+
modifiedBy: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6184
|
+
modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6035
6185
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6036
6186
|
url: string;
|
|
6037
6187
|
id: number;
|
|
6188
|
+
modifiedAt: string | null;
|
|
6038
6189
|
name: string;
|
|
6039
6190
|
queues: string[];
|
|
6191
|
+
modifiedBy: string | null;
|
|
6040
6192
|
metadata?: unknown;
|
|
6041
6193
|
content?: ({
|
|
6042
6194
|
id: string;
|
|
@@ -6073,7 +6225,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6073
6225
|
required?: boolean | null | undefined;
|
|
6074
6226
|
} | null | undefined;
|
|
6075
6227
|
uiConfiguration?: {
|
|
6076
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6228
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6077
6229
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6078
6230
|
} | null | undefined;
|
|
6079
6231
|
width?: number | null | undefined;
|
|
@@ -6083,6 +6235,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6083
6235
|
formula?: string | null | undefined;
|
|
6084
6236
|
context?: string[] | null | undefined;
|
|
6085
6237
|
prompt?: string | null | undefined;
|
|
6238
|
+
matching?: Record<string, unknown> | undefined;
|
|
6086
6239
|
}) | ({
|
|
6087
6240
|
type: "date";
|
|
6088
6241
|
format?: string | null | undefined;
|
|
@@ -6112,7 +6265,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6112
6265
|
required?: boolean | null | undefined;
|
|
6113
6266
|
} | null | undefined;
|
|
6114
6267
|
uiConfiguration?: {
|
|
6115
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6268
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6116
6269
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6117
6270
|
} | null | undefined;
|
|
6118
6271
|
width?: number | null | undefined;
|
|
@@ -6122,6 +6275,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6122
6275
|
formula?: string | null | undefined;
|
|
6123
6276
|
context?: string[] | null | undefined;
|
|
6124
6277
|
prompt?: string | null | undefined;
|
|
6278
|
+
matching?: Record<string, unknown> | undefined;
|
|
6125
6279
|
}) | ({
|
|
6126
6280
|
type: "number";
|
|
6127
6281
|
format?: string | null | undefined;
|
|
@@ -6156,7 +6310,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6156
6310
|
required?: boolean | null | undefined;
|
|
6157
6311
|
} | null | undefined;
|
|
6158
6312
|
uiConfiguration?: {
|
|
6159
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6313
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6160
6314
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6161
6315
|
} | null | undefined;
|
|
6162
6316
|
width?: number | null | undefined;
|
|
@@ -6166,10 +6320,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6166
6320
|
formula?: string | null | undefined;
|
|
6167
6321
|
context?: string[] | null | undefined;
|
|
6168
6322
|
prompt?: string | null | undefined;
|
|
6323
|
+
matching?: Record<string, unknown> | undefined;
|
|
6169
6324
|
}) | ({
|
|
6170
6325
|
options: {
|
|
6171
6326
|
value: string;
|
|
6172
6327
|
label: string;
|
|
6328
|
+
struct?: unknown;
|
|
6173
6329
|
}[];
|
|
6174
6330
|
type: "enum";
|
|
6175
6331
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6199,7 +6355,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6199
6355
|
required?: boolean | null | undefined;
|
|
6200
6356
|
} | null | undefined;
|
|
6201
6357
|
uiConfiguration?: {
|
|
6202
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6358
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6203
6359
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6204
6360
|
} | null | undefined;
|
|
6205
6361
|
width?: number | null | undefined;
|
|
@@ -6209,6 +6365,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6209
6365
|
formula?: string | null | undefined;
|
|
6210
6366
|
context?: string[] | null | undefined;
|
|
6211
6367
|
prompt?: string | null | undefined;
|
|
6368
|
+
matching?: Record<string, unknown> | undefined;
|
|
6212
6369
|
}) | ({
|
|
6213
6370
|
id: string;
|
|
6214
6371
|
label: string;
|
|
@@ -6252,7 +6409,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6252
6409
|
required?: boolean | null | undefined;
|
|
6253
6410
|
} | null | undefined;
|
|
6254
6411
|
uiConfiguration?: {
|
|
6255
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6412
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6256
6413
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6257
6414
|
} | null | undefined;
|
|
6258
6415
|
width?: number | null | undefined;
|
|
@@ -6262,6 +6419,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6262
6419
|
formula?: string | null | undefined;
|
|
6263
6420
|
context?: string[] | null | undefined;
|
|
6264
6421
|
prompt?: string | null | undefined;
|
|
6422
|
+
matching?: Record<string, unknown> | undefined;
|
|
6265
6423
|
}) | ({
|
|
6266
6424
|
type: "date";
|
|
6267
6425
|
format?: string | null | undefined;
|
|
@@ -6291,7 +6449,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6291
6449
|
required?: boolean | null | undefined;
|
|
6292
6450
|
} | null | undefined;
|
|
6293
6451
|
uiConfiguration?: {
|
|
6294
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6452
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6295
6453
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6296
6454
|
} | null | undefined;
|
|
6297
6455
|
width?: number | null | undefined;
|
|
@@ -6301,6 +6459,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6301
6459
|
formula?: string | null | undefined;
|
|
6302
6460
|
context?: string[] | null | undefined;
|
|
6303
6461
|
prompt?: string | null | undefined;
|
|
6462
|
+
matching?: Record<string, unknown> | undefined;
|
|
6304
6463
|
}) | ({
|
|
6305
6464
|
type: "number";
|
|
6306
6465
|
format?: string | null | undefined;
|
|
@@ -6335,7 +6494,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6335
6494
|
required?: boolean | null | undefined;
|
|
6336
6495
|
} | null | undefined;
|
|
6337
6496
|
uiConfiguration?: {
|
|
6338
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6497
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6339
6498
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6340
6499
|
} | null | undefined;
|
|
6341
6500
|
width?: number | null | undefined;
|
|
@@ -6345,10 +6504,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6345
6504
|
formula?: string | null | undefined;
|
|
6346
6505
|
context?: string[] | null | undefined;
|
|
6347
6506
|
prompt?: string | null | undefined;
|
|
6507
|
+
matching?: Record<string, unknown> | undefined;
|
|
6348
6508
|
}) | ({
|
|
6349
6509
|
options: {
|
|
6350
6510
|
value: string;
|
|
6351
6511
|
label: string;
|
|
6512
|
+
struct?: unknown;
|
|
6352
6513
|
}[];
|
|
6353
6514
|
type: "enum";
|
|
6354
6515
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6378,7 +6539,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6378
6539
|
required?: boolean | null | undefined;
|
|
6379
6540
|
} | null | undefined;
|
|
6380
6541
|
uiConfiguration?: {
|
|
6381
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6542
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6382
6543
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6383
6544
|
} | null | undefined;
|
|
6384
6545
|
width?: number | null | undefined;
|
|
@@ -6388,6 +6549,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6388
6549
|
formula?: string | null | undefined;
|
|
6389
6550
|
context?: string[] | null | undefined;
|
|
6390
6551
|
prompt?: string | null | undefined;
|
|
6552
|
+
matching?: Record<string, unknown> | undefined;
|
|
6391
6553
|
}) | ({
|
|
6392
6554
|
id: string;
|
|
6393
6555
|
label: string;
|
|
@@ -6440,7 +6602,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6440
6602
|
required?: boolean | null | undefined;
|
|
6441
6603
|
} | null | undefined;
|
|
6442
6604
|
uiConfiguration?: {
|
|
6443
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6605
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6444
6606
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6445
6607
|
} | null | undefined;
|
|
6446
6608
|
width?: number | null | undefined;
|
|
@@ -6450,6 +6612,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6450
6612
|
formula?: string | null | undefined;
|
|
6451
6613
|
context?: string[] | null | undefined;
|
|
6452
6614
|
prompt?: string | null | undefined;
|
|
6615
|
+
matching?: Record<string, unknown> | undefined;
|
|
6453
6616
|
}) | ({
|
|
6454
6617
|
type: "date";
|
|
6455
6618
|
format?: string | null | undefined;
|
|
@@ -6479,7 +6642,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6479
6642
|
required?: boolean | null | undefined;
|
|
6480
6643
|
} | null | undefined;
|
|
6481
6644
|
uiConfiguration?: {
|
|
6482
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6645
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6483
6646
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6484
6647
|
} | null | undefined;
|
|
6485
6648
|
width?: number | null | undefined;
|
|
@@ -6489,6 +6652,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6489
6652
|
formula?: string | null | undefined;
|
|
6490
6653
|
context?: string[] | null | undefined;
|
|
6491
6654
|
prompt?: string | null | undefined;
|
|
6655
|
+
matching?: Record<string, unknown> | undefined;
|
|
6492
6656
|
}) | ({
|
|
6493
6657
|
type: "number";
|
|
6494
6658
|
format?: string | null | undefined;
|
|
@@ -6523,7 +6687,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6523
6687
|
required?: boolean | null | undefined;
|
|
6524
6688
|
} | null | undefined;
|
|
6525
6689
|
uiConfiguration?: {
|
|
6526
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6690
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6527
6691
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6528
6692
|
} | null | undefined;
|
|
6529
6693
|
width?: number | null | undefined;
|
|
@@ -6533,10 +6697,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6533
6697
|
formula?: string | null | undefined;
|
|
6534
6698
|
context?: string[] | null | undefined;
|
|
6535
6699
|
prompt?: string | null | undefined;
|
|
6700
|
+
matching?: Record<string, unknown> | undefined;
|
|
6536
6701
|
}) | ({
|
|
6537
6702
|
options: {
|
|
6538
6703
|
value: string;
|
|
6539
6704
|
label: string;
|
|
6705
|
+
struct?: unknown;
|
|
6540
6706
|
}[];
|
|
6541
6707
|
type: "enum";
|
|
6542
6708
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6566,7 +6732,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6566
6732
|
required?: boolean | null | undefined;
|
|
6567
6733
|
} | null | undefined;
|
|
6568
6734
|
uiConfiguration?: {
|
|
6569
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6735
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6570
6736
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6571
6737
|
} | null | undefined;
|
|
6572
6738
|
width?: number | null | undefined;
|
|
@@ -6576,6 +6742,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6576
6742
|
formula?: string | null | undefined;
|
|
6577
6743
|
context?: string[] | null | undefined;
|
|
6578
6744
|
prompt?: string | null | undefined;
|
|
6745
|
+
matching?: Record<string, unknown> | undefined;
|
|
6579
6746
|
}) | ({
|
|
6580
6747
|
id: string;
|
|
6581
6748
|
label: string;
|
|
@@ -6638,7 +6805,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6638
6805
|
required?: boolean | null | undefined;
|
|
6639
6806
|
} | null | undefined;
|
|
6640
6807
|
uiConfiguration?: {
|
|
6641
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6808
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6642
6809
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6643
6810
|
} | null | undefined;
|
|
6644
6811
|
width?: number | null | undefined;
|
|
@@ -6648,6 +6815,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6648
6815
|
formula?: string | null | undefined;
|
|
6649
6816
|
context?: string[] | null | undefined;
|
|
6650
6817
|
prompt?: string | null | undefined;
|
|
6818
|
+
matching?: Record<string, unknown> | undefined;
|
|
6651
6819
|
}) | ({
|
|
6652
6820
|
type: "date";
|
|
6653
6821
|
format?: string | null | undefined;
|
|
@@ -6677,7 +6845,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6677
6845
|
required?: boolean | null | undefined;
|
|
6678
6846
|
} | null | undefined;
|
|
6679
6847
|
uiConfiguration?: {
|
|
6680
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6848
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6681
6849
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6682
6850
|
} | null | undefined;
|
|
6683
6851
|
width?: number | null | undefined;
|
|
@@ -6687,6 +6855,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6687
6855
|
formula?: string | null | undefined;
|
|
6688
6856
|
context?: string[] | null | undefined;
|
|
6689
6857
|
prompt?: string | null | undefined;
|
|
6858
|
+
matching?: Record<string, unknown> | undefined;
|
|
6690
6859
|
}) | ({
|
|
6691
6860
|
type: "number";
|
|
6692
6861
|
format?: string | null | undefined;
|
|
@@ -6721,7 +6890,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6721
6890
|
required?: boolean | null | undefined;
|
|
6722
6891
|
} | null | undefined;
|
|
6723
6892
|
uiConfiguration?: {
|
|
6724
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6893
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6725
6894
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6726
6895
|
} | null | undefined;
|
|
6727
6896
|
width?: number | null | undefined;
|
|
@@ -6731,10 +6900,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6731
6900
|
formula?: string | null | undefined;
|
|
6732
6901
|
context?: string[] | null | undefined;
|
|
6733
6902
|
prompt?: string | null | undefined;
|
|
6903
|
+
matching?: Record<string, unknown> | undefined;
|
|
6734
6904
|
}) | ({
|
|
6735
6905
|
options: {
|
|
6736
6906
|
value: string;
|
|
6737
6907
|
label: string;
|
|
6908
|
+
struct?: unknown;
|
|
6738
6909
|
}[];
|
|
6739
6910
|
type: "enum";
|
|
6740
6911
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6764,7 +6935,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6764
6935
|
required?: boolean | null | undefined;
|
|
6765
6936
|
} | null | undefined;
|
|
6766
6937
|
uiConfiguration?: {
|
|
6767
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6938
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6768
6939
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6769
6940
|
} | null | undefined;
|
|
6770
6941
|
width?: number | null | undefined;
|
|
@@ -6774,6 +6945,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6774
6945
|
formula?: string | null | undefined;
|
|
6775
6946
|
context?: string[] | null | undefined;
|
|
6776
6947
|
prompt?: string | null | undefined;
|
|
6948
|
+
matching?: Record<string, unknown> | undefined;
|
|
6777
6949
|
}) | ({
|
|
6778
6950
|
id: string;
|
|
6779
6951
|
label: string;
|
|
@@ -6822,8 +6994,10 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6822
6994
|
}, {
|
|
6823
6995
|
url: string;
|
|
6824
6996
|
id: number;
|
|
6997
|
+
modifiedAt: string | null;
|
|
6825
6998
|
name: string;
|
|
6826
6999
|
queues: string[];
|
|
7000
|
+
modifiedBy: string | null;
|
|
6827
7001
|
metadata?: unknown;
|
|
6828
7002
|
content?: ({
|
|
6829
7003
|
id: string;
|
|
@@ -6860,7 +7034,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6860
7034
|
required?: boolean | null | undefined;
|
|
6861
7035
|
} | null | undefined;
|
|
6862
7036
|
uiConfiguration?: {
|
|
6863
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7037
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6864
7038
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6865
7039
|
} | null | undefined;
|
|
6866
7040
|
width?: number | null | undefined;
|
|
@@ -6870,6 +7044,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6870
7044
|
formula?: string | null | undefined;
|
|
6871
7045
|
context?: string[] | null | undefined;
|
|
6872
7046
|
prompt?: string | null | undefined;
|
|
7047
|
+
matching?: Record<string, unknown> | undefined;
|
|
6873
7048
|
}) | ({
|
|
6874
7049
|
type: "date";
|
|
6875
7050
|
format?: string | null | undefined;
|
|
@@ -6899,7 +7074,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6899
7074
|
required?: boolean | null | undefined;
|
|
6900
7075
|
} | null | undefined;
|
|
6901
7076
|
uiConfiguration?: {
|
|
6902
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7077
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6903
7078
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6904
7079
|
} | null | undefined;
|
|
6905
7080
|
width?: number | null | undefined;
|
|
@@ -6909,6 +7084,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6909
7084
|
formula?: string | null | undefined;
|
|
6910
7085
|
context?: string[] | null | undefined;
|
|
6911
7086
|
prompt?: string | null | undefined;
|
|
7087
|
+
matching?: Record<string, unknown> | undefined;
|
|
6912
7088
|
}) | ({
|
|
6913
7089
|
type: "number";
|
|
6914
7090
|
format?: string | null | undefined;
|
|
@@ -6943,7 +7119,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6943
7119
|
required?: boolean | null | undefined;
|
|
6944
7120
|
} | null | undefined;
|
|
6945
7121
|
uiConfiguration?: {
|
|
6946
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7122
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6947
7123
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6948
7124
|
} | null | undefined;
|
|
6949
7125
|
width?: number | null | undefined;
|
|
@@ -6953,10 +7129,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6953
7129
|
formula?: string | null | undefined;
|
|
6954
7130
|
context?: string[] | null | undefined;
|
|
6955
7131
|
prompt?: string | null | undefined;
|
|
7132
|
+
matching?: Record<string, unknown> | undefined;
|
|
6956
7133
|
}) | ({
|
|
6957
7134
|
options: {
|
|
6958
7135
|
value: string;
|
|
6959
7136
|
label: string;
|
|
7137
|
+
struct?: unknown;
|
|
6960
7138
|
}[];
|
|
6961
7139
|
type: "enum";
|
|
6962
7140
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6986,7 +7164,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6986
7164
|
required?: boolean | null | undefined;
|
|
6987
7165
|
} | null | undefined;
|
|
6988
7166
|
uiConfiguration?: {
|
|
6989
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7167
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6990
7168
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6991
7169
|
} | null | undefined;
|
|
6992
7170
|
width?: number | null | undefined;
|
|
@@ -6996,6 +7174,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
6996
7174
|
formula?: string | null | undefined;
|
|
6997
7175
|
context?: string[] | null | undefined;
|
|
6998
7176
|
prompt?: string | null | undefined;
|
|
7177
|
+
matching?: Record<string, unknown> | undefined;
|
|
6999
7178
|
}) | ({
|
|
7000
7179
|
id: string;
|
|
7001
7180
|
label: string;
|
|
@@ -7039,7 +7218,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7039
7218
|
required?: boolean | null | undefined;
|
|
7040
7219
|
} | null | undefined;
|
|
7041
7220
|
uiConfiguration?: {
|
|
7042
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7221
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7043
7222
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7044
7223
|
} | null | undefined;
|
|
7045
7224
|
width?: number | null | undefined;
|
|
@@ -7049,6 +7228,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7049
7228
|
formula?: string | null | undefined;
|
|
7050
7229
|
context?: string[] | null | undefined;
|
|
7051
7230
|
prompt?: string | null | undefined;
|
|
7231
|
+
matching?: Record<string, unknown> | undefined;
|
|
7052
7232
|
}) | ({
|
|
7053
7233
|
type: "date";
|
|
7054
7234
|
format?: string | null | undefined;
|
|
@@ -7078,7 +7258,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7078
7258
|
required?: boolean | null | undefined;
|
|
7079
7259
|
} | null | undefined;
|
|
7080
7260
|
uiConfiguration?: {
|
|
7081
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7261
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7082
7262
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7083
7263
|
} | null | undefined;
|
|
7084
7264
|
width?: number | null | undefined;
|
|
@@ -7088,6 +7268,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7088
7268
|
formula?: string | null | undefined;
|
|
7089
7269
|
context?: string[] | null | undefined;
|
|
7090
7270
|
prompt?: string | null | undefined;
|
|
7271
|
+
matching?: Record<string, unknown> | undefined;
|
|
7091
7272
|
}) | ({
|
|
7092
7273
|
type: "number";
|
|
7093
7274
|
format?: string | null | undefined;
|
|
@@ -7122,7 +7303,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7122
7303
|
required?: boolean | null | undefined;
|
|
7123
7304
|
} | null | undefined;
|
|
7124
7305
|
uiConfiguration?: {
|
|
7125
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7306
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7126
7307
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7127
7308
|
} | null | undefined;
|
|
7128
7309
|
width?: number | null | undefined;
|
|
@@ -7132,10 +7313,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7132
7313
|
formula?: string | null | undefined;
|
|
7133
7314
|
context?: string[] | null | undefined;
|
|
7134
7315
|
prompt?: string | null | undefined;
|
|
7316
|
+
matching?: Record<string, unknown> | undefined;
|
|
7135
7317
|
}) | ({
|
|
7136
7318
|
options: {
|
|
7137
7319
|
value: string;
|
|
7138
7320
|
label: string;
|
|
7321
|
+
struct?: unknown;
|
|
7139
7322
|
}[];
|
|
7140
7323
|
type: "enum";
|
|
7141
7324
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7165,7 +7348,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7165
7348
|
required?: boolean | null | undefined;
|
|
7166
7349
|
} | null | undefined;
|
|
7167
7350
|
uiConfiguration?: {
|
|
7168
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7351
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7169
7352
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7170
7353
|
} | null | undefined;
|
|
7171
7354
|
width?: number | null | undefined;
|
|
@@ -7175,6 +7358,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7175
7358
|
formula?: string | null | undefined;
|
|
7176
7359
|
context?: string[] | null | undefined;
|
|
7177
7360
|
prompt?: string | null | undefined;
|
|
7361
|
+
matching?: Record<string, unknown> | undefined;
|
|
7178
7362
|
}) | ({
|
|
7179
7363
|
id: string;
|
|
7180
7364
|
label: string;
|
|
@@ -7227,7 +7411,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7227
7411
|
required?: boolean | null | undefined;
|
|
7228
7412
|
} | null | undefined;
|
|
7229
7413
|
uiConfiguration?: {
|
|
7230
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7414
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7231
7415
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7232
7416
|
} | null | undefined;
|
|
7233
7417
|
width?: number | null | undefined;
|
|
@@ -7237,6 +7421,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7237
7421
|
formula?: string | null | undefined;
|
|
7238
7422
|
context?: string[] | null | undefined;
|
|
7239
7423
|
prompt?: string | null | undefined;
|
|
7424
|
+
matching?: Record<string, unknown> | undefined;
|
|
7240
7425
|
}) | ({
|
|
7241
7426
|
type: "date";
|
|
7242
7427
|
format?: string | null | undefined;
|
|
@@ -7266,7 +7451,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7266
7451
|
required?: boolean | null | undefined;
|
|
7267
7452
|
} | null | undefined;
|
|
7268
7453
|
uiConfiguration?: {
|
|
7269
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7454
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7270
7455
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7271
7456
|
} | null | undefined;
|
|
7272
7457
|
width?: number | null | undefined;
|
|
@@ -7276,6 +7461,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7276
7461
|
formula?: string | null | undefined;
|
|
7277
7462
|
context?: string[] | null | undefined;
|
|
7278
7463
|
prompt?: string | null | undefined;
|
|
7464
|
+
matching?: Record<string, unknown> | undefined;
|
|
7279
7465
|
}) | ({
|
|
7280
7466
|
type: "number";
|
|
7281
7467
|
format?: string | null | undefined;
|
|
@@ -7310,7 +7496,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7310
7496
|
required?: boolean | null | undefined;
|
|
7311
7497
|
} | null | undefined;
|
|
7312
7498
|
uiConfiguration?: {
|
|
7313
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7499
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7314
7500
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7315
7501
|
} | null | undefined;
|
|
7316
7502
|
width?: number | null | undefined;
|
|
@@ -7320,10 +7506,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7320
7506
|
formula?: string | null | undefined;
|
|
7321
7507
|
context?: string[] | null | undefined;
|
|
7322
7508
|
prompt?: string | null | undefined;
|
|
7509
|
+
matching?: Record<string, unknown> | undefined;
|
|
7323
7510
|
}) | ({
|
|
7324
7511
|
options: {
|
|
7325
7512
|
value: string;
|
|
7326
7513
|
label: string;
|
|
7514
|
+
struct?: unknown;
|
|
7327
7515
|
}[];
|
|
7328
7516
|
type: "enum";
|
|
7329
7517
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7353,7 +7541,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7353
7541
|
required?: boolean | null | undefined;
|
|
7354
7542
|
} | null | undefined;
|
|
7355
7543
|
uiConfiguration?: {
|
|
7356
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7544
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7357
7545
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7358
7546
|
} | null | undefined;
|
|
7359
7547
|
width?: number | null | undefined;
|
|
@@ -7363,6 +7551,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7363
7551
|
formula?: string | null | undefined;
|
|
7364
7552
|
context?: string[] | null | undefined;
|
|
7365
7553
|
prompt?: string | null | undefined;
|
|
7554
|
+
matching?: Record<string, unknown> | undefined;
|
|
7366
7555
|
}) | ({
|
|
7367
7556
|
id: string;
|
|
7368
7557
|
label: string;
|
|
@@ -7425,7 +7614,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7425
7614
|
required?: boolean | null | undefined;
|
|
7426
7615
|
} | null | undefined;
|
|
7427
7616
|
uiConfiguration?: {
|
|
7428
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7617
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7429
7618
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7430
7619
|
} | null | undefined;
|
|
7431
7620
|
width?: number | null | undefined;
|
|
@@ -7435,6 +7624,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7435
7624
|
formula?: string | null | undefined;
|
|
7436
7625
|
context?: string[] | null | undefined;
|
|
7437
7626
|
prompt?: string | null | undefined;
|
|
7627
|
+
matching?: Record<string, unknown> | undefined;
|
|
7438
7628
|
}) | ({
|
|
7439
7629
|
type: "date";
|
|
7440
7630
|
format?: string | null | undefined;
|
|
@@ -7464,7 +7654,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7464
7654
|
required?: boolean | null | undefined;
|
|
7465
7655
|
} | null | undefined;
|
|
7466
7656
|
uiConfiguration?: {
|
|
7467
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7657
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7468
7658
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7469
7659
|
} | null | undefined;
|
|
7470
7660
|
width?: number | null | undefined;
|
|
@@ -7474,6 +7664,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7474
7664
|
formula?: string | null | undefined;
|
|
7475
7665
|
context?: string[] | null | undefined;
|
|
7476
7666
|
prompt?: string | null | undefined;
|
|
7667
|
+
matching?: Record<string, unknown> | undefined;
|
|
7477
7668
|
}) | ({
|
|
7478
7669
|
type: "number";
|
|
7479
7670
|
format?: string | null | undefined;
|
|
@@ -7508,7 +7699,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7508
7699
|
required?: boolean | null | undefined;
|
|
7509
7700
|
} | null | undefined;
|
|
7510
7701
|
uiConfiguration?: {
|
|
7511
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7702
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7512
7703
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7513
7704
|
} | null | undefined;
|
|
7514
7705
|
width?: number | null | undefined;
|
|
@@ -7518,10 +7709,12 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7518
7709
|
formula?: string | null | undefined;
|
|
7519
7710
|
context?: string[] | null | undefined;
|
|
7520
7711
|
prompt?: string | null | undefined;
|
|
7712
|
+
matching?: Record<string, unknown> | undefined;
|
|
7521
7713
|
}) | ({
|
|
7522
7714
|
options: {
|
|
7523
7715
|
value: string;
|
|
7524
7716
|
label: string;
|
|
7717
|
+
struct?: unknown;
|
|
7525
7718
|
}[];
|
|
7526
7719
|
type: "enum";
|
|
7527
7720
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7551,7 +7744,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7551
7744
|
required?: boolean | null | undefined;
|
|
7552
7745
|
} | null | undefined;
|
|
7553
7746
|
uiConfiguration?: {
|
|
7554
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7747
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7555
7748
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7556
7749
|
} | null | undefined;
|
|
7557
7750
|
width?: number | null | undefined;
|
|
@@ -7561,6 +7754,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7561
7754
|
formula?: string | null | undefined;
|
|
7562
7755
|
context?: string[] | null | undefined;
|
|
7563
7756
|
prompt?: string | null | undefined;
|
|
7757
|
+
matching?: Record<string, unknown> | undefined;
|
|
7564
7758
|
}) | ({
|
|
7565
7759
|
id: string;
|
|
7566
7760
|
label: string;
|
|
@@ -7618,3 +7812,45 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
|
7618
7812
|
fields?: ("url" | "content" | "id" | "metadata" | "name" | "queues")[] | undefined;
|
|
7619
7813
|
}>;
|
|
7620
7814
|
};
|
|
7815
|
+
export declare const getRaw: (schemaId: ID, query?: SchemaGetQuery) => {
|
|
7816
|
+
readonly endpoint: `/schemas/${number}`;
|
|
7817
|
+
readonly method: "GET";
|
|
7818
|
+
readonly responseSchema: import("zod").ZodObject<{
|
|
7819
|
+
id: import("zod").ZodNumber;
|
|
7820
|
+
name: import("zod").ZodString;
|
|
7821
|
+
url: import("zod").ZodString;
|
|
7822
|
+
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
7823
|
+
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
7824
|
+
content: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
7825
|
+
modifiedBy: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7826
|
+
modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
7827
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7828
|
+
url: string;
|
|
7829
|
+
id: number;
|
|
7830
|
+
modifiedAt: string | null;
|
|
7831
|
+
name: string;
|
|
7832
|
+
queues: string[];
|
|
7833
|
+
modifiedBy: string | null;
|
|
7834
|
+
metadata?: unknown;
|
|
7835
|
+
content?: unknown;
|
|
7836
|
+
}, {
|
|
7837
|
+
url: string;
|
|
7838
|
+
id: number;
|
|
7839
|
+
modifiedAt: string | null;
|
|
7840
|
+
name: string;
|
|
7841
|
+
queues: string[];
|
|
7842
|
+
modifiedBy: string | null;
|
|
7843
|
+
metadata?: unknown;
|
|
7844
|
+
content?: unknown;
|
|
7845
|
+
}>;
|
|
7846
|
+
readonly query: Partial<{
|
|
7847
|
+
fields: ("id" | "name" | "url" | "queues" | "metadata" | "content")[];
|
|
7848
|
+
}>;
|
|
7849
|
+
readonly querySchema: import("zod").ZodObject<{
|
|
7850
|
+
fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"id">, import("zod").ZodLiteral<"name">, import("zod").ZodLiteral<"url">, import("zod").ZodLiteral<"queues">, import("zod").ZodLiteral<"metadata">, import("zod").ZodLiteral<"content">]>, "many">>;
|
|
7851
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
7852
|
+
fields?: ("url" | "content" | "id" | "metadata" | "name" | "queues")[] | undefined;
|
|
7853
|
+
}, {
|
|
7854
|
+
fields?: ("url" | "content" | "id" | "metadata" | "name" | "queues")[] | undefined;
|
|
7855
|
+
}>;
|
|
7856
|
+
};
|