@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
|
@@ -105,13 +105,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
105
105
|
required?: boolean | null | undefined;
|
|
106
106
|
}>>>;
|
|
107
107
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
108
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
108
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
109
109
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
111
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
112
112
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
113
113
|
}, {
|
|
114
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
114
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
115
115
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
116
116
|
}>>>;
|
|
117
117
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -121,6 +121,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
121
121
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
122
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
123
123
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
124
125
|
}, "strip", z.ZodTypeAny, {
|
|
125
126
|
suggest?: true | undefined;
|
|
126
127
|
canExport?: boolean | null | undefined;
|
|
@@ -139,7 +140,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
139
140
|
required?: boolean | null | undefined;
|
|
140
141
|
} | null | undefined;
|
|
141
142
|
uiConfiguration?: {
|
|
142
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
143
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
143
144
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
144
145
|
} | null | undefined;
|
|
145
146
|
width?: number | null | undefined;
|
|
@@ -149,6 +150,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
149
150
|
formula?: string | null | undefined;
|
|
150
151
|
context?: string[] | null | undefined;
|
|
151
152
|
prompt?: string | null | undefined;
|
|
153
|
+
matching?: Record<string, unknown> | undefined;
|
|
152
154
|
}, {
|
|
153
155
|
suggest?: true | undefined;
|
|
154
156
|
canExport?: boolean | null | undefined;
|
|
@@ -167,7 +169,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
167
169
|
required?: boolean | null | undefined;
|
|
168
170
|
} | null | undefined;
|
|
169
171
|
uiConfiguration?: {
|
|
170
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
172
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
171
173
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
172
174
|
} | null | undefined;
|
|
173
175
|
width?: number | null | undefined;
|
|
@@ -177,6 +179,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
177
179
|
formula?: string | null | undefined;
|
|
178
180
|
context?: string[] | null | undefined;
|
|
179
181
|
prompt?: string | null | undefined;
|
|
182
|
+
matching?: Record<string, unknown> | undefined;
|
|
180
183
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
181
184
|
type: z.ZodLiteral<"date">;
|
|
182
185
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -260,13 +263,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
260
263
|
required?: boolean | null | undefined;
|
|
261
264
|
}>>>;
|
|
262
265
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
263
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
266
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
264
267
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
265
268
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
269
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
267
270
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
268
271
|
}, {
|
|
269
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
272
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
270
273
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
271
274
|
}>>>;
|
|
272
275
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -276,6 +279,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
276
279
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
277
280
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
278
281
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
282
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
279
283
|
}, "strip", z.ZodTypeAny, {
|
|
280
284
|
suggest?: true | undefined;
|
|
281
285
|
canExport?: boolean | null | undefined;
|
|
@@ -294,7 +298,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
294
298
|
required?: boolean | null | undefined;
|
|
295
299
|
} | null | undefined;
|
|
296
300
|
uiConfiguration?: {
|
|
297
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
301
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
298
302
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
299
303
|
} | null | undefined;
|
|
300
304
|
width?: number | null | undefined;
|
|
@@ -304,6 +308,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
304
308
|
formula?: string | null | undefined;
|
|
305
309
|
context?: string[] | null | undefined;
|
|
306
310
|
prompt?: string | null | undefined;
|
|
311
|
+
matching?: Record<string, unknown> | undefined;
|
|
307
312
|
}, {
|
|
308
313
|
suggest?: true | undefined;
|
|
309
314
|
canExport?: boolean | null | undefined;
|
|
@@ -322,7 +327,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
322
327
|
required?: boolean | null | undefined;
|
|
323
328
|
} | null | undefined;
|
|
324
329
|
uiConfiguration?: {
|
|
325
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
330
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
326
331
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
327
332
|
} | null | undefined;
|
|
328
333
|
width?: number | null | undefined;
|
|
@@ -332,6 +337,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
332
337
|
formula?: string | null | undefined;
|
|
333
338
|
context?: string[] | null | undefined;
|
|
334
339
|
prompt?: string | null | undefined;
|
|
340
|
+
matching?: Record<string, unknown> | undefined;
|
|
335
341
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
336
342
|
type: z.ZodLiteral<"number">;
|
|
337
343
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -442,13 +448,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
442
448
|
required?: boolean | null | undefined;
|
|
443
449
|
}>>>;
|
|
444
450
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
445
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
451
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
446
452
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
447
453
|
}, "strip", z.ZodTypeAny, {
|
|
448
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
454
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
449
455
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
450
456
|
}, {
|
|
451
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
457
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
452
458
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
453
459
|
}>>>;
|
|
454
460
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -458,6 +464,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
458
464
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
459
465
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
460
466
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
467
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
461
468
|
}, "strip", z.ZodTypeAny, {
|
|
462
469
|
suggest?: true | undefined;
|
|
463
470
|
canExport?: boolean | null | undefined;
|
|
@@ -476,7 +483,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
476
483
|
required?: boolean | null | undefined;
|
|
477
484
|
} | null | undefined;
|
|
478
485
|
uiConfiguration?: {
|
|
479
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
486
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
480
487
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
481
488
|
} | null | undefined;
|
|
482
489
|
width?: number | null | undefined;
|
|
@@ -486,6 +493,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
486
493
|
formula?: string | null | undefined;
|
|
487
494
|
context?: string[] | null | undefined;
|
|
488
495
|
prompt?: string | null | undefined;
|
|
496
|
+
matching?: Record<string, unknown> | undefined;
|
|
489
497
|
}, {
|
|
490
498
|
suggest?: true | undefined;
|
|
491
499
|
canExport?: boolean | null | undefined;
|
|
@@ -504,7 +512,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
504
512
|
required?: boolean | null | undefined;
|
|
505
513
|
} | null | undefined;
|
|
506
514
|
uiConfiguration?: {
|
|
507
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
515
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
508
516
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
509
517
|
} | null | undefined;
|
|
510
518
|
width?: number | null | undefined;
|
|
@@ -514,23 +522,28 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
514
522
|
formula?: string | null | undefined;
|
|
515
523
|
context?: string[] | null | undefined;
|
|
516
524
|
prompt?: string | null | undefined;
|
|
525
|
+
matching?: Record<string, unknown> | undefined;
|
|
517
526
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
518
527
|
type: z.ZodLiteral<"enum">;
|
|
519
528
|
options: z.ZodArray<z.ZodObject<{
|
|
520
529
|
value: z.ZodString;
|
|
521
530
|
label: z.ZodString;
|
|
531
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
522
532
|
}, "strip", z.ZodTypeAny, {
|
|
523
533
|
value: string;
|
|
524
534
|
label: string;
|
|
535
|
+
struct?: unknown;
|
|
525
536
|
}, {
|
|
526
537
|
value: string;
|
|
527
538
|
label: string;
|
|
539
|
+
struct?: unknown;
|
|
528
540
|
}>, "many">;
|
|
529
541
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
530
542
|
}, "strip", z.ZodTypeAny, {
|
|
531
543
|
options: {
|
|
532
544
|
value: string;
|
|
533
545
|
label: string;
|
|
546
|
+
struct?: unknown;
|
|
534
547
|
}[];
|
|
535
548
|
type: "enum";
|
|
536
549
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -538,6 +551,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
538
551
|
options: {
|
|
539
552
|
value: string;
|
|
540
553
|
label: string;
|
|
554
|
+
struct?: unknown;
|
|
541
555
|
}[];
|
|
542
556
|
type: "enum";
|
|
543
557
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -615,13 +629,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
615
629
|
required?: boolean | null | undefined;
|
|
616
630
|
}>>>;
|
|
617
631
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
618
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
632
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
619
633
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
620
634
|
}, "strip", z.ZodTypeAny, {
|
|
621
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
635
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
622
636
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
623
637
|
}, {
|
|
624
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
638
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
625
639
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
626
640
|
}>>>;
|
|
627
641
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -631,6 +645,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
631
645
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
632
646
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
633
647
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
648
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
634
649
|
}, "strip", z.ZodTypeAny, {
|
|
635
650
|
suggest?: true | undefined;
|
|
636
651
|
canExport?: boolean | null | undefined;
|
|
@@ -649,7 +664,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
649
664
|
required?: boolean | null | undefined;
|
|
650
665
|
} | null | undefined;
|
|
651
666
|
uiConfiguration?: {
|
|
652
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
667
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
653
668
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
654
669
|
} | null | undefined;
|
|
655
670
|
width?: number | null | undefined;
|
|
@@ -659,6 +674,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
659
674
|
formula?: string | null | undefined;
|
|
660
675
|
context?: string[] | null | undefined;
|
|
661
676
|
prompt?: string | null | undefined;
|
|
677
|
+
matching?: Record<string, unknown> | undefined;
|
|
662
678
|
}, {
|
|
663
679
|
suggest?: true | undefined;
|
|
664
680
|
canExport?: boolean | null | undefined;
|
|
@@ -677,7 +693,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
677
693
|
required?: boolean | null | undefined;
|
|
678
694
|
} | null | undefined;
|
|
679
695
|
uiConfiguration?: {
|
|
680
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
696
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
681
697
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
682
698
|
} | null | undefined;
|
|
683
699
|
width?: number | null | undefined;
|
|
@@ -687,6 +703,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
687
703
|
formula?: string | null | undefined;
|
|
688
704
|
context?: string[] | null | undefined;
|
|
689
705
|
prompt?: string | null | undefined;
|
|
706
|
+
matching?: Record<string, unknown> | undefined;
|
|
690
707
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
691
708
|
id: z.ZodString;
|
|
692
709
|
label: z.ZodString;
|
|
@@ -811,13 +828,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
811
828
|
required?: boolean | null | undefined;
|
|
812
829
|
}>>>;
|
|
813
830
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
814
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
831
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
815
832
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
816
833
|
}, "strip", z.ZodTypeAny, {
|
|
817
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
834
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
818
835
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
819
836
|
}, {
|
|
820
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
837
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
821
838
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
822
839
|
}>>>;
|
|
823
840
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -827,6 +844,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
827
844
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
828
845
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
829
846
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
847
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
830
848
|
}, "strip", z.ZodTypeAny, {
|
|
831
849
|
suggest?: true | undefined;
|
|
832
850
|
canExport?: boolean | null | undefined;
|
|
@@ -845,7 +863,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
845
863
|
required?: boolean | null | undefined;
|
|
846
864
|
} | null | undefined;
|
|
847
865
|
uiConfiguration?: {
|
|
848
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
866
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
849
867
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
850
868
|
} | null | undefined;
|
|
851
869
|
width?: number | null | undefined;
|
|
@@ -855,6 +873,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
855
873
|
formula?: string | null | undefined;
|
|
856
874
|
context?: string[] | null | undefined;
|
|
857
875
|
prompt?: string | null | undefined;
|
|
876
|
+
matching?: Record<string, unknown> | undefined;
|
|
858
877
|
}, {
|
|
859
878
|
suggest?: true | undefined;
|
|
860
879
|
canExport?: boolean | null | undefined;
|
|
@@ -873,7 +892,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
873
892
|
required?: boolean | null | undefined;
|
|
874
893
|
} | null | undefined;
|
|
875
894
|
uiConfiguration?: {
|
|
876
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
895
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
877
896
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
878
897
|
} | null | undefined;
|
|
879
898
|
width?: number | null | undefined;
|
|
@@ -883,6 +902,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
883
902
|
formula?: string | null | undefined;
|
|
884
903
|
context?: string[] | null | undefined;
|
|
885
904
|
prompt?: string | null | undefined;
|
|
905
|
+
matching?: Record<string, unknown> | undefined;
|
|
886
906
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
887
907
|
type: z.ZodLiteral<"date">;
|
|
888
908
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -966,13 +986,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
966
986
|
required?: boolean | null | undefined;
|
|
967
987
|
}>>>;
|
|
968
988
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
969
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
989
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
970
990
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
971
991
|
}, "strip", z.ZodTypeAny, {
|
|
972
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
992
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
973
993
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
974
994
|
}, {
|
|
975
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
995
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
976
996
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
977
997
|
}>>>;
|
|
978
998
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -982,6 +1002,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
982
1002
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
983
1003
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
984
1004
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1005
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
985
1006
|
}, "strip", z.ZodTypeAny, {
|
|
986
1007
|
suggest?: true | undefined;
|
|
987
1008
|
canExport?: boolean | null | undefined;
|
|
@@ -1000,7 +1021,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1000
1021
|
required?: boolean | null | undefined;
|
|
1001
1022
|
} | null | undefined;
|
|
1002
1023
|
uiConfiguration?: {
|
|
1003
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1024
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1004
1025
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1005
1026
|
} | null | undefined;
|
|
1006
1027
|
width?: number | null | undefined;
|
|
@@ -1010,6 +1031,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1010
1031
|
formula?: string | null | undefined;
|
|
1011
1032
|
context?: string[] | null | undefined;
|
|
1012
1033
|
prompt?: string | null | undefined;
|
|
1034
|
+
matching?: Record<string, unknown> | undefined;
|
|
1013
1035
|
}, {
|
|
1014
1036
|
suggest?: true | undefined;
|
|
1015
1037
|
canExport?: boolean | null | undefined;
|
|
@@ -1028,7 +1050,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1028
1050
|
required?: boolean | null | undefined;
|
|
1029
1051
|
} | null | undefined;
|
|
1030
1052
|
uiConfiguration?: {
|
|
1031
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1053
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1032
1054
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1033
1055
|
} | null | undefined;
|
|
1034
1056
|
width?: number | null | undefined;
|
|
@@ -1038,6 +1060,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1038
1060
|
formula?: string | null | undefined;
|
|
1039
1061
|
context?: string[] | null | undefined;
|
|
1040
1062
|
prompt?: string | null | undefined;
|
|
1063
|
+
matching?: Record<string, unknown> | undefined;
|
|
1041
1064
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1042
1065
|
type: z.ZodLiteral<"number">;
|
|
1043
1066
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -1148,13 +1171,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1148
1171
|
required?: boolean | null | undefined;
|
|
1149
1172
|
}>>>;
|
|
1150
1173
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1151
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
1174
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
1152
1175
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1153
1176
|
}, "strip", z.ZodTypeAny, {
|
|
1154
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1177
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1155
1178
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1156
1179
|
}, {
|
|
1157
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1180
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1158
1181
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1159
1182
|
}>>>;
|
|
1160
1183
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1164,6 +1187,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1164
1187
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1165
1188
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1166
1189
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1190
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1167
1191
|
}, "strip", z.ZodTypeAny, {
|
|
1168
1192
|
suggest?: true | undefined;
|
|
1169
1193
|
canExport?: boolean | null | undefined;
|
|
@@ -1182,7 +1206,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1182
1206
|
required?: boolean | null | undefined;
|
|
1183
1207
|
} | null | undefined;
|
|
1184
1208
|
uiConfiguration?: {
|
|
1185
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1209
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1186
1210
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1187
1211
|
} | null | undefined;
|
|
1188
1212
|
width?: number | null | undefined;
|
|
@@ -1192,6 +1216,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1192
1216
|
formula?: string | null | undefined;
|
|
1193
1217
|
context?: string[] | null | undefined;
|
|
1194
1218
|
prompt?: string | null | undefined;
|
|
1219
|
+
matching?: Record<string, unknown> | undefined;
|
|
1195
1220
|
}, {
|
|
1196
1221
|
suggest?: true | undefined;
|
|
1197
1222
|
canExport?: boolean | null | undefined;
|
|
@@ -1210,7 +1235,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1210
1235
|
required?: boolean | null | undefined;
|
|
1211
1236
|
} | null | undefined;
|
|
1212
1237
|
uiConfiguration?: {
|
|
1213
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1238
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1214
1239
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1215
1240
|
} | null | undefined;
|
|
1216
1241
|
width?: number | null | undefined;
|
|
@@ -1220,23 +1245,28 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1220
1245
|
formula?: string | null | undefined;
|
|
1221
1246
|
context?: string[] | null | undefined;
|
|
1222
1247
|
prompt?: string | null | undefined;
|
|
1248
|
+
matching?: Record<string, unknown> | undefined;
|
|
1223
1249
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1224
1250
|
type: z.ZodLiteral<"enum">;
|
|
1225
1251
|
options: z.ZodArray<z.ZodObject<{
|
|
1226
1252
|
value: z.ZodString;
|
|
1227
1253
|
label: z.ZodString;
|
|
1254
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
1228
1255
|
}, "strip", z.ZodTypeAny, {
|
|
1229
1256
|
value: string;
|
|
1230
1257
|
label: string;
|
|
1258
|
+
struct?: unknown;
|
|
1231
1259
|
}, {
|
|
1232
1260
|
value: string;
|
|
1233
1261
|
label: string;
|
|
1262
|
+
struct?: unknown;
|
|
1234
1263
|
}>, "many">;
|
|
1235
1264
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
1236
1265
|
}, "strip", z.ZodTypeAny, {
|
|
1237
1266
|
options: {
|
|
1238
1267
|
value: string;
|
|
1239
1268
|
label: string;
|
|
1269
|
+
struct?: unknown;
|
|
1240
1270
|
}[];
|
|
1241
1271
|
type: "enum";
|
|
1242
1272
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1244,6 +1274,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1244
1274
|
options: {
|
|
1245
1275
|
value: string;
|
|
1246
1276
|
label: string;
|
|
1277
|
+
struct?: unknown;
|
|
1247
1278
|
}[];
|
|
1248
1279
|
type: "enum";
|
|
1249
1280
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1321,13 +1352,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1321
1352
|
required?: boolean | null | undefined;
|
|
1322
1353
|
}>>>;
|
|
1323
1354
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1324
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
1355
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
1325
1356
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1326
1357
|
}, "strip", z.ZodTypeAny, {
|
|
1327
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1358
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1328
1359
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1329
1360
|
}, {
|
|
1330
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1361
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1331
1362
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1332
1363
|
}>>>;
|
|
1333
1364
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1337,6 +1368,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1337
1368
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1338
1369
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1339
1370
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1371
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1340
1372
|
}, "strip", z.ZodTypeAny, {
|
|
1341
1373
|
suggest?: true | undefined;
|
|
1342
1374
|
canExport?: boolean | null | undefined;
|
|
@@ -1355,7 +1387,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1355
1387
|
required?: boolean | null | undefined;
|
|
1356
1388
|
} | null | undefined;
|
|
1357
1389
|
uiConfiguration?: {
|
|
1358
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1390
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1359
1391
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1360
1392
|
} | null | undefined;
|
|
1361
1393
|
width?: number | null | undefined;
|
|
@@ -1365,6 +1397,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1365
1397
|
formula?: string | null | undefined;
|
|
1366
1398
|
context?: string[] | null | undefined;
|
|
1367
1399
|
prompt?: string | null | undefined;
|
|
1400
|
+
matching?: Record<string, unknown> | undefined;
|
|
1368
1401
|
}, {
|
|
1369
1402
|
suggest?: true | undefined;
|
|
1370
1403
|
canExport?: boolean | null | undefined;
|
|
@@ -1383,7 +1416,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1383
1416
|
required?: boolean | null | undefined;
|
|
1384
1417
|
} | null | undefined;
|
|
1385
1418
|
uiConfiguration?: {
|
|
1386
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1419
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1387
1420
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1388
1421
|
} | null | undefined;
|
|
1389
1422
|
width?: number | null | undefined;
|
|
@@ -1393,6 +1426,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1393
1426
|
formula?: string | null | undefined;
|
|
1394
1427
|
context?: string[] | null | undefined;
|
|
1395
1428
|
prompt?: string | null | undefined;
|
|
1429
|
+
matching?: Record<string, unknown> | undefined;
|
|
1396
1430
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1397
1431
|
id: z.ZodString;
|
|
1398
1432
|
label: z.ZodString;
|
|
@@ -1466,7 +1500,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1466
1500
|
required?: boolean | null | undefined;
|
|
1467
1501
|
} | null | undefined;
|
|
1468
1502
|
uiConfiguration?: {
|
|
1469
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1503
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1470
1504
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1471
1505
|
} | null | undefined;
|
|
1472
1506
|
width?: number | null | undefined;
|
|
@@ -1476,6 +1510,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1476
1510
|
formula?: string | null | undefined;
|
|
1477
1511
|
context?: string[] | null | undefined;
|
|
1478
1512
|
prompt?: string | null | undefined;
|
|
1513
|
+
matching?: Record<string, unknown> | undefined;
|
|
1479
1514
|
}) | ({
|
|
1480
1515
|
type: "date";
|
|
1481
1516
|
format?: string | null | undefined;
|
|
@@ -1505,7 +1540,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1505
1540
|
required?: boolean | null | undefined;
|
|
1506
1541
|
} | null | undefined;
|
|
1507
1542
|
uiConfiguration?: {
|
|
1508
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1543
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1509
1544
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1510
1545
|
} | null | undefined;
|
|
1511
1546
|
width?: number | null | undefined;
|
|
@@ -1515,6 +1550,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1515
1550
|
formula?: string | null | undefined;
|
|
1516
1551
|
context?: string[] | null | undefined;
|
|
1517
1552
|
prompt?: string | null | undefined;
|
|
1553
|
+
matching?: Record<string, unknown> | undefined;
|
|
1518
1554
|
}) | ({
|
|
1519
1555
|
type: "number";
|
|
1520
1556
|
format?: string | null | undefined;
|
|
@@ -1549,7 +1585,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1549
1585
|
required?: boolean | null | undefined;
|
|
1550
1586
|
} | null | undefined;
|
|
1551
1587
|
uiConfiguration?: {
|
|
1552
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1588
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1553
1589
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1554
1590
|
} | null | undefined;
|
|
1555
1591
|
width?: number | null | undefined;
|
|
@@ -1559,10 +1595,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1559
1595
|
formula?: string | null | undefined;
|
|
1560
1596
|
context?: string[] | null | undefined;
|
|
1561
1597
|
prompt?: string | null | undefined;
|
|
1598
|
+
matching?: Record<string, unknown> | undefined;
|
|
1562
1599
|
}) | ({
|
|
1563
1600
|
options: {
|
|
1564
1601
|
value: string;
|
|
1565
1602
|
label: string;
|
|
1603
|
+
struct?: unknown;
|
|
1566
1604
|
}[];
|
|
1567
1605
|
type: "enum";
|
|
1568
1606
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1592,7 +1630,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1592
1630
|
required?: boolean | null | undefined;
|
|
1593
1631
|
} | null | undefined;
|
|
1594
1632
|
uiConfiguration?: {
|
|
1595
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1633
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1596
1634
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1597
1635
|
} | null | undefined;
|
|
1598
1636
|
width?: number | null | undefined;
|
|
@@ -1602,6 +1640,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1602
1640
|
formula?: string | null | undefined;
|
|
1603
1641
|
context?: string[] | null | undefined;
|
|
1604
1642
|
prompt?: string | null | undefined;
|
|
1643
|
+
matching?: Record<string, unknown> | undefined;
|
|
1605
1644
|
}) | ({
|
|
1606
1645
|
id: string;
|
|
1607
1646
|
label: string;
|
|
@@ -1648,7 +1687,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1648
1687
|
required?: boolean | null | undefined;
|
|
1649
1688
|
} | null | undefined;
|
|
1650
1689
|
uiConfiguration?: {
|
|
1651
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1690
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1652
1691
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1653
1692
|
} | null | undefined;
|
|
1654
1693
|
width?: number | null | undefined;
|
|
@@ -1658,6 +1697,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1658
1697
|
formula?: string | null | undefined;
|
|
1659
1698
|
context?: string[] | null | undefined;
|
|
1660
1699
|
prompt?: string | null | undefined;
|
|
1700
|
+
matching?: Record<string, unknown> | undefined;
|
|
1661
1701
|
}) | ({
|
|
1662
1702
|
type: "date";
|
|
1663
1703
|
format?: string | null | undefined;
|
|
@@ -1687,7 +1727,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1687
1727
|
required?: boolean | null | undefined;
|
|
1688
1728
|
} | null | undefined;
|
|
1689
1729
|
uiConfiguration?: {
|
|
1690
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1730
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1691
1731
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1692
1732
|
} | null | undefined;
|
|
1693
1733
|
width?: number | null | undefined;
|
|
@@ -1697,6 +1737,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1697
1737
|
formula?: string | null | undefined;
|
|
1698
1738
|
context?: string[] | null | undefined;
|
|
1699
1739
|
prompt?: string | null | undefined;
|
|
1740
|
+
matching?: Record<string, unknown> | undefined;
|
|
1700
1741
|
}) | ({
|
|
1701
1742
|
type: "number";
|
|
1702
1743
|
format?: string | null | undefined;
|
|
@@ -1731,7 +1772,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1731
1772
|
required?: boolean | null | undefined;
|
|
1732
1773
|
} | null | undefined;
|
|
1733
1774
|
uiConfiguration?: {
|
|
1734
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1775
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1735
1776
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1736
1777
|
} | null | undefined;
|
|
1737
1778
|
width?: number | null | undefined;
|
|
@@ -1741,10 +1782,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1741
1782
|
formula?: string | null | undefined;
|
|
1742
1783
|
context?: string[] | null | undefined;
|
|
1743
1784
|
prompt?: string | null | undefined;
|
|
1785
|
+
matching?: Record<string, unknown> | undefined;
|
|
1744
1786
|
}) | ({
|
|
1745
1787
|
options: {
|
|
1746
1788
|
value: string;
|
|
1747
1789
|
label: string;
|
|
1790
|
+
struct?: unknown;
|
|
1748
1791
|
}[];
|
|
1749
1792
|
type: "enum";
|
|
1750
1793
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1774,7 +1817,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1774
1817
|
required?: boolean | null | undefined;
|
|
1775
1818
|
} | null | undefined;
|
|
1776
1819
|
uiConfiguration?: {
|
|
1777
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1820
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1778
1821
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1779
1822
|
} | null | undefined;
|
|
1780
1823
|
width?: number | null | undefined;
|
|
@@ -1784,6 +1827,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1784
1827
|
formula?: string | null | undefined;
|
|
1785
1828
|
context?: string[] | null | undefined;
|
|
1786
1829
|
prompt?: string | null | undefined;
|
|
1830
|
+
matching?: Record<string, unknown> | undefined;
|
|
1787
1831
|
}) | ({
|
|
1788
1832
|
id: string;
|
|
1789
1833
|
label: string;
|
|
@@ -1900,13 +1944,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1900
1944
|
required?: boolean | null | undefined;
|
|
1901
1945
|
}>>>;
|
|
1902
1946
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1903
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
1947
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
1904
1948
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1905
1949
|
}, "strip", z.ZodTypeAny, {
|
|
1906
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1950
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1907
1951
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1908
1952
|
}, {
|
|
1909
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1953
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1910
1954
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1911
1955
|
}>>>;
|
|
1912
1956
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -1916,6 +1960,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1916
1960
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1917
1961
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1918
1962
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1963
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1919
1964
|
}, "strip", z.ZodTypeAny, {
|
|
1920
1965
|
suggest?: true | undefined;
|
|
1921
1966
|
canExport?: boolean | null | undefined;
|
|
@@ -1934,7 +1979,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1934
1979
|
required?: boolean | null | undefined;
|
|
1935
1980
|
} | null | undefined;
|
|
1936
1981
|
uiConfiguration?: {
|
|
1937
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
1982
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1938
1983
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1939
1984
|
} | null | undefined;
|
|
1940
1985
|
width?: number | null | undefined;
|
|
@@ -1944,6 +1989,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1944
1989
|
formula?: string | null | undefined;
|
|
1945
1990
|
context?: string[] | null | undefined;
|
|
1946
1991
|
prompt?: string | null | undefined;
|
|
1992
|
+
matching?: Record<string, unknown> | undefined;
|
|
1947
1993
|
}, {
|
|
1948
1994
|
suggest?: true | undefined;
|
|
1949
1995
|
canExport?: boolean | null | undefined;
|
|
@@ -1962,7 +2008,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1962
2008
|
required?: boolean | null | undefined;
|
|
1963
2009
|
} | null | undefined;
|
|
1964
2010
|
uiConfiguration?: {
|
|
1965
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2011
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1966
2012
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1967
2013
|
} | null | undefined;
|
|
1968
2014
|
width?: number | null | undefined;
|
|
@@ -1972,6 +2018,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
1972
2018
|
formula?: string | null | undefined;
|
|
1973
2019
|
context?: string[] | null | undefined;
|
|
1974
2020
|
prompt?: string | null | undefined;
|
|
2021
|
+
matching?: Record<string, unknown> | undefined;
|
|
1975
2022
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1976
2023
|
type: z.ZodLiteral<"date">;
|
|
1977
2024
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2055,13 +2102,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2055
2102
|
required?: boolean | null | undefined;
|
|
2056
2103
|
}>>>;
|
|
2057
2104
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2058
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
2105
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
2059
2106
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2060
2107
|
}, "strip", z.ZodTypeAny, {
|
|
2061
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2108
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2062
2109
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2063
2110
|
}, {
|
|
2064
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2111
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2065
2112
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2066
2113
|
}>>>;
|
|
2067
2114
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2071,6 +2118,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2071
2118
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2072
2119
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2073
2120
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2121
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2074
2122
|
}, "strip", z.ZodTypeAny, {
|
|
2075
2123
|
suggest?: true | undefined;
|
|
2076
2124
|
canExport?: boolean | null | undefined;
|
|
@@ -2089,7 +2137,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2089
2137
|
required?: boolean | null | undefined;
|
|
2090
2138
|
} | null | undefined;
|
|
2091
2139
|
uiConfiguration?: {
|
|
2092
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2140
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2093
2141
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2094
2142
|
} | null | undefined;
|
|
2095
2143
|
width?: number | null | undefined;
|
|
@@ -2099,6 +2147,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2099
2147
|
formula?: string | null | undefined;
|
|
2100
2148
|
context?: string[] | null | undefined;
|
|
2101
2149
|
prompt?: string | null | undefined;
|
|
2150
|
+
matching?: Record<string, unknown> | undefined;
|
|
2102
2151
|
}, {
|
|
2103
2152
|
suggest?: true | undefined;
|
|
2104
2153
|
canExport?: boolean | null | undefined;
|
|
@@ -2117,7 +2166,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2117
2166
|
required?: boolean | null | undefined;
|
|
2118
2167
|
} | null | undefined;
|
|
2119
2168
|
uiConfiguration?: {
|
|
2120
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2169
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2121
2170
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2122
2171
|
} | null | undefined;
|
|
2123
2172
|
width?: number | null | undefined;
|
|
@@ -2127,6 +2176,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2127
2176
|
formula?: string | null | undefined;
|
|
2128
2177
|
context?: string[] | null | undefined;
|
|
2129
2178
|
prompt?: string | null | undefined;
|
|
2179
|
+
matching?: Record<string, unknown> | undefined;
|
|
2130
2180
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2131
2181
|
type: z.ZodLiteral<"number">;
|
|
2132
2182
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -2237,13 +2287,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2237
2287
|
required?: boolean | null | undefined;
|
|
2238
2288
|
}>>>;
|
|
2239
2289
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2240
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
2290
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
2241
2291
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2242
2292
|
}, "strip", z.ZodTypeAny, {
|
|
2243
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2293
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2244
2294
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2245
2295
|
}, {
|
|
2246
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2296
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2247
2297
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2248
2298
|
}>>>;
|
|
2249
2299
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2253,6 +2303,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2253
2303
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2254
2304
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2255
2305
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2306
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2256
2307
|
}, "strip", z.ZodTypeAny, {
|
|
2257
2308
|
suggest?: true | undefined;
|
|
2258
2309
|
canExport?: boolean | null | undefined;
|
|
@@ -2271,7 +2322,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2271
2322
|
required?: boolean | null | undefined;
|
|
2272
2323
|
} | null | undefined;
|
|
2273
2324
|
uiConfiguration?: {
|
|
2274
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2325
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2275
2326
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2276
2327
|
} | null | undefined;
|
|
2277
2328
|
width?: number | null | undefined;
|
|
@@ -2281,6 +2332,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2281
2332
|
formula?: string | null | undefined;
|
|
2282
2333
|
context?: string[] | null | undefined;
|
|
2283
2334
|
prompt?: string | null | undefined;
|
|
2335
|
+
matching?: Record<string, unknown> | undefined;
|
|
2284
2336
|
}, {
|
|
2285
2337
|
suggest?: true | undefined;
|
|
2286
2338
|
canExport?: boolean | null | undefined;
|
|
@@ -2299,7 +2351,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2299
2351
|
required?: boolean | null | undefined;
|
|
2300
2352
|
} | null | undefined;
|
|
2301
2353
|
uiConfiguration?: {
|
|
2302
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2354
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2303
2355
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2304
2356
|
} | null | undefined;
|
|
2305
2357
|
width?: number | null | undefined;
|
|
@@ -2309,23 +2361,28 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2309
2361
|
formula?: string | null | undefined;
|
|
2310
2362
|
context?: string[] | null | undefined;
|
|
2311
2363
|
prompt?: string | null | undefined;
|
|
2364
|
+
matching?: Record<string, unknown> | undefined;
|
|
2312
2365
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2313
2366
|
type: z.ZodLiteral<"enum">;
|
|
2314
2367
|
options: z.ZodArray<z.ZodObject<{
|
|
2315
2368
|
value: z.ZodString;
|
|
2316
2369
|
label: z.ZodString;
|
|
2370
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
2317
2371
|
}, "strip", z.ZodTypeAny, {
|
|
2318
2372
|
value: string;
|
|
2319
2373
|
label: string;
|
|
2374
|
+
struct?: unknown;
|
|
2320
2375
|
}, {
|
|
2321
2376
|
value: string;
|
|
2322
2377
|
label: string;
|
|
2378
|
+
struct?: unknown;
|
|
2323
2379
|
}>, "many">;
|
|
2324
2380
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
2325
2381
|
}, "strip", z.ZodTypeAny, {
|
|
2326
2382
|
options: {
|
|
2327
2383
|
value: string;
|
|
2328
2384
|
label: string;
|
|
2385
|
+
struct?: unknown;
|
|
2329
2386
|
}[];
|
|
2330
2387
|
type: "enum";
|
|
2331
2388
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2333,6 +2390,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2333
2390
|
options: {
|
|
2334
2391
|
value: string;
|
|
2335
2392
|
label: string;
|
|
2393
|
+
struct?: unknown;
|
|
2336
2394
|
}[];
|
|
2337
2395
|
type: "enum";
|
|
2338
2396
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2410,13 +2468,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2410
2468
|
required?: boolean | null | undefined;
|
|
2411
2469
|
}>>>;
|
|
2412
2470
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2413
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
2471
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
2414
2472
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2415
2473
|
}, "strip", z.ZodTypeAny, {
|
|
2416
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2474
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2417
2475
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2418
2476
|
}, {
|
|
2419
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2477
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2420
2478
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2421
2479
|
}>>>;
|
|
2422
2480
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -2426,6 +2484,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2426
2484
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2427
2485
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2428
2486
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2487
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2429
2488
|
}, "strip", z.ZodTypeAny, {
|
|
2430
2489
|
suggest?: true | undefined;
|
|
2431
2490
|
canExport?: boolean | null | undefined;
|
|
@@ -2444,7 +2503,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2444
2503
|
required?: boolean | null | undefined;
|
|
2445
2504
|
} | null | undefined;
|
|
2446
2505
|
uiConfiguration?: {
|
|
2447
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2506
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2448
2507
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2449
2508
|
} | null | undefined;
|
|
2450
2509
|
width?: number | null | undefined;
|
|
@@ -2454,6 +2513,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2454
2513
|
formula?: string | null | undefined;
|
|
2455
2514
|
context?: string[] | null | undefined;
|
|
2456
2515
|
prompt?: string | null | undefined;
|
|
2516
|
+
matching?: Record<string, unknown> | undefined;
|
|
2457
2517
|
}, {
|
|
2458
2518
|
suggest?: true | undefined;
|
|
2459
2519
|
canExport?: boolean | null | undefined;
|
|
@@ -2472,7 +2532,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2472
2532
|
required?: boolean | null | undefined;
|
|
2473
2533
|
} | null | undefined;
|
|
2474
2534
|
uiConfiguration?: {
|
|
2475
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2535
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2476
2536
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2477
2537
|
} | null | undefined;
|
|
2478
2538
|
width?: number | null | undefined;
|
|
@@ -2482,6 +2542,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2482
2542
|
formula?: string | null | undefined;
|
|
2483
2543
|
context?: string[] | null | undefined;
|
|
2484
2544
|
prompt?: string | null | undefined;
|
|
2545
|
+
matching?: Record<string, unknown> | undefined;
|
|
2485
2546
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
2486
2547
|
id: z.ZodString;
|
|
2487
2548
|
label: z.ZodString;
|
|
@@ -2554,7 +2615,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2554
2615
|
required?: boolean | null | undefined;
|
|
2555
2616
|
} | null | undefined;
|
|
2556
2617
|
uiConfiguration?: {
|
|
2557
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2618
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2558
2619
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2559
2620
|
} | null | undefined;
|
|
2560
2621
|
width?: number | null | undefined;
|
|
@@ -2564,6 +2625,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2564
2625
|
formula?: string | null | undefined;
|
|
2565
2626
|
context?: string[] | null | undefined;
|
|
2566
2627
|
prompt?: string | null | undefined;
|
|
2628
|
+
matching?: Record<string, unknown> | undefined;
|
|
2567
2629
|
}) | ({
|
|
2568
2630
|
type: "date";
|
|
2569
2631
|
format?: string | null | undefined;
|
|
@@ -2593,7 +2655,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2593
2655
|
required?: boolean | null | undefined;
|
|
2594
2656
|
} | null | undefined;
|
|
2595
2657
|
uiConfiguration?: {
|
|
2596
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2658
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2597
2659
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2598
2660
|
} | null | undefined;
|
|
2599
2661
|
width?: number | null | undefined;
|
|
@@ -2603,6 +2665,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2603
2665
|
formula?: string | null | undefined;
|
|
2604
2666
|
context?: string[] | null | undefined;
|
|
2605
2667
|
prompt?: string | null | undefined;
|
|
2668
|
+
matching?: Record<string, unknown> | undefined;
|
|
2606
2669
|
}) | ({
|
|
2607
2670
|
type: "number";
|
|
2608
2671
|
format?: string | null | undefined;
|
|
@@ -2637,7 +2700,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2637
2700
|
required?: boolean | null | undefined;
|
|
2638
2701
|
} | null | undefined;
|
|
2639
2702
|
uiConfiguration?: {
|
|
2640
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2703
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2641
2704
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2642
2705
|
} | null | undefined;
|
|
2643
2706
|
width?: number | null | undefined;
|
|
@@ -2647,10 +2710,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2647
2710
|
formula?: string | null | undefined;
|
|
2648
2711
|
context?: string[] | null | undefined;
|
|
2649
2712
|
prompt?: string | null | undefined;
|
|
2713
|
+
matching?: Record<string, unknown> | undefined;
|
|
2650
2714
|
}) | ({
|
|
2651
2715
|
options: {
|
|
2652
2716
|
value: string;
|
|
2653
2717
|
label: string;
|
|
2718
|
+
struct?: unknown;
|
|
2654
2719
|
}[];
|
|
2655
2720
|
type: "enum";
|
|
2656
2721
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2680,7 +2745,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2680
2745
|
required?: boolean | null | undefined;
|
|
2681
2746
|
} | null | undefined;
|
|
2682
2747
|
uiConfiguration?: {
|
|
2683
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2748
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2684
2749
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2685
2750
|
} | null | undefined;
|
|
2686
2751
|
width?: number | null | undefined;
|
|
@@ -2690,6 +2755,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2690
2755
|
formula?: string | null | undefined;
|
|
2691
2756
|
context?: string[] | null | undefined;
|
|
2692
2757
|
prompt?: string | null | undefined;
|
|
2758
|
+
matching?: Record<string, unknown> | undefined;
|
|
2693
2759
|
}) | ({
|
|
2694
2760
|
id: string;
|
|
2695
2761
|
label: string;
|
|
@@ -2734,7 +2800,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2734
2800
|
required?: boolean | null | undefined;
|
|
2735
2801
|
} | null | undefined;
|
|
2736
2802
|
uiConfiguration?: {
|
|
2737
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2803
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2738
2804
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2739
2805
|
} | null | undefined;
|
|
2740
2806
|
width?: number | null | undefined;
|
|
@@ -2744,6 +2810,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2744
2810
|
formula?: string | null | undefined;
|
|
2745
2811
|
context?: string[] | null | undefined;
|
|
2746
2812
|
prompt?: string | null | undefined;
|
|
2813
|
+
matching?: Record<string, unknown> | undefined;
|
|
2747
2814
|
}) | ({
|
|
2748
2815
|
type: "date";
|
|
2749
2816
|
format?: string | null | undefined;
|
|
@@ -2773,7 +2840,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2773
2840
|
required?: boolean | null | undefined;
|
|
2774
2841
|
} | null | undefined;
|
|
2775
2842
|
uiConfiguration?: {
|
|
2776
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2843
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2777
2844
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2778
2845
|
} | null | undefined;
|
|
2779
2846
|
width?: number | null | undefined;
|
|
@@ -2783,6 +2850,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2783
2850
|
formula?: string | null | undefined;
|
|
2784
2851
|
context?: string[] | null | undefined;
|
|
2785
2852
|
prompt?: string | null | undefined;
|
|
2853
|
+
matching?: Record<string, unknown> | undefined;
|
|
2786
2854
|
}) | ({
|
|
2787
2855
|
type: "number";
|
|
2788
2856
|
format?: string | null | undefined;
|
|
@@ -2817,7 +2885,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2817
2885
|
required?: boolean | null | undefined;
|
|
2818
2886
|
} | null | undefined;
|
|
2819
2887
|
uiConfiguration?: {
|
|
2820
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2888
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2821
2889
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2822
2890
|
} | null | undefined;
|
|
2823
2891
|
width?: number | null | undefined;
|
|
@@ -2827,10 +2895,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2827
2895
|
formula?: string | null | undefined;
|
|
2828
2896
|
context?: string[] | null | undefined;
|
|
2829
2897
|
prompt?: string | null | undefined;
|
|
2898
|
+
matching?: Record<string, unknown> | undefined;
|
|
2830
2899
|
}) | ({
|
|
2831
2900
|
options: {
|
|
2832
2901
|
value: string;
|
|
2833
2902
|
label: string;
|
|
2903
|
+
struct?: unknown;
|
|
2834
2904
|
}[];
|
|
2835
2905
|
type: "enum";
|
|
2836
2906
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2860,7 +2930,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2860
2930
|
required?: boolean | null | undefined;
|
|
2861
2931
|
} | null | undefined;
|
|
2862
2932
|
uiConfiguration?: {
|
|
2863
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
2933
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2864
2934
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2865
2935
|
} | null | undefined;
|
|
2866
2936
|
width?: number | null | undefined;
|
|
@@ -2870,6 +2940,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
2870
2940
|
formula?: string | null | undefined;
|
|
2871
2941
|
context?: string[] | null | undefined;
|
|
2872
2942
|
prompt?: string | null | undefined;
|
|
2943
|
+
matching?: Record<string, unknown> | undefined;
|
|
2873
2944
|
}) | ({
|
|
2874
2945
|
id: string;
|
|
2875
2946
|
label: string;
|
|
@@ -3027,13 +3098,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3027
3098
|
required?: boolean | null | undefined;
|
|
3028
3099
|
}>>>;
|
|
3029
3100
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3030
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3101
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3031
3102
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3032
3103
|
}, "strip", z.ZodTypeAny, {
|
|
3033
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3104
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3034
3105
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3035
3106
|
}, {
|
|
3036
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3107
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3037
3108
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3038
3109
|
}>>>;
|
|
3039
3110
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3043,6 +3114,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3043
3114
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3044
3115
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3045
3116
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3117
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3046
3118
|
}, "strip", z.ZodTypeAny, {
|
|
3047
3119
|
suggest?: true | undefined;
|
|
3048
3120
|
canExport?: boolean | null | undefined;
|
|
@@ -3061,7 +3133,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3061
3133
|
required?: boolean | null | undefined;
|
|
3062
3134
|
} | null | undefined;
|
|
3063
3135
|
uiConfiguration?: {
|
|
3064
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3136
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3065
3137
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3066
3138
|
} | null | undefined;
|
|
3067
3139
|
width?: number | null | undefined;
|
|
@@ -3071,6 +3143,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3071
3143
|
formula?: string | null | undefined;
|
|
3072
3144
|
context?: string[] | null | undefined;
|
|
3073
3145
|
prompt?: string | null | undefined;
|
|
3146
|
+
matching?: Record<string, unknown> | undefined;
|
|
3074
3147
|
}, {
|
|
3075
3148
|
suggest?: true | undefined;
|
|
3076
3149
|
canExport?: boolean | null | undefined;
|
|
@@ -3089,7 +3162,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3089
3162
|
required?: boolean | null | undefined;
|
|
3090
3163
|
} | null | undefined;
|
|
3091
3164
|
uiConfiguration?: {
|
|
3092
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3165
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3093
3166
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3094
3167
|
} | null | undefined;
|
|
3095
3168
|
width?: number | null | undefined;
|
|
@@ -3099,6 +3172,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3099
3172
|
formula?: string | null | undefined;
|
|
3100
3173
|
context?: string[] | null | undefined;
|
|
3101
3174
|
prompt?: string | null | undefined;
|
|
3175
|
+
matching?: Record<string, unknown> | undefined;
|
|
3102
3176
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3103
3177
|
type: z.ZodLiteral<"date">;
|
|
3104
3178
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3182,13 +3256,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3182
3256
|
required?: boolean | null | undefined;
|
|
3183
3257
|
}>>>;
|
|
3184
3258
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3185
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3259
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3186
3260
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3187
3261
|
}, "strip", z.ZodTypeAny, {
|
|
3188
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3262
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3189
3263
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3190
3264
|
}, {
|
|
3191
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3265
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3192
3266
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3193
3267
|
}>>>;
|
|
3194
3268
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3198,6 +3272,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3198
3272
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3199
3273
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3200
3274
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3275
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3201
3276
|
}, "strip", z.ZodTypeAny, {
|
|
3202
3277
|
suggest?: true | undefined;
|
|
3203
3278
|
canExport?: boolean | null | undefined;
|
|
@@ -3216,7 +3291,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3216
3291
|
required?: boolean | null | undefined;
|
|
3217
3292
|
} | null | undefined;
|
|
3218
3293
|
uiConfiguration?: {
|
|
3219
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3294
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3220
3295
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3221
3296
|
} | null | undefined;
|
|
3222
3297
|
width?: number | null | undefined;
|
|
@@ -3226,6 +3301,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3226
3301
|
formula?: string | null | undefined;
|
|
3227
3302
|
context?: string[] | null | undefined;
|
|
3228
3303
|
prompt?: string | null | undefined;
|
|
3304
|
+
matching?: Record<string, unknown> | undefined;
|
|
3229
3305
|
}, {
|
|
3230
3306
|
suggest?: true | undefined;
|
|
3231
3307
|
canExport?: boolean | null | undefined;
|
|
@@ -3244,7 +3320,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3244
3320
|
required?: boolean | null | undefined;
|
|
3245
3321
|
} | null | undefined;
|
|
3246
3322
|
uiConfiguration?: {
|
|
3247
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3323
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3248
3324
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3249
3325
|
} | null | undefined;
|
|
3250
3326
|
width?: number | null | undefined;
|
|
@@ -3254,6 +3330,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3254
3330
|
formula?: string | null | undefined;
|
|
3255
3331
|
context?: string[] | null | undefined;
|
|
3256
3332
|
prompt?: string | null | undefined;
|
|
3333
|
+
matching?: Record<string, unknown> | undefined;
|
|
3257
3334
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3258
3335
|
type: z.ZodLiteral<"number">;
|
|
3259
3336
|
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -3364,13 +3441,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3364
3441
|
required?: boolean | null | undefined;
|
|
3365
3442
|
}>>>;
|
|
3366
3443
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3367
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3444
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3368
3445
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3369
3446
|
}, "strip", z.ZodTypeAny, {
|
|
3370
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3447
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3371
3448
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3372
3449
|
}, {
|
|
3373
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3450
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3374
3451
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3375
3452
|
}>>>;
|
|
3376
3453
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3380,6 +3457,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3380
3457
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3381
3458
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3382
3459
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3460
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3383
3461
|
}, "strip", z.ZodTypeAny, {
|
|
3384
3462
|
suggest?: true | undefined;
|
|
3385
3463
|
canExport?: boolean | null | undefined;
|
|
@@ -3398,7 +3476,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3398
3476
|
required?: boolean | null | undefined;
|
|
3399
3477
|
} | null | undefined;
|
|
3400
3478
|
uiConfiguration?: {
|
|
3401
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3479
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3402
3480
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3403
3481
|
} | null | undefined;
|
|
3404
3482
|
width?: number | null | undefined;
|
|
@@ -3408,6 +3486,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3408
3486
|
formula?: string | null | undefined;
|
|
3409
3487
|
context?: string[] | null | undefined;
|
|
3410
3488
|
prompt?: string | null | undefined;
|
|
3489
|
+
matching?: Record<string, unknown> | undefined;
|
|
3411
3490
|
}, {
|
|
3412
3491
|
suggest?: true | undefined;
|
|
3413
3492
|
canExport?: boolean | null | undefined;
|
|
@@ -3426,7 +3505,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3426
3505
|
required?: boolean | null | undefined;
|
|
3427
3506
|
} | null | undefined;
|
|
3428
3507
|
uiConfiguration?: {
|
|
3429
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3508
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3430
3509
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3431
3510
|
} | null | undefined;
|
|
3432
3511
|
width?: number | null | undefined;
|
|
@@ -3436,23 +3515,28 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3436
3515
|
formula?: string | null | undefined;
|
|
3437
3516
|
context?: string[] | null | undefined;
|
|
3438
3517
|
prompt?: string | null | undefined;
|
|
3518
|
+
matching?: Record<string, unknown> | undefined;
|
|
3439
3519
|
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3440
3520
|
type: z.ZodLiteral<"enum">;
|
|
3441
3521
|
options: z.ZodArray<z.ZodObject<{
|
|
3442
3522
|
value: z.ZodString;
|
|
3443
3523
|
label: z.ZodString;
|
|
3524
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
3444
3525
|
}, "strip", z.ZodTypeAny, {
|
|
3445
3526
|
value: string;
|
|
3446
3527
|
label: string;
|
|
3528
|
+
struct?: unknown;
|
|
3447
3529
|
}, {
|
|
3448
3530
|
value: string;
|
|
3449
3531
|
label: string;
|
|
3532
|
+
struct?: unknown;
|
|
3450
3533
|
}>, "many">;
|
|
3451
3534
|
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
3452
3535
|
}, "strip", z.ZodTypeAny, {
|
|
3453
3536
|
options: {
|
|
3454
3537
|
value: string;
|
|
3455
3538
|
label: string;
|
|
3539
|
+
struct?: unknown;
|
|
3456
3540
|
}[];
|
|
3457
3541
|
type: "enum";
|
|
3458
3542
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3460,6 +3544,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3460
3544
|
options: {
|
|
3461
3545
|
value: string;
|
|
3462
3546
|
label: string;
|
|
3547
|
+
struct?: unknown;
|
|
3463
3548
|
}[];
|
|
3464
3549
|
type: "enum";
|
|
3465
3550
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3537,13 +3622,13 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3537
3622
|
required?: boolean | null | undefined;
|
|
3538
3623
|
}>>>;
|
|
3539
3624
|
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3540
|
-
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">]>>>;
|
|
3625
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"captured">, z.ZodLiteral<"data">, z.ZodLiteral<"manual">, z.ZodLiteral<"formula">, z.ZodLiteral<"reasoning">, z.ZodLiteral<"lookup">]>>>;
|
|
3541
3626
|
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3542
3627
|
}, "strip", z.ZodTypeAny, {
|
|
3543
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3628
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3544
3629
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3545
3630
|
}, {
|
|
3546
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3631
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3547
3632
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3548
3633
|
}>>>;
|
|
3549
3634
|
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -3553,6 +3638,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3553
3638
|
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3554
3639
|
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3555
3640
|
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3641
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3556
3642
|
}, "strip", z.ZodTypeAny, {
|
|
3557
3643
|
suggest?: true | undefined;
|
|
3558
3644
|
canExport?: boolean | null | undefined;
|
|
@@ -3571,7 +3657,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3571
3657
|
required?: boolean | null | undefined;
|
|
3572
3658
|
} | null | undefined;
|
|
3573
3659
|
uiConfiguration?: {
|
|
3574
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3660
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3575
3661
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3576
3662
|
} | null | undefined;
|
|
3577
3663
|
width?: number | null | undefined;
|
|
@@ -3581,6 +3667,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3581
3667
|
formula?: string | null | undefined;
|
|
3582
3668
|
context?: string[] | null | undefined;
|
|
3583
3669
|
prompt?: string | null | undefined;
|
|
3670
|
+
matching?: Record<string, unknown> | undefined;
|
|
3584
3671
|
}, {
|
|
3585
3672
|
suggest?: true | undefined;
|
|
3586
3673
|
canExport?: boolean | null | undefined;
|
|
@@ -3599,7 +3686,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3599
3686
|
required?: boolean | null | undefined;
|
|
3600
3687
|
} | null | undefined;
|
|
3601
3688
|
uiConfiguration?: {
|
|
3602
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3689
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3603
3690
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3604
3691
|
} | null | undefined;
|
|
3605
3692
|
width?: number | null | undefined;
|
|
@@ -3609,6 +3696,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3609
3696
|
formula?: string | null | undefined;
|
|
3610
3697
|
context?: string[] | null | undefined;
|
|
3611
3698
|
prompt?: string | null | undefined;
|
|
3699
|
+
matching?: Record<string, unknown> | undefined;
|
|
3612
3700
|
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3613
3701
|
id: z.ZodString;
|
|
3614
3702
|
label: z.ZodString;
|
|
@@ -3682,7 +3770,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3682
3770
|
required?: boolean | null | undefined;
|
|
3683
3771
|
} | null | undefined;
|
|
3684
3772
|
uiConfiguration?: {
|
|
3685
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3773
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3686
3774
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3687
3775
|
} | null | undefined;
|
|
3688
3776
|
width?: number | null | undefined;
|
|
@@ -3692,6 +3780,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3692
3780
|
formula?: string | null | undefined;
|
|
3693
3781
|
context?: string[] | null | undefined;
|
|
3694
3782
|
prompt?: string | null | undefined;
|
|
3783
|
+
matching?: Record<string, unknown> | undefined;
|
|
3695
3784
|
}) | ({
|
|
3696
3785
|
type: "date";
|
|
3697
3786
|
format?: string | null | undefined;
|
|
@@ -3721,7 +3810,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3721
3810
|
required?: boolean | null | undefined;
|
|
3722
3811
|
} | null | undefined;
|
|
3723
3812
|
uiConfiguration?: {
|
|
3724
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3813
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3725
3814
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3726
3815
|
} | null | undefined;
|
|
3727
3816
|
width?: number | null | undefined;
|
|
@@ -3731,6 +3820,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3731
3820
|
formula?: string | null | undefined;
|
|
3732
3821
|
context?: string[] | null | undefined;
|
|
3733
3822
|
prompt?: string | null | undefined;
|
|
3823
|
+
matching?: Record<string, unknown> | undefined;
|
|
3734
3824
|
}) | ({
|
|
3735
3825
|
type: "number";
|
|
3736
3826
|
format?: string | null | undefined;
|
|
@@ -3765,7 +3855,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3765
3855
|
required?: boolean | null | undefined;
|
|
3766
3856
|
} | null | undefined;
|
|
3767
3857
|
uiConfiguration?: {
|
|
3768
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3858
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3769
3859
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3770
3860
|
} | null | undefined;
|
|
3771
3861
|
width?: number | null | undefined;
|
|
@@ -3775,10 +3865,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3775
3865
|
formula?: string | null | undefined;
|
|
3776
3866
|
context?: string[] | null | undefined;
|
|
3777
3867
|
prompt?: string | null | undefined;
|
|
3868
|
+
matching?: Record<string, unknown> | undefined;
|
|
3778
3869
|
}) | ({
|
|
3779
3870
|
options: {
|
|
3780
3871
|
value: string;
|
|
3781
3872
|
label: string;
|
|
3873
|
+
struct?: unknown;
|
|
3782
3874
|
}[];
|
|
3783
3875
|
type: "enum";
|
|
3784
3876
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3808,7 +3900,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3808
3900
|
required?: boolean | null | undefined;
|
|
3809
3901
|
} | null | undefined;
|
|
3810
3902
|
uiConfiguration?: {
|
|
3811
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3903
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3812
3904
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3813
3905
|
} | null | undefined;
|
|
3814
3906
|
width?: number | null | undefined;
|
|
@@ -3818,6 +3910,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3818
3910
|
formula?: string | null | undefined;
|
|
3819
3911
|
context?: string[] | null | undefined;
|
|
3820
3912
|
prompt?: string | null | undefined;
|
|
3913
|
+
matching?: Record<string, unknown> | undefined;
|
|
3821
3914
|
}) | ({
|
|
3822
3915
|
id: string;
|
|
3823
3916
|
label: string;
|
|
@@ -3864,7 +3957,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3864
3957
|
required?: boolean | null | undefined;
|
|
3865
3958
|
} | null | undefined;
|
|
3866
3959
|
uiConfiguration?: {
|
|
3867
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
3960
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3868
3961
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3869
3962
|
} | null | undefined;
|
|
3870
3963
|
width?: number | null | undefined;
|
|
@@ -3874,6 +3967,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3874
3967
|
formula?: string | null | undefined;
|
|
3875
3968
|
context?: string[] | null | undefined;
|
|
3876
3969
|
prompt?: string | null | undefined;
|
|
3970
|
+
matching?: Record<string, unknown> | undefined;
|
|
3877
3971
|
}) | ({
|
|
3878
3972
|
type: "date";
|
|
3879
3973
|
format?: string | null | undefined;
|
|
@@ -3903,7 +3997,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3903
3997
|
required?: boolean | null | undefined;
|
|
3904
3998
|
} | null | undefined;
|
|
3905
3999
|
uiConfiguration?: {
|
|
3906
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4000
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3907
4001
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3908
4002
|
} | null | undefined;
|
|
3909
4003
|
width?: number | null | undefined;
|
|
@@ -3913,6 +4007,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3913
4007
|
formula?: string | null | undefined;
|
|
3914
4008
|
context?: string[] | null | undefined;
|
|
3915
4009
|
prompt?: string | null | undefined;
|
|
4010
|
+
matching?: Record<string, unknown> | undefined;
|
|
3916
4011
|
}) | ({
|
|
3917
4012
|
type: "number";
|
|
3918
4013
|
format?: string | null | undefined;
|
|
@@ -3947,7 +4042,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3947
4042
|
required?: boolean | null | undefined;
|
|
3948
4043
|
} | null | undefined;
|
|
3949
4044
|
uiConfiguration?: {
|
|
3950
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4045
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3951
4046
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3952
4047
|
} | null | undefined;
|
|
3953
4048
|
width?: number | null | undefined;
|
|
@@ -3957,10 +4052,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3957
4052
|
formula?: string | null | undefined;
|
|
3958
4053
|
context?: string[] | null | undefined;
|
|
3959
4054
|
prompt?: string | null | undefined;
|
|
4055
|
+
matching?: Record<string, unknown> | undefined;
|
|
3960
4056
|
}) | ({
|
|
3961
4057
|
options: {
|
|
3962
4058
|
value: string;
|
|
3963
4059
|
label: string;
|
|
4060
|
+
struct?: unknown;
|
|
3964
4061
|
}[];
|
|
3965
4062
|
type: "enum";
|
|
3966
4063
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3990,7 +4087,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
3990
4087
|
required?: boolean | null | undefined;
|
|
3991
4088
|
} | null | undefined;
|
|
3992
4089
|
uiConfiguration?: {
|
|
3993
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4090
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3994
4091
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3995
4092
|
} | null | undefined;
|
|
3996
4093
|
width?: number | null | undefined;
|
|
@@ -4000,6 +4097,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4000
4097
|
formula?: string | null | undefined;
|
|
4001
4098
|
context?: string[] | null | undefined;
|
|
4002
4099
|
prompt?: string | null | undefined;
|
|
4100
|
+
matching?: Record<string, unknown> | undefined;
|
|
4003
4101
|
}) | ({
|
|
4004
4102
|
id: string;
|
|
4005
4103
|
label: string;
|
|
@@ -4066,7 +4164,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4066
4164
|
required?: boolean | null | undefined;
|
|
4067
4165
|
} | null | undefined;
|
|
4068
4166
|
uiConfiguration?: {
|
|
4069
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4167
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4070
4168
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4071
4169
|
} | null | undefined;
|
|
4072
4170
|
width?: number | null | undefined;
|
|
@@ -4076,6 +4174,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4076
4174
|
formula?: string | null | undefined;
|
|
4077
4175
|
context?: string[] | null | undefined;
|
|
4078
4176
|
prompt?: string | null | undefined;
|
|
4177
|
+
matching?: Record<string, unknown> | undefined;
|
|
4079
4178
|
}) | ({
|
|
4080
4179
|
type: "date";
|
|
4081
4180
|
format?: string | null | undefined;
|
|
@@ -4105,7 +4204,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4105
4204
|
required?: boolean | null | undefined;
|
|
4106
4205
|
} | null | undefined;
|
|
4107
4206
|
uiConfiguration?: {
|
|
4108
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4207
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4109
4208
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4110
4209
|
} | null | undefined;
|
|
4111
4210
|
width?: number | null | undefined;
|
|
@@ -4115,6 +4214,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4115
4214
|
formula?: string | null | undefined;
|
|
4116
4215
|
context?: string[] | null | undefined;
|
|
4117
4216
|
prompt?: string | null | undefined;
|
|
4217
|
+
matching?: Record<string, unknown> | undefined;
|
|
4118
4218
|
}) | ({
|
|
4119
4219
|
type: "number";
|
|
4120
4220
|
format?: string | null | undefined;
|
|
@@ -4149,7 +4249,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4149
4249
|
required?: boolean | null | undefined;
|
|
4150
4250
|
} | null | undefined;
|
|
4151
4251
|
uiConfiguration?: {
|
|
4152
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4252
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4153
4253
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4154
4254
|
} | null | undefined;
|
|
4155
4255
|
width?: number | null | undefined;
|
|
@@ -4159,10 +4259,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4159
4259
|
formula?: string | null | undefined;
|
|
4160
4260
|
context?: string[] | null | undefined;
|
|
4161
4261
|
prompt?: string | null | undefined;
|
|
4262
|
+
matching?: Record<string, unknown> | undefined;
|
|
4162
4263
|
}) | ({
|
|
4163
4264
|
options: {
|
|
4164
4265
|
value: string;
|
|
4165
4266
|
label: string;
|
|
4267
|
+
struct?: unknown;
|
|
4166
4268
|
}[];
|
|
4167
4269
|
type: "enum";
|
|
4168
4270
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4192,7 +4294,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4192
4294
|
required?: boolean | null | undefined;
|
|
4193
4295
|
} | null | undefined;
|
|
4194
4296
|
uiConfiguration?: {
|
|
4195
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4297
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4196
4298
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4197
4299
|
} | null | undefined;
|
|
4198
4300
|
width?: number | null | undefined;
|
|
@@ -4202,6 +4304,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4202
4304
|
formula?: string | null | undefined;
|
|
4203
4305
|
context?: string[] | null | undefined;
|
|
4204
4306
|
prompt?: string | null | undefined;
|
|
4307
|
+
matching?: Record<string, unknown> | undefined;
|
|
4205
4308
|
}) | ({
|
|
4206
4309
|
id: string;
|
|
4207
4310
|
label: string;
|
|
@@ -4256,7 +4359,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4256
4359
|
required?: boolean | null | undefined;
|
|
4257
4360
|
} | null | undefined;
|
|
4258
4361
|
uiConfiguration?: {
|
|
4259
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4362
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4260
4363
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4261
4364
|
} | null | undefined;
|
|
4262
4365
|
width?: number | null | undefined;
|
|
@@ -4266,6 +4369,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4266
4369
|
formula?: string | null | undefined;
|
|
4267
4370
|
context?: string[] | null | undefined;
|
|
4268
4371
|
prompt?: string | null | undefined;
|
|
4372
|
+
matching?: Record<string, unknown> | undefined;
|
|
4269
4373
|
}) | ({
|
|
4270
4374
|
type: "date";
|
|
4271
4375
|
format?: string | null | undefined;
|
|
@@ -4295,7 +4399,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4295
4399
|
required?: boolean | null | undefined;
|
|
4296
4400
|
} | null | undefined;
|
|
4297
4401
|
uiConfiguration?: {
|
|
4298
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4402
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4299
4403
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4300
4404
|
} | null | undefined;
|
|
4301
4405
|
width?: number | null | undefined;
|
|
@@ -4305,6 +4409,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4305
4409
|
formula?: string | null | undefined;
|
|
4306
4410
|
context?: string[] | null | undefined;
|
|
4307
4411
|
prompt?: string | null | undefined;
|
|
4412
|
+
matching?: Record<string, unknown> | undefined;
|
|
4308
4413
|
}) | ({
|
|
4309
4414
|
type: "number";
|
|
4310
4415
|
format?: string | null | undefined;
|
|
@@ -4339,7 +4444,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4339
4444
|
required?: boolean | null | undefined;
|
|
4340
4445
|
} | null | undefined;
|
|
4341
4446
|
uiConfiguration?: {
|
|
4342
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4447
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4343
4448
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4344
4449
|
} | null | undefined;
|
|
4345
4450
|
width?: number | null | undefined;
|
|
@@ -4349,10 +4454,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4349
4454
|
formula?: string | null | undefined;
|
|
4350
4455
|
context?: string[] | null | undefined;
|
|
4351
4456
|
prompt?: string | null | undefined;
|
|
4457
|
+
matching?: Record<string, unknown> | undefined;
|
|
4352
4458
|
}) | ({
|
|
4353
4459
|
options: {
|
|
4354
4460
|
value: string;
|
|
4355
4461
|
label: string;
|
|
4462
|
+
struct?: unknown;
|
|
4356
4463
|
}[];
|
|
4357
4464
|
type: "enum";
|
|
4358
4465
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4382,7 +4489,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4382
4489
|
required?: boolean | null | undefined;
|
|
4383
4490
|
} | null | undefined;
|
|
4384
4491
|
uiConfiguration?: {
|
|
4385
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4492
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4386
4493
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4387
4494
|
} | null | undefined;
|
|
4388
4495
|
width?: number | null | undefined;
|
|
@@ -4392,6 +4499,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4392
4499
|
formula?: string | null | undefined;
|
|
4393
4500
|
context?: string[] | null | undefined;
|
|
4394
4501
|
prompt?: string | null | undefined;
|
|
4502
|
+
matching?: Record<string, unknown> | undefined;
|
|
4395
4503
|
}) | ({
|
|
4396
4504
|
id: string;
|
|
4397
4505
|
label: string;
|
|
@@ -4506,7 +4614,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4506
4614
|
required?: boolean | null | undefined;
|
|
4507
4615
|
} | null | undefined;
|
|
4508
4616
|
uiConfiguration?: {
|
|
4509
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4617
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4510
4618
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4511
4619
|
} | null | undefined;
|
|
4512
4620
|
width?: number | null | undefined;
|
|
@@ -4516,6 +4624,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4516
4624
|
formula?: string | null | undefined;
|
|
4517
4625
|
context?: string[] | null | undefined;
|
|
4518
4626
|
prompt?: string | null | undefined;
|
|
4627
|
+
matching?: Record<string, unknown> | undefined;
|
|
4519
4628
|
}) | ({
|
|
4520
4629
|
type: "date";
|
|
4521
4630
|
format?: string | null | undefined;
|
|
@@ -4545,7 +4654,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4545
4654
|
required?: boolean | null | undefined;
|
|
4546
4655
|
} | null | undefined;
|
|
4547
4656
|
uiConfiguration?: {
|
|
4548
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4657
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4549
4658
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4550
4659
|
} | null | undefined;
|
|
4551
4660
|
width?: number | null | undefined;
|
|
@@ -4555,6 +4664,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4555
4664
|
formula?: string | null | undefined;
|
|
4556
4665
|
context?: string[] | null | undefined;
|
|
4557
4666
|
prompt?: string | null | undefined;
|
|
4667
|
+
matching?: Record<string, unknown> | undefined;
|
|
4558
4668
|
}) | ({
|
|
4559
4669
|
type: "number";
|
|
4560
4670
|
format?: string | null | undefined;
|
|
@@ -4589,7 +4699,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4589
4699
|
required?: boolean | null | undefined;
|
|
4590
4700
|
} | null | undefined;
|
|
4591
4701
|
uiConfiguration?: {
|
|
4592
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4702
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4593
4703
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4594
4704
|
} | null | undefined;
|
|
4595
4705
|
width?: number | null | undefined;
|
|
@@ -4599,10 +4709,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4599
4709
|
formula?: string | null | undefined;
|
|
4600
4710
|
context?: string[] | null | undefined;
|
|
4601
4711
|
prompt?: string | null | undefined;
|
|
4712
|
+
matching?: Record<string, unknown> | undefined;
|
|
4602
4713
|
}) | ({
|
|
4603
4714
|
options: {
|
|
4604
4715
|
value: string;
|
|
4605
4716
|
label: string;
|
|
4717
|
+
struct?: unknown;
|
|
4606
4718
|
}[];
|
|
4607
4719
|
type: "enum";
|
|
4608
4720
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4632,7 +4744,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4632
4744
|
required?: boolean | null | undefined;
|
|
4633
4745
|
} | null | undefined;
|
|
4634
4746
|
uiConfiguration?: {
|
|
4635
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4747
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4636
4748
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4637
4749
|
} | null | undefined;
|
|
4638
4750
|
width?: number | null | undefined;
|
|
@@ -4642,6 +4754,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4642
4754
|
formula?: string | null | undefined;
|
|
4643
4755
|
context?: string[] | null | undefined;
|
|
4644
4756
|
prompt?: string | null | undefined;
|
|
4757
|
+
matching?: Record<string, unknown> | undefined;
|
|
4645
4758
|
}) | ({
|
|
4646
4759
|
id: string;
|
|
4647
4760
|
label: string;
|
|
@@ -4685,7 +4798,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4685
4798
|
required?: boolean | null | undefined;
|
|
4686
4799
|
} | null | undefined;
|
|
4687
4800
|
uiConfiguration?: {
|
|
4688
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4801
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4689
4802
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4690
4803
|
} | null | undefined;
|
|
4691
4804
|
width?: number | null | undefined;
|
|
@@ -4695,6 +4808,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4695
4808
|
formula?: string | null | undefined;
|
|
4696
4809
|
context?: string[] | null | undefined;
|
|
4697
4810
|
prompt?: string | null | undefined;
|
|
4811
|
+
matching?: Record<string, unknown> | undefined;
|
|
4698
4812
|
}) | ({
|
|
4699
4813
|
type: "date";
|
|
4700
4814
|
format?: string | null | undefined;
|
|
@@ -4724,7 +4838,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4724
4838
|
required?: boolean | null | undefined;
|
|
4725
4839
|
} | null | undefined;
|
|
4726
4840
|
uiConfiguration?: {
|
|
4727
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4841
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4728
4842
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4729
4843
|
} | null | undefined;
|
|
4730
4844
|
width?: number | null | undefined;
|
|
@@ -4734,6 +4848,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4734
4848
|
formula?: string | null | undefined;
|
|
4735
4849
|
context?: string[] | null | undefined;
|
|
4736
4850
|
prompt?: string | null | undefined;
|
|
4851
|
+
matching?: Record<string, unknown> | undefined;
|
|
4737
4852
|
}) | ({
|
|
4738
4853
|
type: "number";
|
|
4739
4854
|
format?: string | null | undefined;
|
|
@@ -4768,7 +4883,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4768
4883
|
required?: boolean | null | undefined;
|
|
4769
4884
|
} | null | undefined;
|
|
4770
4885
|
uiConfiguration?: {
|
|
4771
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4886
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4772
4887
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4773
4888
|
} | null | undefined;
|
|
4774
4889
|
width?: number | null | undefined;
|
|
@@ -4778,10 +4893,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4778
4893
|
formula?: string | null | undefined;
|
|
4779
4894
|
context?: string[] | null | undefined;
|
|
4780
4895
|
prompt?: string | null | undefined;
|
|
4896
|
+
matching?: Record<string, unknown> | undefined;
|
|
4781
4897
|
}) | ({
|
|
4782
4898
|
options: {
|
|
4783
4899
|
value: string;
|
|
4784
4900
|
label: string;
|
|
4901
|
+
struct?: unknown;
|
|
4785
4902
|
}[];
|
|
4786
4903
|
type: "enum";
|
|
4787
4904
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4811,7 +4928,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4811
4928
|
required?: boolean | null | undefined;
|
|
4812
4929
|
} | null | undefined;
|
|
4813
4930
|
uiConfiguration?: {
|
|
4814
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4931
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4815
4932
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4816
4933
|
} | null | undefined;
|
|
4817
4934
|
width?: number | null | undefined;
|
|
@@ -4821,6 +4938,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4821
4938
|
formula?: string | null | undefined;
|
|
4822
4939
|
context?: string[] | null | undefined;
|
|
4823
4940
|
prompt?: string | null | undefined;
|
|
4941
|
+
matching?: Record<string, unknown> | undefined;
|
|
4824
4942
|
}) | ({
|
|
4825
4943
|
id: string;
|
|
4826
4944
|
label: string;
|
|
@@ -4873,7 +4991,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4873
4991
|
required?: boolean | null | undefined;
|
|
4874
4992
|
} | null | undefined;
|
|
4875
4993
|
uiConfiguration?: {
|
|
4876
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
4994
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4877
4995
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4878
4996
|
} | null | undefined;
|
|
4879
4997
|
width?: number | null | undefined;
|
|
@@ -4883,6 +5001,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4883
5001
|
formula?: string | null | undefined;
|
|
4884
5002
|
context?: string[] | null | undefined;
|
|
4885
5003
|
prompt?: string | null | undefined;
|
|
5004
|
+
matching?: Record<string, unknown> | undefined;
|
|
4886
5005
|
}) | ({
|
|
4887
5006
|
type: "date";
|
|
4888
5007
|
format?: string | null | undefined;
|
|
@@ -4912,7 +5031,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4912
5031
|
required?: boolean | null | undefined;
|
|
4913
5032
|
} | null | undefined;
|
|
4914
5033
|
uiConfiguration?: {
|
|
4915
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5034
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4916
5035
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4917
5036
|
} | null | undefined;
|
|
4918
5037
|
width?: number | null | undefined;
|
|
@@ -4922,6 +5041,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4922
5041
|
formula?: string | null | undefined;
|
|
4923
5042
|
context?: string[] | null | undefined;
|
|
4924
5043
|
prompt?: string | null | undefined;
|
|
5044
|
+
matching?: Record<string, unknown> | undefined;
|
|
4925
5045
|
}) | ({
|
|
4926
5046
|
type: "number";
|
|
4927
5047
|
format?: string | null | undefined;
|
|
@@ -4956,7 +5076,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4956
5076
|
required?: boolean | null | undefined;
|
|
4957
5077
|
} | null | undefined;
|
|
4958
5078
|
uiConfiguration?: {
|
|
4959
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5079
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
4960
5080
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
4961
5081
|
} | null | undefined;
|
|
4962
5082
|
width?: number | null | undefined;
|
|
@@ -4966,10 +5086,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4966
5086
|
formula?: string | null | undefined;
|
|
4967
5087
|
context?: string[] | null | undefined;
|
|
4968
5088
|
prompt?: string | null | undefined;
|
|
5089
|
+
matching?: Record<string, unknown> | undefined;
|
|
4969
5090
|
}) | ({
|
|
4970
5091
|
options: {
|
|
4971
5092
|
value: string;
|
|
4972
5093
|
label: string;
|
|
5094
|
+
struct?: unknown;
|
|
4973
5095
|
}[];
|
|
4974
5096
|
type: "enum";
|
|
4975
5097
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4999,7 +5121,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
4999
5121
|
required?: boolean | null | undefined;
|
|
5000
5122
|
} | null | undefined;
|
|
5001
5123
|
uiConfiguration?: {
|
|
5002
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5124
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5003
5125
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5004
5126
|
} | null | undefined;
|
|
5005
5127
|
width?: number | null | undefined;
|
|
@@ -5009,6 +5131,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5009
5131
|
formula?: string | null | undefined;
|
|
5010
5132
|
context?: string[] | null | undefined;
|
|
5011
5133
|
prompt?: string | null | undefined;
|
|
5134
|
+
matching?: Record<string, unknown> | undefined;
|
|
5012
5135
|
}) | ({
|
|
5013
5136
|
id: string;
|
|
5014
5137
|
label: string;
|
|
@@ -5071,7 +5194,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5071
5194
|
required?: boolean | null | undefined;
|
|
5072
5195
|
} | null | undefined;
|
|
5073
5196
|
uiConfiguration?: {
|
|
5074
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5197
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5075
5198
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5076
5199
|
} | null | undefined;
|
|
5077
5200
|
width?: number | null | undefined;
|
|
@@ -5081,6 +5204,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5081
5204
|
formula?: string | null | undefined;
|
|
5082
5205
|
context?: string[] | null | undefined;
|
|
5083
5206
|
prompt?: string | null | undefined;
|
|
5207
|
+
matching?: Record<string, unknown> | undefined;
|
|
5084
5208
|
}) | ({
|
|
5085
5209
|
type: "date";
|
|
5086
5210
|
format?: string | null | undefined;
|
|
@@ -5110,7 +5234,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5110
5234
|
required?: boolean | null | undefined;
|
|
5111
5235
|
} | null | undefined;
|
|
5112
5236
|
uiConfiguration?: {
|
|
5113
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5237
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5114
5238
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5115
5239
|
} | null | undefined;
|
|
5116
5240
|
width?: number | null | undefined;
|
|
@@ -5120,6 +5244,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5120
5244
|
formula?: string | null | undefined;
|
|
5121
5245
|
context?: string[] | null | undefined;
|
|
5122
5246
|
prompt?: string | null | undefined;
|
|
5247
|
+
matching?: Record<string, unknown> | undefined;
|
|
5123
5248
|
}) | ({
|
|
5124
5249
|
type: "number";
|
|
5125
5250
|
format?: string | null | undefined;
|
|
@@ -5154,7 +5279,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5154
5279
|
required?: boolean | null | undefined;
|
|
5155
5280
|
} | null | undefined;
|
|
5156
5281
|
uiConfiguration?: {
|
|
5157
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5282
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5158
5283
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5159
5284
|
} | null | undefined;
|
|
5160
5285
|
width?: number | null | undefined;
|
|
@@ -5164,10 +5289,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5164
5289
|
formula?: string | null | undefined;
|
|
5165
5290
|
context?: string[] | null | undefined;
|
|
5166
5291
|
prompt?: string | null | undefined;
|
|
5292
|
+
matching?: Record<string, unknown> | undefined;
|
|
5167
5293
|
}) | ({
|
|
5168
5294
|
options: {
|
|
5169
5295
|
value: string;
|
|
5170
5296
|
label: string;
|
|
5297
|
+
struct?: unknown;
|
|
5171
5298
|
}[];
|
|
5172
5299
|
type: "enum";
|
|
5173
5300
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5197,7 +5324,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5197
5324
|
required?: boolean | null | undefined;
|
|
5198
5325
|
} | null | undefined;
|
|
5199
5326
|
uiConfiguration?: {
|
|
5200
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5327
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5201
5328
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5202
5329
|
} | null | undefined;
|
|
5203
5330
|
width?: number | null | undefined;
|
|
@@ -5207,6 +5334,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5207
5334
|
formula?: string | null | undefined;
|
|
5208
5335
|
context?: string[] | null | undefined;
|
|
5209
5336
|
prompt?: string | null | undefined;
|
|
5337
|
+
matching?: Record<string, unknown> | undefined;
|
|
5210
5338
|
}) | ({
|
|
5211
5339
|
id: string;
|
|
5212
5340
|
label: string;
|
|
@@ -5280,7 +5408,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5280
5408
|
required?: boolean | null | undefined;
|
|
5281
5409
|
} | null | undefined;
|
|
5282
5410
|
uiConfiguration?: {
|
|
5283
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5411
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5284
5412
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5285
5413
|
} | null | undefined;
|
|
5286
5414
|
width?: number | null | undefined;
|
|
@@ -5290,6 +5418,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5290
5418
|
formula?: string | null | undefined;
|
|
5291
5419
|
context?: string[] | null | undefined;
|
|
5292
5420
|
prompt?: string | null | undefined;
|
|
5421
|
+
matching?: Record<string, unknown> | undefined;
|
|
5293
5422
|
}) | ({
|
|
5294
5423
|
type: "date";
|
|
5295
5424
|
format?: string | null | undefined;
|
|
@@ -5319,7 +5448,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5319
5448
|
required?: boolean | null | undefined;
|
|
5320
5449
|
} | null | undefined;
|
|
5321
5450
|
uiConfiguration?: {
|
|
5322
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5451
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5323
5452
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5324
5453
|
} | null | undefined;
|
|
5325
5454
|
width?: number | null | undefined;
|
|
@@ -5329,6 +5458,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5329
5458
|
formula?: string | null | undefined;
|
|
5330
5459
|
context?: string[] | null | undefined;
|
|
5331
5460
|
prompt?: string | null | undefined;
|
|
5461
|
+
matching?: Record<string, unknown> | undefined;
|
|
5332
5462
|
}) | ({
|
|
5333
5463
|
type: "number";
|
|
5334
5464
|
format?: string | null | undefined;
|
|
@@ -5363,7 +5493,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5363
5493
|
required?: boolean | null | undefined;
|
|
5364
5494
|
} | null | undefined;
|
|
5365
5495
|
uiConfiguration?: {
|
|
5366
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5496
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5367
5497
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5368
5498
|
} | null | undefined;
|
|
5369
5499
|
width?: number | null | undefined;
|
|
@@ -5373,10 +5503,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5373
5503
|
formula?: string | null | undefined;
|
|
5374
5504
|
context?: string[] | null | undefined;
|
|
5375
5505
|
prompt?: string | null | undefined;
|
|
5506
|
+
matching?: Record<string, unknown> | undefined;
|
|
5376
5507
|
}) | ({
|
|
5377
5508
|
options: {
|
|
5378
5509
|
value: string;
|
|
5379
5510
|
label: string;
|
|
5511
|
+
struct?: unknown;
|
|
5380
5512
|
}[];
|
|
5381
5513
|
type: "enum";
|
|
5382
5514
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5406,7 +5538,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5406
5538
|
required?: boolean | null | undefined;
|
|
5407
5539
|
} | null | undefined;
|
|
5408
5540
|
uiConfiguration?: {
|
|
5409
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5541
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5410
5542
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5411
5543
|
} | null | undefined;
|
|
5412
5544
|
width?: number | null | undefined;
|
|
@@ -5416,6 +5548,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5416
5548
|
formula?: string | null | undefined;
|
|
5417
5549
|
context?: string[] | null | undefined;
|
|
5418
5550
|
prompt?: string | null | undefined;
|
|
5551
|
+
matching?: Record<string, unknown> | undefined;
|
|
5419
5552
|
}) | ({
|
|
5420
5553
|
id: string;
|
|
5421
5554
|
label: string;
|
|
@@ -5459,7 +5592,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5459
5592
|
required?: boolean | null | undefined;
|
|
5460
5593
|
} | null | undefined;
|
|
5461
5594
|
uiConfiguration?: {
|
|
5462
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5595
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5463
5596
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5464
5597
|
} | null | undefined;
|
|
5465
5598
|
width?: number | null | undefined;
|
|
@@ -5469,6 +5602,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5469
5602
|
formula?: string | null | undefined;
|
|
5470
5603
|
context?: string[] | null | undefined;
|
|
5471
5604
|
prompt?: string | null | undefined;
|
|
5605
|
+
matching?: Record<string, unknown> | undefined;
|
|
5472
5606
|
}) | ({
|
|
5473
5607
|
type: "date";
|
|
5474
5608
|
format?: string | null | undefined;
|
|
@@ -5498,7 +5632,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5498
5632
|
required?: boolean | null | undefined;
|
|
5499
5633
|
} | null | undefined;
|
|
5500
5634
|
uiConfiguration?: {
|
|
5501
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5635
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5502
5636
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5503
5637
|
} | null | undefined;
|
|
5504
5638
|
width?: number | null | undefined;
|
|
@@ -5508,6 +5642,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5508
5642
|
formula?: string | null | undefined;
|
|
5509
5643
|
context?: string[] | null | undefined;
|
|
5510
5644
|
prompt?: string | null | undefined;
|
|
5645
|
+
matching?: Record<string, unknown> | undefined;
|
|
5511
5646
|
}) | ({
|
|
5512
5647
|
type: "number";
|
|
5513
5648
|
format?: string | null | undefined;
|
|
@@ -5542,7 +5677,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5542
5677
|
required?: boolean | null | undefined;
|
|
5543
5678
|
} | null | undefined;
|
|
5544
5679
|
uiConfiguration?: {
|
|
5545
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5680
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5546
5681
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5547
5682
|
} | null | undefined;
|
|
5548
5683
|
width?: number | null | undefined;
|
|
@@ -5552,10 +5687,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5552
5687
|
formula?: string | null | undefined;
|
|
5553
5688
|
context?: string[] | null | undefined;
|
|
5554
5689
|
prompt?: string | null | undefined;
|
|
5690
|
+
matching?: Record<string, unknown> | undefined;
|
|
5555
5691
|
}) | ({
|
|
5556
5692
|
options: {
|
|
5557
5693
|
value: string;
|
|
5558
5694
|
label: string;
|
|
5695
|
+
struct?: unknown;
|
|
5559
5696
|
}[];
|
|
5560
5697
|
type: "enum";
|
|
5561
5698
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5585,7 +5722,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5585
5722
|
required?: boolean | null | undefined;
|
|
5586
5723
|
} | null | undefined;
|
|
5587
5724
|
uiConfiguration?: {
|
|
5588
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5725
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5589
5726
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5590
5727
|
} | null | undefined;
|
|
5591
5728
|
width?: number | null | undefined;
|
|
@@ -5595,6 +5732,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5595
5732
|
formula?: string | null | undefined;
|
|
5596
5733
|
context?: string[] | null | undefined;
|
|
5597
5734
|
prompt?: string | null | undefined;
|
|
5735
|
+
matching?: Record<string, unknown> | undefined;
|
|
5598
5736
|
}) | ({
|
|
5599
5737
|
id: string;
|
|
5600
5738
|
label: string;
|
|
@@ -5647,7 +5785,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5647
5785
|
required?: boolean | null | undefined;
|
|
5648
5786
|
} | null | undefined;
|
|
5649
5787
|
uiConfiguration?: {
|
|
5650
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5788
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5651
5789
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5652
5790
|
} | null | undefined;
|
|
5653
5791
|
width?: number | null | undefined;
|
|
@@ -5657,6 +5795,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5657
5795
|
formula?: string | null | undefined;
|
|
5658
5796
|
context?: string[] | null | undefined;
|
|
5659
5797
|
prompt?: string | null | undefined;
|
|
5798
|
+
matching?: Record<string, unknown> | undefined;
|
|
5660
5799
|
}) | ({
|
|
5661
5800
|
type: "date";
|
|
5662
5801
|
format?: string | null | undefined;
|
|
@@ -5686,7 +5825,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5686
5825
|
required?: boolean | null | undefined;
|
|
5687
5826
|
} | null | undefined;
|
|
5688
5827
|
uiConfiguration?: {
|
|
5689
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5828
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5690
5829
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5691
5830
|
} | null | undefined;
|
|
5692
5831
|
width?: number | null | undefined;
|
|
@@ -5696,6 +5835,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5696
5835
|
formula?: string | null | undefined;
|
|
5697
5836
|
context?: string[] | null | undefined;
|
|
5698
5837
|
prompt?: string | null | undefined;
|
|
5838
|
+
matching?: Record<string, unknown> | undefined;
|
|
5699
5839
|
}) | ({
|
|
5700
5840
|
type: "number";
|
|
5701
5841
|
format?: string | null | undefined;
|
|
@@ -5730,7 +5870,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5730
5870
|
required?: boolean | null | undefined;
|
|
5731
5871
|
} | null | undefined;
|
|
5732
5872
|
uiConfiguration?: {
|
|
5733
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5873
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5734
5874
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5735
5875
|
} | null | undefined;
|
|
5736
5876
|
width?: number | null | undefined;
|
|
@@ -5740,10 +5880,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5740
5880
|
formula?: string | null | undefined;
|
|
5741
5881
|
context?: string[] | null | undefined;
|
|
5742
5882
|
prompt?: string | null | undefined;
|
|
5883
|
+
matching?: Record<string, unknown> | undefined;
|
|
5743
5884
|
}) | ({
|
|
5744
5885
|
options: {
|
|
5745
5886
|
value: string;
|
|
5746
5887
|
label: string;
|
|
5888
|
+
struct?: unknown;
|
|
5747
5889
|
}[];
|
|
5748
5890
|
type: "enum";
|
|
5749
5891
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5773,7 +5915,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5773
5915
|
required?: boolean | null | undefined;
|
|
5774
5916
|
} | null | undefined;
|
|
5775
5917
|
uiConfiguration?: {
|
|
5776
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5918
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5777
5919
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5778
5920
|
} | null | undefined;
|
|
5779
5921
|
width?: number | null | undefined;
|
|
@@ -5783,6 +5925,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5783
5925
|
formula?: string | null | undefined;
|
|
5784
5926
|
context?: string[] | null | undefined;
|
|
5785
5927
|
prompt?: string | null | undefined;
|
|
5928
|
+
matching?: Record<string, unknown> | undefined;
|
|
5786
5929
|
}) | ({
|
|
5787
5930
|
id: string;
|
|
5788
5931
|
label: string;
|
|
@@ -5845,7 +5988,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5845
5988
|
required?: boolean | null | undefined;
|
|
5846
5989
|
} | null | undefined;
|
|
5847
5990
|
uiConfiguration?: {
|
|
5848
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
5991
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5849
5992
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5850
5993
|
} | null | undefined;
|
|
5851
5994
|
width?: number | null | undefined;
|
|
@@ -5855,6 +5998,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5855
5998
|
formula?: string | null | undefined;
|
|
5856
5999
|
context?: string[] | null | undefined;
|
|
5857
6000
|
prompt?: string | null | undefined;
|
|
6001
|
+
matching?: Record<string, unknown> | undefined;
|
|
5858
6002
|
}) | ({
|
|
5859
6003
|
type: "date";
|
|
5860
6004
|
format?: string | null | undefined;
|
|
@@ -5884,7 +6028,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5884
6028
|
required?: boolean | null | undefined;
|
|
5885
6029
|
} | null | undefined;
|
|
5886
6030
|
uiConfiguration?: {
|
|
5887
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6031
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5888
6032
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5889
6033
|
} | null | undefined;
|
|
5890
6034
|
width?: number | null | undefined;
|
|
@@ -5894,6 +6038,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5894
6038
|
formula?: string | null | undefined;
|
|
5895
6039
|
context?: string[] | null | undefined;
|
|
5896
6040
|
prompt?: string | null | undefined;
|
|
6041
|
+
matching?: Record<string, unknown> | undefined;
|
|
5897
6042
|
}) | ({
|
|
5898
6043
|
type: "number";
|
|
5899
6044
|
format?: string | null | undefined;
|
|
@@ -5928,7 +6073,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5928
6073
|
required?: boolean | null | undefined;
|
|
5929
6074
|
} | null | undefined;
|
|
5930
6075
|
uiConfiguration?: {
|
|
5931
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6076
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5932
6077
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5933
6078
|
} | null | undefined;
|
|
5934
6079
|
width?: number | null | undefined;
|
|
@@ -5938,10 +6083,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5938
6083
|
formula?: string | null | undefined;
|
|
5939
6084
|
context?: string[] | null | undefined;
|
|
5940
6085
|
prompt?: string | null | undefined;
|
|
6086
|
+
matching?: Record<string, unknown> | undefined;
|
|
5941
6087
|
}) | ({
|
|
5942
6088
|
options: {
|
|
5943
6089
|
value: string;
|
|
5944
6090
|
label: string;
|
|
6091
|
+
struct?: unknown;
|
|
5945
6092
|
}[];
|
|
5946
6093
|
type: "enum";
|
|
5947
6094
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5971,7 +6118,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5971
6118
|
required?: boolean | null | undefined;
|
|
5972
6119
|
} | null | undefined;
|
|
5973
6120
|
uiConfiguration?: {
|
|
5974
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6121
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
5975
6122
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
5976
6123
|
} | null | undefined;
|
|
5977
6124
|
width?: number | null | undefined;
|
|
@@ -5981,6 +6128,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
5981
6128
|
formula?: string | null | undefined;
|
|
5982
6129
|
context?: string[] | null | undefined;
|
|
5983
6130
|
prompt?: string | null | undefined;
|
|
6131
|
+
matching?: Record<string, unknown> | undefined;
|
|
5984
6132
|
}) | ({
|
|
5985
6133
|
id: string;
|
|
5986
6134
|
label: string;
|
|
@@ -6026,6 +6174,8 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6026
6174
|
category: "section";
|
|
6027
6175
|
icon?: string | null | undefined;
|
|
6028
6176
|
}>>, "many">>>;
|
|
6177
|
+
modifiedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6178
|
+
modifiedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6029
6179
|
}, "strip", z.ZodTypeAny, {
|
|
6030
6180
|
id?: number | undefined;
|
|
6031
6181
|
name?: string | undefined;
|
|
@@ -6067,7 +6217,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6067
6217
|
required?: boolean | null | undefined;
|
|
6068
6218
|
} | null | undefined;
|
|
6069
6219
|
uiConfiguration?: {
|
|
6070
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6220
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6071
6221
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6072
6222
|
} | null | undefined;
|
|
6073
6223
|
width?: number | null | undefined;
|
|
@@ -6077,6 +6227,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6077
6227
|
formula?: string | null | undefined;
|
|
6078
6228
|
context?: string[] | null | undefined;
|
|
6079
6229
|
prompt?: string | null | undefined;
|
|
6230
|
+
matching?: Record<string, unknown> | undefined;
|
|
6080
6231
|
}) | ({
|
|
6081
6232
|
type: "date";
|
|
6082
6233
|
format?: string | null | undefined;
|
|
@@ -6106,7 +6257,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6106
6257
|
required?: boolean | null | undefined;
|
|
6107
6258
|
} | null | undefined;
|
|
6108
6259
|
uiConfiguration?: {
|
|
6109
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6260
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6110
6261
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6111
6262
|
} | null | undefined;
|
|
6112
6263
|
width?: number | null | undefined;
|
|
@@ -6116,6 +6267,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6116
6267
|
formula?: string | null | undefined;
|
|
6117
6268
|
context?: string[] | null | undefined;
|
|
6118
6269
|
prompt?: string | null | undefined;
|
|
6270
|
+
matching?: Record<string, unknown> | undefined;
|
|
6119
6271
|
}) | ({
|
|
6120
6272
|
type: "number";
|
|
6121
6273
|
format?: string | null | undefined;
|
|
@@ -6150,7 +6302,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6150
6302
|
required?: boolean | null | undefined;
|
|
6151
6303
|
} | null | undefined;
|
|
6152
6304
|
uiConfiguration?: {
|
|
6153
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6305
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6154
6306
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6155
6307
|
} | null | undefined;
|
|
6156
6308
|
width?: number | null | undefined;
|
|
@@ -6160,10 +6312,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6160
6312
|
formula?: string | null | undefined;
|
|
6161
6313
|
context?: string[] | null | undefined;
|
|
6162
6314
|
prompt?: string | null | undefined;
|
|
6315
|
+
matching?: Record<string, unknown> | undefined;
|
|
6163
6316
|
}) | ({
|
|
6164
6317
|
options: {
|
|
6165
6318
|
value: string;
|
|
6166
6319
|
label: string;
|
|
6320
|
+
struct?: unknown;
|
|
6167
6321
|
}[];
|
|
6168
6322
|
type: "enum";
|
|
6169
6323
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6193,7 +6347,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6193
6347
|
required?: boolean | null | undefined;
|
|
6194
6348
|
} | null | undefined;
|
|
6195
6349
|
uiConfiguration?: {
|
|
6196
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6350
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6197
6351
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6198
6352
|
} | null | undefined;
|
|
6199
6353
|
width?: number | null | undefined;
|
|
@@ -6203,6 +6357,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6203
6357
|
formula?: string | null | undefined;
|
|
6204
6358
|
context?: string[] | null | undefined;
|
|
6205
6359
|
prompt?: string | null | undefined;
|
|
6360
|
+
matching?: Record<string, unknown> | undefined;
|
|
6206
6361
|
}) | ({
|
|
6207
6362
|
id: string;
|
|
6208
6363
|
label: string;
|
|
@@ -6246,7 +6401,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6246
6401
|
required?: boolean | null | undefined;
|
|
6247
6402
|
} | null | undefined;
|
|
6248
6403
|
uiConfiguration?: {
|
|
6249
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6404
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6250
6405
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6251
6406
|
} | null | undefined;
|
|
6252
6407
|
width?: number | null | undefined;
|
|
@@ -6256,6 +6411,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6256
6411
|
formula?: string | null | undefined;
|
|
6257
6412
|
context?: string[] | null | undefined;
|
|
6258
6413
|
prompt?: string | null | undefined;
|
|
6414
|
+
matching?: Record<string, unknown> | undefined;
|
|
6259
6415
|
}) | ({
|
|
6260
6416
|
type: "date";
|
|
6261
6417
|
format?: string | null | undefined;
|
|
@@ -6285,7 +6441,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6285
6441
|
required?: boolean | null | undefined;
|
|
6286
6442
|
} | null | undefined;
|
|
6287
6443
|
uiConfiguration?: {
|
|
6288
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6444
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6289
6445
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6290
6446
|
} | null | undefined;
|
|
6291
6447
|
width?: number | null | undefined;
|
|
@@ -6295,6 +6451,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6295
6451
|
formula?: string | null | undefined;
|
|
6296
6452
|
context?: string[] | null | undefined;
|
|
6297
6453
|
prompt?: string | null | undefined;
|
|
6454
|
+
matching?: Record<string, unknown> | undefined;
|
|
6298
6455
|
}) | ({
|
|
6299
6456
|
type: "number";
|
|
6300
6457
|
format?: string | null | undefined;
|
|
@@ -6329,7 +6486,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6329
6486
|
required?: boolean | null | undefined;
|
|
6330
6487
|
} | null | undefined;
|
|
6331
6488
|
uiConfiguration?: {
|
|
6332
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6489
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6333
6490
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6334
6491
|
} | null | undefined;
|
|
6335
6492
|
width?: number | null | undefined;
|
|
@@ -6339,10 +6496,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6339
6496
|
formula?: string | null | undefined;
|
|
6340
6497
|
context?: string[] | null | undefined;
|
|
6341
6498
|
prompt?: string | null | undefined;
|
|
6499
|
+
matching?: Record<string, unknown> | undefined;
|
|
6342
6500
|
}) | ({
|
|
6343
6501
|
options: {
|
|
6344
6502
|
value: string;
|
|
6345
6503
|
label: string;
|
|
6504
|
+
struct?: unknown;
|
|
6346
6505
|
}[];
|
|
6347
6506
|
type: "enum";
|
|
6348
6507
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6372,7 +6531,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6372
6531
|
required?: boolean | null | undefined;
|
|
6373
6532
|
} | null | undefined;
|
|
6374
6533
|
uiConfiguration?: {
|
|
6375
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6534
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6376
6535
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6377
6536
|
} | null | undefined;
|
|
6378
6537
|
width?: number | null | undefined;
|
|
@@ -6382,6 +6541,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6382
6541
|
formula?: string | null | undefined;
|
|
6383
6542
|
context?: string[] | null | undefined;
|
|
6384
6543
|
prompt?: string | null | undefined;
|
|
6544
|
+
matching?: Record<string, unknown> | undefined;
|
|
6385
6545
|
}) | ({
|
|
6386
6546
|
id: string;
|
|
6387
6547
|
label: string;
|
|
@@ -6434,7 +6594,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6434
6594
|
required?: boolean | null | undefined;
|
|
6435
6595
|
} | null | undefined;
|
|
6436
6596
|
uiConfiguration?: {
|
|
6437
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6597
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6438
6598
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6439
6599
|
} | null | undefined;
|
|
6440
6600
|
width?: number | null | undefined;
|
|
@@ -6444,6 +6604,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6444
6604
|
formula?: string | null | undefined;
|
|
6445
6605
|
context?: string[] | null | undefined;
|
|
6446
6606
|
prompt?: string | null | undefined;
|
|
6607
|
+
matching?: Record<string, unknown> | undefined;
|
|
6447
6608
|
}) | ({
|
|
6448
6609
|
type: "date";
|
|
6449
6610
|
format?: string | null | undefined;
|
|
@@ -6473,7 +6634,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6473
6634
|
required?: boolean | null | undefined;
|
|
6474
6635
|
} | null | undefined;
|
|
6475
6636
|
uiConfiguration?: {
|
|
6476
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6637
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6477
6638
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6478
6639
|
} | null | undefined;
|
|
6479
6640
|
width?: number | null | undefined;
|
|
@@ -6483,6 +6644,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6483
6644
|
formula?: string | null | undefined;
|
|
6484
6645
|
context?: string[] | null | undefined;
|
|
6485
6646
|
prompt?: string | null | undefined;
|
|
6647
|
+
matching?: Record<string, unknown> | undefined;
|
|
6486
6648
|
}) | ({
|
|
6487
6649
|
type: "number";
|
|
6488
6650
|
format?: string | null | undefined;
|
|
@@ -6517,7 +6679,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6517
6679
|
required?: boolean | null | undefined;
|
|
6518
6680
|
} | null | undefined;
|
|
6519
6681
|
uiConfiguration?: {
|
|
6520
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6682
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6521
6683
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6522
6684
|
} | null | undefined;
|
|
6523
6685
|
width?: number | null | undefined;
|
|
@@ -6527,10 +6689,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6527
6689
|
formula?: string | null | undefined;
|
|
6528
6690
|
context?: string[] | null | undefined;
|
|
6529
6691
|
prompt?: string | null | undefined;
|
|
6692
|
+
matching?: Record<string, unknown> | undefined;
|
|
6530
6693
|
}) | ({
|
|
6531
6694
|
options: {
|
|
6532
6695
|
value: string;
|
|
6533
6696
|
label: string;
|
|
6697
|
+
struct?: unknown;
|
|
6534
6698
|
}[];
|
|
6535
6699
|
type: "enum";
|
|
6536
6700
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6560,7 +6724,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6560
6724
|
required?: boolean | null | undefined;
|
|
6561
6725
|
} | null | undefined;
|
|
6562
6726
|
uiConfiguration?: {
|
|
6563
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6727
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6564
6728
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6565
6729
|
} | null | undefined;
|
|
6566
6730
|
width?: number | null | undefined;
|
|
@@ -6570,6 +6734,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6570
6734
|
formula?: string | null | undefined;
|
|
6571
6735
|
context?: string[] | null | undefined;
|
|
6572
6736
|
prompt?: string | null | undefined;
|
|
6737
|
+
matching?: Record<string, unknown> | undefined;
|
|
6573
6738
|
}) | ({
|
|
6574
6739
|
id: string;
|
|
6575
6740
|
label: string;
|
|
@@ -6632,7 +6797,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6632
6797
|
required?: boolean | null | undefined;
|
|
6633
6798
|
} | null | undefined;
|
|
6634
6799
|
uiConfiguration?: {
|
|
6635
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6800
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6636
6801
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6637
6802
|
} | null | undefined;
|
|
6638
6803
|
width?: number | null | undefined;
|
|
@@ -6642,6 +6807,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6642
6807
|
formula?: string | null | undefined;
|
|
6643
6808
|
context?: string[] | null | undefined;
|
|
6644
6809
|
prompt?: string | null | undefined;
|
|
6810
|
+
matching?: Record<string, unknown> | undefined;
|
|
6645
6811
|
}) | ({
|
|
6646
6812
|
type: "date";
|
|
6647
6813
|
format?: string | null | undefined;
|
|
@@ -6671,7 +6837,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6671
6837
|
required?: boolean | null | undefined;
|
|
6672
6838
|
} | null | undefined;
|
|
6673
6839
|
uiConfiguration?: {
|
|
6674
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6840
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6675
6841
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6676
6842
|
} | null | undefined;
|
|
6677
6843
|
width?: number | null | undefined;
|
|
@@ -6681,6 +6847,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6681
6847
|
formula?: string | null | undefined;
|
|
6682
6848
|
context?: string[] | null | undefined;
|
|
6683
6849
|
prompt?: string | null | undefined;
|
|
6850
|
+
matching?: Record<string, unknown> | undefined;
|
|
6684
6851
|
}) | ({
|
|
6685
6852
|
type: "number";
|
|
6686
6853
|
format?: string | null | undefined;
|
|
@@ -6715,7 +6882,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6715
6882
|
required?: boolean | null | undefined;
|
|
6716
6883
|
} | null | undefined;
|
|
6717
6884
|
uiConfiguration?: {
|
|
6718
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6885
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6719
6886
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6720
6887
|
} | null | undefined;
|
|
6721
6888
|
width?: number | null | undefined;
|
|
@@ -6725,10 +6892,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6725
6892
|
formula?: string | null | undefined;
|
|
6726
6893
|
context?: string[] | null | undefined;
|
|
6727
6894
|
prompt?: string | null | undefined;
|
|
6895
|
+
matching?: Record<string, unknown> | undefined;
|
|
6728
6896
|
}) | ({
|
|
6729
6897
|
options: {
|
|
6730
6898
|
value: string;
|
|
6731
6899
|
label: string;
|
|
6900
|
+
struct?: unknown;
|
|
6732
6901
|
}[];
|
|
6733
6902
|
type: "enum";
|
|
6734
6903
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6758,7 +6927,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6758
6927
|
required?: boolean | null | undefined;
|
|
6759
6928
|
} | null | undefined;
|
|
6760
6929
|
uiConfiguration?: {
|
|
6761
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
6930
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6762
6931
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6763
6932
|
} | null | undefined;
|
|
6764
6933
|
width?: number | null | undefined;
|
|
@@ -6768,6 +6937,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6768
6937
|
formula?: string | null | undefined;
|
|
6769
6938
|
context?: string[] | null | undefined;
|
|
6770
6939
|
prompt?: string | null | undefined;
|
|
6940
|
+
matching?: Record<string, unknown> | undefined;
|
|
6771
6941
|
}) | ({
|
|
6772
6942
|
id: string;
|
|
6773
6943
|
label: string;
|
|
@@ -6813,6 +6983,8 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6813
6983
|
category: "section";
|
|
6814
6984
|
icon?: string | null | undefined;
|
|
6815
6985
|
})[] | undefined;
|
|
6986
|
+
modifiedBy?: string | null | undefined;
|
|
6987
|
+
modifiedAt?: string | null | undefined;
|
|
6816
6988
|
}, {
|
|
6817
6989
|
id?: number | undefined;
|
|
6818
6990
|
name?: string | undefined;
|
|
@@ -6854,7 +7026,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6854
7026
|
required?: boolean | null | undefined;
|
|
6855
7027
|
} | null | undefined;
|
|
6856
7028
|
uiConfiguration?: {
|
|
6857
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7029
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6858
7030
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6859
7031
|
} | null | undefined;
|
|
6860
7032
|
width?: number | null | undefined;
|
|
@@ -6864,6 +7036,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6864
7036
|
formula?: string | null | undefined;
|
|
6865
7037
|
context?: string[] | null | undefined;
|
|
6866
7038
|
prompt?: string | null | undefined;
|
|
7039
|
+
matching?: Record<string, unknown> | undefined;
|
|
6867
7040
|
}) | ({
|
|
6868
7041
|
type: "date";
|
|
6869
7042
|
format?: string | null | undefined;
|
|
@@ -6893,7 +7066,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6893
7066
|
required?: boolean | null | undefined;
|
|
6894
7067
|
} | null | undefined;
|
|
6895
7068
|
uiConfiguration?: {
|
|
6896
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7069
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6897
7070
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6898
7071
|
} | null | undefined;
|
|
6899
7072
|
width?: number | null | undefined;
|
|
@@ -6903,6 +7076,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6903
7076
|
formula?: string | null | undefined;
|
|
6904
7077
|
context?: string[] | null | undefined;
|
|
6905
7078
|
prompt?: string | null | undefined;
|
|
7079
|
+
matching?: Record<string, unknown> | undefined;
|
|
6906
7080
|
}) | ({
|
|
6907
7081
|
type: "number";
|
|
6908
7082
|
format?: string | null | undefined;
|
|
@@ -6937,7 +7111,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6937
7111
|
required?: boolean | null | undefined;
|
|
6938
7112
|
} | null | undefined;
|
|
6939
7113
|
uiConfiguration?: {
|
|
6940
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7114
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6941
7115
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6942
7116
|
} | null | undefined;
|
|
6943
7117
|
width?: number | null | undefined;
|
|
@@ -6947,10 +7121,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6947
7121
|
formula?: string | null | undefined;
|
|
6948
7122
|
context?: string[] | null | undefined;
|
|
6949
7123
|
prompt?: string | null | undefined;
|
|
7124
|
+
matching?: Record<string, unknown> | undefined;
|
|
6950
7125
|
}) | ({
|
|
6951
7126
|
options: {
|
|
6952
7127
|
value: string;
|
|
6953
7128
|
label: string;
|
|
7129
|
+
struct?: unknown;
|
|
6954
7130
|
}[];
|
|
6955
7131
|
type: "enum";
|
|
6956
7132
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6980,7 +7156,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6980
7156
|
required?: boolean | null | undefined;
|
|
6981
7157
|
} | null | undefined;
|
|
6982
7158
|
uiConfiguration?: {
|
|
6983
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7159
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
6984
7160
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
6985
7161
|
} | null | undefined;
|
|
6986
7162
|
width?: number | null | undefined;
|
|
@@ -6990,6 +7166,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
6990
7166
|
formula?: string | null | undefined;
|
|
6991
7167
|
context?: string[] | null | undefined;
|
|
6992
7168
|
prompt?: string | null | undefined;
|
|
7169
|
+
matching?: Record<string, unknown> | undefined;
|
|
6993
7170
|
}) | ({
|
|
6994
7171
|
id: string;
|
|
6995
7172
|
label: string;
|
|
@@ -7033,7 +7210,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7033
7210
|
required?: boolean | null | undefined;
|
|
7034
7211
|
} | null | undefined;
|
|
7035
7212
|
uiConfiguration?: {
|
|
7036
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7213
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7037
7214
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7038
7215
|
} | null | undefined;
|
|
7039
7216
|
width?: number | null | undefined;
|
|
@@ -7043,6 +7220,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7043
7220
|
formula?: string | null | undefined;
|
|
7044
7221
|
context?: string[] | null | undefined;
|
|
7045
7222
|
prompt?: string | null | undefined;
|
|
7223
|
+
matching?: Record<string, unknown> | undefined;
|
|
7046
7224
|
}) | ({
|
|
7047
7225
|
type: "date";
|
|
7048
7226
|
format?: string | null | undefined;
|
|
@@ -7072,7 +7250,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7072
7250
|
required?: boolean | null | undefined;
|
|
7073
7251
|
} | null | undefined;
|
|
7074
7252
|
uiConfiguration?: {
|
|
7075
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7253
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7076
7254
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7077
7255
|
} | null | undefined;
|
|
7078
7256
|
width?: number | null | undefined;
|
|
@@ -7082,6 +7260,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7082
7260
|
formula?: string | null | undefined;
|
|
7083
7261
|
context?: string[] | null | undefined;
|
|
7084
7262
|
prompt?: string | null | undefined;
|
|
7263
|
+
matching?: Record<string, unknown> | undefined;
|
|
7085
7264
|
}) | ({
|
|
7086
7265
|
type: "number";
|
|
7087
7266
|
format?: string | null | undefined;
|
|
@@ -7116,7 +7295,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7116
7295
|
required?: boolean | null | undefined;
|
|
7117
7296
|
} | null | undefined;
|
|
7118
7297
|
uiConfiguration?: {
|
|
7119
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7298
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7120
7299
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7121
7300
|
} | null | undefined;
|
|
7122
7301
|
width?: number | null | undefined;
|
|
@@ -7126,10 +7305,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7126
7305
|
formula?: string | null | undefined;
|
|
7127
7306
|
context?: string[] | null | undefined;
|
|
7128
7307
|
prompt?: string | null | undefined;
|
|
7308
|
+
matching?: Record<string, unknown> | undefined;
|
|
7129
7309
|
}) | ({
|
|
7130
7310
|
options: {
|
|
7131
7311
|
value: string;
|
|
7132
7312
|
label: string;
|
|
7313
|
+
struct?: unknown;
|
|
7133
7314
|
}[];
|
|
7134
7315
|
type: "enum";
|
|
7135
7316
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7159,7 +7340,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7159
7340
|
required?: boolean | null | undefined;
|
|
7160
7341
|
} | null | undefined;
|
|
7161
7342
|
uiConfiguration?: {
|
|
7162
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7343
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7163
7344
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7164
7345
|
} | null | undefined;
|
|
7165
7346
|
width?: number | null | undefined;
|
|
@@ -7169,6 +7350,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7169
7350
|
formula?: string | null | undefined;
|
|
7170
7351
|
context?: string[] | null | undefined;
|
|
7171
7352
|
prompt?: string | null | undefined;
|
|
7353
|
+
matching?: Record<string, unknown> | undefined;
|
|
7172
7354
|
}) | ({
|
|
7173
7355
|
id: string;
|
|
7174
7356
|
label: string;
|
|
@@ -7221,7 +7403,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7221
7403
|
required?: boolean | null | undefined;
|
|
7222
7404
|
} | null | undefined;
|
|
7223
7405
|
uiConfiguration?: {
|
|
7224
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7406
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7225
7407
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7226
7408
|
} | null | undefined;
|
|
7227
7409
|
width?: number | null | undefined;
|
|
@@ -7231,6 +7413,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7231
7413
|
formula?: string | null | undefined;
|
|
7232
7414
|
context?: string[] | null | undefined;
|
|
7233
7415
|
prompt?: string | null | undefined;
|
|
7416
|
+
matching?: Record<string, unknown> | undefined;
|
|
7234
7417
|
}) | ({
|
|
7235
7418
|
type: "date";
|
|
7236
7419
|
format?: string | null | undefined;
|
|
@@ -7260,7 +7443,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7260
7443
|
required?: boolean | null | undefined;
|
|
7261
7444
|
} | null | undefined;
|
|
7262
7445
|
uiConfiguration?: {
|
|
7263
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7446
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7264
7447
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7265
7448
|
} | null | undefined;
|
|
7266
7449
|
width?: number | null | undefined;
|
|
@@ -7270,6 +7453,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7270
7453
|
formula?: string | null | undefined;
|
|
7271
7454
|
context?: string[] | null | undefined;
|
|
7272
7455
|
prompt?: string | null | undefined;
|
|
7456
|
+
matching?: Record<string, unknown> | undefined;
|
|
7273
7457
|
}) | ({
|
|
7274
7458
|
type: "number";
|
|
7275
7459
|
format?: string | null | undefined;
|
|
@@ -7304,7 +7488,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7304
7488
|
required?: boolean | null | undefined;
|
|
7305
7489
|
} | null | undefined;
|
|
7306
7490
|
uiConfiguration?: {
|
|
7307
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7491
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7308
7492
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7309
7493
|
} | null | undefined;
|
|
7310
7494
|
width?: number | null | undefined;
|
|
@@ -7314,10 +7498,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7314
7498
|
formula?: string | null | undefined;
|
|
7315
7499
|
context?: string[] | null | undefined;
|
|
7316
7500
|
prompt?: string | null | undefined;
|
|
7501
|
+
matching?: Record<string, unknown> | undefined;
|
|
7317
7502
|
}) | ({
|
|
7318
7503
|
options: {
|
|
7319
7504
|
value: string;
|
|
7320
7505
|
label: string;
|
|
7506
|
+
struct?: unknown;
|
|
7321
7507
|
}[];
|
|
7322
7508
|
type: "enum";
|
|
7323
7509
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7347,7 +7533,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7347
7533
|
required?: boolean | null | undefined;
|
|
7348
7534
|
} | null | undefined;
|
|
7349
7535
|
uiConfiguration?: {
|
|
7350
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7536
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7351
7537
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7352
7538
|
} | null | undefined;
|
|
7353
7539
|
width?: number | null | undefined;
|
|
@@ -7357,6 +7543,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7357
7543
|
formula?: string | null | undefined;
|
|
7358
7544
|
context?: string[] | null | undefined;
|
|
7359
7545
|
prompt?: string | null | undefined;
|
|
7546
|
+
matching?: Record<string, unknown> | undefined;
|
|
7360
7547
|
}) | ({
|
|
7361
7548
|
id: string;
|
|
7362
7549
|
label: string;
|
|
@@ -7419,7 +7606,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7419
7606
|
required?: boolean | null | undefined;
|
|
7420
7607
|
} | null | undefined;
|
|
7421
7608
|
uiConfiguration?: {
|
|
7422
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7609
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7423
7610
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7424
7611
|
} | null | undefined;
|
|
7425
7612
|
width?: number | null | undefined;
|
|
@@ -7429,6 +7616,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7429
7616
|
formula?: string | null | undefined;
|
|
7430
7617
|
context?: string[] | null | undefined;
|
|
7431
7618
|
prompt?: string | null | undefined;
|
|
7619
|
+
matching?: Record<string, unknown> | undefined;
|
|
7432
7620
|
}) | ({
|
|
7433
7621
|
type: "date";
|
|
7434
7622
|
format?: string | null | undefined;
|
|
@@ -7458,7 +7646,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7458
7646
|
required?: boolean | null | undefined;
|
|
7459
7647
|
} | null | undefined;
|
|
7460
7648
|
uiConfiguration?: {
|
|
7461
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7649
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7462
7650
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7463
7651
|
} | null | undefined;
|
|
7464
7652
|
width?: number | null | undefined;
|
|
@@ -7468,6 +7656,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7468
7656
|
formula?: string | null | undefined;
|
|
7469
7657
|
context?: string[] | null | undefined;
|
|
7470
7658
|
prompt?: string | null | undefined;
|
|
7659
|
+
matching?: Record<string, unknown> | undefined;
|
|
7471
7660
|
}) | ({
|
|
7472
7661
|
type: "number";
|
|
7473
7662
|
format?: string | null | undefined;
|
|
@@ -7502,7 +7691,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7502
7691
|
required?: boolean | null | undefined;
|
|
7503
7692
|
} | null | undefined;
|
|
7504
7693
|
uiConfiguration?: {
|
|
7505
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7694
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7506
7695
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7507
7696
|
} | null | undefined;
|
|
7508
7697
|
width?: number | null | undefined;
|
|
@@ -7512,10 +7701,12 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7512
7701
|
formula?: string | null | undefined;
|
|
7513
7702
|
context?: string[] | null | undefined;
|
|
7514
7703
|
prompt?: string | null | undefined;
|
|
7704
|
+
matching?: Record<string, unknown> | undefined;
|
|
7515
7705
|
}) | ({
|
|
7516
7706
|
options: {
|
|
7517
7707
|
value: string;
|
|
7518
7708
|
label: string;
|
|
7709
|
+
struct?: unknown;
|
|
7519
7710
|
}[];
|
|
7520
7711
|
type: "enum";
|
|
7521
7712
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7545,7 +7736,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7545
7736
|
required?: boolean | null | undefined;
|
|
7546
7737
|
} | null | undefined;
|
|
7547
7738
|
uiConfiguration?: {
|
|
7548
|
-
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | null | undefined;
|
|
7739
|
+
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
7549
7740
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
7550
7741
|
} | null | undefined;
|
|
7551
7742
|
width?: number | null | undefined;
|
|
@@ -7555,6 +7746,7 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7555
7746
|
formula?: string | null | undefined;
|
|
7556
7747
|
context?: string[] | null | undefined;
|
|
7557
7748
|
prompt?: string | null | undefined;
|
|
7749
|
+
matching?: Record<string, unknown> | undefined;
|
|
7558
7750
|
}) | ({
|
|
7559
7751
|
id: string;
|
|
7560
7752
|
label: string;
|
|
@@ -7600,4 +7792,34 @@ export declare const patchSchemaPayloadSchema: z.ZodObject<{
|
|
|
7600
7792
|
category: "section";
|
|
7601
7793
|
icon?: string | null | undefined;
|
|
7602
7794
|
})[] | undefined;
|
|
7795
|
+
modifiedBy?: string | null | undefined;
|
|
7796
|
+
modifiedAt?: string | null | undefined;
|
|
7797
|
+
}>;
|
|
7798
|
+
export declare const patchRawSchemaPayloadSchema: z.ZodObject<{
|
|
7799
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
7800
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7801
|
+
url: z.ZodOptional<z.ZodString>;
|
|
7802
|
+
queues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7803
|
+
metadata: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
7804
|
+
content: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
|
|
7805
|
+
modifiedBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7806
|
+
modifiedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7807
|
+
}, "strip", z.ZodTypeAny, {
|
|
7808
|
+
id?: number | undefined;
|
|
7809
|
+
name?: string | undefined;
|
|
7810
|
+
url?: string | undefined;
|
|
7811
|
+
queues?: string[] | undefined;
|
|
7812
|
+
metadata?: unknown;
|
|
7813
|
+
content?: unknown;
|
|
7814
|
+
modifiedBy?: string | null | undefined;
|
|
7815
|
+
modifiedAt?: string | null | undefined;
|
|
7816
|
+
}, {
|
|
7817
|
+
id?: number | undefined;
|
|
7818
|
+
name?: string | undefined;
|
|
7819
|
+
url?: string | undefined;
|
|
7820
|
+
queues?: string[] | undefined;
|
|
7821
|
+
metadata?: unknown;
|
|
7822
|
+
content?: unknown;
|
|
7823
|
+
modifiedBy?: string | null | undefined;
|
|
7824
|
+
modifiedAt?: string | null | undefined;
|
|
7603
7825
|
}>;
|