@rossum/api-client 0.1.30 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/annotations/endpoints/editPages.js.map +1 -1
- package/src/annotations/endpoints/editPages.schema.js +2 -0
- package/src/annotations/endpoints/editPages.schema.js.map +1 -1
- package/src/annotations/endpoints/editPagesInPlace.schema.js +1 -0
- package/src/annotations/endpoints/editPagesInPlace.schema.js.map +1 -1
- package/src/annotations/endpoints/list.js +3 -2
- package/src/annotations/endpoints/list.js.map +1 -1
- package/src/annotations/index.js +20 -0
- package/src/annotations/index.js.map +1 -0
- package/src/annotations/mocks/annotation.js +24 -0
- package/src/annotations/mocks/annotation.js.map +1 -0
- package/src/annotations/mocks/index.js +18 -0
- package/src/annotations/mocks/index.js.map +1 -0
- package/src/annotations/models/annotation.schema.js +1 -0
- package/src/annotations/models/annotation.schema.js.map +1 -1
- package/src/annotations/models/annotationData.schema.js +7 -0
- package/src/annotations/models/annotationData.schema.js.map +1 -1
- package/src/annotations/models/annotationListSideload.schema.js +5 -0
- package/src/annotations/models/annotationListSideload.schema.js.map +1 -1
- package/src/annotations/models/editPages.schema.js +10 -1
- package/src/annotations/models/editPages.schema.js.map +1 -1
- package/src/authentication/index.js +19 -0
- package/src/authentication/index.js.map +1 -0
- package/src/{rules/models/schemaRule.js → authentication/models/authInfo.js} +1 -1
- package/src/authentication/models/authInfo.js.map +1 -0
- package/src/authentication/models/index.js +19 -0
- package/src/authentication/models/index.js.map +1 -0
- package/src/automationBlockers/index.js +19 -0
- package/src/automationBlockers/index.js.map +1 -0
- package/src/automationBlockers/models/automationBlocker.js.map +1 -0
- package/src/automationBlockers/models/automationBlocker.schema.js +43 -10
- package/src/automationBlockers/models/automationBlocker.schema.js.map +1 -1
- package/src/automationBlockers/models/index.js +19 -0
- package/src/automationBlockers/models/index.js.map +1 -0
- package/src/billing/endpoints/getHistory.schema.js +14 -0
- package/src/billing/endpoints/getHistory.schema.js.map +1 -0
- package/src/billing/endpoints/index.js +22 -0
- package/src/billing/endpoints/index.js.map +1 -0
- package/src/billing/index.js +19 -0
- package/src/billing/index.js.map +1 -0
- package/src/billing/models/billingHistory.js +3 -0
- package/src/billing/models/billingHistory.js.map +1 -0
- package/src/{rule-templates/models/ruleTemplate.js → billing/models/billingStats.js} +1 -1
- package/src/billing/models/billingStats.js.map +1 -0
- package/src/billing/models/index.js +21 -0
- package/src/billing/models/index.js.map +1 -0
- package/src/connectors/endpoints/list.js +3 -2
- package/src/connectors/endpoints/list.js.map +1 -1
- package/src/connectors/index.js +19 -0
- package/src/connectors/index.js.map +1 -0
- package/src/connectors/models/connector.js +3 -0
- package/src/connectors/models/connector.js.map +1 -0
- package/src/connectors/models/index.js +19 -0
- package/src/connectors/models/index.js.map +1 -0
- package/src/dedicatedEngineSchema/index.js +19 -0
- package/src/dedicatedEngineSchema/index.js.map +1 -0
- package/src/dedicatedEngineSchema/models/index.js +25 -0
- package/src/dedicatedEngineSchema/models/index.js.map +1 -0
- package/src/dedicatedEngineSchema/models/integrityValidationResults.js +3 -0
- package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +1 -0
- package/src/dedicatedEngines/endpoints/list.js +3 -2
- package/src/dedicatedEngines/endpoints/list.js.map +1 -1
- package/src/dedicatedEngines/index.js +19 -0
- package/src/dedicatedEngines/index.js.map +1 -0
- package/src/dedicatedEngines/models/dedicatedEngine.js +3 -0
- package/src/dedicatedEngines/models/dedicatedEngine.js.map +1 -0
- package/src/dedicatedEngines/models/index.js +18 -0
- package/src/dedicatedEngines/models/index.js.map +1 -0
- package/src/deleteRecommendations/endpoints/list.js +3 -2
- package/src/deleteRecommendations/endpoints/list.js.map +1 -1
- package/src/deleteRecommendations/index.js +19 -0
- package/src/deleteRecommendations/index.js.map +1 -0
- package/src/deleteRecommendations/models/deleteRecommendation.js +3 -0
- package/src/deleteRecommendations/models/deleteRecommendation.js.map +1 -0
- package/src/deleteRecommendations/models/index.js +18 -0
- package/src/deleteRecommendations/models/index.js.map +1 -0
- package/src/documentRelations/endpoints/list.js +3 -2
- package/src/documentRelations/endpoints/list.js.map +1 -1
- package/src/documentRelations/index.js +19 -0
- package/src/documentRelations/index.js.map +1 -0
- package/src/documentRelations/models/index.js +18 -0
- package/src/documentRelations/models/index.js.map +1 -0
- package/src/documentRelations/models/relation.js +3 -0
- package/src/documentRelations/models/relation.js.map +1 -0
- package/src/documentRelations/models/relation.schema.js +18 -0
- package/src/documentRelations/models/relation.schema.js.map +1 -0
- package/src/documents/endpoints/index.js +3 -1
- package/src/documents/endpoints/index.js.map +1 -1
- package/src/documents/endpoints/list.js +3 -2
- package/src/documents/endpoints/list.js.map +1 -1
- package/src/documents/index.js +20 -0
- package/src/documents/index.js.map +1 -0
- package/src/documents/mocks/document.js +19 -0
- package/src/documents/mocks/document.js.map +1 -0
- package/src/documents/mocks/index.js +18 -0
- package/src/documents/mocks/index.js.map +1 -0
- package/src/documents/models/index.js +19 -0
- package/src/documents/models/index.js.map +1 -0
- package/src/email/endpoints/get.js +2 -2
- package/src/email/endpoints/get.js.map +1 -1
- package/src/email/endpoints/index.js +3 -1
- package/src/email/endpoints/index.js.map +1 -1
- package/src/email/endpoints/list.js +3 -2
- package/src/email/endpoints/list.js.map +1 -1
- package/src/email/index.js +20 -0
- package/src/email/index.js.map +1 -0
- package/src/email/mocks/email.js +49 -0
- package/src/email/mocks/email.js.map +1 -0
- package/src/email/mocks/index.js +18 -0
- package/src/email/mocks/index.js.map +1 -0
- package/src/email/models/email.js +3 -0
- package/src/email/models/email.js.map +1 -0
- package/src/email/models/index.js +19 -0
- package/src/email/models/index.js.map +1 -0
- package/src/emailTemplates/endpoints/list.js +3 -2
- package/src/emailTemplates/endpoints/list.js.map +1 -1
- package/src/emailTemplates/endpoints/list.schema.js +1 -1
- package/src/emailTemplates/endpoints/list.schema.js.map +1 -1
- package/src/emailTemplates/index.js +20 -0
- package/src/emailTemplates/index.js.map +1 -0
- package/src/emailTemplates/mocks/emailTemplate.js +26 -0
- package/src/emailTemplates/mocks/emailTemplate.js.map +1 -0
- package/src/emailTemplates/mocks/index.js +18 -0
- package/src/emailTemplates/mocks/index.js.map +1 -0
- package/src/emailTemplates/models/index.js +18 -0
- package/src/emailTemplates/models/index.js.map +1 -0
- package/src/emailTemplatesStats/endpoints/list.js +3 -2
- package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
- package/src/emailTemplatesStats/index.js +19 -0
- package/src/emailTemplatesStats/index.js.map +1 -0
- package/src/emailTemplatesStats/models/emailTemplateStats.js +3 -0
- package/src/emailTemplatesStats/models/emailTemplateStats.js.map +1 -0
- package/src/emailTemplatesStats/models/index.js +18 -0
- package/src/emailTemplatesStats/models/index.js.map +1 -0
- package/src/emailThreads/endpoints/list.js +3 -2
- package/src/emailThreads/endpoints/list.js.map +1 -1
- package/src/emailThreads/index.js +20 -0
- package/src/emailThreads/index.js.map +1 -0
- package/src/emailThreads/mocks/emailThread.js +30 -0
- package/src/emailThreads/mocks/emailThread.js.map +1 -0
- package/src/emailThreads/mocks/index.js +18 -0
- package/src/emailThreads/mocks/index.js.map +1 -0
- package/src/emailThreads/models/emailThreads.js +3 -0
- package/src/emailThreads/models/emailThreads.js.map +1 -0
- package/src/emailThreads/models/index.js +19 -0
- package/src/emailThreads/models/index.js.map +1 -0
- package/src/engineFields/endpoints/list.js +3 -2
- package/src/engineFields/endpoints/list.js.map +1 -1
- package/src/engineFields/index.js +19 -0
- package/src/engineFields/index.js.map +1 -0
- package/src/engineFields/models/index.js +20 -0
- package/src/engineFields/models/index.js.map +1 -0
- package/src/engineFields/models/preTrainedField.js +3 -0
- package/src/engineFields/models/preTrainedField.js.map +1 -0
- package/src/engines/endpoints/list.js +3 -2
- package/src/engines/endpoints/list.js.map +1 -1
- package/src/engines/endpoints/queueStats.js +3 -2
- package/src/engines/endpoints/queueStats.js.map +1 -1
- package/src/engines/index.js +19 -0
- package/src/engines/index.js.map +1 -0
- package/src/engines/models/engineQueueStatsItem.js +3 -0
- package/src/engines/models/engineQueueStatsItem.js.map +1 -0
- package/src/engines/models/index.js +18 -0
- package/src/engines/models/index.js.map +1 -0
- package/src/genericEngines/endpoints/list.js +3 -2
- package/src/genericEngines/endpoints/list.js.map +1 -1
- package/src/genericEngines/index.js +19 -0
- package/src/genericEngines/index.js.map +1 -0
- package/src/genericEngines/models/genericEngine.js +3 -0
- package/src/genericEngines/models/genericEngine.js.map +1 -0
- package/src/genericEngines/models/index.js +18 -0
- package/src/genericEngines/models/index.js.map +1 -0
- package/src/groups/endpoints/list.js +3 -0
- package/src/groups/endpoints/list.js.map +1 -1
- package/src/groups/endpoints/list.schema.js +12 -0
- package/src/groups/endpoints/list.schema.js.map +1 -0
- package/src/groups/index.js +19 -0
- package/src/groups/index.js.map +1 -0
- package/src/groups/models/group.js +3 -0
- package/src/groups/models/group.js.map +1 -0
- package/src/groups/models/index.js +18 -0
- package/src/groups/models/index.js.map +1 -0
- package/src/hookInterfaces/endpoints/list.js +3 -2
- package/src/hookInterfaces/endpoints/list.js.map +1 -1
- package/src/hookInterfaces/index.js +19 -0
- package/src/hookInterfaces/index.js.map +1 -0
- package/src/hookTemplates/endpoints/list.js +3 -2
- package/src/hookTemplates/endpoints/list.js.map +1 -1
- package/src/hookTemplates/index.js +19 -0
- package/src/hookTemplates/index.js.map +1 -0
- package/src/hookTemplates/models/hookTemplate.js +3 -0
- package/src/hookTemplates/models/hookTemplate.js.map +1 -0
- package/src/hookTemplates/models/hookTemplate.schema.js +2 -1
- package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
- package/src/hookTemplates/models/index.js +21 -0
- package/src/hookTemplates/models/index.js.map +1 -0
- package/src/hooks/endpoints/createFromTemplate.js.map +1 -1
- package/src/hooks/endpoints/createFromTemplate.schema.js +2 -2
- package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -1
- package/src/hooks/endpoints/duplicate.js +16 -0
- package/src/hooks/endpoints/duplicate.js.map +1 -0
- package/src/hooks/endpoints/duplicate.schema.js +11 -0
- package/src/hooks/endpoints/duplicate.schema.js.map +1 -0
- package/src/hooks/endpoints/index.js +2 -0
- package/src/hooks/endpoints/index.js.map +1 -1
- package/src/hooks/endpoints/list.js +3 -2
- package/src/hooks/endpoints/list.js.map +1 -1
- package/src/hooks/endpoints/list.schema.js +3 -2
- package/src/hooks/endpoints/list.schema.js.map +1 -1
- package/src/hooks/endpoints/runLogs.js +3 -0
- package/src/hooks/endpoints/runLogs.js.map +1 -1
- package/src/hooks/endpoints/runs.js +6 -3
- package/src/hooks/endpoints/runs.js.map +1 -1
- package/src/hooks/endpoints/runs.schema.js +3 -4
- package/src/hooks/endpoints/runs.schema.js.map +1 -1
- package/src/hooks/index.js +19 -0
- package/src/hooks/index.js.map +1 -0
- package/src/hooks/models/event.js +59 -0
- package/src/hooks/models/event.js.map +1 -0
- package/src/hooks/models/event.schema.js +7 -0
- package/src/hooks/models/event.schema.js.map +1 -0
- package/src/hooks/models/hook.schema.js +2 -1
- package/src/hooks/models/hook.schema.js.map +1 -1
- package/src/hooks/models/hookConfig.schema.js +1 -1
- package/src/hooks/models/hookConfig.schema.js.map +1 -1
- package/src/hooks/models/hookUtils.schema.js +1 -21
- package/src/hooks/models/hookUtils.schema.js.map +1 -1
- package/src/hooks/models/index.js +29 -0
- package/src/hooks/models/index.js.map +1 -0
- package/src/hooks/models/run.schema.js +5 -4
- package/src/hooks/models/run.schema.js.map +1 -1
- package/src/hooks/models/values.js +15 -0
- package/src/hooks/models/values.js.map +1 -0
- package/src/inboxes/endpoints/list.js +3 -2
- package/src/inboxes/endpoints/list.js.map +1 -1
- package/src/inboxes/index.js +20 -0
- package/src/inboxes/index.js.map +1 -0
- package/src/inboxes/mocks/inbox.js +21 -0
- package/src/inboxes/mocks/inbox.js.map +1 -0
- package/src/inboxes/mocks/index.js +18 -0
- package/src/inboxes/mocks/index.js.map +1 -0
- package/src/inboxes/models/index.js +18 -0
- package/src/inboxes/models/index.js.map +1 -0
- package/src/internal/endpoints/computedFieldSummary.js +15 -0
- package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
- package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
- package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
- package/src/internal/endpoints/getMetabaseJWT.js +13 -0
- package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
- package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
- package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
- package/src/internal/endpoints/index.js +11 -1
- package/src/internal/endpoints/index.js.map +1 -1
- package/src/internal/endpoints/reportSummary.js +15 -0
- package/src/internal/endpoints/reportSummary.js.map +1 -0
- package/src/internal/endpoints/reportSummary.schema.js +12 -0
- package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
- package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
- package/src/internal/endpoints/rules/evaluateRules.schema.js +5 -6
- package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
- package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
- package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
- package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
- package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
- package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
- package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
- package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
- package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
- package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
- package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
- package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
- package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
- package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
- package/src/internal/endpoints/suggestReport.js +15 -0
- package/src/internal/endpoints/suggestReport.js.map +1 -0
- package/src/internal/endpoints/suggestReport.schema.js +13 -0
- package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
- package/src/internal/index.js +18 -0
- package/src/internal/index.js.map +1 -0
- package/src/labels/endpoints/list.js +3 -2
- package/src/labels/endpoints/list.js.map +1 -1
- package/src/labels/index.js +19 -0
- package/src/labels/index.js.map +1 -0
- package/src/labels/models/index.js +19 -0
- package/src/labels/models/index.js.map +1 -0
- package/src/memberships/index.js +19 -0
- package/src/memberships/index.js.map +1 -0
- package/src/memberships/models/index.js +18 -0
- package/src/memberships/models/index.js.map +1 -0
- package/src/memberships/models/membership.js +3 -0
- package/src/memberships/models/membership.js.map +1 -0
- package/src/organization/endpoints/list.js +3 -2
- package/src/organization/endpoints/list.js.map +1 -1
- package/src/organization/endpoints/patch.schema.js +6 -0
- package/src/organization/endpoints/patch.schema.js.map +1 -0
- package/src/organization/index.js +20 -0
- package/src/organization/index.js.map +1 -0
- package/src/organization/mocks/index.js +18 -0
- package/src/organization/mocks/index.js.map +1 -0
- package/src/organization/mocks/organization.js +15 -0
- package/src/organization/mocks/organization.js.map +1 -0
- package/src/organization/models/emailLimits.js +3 -0
- package/src/organization/models/emailLimits.js.map +1 -0
- package/src/organization/models/index.js +23 -0
- package/src/organization/models/index.js.map +1 -0
- package/src/organization/models/limits.js +3 -0
- package/src/organization/models/limits.js.map +1 -0
- package/src/organizationGroups/endpoints/organizations.js +3 -2
- package/src/organizationGroups/endpoints/organizations.js.map +1 -1
- package/src/organizationGroups/endpoints/queues.js +3 -2
- package/src/organizationGroups/endpoints/queues.js.map +1 -1
- package/src/organizationGroups/endpoints/workspaces.js +3 -2
- package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
- package/src/organizationGroups/index.js +19 -0
- package/src/organizationGroups/index.js.map +1 -0
- package/src/organizationGroups/models/index.js +23 -0
- package/src/organizationGroups/models/index.js.map +1 -0
- package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
- package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
- package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
- package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
- package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
- package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
- package/src/pages/endpoints/list.js +3 -2
- package/src/pages/endpoints/list.js.map +1 -1
- package/src/pages/endpoints/list.schema.js +13 -3
- package/src/pages/endpoints/list.schema.js.map +1 -1
- package/src/pages/index.js +19 -0
- package/src/pages/index.js.map +1 -0
- package/src/pages/models/index.js +18 -0
- package/src/pages/models/index.js.map +1 -0
- package/src/pages/models/page.js +3 -0
- package/src/pages/models/page.js.map +1 -0
- package/src/queues/endpoints/automation.schema.js +2 -2
- package/src/queues/endpoints/automation.schema.js.map +1 -1
- package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
- package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
- package/src/queues/endpoints/automationSetupProjections.js +17 -0
- package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
- package/src/queues/endpoints/duplicate.js.map +1 -1
- package/src/queues/endpoints/duplicate.schema.js +1 -0
- package/src/queues/endpoints/duplicate.schema.js.map +1 -1
- package/src/queues/endpoints/getAutomationTargets.js +14 -0
- package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
- package/src/queues/endpoints/index.js +8 -2
- package/src/queues/endpoints/index.js.map +1 -1
- package/src/queues/endpoints/list.js +5 -3
- package/src/queues/endpoints/list.js.map +1 -1
- package/src/queues/endpoints/list.schema.js +5 -3
- package/src/queues/endpoints/list.schema.js.map +1 -1
- package/src/queues/endpoints/saveAutomationTarget.js +16 -0
- package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
- package/src/queues/index.js +20 -0
- package/src/queues/index.js.map +1 -0
- package/src/queues/mocks/automation.js +19 -0
- package/src/queues/mocks/automation.js.map +1 -0
- package/src/queues/mocks/index.js +19 -0
- package/src/queues/mocks/index.js.map +1 -0
- package/src/queues/mocks/queue.js +33 -0
- package/src/queues/mocks/queue.js.map +1 -0
- package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
- package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
- package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
- package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
- package/src/queues/models/automationSetup.schema.js +50 -31
- package/src/queues/models/automationSetup.schema.js.map +1 -1
- package/src/queues/models/index.js +31 -0
- package/src/queues/models/index.js.map +1 -0
- package/src/queues/models/queueSettings.schema.js +45 -3
- package/src/queues/models/queueSettings.schema.js.map +1 -1
- package/src/queues/models/relatedObjectsCounts.js +3 -0
- package/src/queues/models/relatedObjectsCounts.js.map +1 -0
- package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
- package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
- package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
- package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
- package/src/relations/endpoints/list.js +3 -2
- package/src/relations/endpoints/list.js.map +1 -1
- package/src/relations/index.js +19 -0
- package/src/relations/index.js.map +1 -0
- package/src/relations/models/index.js +19 -0
- package/src/relations/models/index.js.map +1 -0
- package/src/rules/endpoints/create.js +2 -2
- package/src/rules/endpoints/create.js.map +1 -1
- package/src/rules/endpoints/create.schema.js +5 -2
- package/src/rules/endpoints/create.schema.js.map +1 -1
- package/src/rules/endpoints/get.js +2 -2
- package/src/rules/endpoints/get.js.map +1 -1
- package/src/rules/endpoints/index.js.map +1 -1
- package/src/rules/endpoints/list.js +5 -4
- package/src/rules/endpoints/list.js.map +1 -1
- package/src/rules/endpoints/list.schema.js +4 -1
- package/src/rules/endpoints/list.schema.js.map +1 -1
- package/src/rules/endpoints/patch.js +2 -2
- package/src/rules/endpoints/patch.js.map +1 -1
- package/src/rules/endpoints/patch.schema.js +2 -2
- package/src/rules/endpoints/patch.schema.js.map +1 -1
- package/src/rules/index.js +18 -0
- package/src/rules/index.js.map +1 -0
- package/src/rules/models/queueRule.js +3 -0
- package/src/rules/models/queueRule.js.map +1 -0
- package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +9 -12
- package/src/rules/models/queueRule.schema.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/get.js +13 -0
- package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/index.js +10 -0
- package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/list.js +18 -0
- package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
- package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
- package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
- package/src/rulesExecutionLogs/index.js +19 -0
- package/src/rulesExecutionLogs/index.js.map +1 -0
- package/src/rulesExecutionLogs/models/index.js +3 -0
- package/src/rulesExecutionLogs/models/index.js.map +1 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
- package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
- package/src/schemaFields/index.js +19 -0
- package/src/schemaFields/index.js.map +1 -0
- package/src/schemaFields/models/index.js +19 -0
- package/src/schemaFields/models/index.js.map +1 -0
- package/src/schemas/endpoints/get.js +12 -1
- package/src/schemas/endpoints/get.js.map +1 -1
- package/src/schemas/endpoints/index.js +3 -0
- package/src/schemas/endpoints/index.js.map +1 -1
- package/src/schemas/endpoints/list.js +3 -2
- package/src/schemas/endpoints/list.js.map +1 -1
- package/src/schemas/endpoints/patch.js +12 -1
- package/src/schemas/endpoints/patch.js.map +1 -1
- package/src/schemas/endpoints/patch.schema.js +3 -1
- package/src/schemas/endpoints/patch.schema.js.map +1 -1
- package/src/schemas/endpoints/validate.js +13 -2
- package/src/schemas/endpoints/validate.js.map +1 -1
- package/src/schemas/index.js +20 -0
- package/src/schemas/index.js.map +1 -0
- package/src/schemas/mocks/index.js +19 -0
- package/src/schemas/mocks/index.js.map +1 -0
- package/src/schemas/mocks/schema.js +12 -0
- package/src/schemas/mocks/schema.js.map +1 -0
- package/src/schemas/mocks/schemaItem.js +64 -0
- package/src/schemas/mocks/schemaItem.js.map +1 -0
- package/src/schemas/models/index.js +49 -0
- package/src/schemas/models/index.js.map +1 -0
- package/src/schemas/models/list.js +3 -0
- package/src/schemas/models/list.js.map +1 -0
- package/src/schemas/models/list.schema.js +23 -0
- package/src/schemas/models/list.schema.js.map +1 -0
- package/src/schemas/models/rawSchema.js +3 -0
- package/src/schemas/models/rawSchema.js.map +1 -0
- package/src/schemas/models/rawSchema.schema.js +16 -0
- package/src/schemas/models/rawSchema.schema.js.map +1 -0
- package/src/schemas/models/schema.schema.js +2 -0
- package/src/schemas/models/schema.schema.js.map +1 -1
- package/src/schemas/models/schemaDatapointBase.schema.js +2 -2
- package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
- package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
- package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
- package/src/shared/index.js +18 -0
- package/src/shared/index.js.map +1 -0
- package/src/shared/models/annotationListTable.schema.js +1 -0
- package/src/shared/models/annotationListTable.schema.js.map +1 -1
- package/src/shared/models/index.js +23 -0
- package/src/shared/models/index.js.map +1 -0
- package/src/shared/models/message.schema.js +7 -3
- package/src/shared/models/message.schema.js.map +1 -1
- package/src/suggestedEdit/index.js +19 -0
- package/src/suggestedEdit/index.js.map +1 -0
- package/src/suggestedEdit/models/index.js +21 -0
- package/src/suggestedEdit/models/index.js.map +1 -0
- package/src/suggestedEdit/models/suggestedDocument.js +3 -0
- package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
- package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
- package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
- package/src/suggestedEdit/models/suggestedEdit.js +3 -0
- package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
- package/src/surveys/endpoints/get.schema.js +10 -0
- package/src/surveys/endpoints/get.schema.js.map +1 -0
- package/src/surveys/endpoints/list.js +3 -2
- package/src/surveys/endpoints/list.js.map +1 -1
- package/src/surveys/index.js +19 -0
- package/src/surveys/index.js.map +1 -0
- package/src/surveys/models/index.js +21 -0
- package/src/surveys/models/index.js.map +1 -0
- package/src/surveys/models/question.js +3 -0
- package/src/surveys/models/question.js.map +1 -0
- package/src/surveys/models/question.schema.js +11 -0
- package/src/surveys/models/question.schema.js.map +1 -0
- package/src/surveys/models/survey.js +3 -0
- package/src/surveys/models/survey.js.map +1 -0
- package/src/surveys/models/surveyTemplate.js +3 -0
- package/src/surveys/models/surveyTemplate.js.map +1 -0
- package/src/surveys/models/surveyTemplate.schema.js +11 -0
- package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
- package/src/tasks/index.js +20 -0
- package/src/tasks/index.js.map +1 -0
- package/src/tasks/mocks/asyncTask.js +14 -0
- package/src/tasks/mocks/asyncTask.js.map +1 -0
- package/src/tasks/mocks/index.js +18 -0
- package/src/tasks/mocks/index.js.map +1 -0
- package/src/tasks/models/asyncTask.js +3 -0
- package/src/tasks/models/asyncTask.js.map +1 -0
- package/src/tasks/models/asyncTaskResult.js +3 -0
- package/src/tasks/models/asyncTaskResult.js.map +1 -0
- package/src/tasks/models/asyncTaskResult.schema.js +13 -0
- package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
- package/src/tasks/models/index.js +21 -0
- package/src/tasks/models/index.js.map +1 -0
- package/src/triggers/endpoints/list.js +3 -2
- package/src/triggers/endpoints/list.js.map +1 -1
- package/src/triggers/index.js +19 -0
- package/src/triggers/index.js.map +1 -0
- package/src/triggers/models/index.js +18 -0
- package/src/triggers/models/index.js.map +1 -0
- package/src/uploads/index.js +19 -0
- package/src/uploads/index.js.map +1 -0
- package/src/uploads/models/index.js +19 -0
- package/src/uploads/models/index.js.map +1 -0
- package/src/uploads/models/upload.js +3 -0
- package/src/uploads/models/upload.js.map +1 -0
- package/src/users/endpoints/index.js.map +1 -1
- package/src/users/endpoints/list.js +3 -2
- package/src/users/endpoints/list.js.map +1 -1
- package/src/users/endpoints/list.schema.js +2 -1
- package/src/users/endpoints/list.schema.js.map +1 -1
- package/src/users/index.js +20 -0
- package/src/users/index.js.map +1 -0
- package/src/users/mocks/index.js +18 -0
- package/src/users/mocks/index.js.map +1 -0
- package/src/users/mocks/user.js +14 -0
- package/src/users/mocks/user.js.map +1 -0
- package/src/users/models/resetPassword.js +3 -0
- package/src/users/models/resetPassword.js.map +1 -0
- package/src/utils/index.js +37 -0
- package/src/utils/index.js.map +1 -0
- package/src/utils/mockUtils.js +13 -0
- package/src/utils/mockUtils.js.map +1 -0
- package/src/utils.schema.js +9 -0
- package/src/utils.schema.js.map +1 -0
- package/src/workflowActivities/endpoints/list.js +3 -2
- package/src/workflowActivities/endpoints/list.js.map +1 -1
- package/src/workflowActivities/index.js +19 -0
- package/src/workflowActivities/index.js.map +1 -0
- package/src/workflowActivities/models/index.js +18 -0
- package/src/workflowActivities/models/index.js.map +1 -0
- package/src/workflowRuns/endpoints/list.js +3 -2
- package/src/workflowRuns/endpoints/list.js.map +1 -1
- package/src/workflowRuns/index.js +19 -0
- package/src/workflowRuns/index.js.map +1 -0
- package/src/workflowRuns/models/index.js +19 -0
- package/src/workflowRuns/models/index.js.map +1 -0
- package/src/workflowSteps/endpoints/list.js +3 -2
- package/src/workflowSteps/endpoints/list.js.map +1 -1
- package/src/workflowSteps/index.js +19 -0
- package/src/workflowSteps/index.js.map +1 -0
- package/src/workflowSteps/models/index.js +18 -0
- package/src/workflowSteps/models/index.js.map +1 -0
- package/src/workflows/endpoints/list.js +3 -2
- package/src/workflows/endpoints/list.js.map +1 -1
- package/src/workflows/index.js +19 -0
- package/src/workflows/index.js.map +1 -0
- package/src/workflows/models/index.js +18 -0
- package/src/workflows/models/index.js.map +1 -0
- package/src/workspaces/endpoints/list.js +3 -2
- package/src/workspaces/endpoints/list.js.map +1 -1
- package/src/workspaces/index.js +19 -0
- package/src/workspaces/index.js.map +1 -0
- package/src/workspaces/models/index.js +18 -0
- package/src/workspaces/models/index.js.map +1 -0
- package/types/index.d.ts +6531 -2434
- package/types/src/annotations/endpoints/editPages.d.ts +14 -0
- package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
- package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
- package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
- package/types/src/annotations/endpoints/get.d.ts +52 -21
- package/types/src/annotations/endpoints/getContent.d.ts +456 -0
- package/types/src/annotations/endpoints/index.d.ts +1934 -155
- package/types/src/annotations/endpoints/list.d.ts +1118 -570
- package/types/src/annotations/endpoints/patch.d.ts +104 -42
- package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
- package/types/src/annotations/endpoints/search.d.ts +571 -42
- package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
- package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
- package/types/src/annotations/endpoints/validate.d.ts +42 -0
- package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
- package/types/src/annotations/index.d.ts +3 -0
- package/types/src/annotations/mocks/annotation.d.ts +8 -0
- package/types/src/annotations/mocks/index.d.ts +1 -0
- package/types/src/annotations/models/annotation.d.ts +1 -0
- package/types/src/annotations/models/annotation.schema.d.ts +52 -21
- package/types/src/annotations/models/annotationData.d.ts +5 -0
- package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
- package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
- package/types/src/annotations/models/annotationListSideload.schema.d.ts +504 -16
- package/types/src/annotations/models/editPages.d.ts +9 -1
- package/types/src/annotations/models/editPages.schema.d.ts +172 -0
- package/types/src/authentication/endpoints/index.d.ts +1 -1
- package/types/src/authentication/index.d.ts +2 -0
- package/types/src/authentication/models/authInfo.d.ts +4 -0
- package/types/src/authentication/models/index.d.ts +2 -0
- package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
- package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
- package/types/src/automationBlockers/index.d.ts +2 -0
- package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
- package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
- package/types/src/automationBlockers/models/index.d.ts +2 -0
- package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
- package/types/src/billing/endpoints/index.d.ts +5 -0
- package/types/src/billing/index.d.ts +2 -0
- package/types/src/billing/models/billingHistory.d.ts +40 -0
- package/types/src/billing/models/billingStats.d.ts +21 -0
- package/types/src/billing/models/index.d.ts +4 -0
- package/types/src/connectors/endpoints/index.d.ts +15 -2
- package/types/src/connectors/endpoints/list.d.ts +46 -32
- package/types/src/connectors/index.d.ts +2 -0
- package/types/src/connectors/models/connector.d.ts +15 -0
- package/types/src/connectors/models/index.d.ts +2 -0
- package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
- package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
- package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
- package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
- package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
- package/types/src/dedicatedEngines/index.d.ts +2 -0
- package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
- package/types/src/dedicatedEngines/models/index.d.ts +1 -0
- package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
- package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
- package/types/src/deleteRecommendations/index.d.ts +2 -0
- package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
- package/types/src/deleteRecommendations/models/index.d.ts +1 -0
- package/types/src/documentRelations/endpoints/index.d.ts +17 -2
- package/types/src/documentRelations/endpoints/list.d.ts +44 -28
- package/types/src/documentRelations/index.d.ts +2 -0
- package/types/src/documentRelations/models/index.d.ts +1 -0
- package/types/src/documentRelations/models/relation.d.ts +10 -0
- package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
- package/types/src/documents/endpoints/index.d.ts +22 -3
- package/types/src/documents/endpoints/list.d.ts +58 -39
- package/types/src/documents/index.d.ts +3 -0
- package/types/src/documents/mocks/document.d.ts +8 -0
- package/types/src/documents/mocks/index.d.ts +1 -0
- package/types/src/documents/models/index.d.ts +2 -0
- package/types/src/email/endpoints/get.d.ts +3 -3
- package/types/src/email/endpoints/index.d.ts +33 -4
- package/types/src/email/endpoints/list.d.ts +108 -79
- package/types/src/email/index.d.ts +3 -0
- package/types/src/email/mocks/email.d.ts +9 -0
- package/types/src/email/mocks/index.d.ts +1 -0
- package/types/src/email/models/email.d.ts +39 -0
- package/types/src/email/models/index.d.ts +2 -0
- package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
- package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
- package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
- package/types/src/emailTemplates/index.d.ts +3 -0
- package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
- package/types/src/emailTemplates/mocks/index.d.ts +1 -0
- package/types/src/emailTemplates/models/index.d.ts +1 -0
- package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
- package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
- package/types/src/emailTemplatesStats/index.d.ts +2 -0
- package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
- package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
- package/types/src/emailThreads/endpoints/index.d.ts +23 -2
- package/types/src/emailThreads/endpoints/list.d.ts +74 -52
- package/types/src/emailThreads/index.d.ts +3 -0
- package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
- package/types/src/emailThreads/mocks/index.d.ts +1 -0
- package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
- package/types/src/emailThreads/models/index.d.ts +2 -0
- package/types/src/engineFields/endpoints/index.d.ts +20 -6
- package/types/src/engineFields/endpoints/list.d.ts +46 -31
- package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
- package/types/src/engineFields/index.d.ts +2 -0
- package/types/src/engineFields/models/index.d.ts +3 -0
- package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
- package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
- package/types/src/engines/endpoints/index.d.ts +213 -20
- package/types/src/engines/endpoints/list.d.ts +40 -27
- package/types/src/engines/endpoints/queueStats.d.ts +322 -140
- package/types/src/engines/endpoints/queueStats.schema.d.ts +186 -15
- package/types/src/engines/index.d.ts +2 -0
- package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
- package/types/src/engines/models/index.d.ts +1 -0
- package/types/src/genericEngines/endpoints/index.d.ts +21 -3
- package/types/src/genericEngines/endpoints/list.d.ts +49 -30
- package/types/src/genericEngines/index.d.ts +2 -0
- package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
- package/types/src/genericEngines/models/index.d.ts +1 -0
- package/types/src/groups/endpoints/index.d.ts +10 -0
- package/types/src/groups/endpoints/list.d.ts +24 -13
- package/types/src/groups/endpoints/list.schema.d.ts +11 -0
- package/types/src/groups/index.d.ts +2 -0
- package/types/src/groups/models/group.d.ts +7 -0
- package/types/src/groups/models/index.d.ts +1 -0
- package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
- package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
- package/types/src/hookInterfaces/index.d.ts +2 -0
- package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
- package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
- package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
- package/types/src/hookTemplates/index.d.ts +2 -0
- package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
- package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
- package/types/src/hookTemplates/models/index.d.ts +2 -0
- package/types/src/hooks/endpoints/create.d.ts +19 -19
- package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
- package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
- package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
- package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
- package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
- package/types/src/hooks/endpoints/get.d.ts +14 -14
- package/types/src/hooks/endpoints/index.d.ts +826 -230
- package/types/src/hooks/endpoints/list.d.ts +190 -167
- package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
- package/types/src/hooks/endpoints/patch.d.ts +28 -28
- package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
- package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
- package/types/src/hooks/endpoints/runs.d.ts +302 -233
- package/types/src/hooks/endpoints/runs.schema.d.ts +6 -502
- package/types/src/hooks/endpoints/test.d.ts +5 -5
- package/types/src/hooks/endpoints/test.schema.d.ts +5 -5
- package/types/src/hooks/index.d.ts +2 -0
- package/types/src/hooks/models/event.d.ts +6 -0
- package/types/src/hooks/models/event.schema.d.ts +2 -0
- package/types/src/hooks/models/hook.d.ts +2 -1
- package/types/src/hooks/models/hook.schema.d.ts +31 -31
- package/types/src/hooks/models/hookConfig.d.ts +1 -1
- package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
- package/types/src/hooks/models/hookUtils.d.ts +0 -1
- package/types/src/hooks/models/hookUtils.schema.d.ts +0 -1
- package/types/src/hooks/models/index.d.ts +9 -0
- package/types/src/hooks/models/run.d.ts +5 -4
- package/types/src/hooks/models/run.schema.d.ts +75 -60
- package/types/src/hooks/models/values.d.ts +6 -0
- package/types/src/inboxes/endpoints/index.d.ts +12 -3
- package/types/src/inboxes/endpoints/list.d.ts +49 -39
- package/types/src/inboxes/index.d.ts +3 -0
- package/types/src/inboxes/mocks/inbox.d.ts +4 -0
- package/types/src/inboxes/mocks/index.d.ts +1 -0
- package/types/src/inboxes/models/index.d.ts +1 -0
- package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
- package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
- package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
- package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
- package/types/src/internal/endpoints/index.d.ts +8191 -22536
- package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
- package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
- package/types/src/internal/endpoints/rules/evaluateRules.d.ts +370 -7858
- package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +365 -7852
- package/types/src/internal/endpoints/rules/suggestRule.d.ts +7 -7745
- package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +3 -7751
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +17 -7760
- package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +13 -7756
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +17 -7760
- package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +13 -7756
- package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +695 -167
- package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +693 -165
- package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
- package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
- package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +188 -144
- package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +188 -144
- package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
- package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
- package/types/src/internal/index.d.ts +1 -0
- package/types/src/labels/endpoints/index.d.ts +14 -4
- package/types/src/labels/endpoints/list.d.ts +31 -20
- package/types/src/labels/index.d.ts +2 -0
- package/types/src/labels/models/index.d.ts +2 -0
- package/types/src/memberships/index.d.ts +2 -0
- package/types/src/memberships/models/index.d.ts +1 -0
- package/types/src/memberships/models/membership.d.ts +9 -0
- package/types/src/organization/endpoints/create.d.ts +11 -11
- package/types/src/organization/endpoints/create.schema.d.ts +11 -11
- package/types/src/organization/endpoints/get.d.ts +9 -9
- package/types/src/organization/endpoints/index.d.ts +66 -55
- package/types/src/organization/endpoints/list.d.ts +72 -60
- package/types/src/organization/endpoints/patch.d.ts +18 -18
- package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
- package/types/src/organization/index.d.ts +3 -0
- package/types/src/organization/mocks/index.d.ts +1 -0
- package/types/src/organization/mocks/organization.d.ts +4 -0
- package/types/src/organization/models/emailLimits.d.ts +10 -0
- package/types/src/organization/models/index.d.ts +6 -0
- package/types/src/organization/models/limits.d.ts +4 -0
- package/types/src/organization/models/organization.schema.d.ts +9 -9
- package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
- package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
- package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
- package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
- package/types/src/organizationGroups/index.d.ts +2 -0
- package/types/src/organizationGroups/models/index.d.ts +6 -0
- package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
- package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
- package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
- package/types/src/pages/endpoints/index.d.ts +35 -12
- package/types/src/pages/endpoints/list.d.ts +64 -37
- package/types/src/pages/endpoints/list.schema.d.ts +18 -9
- package/types/src/pages/index.d.ts +2 -0
- package/types/src/pages/models/index.d.ts +1 -0
- package/types/src/pages/models/page.d.ts +14 -0
- package/types/src/queues/endpoints/automation.d.ts +12 -12
- package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
- package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
- package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
- package/types/src/queues/endpoints/create.d.ts +144 -11
- package/types/src/queues/endpoints/createFromTemplate.d.ts +144 -11
- package/types/src/queues/endpoints/duplicate.d.ts +148 -11
- package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
- package/types/src/queues/endpoints/get.d.ts +144 -11
- package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
- package/types/src/queues/endpoints/index.d.ts +1610 -415
- package/types/src/queues/endpoints/list.d.ts +197 -21
- package/types/src/queues/endpoints/list.schema.d.ts +15 -9
- package/types/src/queues/endpoints/patch.d.ts +286 -20
- package/types/src/queues/endpoints/patch.schema.d.ts +142 -9
- package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
- package/types/src/queues/index.d.ts +3 -0
- package/types/src/queues/mocks/automation.d.ts +10 -0
- package/types/src/queues/mocks/index.d.ts +2 -0
- package/types/src/queues/mocks/queue.d.ts +4 -0
- package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
- package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
- package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
- package/types/src/queues/models/automationSetup.d.ts +39 -25
- package/types/src/queues/models/automationSetup.schema.d.ts +647 -559
- package/types/src/queues/models/index.d.ts +14 -0
- package/types/src/queues/models/queue.schema.d.ts +144 -11
- package/types/src/queues/models/queueSettings.d.ts +33 -2
- package/types/src/queues/models/queueSettings.schema.d.ts +207 -12
- package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
- package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
- package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
- package/types/src/relations/endpoints/index.d.ts +16 -3
- package/types/src/relations/endpoints/list.d.ts +62 -48
- package/types/src/relations/index.d.ts +2 -0
- package/types/src/relations/models/index.d.ts +2 -0
- package/types/src/rules/endpoints/create.d.ts +40 -70
- package/types/src/rules/endpoints/create.schema.d.ts +31 -48
- package/types/src/rules/endpoints/get.d.ts +6 -19
- package/types/src/rules/endpoints/index.d.ts +98 -160
- package/types/src/rules/endpoints/list.d.ts +76 -67
- package/types/src/rules/endpoints/list.schema.d.ts +12 -3
- package/types/src/rules/endpoints/patch.d.ts +15 -41
- package/types/src/rules/endpoints/patch.schema.d.ts +6 -19
- package/types/src/rules/index.d.ts +1 -0
- package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +7 -10
- package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +9 -28
- package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
- package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
- package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
- package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
- package/types/src/rulesExecutionLogs/index.d.ts +2 -0
- package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
- package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
- package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
- package/types/src/schemaFields/index.d.ts +2 -0
- package/types/src/schemaFields/models/index.d.ts +2 -0
- package/types/src/schemas/endpoints/create.d.ts +194 -144
- package/types/src/schemas/endpoints/get.d.ts +236 -144
- package/types/src/schemas/endpoints/index.d.ts +6 -3
- package/types/src/schemas/endpoints/list.d.ts +1133 -1060
- package/types/src/schemas/endpoints/patch.d.ts +451 -288
- package/types/src/schemas/endpoints/patch.schema.d.ts +222 -144
- package/types/src/schemas/endpoints/validate.d.ts +446 -304
- package/types/src/schemas/index.d.ts +3 -0
- package/types/src/schemas/mocks/index.d.ts +2 -0
- package/types/src/schemas/mocks/schema.d.ts +4 -0
- package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
- package/types/src/schemas/models/index.d.ts +32 -0
- package/types/src/schemas/models/list.d.ts +18 -0
- package/types/src/schemas/models/list.schema.d.ts +66 -0
- package/types/src/schemas/models/rawSchema.d.ts +11 -0
- package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
- package/types/src/schemas/models/schema.d.ts +2 -0
- package/types/src/schemas/models/schema.schema.d.ts +194 -144
- package/types/src/schemas/models/schemaDatapoint.schema.d.ts +17 -12
- package/types/src/schemas/models/schemaDatapointBase.d.ts +1 -1
- package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
- package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -3
- package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaDatapointString.schema.d.ts +3 -3
- package/types/src/schemas/models/schemaItem.schema.d.ts +108 -80
- package/types/src/schemas/models/schemaMultivalue.schema.d.ts +64 -48
- package/types/src/schemas/models/schemaSection.schema.d.ts +148 -112
- package/types/src/schemas/models/schemaTuple.schema.d.ts +27 -20
- package/types/src/shared/index.d.ts +1 -0
- package/types/src/shared/models/annotationListTable.d.ts +1 -1
- package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
- package/types/src/shared/models/index.d.ts +6 -0
- package/types/src/shared/models/message.d.ts +7 -3
- package/types/src/shared/models/message.schema.d.ts +35 -15
- package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
- package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
- package/types/src/suggestedEdit/index.d.ts +2 -0
- package/types/src/suggestedEdit/models/index.d.ts +4 -0
- package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
- package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
- package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
- package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
- package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
- package/types/src/surveys/endpoints/index.d.ts +14 -3
- package/types/src/surveys/endpoints/list.d.ts +41 -29
- package/types/src/surveys/index.d.ts +2 -0
- package/types/src/surveys/models/index.d.ts +4 -0
- package/types/src/surveys/models/question.d.ts +6 -0
- package/types/src/surveys/models/question.schema.d.ts +15 -0
- package/types/src/surveys/models/survey.d.ts +13 -0
- package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
- package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
- package/types/src/tasks/index.d.ts +3 -0
- package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
- package/types/src/tasks/mocks/index.d.ts +1 -0
- package/types/src/tasks/models/asyncTask.d.ts +17 -0
- package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
- package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
- package/types/src/tasks/models/index.d.ts +4 -0
- package/types/src/triggers/endpoints/create.d.ts +2 -2
- package/types/src/triggers/endpoints/get.d.ts +2 -2
- package/types/src/triggers/endpoints/index.d.ts +25 -18
- package/types/src/triggers/endpoints/list.d.ts +40 -32
- package/types/src/triggers/endpoints/patch.d.ts +2 -2
- package/types/src/triggers/index.d.ts +2 -0
- package/types/src/triggers/models/index.d.ts +1 -0
- package/types/src/triggers/models/trigger.schema.d.ts +2 -2
- package/types/src/uploads/index.d.ts +2 -0
- package/types/src/uploads/models/index.d.ts +2 -0
- package/types/src/uploads/models/upload.d.ts +13 -0
- package/types/src/users/endpoints/index.d.ts +33 -6
- package/types/src/users/endpoints/list.d.ts +79 -51
- package/types/src/users/endpoints/list.schema.d.ts +6 -3
- package/types/src/users/index.d.ts +3 -0
- package/types/src/users/mocks/index.d.ts +1 -0
- package/types/src/users/mocks/user.d.ts +4 -0
- package/types/src/users/models/resetPassword.d.ts +3 -0
- package/types/src/utils/index.d.ts +20 -0
- package/types/src/utils/mockUtils.d.ts +15 -0
- package/types/src/utils.schema.d.ts +1 -0
- package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
- package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
- package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
- package/types/src/workflowActivities/index.d.ts +2 -0
- package/types/src/workflowActivities/models/index.d.ts +1 -0
- package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
- package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
- package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
- package/types/src/workflowRuns/index.d.ts +2 -0
- package/types/src/workflowRuns/models/index.d.ts +2 -0
- package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
- package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
- package/types/src/workflowSteps/index.d.ts +2 -0
- package/types/src/workflowSteps/models/index.d.ts +1 -0
- package/types/src/workflows/endpoints/index.d.ts +13 -2
- package/types/src/workflows/endpoints/list.d.ts +36 -24
- package/types/src/workflows/index.d.ts +2 -0
- package/types/src/workflows/models/index.d.ts +1 -0
- package/types/src/workspaces/endpoints/index.d.ts +16 -2
- package/types/src/workspaces/endpoints/list.d.ts +43 -28
- package/types/src/workspaces/index.d.ts +2 -0
- package/types/src/workspaces/models/index.d.ts +1 -0
- package/src/queues/endpoints/automationSetup.js +0 -15
- package/src/queues/endpoints/automationSetup.js.map +0 -1
- package/src/queues/models/automationBlocker.js.map +0 -1
- package/src/rule-templates/endpoints/create.js +0 -16
- package/src/rule-templates/endpoints/create.js.map +0 -1
- package/src/rule-templates/endpoints/create.schema.js +0 -6
- package/src/rule-templates/endpoints/create.schema.js.map +0 -1
- package/src/rule-templates/endpoints/delete.js +0 -13
- package/src/rule-templates/endpoints/delete.js.map +0 -1
- package/src/rule-templates/endpoints/get.js +0 -13
- package/src/rule-templates/endpoints/get.js.map +0 -1
- package/src/rule-templates/endpoints/index.js +0 -16
- package/src/rule-templates/endpoints/index.js.map +0 -1
- package/src/rule-templates/endpoints/list.js +0 -17
- package/src/rule-templates/endpoints/list.js.map +0 -1
- package/src/rule-templates/endpoints/list.schema.js +0 -6
- package/src/rule-templates/endpoints/list.schema.js.map +0 -1
- package/src/rule-templates/endpoints/patch.js +0 -16
- package/src/rule-templates/endpoints/patch.js.map +0 -1
- package/src/rule-templates/endpoints/patch.schema.js +0 -6
- package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
- package/src/rule-templates/models/ruleTemplate.js.map +0 -1
- package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
- package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
- package/src/rules/models/schemaRule.js.map +0 -1
- package/src/rules/models/schemaRule.schema.js.map +0 -1
- package/types/src/queues/endpoints/automationSetup.d.ts +0 -462
- package/types/src/queues/models/automationBlocker.d.ts +0 -17
- package/types/src/rule-templates/endpoints/create.d.ts +0 -153
- package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
- package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
- package/types/src/rule-templates/endpoints/get.d.ts +0 -78
- package/types/src/rule-templates/endpoints/index.d.ts +0 -544
- package/types/src/rule-templates/endpoints/list.d.ts +0 -160
- package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
- package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
- package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
- package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
- package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
- /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
1
2
|
export type SchemaListQuery = {
|
|
2
3
|
id?: number;
|
|
3
4
|
name?: string;
|
|
@@ -5,13 +6,13 @@ export type SchemaListQuery = {
|
|
|
5
6
|
export declare const list: (query?: SchemaListQuery) => {
|
|
6
7
|
readonly endpoint: "/schemas";
|
|
7
8
|
readonly method: "GET";
|
|
8
|
-
readonly responseSchema:
|
|
9
|
-
pagination:
|
|
10
|
-
next:
|
|
11
|
-
previous:
|
|
12
|
-
total:
|
|
13
|
-
totalPages:
|
|
14
|
-
}, "strip",
|
|
9
|
+
readonly responseSchema: z.ZodObject<{
|
|
10
|
+
pagination: z.ZodObject<{
|
|
11
|
+
next: z.ZodNullable<z.ZodString>;
|
|
12
|
+
previous: z.ZodNullable<z.ZodString>;
|
|
13
|
+
total: z.ZodNumber;
|
|
14
|
+
totalPages: z.ZodNumber;
|
|
15
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
16
|
next: string | null;
|
|
16
17
|
previous: string | null;
|
|
17
18
|
total: number;
|
|
@@ -22,19 +23,19 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
22
23
|
total: number;
|
|
23
24
|
totalPages: number;
|
|
24
25
|
}>;
|
|
25
|
-
results:
|
|
26
|
-
id:
|
|
27
|
-
name:
|
|
28
|
-
url:
|
|
29
|
-
queues:
|
|
30
|
-
metadata:
|
|
31
|
-
content:
|
|
32
|
-
id:
|
|
33
|
-
label:
|
|
34
|
-
description:
|
|
35
|
-
hidden:
|
|
36
|
-
disablePrediction:
|
|
37
|
-
}, "strip",
|
|
26
|
+
results: z.ZodArray<z.ZodObject<{
|
|
27
|
+
id: z.ZodNumber;
|
|
28
|
+
name: z.ZodString;
|
|
29
|
+
url: z.ZodString;
|
|
30
|
+
queues: z.ZodArray<z.ZodString, "many">;
|
|
31
|
+
metadata: z.ZodOptional<z.ZodUnknown>;
|
|
32
|
+
content: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
33
|
+
id: z.ZodString;
|
|
34
|
+
label: z.ZodString;
|
|
35
|
+
description: z.ZodOptional<z.ZodString>;
|
|
36
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
37
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
38
39
|
id: string;
|
|
39
40
|
label: string;
|
|
40
41
|
description?: string | undefined;
|
|
@@ -46,21 +47,21 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
46
47
|
description?: string | undefined;
|
|
47
48
|
hidden?: boolean | null | undefined;
|
|
48
49
|
disablePrediction?: boolean | null | undefined;
|
|
49
|
-
}>,
|
|
50
|
-
category:
|
|
51
|
-
children:
|
|
52
|
-
type:
|
|
53
|
-
}, "strip",
|
|
50
|
+
}>, z.ZodObject<{
|
|
51
|
+
category: z.ZodLiteral<"section">;
|
|
52
|
+
children: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
53
|
+
type: z.ZodLiteral<"string">;
|
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
|
54
55
|
type: "string";
|
|
55
56
|
}, {
|
|
56
57
|
type: "string";
|
|
57
|
-
}>,
|
|
58
|
-
id:
|
|
59
|
-
label:
|
|
60
|
-
description:
|
|
61
|
-
hidden:
|
|
62
|
-
disablePrediction:
|
|
63
|
-
}, "strip",
|
|
58
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
59
|
+
id: z.ZodString;
|
|
60
|
+
label: z.ZodString;
|
|
61
|
+
description: z.ZodOptional<z.ZodString>;
|
|
62
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
63
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
64
|
+
}, "strip", z.ZodTypeAny, {
|
|
64
65
|
id: string;
|
|
65
66
|
label: string;
|
|
66
67
|
description?: string | undefined;
|
|
@@ -72,24 +73,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
72
73
|
description?: string | undefined;
|
|
73
74
|
hidden?: boolean | null | undefined;
|
|
74
75
|
disablePrediction?: boolean | null | undefined;
|
|
75
|
-
}>,
|
|
76
|
-
category:
|
|
77
|
-
}, "strip",
|
|
76
|
+
}>, z.ZodObject<{
|
|
77
|
+
category: z.ZodLiteral<"datapoint">;
|
|
78
|
+
}, "strip", z.ZodTypeAny, {
|
|
78
79
|
category: "datapoint";
|
|
79
80
|
}, {
|
|
80
81
|
category: "datapoint";
|
|
81
|
-
}>>,
|
|
82
|
-
suggest:
|
|
83
|
-
canExport:
|
|
84
|
-
canCollapse:
|
|
85
|
-
rirFieldNames:
|
|
86
|
-
defaultValue:
|
|
87
|
-
constraints:
|
|
88
|
-
length:
|
|
89
|
-
min:
|
|
90
|
-
max:
|
|
91
|
-
exact:
|
|
92
|
-
}, "strip",
|
|
82
|
+
}>>, z.ZodObject<{
|
|
83
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
84
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
85
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
86
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
87
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
89
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
90
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
91
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
92
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
93
|
+
}, "strip", z.ZodTypeAny, {
|
|
93
94
|
min?: number | null | undefined;
|
|
94
95
|
max?: number | null | undefined;
|
|
95
96
|
exact?: number | null | undefined;
|
|
@@ -98,15 +99,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
98
99
|
max?: number | null | undefined;
|
|
99
100
|
exact?: number | null | undefined;
|
|
100
101
|
}>>>;
|
|
101
|
-
regexp:
|
|
102
|
-
pattern:
|
|
103
|
-
}, "strip",
|
|
102
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
103
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
104
|
+
}, "strip", z.ZodTypeAny, {
|
|
104
105
|
pattern?: string | undefined;
|
|
105
106
|
}, {
|
|
106
107
|
pattern?: string | undefined;
|
|
107
108
|
}>>>;
|
|
108
|
-
required:
|
|
109
|
-
}, "strip",
|
|
109
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
110
|
+
}, "strip", z.ZodTypeAny, {
|
|
110
111
|
length?: {
|
|
111
112
|
min?: number | null | undefined;
|
|
112
113
|
max?: number | null | undefined;
|
|
@@ -127,25 +128,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
127
128
|
} | null | undefined;
|
|
128
129
|
required?: boolean | null | undefined;
|
|
129
130
|
}>>>;
|
|
130
|
-
uiConfiguration:
|
|
131
|
-
type:
|
|
132
|
-
edit:
|
|
133
|
-
}, "strip",
|
|
131
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
132
|
+
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">]>>>;
|
|
133
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
134
|
+
}, "strip", z.ZodTypeAny, {
|
|
134
135
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
135
136
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
136
137
|
}, {
|
|
137
138
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
138
139
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
139
140
|
}>>>;
|
|
140
|
-
width:
|
|
141
|
-
stretch:
|
|
142
|
-
widthChars:
|
|
143
|
-
scoreThreshold:
|
|
144
|
-
formula:
|
|
145
|
-
context:
|
|
146
|
-
prompt:
|
|
147
|
-
|
|
148
|
-
}, "strip",
|
|
141
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
142
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
143
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
144
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
145
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
146
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
147
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
148
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
149
|
+
}, "strip", z.ZodTypeAny, {
|
|
149
150
|
suggest?: true | undefined;
|
|
150
151
|
canExport?: boolean | null | undefined;
|
|
151
152
|
canCollapse?: boolean | null | undefined;
|
|
@@ -173,7 +174,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
173
174
|
formula?: string | null | undefined;
|
|
174
175
|
context?: string[] | null | undefined;
|
|
175
176
|
prompt?: string | null | undefined;
|
|
176
|
-
|
|
177
|
+
matching?: Record<string, unknown> | undefined;
|
|
177
178
|
}, {
|
|
178
179
|
suggest?: true | undefined;
|
|
179
180
|
canExport?: boolean | null | undefined;
|
|
@@ -202,23 +203,23 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
202
203
|
formula?: string | null | undefined;
|
|
203
204
|
context?: string[] | null | undefined;
|
|
204
205
|
prompt?: string | null | undefined;
|
|
205
|
-
|
|
206
|
-
}>>>,
|
|
207
|
-
type:
|
|
208
|
-
format:
|
|
209
|
-
}, "strip",
|
|
206
|
+
matching?: Record<string, unknown> | undefined;
|
|
207
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
208
|
+
type: z.ZodLiteral<"date">;
|
|
209
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
210
|
+
}, "strip", z.ZodTypeAny, {
|
|
210
211
|
type: "date";
|
|
211
212
|
format?: string | null | undefined;
|
|
212
213
|
}, {
|
|
213
214
|
type: "date";
|
|
214
215
|
format?: string | null | undefined;
|
|
215
|
-
}>,
|
|
216
|
-
id:
|
|
217
|
-
label:
|
|
218
|
-
description:
|
|
219
|
-
hidden:
|
|
220
|
-
disablePrediction:
|
|
221
|
-
}, "strip",
|
|
216
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
217
|
+
id: z.ZodString;
|
|
218
|
+
label: z.ZodString;
|
|
219
|
+
description: z.ZodOptional<z.ZodString>;
|
|
220
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
221
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
222
|
+
}, "strip", z.ZodTypeAny, {
|
|
222
223
|
id: string;
|
|
223
224
|
label: string;
|
|
224
225
|
description?: string | undefined;
|
|
@@ -230,24 +231,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
230
231
|
description?: string | undefined;
|
|
231
232
|
hidden?: boolean | null | undefined;
|
|
232
233
|
disablePrediction?: boolean | null | undefined;
|
|
233
|
-
}>,
|
|
234
|
-
category:
|
|
235
|
-
}, "strip",
|
|
234
|
+
}>, z.ZodObject<{
|
|
235
|
+
category: z.ZodLiteral<"datapoint">;
|
|
236
|
+
}, "strip", z.ZodTypeAny, {
|
|
236
237
|
category: "datapoint";
|
|
237
238
|
}, {
|
|
238
239
|
category: "datapoint";
|
|
239
|
-
}>>,
|
|
240
|
-
suggest:
|
|
241
|
-
canExport:
|
|
242
|
-
canCollapse:
|
|
243
|
-
rirFieldNames:
|
|
244
|
-
defaultValue:
|
|
245
|
-
constraints:
|
|
246
|
-
length:
|
|
247
|
-
min:
|
|
248
|
-
max:
|
|
249
|
-
exact:
|
|
250
|
-
}, "strip",
|
|
240
|
+
}>>, z.ZodObject<{
|
|
241
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
242
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
243
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
244
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
245
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
246
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
247
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
248
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
249
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
250
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
251
|
+
}, "strip", z.ZodTypeAny, {
|
|
251
252
|
min?: number | null | undefined;
|
|
252
253
|
max?: number | null | undefined;
|
|
253
254
|
exact?: number | null | undefined;
|
|
@@ -256,15 +257,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
256
257
|
max?: number | null | undefined;
|
|
257
258
|
exact?: number | null | undefined;
|
|
258
259
|
}>>>;
|
|
259
|
-
regexp:
|
|
260
|
-
pattern:
|
|
261
|
-
}, "strip",
|
|
260
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
261
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
262
|
+
}, "strip", z.ZodTypeAny, {
|
|
262
263
|
pattern?: string | undefined;
|
|
263
264
|
}, {
|
|
264
265
|
pattern?: string | undefined;
|
|
265
266
|
}>>>;
|
|
266
|
-
required:
|
|
267
|
-
}, "strip",
|
|
267
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
268
|
+
}, "strip", z.ZodTypeAny, {
|
|
268
269
|
length?: {
|
|
269
270
|
min?: number | null | undefined;
|
|
270
271
|
max?: number | null | undefined;
|
|
@@ -285,25 +286,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
285
286
|
} | null | undefined;
|
|
286
287
|
required?: boolean | null | undefined;
|
|
287
288
|
}>>>;
|
|
288
|
-
uiConfiguration:
|
|
289
|
-
type:
|
|
290
|
-
edit:
|
|
291
|
-
}, "strip",
|
|
289
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
290
|
+
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">]>>>;
|
|
291
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
292
|
+
}, "strip", z.ZodTypeAny, {
|
|
292
293
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
293
294
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
294
295
|
}, {
|
|
295
296
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
296
297
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
297
298
|
}>>>;
|
|
298
|
-
width:
|
|
299
|
-
stretch:
|
|
300
|
-
widthChars:
|
|
301
|
-
scoreThreshold:
|
|
302
|
-
formula:
|
|
303
|
-
context:
|
|
304
|
-
prompt:
|
|
305
|
-
|
|
306
|
-
}, "strip",
|
|
299
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
300
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
301
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
302
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
303
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
304
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
305
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
307
|
+
}, "strip", z.ZodTypeAny, {
|
|
307
308
|
suggest?: true | undefined;
|
|
308
309
|
canExport?: boolean | null | undefined;
|
|
309
310
|
canCollapse?: boolean | null | undefined;
|
|
@@ -331,7 +332,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
331
332
|
formula?: string | null | undefined;
|
|
332
333
|
context?: string[] | null | undefined;
|
|
333
334
|
prompt?: string | null | undefined;
|
|
334
|
-
|
|
335
|
+
matching?: Record<string, unknown> | undefined;
|
|
335
336
|
}, {
|
|
336
337
|
suggest?: true | undefined;
|
|
337
338
|
canExport?: boolean | null | undefined;
|
|
@@ -360,19 +361,19 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
360
361
|
formula?: string | null | undefined;
|
|
361
362
|
context?: string[] | null | undefined;
|
|
362
363
|
prompt?: string | null | undefined;
|
|
363
|
-
|
|
364
|
-
}>>>,
|
|
365
|
-
type:
|
|
366
|
-
format:
|
|
367
|
-
aggregations:
|
|
368
|
-
sum:
|
|
369
|
-
label:
|
|
370
|
-
}, "strip",
|
|
364
|
+
matching?: Record<string, unknown> | undefined;
|
|
365
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
366
|
+
type: z.ZodLiteral<"number">;
|
|
367
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
368
|
+
aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
369
|
+
sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
370
|
+
label: z.ZodString;
|
|
371
|
+
}, "strip", z.ZodTypeAny, {
|
|
371
372
|
label: string;
|
|
372
373
|
}, {
|
|
373
374
|
label: string;
|
|
374
375
|
}>>>;
|
|
375
|
-
}, "strip",
|
|
376
|
+
}, "strip", z.ZodTypeAny, {
|
|
376
377
|
sum?: {
|
|
377
378
|
label: string;
|
|
378
379
|
} | null | undefined;
|
|
@@ -381,7 +382,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
381
382
|
label: string;
|
|
382
383
|
} | null | undefined;
|
|
383
384
|
}>>>;
|
|
384
|
-
}, "strip",
|
|
385
|
+
}, "strip", z.ZodTypeAny, {
|
|
385
386
|
type: "number";
|
|
386
387
|
format?: string | null | undefined;
|
|
387
388
|
aggregations?: {
|
|
@@ -397,13 +398,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
397
398
|
label: string;
|
|
398
399
|
} | null | undefined;
|
|
399
400
|
} | null | undefined;
|
|
400
|
-
}>,
|
|
401
|
-
id:
|
|
402
|
-
label:
|
|
403
|
-
description:
|
|
404
|
-
hidden:
|
|
405
|
-
disablePrediction:
|
|
406
|
-
}, "strip",
|
|
401
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
402
|
+
id: z.ZodString;
|
|
403
|
+
label: z.ZodString;
|
|
404
|
+
description: z.ZodOptional<z.ZodString>;
|
|
405
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
406
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
407
|
+
}, "strip", z.ZodTypeAny, {
|
|
407
408
|
id: string;
|
|
408
409
|
label: string;
|
|
409
410
|
description?: string | undefined;
|
|
@@ -415,24 +416,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
415
416
|
description?: string | undefined;
|
|
416
417
|
hidden?: boolean | null | undefined;
|
|
417
418
|
disablePrediction?: boolean | null | undefined;
|
|
418
|
-
}>,
|
|
419
|
-
category:
|
|
420
|
-
}, "strip",
|
|
419
|
+
}>, z.ZodObject<{
|
|
420
|
+
category: z.ZodLiteral<"datapoint">;
|
|
421
|
+
}, "strip", z.ZodTypeAny, {
|
|
421
422
|
category: "datapoint";
|
|
422
423
|
}, {
|
|
423
424
|
category: "datapoint";
|
|
424
|
-
}>>,
|
|
425
|
-
suggest:
|
|
426
|
-
canExport:
|
|
427
|
-
canCollapse:
|
|
428
|
-
rirFieldNames:
|
|
429
|
-
defaultValue:
|
|
430
|
-
constraints:
|
|
431
|
-
length:
|
|
432
|
-
min:
|
|
433
|
-
max:
|
|
434
|
-
exact:
|
|
435
|
-
}, "strip",
|
|
425
|
+
}>>, z.ZodObject<{
|
|
426
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
427
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
428
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
429
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
430
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
431
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
432
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
433
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
434
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
435
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
436
|
+
}, "strip", z.ZodTypeAny, {
|
|
436
437
|
min?: number | null | undefined;
|
|
437
438
|
max?: number | null | undefined;
|
|
438
439
|
exact?: number | null | undefined;
|
|
@@ -441,15 +442,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
441
442
|
max?: number | null | undefined;
|
|
442
443
|
exact?: number | null | undefined;
|
|
443
444
|
}>>>;
|
|
444
|
-
regexp:
|
|
445
|
-
pattern:
|
|
446
|
-
}, "strip",
|
|
445
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
446
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
447
|
+
}, "strip", z.ZodTypeAny, {
|
|
447
448
|
pattern?: string | undefined;
|
|
448
449
|
}, {
|
|
449
450
|
pattern?: string | undefined;
|
|
450
451
|
}>>>;
|
|
451
|
-
required:
|
|
452
|
-
}, "strip",
|
|
452
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
453
|
+
}, "strip", z.ZodTypeAny, {
|
|
453
454
|
length?: {
|
|
454
455
|
min?: number | null | undefined;
|
|
455
456
|
max?: number | null | undefined;
|
|
@@ -470,25 +471,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
470
471
|
} | null | undefined;
|
|
471
472
|
required?: boolean | null | undefined;
|
|
472
473
|
}>>>;
|
|
473
|
-
uiConfiguration:
|
|
474
|
-
type:
|
|
475
|
-
edit:
|
|
476
|
-
}, "strip",
|
|
474
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
475
|
+
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">]>>>;
|
|
476
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
477
|
+
}, "strip", z.ZodTypeAny, {
|
|
477
478
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
478
479
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
479
480
|
}, {
|
|
480
481
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
481
482
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
482
483
|
}>>>;
|
|
483
|
-
width:
|
|
484
|
-
stretch:
|
|
485
|
-
widthChars:
|
|
486
|
-
scoreThreshold:
|
|
487
|
-
formula:
|
|
488
|
-
context:
|
|
489
|
-
prompt:
|
|
490
|
-
|
|
491
|
-
}, "strip",
|
|
484
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
485
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
486
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
487
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
488
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
489
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
490
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
491
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
492
|
+
}, "strip", z.ZodTypeAny, {
|
|
492
493
|
suggest?: true | undefined;
|
|
493
494
|
canExport?: boolean | null | undefined;
|
|
494
495
|
canCollapse?: boolean | null | undefined;
|
|
@@ -516,7 +517,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
516
517
|
formula?: string | null | undefined;
|
|
517
518
|
context?: string[] | null | undefined;
|
|
518
519
|
prompt?: string | null | undefined;
|
|
519
|
-
|
|
520
|
+
matching?: Record<string, unknown> | undefined;
|
|
520
521
|
}, {
|
|
521
522
|
suggest?: true | undefined;
|
|
522
523
|
canExport?: boolean | null | undefined;
|
|
@@ -545,24 +546,28 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
545
546
|
formula?: string | null | undefined;
|
|
546
547
|
context?: string[] | null | undefined;
|
|
547
548
|
prompt?: string | null | undefined;
|
|
548
|
-
|
|
549
|
-
}>>>,
|
|
550
|
-
type:
|
|
551
|
-
options:
|
|
552
|
-
value:
|
|
553
|
-
label:
|
|
554
|
-
|
|
549
|
+
matching?: Record<string, unknown> | undefined;
|
|
550
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
551
|
+
type: z.ZodLiteral<"enum">;
|
|
552
|
+
options: z.ZodArray<z.ZodObject<{
|
|
553
|
+
value: z.ZodString;
|
|
554
|
+
label: z.ZodString;
|
|
555
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
556
|
+
}, "strip", z.ZodTypeAny, {
|
|
555
557
|
value: string;
|
|
556
558
|
label: string;
|
|
559
|
+
struct?: unknown;
|
|
557
560
|
}, {
|
|
558
561
|
value: string;
|
|
559
562
|
label: string;
|
|
563
|
+
struct?: unknown;
|
|
560
564
|
}>, "many">;
|
|
561
|
-
enumValueType:
|
|
562
|
-
}, "strip",
|
|
565
|
+
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
566
|
+
}, "strip", z.ZodTypeAny, {
|
|
563
567
|
options: {
|
|
564
568
|
value: string;
|
|
565
569
|
label: string;
|
|
570
|
+
struct?: unknown;
|
|
566
571
|
}[];
|
|
567
572
|
type: "enum";
|
|
568
573
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -570,16 +575,17 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
570
575
|
options: {
|
|
571
576
|
value: string;
|
|
572
577
|
label: string;
|
|
578
|
+
struct?: unknown;
|
|
573
579
|
}[];
|
|
574
580
|
type: "enum";
|
|
575
581
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
576
|
-
}>,
|
|
577
|
-
id:
|
|
578
|
-
label:
|
|
579
|
-
description:
|
|
580
|
-
hidden:
|
|
581
|
-
disablePrediction:
|
|
582
|
-
}, "strip",
|
|
582
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
583
|
+
id: z.ZodString;
|
|
584
|
+
label: z.ZodString;
|
|
585
|
+
description: z.ZodOptional<z.ZodString>;
|
|
586
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
587
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
588
|
+
}, "strip", z.ZodTypeAny, {
|
|
583
589
|
id: string;
|
|
584
590
|
label: string;
|
|
585
591
|
description?: string | undefined;
|
|
@@ -591,24 +597,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
591
597
|
description?: string | undefined;
|
|
592
598
|
hidden?: boolean | null | undefined;
|
|
593
599
|
disablePrediction?: boolean | null | undefined;
|
|
594
|
-
}>,
|
|
595
|
-
category:
|
|
596
|
-
}, "strip",
|
|
600
|
+
}>, z.ZodObject<{
|
|
601
|
+
category: z.ZodLiteral<"datapoint">;
|
|
602
|
+
}, "strip", z.ZodTypeAny, {
|
|
597
603
|
category: "datapoint";
|
|
598
604
|
}, {
|
|
599
605
|
category: "datapoint";
|
|
600
|
-
}>>,
|
|
601
|
-
suggest:
|
|
602
|
-
canExport:
|
|
603
|
-
canCollapse:
|
|
604
|
-
rirFieldNames:
|
|
605
|
-
defaultValue:
|
|
606
|
-
constraints:
|
|
607
|
-
length:
|
|
608
|
-
min:
|
|
609
|
-
max:
|
|
610
|
-
exact:
|
|
611
|
-
}, "strip",
|
|
606
|
+
}>>, z.ZodObject<{
|
|
607
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
608
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
609
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
610
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
611
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
612
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
613
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
614
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
615
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
616
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
617
|
+
}, "strip", z.ZodTypeAny, {
|
|
612
618
|
min?: number | null | undefined;
|
|
613
619
|
max?: number | null | undefined;
|
|
614
620
|
exact?: number | null | undefined;
|
|
@@ -617,15 +623,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
617
623
|
max?: number | null | undefined;
|
|
618
624
|
exact?: number | null | undefined;
|
|
619
625
|
}>>>;
|
|
620
|
-
regexp:
|
|
621
|
-
pattern:
|
|
622
|
-
}, "strip",
|
|
626
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
627
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
628
|
+
}, "strip", z.ZodTypeAny, {
|
|
623
629
|
pattern?: string | undefined;
|
|
624
630
|
}, {
|
|
625
631
|
pattern?: string | undefined;
|
|
626
632
|
}>>>;
|
|
627
|
-
required:
|
|
628
|
-
}, "strip",
|
|
633
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
634
|
+
}, "strip", z.ZodTypeAny, {
|
|
629
635
|
length?: {
|
|
630
636
|
min?: number | null | undefined;
|
|
631
637
|
max?: number | null | undefined;
|
|
@@ -646,25 +652,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
646
652
|
} | null | undefined;
|
|
647
653
|
required?: boolean | null | undefined;
|
|
648
654
|
}>>>;
|
|
649
|
-
uiConfiguration:
|
|
650
|
-
type:
|
|
651
|
-
edit:
|
|
652
|
-
}, "strip",
|
|
655
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
656
|
+
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">]>>>;
|
|
657
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
658
|
+
}, "strip", z.ZodTypeAny, {
|
|
653
659
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
654
660
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
655
661
|
}, {
|
|
656
662
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
657
663
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
658
664
|
}>>>;
|
|
659
|
-
width:
|
|
660
|
-
stretch:
|
|
661
|
-
widthChars:
|
|
662
|
-
scoreThreshold:
|
|
663
|
-
formula:
|
|
664
|
-
context:
|
|
665
|
-
prompt:
|
|
666
|
-
|
|
667
|
-
}, "strip",
|
|
665
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
666
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
667
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
668
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
669
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
670
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
671
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
672
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
673
|
+
}, "strip", z.ZodTypeAny, {
|
|
668
674
|
suggest?: true | undefined;
|
|
669
675
|
canExport?: boolean | null | undefined;
|
|
670
676
|
canCollapse?: boolean | null | undefined;
|
|
@@ -692,7 +698,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
692
698
|
formula?: string | null | undefined;
|
|
693
699
|
context?: string[] | null | undefined;
|
|
694
700
|
prompt?: string | null | undefined;
|
|
695
|
-
|
|
701
|
+
matching?: Record<string, unknown> | undefined;
|
|
696
702
|
}, {
|
|
697
703
|
suggest?: true | undefined;
|
|
698
704
|
canExport?: boolean | null | undefined;
|
|
@@ -721,14 +727,14 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
721
727
|
formula?: string | null | undefined;
|
|
722
728
|
context?: string[] | null | undefined;
|
|
723
729
|
prompt?: string | null | undefined;
|
|
724
|
-
|
|
725
|
-
}>>>,
|
|
726
|
-
id:
|
|
727
|
-
label:
|
|
728
|
-
description:
|
|
729
|
-
hidden:
|
|
730
|
-
disablePrediction:
|
|
731
|
-
}, "strip",
|
|
730
|
+
matching?: Record<string, unknown> | undefined;
|
|
731
|
+
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
732
|
+
id: z.ZodString;
|
|
733
|
+
label: z.ZodString;
|
|
734
|
+
description: z.ZodOptional<z.ZodString>;
|
|
735
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
736
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
737
|
+
}, "strip", z.ZodTypeAny, {
|
|
732
738
|
id: string;
|
|
733
739
|
label: string;
|
|
734
740
|
description?: string | undefined;
|
|
@@ -740,21 +746,21 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
740
746
|
description?: string | undefined;
|
|
741
747
|
hidden?: boolean | null | undefined;
|
|
742
748
|
disablePrediction?: boolean | null | undefined;
|
|
743
|
-
}>,
|
|
744
|
-
category:
|
|
745
|
-
type:
|
|
746
|
-
}, "strip",
|
|
749
|
+
}>, z.ZodObject<{
|
|
750
|
+
category: z.ZodLiteral<"datapoint">;
|
|
751
|
+
type: z.ZodLiteral<"button">;
|
|
752
|
+
}, "strip", z.ZodTypeAny, {
|
|
747
753
|
type: "button";
|
|
748
754
|
category: "datapoint";
|
|
749
755
|
}, {
|
|
750
756
|
type: "button";
|
|
751
757
|
category: "datapoint";
|
|
752
|
-
}>>,
|
|
753
|
-
canExport:
|
|
754
|
-
canCollapse:
|
|
755
|
-
popupUrl:
|
|
756
|
-
canObtainToken:
|
|
757
|
-
}, "strip",
|
|
758
|
+
}>>, z.ZodObject<{
|
|
759
|
+
canExport: z.ZodOptional<z.ZodBoolean>;
|
|
760
|
+
canCollapse: z.ZodOptional<z.ZodBoolean>;
|
|
761
|
+
popupUrl: z.ZodOptional<z.ZodString>;
|
|
762
|
+
canObtainToken: z.ZodOptional<z.ZodBoolean>;
|
|
763
|
+
}, "strip", z.ZodTypeAny, {
|
|
758
764
|
canExport?: boolean | undefined;
|
|
759
765
|
canCollapse?: boolean | undefined;
|
|
760
766
|
popupUrl?: string | undefined;
|
|
@@ -764,21 +770,21 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
764
770
|
canCollapse?: boolean | undefined;
|
|
765
771
|
popupUrl?: string | undefined;
|
|
766
772
|
canObtainToken?: boolean | undefined;
|
|
767
|
-
}>>]>,
|
|
768
|
-
category:
|
|
769
|
-
children:
|
|
770
|
-
type:
|
|
771
|
-
}, "strip",
|
|
773
|
+
}>>]>, z.ZodIntersection<z.ZodObject<{
|
|
774
|
+
category: z.ZodLiteral<"tuple">;
|
|
775
|
+
children: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
776
|
+
type: z.ZodLiteral<"string">;
|
|
777
|
+
}, "strip", z.ZodTypeAny, {
|
|
772
778
|
type: "string";
|
|
773
779
|
}, {
|
|
774
780
|
type: "string";
|
|
775
|
-
}>,
|
|
776
|
-
id:
|
|
777
|
-
label:
|
|
778
|
-
description:
|
|
779
|
-
hidden:
|
|
780
|
-
disablePrediction:
|
|
781
|
-
}, "strip",
|
|
781
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
782
|
+
id: z.ZodString;
|
|
783
|
+
label: z.ZodString;
|
|
784
|
+
description: z.ZodOptional<z.ZodString>;
|
|
785
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
786
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
787
|
+
}, "strip", z.ZodTypeAny, {
|
|
782
788
|
id: string;
|
|
783
789
|
label: string;
|
|
784
790
|
description?: string | undefined;
|
|
@@ -790,24 +796,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
790
796
|
description?: string | undefined;
|
|
791
797
|
hidden?: boolean | null | undefined;
|
|
792
798
|
disablePrediction?: boolean | null | undefined;
|
|
793
|
-
}>,
|
|
794
|
-
category:
|
|
795
|
-
}, "strip",
|
|
799
|
+
}>, z.ZodObject<{
|
|
800
|
+
category: z.ZodLiteral<"datapoint">;
|
|
801
|
+
}, "strip", z.ZodTypeAny, {
|
|
796
802
|
category: "datapoint";
|
|
797
803
|
}, {
|
|
798
804
|
category: "datapoint";
|
|
799
|
-
}>>,
|
|
800
|
-
suggest:
|
|
801
|
-
canExport:
|
|
802
|
-
canCollapse:
|
|
803
|
-
rirFieldNames:
|
|
804
|
-
defaultValue:
|
|
805
|
-
constraints:
|
|
806
|
-
length:
|
|
807
|
-
min:
|
|
808
|
-
max:
|
|
809
|
-
exact:
|
|
810
|
-
}, "strip",
|
|
805
|
+
}>>, z.ZodObject<{
|
|
806
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
807
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
808
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
809
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
810
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
811
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
812
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
813
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
814
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
815
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
816
|
+
}, "strip", z.ZodTypeAny, {
|
|
811
817
|
min?: number | null | undefined;
|
|
812
818
|
max?: number | null | undefined;
|
|
813
819
|
exact?: number | null | undefined;
|
|
@@ -816,15 +822,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
816
822
|
max?: number | null | undefined;
|
|
817
823
|
exact?: number | null | undefined;
|
|
818
824
|
}>>>;
|
|
819
|
-
regexp:
|
|
820
|
-
pattern:
|
|
821
|
-
}, "strip",
|
|
825
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
826
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
827
|
+
}, "strip", z.ZodTypeAny, {
|
|
822
828
|
pattern?: string | undefined;
|
|
823
829
|
}, {
|
|
824
830
|
pattern?: string | undefined;
|
|
825
831
|
}>>>;
|
|
826
|
-
required:
|
|
827
|
-
}, "strip",
|
|
832
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
833
|
+
}, "strip", z.ZodTypeAny, {
|
|
828
834
|
length?: {
|
|
829
835
|
min?: number | null | undefined;
|
|
830
836
|
max?: number | null | undefined;
|
|
@@ -845,25 +851,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
845
851
|
} | null | undefined;
|
|
846
852
|
required?: boolean | null | undefined;
|
|
847
853
|
}>>>;
|
|
848
|
-
uiConfiguration:
|
|
849
|
-
type:
|
|
850
|
-
edit:
|
|
851
|
-
}, "strip",
|
|
854
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
855
|
+
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">]>>>;
|
|
856
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
857
|
+
}, "strip", z.ZodTypeAny, {
|
|
852
858
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
853
859
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
854
860
|
}, {
|
|
855
861
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
856
862
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
857
863
|
}>>>;
|
|
858
|
-
width:
|
|
859
|
-
stretch:
|
|
860
|
-
widthChars:
|
|
861
|
-
scoreThreshold:
|
|
862
|
-
formula:
|
|
863
|
-
context:
|
|
864
|
-
prompt:
|
|
865
|
-
|
|
866
|
-
}, "strip",
|
|
864
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
865
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
866
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
867
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
868
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
869
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
870
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
871
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
872
|
+
}, "strip", z.ZodTypeAny, {
|
|
867
873
|
suggest?: true | undefined;
|
|
868
874
|
canExport?: boolean | null | undefined;
|
|
869
875
|
canCollapse?: boolean | null | undefined;
|
|
@@ -891,7 +897,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
891
897
|
formula?: string | null | undefined;
|
|
892
898
|
context?: string[] | null | undefined;
|
|
893
899
|
prompt?: string | null | undefined;
|
|
894
|
-
|
|
900
|
+
matching?: Record<string, unknown> | undefined;
|
|
895
901
|
}, {
|
|
896
902
|
suggest?: true | undefined;
|
|
897
903
|
canExport?: boolean | null | undefined;
|
|
@@ -920,23 +926,23 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
920
926
|
formula?: string | null | undefined;
|
|
921
927
|
context?: string[] | null | undefined;
|
|
922
928
|
prompt?: string | null | undefined;
|
|
923
|
-
|
|
924
|
-
}>>>,
|
|
925
|
-
type:
|
|
926
|
-
format:
|
|
927
|
-
}, "strip",
|
|
929
|
+
matching?: Record<string, unknown> | undefined;
|
|
930
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
931
|
+
type: z.ZodLiteral<"date">;
|
|
932
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
933
|
+
}, "strip", z.ZodTypeAny, {
|
|
928
934
|
type: "date";
|
|
929
935
|
format?: string | null | undefined;
|
|
930
936
|
}, {
|
|
931
937
|
type: "date";
|
|
932
938
|
format?: string | null | undefined;
|
|
933
|
-
}>,
|
|
934
|
-
id:
|
|
935
|
-
label:
|
|
936
|
-
description:
|
|
937
|
-
hidden:
|
|
938
|
-
disablePrediction:
|
|
939
|
-
}, "strip",
|
|
939
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
940
|
+
id: z.ZodString;
|
|
941
|
+
label: z.ZodString;
|
|
942
|
+
description: z.ZodOptional<z.ZodString>;
|
|
943
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
944
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
945
|
+
}, "strip", z.ZodTypeAny, {
|
|
940
946
|
id: string;
|
|
941
947
|
label: string;
|
|
942
948
|
description?: string | undefined;
|
|
@@ -948,24 +954,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
948
954
|
description?: string | undefined;
|
|
949
955
|
hidden?: boolean | null | undefined;
|
|
950
956
|
disablePrediction?: boolean | null | undefined;
|
|
951
|
-
}>,
|
|
952
|
-
category:
|
|
953
|
-
}, "strip",
|
|
957
|
+
}>, z.ZodObject<{
|
|
958
|
+
category: z.ZodLiteral<"datapoint">;
|
|
959
|
+
}, "strip", z.ZodTypeAny, {
|
|
954
960
|
category: "datapoint";
|
|
955
961
|
}, {
|
|
956
962
|
category: "datapoint";
|
|
957
|
-
}>>,
|
|
958
|
-
suggest:
|
|
959
|
-
canExport:
|
|
960
|
-
canCollapse:
|
|
961
|
-
rirFieldNames:
|
|
962
|
-
defaultValue:
|
|
963
|
-
constraints:
|
|
964
|
-
length:
|
|
965
|
-
min:
|
|
966
|
-
max:
|
|
967
|
-
exact:
|
|
968
|
-
}, "strip",
|
|
963
|
+
}>>, z.ZodObject<{
|
|
964
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
965
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
966
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
967
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
968
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
969
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
970
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
971
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
972
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
973
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
974
|
+
}, "strip", z.ZodTypeAny, {
|
|
969
975
|
min?: number | null | undefined;
|
|
970
976
|
max?: number | null | undefined;
|
|
971
977
|
exact?: number | null | undefined;
|
|
@@ -974,15 +980,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
974
980
|
max?: number | null | undefined;
|
|
975
981
|
exact?: number | null | undefined;
|
|
976
982
|
}>>>;
|
|
977
|
-
regexp:
|
|
978
|
-
pattern:
|
|
979
|
-
}, "strip",
|
|
983
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
984
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
985
|
+
}, "strip", z.ZodTypeAny, {
|
|
980
986
|
pattern?: string | undefined;
|
|
981
987
|
}, {
|
|
982
988
|
pattern?: string | undefined;
|
|
983
989
|
}>>>;
|
|
984
|
-
required:
|
|
985
|
-
}, "strip",
|
|
990
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
991
|
+
}, "strip", z.ZodTypeAny, {
|
|
986
992
|
length?: {
|
|
987
993
|
min?: number | null | undefined;
|
|
988
994
|
max?: number | null | undefined;
|
|
@@ -1003,25 +1009,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1003
1009
|
} | null | undefined;
|
|
1004
1010
|
required?: boolean | null | undefined;
|
|
1005
1011
|
}>>>;
|
|
1006
|
-
uiConfiguration:
|
|
1007
|
-
type:
|
|
1008
|
-
edit:
|
|
1009
|
-
}, "strip",
|
|
1012
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1013
|
+
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">]>>>;
|
|
1014
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1015
|
+
}, "strip", z.ZodTypeAny, {
|
|
1010
1016
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1011
1017
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1012
1018
|
}, {
|
|
1013
1019
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1014
1020
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1015
1021
|
}>>>;
|
|
1016
|
-
width:
|
|
1017
|
-
stretch:
|
|
1018
|
-
widthChars:
|
|
1019
|
-
scoreThreshold:
|
|
1020
|
-
formula:
|
|
1021
|
-
context:
|
|
1022
|
-
prompt:
|
|
1023
|
-
|
|
1024
|
-
}, "strip",
|
|
1022
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1023
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1024
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1025
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1026
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1027
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1028
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1029
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1030
|
+
}, "strip", z.ZodTypeAny, {
|
|
1025
1031
|
suggest?: true | undefined;
|
|
1026
1032
|
canExport?: boolean | null | undefined;
|
|
1027
1033
|
canCollapse?: boolean | null | undefined;
|
|
@@ -1049,7 +1055,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1049
1055
|
formula?: string | null | undefined;
|
|
1050
1056
|
context?: string[] | null | undefined;
|
|
1051
1057
|
prompt?: string | null | undefined;
|
|
1052
|
-
|
|
1058
|
+
matching?: Record<string, unknown> | undefined;
|
|
1053
1059
|
}, {
|
|
1054
1060
|
suggest?: true | undefined;
|
|
1055
1061
|
canExport?: boolean | null | undefined;
|
|
@@ -1078,19 +1084,19 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1078
1084
|
formula?: string | null | undefined;
|
|
1079
1085
|
context?: string[] | null | undefined;
|
|
1080
1086
|
prompt?: string | null | undefined;
|
|
1081
|
-
|
|
1082
|
-
}>>>,
|
|
1083
|
-
type:
|
|
1084
|
-
format:
|
|
1085
|
-
aggregations:
|
|
1086
|
-
sum:
|
|
1087
|
-
label:
|
|
1088
|
-
}, "strip",
|
|
1087
|
+
matching?: Record<string, unknown> | undefined;
|
|
1088
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1089
|
+
type: z.ZodLiteral<"number">;
|
|
1090
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1091
|
+
aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
1092
|
+
sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1093
|
+
label: z.ZodString;
|
|
1094
|
+
}, "strip", z.ZodTypeAny, {
|
|
1089
1095
|
label: string;
|
|
1090
1096
|
}, {
|
|
1091
1097
|
label: string;
|
|
1092
1098
|
}>>>;
|
|
1093
|
-
}, "strip",
|
|
1099
|
+
}, "strip", z.ZodTypeAny, {
|
|
1094
1100
|
sum?: {
|
|
1095
1101
|
label: string;
|
|
1096
1102
|
} | null | undefined;
|
|
@@ -1099,7 +1105,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1099
1105
|
label: string;
|
|
1100
1106
|
} | null | undefined;
|
|
1101
1107
|
}>>>;
|
|
1102
|
-
}, "strip",
|
|
1108
|
+
}, "strip", z.ZodTypeAny, {
|
|
1103
1109
|
type: "number";
|
|
1104
1110
|
format?: string | null | undefined;
|
|
1105
1111
|
aggregations?: {
|
|
@@ -1115,13 +1121,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1115
1121
|
label: string;
|
|
1116
1122
|
} | null | undefined;
|
|
1117
1123
|
} | null | undefined;
|
|
1118
|
-
}>,
|
|
1119
|
-
id:
|
|
1120
|
-
label:
|
|
1121
|
-
description:
|
|
1122
|
-
hidden:
|
|
1123
|
-
disablePrediction:
|
|
1124
|
-
}, "strip",
|
|
1124
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1125
|
+
id: z.ZodString;
|
|
1126
|
+
label: z.ZodString;
|
|
1127
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1128
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1129
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1130
|
+
}, "strip", z.ZodTypeAny, {
|
|
1125
1131
|
id: string;
|
|
1126
1132
|
label: string;
|
|
1127
1133
|
description?: string | undefined;
|
|
@@ -1133,24 +1139,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1133
1139
|
description?: string | undefined;
|
|
1134
1140
|
hidden?: boolean | null | undefined;
|
|
1135
1141
|
disablePrediction?: boolean | null | undefined;
|
|
1136
|
-
}>,
|
|
1137
|
-
category:
|
|
1138
|
-
}, "strip",
|
|
1142
|
+
}>, z.ZodObject<{
|
|
1143
|
+
category: z.ZodLiteral<"datapoint">;
|
|
1144
|
+
}, "strip", z.ZodTypeAny, {
|
|
1139
1145
|
category: "datapoint";
|
|
1140
1146
|
}, {
|
|
1141
1147
|
category: "datapoint";
|
|
1142
|
-
}>>,
|
|
1143
|
-
suggest:
|
|
1144
|
-
canExport:
|
|
1145
|
-
canCollapse:
|
|
1146
|
-
rirFieldNames:
|
|
1147
|
-
defaultValue:
|
|
1148
|
-
constraints:
|
|
1149
|
-
length:
|
|
1150
|
-
min:
|
|
1151
|
-
max:
|
|
1152
|
-
exact:
|
|
1153
|
-
}, "strip",
|
|
1148
|
+
}>>, z.ZodObject<{
|
|
1149
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
1150
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1151
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1152
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1153
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1154
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1155
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1156
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1157
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1158
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1159
|
+
}, "strip", z.ZodTypeAny, {
|
|
1154
1160
|
min?: number | null | undefined;
|
|
1155
1161
|
max?: number | null | undefined;
|
|
1156
1162
|
exact?: number | null | undefined;
|
|
@@ -1159,15 +1165,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1159
1165
|
max?: number | null | undefined;
|
|
1160
1166
|
exact?: number | null | undefined;
|
|
1161
1167
|
}>>>;
|
|
1162
|
-
regexp:
|
|
1163
|
-
pattern:
|
|
1164
|
-
}, "strip",
|
|
1168
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1169
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1170
|
+
}, "strip", z.ZodTypeAny, {
|
|
1165
1171
|
pattern?: string | undefined;
|
|
1166
1172
|
}, {
|
|
1167
1173
|
pattern?: string | undefined;
|
|
1168
1174
|
}>>>;
|
|
1169
|
-
required:
|
|
1170
|
-
}, "strip",
|
|
1175
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1176
|
+
}, "strip", z.ZodTypeAny, {
|
|
1171
1177
|
length?: {
|
|
1172
1178
|
min?: number | null | undefined;
|
|
1173
1179
|
max?: number | null | undefined;
|
|
@@ -1188,25 +1194,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1188
1194
|
} | null | undefined;
|
|
1189
1195
|
required?: boolean | null | undefined;
|
|
1190
1196
|
}>>>;
|
|
1191
|
-
uiConfiguration:
|
|
1192
|
-
type:
|
|
1193
|
-
edit:
|
|
1194
|
-
}, "strip",
|
|
1197
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1198
|
+
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">]>>>;
|
|
1199
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1200
|
+
}, "strip", z.ZodTypeAny, {
|
|
1195
1201
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1196
1202
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1197
1203
|
}, {
|
|
1198
1204
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1199
1205
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1200
1206
|
}>>>;
|
|
1201
|
-
width:
|
|
1202
|
-
stretch:
|
|
1203
|
-
widthChars:
|
|
1204
|
-
scoreThreshold:
|
|
1205
|
-
formula:
|
|
1206
|
-
context:
|
|
1207
|
-
prompt:
|
|
1208
|
-
|
|
1209
|
-
}, "strip",
|
|
1207
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1208
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1209
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1210
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1211
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1212
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1213
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1214
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1215
|
+
}, "strip", z.ZodTypeAny, {
|
|
1210
1216
|
suggest?: true | undefined;
|
|
1211
1217
|
canExport?: boolean | null | undefined;
|
|
1212
1218
|
canCollapse?: boolean | null | undefined;
|
|
@@ -1234,7 +1240,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1234
1240
|
formula?: string | null | undefined;
|
|
1235
1241
|
context?: string[] | null | undefined;
|
|
1236
1242
|
prompt?: string | null | undefined;
|
|
1237
|
-
|
|
1243
|
+
matching?: Record<string, unknown> | undefined;
|
|
1238
1244
|
}, {
|
|
1239
1245
|
suggest?: true | undefined;
|
|
1240
1246
|
canExport?: boolean | null | undefined;
|
|
@@ -1263,24 +1269,28 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1263
1269
|
formula?: string | null | undefined;
|
|
1264
1270
|
context?: string[] | null | undefined;
|
|
1265
1271
|
prompt?: string | null | undefined;
|
|
1266
|
-
|
|
1267
|
-
}>>>,
|
|
1268
|
-
type:
|
|
1269
|
-
options:
|
|
1270
|
-
value:
|
|
1271
|
-
label:
|
|
1272
|
-
|
|
1272
|
+
matching?: Record<string, unknown> | undefined;
|
|
1273
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
1274
|
+
type: z.ZodLiteral<"enum">;
|
|
1275
|
+
options: z.ZodArray<z.ZodObject<{
|
|
1276
|
+
value: z.ZodString;
|
|
1277
|
+
label: z.ZodString;
|
|
1278
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
1279
|
+
}, "strip", z.ZodTypeAny, {
|
|
1273
1280
|
value: string;
|
|
1274
1281
|
label: string;
|
|
1282
|
+
struct?: unknown;
|
|
1275
1283
|
}, {
|
|
1276
1284
|
value: string;
|
|
1277
1285
|
label: string;
|
|
1286
|
+
struct?: unknown;
|
|
1278
1287
|
}>, "many">;
|
|
1279
|
-
enumValueType:
|
|
1280
|
-
}, "strip",
|
|
1288
|
+
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
1289
|
+
}, "strip", z.ZodTypeAny, {
|
|
1281
1290
|
options: {
|
|
1282
1291
|
value: string;
|
|
1283
1292
|
label: string;
|
|
1293
|
+
struct?: unknown;
|
|
1284
1294
|
}[];
|
|
1285
1295
|
type: "enum";
|
|
1286
1296
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1288,16 +1298,17 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1288
1298
|
options: {
|
|
1289
1299
|
value: string;
|
|
1290
1300
|
label: string;
|
|
1301
|
+
struct?: unknown;
|
|
1291
1302
|
}[];
|
|
1292
1303
|
type: "enum";
|
|
1293
1304
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
1294
|
-
}>,
|
|
1295
|
-
id:
|
|
1296
|
-
label:
|
|
1297
|
-
description:
|
|
1298
|
-
hidden:
|
|
1299
|
-
disablePrediction:
|
|
1300
|
-
}, "strip",
|
|
1305
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1306
|
+
id: z.ZodString;
|
|
1307
|
+
label: z.ZodString;
|
|
1308
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1309
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1310
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1311
|
+
}, "strip", z.ZodTypeAny, {
|
|
1301
1312
|
id: string;
|
|
1302
1313
|
label: string;
|
|
1303
1314
|
description?: string | undefined;
|
|
@@ -1309,24 +1320,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1309
1320
|
description?: string | undefined;
|
|
1310
1321
|
hidden?: boolean | null | undefined;
|
|
1311
1322
|
disablePrediction?: boolean | null | undefined;
|
|
1312
|
-
}>,
|
|
1313
|
-
category:
|
|
1314
|
-
}, "strip",
|
|
1323
|
+
}>, z.ZodObject<{
|
|
1324
|
+
category: z.ZodLiteral<"datapoint">;
|
|
1325
|
+
}, "strip", z.ZodTypeAny, {
|
|
1315
1326
|
category: "datapoint";
|
|
1316
1327
|
}, {
|
|
1317
1328
|
category: "datapoint";
|
|
1318
|
-
}>>,
|
|
1319
|
-
suggest:
|
|
1320
|
-
canExport:
|
|
1321
|
-
canCollapse:
|
|
1322
|
-
rirFieldNames:
|
|
1323
|
-
defaultValue:
|
|
1324
|
-
constraints:
|
|
1325
|
-
length:
|
|
1326
|
-
min:
|
|
1327
|
-
max:
|
|
1328
|
-
exact:
|
|
1329
|
-
}, "strip",
|
|
1329
|
+
}>>, z.ZodObject<{
|
|
1330
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
1331
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1332
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1333
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1334
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1335
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1336
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1337
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1338
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1339
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1340
|
+
}, "strip", z.ZodTypeAny, {
|
|
1330
1341
|
min?: number | null | undefined;
|
|
1331
1342
|
max?: number | null | undefined;
|
|
1332
1343
|
exact?: number | null | undefined;
|
|
@@ -1335,15 +1346,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1335
1346
|
max?: number | null | undefined;
|
|
1336
1347
|
exact?: number | null | undefined;
|
|
1337
1348
|
}>>>;
|
|
1338
|
-
regexp:
|
|
1339
|
-
pattern:
|
|
1340
|
-
}, "strip",
|
|
1349
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1350
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1351
|
+
}, "strip", z.ZodTypeAny, {
|
|
1341
1352
|
pattern?: string | undefined;
|
|
1342
1353
|
}, {
|
|
1343
1354
|
pattern?: string | undefined;
|
|
1344
1355
|
}>>>;
|
|
1345
|
-
required:
|
|
1346
|
-
}, "strip",
|
|
1356
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1357
|
+
}, "strip", z.ZodTypeAny, {
|
|
1347
1358
|
length?: {
|
|
1348
1359
|
min?: number | null | undefined;
|
|
1349
1360
|
max?: number | null | undefined;
|
|
@@ -1364,25 +1375,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1364
1375
|
} | null | undefined;
|
|
1365
1376
|
required?: boolean | null | undefined;
|
|
1366
1377
|
}>>>;
|
|
1367
|
-
uiConfiguration:
|
|
1368
|
-
type:
|
|
1369
|
-
edit:
|
|
1370
|
-
}, "strip",
|
|
1378
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1379
|
+
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">]>>>;
|
|
1380
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1381
|
+
}, "strip", z.ZodTypeAny, {
|
|
1371
1382
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1372
1383
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1373
1384
|
}, {
|
|
1374
1385
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1375
1386
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1376
1387
|
}>>>;
|
|
1377
|
-
width:
|
|
1378
|
-
stretch:
|
|
1379
|
-
widthChars:
|
|
1380
|
-
scoreThreshold:
|
|
1381
|
-
formula:
|
|
1382
|
-
context:
|
|
1383
|
-
prompt:
|
|
1384
|
-
|
|
1385
|
-
}, "strip",
|
|
1388
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1389
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1390
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1391
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1392
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1393
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1394
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1395
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1396
|
+
}, "strip", z.ZodTypeAny, {
|
|
1386
1397
|
suggest?: true | undefined;
|
|
1387
1398
|
canExport?: boolean | null | undefined;
|
|
1388
1399
|
canCollapse?: boolean | null | undefined;
|
|
@@ -1410,7 +1421,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1410
1421
|
formula?: string | null | undefined;
|
|
1411
1422
|
context?: string[] | null | undefined;
|
|
1412
1423
|
prompt?: string | null | undefined;
|
|
1413
|
-
|
|
1424
|
+
matching?: Record<string, unknown> | undefined;
|
|
1414
1425
|
}, {
|
|
1415
1426
|
suggest?: true | undefined;
|
|
1416
1427
|
canExport?: boolean | null | undefined;
|
|
@@ -1439,14 +1450,14 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1439
1450
|
formula?: string | null | undefined;
|
|
1440
1451
|
context?: string[] | null | undefined;
|
|
1441
1452
|
prompt?: string | null | undefined;
|
|
1442
|
-
|
|
1443
|
-
}>>>,
|
|
1444
|
-
id:
|
|
1445
|
-
label:
|
|
1446
|
-
description:
|
|
1447
|
-
hidden:
|
|
1448
|
-
disablePrediction:
|
|
1449
|
-
}, "strip",
|
|
1453
|
+
matching?: Record<string, unknown> | undefined;
|
|
1454
|
+
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1455
|
+
id: z.ZodString;
|
|
1456
|
+
label: z.ZodString;
|
|
1457
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1458
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1459
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1460
|
+
}, "strip", z.ZodTypeAny, {
|
|
1450
1461
|
id: string;
|
|
1451
1462
|
label: string;
|
|
1452
1463
|
description?: string | undefined;
|
|
@@ -1458,21 +1469,21 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1458
1469
|
description?: string | undefined;
|
|
1459
1470
|
hidden?: boolean | null | undefined;
|
|
1460
1471
|
disablePrediction?: boolean | null | undefined;
|
|
1461
|
-
}>,
|
|
1462
|
-
category:
|
|
1463
|
-
type:
|
|
1464
|
-
}, "strip",
|
|
1472
|
+
}>, z.ZodObject<{
|
|
1473
|
+
category: z.ZodLiteral<"datapoint">;
|
|
1474
|
+
type: z.ZodLiteral<"button">;
|
|
1475
|
+
}, "strip", z.ZodTypeAny, {
|
|
1465
1476
|
type: "button";
|
|
1466
1477
|
category: "datapoint";
|
|
1467
1478
|
}, {
|
|
1468
1479
|
type: "button";
|
|
1469
1480
|
category: "datapoint";
|
|
1470
|
-
}>>,
|
|
1471
|
-
canExport:
|
|
1472
|
-
canCollapse:
|
|
1473
|
-
popupUrl:
|
|
1474
|
-
canObtainToken:
|
|
1475
|
-
}, "strip",
|
|
1481
|
+
}>>, z.ZodObject<{
|
|
1482
|
+
canExport: z.ZodOptional<z.ZodBoolean>;
|
|
1483
|
+
canCollapse: z.ZodOptional<z.ZodBoolean>;
|
|
1484
|
+
popupUrl: z.ZodOptional<z.ZodString>;
|
|
1485
|
+
canObtainToken: z.ZodOptional<z.ZodBoolean>;
|
|
1486
|
+
}, "strip", z.ZodTypeAny, {
|
|
1476
1487
|
canExport?: boolean | undefined;
|
|
1477
1488
|
canCollapse?: boolean | undefined;
|
|
1478
1489
|
popupUrl?: string | undefined;
|
|
@@ -1483,8 +1494,8 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1483
1494
|
popupUrl?: string | undefined;
|
|
1484
1495
|
canObtainToken?: boolean | undefined;
|
|
1485
1496
|
}>>]>, "many">;
|
|
1486
|
-
rirFieldNames:
|
|
1487
|
-
}, "strip",
|
|
1497
|
+
rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1498
|
+
}, "strip", z.ZodTypeAny, {
|
|
1488
1499
|
children: (({
|
|
1489
1500
|
type: "string";
|
|
1490
1501
|
} & {
|
|
@@ -1523,7 +1534,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1523
1534
|
formula?: string | null | undefined;
|
|
1524
1535
|
context?: string[] | null | undefined;
|
|
1525
1536
|
prompt?: string | null | undefined;
|
|
1526
|
-
|
|
1537
|
+
matching?: Record<string, unknown> | undefined;
|
|
1527
1538
|
}) | ({
|
|
1528
1539
|
type: "date";
|
|
1529
1540
|
format?: string | null | undefined;
|
|
@@ -1563,7 +1574,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1563
1574
|
formula?: string | null | undefined;
|
|
1564
1575
|
context?: string[] | null | undefined;
|
|
1565
1576
|
prompt?: string | null | undefined;
|
|
1566
|
-
|
|
1577
|
+
matching?: Record<string, unknown> | undefined;
|
|
1567
1578
|
}) | ({
|
|
1568
1579
|
type: "number";
|
|
1569
1580
|
format?: string | null | undefined;
|
|
@@ -1608,11 +1619,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1608
1619
|
formula?: string | null | undefined;
|
|
1609
1620
|
context?: string[] | null | undefined;
|
|
1610
1621
|
prompt?: string | null | undefined;
|
|
1611
|
-
|
|
1622
|
+
matching?: Record<string, unknown> | undefined;
|
|
1612
1623
|
}) | ({
|
|
1613
1624
|
options: {
|
|
1614
1625
|
value: string;
|
|
1615
1626
|
label: string;
|
|
1627
|
+
struct?: unknown;
|
|
1616
1628
|
}[];
|
|
1617
1629
|
type: "enum";
|
|
1618
1630
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1652,7 +1664,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1652
1664
|
formula?: string | null | undefined;
|
|
1653
1665
|
context?: string[] | null | undefined;
|
|
1654
1666
|
prompt?: string | null | undefined;
|
|
1655
|
-
|
|
1667
|
+
matching?: Record<string, unknown> | undefined;
|
|
1656
1668
|
}) | ({
|
|
1657
1669
|
id: string;
|
|
1658
1670
|
label: string;
|
|
@@ -1709,7 +1721,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1709
1721
|
formula?: string | null | undefined;
|
|
1710
1722
|
context?: string[] | null | undefined;
|
|
1711
1723
|
prompt?: string | null | undefined;
|
|
1712
|
-
|
|
1724
|
+
matching?: Record<string, unknown> | undefined;
|
|
1713
1725
|
}) | ({
|
|
1714
1726
|
type: "date";
|
|
1715
1727
|
format?: string | null | undefined;
|
|
@@ -1749,7 +1761,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1749
1761
|
formula?: string | null | undefined;
|
|
1750
1762
|
context?: string[] | null | undefined;
|
|
1751
1763
|
prompt?: string | null | undefined;
|
|
1752
|
-
|
|
1764
|
+
matching?: Record<string, unknown> | undefined;
|
|
1753
1765
|
}) | ({
|
|
1754
1766
|
type: "number";
|
|
1755
1767
|
format?: string | null | undefined;
|
|
@@ -1794,11 +1806,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1794
1806
|
formula?: string | null | undefined;
|
|
1795
1807
|
context?: string[] | null | undefined;
|
|
1796
1808
|
prompt?: string | null | undefined;
|
|
1797
|
-
|
|
1809
|
+
matching?: Record<string, unknown> | undefined;
|
|
1798
1810
|
}) | ({
|
|
1799
1811
|
options: {
|
|
1800
1812
|
value: string;
|
|
1801
1813
|
label: string;
|
|
1814
|
+
struct?: unknown;
|
|
1802
1815
|
}[];
|
|
1803
1816
|
type: "enum";
|
|
1804
1817
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1838,7 +1851,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1838
1851
|
formula?: string | null | undefined;
|
|
1839
1852
|
context?: string[] | null | undefined;
|
|
1840
1853
|
prompt?: string | null | undefined;
|
|
1841
|
-
|
|
1854
|
+
matching?: Record<string, unknown> | undefined;
|
|
1842
1855
|
}) | ({
|
|
1843
1856
|
id: string;
|
|
1844
1857
|
label: string;
|
|
@@ -1856,13 +1869,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1856
1869
|
}))[];
|
|
1857
1870
|
category: "tuple";
|
|
1858
1871
|
rirFieldNames?: string[] | null | undefined;
|
|
1859
|
-
}>,
|
|
1860
|
-
id:
|
|
1861
|
-
label:
|
|
1862
|
-
description:
|
|
1863
|
-
hidden:
|
|
1864
|
-
disablePrediction:
|
|
1865
|
-
}, "strip",
|
|
1872
|
+
}>, z.ZodObject<{
|
|
1873
|
+
id: z.ZodString;
|
|
1874
|
+
label: z.ZodString;
|
|
1875
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1876
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1877
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1878
|
+
}, "strip", z.ZodTypeAny, {
|
|
1866
1879
|
id: string;
|
|
1867
1880
|
label: string;
|
|
1868
1881
|
description?: string | undefined;
|
|
@@ -1874,20 +1887,20 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1874
1887
|
description?: string | undefined;
|
|
1875
1888
|
hidden?: boolean | null | undefined;
|
|
1876
1889
|
disablePrediction?: boolean | null | undefined;
|
|
1877
|
-
}>>,
|
|
1878
|
-
children:
|
|
1879
|
-
type:
|
|
1880
|
-
}, "strip",
|
|
1890
|
+
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1891
|
+
children: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
1892
|
+
type: z.ZodLiteral<"string">;
|
|
1893
|
+
}, "strip", z.ZodTypeAny, {
|
|
1881
1894
|
type: "string";
|
|
1882
1895
|
}, {
|
|
1883
1896
|
type: "string";
|
|
1884
|
-
}>,
|
|
1885
|
-
id:
|
|
1886
|
-
label:
|
|
1887
|
-
description:
|
|
1888
|
-
hidden:
|
|
1889
|
-
disablePrediction:
|
|
1890
|
-
}, "strip",
|
|
1897
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
1898
|
+
id: z.ZodString;
|
|
1899
|
+
label: z.ZodString;
|
|
1900
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1901
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1902
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1903
|
+
}, "strip", z.ZodTypeAny, {
|
|
1891
1904
|
id: string;
|
|
1892
1905
|
label: string;
|
|
1893
1906
|
description?: string | undefined;
|
|
@@ -1899,24 +1912,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1899
1912
|
description?: string | undefined;
|
|
1900
1913
|
hidden?: boolean | null | undefined;
|
|
1901
1914
|
disablePrediction?: boolean | null | undefined;
|
|
1902
|
-
}>,
|
|
1903
|
-
category:
|
|
1904
|
-
}, "strip",
|
|
1915
|
+
}>, z.ZodObject<{
|
|
1916
|
+
category: z.ZodLiteral<"datapoint">;
|
|
1917
|
+
}, "strip", z.ZodTypeAny, {
|
|
1905
1918
|
category: "datapoint";
|
|
1906
1919
|
}, {
|
|
1907
1920
|
category: "datapoint";
|
|
1908
|
-
}>>,
|
|
1909
|
-
suggest:
|
|
1910
|
-
canExport:
|
|
1911
|
-
canCollapse:
|
|
1912
|
-
rirFieldNames:
|
|
1913
|
-
defaultValue:
|
|
1914
|
-
constraints:
|
|
1915
|
-
length:
|
|
1916
|
-
min:
|
|
1917
|
-
max:
|
|
1918
|
-
exact:
|
|
1919
|
-
}, "strip",
|
|
1921
|
+
}>>, z.ZodObject<{
|
|
1922
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
1923
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1924
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1925
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1926
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1927
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1928
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1929
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1930
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1931
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1932
|
+
}, "strip", z.ZodTypeAny, {
|
|
1920
1933
|
min?: number | null | undefined;
|
|
1921
1934
|
max?: number | null | undefined;
|
|
1922
1935
|
exact?: number | null | undefined;
|
|
@@ -1925,15 +1938,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1925
1938
|
max?: number | null | undefined;
|
|
1926
1939
|
exact?: number | null | undefined;
|
|
1927
1940
|
}>>>;
|
|
1928
|
-
regexp:
|
|
1929
|
-
pattern:
|
|
1930
|
-
}, "strip",
|
|
1941
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1942
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1943
|
+
}, "strip", z.ZodTypeAny, {
|
|
1931
1944
|
pattern?: string | undefined;
|
|
1932
1945
|
}, {
|
|
1933
1946
|
pattern?: string | undefined;
|
|
1934
1947
|
}>>>;
|
|
1935
|
-
required:
|
|
1936
|
-
}, "strip",
|
|
1948
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1949
|
+
}, "strip", z.ZodTypeAny, {
|
|
1937
1950
|
length?: {
|
|
1938
1951
|
min?: number | null | undefined;
|
|
1939
1952
|
max?: number | null | undefined;
|
|
@@ -1954,25 +1967,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
1954
1967
|
} | null | undefined;
|
|
1955
1968
|
required?: boolean | null | undefined;
|
|
1956
1969
|
}>>>;
|
|
1957
|
-
uiConfiguration:
|
|
1958
|
-
type:
|
|
1959
|
-
edit:
|
|
1960
|
-
}, "strip",
|
|
1970
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1971
|
+
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">]>>>;
|
|
1972
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
1973
|
+
}, "strip", z.ZodTypeAny, {
|
|
1961
1974
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1962
1975
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1963
1976
|
}, {
|
|
1964
1977
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
1965
1978
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
1966
1979
|
}>>>;
|
|
1967
|
-
width:
|
|
1968
|
-
stretch:
|
|
1969
|
-
widthChars:
|
|
1970
|
-
scoreThreshold:
|
|
1971
|
-
formula:
|
|
1972
|
-
context:
|
|
1973
|
-
prompt:
|
|
1974
|
-
|
|
1975
|
-
}, "strip",
|
|
1980
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1981
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1982
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1983
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1984
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1985
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
1986
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1987
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1988
|
+
}, "strip", z.ZodTypeAny, {
|
|
1976
1989
|
suggest?: true | undefined;
|
|
1977
1990
|
canExport?: boolean | null | undefined;
|
|
1978
1991
|
canCollapse?: boolean | null | undefined;
|
|
@@ -2000,7 +2013,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2000
2013
|
formula?: string | null | undefined;
|
|
2001
2014
|
context?: string[] | null | undefined;
|
|
2002
2015
|
prompt?: string | null | undefined;
|
|
2003
|
-
|
|
2016
|
+
matching?: Record<string, unknown> | undefined;
|
|
2004
2017
|
}, {
|
|
2005
2018
|
suggest?: true | undefined;
|
|
2006
2019
|
canExport?: boolean | null | undefined;
|
|
@@ -2029,23 +2042,23 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2029
2042
|
formula?: string | null | undefined;
|
|
2030
2043
|
context?: string[] | null | undefined;
|
|
2031
2044
|
prompt?: string | null | undefined;
|
|
2032
|
-
|
|
2033
|
-
}>>>,
|
|
2034
|
-
type:
|
|
2035
|
-
format:
|
|
2036
|
-
}, "strip",
|
|
2045
|
+
matching?: Record<string, unknown> | undefined;
|
|
2046
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2047
|
+
type: z.ZodLiteral<"date">;
|
|
2048
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2049
|
+
}, "strip", z.ZodTypeAny, {
|
|
2037
2050
|
type: "date";
|
|
2038
2051
|
format?: string | null | undefined;
|
|
2039
2052
|
}, {
|
|
2040
2053
|
type: "date";
|
|
2041
2054
|
format?: string | null | undefined;
|
|
2042
|
-
}>,
|
|
2043
|
-
id:
|
|
2044
|
-
label:
|
|
2045
|
-
description:
|
|
2046
|
-
hidden:
|
|
2047
|
-
disablePrediction:
|
|
2048
|
-
}, "strip",
|
|
2055
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
2056
|
+
id: z.ZodString;
|
|
2057
|
+
label: z.ZodString;
|
|
2058
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2059
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2060
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2061
|
+
}, "strip", z.ZodTypeAny, {
|
|
2049
2062
|
id: string;
|
|
2050
2063
|
label: string;
|
|
2051
2064
|
description?: string | undefined;
|
|
@@ -2057,24 +2070,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2057
2070
|
description?: string | undefined;
|
|
2058
2071
|
hidden?: boolean | null | undefined;
|
|
2059
2072
|
disablePrediction?: boolean | null | undefined;
|
|
2060
|
-
}>,
|
|
2061
|
-
category:
|
|
2062
|
-
}, "strip",
|
|
2073
|
+
}>, z.ZodObject<{
|
|
2074
|
+
category: z.ZodLiteral<"datapoint">;
|
|
2075
|
+
}, "strip", z.ZodTypeAny, {
|
|
2063
2076
|
category: "datapoint";
|
|
2064
2077
|
}, {
|
|
2065
2078
|
category: "datapoint";
|
|
2066
|
-
}>>,
|
|
2067
|
-
suggest:
|
|
2068
|
-
canExport:
|
|
2069
|
-
canCollapse:
|
|
2070
|
-
rirFieldNames:
|
|
2071
|
-
defaultValue:
|
|
2072
|
-
constraints:
|
|
2073
|
-
length:
|
|
2074
|
-
min:
|
|
2075
|
-
max:
|
|
2076
|
-
exact:
|
|
2077
|
-
}, "strip",
|
|
2079
|
+
}>>, z.ZodObject<{
|
|
2080
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
2081
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2082
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2083
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2084
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2085
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2086
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2087
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2088
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2089
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2090
|
+
}, "strip", z.ZodTypeAny, {
|
|
2078
2091
|
min?: number | null | undefined;
|
|
2079
2092
|
max?: number | null | undefined;
|
|
2080
2093
|
exact?: number | null | undefined;
|
|
@@ -2083,15 +2096,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2083
2096
|
max?: number | null | undefined;
|
|
2084
2097
|
exact?: number | null | undefined;
|
|
2085
2098
|
}>>>;
|
|
2086
|
-
regexp:
|
|
2087
|
-
pattern:
|
|
2088
|
-
}, "strip",
|
|
2099
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2100
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
2101
|
+
}, "strip", z.ZodTypeAny, {
|
|
2089
2102
|
pattern?: string | undefined;
|
|
2090
2103
|
}, {
|
|
2091
2104
|
pattern?: string | undefined;
|
|
2092
2105
|
}>>>;
|
|
2093
|
-
required:
|
|
2094
|
-
}, "strip",
|
|
2106
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2107
|
+
}, "strip", z.ZodTypeAny, {
|
|
2095
2108
|
length?: {
|
|
2096
2109
|
min?: number | null | undefined;
|
|
2097
2110
|
max?: number | null | undefined;
|
|
@@ -2112,25 +2125,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2112
2125
|
} | null | undefined;
|
|
2113
2126
|
required?: boolean | null | undefined;
|
|
2114
2127
|
}>>>;
|
|
2115
|
-
uiConfiguration:
|
|
2116
|
-
type:
|
|
2117
|
-
edit:
|
|
2118
|
-
}, "strip",
|
|
2128
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2129
|
+
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">]>>>;
|
|
2130
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2131
|
+
}, "strip", z.ZodTypeAny, {
|
|
2119
2132
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2120
2133
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2121
2134
|
}, {
|
|
2122
2135
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2123
2136
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2124
2137
|
}>>>;
|
|
2125
|
-
width:
|
|
2126
|
-
stretch:
|
|
2127
|
-
widthChars:
|
|
2128
|
-
scoreThreshold:
|
|
2129
|
-
formula:
|
|
2130
|
-
context:
|
|
2131
|
-
prompt:
|
|
2132
|
-
|
|
2133
|
-
}, "strip",
|
|
2138
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2139
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2140
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2141
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2142
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2143
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2144
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2145
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2146
|
+
}, "strip", z.ZodTypeAny, {
|
|
2134
2147
|
suggest?: true | undefined;
|
|
2135
2148
|
canExport?: boolean | null | undefined;
|
|
2136
2149
|
canCollapse?: boolean | null | undefined;
|
|
@@ -2158,7 +2171,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2158
2171
|
formula?: string | null | undefined;
|
|
2159
2172
|
context?: string[] | null | undefined;
|
|
2160
2173
|
prompt?: string | null | undefined;
|
|
2161
|
-
|
|
2174
|
+
matching?: Record<string, unknown> | undefined;
|
|
2162
2175
|
}, {
|
|
2163
2176
|
suggest?: true | undefined;
|
|
2164
2177
|
canExport?: boolean | null | undefined;
|
|
@@ -2187,19 +2200,19 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2187
2200
|
formula?: string | null | undefined;
|
|
2188
2201
|
context?: string[] | null | undefined;
|
|
2189
2202
|
prompt?: string | null | undefined;
|
|
2190
|
-
|
|
2191
|
-
}>>>,
|
|
2192
|
-
type:
|
|
2193
|
-
format:
|
|
2194
|
-
aggregations:
|
|
2195
|
-
sum:
|
|
2196
|
-
label:
|
|
2197
|
-
}, "strip",
|
|
2203
|
+
matching?: Record<string, unknown> | undefined;
|
|
2204
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2205
|
+
type: z.ZodLiteral<"number">;
|
|
2206
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
2207
|
+
aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2208
|
+
sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2209
|
+
label: z.ZodString;
|
|
2210
|
+
}, "strip", z.ZodTypeAny, {
|
|
2198
2211
|
label: string;
|
|
2199
2212
|
}, {
|
|
2200
2213
|
label: string;
|
|
2201
2214
|
}>>>;
|
|
2202
|
-
}, "strip",
|
|
2215
|
+
}, "strip", z.ZodTypeAny, {
|
|
2203
2216
|
sum?: {
|
|
2204
2217
|
label: string;
|
|
2205
2218
|
} | null | undefined;
|
|
@@ -2208,7 +2221,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2208
2221
|
label: string;
|
|
2209
2222
|
} | null | undefined;
|
|
2210
2223
|
}>>>;
|
|
2211
|
-
}, "strip",
|
|
2224
|
+
}, "strip", z.ZodTypeAny, {
|
|
2212
2225
|
type: "number";
|
|
2213
2226
|
format?: string | null | undefined;
|
|
2214
2227
|
aggregations?: {
|
|
@@ -2224,13 +2237,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2224
2237
|
label: string;
|
|
2225
2238
|
} | null | undefined;
|
|
2226
2239
|
} | null | undefined;
|
|
2227
|
-
}>,
|
|
2228
|
-
id:
|
|
2229
|
-
label:
|
|
2230
|
-
description:
|
|
2231
|
-
hidden:
|
|
2232
|
-
disablePrediction:
|
|
2233
|
-
}, "strip",
|
|
2240
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
2241
|
+
id: z.ZodString;
|
|
2242
|
+
label: z.ZodString;
|
|
2243
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2244
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2245
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2246
|
+
}, "strip", z.ZodTypeAny, {
|
|
2234
2247
|
id: string;
|
|
2235
2248
|
label: string;
|
|
2236
2249
|
description?: string | undefined;
|
|
@@ -2242,24 +2255,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2242
2255
|
description?: string | undefined;
|
|
2243
2256
|
hidden?: boolean | null | undefined;
|
|
2244
2257
|
disablePrediction?: boolean | null | undefined;
|
|
2245
|
-
}>,
|
|
2246
|
-
category:
|
|
2247
|
-
}, "strip",
|
|
2258
|
+
}>, z.ZodObject<{
|
|
2259
|
+
category: z.ZodLiteral<"datapoint">;
|
|
2260
|
+
}, "strip", z.ZodTypeAny, {
|
|
2248
2261
|
category: "datapoint";
|
|
2249
2262
|
}, {
|
|
2250
2263
|
category: "datapoint";
|
|
2251
|
-
}>>,
|
|
2252
|
-
suggest:
|
|
2253
|
-
canExport:
|
|
2254
|
-
canCollapse:
|
|
2255
|
-
rirFieldNames:
|
|
2256
|
-
defaultValue:
|
|
2257
|
-
constraints:
|
|
2258
|
-
length:
|
|
2259
|
-
min:
|
|
2260
|
-
max:
|
|
2261
|
-
exact:
|
|
2262
|
-
}, "strip",
|
|
2264
|
+
}>>, z.ZodObject<{
|
|
2265
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
2266
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2267
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2268
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2269
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2270
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2271
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2272
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2273
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2274
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2275
|
+
}, "strip", z.ZodTypeAny, {
|
|
2263
2276
|
min?: number | null | undefined;
|
|
2264
2277
|
max?: number | null | undefined;
|
|
2265
2278
|
exact?: number | null | undefined;
|
|
@@ -2268,15 +2281,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2268
2281
|
max?: number | null | undefined;
|
|
2269
2282
|
exact?: number | null | undefined;
|
|
2270
2283
|
}>>>;
|
|
2271
|
-
regexp:
|
|
2272
|
-
pattern:
|
|
2273
|
-
}, "strip",
|
|
2284
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2285
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
2286
|
+
}, "strip", z.ZodTypeAny, {
|
|
2274
2287
|
pattern?: string | undefined;
|
|
2275
2288
|
}, {
|
|
2276
2289
|
pattern?: string | undefined;
|
|
2277
2290
|
}>>>;
|
|
2278
|
-
required:
|
|
2279
|
-
}, "strip",
|
|
2291
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2292
|
+
}, "strip", z.ZodTypeAny, {
|
|
2280
2293
|
length?: {
|
|
2281
2294
|
min?: number | null | undefined;
|
|
2282
2295
|
max?: number | null | undefined;
|
|
@@ -2297,25 +2310,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2297
2310
|
} | null | undefined;
|
|
2298
2311
|
required?: boolean | null | undefined;
|
|
2299
2312
|
}>>>;
|
|
2300
|
-
uiConfiguration:
|
|
2301
|
-
type:
|
|
2302
|
-
edit:
|
|
2303
|
-
}, "strip",
|
|
2313
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2314
|
+
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">]>>>;
|
|
2315
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2316
|
+
}, "strip", z.ZodTypeAny, {
|
|
2304
2317
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2305
2318
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2306
2319
|
}, {
|
|
2307
2320
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2308
2321
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2309
2322
|
}>>>;
|
|
2310
|
-
width:
|
|
2311
|
-
stretch:
|
|
2312
|
-
widthChars:
|
|
2313
|
-
scoreThreshold:
|
|
2314
|
-
formula:
|
|
2315
|
-
context:
|
|
2316
|
-
prompt:
|
|
2317
|
-
|
|
2318
|
-
}, "strip",
|
|
2323
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2324
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2325
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2326
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2327
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2328
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2329
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2330
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2331
|
+
}, "strip", z.ZodTypeAny, {
|
|
2319
2332
|
suggest?: true | undefined;
|
|
2320
2333
|
canExport?: boolean | null | undefined;
|
|
2321
2334
|
canCollapse?: boolean | null | undefined;
|
|
@@ -2343,7 +2356,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2343
2356
|
formula?: string | null | undefined;
|
|
2344
2357
|
context?: string[] | null | undefined;
|
|
2345
2358
|
prompt?: string | null | undefined;
|
|
2346
|
-
|
|
2359
|
+
matching?: Record<string, unknown> | undefined;
|
|
2347
2360
|
}, {
|
|
2348
2361
|
suggest?: true | undefined;
|
|
2349
2362
|
canExport?: boolean | null | undefined;
|
|
@@ -2372,24 +2385,28 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2372
2385
|
formula?: string | null | undefined;
|
|
2373
2386
|
context?: string[] | null | undefined;
|
|
2374
2387
|
prompt?: string | null | undefined;
|
|
2375
|
-
|
|
2376
|
-
}>>>,
|
|
2377
|
-
type:
|
|
2378
|
-
options:
|
|
2379
|
-
value:
|
|
2380
|
-
label:
|
|
2381
|
-
|
|
2388
|
+
matching?: Record<string, unknown> | undefined;
|
|
2389
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
2390
|
+
type: z.ZodLiteral<"enum">;
|
|
2391
|
+
options: z.ZodArray<z.ZodObject<{
|
|
2392
|
+
value: z.ZodString;
|
|
2393
|
+
label: z.ZodString;
|
|
2394
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
2395
|
+
}, "strip", z.ZodTypeAny, {
|
|
2382
2396
|
value: string;
|
|
2383
2397
|
label: string;
|
|
2398
|
+
struct?: unknown;
|
|
2384
2399
|
}, {
|
|
2385
2400
|
value: string;
|
|
2386
2401
|
label: string;
|
|
2402
|
+
struct?: unknown;
|
|
2387
2403
|
}>, "many">;
|
|
2388
|
-
enumValueType:
|
|
2389
|
-
}, "strip",
|
|
2404
|
+
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
2405
|
+
}, "strip", z.ZodTypeAny, {
|
|
2390
2406
|
options: {
|
|
2391
2407
|
value: string;
|
|
2392
2408
|
label: string;
|
|
2409
|
+
struct?: unknown;
|
|
2393
2410
|
}[];
|
|
2394
2411
|
type: "enum";
|
|
2395
2412
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2397,16 +2414,17 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2397
2414
|
options: {
|
|
2398
2415
|
value: string;
|
|
2399
2416
|
label: string;
|
|
2417
|
+
struct?: unknown;
|
|
2400
2418
|
}[];
|
|
2401
2419
|
type: "enum";
|
|
2402
2420
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
2403
|
-
}>,
|
|
2404
|
-
id:
|
|
2405
|
-
label:
|
|
2406
|
-
description:
|
|
2407
|
-
hidden:
|
|
2408
|
-
disablePrediction:
|
|
2409
|
-
}, "strip",
|
|
2421
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
2422
|
+
id: z.ZodString;
|
|
2423
|
+
label: z.ZodString;
|
|
2424
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2425
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2426
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2427
|
+
}, "strip", z.ZodTypeAny, {
|
|
2410
2428
|
id: string;
|
|
2411
2429
|
label: string;
|
|
2412
2430
|
description?: string | undefined;
|
|
@@ -2418,24 +2436,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2418
2436
|
description?: string | undefined;
|
|
2419
2437
|
hidden?: boolean | null | undefined;
|
|
2420
2438
|
disablePrediction?: boolean | null | undefined;
|
|
2421
|
-
}>,
|
|
2422
|
-
category:
|
|
2423
|
-
}, "strip",
|
|
2439
|
+
}>, z.ZodObject<{
|
|
2440
|
+
category: z.ZodLiteral<"datapoint">;
|
|
2441
|
+
}, "strip", z.ZodTypeAny, {
|
|
2424
2442
|
category: "datapoint";
|
|
2425
2443
|
}, {
|
|
2426
2444
|
category: "datapoint";
|
|
2427
|
-
}>>,
|
|
2428
|
-
suggest:
|
|
2429
|
-
canExport:
|
|
2430
|
-
canCollapse:
|
|
2431
|
-
rirFieldNames:
|
|
2432
|
-
defaultValue:
|
|
2433
|
-
constraints:
|
|
2434
|
-
length:
|
|
2435
|
-
min:
|
|
2436
|
-
max:
|
|
2437
|
-
exact:
|
|
2438
|
-
}, "strip",
|
|
2445
|
+
}>>, z.ZodObject<{
|
|
2446
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
2447
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2448
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2449
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2450
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2451
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2452
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2453
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2454
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2455
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2456
|
+
}, "strip", z.ZodTypeAny, {
|
|
2439
2457
|
min?: number | null | undefined;
|
|
2440
2458
|
max?: number | null | undefined;
|
|
2441
2459
|
exact?: number | null | undefined;
|
|
@@ -2444,15 +2462,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2444
2462
|
max?: number | null | undefined;
|
|
2445
2463
|
exact?: number | null | undefined;
|
|
2446
2464
|
}>>>;
|
|
2447
|
-
regexp:
|
|
2448
|
-
pattern:
|
|
2449
|
-
}, "strip",
|
|
2465
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2466
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
2467
|
+
}, "strip", z.ZodTypeAny, {
|
|
2450
2468
|
pattern?: string | undefined;
|
|
2451
2469
|
}, {
|
|
2452
2470
|
pattern?: string | undefined;
|
|
2453
2471
|
}>>>;
|
|
2454
|
-
required:
|
|
2455
|
-
}, "strip",
|
|
2472
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2473
|
+
}, "strip", z.ZodTypeAny, {
|
|
2456
2474
|
length?: {
|
|
2457
2475
|
min?: number | null | undefined;
|
|
2458
2476
|
max?: number | null | undefined;
|
|
@@ -2473,25 +2491,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2473
2491
|
} | null | undefined;
|
|
2474
2492
|
required?: boolean | null | undefined;
|
|
2475
2493
|
}>>>;
|
|
2476
|
-
uiConfiguration:
|
|
2477
|
-
type:
|
|
2478
|
-
edit:
|
|
2479
|
-
}, "strip",
|
|
2494
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2495
|
+
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">]>>>;
|
|
2496
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
2497
|
+
}, "strip", z.ZodTypeAny, {
|
|
2480
2498
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2481
2499
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2482
2500
|
}, {
|
|
2483
2501
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
2484
2502
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
2485
2503
|
}>>>;
|
|
2486
|
-
width:
|
|
2487
|
-
stretch:
|
|
2488
|
-
widthChars:
|
|
2489
|
-
scoreThreshold:
|
|
2490
|
-
formula:
|
|
2491
|
-
context:
|
|
2492
|
-
prompt:
|
|
2493
|
-
|
|
2494
|
-
}, "strip",
|
|
2504
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2505
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2506
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2507
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2508
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2509
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
2510
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2511
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2512
|
+
}, "strip", z.ZodTypeAny, {
|
|
2495
2513
|
suggest?: true | undefined;
|
|
2496
2514
|
canExport?: boolean | null | undefined;
|
|
2497
2515
|
canCollapse?: boolean | null | undefined;
|
|
@@ -2519,7 +2537,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2519
2537
|
formula?: string | null | undefined;
|
|
2520
2538
|
context?: string[] | null | undefined;
|
|
2521
2539
|
prompt?: string | null | undefined;
|
|
2522
|
-
|
|
2540
|
+
matching?: Record<string, unknown> | undefined;
|
|
2523
2541
|
}, {
|
|
2524
2542
|
suggest?: true | undefined;
|
|
2525
2543
|
canExport?: boolean | null | undefined;
|
|
@@ -2548,14 +2566,14 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2548
2566
|
formula?: string | null | undefined;
|
|
2549
2567
|
context?: string[] | null | undefined;
|
|
2550
2568
|
prompt?: string | null | undefined;
|
|
2551
|
-
|
|
2552
|
-
}>>>,
|
|
2553
|
-
id:
|
|
2554
|
-
label:
|
|
2555
|
-
description:
|
|
2556
|
-
hidden:
|
|
2557
|
-
disablePrediction:
|
|
2558
|
-
}, "strip",
|
|
2569
|
+
matching?: Record<string, unknown> | undefined;
|
|
2570
|
+
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
2571
|
+
id: z.ZodString;
|
|
2572
|
+
label: z.ZodString;
|
|
2573
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2574
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2575
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
2576
|
+
}, "strip", z.ZodTypeAny, {
|
|
2559
2577
|
id: string;
|
|
2560
2578
|
label: string;
|
|
2561
2579
|
description?: string | undefined;
|
|
@@ -2567,21 +2585,21 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2567
2585
|
description?: string | undefined;
|
|
2568
2586
|
hidden?: boolean | null | undefined;
|
|
2569
2587
|
disablePrediction?: boolean | null | undefined;
|
|
2570
|
-
}>,
|
|
2571
|
-
category:
|
|
2572
|
-
type:
|
|
2573
|
-
}, "strip",
|
|
2588
|
+
}>, z.ZodObject<{
|
|
2589
|
+
category: z.ZodLiteral<"datapoint">;
|
|
2590
|
+
type: z.ZodLiteral<"button">;
|
|
2591
|
+
}, "strip", z.ZodTypeAny, {
|
|
2574
2592
|
type: "button";
|
|
2575
2593
|
category: "datapoint";
|
|
2576
2594
|
}, {
|
|
2577
2595
|
type: "button";
|
|
2578
2596
|
category: "datapoint";
|
|
2579
|
-
}>>,
|
|
2580
|
-
canExport:
|
|
2581
|
-
canCollapse:
|
|
2582
|
-
popupUrl:
|
|
2583
|
-
canObtainToken:
|
|
2584
|
-
}, "strip",
|
|
2597
|
+
}>>, z.ZodObject<{
|
|
2598
|
+
canExport: z.ZodOptional<z.ZodBoolean>;
|
|
2599
|
+
canCollapse: z.ZodOptional<z.ZodBoolean>;
|
|
2600
|
+
popupUrl: z.ZodOptional<z.ZodString>;
|
|
2601
|
+
canObtainToken: z.ZodOptional<z.ZodBoolean>;
|
|
2602
|
+
}, "strip", z.ZodTypeAny, {
|
|
2585
2603
|
canExport?: boolean | undefined;
|
|
2586
2604
|
canCollapse?: boolean | undefined;
|
|
2587
2605
|
popupUrl?: string | undefined;
|
|
@@ -2592,7 +2610,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2592
2610
|
popupUrl?: string | undefined;
|
|
2593
2611
|
canObtainToken?: boolean | undefined;
|
|
2594
2612
|
}>>]>;
|
|
2595
|
-
}, "strip",
|
|
2613
|
+
}, "strip", z.ZodTypeAny, {
|
|
2596
2614
|
children: ({
|
|
2597
2615
|
type: "string";
|
|
2598
2616
|
} & {
|
|
@@ -2631,7 +2649,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2631
2649
|
formula?: string | null | undefined;
|
|
2632
2650
|
context?: string[] | null | undefined;
|
|
2633
2651
|
prompt?: string | null | undefined;
|
|
2634
|
-
|
|
2652
|
+
matching?: Record<string, unknown> | undefined;
|
|
2635
2653
|
}) | ({
|
|
2636
2654
|
type: "date";
|
|
2637
2655
|
format?: string | null | undefined;
|
|
@@ -2671,7 +2689,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2671
2689
|
formula?: string | null | undefined;
|
|
2672
2690
|
context?: string[] | null | undefined;
|
|
2673
2691
|
prompt?: string | null | undefined;
|
|
2674
|
-
|
|
2692
|
+
matching?: Record<string, unknown> | undefined;
|
|
2675
2693
|
}) | ({
|
|
2676
2694
|
type: "number";
|
|
2677
2695
|
format?: string | null | undefined;
|
|
@@ -2716,11 +2734,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2716
2734
|
formula?: string | null | undefined;
|
|
2717
2735
|
context?: string[] | null | undefined;
|
|
2718
2736
|
prompt?: string | null | undefined;
|
|
2719
|
-
|
|
2737
|
+
matching?: Record<string, unknown> | undefined;
|
|
2720
2738
|
}) | ({
|
|
2721
2739
|
options: {
|
|
2722
2740
|
value: string;
|
|
2723
2741
|
label: string;
|
|
2742
|
+
struct?: unknown;
|
|
2724
2743
|
}[];
|
|
2725
2744
|
type: "enum";
|
|
2726
2745
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2760,7 +2779,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2760
2779
|
formula?: string | null | undefined;
|
|
2761
2780
|
context?: string[] | null | undefined;
|
|
2762
2781
|
prompt?: string | null | undefined;
|
|
2763
|
-
|
|
2782
|
+
matching?: Record<string, unknown> | undefined;
|
|
2764
2783
|
}) | ({
|
|
2765
2784
|
id: string;
|
|
2766
2785
|
label: string;
|
|
@@ -2815,7 +2834,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2815
2834
|
formula?: string | null | undefined;
|
|
2816
2835
|
context?: string[] | null | undefined;
|
|
2817
2836
|
prompt?: string | null | undefined;
|
|
2818
|
-
|
|
2837
|
+
matching?: Record<string, unknown> | undefined;
|
|
2819
2838
|
}) | ({
|
|
2820
2839
|
type: "date";
|
|
2821
2840
|
format?: string | null | undefined;
|
|
@@ -2855,7 +2874,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2855
2874
|
formula?: string | null | undefined;
|
|
2856
2875
|
context?: string[] | null | undefined;
|
|
2857
2876
|
prompt?: string | null | undefined;
|
|
2858
|
-
|
|
2877
|
+
matching?: Record<string, unknown> | undefined;
|
|
2859
2878
|
}) | ({
|
|
2860
2879
|
type: "number";
|
|
2861
2880
|
format?: string | null | undefined;
|
|
@@ -2900,11 +2919,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2900
2919
|
formula?: string | null | undefined;
|
|
2901
2920
|
context?: string[] | null | undefined;
|
|
2902
2921
|
prompt?: string | null | undefined;
|
|
2903
|
-
|
|
2922
|
+
matching?: Record<string, unknown> | undefined;
|
|
2904
2923
|
}) | ({
|
|
2905
2924
|
options: {
|
|
2906
2925
|
value: string;
|
|
2907
2926
|
label: string;
|
|
2927
|
+
struct?: unknown;
|
|
2908
2928
|
}[];
|
|
2909
2929
|
type: "enum";
|
|
2910
2930
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2944,7 +2964,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2944
2964
|
formula?: string | null | undefined;
|
|
2945
2965
|
context?: string[] | null | undefined;
|
|
2946
2966
|
prompt?: string | null | undefined;
|
|
2947
|
-
|
|
2967
|
+
matching?: Record<string, unknown> | undefined;
|
|
2948
2968
|
}) | ({
|
|
2949
2969
|
id: string;
|
|
2950
2970
|
label: string;
|
|
@@ -2960,15 +2980,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2960
2980
|
popupUrl?: string | undefined;
|
|
2961
2981
|
canObtainToken?: boolean | undefined;
|
|
2962
2982
|
});
|
|
2963
|
-
}>,
|
|
2964
|
-
category:
|
|
2965
|
-
minOccurrences:
|
|
2966
|
-
maxOccurrences:
|
|
2967
|
-
grid:
|
|
2968
|
-
rowTypes:
|
|
2969
|
-
defaultRowType:
|
|
2970
|
-
rowTypesToExtract:
|
|
2971
|
-
}, "strip",
|
|
2983
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
2984
|
+
category: z.ZodLiteral<"multivalue">;
|
|
2985
|
+
minOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2986
|
+
maxOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
2987
|
+
grid: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
2988
|
+
rowTypes: z.ZodArray<z.ZodString, "many">;
|
|
2989
|
+
defaultRowType: z.ZodString;
|
|
2990
|
+
rowTypesToExtract: z.ZodArray<z.ZodString, "many">;
|
|
2991
|
+
}, "strip", z.ZodTypeAny, {
|
|
2972
2992
|
rowTypes: string[];
|
|
2973
2993
|
defaultRowType: string;
|
|
2974
2994
|
rowTypesToExtract: string[];
|
|
@@ -2977,9 +2997,9 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
2977
2997
|
defaultRowType: string;
|
|
2978
2998
|
rowTypesToExtract: string[];
|
|
2979
2999
|
}>>>;
|
|
2980
|
-
showGridByDefault:
|
|
2981
|
-
rirFieldNames:
|
|
2982
|
-
}, "strip",
|
|
3000
|
+
showGridByDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3001
|
+
rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3002
|
+
}, "strip", z.ZodTypeAny, {
|
|
2983
3003
|
category: "multivalue";
|
|
2984
3004
|
minOccurrences?: number | null | undefined;
|
|
2985
3005
|
maxOccurrences?: number | null | undefined;
|
|
@@ -3001,13 +3021,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3001
3021
|
} | null | undefined;
|
|
3002
3022
|
showGridByDefault?: boolean | null | undefined;
|
|
3003
3023
|
rirFieldNames?: string[] | null | undefined;
|
|
3004
|
-
}>,
|
|
3005
|
-
id:
|
|
3006
|
-
label:
|
|
3007
|
-
description:
|
|
3008
|
-
hidden:
|
|
3009
|
-
disablePrediction:
|
|
3010
|
-
}, "strip",
|
|
3024
|
+
}>, z.ZodObject<{
|
|
3025
|
+
id: z.ZodString;
|
|
3026
|
+
label: z.ZodString;
|
|
3027
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3028
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3029
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3030
|
+
}, "strip", z.ZodTypeAny, {
|
|
3011
3031
|
id: string;
|
|
3012
3032
|
label: string;
|
|
3013
3033
|
description?: string | undefined;
|
|
@@ -3019,22 +3039,22 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3019
3039
|
description?: string | undefined;
|
|
3020
3040
|
hidden?: boolean | null | undefined;
|
|
3021
3041
|
disablePrediction?: boolean | null | undefined;
|
|
3022
|
-
}>>>,
|
|
3023
|
-
children:
|
|
3024
|
-
category:
|
|
3025
|
-
children:
|
|
3026
|
-
type:
|
|
3027
|
-
}, "strip",
|
|
3042
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3043
|
+
children: z.ZodIntersection<z.ZodObject<{
|
|
3044
|
+
category: z.ZodLiteral<"tuple">;
|
|
3045
|
+
children: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
3046
|
+
type: z.ZodLiteral<"string">;
|
|
3047
|
+
}, "strip", z.ZodTypeAny, {
|
|
3028
3048
|
type: "string";
|
|
3029
3049
|
}, {
|
|
3030
3050
|
type: "string";
|
|
3031
|
-
}>,
|
|
3032
|
-
id:
|
|
3033
|
-
label:
|
|
3034
|
-
description:
|
|
3035
|
-
hidden:
|
|
3036
|
-
disablePrediction:
|
|
3037
|
-
}, "strip",
|
|
3051
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3052
|
+
id: z.ZodString;
|
|
3053
|
+
label: z.ZodString;
|
|
3054
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3055
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3056
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3057
|
+
}, "strip", z.ZodTypeAny, {
|
|
3038
3058
|
id: string;
|
|
3039
3059
|
label: string;
|
|
3040
3060
|
description?: string | undefined;
|
|
@@ -3046,24 +3066,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3046
3066
|
description?: string | undefined;
|
|
3047
3067
|
hidden?: boolean | null | undefined;
|
|
3048
3068
|
disablePrediction?: boolean | null | undefined;
|
|
3049
|
-
}>,
|
|
3050
|
-
category:
|
|
3051
|
-
}, "strip",
|
|
3069
|
+
}>, z.ZodObject<{
|
|
3070
|
+
category: z.ZodLiteral<"datapoint">;
|
|
3071
|
+
}, "strip", z.ZodTypeAny, {
|
|
3052
3072
|
category: "datapoint";
|
|
3053
3073
|
}, {
|
|
3054
3074
|
category: "datapoint";
|
|
3055
|
-
}>>,
|
|
3056
|
-
suggest:
|
|
3057
|
-
canExport:
|
|
3058
|
-
canCollapse:
|
|
3059
|
-
rirFieldNames:
|
|
3060
|
-
defaultValue:
|
|
3061
|
-
constraints:
|
|
3062
|
-
length:
|
|
3063
|
-
min:
|
|
3064
|
-
max:
|
|
3065
|
-
exact:
|
|
3066
|
-
}, "strip",
|
|
3075
|
+
}>>, z.ZodObject<{
|
|
3076
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
3077
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3078
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3079
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3080
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3081
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3082
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3083
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3084
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3085
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3086
|
+
}, "strip", z.ZodTypeAny, {
|
|
3067
3087
|
min?: number | null | undefined;
|
|
3068
3088
|
max?: number | null | undefined;
|
|
3069
3089
|
exact?: number | null | undefined;
|
|
@@ -3072,15 +3092,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3072
3092
|
max?: number | null | undefined;
|
|
3073
3093
|
exact?: number | null | undefined;
|
|
3074
3094
|
}>>>;
|
|
3075
|
-
regexp:
|
|
3076
|
-
pattern:
|
|
3077
|
-
}, "strip",
|
|
3095
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3096
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
3097
|
+
}, "strip", z.ZodTypeAny, {
|
|
3078
3098
|
pattern?: string | undefined;
|
|
3079
3099
|
}, {
|
|
3080
3100
|
pattern?: string | undefined;
|
|
3081
3101
|
}>>>;
|
|
3082
|
-
required:
|
|
3083
|
-
}, "strip",
|
|
3102
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3103
|
+
}, "strip", z.ZodTypeAny, {
|
|
3084
3104
|
length?: {
|
|
3085
3105
|
min?: number | null | undefined;
|
|
3086
3106
|
max?: number | null | undefined;
|
|
@@ -3101,25 +3121,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3101
3121
|
} | null | undefined;
|
|
3102
3122
|
required?: boolean | null | undefined;
|
|
3103
3123
|
}>>>;
|
|
3104
|
-
uiConfiguration:
|
|
3105
|
-
type:
|
|
3106
|
-
edit:
|
|
3107
|
-
}, "strip",
|
|
3124
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3125
|
+
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">]>>>;
|
|
3126
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3127
|
+
}, "strip", z.ZodTypeAny, {
|
|
3108
3128
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3109
3129
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3110
3130
|
}, {
|
|
3111
3131
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3112
3132
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3113
3133
|
}>>>;
|
|
3114
|
-
width:
|
|
3115
|
-
stretch:
|
|
3116
|
-
widthChars:
|
|
3117
|
-
scoreThreshold:
|
|
3118
|
-
formula:
|
|
3119
|
-
context:
|
|
3120
|
-
prompt:
|
|
3121
|
-
|
|
3122
|
-
}, "strip",
|
|
3134
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3135
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3136
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3137
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3138
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3139
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3140
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3141
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3142
|
+
}, "strip", z.ZodTypeAny, {
|
|
3123
3143
|
suggest?: true | undefined;
|
|
3124
3144
|
canExport?: boolean | null | undefined;
|
|
3125
3145
|
canCollapse?: boolean | null | undefined;
|
|
@@ -3147,7 +3167,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3147
3167
|
formula?: string | null | undefined;
|
|
3148
3168
|
context?: string[] | null | undefined;
|
|
3149
3169
|
prompt?: string | null | undefined;
|
|
3150
|
-
|
|
3170
|
+
matching?: Record<string, unknown> | undefined;
|
|
3151
3171
|
}, {
|
|
3152
3172
|
suggest?: true | undefined;
|
|
3153
3173
|
canExport?: boolean | null | undefined;
|
|
@@ -3176,23 +3196,23 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3176
3196
|
formula?: string | null | undefined;
|
|
3177
3197
|
context?: string[] | null | undefined;
|
|
3178
3198
|
prompt?: string | null | undefined;
|
|
3179
|
-
|
|
3180
|
-
}>>>,
|
|
3181
|
-
type:
|
|
3182
|
-
format:
|
|
3183
|
-
}, "strip",
|
|
3199
|
+
matching?: Record<string, unknown> | undefined;
|
|
3200
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3201
|
+
type: z.ZodLiteral<"date">;
|
|
3202
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3203
|
+
}, "strip", z.ZodTypeAny, {
|
|
3184
3204
|
type: "date";
|
|
3185
3205
|
format?: string | null | undefined;
|
|
3186
3206
|
}, {
|
|
3187
3207
|
type: "date";
|
|
3188
3208
|
format?: string | null | undefined;
|
|
3189
|
-
}>,
|
|
3190
|
-
id:
|
|
3191
|
-
label:
|
|
3192
|
-
description:
|
|
3193
|
-
hidden:
|
|
3194
|
-
disablePrediction:
|
|
3195
|
-
}, "strip",
|
|
3209
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3210
|
+
id: z.ZodString;
|
|
3211
|
+
label: z.ZodString;
|
|
3212
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3213
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3214
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3215
|
+
}, "strip", z.ZodTypeAny, {
|
|
3196
3216
|
id: string;
|
|
3197
3217
|
label: string;
|
|
3198
3218
|
description?: string | undefined;
|
|
@@ -3204,24 +3224,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3204
3224
|
description?: string | undefined;
|
|
3205
3225
|
hidden?: boolean | null | undefined;
|
|
3206
3226
|
disablePrediction?: boolean | null | undefined;
|
|
3207
|
-
}>,
|
|
3208
|
-
category:
|
|
3209
|
-
}, "strip",
|
|
3227
|
+
}>, z.ZodObject<{
|
|
3228
|
+
category: z.ZodLiteral<"datapoint">;
|
|
3229
|
+
}, "strip", z.ZodTypeAny, {
|
|
3210
3230
|
category: "datapoint";
|
|
3211
3231
|
}, {
|
|
3212
3232
|
category: "datapoint";
|
|
3213
|
-
}>>,
|
|
3214
|
-
suggest:
|
|
3215
|
-
canExport:
|
|
3216
|
-
canCollapse:
|
|
3217
|
-
rirFieldNames:
|
|
3218
|
-
defaultValue:
|
|
3219
|
-
constraints:
|
|
3220
|
-
length:
|
|
3221
|
-
min:
|
|
3222
|
-
max:
|
|
3223
|
-
exact:
|
|
3224
|
-
}, "strip",
|
|
3233
|
+
}>>, z.ZodObject<{
|
|
3234
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
3235
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3236
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3237
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3238
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3239
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3240
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3241
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3242
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3243
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3244
|
+
}, "strip", z.ZodTypeAny, {
|
|
3225
3245
|
min?: number | null | undefined;
|
|
3226
3246
|
max?: number | null | undefined;
|
|
3227
3247
|
exact?: number | null | undefined;
|
|
@@ -3230,15 +3250,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3230
3250
|
max?: number | null | undefined;
|
|
3231
3251
|
exact?: number | null | undefined;
|
|
3232
3252
|
}>>>;
|
|
3233
|
-
regexp:
|
|
3234
|
-
pattern:
|
|
3235
|
-
}, "strip",
|
|
3253
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3254
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
3255
|
+
}, "strip", z.ZodTypeAny, {
|
|
3236
3256
|
pattern?: string | undefined;
|
|
3237
3257
|
}, {
|
|
3238
3258
|
pattern?: string | undefined;
|
|
3239
3259
|
}>>>;
|
|
3240
|
-
required:
|
|
3241
|
-
}, "strip",
|
|
3260
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3261
|
+
}, "strip", z.ZodTypeAny, {
|
|
3242
3262
|
length?: {
|
|
3243
3263
|
min?: number | null | undefined;
|
|
3244
3264
|
max?: number | null | undefined;
|
|
@@ -3259,25 +3279,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3259
3279
|
} | null | undefined;
|
|
3260
3280
|
required?: boolean | null | undefined;
|
|
3261
3281
|
}>>>;
|
|
3262
|
-
uiConfiguration:
|
|
3263
|
-
type:
|
|
3264
|
-
edit:
|
|
3265
|
-
}, "strip",
|
|
3282
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3283
|
+
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">]>>>;
|
|
3284
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3285
|
+
}, "strip", z.ZodTypeAny, {
|
|
3266
3286
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3267
3287
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3268
3288
|
}, {
|
|
3269
3289
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3270
3290
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3271
3291
|
}>>>;
|
|
3272
|
-
width:
|
|
3273
|
-
stretch:
|
|
3274
|
-
widthChars:
|
|
3275
|
-
scoreThreshold:
|
|
3276
|
-
formula:
|
|
3277
|
-
context:
|
|
3278
|
-
prompt:
|
|
3279
|
-
|
|
3280
|
-
}, "strip",
|
|
3292
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3293
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3294
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3295
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3296
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3297
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3298
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3299
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3300
|
+
}, "strip", z.ZodTypeAny, {
|
|
3281
3301
|
suggest?: true | undefined;
|
|
3282
3302
|
canExport?: boolean | null | undefined;
|
|
3283
3303
|
canCollapse?: boolean | null | undefined;
|
|
@@ -3305,7 +3325,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3305
3325
|
formula?: string | null | undefined;
|
|
3306
3326
|
context?: string[] | null | undefined;
|
|
3307
3327
|
prompt?: string | null | undefined;
|
|
3308
|
-
|
|
3328
|
+
matching?: Record<string, unknown> | undefined;
|
|
3309
3329
|
}, {
|
|
3310
3330
|
suggest?: true | undefined;
|
|
3311
3331
|
canExport?: boolean | null | undefined;
|
|
@@ -3334,19 +3354,19 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3334
3354
|
formula?: string | null | undefined;
|
|
3335
3355
|
context?: string[] | null | undefined;
|
|
3336
3356
|
prompt?: string | null | undefined;
|
|
3337
|
-
|
|
3338
|
-
}>>>,
|
|
3339
|
-
type:
|
|
3340
|
-
format:
|
|
3341
|
-
aggregations:
|
|
3342
|
-
sum:
|
|
3343
|
-
label:
|
|
3344
|
-
}, "strip",
|
|
3357
|
+
matching?: Record<string, unknown> | undefined;
|
|
3358
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3359
|
+
type: z.ZodLiteral<"number">;
|
|
3360
|
+
format: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
3361
|
+
aggregations: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
3362
|
+
sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3363
|
+
label: z.ZodString;
|
|
3364
|
+
}, "strip", z.ZodTypeAny, {
|
|
3345
3365
|
label: string;
|
|
3346
3366
|
}, {
|
|
3347
3367
|
label: string;
|
|
3348
3368
|
}>>>;
|
|
3349
|
-
}, "strip",
|
|
3369
|
+
}, "strip", z.ZodTypeAny, {
|
|
3350
3370
|
sum?: {
|
|
3351
3371
|
label: string;
|
|
3352
3372
|
} | null | undefined;
|
|
@@ -3355,7 +3375,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3355
3375
|
label: string;
|
|
3356
3376
|
} | null | undefined;
|
|
3357
3377
|
}>>>;
|
|
3358
|
-
}, "strip",
|
|
3378
|
+
}, "strip", z.ZodTypeAny, {
|
|
3359
3379
|
type: "number";
|
|
3360
3380
|
format?: string | null | undefined;
|
|
3361
3381
|
aggregations?: {
|
|
@@ -3371,13 +3391,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3371
3391
|
label: string;
|
|
3372
3392
|
} | null | undefined;
|
|
3373
3393
|
} | null | undefined;
|
|
3374
|
-
}>,
|
|
3375
|
-
id:
|
|
3376
|
-
label:
|
|
3377
|
-
description:
|
|
3378
|
-
hidden:
|
|
3379
|
-
disablePrediction:
|
|
3380
|
-
}, "strip",
|
|
3394
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3395
|
+
id: z.ZodString;
|
|
3396
|
+
label: z.ZodString;
|
|
3397
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3398
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3399
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3400
|
+
}, "strip", z.ZodTypeAny, {
|
|
3381
3401
|
id: string;
|
|
3382
3402
|
label: string;
|
|
3383
3403
|
description?: string | undefined;
|
|
@@ -3389,24 +3409,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3389
3409
|
description?: string | undefined;
|
|
3390
3410
|
hidden?: boolean | null | undefined;
|
|
3391
3411
|
disablePrediction?: boolean | null | undefined;
|
|
3392
|
-
}>,
|
|
3393
|
-
category:
|
|
3394
|
-
}, "strip",
|
|
3412
|
+
}>, z.ZodObject<{
|
|
3413
|
+
category: z.ZodLiteral<"datapoint">;
|
|
3414
|
+
}, "strip", z.ZodTypeAny, {
|
|
3395
3415
|
category: "datapoint";
|
|
3396
3416
|
}, {
|
|
3397
3417
|
category: "datapoint";
|
|
3398
|
-
}>>,
|
|
3399
|
-
suggest:
|
|
3400
|
-
canExport:
|
|
3401
|
-
canCollapse:
|
|
3402
|
-
rirFieldNames:
|
|
3403
|
-
defaultValue:
|
|
3404
|
-
constraints:
|
|
3405
|
-
length:
|
|
3406
|
-
min:
|
|
3407
|
-
max:
|
|
3408
|
-
exact:
|
|
3409
|
-
}, "strip",
|
|
3418
|
+
}>>, z.ZodObject<{
|
|
3419
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
3420
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3421
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3422
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3423
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3424
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3425
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3426
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3427
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3428
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3429
|
+
}, "strip", z.ZodTypeAny, {
|
|
3410
3430
|
min?: number | null | undefined;
|
|
3411
3431
|
max?: number | null | undefined;
|
|
3412
3432
|
exact?: number | null | undefined;
|
|
@@ -3415,15 +3435,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3415
3435
|
max?: number | null | undefined;
|
|
3416
3436
|
exact?: number | null | undefined;
|
|
3417
3437
|
}>>>;
|
|
3418
|
-
regexp:
|
|
3419
|
-
pattern:
|
|
3420
|
-
}, "strip",
|
|
3438
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3439
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
3440
|
+
}, "strip", z.ZodTypeAny, {
|
|
3421
3441
|
pattern?: string | undefined;
|
|
3422
3442
|
}, {
|
|
3423
3443
|
pattern?: string | undefined;
|
|
3424
3444
|
}>>>;
|
|
3425
|
-
required:
|
|
3426
|
-
}, "strip",
|
|
3445
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3446
|
+
}, "strip", z.ZodTypeAny, {
|
|
3427
3447
|
length?: {
|
|
3428
3448
|
min?: number | null | undefined;
|
|
3429
3449
|
max?: number | null | undefined;
|
|
@@ -3444,25 +3464,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3444
3464
|
} | null | undefined;
|
|
3445
3465
|
required?: boolean | null | undefined;
|
|
3446
3466
|
}>>>;
|
|
3447
|
-
uiConfiguration:
|
|
3448
|
-
type:
|
|
3449
|
-
edit:
|
|
3450
|
-
}, "strip",
|
|
3467
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3468
|
+
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">]>>>;
|
|
3469
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3470
|
+
}, "strip", z.ZodTypeAny, {
|
|
3451
3471
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3452
3472
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3453
3473
|
}, {
|
|
3454
3474
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3455
3475
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3456
3476
|
}>>>;
|
|
3457
|
-
width:
|
|
3458
|
-
stretch:
|
|
3459
|
-
widthChars:
|
|
3460
|
-
scoreThreshold:
|
|
3461
|
-
formula:
|
|
3462
|
-
context:
|
|
3463
|
-
prompt:
|
|
3464
|
-
|
|
3465
|
-
}, "strip",
|
|
3477
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3478
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3479
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3480
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3481
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3482
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3483
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3484
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3485
|
+
}, "strip", z.ZodTypeAny, {
|
|
3466
3486
|
suggest?: true | undefined;
|
|
3467
3487
|
canExport?: boolean | null | undefined;
|
|
3468
3488
|
canCollapse?: boolean | null | undefined;
|
|
@@ -3490,7 +3510,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3490
3510
|
formula?: string | null | undefined;
|
|
3491
3511
|
context?: string[] | null | undefined;
|
|
3492
3512
|
prompt?: string | null | undefined;
|
|
3493
|
-
|
|
3513
|
+
matching?: Record<string, unknown> | undefined;
|
|
3494
3514
|
}, {
|
|
3495
3515
|
suggest?: true | undefined;
|
|
3496
3516
|
canExport?: boolean | null | undefined;
|
|
@@ -3519,24 +3539,28 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3519
3539
|
formula?: string | null | undefined;
|
|
3520
3540
|
context?: string[] | null | undefined;
|
|
3521
3541
|
prompt?: string | null | undefined;
|
|
3522
|
-
|
|
3523
|
-
}>>>,
|
|
3524
|
-
type:
|
|
3525
|
-
options:
|
|
3526
|
-
value:
|
|
3527
|
-
label:
|
|
3528
|
-
|
|
3542
|
+
matching?: Record<string, unknown> | undefined;
|
|
3543
|
+
}>>>, z.ZodIntersection<z.ZodObject<{
|
|
3544
|
+
type: z.ZodLiteral<"enum">;
|
|
3545
|
+
options: z.ZodArray<z.ZodObject<{
|
|
3546
|
+
value: z.ZodString;
|
|
3547
|
+
label: z.ZodString;
|
|
3548
|
+
struct: z.ZodOptional<z.ZodUnknown>;
|
|
3549
|
+
}, "strip", z.ZodTypeAny, {
|
|
3529
3550
|
value: string;
|
|
3530
3551
|
label: string;
|
|
3552
|
+
struct?: unknown;
|
|
3531
3553
|
}, {
|
|
3532
3554
|
value: string;
|
|
3533
3555
|
label: string;
|
|
3556
|
+
struct?: unknown;
|
|
3534
3557
|
}>, "many">;
|
|
3535
|
-
enumValueType:
|
|
3536
|
-
}, "strip",
|
|
3558
|
+
enumValueType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"date">]>>;
|
|
3559
|
+
}, "strip", z.ZodTypeAny, {
|
|
3537
3560
|
options: {
|
|
3538
3561
|
value: string;
|
|
3539
3562
|
label: string;
|
|
3563
|
+
struct?: unknown;
|
|
3540
3564
|
}[];
|
|
3541
3565
|
type: "enum";
|
|
3542
3566
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3544,16 +3568,17 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3544
3568
|
options: {
|
|
3545
3569
|
value: string;
|
|
3546
3570
|
label: string;
|
|
3571
|
+
struct?: unknown;
|
|
3547
3572
|
}[];
|
|
3548
3573
|
type: "enum";
|
|
3549
3574
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
3550
|
-
}>,
|
|
3551
|
-
id:
|
|
3552
|
-
label:
|
|
3553
|
-
description:
|
|
3554
|
-
hidden:
|
|
3555
|
-
disablePrediction:
|
|
3556
|
-
}, "strip",
|
|
3575
|
+
}>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3576
|
+
id: z.ZodString;
|
|
3577
|
+
label: z.ZodString;
|
|
3578
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3579
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3580
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3581
|
+
}, "strip", z.ZodTypeAny, {
|
|
3557
3582
|
id: string;
|
|
3558
3583
|
label: string;
|
|
3559
3584
|
description?: string | undefined;
|
|
@@ -3565,24 +3590,24 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3565
3590
|
description?: string | undefined;
|
|
3566
3591
|
hidden?: boolean | null | undefined;
|
|
3567
3592
|
disablePrediction?: boolean | null | undefined;
|
|
3568
|
-
}>,
|
|
3569
|
-
category:
|
|
3570
|
-
}, "strip",
|
|
3593
|
+
}>, z.ZodObject<{
|
|
3594
|
+
category: z.ZodLiteral<"datapoint">;
|
|
3595
|
+
}, "strip", z.ZodTypeAny, {
|
|
3571
3596
|
category: "datapoint";
|
|
3572
3597
|
}, {
|
|
3573
3598
|
category: "datapoint";
|
|
3574
|
-
}>>,
|
|
3575
|
-
suggest:
|
|
3576
|
-
canExport:
|
|
3577
|
-
canCollapse:
|
|
3578
|
-
rirFieldNames:
|
|
3579
|
-
defaultValue:
|
|
3580
|
-
constraints:
|
|
3581
|
-
length:
|
|
3582
|
-
min:
|
|
3583
|
-
max:
|
|
3584
|
-
exact:
|
|
3585
|
-
}, "strip",
|
|
3599
|
+
}>>, z.ZodObject<{
|
|
3600
|
+
suggest: z.ZodOptional<z.ZodLiteral<true>>;
|
|
3601
|
+
canExport: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3602
|
+
canCollapse: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3603
|
+
rirFieldNames: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3604
|
+
defaultValue: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3605
|
+
constraints: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3606
|
+
length: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3607
|
+
min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3608
|
+
max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3609
|
+
exact: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3610
|
+
}, "strip", z.ZodTypeAny, {
|
|
3586
3611
|
min?: number | null | undefined;
|
|
3587
3612
|
max?: number | null | undefined;
|
|
3588
3613
|
exact?: number | null | undefined;
|
|
@@ -3591,15 +3616,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3591
3616
|
max?: number | null | undefined;
|
|
3592
3617
|
exact?: number | null | undefined;
|
|
3593
3618
|
}>>>;
|
|
3594
|
-
regexp:
|
|
3595
|
-
pattern:
|
|
3596
|
-
}, "strip",
|
|
3619
|
+
regexp: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3620
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
3621
|
+
}, "strip", z.ZodTypeAny, {
|
|
3597
3622
|
pattern?: string | undefined;
|
|
3598
3623
|
}, {
|
|
3599
3624
|
pattern?: string | undefined;
|
|
3600
3625
|
}>>>;
|
|
3601
|
-
required:
|
|
3602
|
-
}, "strip",
|
|
3626
|
+
required: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3627
|
+
}, "strip", z.ZodTypeAny, {
|
|
3603
3628
|
length?: {
|
|
3604
3629
|
min?: number | null | undefined;
|
|
3605
3630
|
max?: number | null | undefined;
|
|
@@ -3620,25 +3645,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3620
3645
|
} | null | undefined;
|
|
3621
3646
|
required?: boolean | null | undefined;
|
|
3622
3647
|
}>>>;
|
|
3623
|
-
uiConfiguration:
|
|
3624
|
-
type:
|
|
3625
|
-
edit:
|
|
3626
|
-
}, "strip",
|
|
3648
|
+
uiConfiguration: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3649
|
+
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">]>>>;
|
|
3650
|
+
edit: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"enabled">, z.ZodLiteral<"enabled_without_warning">, z.ZodLiteral<"disabled">]>>;
|
|
3651
|
+
}, "strip", z.ZodTypeAny, {
|
|
3627
3652
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3628
3653
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3629
3654
|
}, {
|
|
3630
3655
|
type?: "data" | "manual" | "captured" | "formula" | "reasoning" | "lookup" | null | undefined;
|
|
3631
3656
|
edit?: "enabled" | "enabled_without_warning" | "disabled" | undefined;
|
|
3632
3657
|
}>>>;
|
|
3633
|
-
width:
|
|
3634
|
-
stretch:
|
|
3635
|
-
widthChars:
|
|
3636
|
-
scoreThreshold:
|
|
3637
|
-
formula:
|
|
3638
|
-
context:
|
|
3639
|
-
prompt:
|
|
3640
|
-
|
|
3641
|
-
}, "strip",
|
|
3658
|
+
width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3659
|
+
stretch: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
3660
|
+
widthChars: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3661
|
+
scoreThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3662
|
+
formula: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3663
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
3664
|
+
prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3665
|
+
matching: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3666
|
+
}, "strip", z.ZodTypeAny, {
|
|
3642
3667
|
suggest?: true | undefined;
|
|
3643
3668
|
canExport?: boolean | null | undefined;
|
|
3644
3669
|
canCollapse?: boolean | null | undefined;
|
|
@@ -3666,7 +3691,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3666
3691
|
formula?: string | null | undefined;
|
|
3667
3692
|
context?: string[] | null | undefined;
|
|
3668
3693
|
prompt?: string | null | undefined;
|
|
3669
|
-
|
|
3694
|
+
matching?: Record<string, unknown> | undefined;
|
|
3670
3695
|
}, {
|
|
3671
3696
|
suggest?: true | undefined;
|
|
3672
3697
|
canExport?: boolean | null | undefined;
|
|
@@ -3695,14 +3720,14 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3695
3720
|
formula?: string | null | undefined;
|
|
3696
3721
|
context?: string[] | null | undefined;
|
|
3697
3722
|
prompt?: string | null | undefined;
|
|
3698
|
-
|
|
3699
|
-
}>>>,
|
|
3700
|
-
id:
|
|
3701
|
-
label:
|
|
3702
|
-
description:
|
|
3703
|
-
hidden:
|
|
3704
|
-
disablePrediction:
|
|
3705
|
-
}, "strip",
|
|
3723
|
+
matching?: Record<string, unknown> | undefined;
|
|
3724
|
+
}>>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
|
|
3725
|
+
id: z.ZodString;
|
|
3726
|
+
label: z.ZodString;
|
|
3727
|
+
description: z.ZodOptional<z.ZodString>;
|
|
3728
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3729
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
3730
|
+
}, "strip", z.ZodTypeAny, {
|
|
3706
3731
|
id: string;
|
|
3707
3732
|
label: string;
|
|
3708
3733
|
description?: string | undefined;
|
|
@@ -3714,21 +3739,21 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3714
3739
|
description?: string | undefined;
|
|
3715
3740
|
hidden?: boolean | null | undefined;
|
|
3716
3741
|
disablePrediction?: boolean | null | undefined;
|
|
3717
|
-
}>,
|
|
3718
|
-
category:
|
|
3719
|
-
type:
|
|
3720
|
-
}, "strip",
|
|
3742
|
+
}>, z.ZodObject<{
|
|
3743
|
+
category: z.ZodLiteral<"datapoint">;
|
|
3744
|
+
type: z.ZodLiteral<"button">;
|
|
3745
|
+
}, "strip", z.ZodTypeAny, {
|
|
3721
3746
|
type: "button";
|
|
3722
3747
|
category: "datapoint";
|
|
3723
3748
|
}, {
|
|
3724
3749
|
type: "button";
|
|
3725
3750
|
category: "datapoint";
|
|
3726
|
-
}>>,
|
|
3727
|
-
canExport:
|
|
3728
|
-
canCollapse:
|
|
3729
|
-
popupUrl:
|
|
3730
|
-
canObtainToken:
|
|
3731
|
-
}, "strip",
|
|
3751
|
+
}>>, z.ZodObject<{
|
|
3752
|
+
canExport: z.ZodOptional<z.ZodBoolean>;
|
|
3753
|
+
canCollapse: z.ZodOptional<z.ZodBoolean>;
|
|
3754
|
+
popupUrl: z.ZodOptional<z.ZodString>;
|
|
3755
|
+
canObtainToken: z.ZodOptional<z.ZodBoolean>;
|
|
3756
|
+
}, "strip", z.ZodTypeAny, {
|
|
3732
3757
|
canExport?: boolean | undefined;
|
|
3733
3758
|
canCollapse?: boolean | undefined;
|
|
3734
3759
|
popupUrl?: string | undefined;
|
|
@@ -3739,8 +3764,8 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3739
3764
|
popupUrl?: string | undefined;
|
|
3740
3765
|
canObtainToken?: boolean | undefined;
|
|
3741
3766
|
}>>]>, "many">;
|
|
3742
|
-
rirFieldNames:
|
|
3743
|
-
}, "strip",
|
|
3767
|
+
rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3768
|
+
}, "strip", z.ZodTypeAny, {
|
|
3744
3769
|
children: (({
|
|
3745
3770
|
type: "string";
|
|
3746
3771
|
} & {
|
|
@@ -3779,7 +3804,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3779
3804
|
formula?: string | null | undefined;
|
|
3780
3805
|
context?: string[] | null | undefined;
|
|
3781
3806
|
prompt?: string | null | undefined;
|
|
3782
|
-
|
|
3807
|
+
matching?: Record<string, unknown> | undefined;
|
|
3783
3808
|
}) | ({
|
|
3784
3809
|
type: "date";
|
|
3785
3810
|
format?: string | null | undefined;
|
|
@@ -3819,7 +3844,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3819
3844
|
formula?: string | null | undefined;
|
|
3820
3845
|
context?: string[] | null | undefined;
|
|
3821
3846
|
prompt?: string | null | undefined;
|
|
3822
|
-
|
|
3847
|
+
matching?: Record<string, unknown> | undefined;
|
|
3823
3848
|
}) | ({
|
|
3824
3849
|
type: "number";
|
|
3825
3850
|
format?: string | null | undefined;
|
|
@@ -3864,11 +3889,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3864
3889
|
formula?: string | null | undefined;
|
|
3865
3890
|
context?: string[] | null | undefined;
|
|
3866
3891
|
prompt?: string | null | undefined;
|
|
3867
|
-
|
|
3892
|
+
matching?: Record<string, unknown> | undefined;
|
|
3868
3893
|
}) | ({
|
|
3869
3894
|
options: {
|
|
3870
3895
|
value: string;
|
|
3871
3896
|
label: string;
|
|
3897
|
+
struct?: unknown;
|
|
3872
3898
|
}[];
|
|
3873
3899
|
type: "enum";
|
|
3874
3900
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3908,7 +3934,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3908
3934
|
formula?: string | null | undefined;
|
|
3909
3935
|
context?: string[] | null | undefined;
|
|
3910
3936
|
prompt?: string | null | undefined;
|
|
3911
|
-
|
|
3937
|
+
matching?: Record<string, unknown> | undefined;
|
|
3912
3938
|
}) | ({
|
|
3913
3939
|
id: string;
|
|
3914
3940
|
label: string;
|
|
@@ -3965,7 +3991,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
3965
3991
|
formula?: string | null | undefined;
|
|
3966
3992
|
context?: string[] | null | undefined;
|
|
3967
3993
|
prompt?: string | null | undefined;
|
|
3968
|
-
|
|
3994
|
+
matching?: Record<string, unknown> | undefined;
|
|
3969
3995
|
}) | ({
|
|
3970
3996
|
type: "date";
|
|
3971
3997
|
format?: string | null | undefined;
|
|
@@ -4005,7 +4031,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4005
4031
|
formula?: string | null | undefined;
|
|
4006
4032
|
context?: string[] | null | undefined;
|
|
4007
4033
|
prompt?: string | null | undefined;
|
|
4008
|
-
|
|
4034
|
+
matching?: Record<string, unknown> | undefined;
|
|
4009
4035
|
}) | ({
|
|
4010
4036
|
type: "number";
|
|
4011
4037
|
format?: string | null | undefined;
|
|
@@ -4050,11 +4076,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4050
4076
|
formula?: string | null | undefined;
|
|
4051
4077
|
context?: string[] | null | undefined;
|
|
4052
4078
|
prompt?: string | null | undefined;
|
|
4053
|
-
|
|
4079
|
+
matching?: Record<string, unknown> | undefined;
|
|
4054
4080
|
}) | ({
|
|
4055
4081
|
options: {
|
|
4056
4082
|
value: string;
|
|
4057
4083
|
label: string;
|
|
4084
|
+
struct?: unknown;
|
|
4058
4085
|
}[];
|
|
4059
4086
|
type: "enum";
|
|
4060
4087
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4094,7 +4121,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4094
4121
|
formula?: string | null | undefined;
|
|
4095
4122
|
context?: string[] | null | undefined;
|
|
4096
4123
|
prompt?: string | null | undefined;
|
|
4097
|
-
|
|
4124
|
+
matching?: Record<string, unknown> | undefined;
|
|
4098
4125
|
}) | ({
|
|
4099
4126
|
id: string;
|
|
4100
4127
|
label: string;
|
|
@@ -4112,13 +4139,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4112
4139
|
}))[];
|
|
4113
4140
|
category: "tuple";
|
|
4114
4141
|
rirFieldNames?: string[] | null | undefined;
|
|
4115
|
-
}>,
|
|
4116
|
-
id:
|
|
4117
|
-
label:
|
|
4118
|
-
description:
|
|
4119
|
-
hidden:
|
|
4120
|
-
disablePrediction:
|
|
4121
|
-
}, "strip",
|
|
4142
|
+
}>, z.ZodObject<{
|
|
4143
|
+
id: z.ZodString;
|
|
4144
|
+
label: z.ZodString;
|
|
4145
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4146
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4147
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4148
|
+
}, "strip", z.ZodTypeAny, {
|
|
4122
4149
|
id: string;
|
|
4123
4150
|
label: string;
|
|
4124
4151
|
description?: string | undefined;
|
|
@@ -4131,7 +4158,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4131
4158
|
hidden?: boolean | null | undefined;
|
|
4132
4159
|
disablePrediction?: boolean | null | undefined;
|
|
4133
4160
|
}>>;
|
|
4134
|
-
}, "strip",
|
|
4161
|
+
}, "strip", z.ZodTypeAny, {
|
|
4135
4162
|
children: {
|
|
4136
4163
|
children: (({
|
|
4137
4164
|
type: "string";
|
|
@@ -4171,7 +4198,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4171
4198
|
formula?: string | null | undefined;
|
|
4172
4199
|
context?: string[] | null | undefined;
|
|
4173
4200
|
prompt?: string | null | undefined;
|
|
4174
|
-
|
|
4201
|
+
matching?: Record<string, unknown> | undefined;
|
|
4175
4202
|
}) | ({
|
|
4176
4203
|
type: "date";
|
|
4177
4204
|
format?: string | null | undefined;
|
|
@@ -4211,7 +4238,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4211
4238
|
formula?: string | null | undefined;
|
|
4212
4239
|
context?: string[] | null | undefined;
|
|
4213
4240
|
prompt?: string | null | undefined;
|
|
4214
|
-
|
|
4241
|
+
matching?: Record<string, unknown> | undefined;
|
|
4215
4242
|
}) | ({
|
|
4216
4243
|
type: "number";
|
|
4217
4244
|
format?: string | null | undefined;
|
|
@@ -4256,11 +4283,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4256
4283
|
formula?: string | null | undefined;
|
|
4257
4284
|
context?: string[] | null | undefined;
|
|
4258
4285
|
prompt?: string | null | undefined;
|
|
4259
|
-
|
|
4286
|
+
matching?: Record<string, unknown> | undefined;
|
|
4260
4287
|
}) | ({
|
|
4261
4288
|
options: {
|
|
4262
4289
|
value: string;
|
|
4263
4290
|
label: string;
|
|
4291
|
+
struct?: unknown;
|
|
4264
4292
|
}[];
|
|
4265
4293
|
type: "enum";
|
|
4266
4294
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4300,7 +4328,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4300
4328
|
formula?: string | null | undefined;
|
|
4301
4329
|
context?: string[] | null | undefined;
|
|
4302
4330
|
prompt?: string | null | undefined;
|
|
4303
|
-
|
|
4331
|
+
matching?: Record<string, unknown> | undefined;
|
|
4304
4332
|
}) | ({
|
|
4305
4333
|
id: string;
|
|
4306
4334
|
label: string;
|
|
@@ -4365,7 +4393,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4365
4393
|
formula?: string | null | undefined;
|
|
4366
4394
|
context?: string[] | null | undefined;
|
|
4367
4395
|
prompt?: string | null | undefined;
|
|
4368
|
-
|
|
4396
|
+
matching?: Record<string, unknown> | undefined;
|
|
4369
4397
|
}) | ({
|
|
4370
4398
|
type: "date";
|
|
4371
4399
|
format?: string | null | undefined;
|
|
@@ -4405,7 +4433,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4405
4433
|
formula?: string | null | undefined;
|
|
4406
4434
|
context?: string[] | null | undefined;
|
|
4407
4435
|
prompt?: string | null | undefined;
|
|
4408
|
-
|
|
4436
|
+
matching?: Record<string, unknown> | undefined;
|
|
4409
4437
|
}) | ({
|
|
4410
4438
|
type: "number";
|
|
4411
4439
|
format?: string | null | undefined;
|
|
@@ -4450,11 +4478,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4450
4478
|
formula?: string | null | undefined;
|
|
4451
4479
|
context?: string[] | null | undefined;
|
|
4452
4480
|
prompt?: string | null | undefined;
|
|
4453
|
-
|
|
4481
|
+
matching?: Record<string, unknown> | undefined;
|
|
4454
4482
|
}) | ({
|
|
4455
4483
|
options: {
|
|
4456
4484
|
value: string;
|
|
4457
4485
|
label: string;
|
|
4486
|
+
struct?: unknown;
|
|
4458
4487
|
}[];
|
|
4459
4488
|
type: "enum";
|
|
4460
4489
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4494,7 +4523,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4494
4523
|
formula?: string | null | undefined;
|
|
4495
4524
|
context?: string[] | null | undefined;
|
|
4496
4525
|
prompt?: string | null | undefined;
|
|
4497
|
-
|
|
4526
|
+
matching?: Record<string, unknown> | undefined;
|
|
4498
4527
|
}) | ({
|
|
4499
4528
|
id: string;
|
|
4500
4529
|
label: string;
|
|
@@ -4519,15 +4548,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4519
4548
|
hidden?: boolean | null | undefined;
|
|
4520
4549
|
disablePrediction?: boolean | null | undefined;
|
|
4521
4550
|
};
|
|
4522
|
-
}>,
|
|
4523
|
-
category:
|
|
4524
|
-
minOccurrences:
|
|
4525
|
-
maxOccurrences:
|
|
4526
|
-
grid:
|
|
4527
|
-
rowTypes:
|
|
4528
|
-
defaultRowType:
|
|
4529
|
-
rowTypesToExtract:
|
|
4530
|
-
}, "strip",
|
|
4551
|
+
}>, z.ZodIntersection<z.ZodObject<{
|
|
4552
|
+
category: z.ZodLiteral<"multivalue">;
|
|
4553
|
+
minOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4554
|
+
maxOccurrences: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
4555
|
+
grid: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
4556
|
+
rowTypes: z.ZodArray<z.ZodString, "many">;
|
|
4557
|
+
defaultRowType: z.ZodString;
|
|
4558
|
+
rowTypesToExtract: z.ZodArray<z.ZodString, "many">;
|
|
4559
|
+
}, "strip", z.ZodTypeAny, {
|
|
4531
4560
|
rowTypes: string[];
|
|
4532
4561
|
defaultRowType: string;
|
|
4533
4562
|
rowTypesToExtract: string[];
|
|
@@ -4536,9 +4565,9 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4536
4565
|
defaultRowType: string;
|
|
4537
4566
|
rowTypesToExtract: string[];
|
|
4538
4567
|
}>>>;
|
|
4539
|
-
showGridByDefault:
|
|
4540
|
-
rirFieldNames:
|
|
4541
|
-
}, "strip",
|
|
4568
|
+
showGridByDefault: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4569
|
+
rirFieldNames: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4570
|
+
}, "strip", z.ZodTypeAny, {
|
|
4542
4571
|
category: "multivalue";
|
|
4543
4572
|
minOccurrences?: number | null | undefined;
|
|
4544
4573
|
maxOccurrences?: number | null | undefined;
|
|
@@ -4560,13 +4589,13 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4560
4589
|
} | null | undefined;
|
|
4561
4590
|
showGridByDefault?: boolean | null | undefined;
|
|
4562
4591
|
rirFieldNames?: string[] | null | undefined;
|
|
4563
|
-
}>,
|
|
4564
|
-
id:
|
|
4565
|
-
label:
|
|
4566
|
-
description:
|
|
4567
|
-
hidden:
|
|
4568
|
-
disablePrediction:
|
|
4569
|
-
}, "strip",
|
|
4592
|
+
}>, z.ZodObject<{
|
|
4593
|
+
id: z.ZodString;
|
|
4594
|
+
label: z.ZodString;
|
|
4595
|
+
description: z.ZodOptional<z.ZodString>;
|
|
4596
|
+
hidden: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4597
|
+
disablePrediction: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
4598
|
+
}, "strip", z.ZodTypeAny, {
|
|
4570
4599
|
id: string;
|
|
4571
4600
|
label: string;
|
|
4572
4601
|
description?: string | undefined;
|
|
@@ -4579,8 +4608,8 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4579
4608
|
hidden?: boolean | null | undefined;
|
|
4580
4609
|
disablePrediction?: boolean | null | undefined;
|
|
4581
4610
|
}>>>]>, "many">;
|
|
4582
|
-
icon:
|
|
4583
|
-
}, "strip",
|
|
4611
|
+
icon: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4612
|
+
}, "strip", z.ZodTypeAny, {
|
|
4584
4613
|
children: (({
|
|
4585
4614
|
type: "string";
|
|
4586
4615
|
} & {
|
|
@@ -4619,7 +4648,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4619
4648
|
formula?: string | null | undefined;
|
|
4620
4649
|
context?: string[] | null | undefined;
|
|
4621
4650
|
prompt?: string | null | undefined;
|
|
4622
|
-
|
|
4651
|
+
matching?: Record<string, unknown> | undefined;
|
|
4623
4652
|
}) | ({
|
|
4624
4653
|
type: "date";
|
|
4625
4654
|
format?: string | null | undefined;
|
|
@@ -4659,7 +4688,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4659
4688
|
formula?: string | null | undefined;
|
|
4660
4689
|
context?: string[] | null | undefined;
|
|
4661
4690
|
prompt?: string | null | undefined;
|
|
4662
|
-
|
|
4691
|
+
matching?: Record<string, unknown> | undefined;
|
|
4663
4692
|
}) | ({
|
|
4664
4693
|
type: "number";
|
|
4665
4694
|
format?: string | null | undefined;
|
|
@@ -4704,11 +4733,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4704
4733
|
formula?: string | null | undefined;
|
|
4705
4734
|
context?: string[] | null | undefined;
|
|
4706
4735
|
prompt?: string | null | undefined;
|
|
4707
|
-
|
|
4736
|
+
matching?: Record<string, unknown> | undefined;
|
|
4708
4737
|
}) | ({
|
|
4709
4738
|
options: {
|
|
4710
4739
|
value: string;
|
|
4711
4740
|
label: string;
|
|
4741
|
+
struct?: unknown;
|
|
4712
4742
|
}[];
|
|
4713
4743
|
type: "enum";
|
|
4714
4744
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4748,7 +4778,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4748
4778
|
formula?: string | null | undefined;
|
|
4749
4779
|
context?: string[] | null | undefined;
|
|
4750
4780
|
prompt?: string | null | undefined;
|
|
4751
|
-
|
|
4781
|
+
matching?: Record<string, unknown> | undefined;
|
|
4752
4782
|
}) | ({
|
|
4753
4783
|
id: string;
|
|
4754
4784
|
label: string;
|
|
@@ -4802,7 +4832,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4802
4832
|
formula?: string | null | undefined;
|
|
4803
4833
|
context?: string[] | null | undefined;
|
|
4804
4834
|
prompt?: string | null | undefined;
|
|
4805
|
-
|
|
4835
|
+
matching?: Record<string, unknown> | undefined;
|
|
4806
4836
|
}) | ({
|
|
4807
4837
|
type: "date";
|
|
4808
4838
|
format?: string | null | undefined;
|
|
@@ -4842,7 +4872,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4842
4872
|
formula?: string | null | undefined;
|
|
4843
4873
|
context?: string[] | null | undefined;
|
|
4844
4874
|
prompt?: string | null | undefined;
|
|
4845
|
-
|
|
4875
|
+
matching?: Record<string, unknown> | undefined;
|
|
4846
4876
|
}) | ({
|
|
4847
4877
|
type: "number";
|
|
4848
4878
|
format?: string | null | undefined;
|
|
@@ -4887,11 +4917,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4887
4917
|
formula?: string | null | undefined;
|
|
4888
4918
|
context?: string[] | null | undefined;
|
|
4889
4919
|
prompt?: string | null | undefined;
|
|
4890
|
-
|
|
4920
|
+
matching?: Record<string, unknown> | undefined;
|
|
4891
4921
|
}) | ({
|
|
4892
4922
|
options: {
|
|
4893
4923
|
value: string;
|
|
4894
4924
|
label: string;
|
|
4925
|
+
struct?: unknown;
|
|
4895
4926
|
}[];
|
|
4896
4927
|
type: "enum";
|
|
4897
4928
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4931,7 +4962,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4931
4962
|
formula?: string | null | undefined;
|
|
4932
4963
|
context?: string[] | null | undefined;
|
|
4933
4964
|
prompt?: string | null | undefined;
|
|
4934
|
-
|
|
4965
|
+
matching?: Record<string, unknown> | undefined;
|
|
4935
4966
|
}) | ({
|
|
4936
4967
|
id: string;
|
|
4937
4968
|
label: string;
|
|
@@ -4994,7 +5025,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
4994
5025
|
formula?: string | null | undefined;
|
|
4995
5026
|
context?: string[] | null | undefined;
|
|
4996
5027
|
prompt?: string | null | undefined;
|
|
4997
|
-
|
|
5028
|
+
matching?: Record<string, unknown> | undefined;
|
|
4998
5029
|
}) | ({
|
|
4999
5030
|
type: "date";
|
|
5000
5031
|
format?: string | null | undefined;
|
|
@@ -5034,7 +5065,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5034
5065
|
formula?: string | null | undefined;
|
|
5035
5066
|
context?: string[] | null | undefined;
|
|
5036
5067
|
prompt?: string | null | undefined;
|
|
5037
|
-
|
|
5068
|
+
matching?: Record<string, unknown> | undefined;
|
|
5038
5069
|
}) | ({
|
|
5039
5070
|
type: "number";
|
|
5040
5071
|
format?: string | null | undefined;
|
|
@@ -5079,11 +5110,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5079
5110
|
formula?: string | null | undefined;
|
|
5080
5111
|
context?: string[] | null | undefined;
|
|
5081
5112
|
prompt?: string | null | undefined;
|
|
5082
|
-
|
|
5113
|
+
matching?: Record<string, unknown> | undefined;
|
|
5083
5114
|
}) | ({
|
|
5084
5115
|
options: {
|
|
5085
5116
|
value: string;
|
|
5086
5117
|
label: string;
|
|
5118
|
+
struct?: unknown;
|
|
5087
5119
|
}[];
|
|
5088
5120
|
type: "enum";
|
|
5089
5121
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5123,7 +5155,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5123
5155
|
formula?: string | null | undefined;
|
|
5124
5156
|
context?: string[] | null | undefined;
|
|
5125
5157
|
prompt?: string | null | undefined;
|
|
5126
|
-
|
|
5158
|
+
matching?: Record<string, unknown> | undefined;
|
|
5127
5159
|
}) | ({
|
|
5128
5160
|
id: string;
|
|
5129
5161
|
label: string;
|
|
@@ -5196,7 +5228,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5196
5228
|
formula?: string | null | undefined;
|
|
5197
5229
|
context?: string[] | null | undefined;
|
|
5198
5230
|
prompt?: string | null | undefined;
|
|
5199
|
-
|
|
5231
|
+
matching?: Record<string, unknown> | undefined;
|
|
5200
5232
|
}) | ({
|
|
5201
5233
|
type: "date";
|
|
5202
5234
|
format?: string | null | undefined;
|
|
@@ -5236,7 +5268,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5236
5268
|
formula?: string | null | undefined;
|
|
5237
5269
|
context?: string[] | null | undefined;
|
|
5238
5270
|
prompt?: string | null | undefined;
|
|
5239
|
-
|
|
5271
|
+
matching?: Record<string, unknown> | undefined;
|
|
5240
5272
|
}) | ({
|
|
5241
5273
|
type: "number";
|
|
5242
5274
|
format?: string | null | undefined;
|
|
@@ -5281,11 +5313,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5281
5313
|
formula?: string | null | undefined;
|
|
5282
5314
|
context?: string[] | null | undefined;
|
|
5283
5315
|
prompt?: string | null | undefined;
|
|
5284
|
-
|
|
5316
|
+
matching?: Record<string, unknown> | undefined;
|
|
5285
5317
|
}) | ({
|
|
5286
5318
|
options: {
|
|
5287
5319
|
value: string;
|
|
5288
5320
|
label: string;
|
|
5321
|
+
struct?: unknown;
|
|
5289
5322
|
}[];
|
|
5290
5323
|
type: "enum";
|
|
5291
5324
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5325,7 +5358,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5325
5358
|
formula?: string | null | undefined;
|
|
5326
5359
|
context?: string[] | null | undefined;
|
|
5327
5360
|
prompt?: string | null | undefined;
|
|
5328
|
-
|
|
5361
|
+
matching?: Record<string, unknown> | undefined;
|
|
5329
5362
|
}) | ({
|
|
5330
5363
|
id: string;
|
|
5331
5364
|
label: string;
|
|
@@ -5409,7 +5442,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5409
5442
|
formula?: string | null | undefined;
|
|
5410
5443
|
context?: string[] | null | undefined;
|
|
5411
5444
|
prompt?: string | null | undefined;
|
|
5412
|
-
|
|
5445
|
+
matching?: Record<string, unknown> | undefined;
|
|
5413
5446
|
}) | ({
|
|
5414
5447
|
type: "date";
|
|
5415
5448
|
format?: string | null | undefined;
|
|
@@ -5449,7 +5482,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5449
5482
|
formula?: string | null | undefined;
|
|
5450
5483
|
context?: string[] | null | undefined;
|
|
5451
5484
|
prompt?: string | null | undefined;
|
|
5452
|
-
|
|
5485
|
+
matching?: Record<string, unknown> | undefined;
|
|
5453
5486
|
}) | ({
|
|
5454
5487
|
type: "number";
|
|
5455
5488
|
format?: string | null | undefined;
|
|
@@ -5494,11 +5527,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5494
5527
|
formula?: string | null | undefined;
|
|
5495
5528
|
context?: string[] | null | undefined;
|
|
5496
5529
|
prompt?: string | null | undefined;
|
|
5497
|
-
|
|
5530
|
+
matching?: Record<string, unknown> | undefined;
|
|
5498
5531
|
}) | ({
|
|
5499
5532
|
options: {
|
|
5500
5533
|
value: string;
|
|
5501
5534
|
label: string;
|
|
5535
|
+
struct?: unknown;
|
|
5502
5536
|
}[];
|
|
5503
5537
|
type: "enum";
|
|
5504
5538
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5538,7 +5572,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5538
5572
|
formula?: string | null | undefined;
|
|
5539
5573
|
context?: string[] | null | undefined;
|
|
5540
5574
|
prompt?: string | null | undefined;
|
|
5541
|
-
|
|
5575
|
+
matching?: Record<string, unknown> | undefined;
|
|
5542
5576
|
}) | ({
|
|
5543
5577
|
id: string;
|
|
5544
5578
|
label: string;
|
|
@@ -5592,7 +5626,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5592
5626
|
formula?: string | null | undefined;
|
|
5593
5627
|
context?: string[] | null | undefined;
|
|
5594
5628
|
prompt?: string | null | undefined;
|
|
5595
|
-
|
|
5629
|
+
matching?: Record<string, unknown> | undefined;
|
|
5596
5630
|
}) | ({
|
|
5597
5631
|
type: "date";
|
|
5598
5632
|
format?: string | null | undefined;
|
|
@@ -5632,7 +5666,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5632
5666
|
formula?: string | null | undefined;
|
|
5633
5667
|
context?: string[] | null | undefined;
|
|
5634
5668
|
prompt?: string | null | undefined;
|
|
5635
|
-
|
|
5669
|
+
matching?: Record<string, unknown> | undefined;
|
|
5636
5670
|
}) | ({
|
|
5637
5671
|
type: "number";
|
|
5638
5672
|
format?: string | null | undefined;
|
|
@@ -5677,11 +5711,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5677
5711
|
formula?: string | null | undefined;
|
|
5678
5712
|
context?: string[] | null | undefined;
|
|
5679
5713
|
prompt?: string | null | undefined;
|
|
5680
|
-
|
|
5714
|
+
matching?: Record<string, unknown> | undefined;
|
|
5681
5715
|
}) | ({
|
|
5682
5716
|
options: {
|
|
5683
5717
|
value: string;
|
|
5684
5718
|
label: string;
|
|
5719
|
+
struct?: unknown;
|
|
5685
5720
|
}[];
|
|
5686
5721
|
type: "enum";
|
|
5687
5722
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5721,7 +5756,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5721
5756
|
formula?: string | null | undefined;
|
|
5722
5757
|
context?: string[] | null | undefined;
|
|
5723
5758
|
prompt?: string | null | undefined;
|
|
5724
|
-
|
|
5759
|
+
matching?: Record<string, unknown> | undefined;
|
|
5725
5760
|
}) | ({
|
|
5726
5761
|
id: string;
|
|
5727
5762
|
label: string;
|
|
@@ -5784,7 +5819,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5784
5819
|
formula?: string | null | undefined;
|
|
5785
5820
|
context?: string[] | null | undefined;
|
|
5786
5821
|
prompt?: string | null | undefined;
|
|
5787
|
-
|
|
5822
|
+
matching?: Record<string, unknown> | undefined;
|
|
5788
5823
|
}) | ({
|
|
5789
5824
|
type: "date";
|
|
5790
5825
|
format?: string | null | undefined;
|
|
@@ -5824,7 +5859,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5824
5859
|
formula?: string | null | undefined;
|
|
5825
5860
|
context?: string[] | null | undefined;
|
|
5826
5861
|
prompt?: string | null | undefined;
|
|
5827
|
-
|
|
5862
|
+
matching?: Record<string, unknown> | undefined;
|
|
5828
5863
|
}) | ({
|
|
5829
5864
|
type: "number";
|
|
5830
5865
|
format?: string | null | undefined;
|
|
@@ -5869,11 +5904,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5869
5904
|
formula?: string | null | undefined;
|
|
5870
5905
|
context?: string[] | null | undefined;
|
|
5871
5906
|
prompt?: string | null | undefined;
|
|
5872
|
-
|
|
5907
|
+
matching?: Record<string, unknown> | undefined;
|
|
5873
5908
|
}) | ({
|
|
5874
5909
|
options: {
|
|
5875
5910
|
value: string;
|
|
5876
5911
|
label: string;
|
|
5912
|
+
struct?: unknown;
|
|
5877
5913
|
}[];
|
|
5878
5914
|
type: "enum";
|
|
5879
5915
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5913,7 +5949,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5913
5949
|
formula?: string | null | undefined;
|
|
5914
5950
|
context?: string[] | null | undefined;
|
|
5915
5951
|
prompt?: string | null | undefined;
|
|
5916
|
-
|
|
5952
|
+
matching?: Record<string, unknown> | undefined;
|
|
5917
5953
|
}) | ({
|
|
5918
5954
|
id: string;
|
|
5919
5955
|
label: string;
|
|
@@ -5986,7 +6022,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
5986
6022
|
formula?: string | null | undefined;
|
|
5987
6023
|
context?: string[] | null | undefined;
|
|
5988
6024
|
prompt?: string | null | undefined;
|
|
5989
|
-
|
|
6025
|
+
matching?: Record<string, unknown> | undefined;
|
|
5990
6026
|
}) | ({
|
|
5991
6027
|
type: "date";
|
|
5992
6028
|
format?: string | null | undefined;
|
|
@@ -6026,7 +6062,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6026
6062
|
formula?: string | null | undefined;
|
|
6027
6063
|
context?: string[] | null | undefined;
|
|
6028
6064
|
prompt?: string | null | undefined;
|
|
6029
|
-
|
|
6065
|
+
matching?: Record<string, unknown> | undefined;
|
|
6030
6066
|
}) | ({
|
|
6031
6067
|
type: "number";
|
|
6032
6068
|
format?: string | null | undefined;
|
|
@@ -6071,11 +6107,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6071
6107
|
formula?: string | null | undefined;
|
|
6072
6108
|
context?: string[] | null | undefined;
|
|
6073
6109
|
prompt?: string | null | undefined;
|
|
6074
|
-
|
|
6110
|
+
matching?: Record<string, unknown> | undefined;
|
|
6075
6111
|
}) | ({
|
|
6076
6112
|
options: {
|
|
6077
6113
|
value: string;
|
|
6078
6114
|
label: string;
|
|
6115
|
+
struct?: unknown;
|
|
6079
6116
|
}[];
|
|
6080
6117
|
type: "enum";
|
|
6081
6118
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6115,7 +6152,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6115
6152
|
formula?: string | null | undefined;
|
|
6116
6153
|
context?: string[] | null | undefined;
|
|
6117
6154
|
prompt?: string | null | undefined;
|
|
6118
|
-
|
|
6155
|
+
matching?: Record<string, unknown> | undefined;
|
|
6119
6156
|
}) | ({
|
|
6120
6157
|
id: string;
|
|
6121
6158
|
label: string;
|
|
@@ -6161,11 +6198,15 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6161
6198
|
category: "section";
|
|
6162
6199
|
icon?: string | null | undefined;
|
|
6163
6200
|
}>>, "many">>;
|
|
6164
|
-
|
|
6201
|
+
modifiedBy: z.ZodNullable<z.ZodString>;
|
|
6202
|
+
modifiedAt: z.ZodNullable<z.ZodString>;
|
|
6203
|
+
}, "strip", z.ZodTypeAny, {
|
|
6165
6204
|
url: string;
|
|
6166
6205
|
id: number;
|
|
6206
|
+
modifiedAt: string | null;
|
|
6167
6207
|
name: string;
|
|
6168
6208
|
queues: string[];
|
|
6209
|
+
modifiedBy: string | null;
|
|
6169
6210
|
metadata?: unknown;
|
|
6170
6211
|
content?: ({
|
|
6171
6212
|
id: string;
|
|
@@ -6212,7 +6253,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6212
6253
|
formula?: string | null | undefined;
|
|
6213
6254
|
context?: string[] | null | undefined;
|
|
6214
6255
|
prompt?: string | null | undefined;
|
|
6215
|
-
|
|
6256
|
+
matching?: Record<string, unknown> | undefined;
|
|
6216
6257
|
}) | ({
|
|
6217
6258
|
type: "date";
|
|
6218
6259
|
format?: string | null | undefined;
|
|
@@ -6252,7 +6293,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6252
6293
|
formula?: string | null | undefined;
|
|
6253
6294
|
context?: string[] | null | undefined;
|
|
6254
6295
|
prompt?: string | null | undefined;
|
|
6255
|
-
|
|
6296
|
+
matching?: Record<string, unknown> | undefined;
|
|
6256
6297
|
}) | ({
|
|
6257
6298
|
type: "number";
|
|
6258
6299
|
format?: string | null | undefined;
|
|
@@ -6297,11 +6338,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6297
6338
|
formula?: string | null | undefined;
|
|
6298
6339
|
context?: string[] | null | undefined;
|
|
6299
6340
|
prompt?: string | null | undefined;
|
|
6300
|
-
|
|
6341
|
+
matching?: Record<string, unknown> | undefined;
|
|
6301
6342
|
}) | ({
|
|
6302
6343
|
options: {
|
|
6303
6344
|
value: string;
|
|
6304
6345
|
label: string;
|
|
6346
|
+
struct?: unknown;
|
|
6305
6347
|
}[];
|
|
6306
6348
|
type: "enum";
|
|
6307
6349
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6341,7 +6383,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6341
6383
|
formula?: string | null | undefined;
|
|
6342
6384
|
context?: string[] | null | undefined;
|
|
6343
6385
|
prompt?: string | null | undefined;
|
|
6344
|
-
|
|
6386
|
+
matching?: Record<string, unknown> | undefined;
|
|
6345
6387
|
}) | ({
|
|
6346
6388
|
id: string;
|
|
6347
6389
|
label: string;
|
|
@@ -6395,7 +6437,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6395
6437
|
formula?: string | null | undefined;
|
|
6396
6438
|
context?: string[] | null | undefined;
|
|
6397
6439
|
prompt?: string | null | undefined;
|
|
6398
|
-
|
|
6440
|
+
matching?: Record<string, unknown> | undefined;
|
|
6399
6441
|
}) | ({
|
|
6400
6442
|
type: "date";
|
|
6401
6443
|
format?: string | null | undefined;
|
|
@@ -6435,7 +6477,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6435
6477
|
formula?: string | null | undefined;
|
|
6436
6478
|
context?: string[] | null | undefined;
|
|
6437
6479
|
prompt?: string | null | undefined;
|
|
6438
|
-
|
|
6480
|
+
matching?: Record<string, unknown> | undefined;
|
|
6439
6481
|
}) | ({
|
|
6440
6482
|
type: "number";
|
|
6441
6483
|
format?: string | null | undefined;
|
|
@@ -6480,11 +6522,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6480
6522
|
formula?: string | null | undefined;
|
|
6481
6523
|
context?: string[] | null | undefined;
|
|
6482
6524
|
prompt?: string | null | undefined;
|
|
6483
|
-
|
|
6525
|
+
matching?: Record<string, unknown> | undefined;
|
|
6484
6526
|
}) | ({
|
|
6485
6527
|
options: {
|
|
6486
6528
|
value: string;
|
|
6487
6529
|
label: string;
|
|
6530
|
+
struct?: unknown;
|
|
6488
6531
|
}[];
|
|
6489
6532
|
type: "enum";
|
|
6490
6533
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6524,7 +6567,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6524
6567
|
formula?: string | null | undefined;
|
|
6525
6568
|
context?: string[] | null | undefined;
|
|
6526
6569
|
prompt?: string | null | undefined;
|
|
6527
|
-
|
|
6570
|
+
matching?: Record<string, unknown> | undefined;
|
|
6528
6571
|
}) | ({
|
|
6529
6572
|
id: string;
|
|
6530
6573
|
label: string;
|
|
@@ -6587,7 +6630,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6587
6630
|
formula?: string | null | undefined;
|
|
6588
6631
|
context?: string[] | null | undefined;
|
|
6589
6632
|
prompt?: string | null | undefined;
|
|
6590
|
-
|
|
6633
|
+
matching?: Record<string, unknown> | undefined;
|
|
6591
6634
|
}) | ({
|
|
6592
6635
|
type: "date";
|
|
6593
6636
|
format?: string | null | undefined;
|
|
@@ -6627,7 +6670,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6627
6670
|
formula?: string | null | undefined;
|
|
6628
6671
|
context?: string[] | null | undefined;
|
|
6629
6672
|
prompt?: string | null | undefined;
|
|
6630
|
-
|
|
6673
|
+
matching?: Record<string, unknown> | undefined;
|
|
6631
6674
|
}) | ({
|
|
6632
6675
|
type: "number";
|
|
6633
6676
|
format?: string | null | undefined;
|
|
@@ -6672,11 +6715,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6672
6715
|
formula?: string | null | undefined;
|
|
6673
6716
|
context?: string[] | null | undefined;
|
|
6674
6717
|
prompt?: string | null | undefined;
|
|
6675
|
-
|
|
6718
|
+
matching?: Record<string, unknown> | undefined;
|
|
6676
6719
|
}) | ({
|
|
6677
6720
|
options: {
|
|
6678
6721
|
value: string;
|
|
6679
6722
|
label: string;
|
|
6723
|
+
struct?: unknown;
|
|
6680
6724
|
}[];
|
|
6681
6725
|
type: "enum";
|
|
6682
6726
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6716,7 +6760,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6716
6760
|
formula?: string | null | undefined;
|
|
6717
6761
|
context?: string[] | null | undefined;
|
|
6718
6762
|
prompt?: string | null | undefined;
|
|
6719
|
-
|
|
6763
|
+
matching?: Record<string, unknown> | undefined;
|
|
6720
6764
|
}) | ({
|
|
6721
6765
|
id: string;
|
|
6722
6766
|
label: string;
|
|
@@ -6789,7 +6833,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6789
6833
|
formula?: string | null | undefined;
|
|
6790
6834
|
context?: string[] | null | undefined;
|
|
6791
6835
|
prompt?: string | null | undefined;
|
|
6792
|
-
|
|
6836
|
+
matching?: Record<string, unknown> | undefined;
|
|
6793
6837
|
}) | ({
|
|
6794
6838
|
type: "date";
|
|
6795
6839
|
format?: string | null | undefined;
|
|
@@ -6829,7 +6873,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6829
6873
|
formula?: string | null | undefined;
|
|
6830
6874
|
context?: string[] | null | undefined;
|
|
6831
6875
|
prompt?: string | null | undefined;
|
|
6832
|
-
|
|
6876
|
+
matching?: Record<string, unknown> | undefined;
|
|
6833
6877
|
}) | ({
|
|
6834
6878
|
type: "number";
|
|
6835
6879
|
format?: string | null | undefined;
|
|
@@ -6874,11 +6918,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6874
6918
|
formula?: string | null | undefined;
|
|
6875
6919
|
context?: string[] | null | undefined;
|
|
6876
6920
|
prompt?: string | null | undefined;
|
|
6877
|
-
|
|
6921
|
+
matching?: Record<string, unknown> | undefined;
|
|
6878
6922
|
}) | ({
|
|
6879
6923
|
options: {
|
|
6880
6924
|
value: string;
|
|
6881
6925
|
label: string;
|
|
6926
|
+
struct?: unknown;
|
|
6882
6927
|
}[];
|
|
6883
6928
|
type: "enum";
|
|
6884
6929
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6918,7 +6963,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6918
6963
|
formula?: string | null | undefined;
|
|
6919
6964
|
context?: string[] | null | undefined;
|
|
6920
6965
|
prompt?: string | null | undefined;
|
|
6921
|
-
|
|
6966
|
+
matching?: Record<string, unknown> | undefined;
|
|
6922
6967
|
}) | ({
|
|
6923
6968
|
id: string;
|
|
6924
6969
|
label: string;
|
|
@@ -6967,8 +7012,10 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
6967
7012
|
}, {
|
|
6968
7013
|
url: string;
|
|
6969
7014
|
id: number;
|
|
7015
|
+
modifiedAt: string | null;
|
|
6970
7016
|
name: string;
|
|
6971
7017
|
queues: string[];
|
|
7018
|
+
modifiedBy: string | null;
|
|
6972
7019
|
metadata?: unknown;
|
|
6973
7020
|
content?: ({
|
|
6974
7021
|
id: string;
|
|
@@ -7015,7 +7062,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7015
7062
|
formula?: string | null | undefined;
|
|
7016
7063
|
context?: string[] | null | undefined;
|
|
7017
7064
|
prompt?: string | null | undefined;
|
|
7018
|
-
|
|
7065
|
+
matching?: Record<string, unknown> | undefined;
|
|
7019
7066
|
}) | ({
|
|
7020
7067
|
type: "date";
|
|
7021
7068
|
format?: string | null | undefined;
|
|
@@ -7055,7 +7102,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7055
7102
|
formula?: string | null | undefined;
|
|
7056
7103
|
context?: string[] | null | undefined;
|
|
7057
7104
|
prompt?: string | null | undefined;
|
|
7058
|
-
|
|
7105
|
+
matching?: Record<string, unknown> | undefined;
|
|
7059
7106
|
}) | ({
|
|
7060
7107
|
type: "number";
|
|
7061
7108
|
format?: string | null | undefined;
|
|
@@ -7100,11 +7147,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7100
7147
|
formula?: string | null | undefined;
|
|
7101
7148
|
context?: string[] | null | undefined;
|
|
7102
7149
|
prompt?: string | null | undefined;
|
|
7103
|
-
|
|
7150
|
+
matching?: Record<string, unknown> | undefined;
|
|
7104
7151
|
}) | ({
|
|
7105
7152
|
options: {
|
|
7106
7153
|
value: string;
|
|
7107
7154
|
label: string;
|
|
7155
|
+
struct?: unknown;
|
|
7108
7156
|
}[];
|
|
7109
7157
|
type: "enum";
|
|
7110
7158
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7144,7 +7192,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7144
7192
|
formula?: string | null | undefined;
|
|
7145
7193
|
context?: string[] | null | undefined;
|
|
7146
7194
|
prompt?: string | null | undefined;
|
|
7147
|
-
|
|
7195
|
+
matching?: Record<string, unknown> | undefined;
|
|
7148
7196
|
}) | ({
|
|
7149
7197
|
id: string;
|
|
7150
7198
|
label: string;
|
|
@@ -7198,7 +7246,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7198
7246
|
formula?: string | null | undefined;
|
|
7199
7247
|
context?: string[] | null | undefined;
|
|
7200
7248
|
prompt?: string | null | undefined;
|
|
7201
|
-
|
|
7249
|
+
matching?: Record<string, unknown> | undefined;
|
|
7202
7250
|
}) | ({
|
|
7203
7251
|
type: "date";
|
|
7204
7252
|
format?: string | null | undefined;
|
|
@@ -7238,7 +7286,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7238
7286
|
formula?: string | null | undefined;
|
|
7239
7287
|
context?: string[] | null | undefined;
|
|
7240
7288
|
prompt?: string | null | undefined;
|
|
7241
|
-
|
|
7289
|
+
matching?: Record<string, unknown> | undefined;
|
|
7242
7290
|
}) | ({
|
|
7243
7291
|
type: "number";
|
|
7244
7292
|
format?: string | null | undefined;
|
|
@@ -7283,11 +7331,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7283
7331
|
formula?: string | null | undefined;
|
|
7284
7332
|
context?: string[] | null | undefined;
|
|
7285
7333
|
prompt?: string | null | undefined;
|
|
7286
|
-
|
|
7334
|
+
matching?: Record<string, unknown> | undefined;
|
|
7287
7335
|
}) | ({
|
|
7288
7336
|
options: {
|
|
7289
7337
|
value: string;
|
|
7290
7338
|
label: string;
|
|
7339
|
+
struct?: unknown;
|
|
7291
7340
|
}[];
|
|
7292
7341
|
type: "enum";
|
|
7293
7342
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7327,7 +7376,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7327
7376
|
formula?: string | null | undefined;
|
|
7328
7377
|
context?: string[] | null | undefined;
|
|
7329
7378
|
prompt?: string | null | undefined;
|
|
7330
|
-
|
|
7379
|
+
matching?: Record<string, unknown> | undefined;
|
|
7331
7380
|
}) | ({
|
|
7332
7381
|
id: string;
|
|
7333
7382
|
label: string;
|
|
@@ -7390,7 +7439,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7390
7439
|
formula?: string | null | undefined;
|
|
7391
7440
|
context?: string[] | null | undefined;
|
|
7392
7441
|
prompt?: string | null | undefined;
|
|
7393
|
-
|
|
7442
|
+
matching?: Record<string, unknown> | undefined;
|
|
7394
7443
|
}) | ({
|
|
7395
7444
|
type: "date";
|
|
7396
7445
|
format?: string | null | undefined;
|
|
@@ -7430,7 +7479,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7430
7479
|
formula?: string | null | undefined;
|
|
7431
7480
|
context?: string[] | null | undefined;
|
|
7432
7481
|
prompt?: string | null | undefined;
|
|
7433
|
-
|
|
7482
|
+
matching?: Record<string, unknown> | undefined;
|
|
7434
7483
|
}) | ({
|
|
7435
7484
|
type: "number";
|
|
7436
7485
|
format?: string | null | undefined;
|
|
@@ -7475,11 +7524,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7475
7524
|
formula?: string | null | undefined;
|
|
7476
7525
|
context?: string[] | null | undefined;
|
|
7477
7526
|
prompt?: string | null | undefined;
|
|
7478
|
-
|
|
7527
|
+
matching?: Record<string, unknown> | undefined;
|
|
7479
7528
|
}) | ({
|
|
7480
7529
|
options: {
|
|
7481
7530
|
value: string;
|
|
7482
7531
|
label: string;
|
|
7532
|
+
struct?: unknown;
|
|
7483
7533
|
}[];
|
|
7484
7534
|
type: "enum";
|
|
7485
7535
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7519,7 +7569,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7519
7569
|
formula?: string | null | undefined;
|
|
7520
7570
|
context?: string[] | null | undefined;
|
|
7521
7571
|
prompt?: string | null | undefined;
|
|
7522
|
-
|
|
7572
|
+
matching?: Record<string, unknown> | undefined;
|
|
7523
7573
|
}) | ({
|
|
7524
7574
|
id: string;
|
|
7525
7575
|
label: string;
|
|
@@ -7592,7 +7642,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7592
7642
|
formula?: string | null | undefined;
|
|
7593
7643
|
context?: string[] | null | undefined;
|
|
7594
7644
|
prompt?: string | null | undefined;
|
|
7595
|
-
|
|
7645
|
+
matching?: Record<string, unknown> | undefined;
|
|
7596
7646
|
}) | ({
|
|
7597
7647
|
type: "date";
|
|
7598
7648
|
format?: string | null | undefined;
|
|
@@ -7632,7 +7682,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7632
7682
|
formula?: string | null | undefined;
|
|
7633
7683
|
context?: string[] | null | undefined;
|
|
7634
7684
|
prompt?: string | null | undefined;
|
|
7635
|
-
|
|
7685
|
+
matching?: Record<string, unknown> | undefined;
|
|
7636
7686
|
}) | ({
|
|
7637
7687
|
type: "number";
|
|
7638
7688
|
format?: string | null | undefined;
|
|
@@ -7677,11 +7727,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7677
7727
|
formula?: string | null | undefined;
|
|
7678
7728
|
context?: string[] | null | undefined;
|
|
7679
7729
|
prompt?: string | null | undefined;
|
|
7680
|
-
|
|
7730
|
+
matching?: Record<string, unknown> | undefined;
|
|
7681
7731
|
}) | ({
|
|
7682
7732
|
options: {
|
|
7683
7733
|
value: string;
|
|
7684
7734
|
label: string;
|
|
7735
|
+
struct?: unknown;
|
|
7685
7736
|
}[];
|
|
7686
7737
|
type: "enum";
|
|
7687
7738
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7721,7 +7772,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7721
7772
|
formula?: string | null | undefined;
|
|
7722
7773
|
context?: string[] | null | undefined;
|
|
7723
7774
|
prompt?: string | null | undefined;
|
|
7724
|
-
|
|
7775
|
+
matching?: Record<string, unknown> | undefined;
|
|
7725
7776
|
}) | ({
|
|
7726
7777
|
id: string;
|
|
7727
7778
|
label: string;
|
|
@@ -7768,12 +7819,14 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7768
7819
|
icon?: string | null | undefined;
|
|
7769
7820
|
})[] | undefined;
|
|
7770
7821
|
}>, "many">;
|
|
7771
|
-
}, "strip",
|
|
7822
|
+
}, "strip", z.ZodTypeAny, {
|
|
7772
7823
|
results: {
|
|
7773
7824
|
url: string;
|
|
7774
7825
|
id: number;
|
|
7826
|
+
modifiedAt: string | null;
|
|
7775
7827
|
name: string;
|
|
7776
7828
|
queues: string[];
|
|
7829
|
+
modifiedBy: string | null;
|
|
7777
7830
|
metadata?: unknown;
|
|
7778
7831
|
content?: ({
|
|
7779
7832
|
id: string;
|
|
@@ -7820,7 +7873,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7820
7873
|
formula?: string | null | undefined;
|
|
7821
7874
|
context?: string[] | null | undefined;
|
|
7822
7875
|
prompt?: string | null | undefined;
|
|
7823
|
-
|
|
7876
|
+
matching?: Record<string, unknown> | undefined;
|
|
7824
7877
|
}) | ({
|
|
7825
7878
|
type: "date";
|
|
7826
7879
|
format?: string | null | undefined;
|
|
@@ -7860,7 +7913,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7860
7913
|
formula?: string | null | undefined;
|
|
7861
7914
|
context?: string[] | null | undefined;
|
|
7862
7915
|
prompt?: string | null | undefined;
|
|
7863
|
-
|
|
7916
|
+
matching?: Record<string, unknown> | undefined;
|
|
7864
7917
|
}) | ({
|
|
7865
7918
|
type: "number";
|
|
7866
7919
|
format?: string | null | undefined;
|
|
@@ -7905,11 +7958,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7905
7958
|
formula?: string | null | undefined;
|
|
7906
7959
|
context?: string[] | null | undefined;
|
|
7907
7960
|
prompt?: string | null | undefined;
|
|
7908
|
-
|
|
7961
|
+
matching?: Record<string, unknown> | undefined;
|
|
7909
7962
|
}) | ({
|
|
7910
7963
|
options: {
|
|
7911
7964
|
value: string;
|
|
7912
7965
|
label: string;
|
|
7966
|
+
struct?: unknown;
|
|
7913
7967
|
}[];
|
|
7914
7968
|
type: "enum";
|
|
7915
7969
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7949,7 +8003,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
7949
8003
|
formula?: string | null | undefined;
|
|
7950
8004
|
context?: string[] | null | undefined;
|
|
7951
8005
|
prompt?: string | null | undefined;
|
|
7952
|
-
|
|
8006
|
+
matching?: Record<string, unknown> | undefined;
|
|
7953
8007
|
}) | ({
|
|
7954
8008
|
id: string;
|
|
7955
8009
|
label: string;
|
|
@@ -8003,7 +8057,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8003
8057
|
formula?: string | null | undefined;
|
|
8004
8058
|
context?: string[] | null | undefined;
|
|
8005
8059
|
prompt?: string | null | undefined;
|
|
8006
|
-
|
|
8060
|
+
matching?: Record<string, unknown> | undefined;
|
|
8007
8061
|
}) | ({
|
|
8008
8062
|
type: "date";
|
|
8009
8063
|
format?: string | null | undefined;
|
|
@@ -8043,7 +8097,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8043
8097
|
formula?: string | null | undefined;
|
|
8044
8098
|
context?: string[] | null | undefined;
|
|
8045
8099
|
prompt?: string | null | undefined;
|
|
8046
|
-
|
|
8100
|
+
matching?: Record<string, unknown> | undefined;
|
|
8047
8101
|
}) | ({
|
|
8048
8102
|
type: "number";
|
|
8049
8103
|
format?: string | null | undefined;
|
|
@@ -8088,11 +8142,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8088
8142
|
formula?: string | null | undefined;
|
|
8089
8143
|
context?: string[] | null | undefined;
|
|
8090
8144
|
prompt?: string | null | undefined;
|
|
8091
|
-
|
|
8145
|
+
matching?: Record<string, unknown> | undefined;
|
|
8092
8146
|
}) | ({
|
|
8093
8147
|
options: {
|
|
8094
8148
|
value: string;
|
|
8095
8149
|
label: string;
|
|
8150
|
+
struct?: unknown;
|
|
8096
8151
|
}[];
|
|
8097
8152
|
type: "enum";
|
|
8098
8153
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8132,7 +8187,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8132
8187
|
formula?: string | null | undefined;
|
|
8133
8188
|
context?: string[] | null | undefined;
|
|
8134
8189
|
prompt?: string | null | undefined;
|
|
8135
|
-
|
|
8190
|
+
matching?: Record<string, unknown> | undefined;
|
|
8136
8191
|
}) | ({
|
|
8137
8192
|
id: string;
|
|
8138
8193
|
label: string;
|
|
@@ -8195,7 +8250,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8195
8250
|
formula?: string | null | undefined;
|
|
8196
8251
|
context?: string[] | null | undefined;
|
|
8197
8252
|
prompt?: string | null | undefined;
|
|
8198
|
-
|
|
8253
|
+
matching?: Record<string, unknown> | undefined;
|
|
8199
8254
|
}) | ({
|
|
8200
8255
|
type: "date";
|
|
8201
8256
|
format?: string | null | undefined;
|
|
@@ -8235,7 +8290,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8235
8290
|
formula?: string | null | undefined;
|
|
8236
8291
|
context?: string[] | null | undefined;
|
|
8237
8292
|
prompt?: string | null | undefined;
|
|
8238
|
-
|
|
8293
|
+
matching?: Record<string, unknown> | undefined;
|
|
8239
8294
|
}) | ({
|
|
8240
8295
|
type: "number";
|
|
8241
8296
|
format?: string | null | undefined;
|
|
@@ -8280,11 +8335,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8280
8335
|
formula?: string | null | undefined;
|
|
8281
8336
|
context?: string[] | null | undefined;
|
|
8282
8337
|
prompt?: string | null | undefined;
|
|
8283
|
-
|
|
8338
|
+
matching?: Record<string, unknown> | undefined;
|
|
8284
8339
|
}) | ({
|
|
8285
8340
|
options: {
|
|
8286
8341
|
value: string;
|
|
8287
8342
|
label: string;
|
|
8343
|
+
struct?: unknown;
|
|
8288
8344
|
}[];
|
|
8289
8345
|
type: "enum";
|
|
8290
8346
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8324,7 +8380,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8324
8380
|
formula?: string | null | undefined;
|
|
8325
8381
|
context?: string[] | null | undefined;
|
|
8326
8382
|
prompt?: string | null | undefined;
|
|
8327
|
-
|
|
8383
|
+
matching?: Record<string, unknown> | undefined;
|
|
8328
8384
|
}) | ({
|
|
8329
8385
|
id: string;
|
|
8330
8386
|
label: string;
|
|
@@ -8397,7 +8453,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8397
8453
|
formula?: string | null | undefined;
|
|
8398
8454
|
context?: string[] | null | undefined;
|
|
8399
8455
|
prompt?: string | null | undefined;
|
|
8400
|
-
|
|
8456
|
+
matching?: Record<string, unknown> | undefined;
|
|
8401
8457
|
}) | ({
|
|
8402
8458
|
type: "date";
|
|
8403
8459
|
format?: string | null | undefined;
|
|
@@ -8437,7 +8493,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8437
8493
|
formula?: string | null | undefined;
|
|
8438
8494
|
context?: string[] | null | undefined;
|
|
8439
8495
|
prompt?: string | null | undefined;
|
|
8440
|
-
|
|
8496
|
+
matching?: Record<string, unknown> | undefined;
|
|
8441
8497
|
}) | ({
|
|
8442
8498
|
type: "number";
|
|
8443
8499
|
format?: string | null | undefined;
|
|
@@ -8482,11 +8538,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8482
8538
|
formula?: string | null | undefined;
|
|
8483
8539
|
context?: string[] | null | undefined;
|
|
8484
8540
|
prompt?: string | null | undefined;
|
|
8485
|
-
|
|
8541
|
+
matching?: Record<string, unknown> | undefined;
|
|
8486
8542
|
}) | ({
|
|
8487
8543
|
options: {
|
|
8488
8544
|
value: string;
|
|
8489
8545
|
label: string;
|
|
8546
|
+
struct?: unknown;
|
|
8490
8547
|
}[];
|
|
8491
8548
|
type: "enum";
|
|
8492
8549
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8526,7 +8583,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8526
8583
|
formula?: string | null | undefined;
|
|
8527
8584
|
context?: string[] | null | undefined;
|
|
8528
8585
|
prompt?: string | null | undefined;
|
|
8529
|
-
|
|
8586
|
+
matching?: Record<string, unknown> | undefined;
|
|
8530
8587
|
}) | ({
|
|
8531
8588
|
id: string;
|
|
8532
8589
|
label: string;
|
|
@@ -8583,8 +8640,10 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8583
8640
|
results: {
|
|
8584
8641
|
url: string;
|
|
8585
8642
|
id: number;
|
|
8643
|
+
modifiedAt: string | null;
|
|
8586
8644
|
name: string;
|
|
8587
8645
|
queues: string[];
|
|
8646
|
+
modifiedBy: string | null;
|
|
8588
8647
|
metadata?: unknown;
|
|
8589
8648
|
content?: ({
|
|
8590
8649
|
id: string;
|
|
@@ -8631,7 +8690,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8631
8690
|
formula?: string | null | undefined;
|
|
8632
8691
|
context?: string[] | null | undefined;
|
|
8633
8692
|
prompt?: string | null | undefined;
|
|
8634
|
-
|
|
8693
|
+
matching?: Record<string, unknown> | undefined;
|
|
8635
8694
|
}) | ({
|
|
8636
8695
|
type: "date";
|
|
8637
8696
|
format?: string | null | undefined;
|
|
@@ -8671,7 +8730,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8671
8730
|
formula?: string | null | undefined;
|
|
8672
8731
|
context?: string[] | null | undefined;
|
|
8673
8732
|
prompt?: string | null | undefined;
|
|
8674
|
-
|
|
8733
|
+
matching?: Record<string, unknown> | undefined;
|
|
8675
8734
|
}) | ({
|
|
8676
8735
|
type: "number";
|
|
8677
8736
|
format?: string | null | undefined;
|
|
@@ -8716,11 +8775,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8716
8775
|
formula?: string | null | undefined;
|
|
8717
8776
|
context?: string[] | null | undefined;
|
|
8718
8777
|
prompt?: string | null | undefined;
|
|
8719
|
-
|
|
8778
|
+
matching?: Record<string, unknown> | undefined;
|
|
8720
8779
|
}) | ({
|
|
8721
8780
|
options: {
|
|
8722
8781
|
value: string;
|
|
8723
8782
|
label: string;
|
|
8783
|
+
struct?: unknown;
|
|
8724
8784
|
}[];
|
|
8725
8785
|
type: "enum";
|
|
8726
8786
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8760,7 +8820,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8760
8820
|
formula?: string | null | undefined;
|
|
8761
8821
|
context?: string[] | null | undefined;
|
|
8762
8822
|
prompt?: string | null | undefined;
|
|
8763
|
-
|
|
8823
|
+
matching?: Record<string, unknown> | undefined;
|
|
8764
8824
|
}) | ({
|
|
8765
8825
|
id: string;
|
|
8766
8826
|
label: string;
|
|
@@ -8814,7 +8874,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8814
8874
|
formula?: string | null | undefined;
|
|
8815
8875
|
context?: string[] | null | undefined;
|
|
8816
8876
|
prompt?: string | null | undefined;
|
|
8817
|
-
|
|
8877
|
+
matching?: Record<string, unknown> | undefined;
|
|
8818
8878
|
}) | ({
|
|
8819
8879
|
type: "date";
|
|
8820
8880
|
format?: string | null | undefined;
|
|
@@ -8854,7 +8914,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8854
8914
|
formula?: string | null | undefined;
|
|
8855
8915
|
context?: string[] | null | undefined;
|
|
8856
8916
|
prompt?: string | null | undefined;
|
|
8857
|
-
|
|
8917
|
+
matching?: Record<string, unknown> | undefined;
|
|
8858
8918
|
}) | ({
|
|
8859
8919
|
type: "number";
|
|
8860
8920
|
format?: string | null | undefined;
|
|
@@ -8899,11 +8959,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8899
8959
|
formula?: string | null | undefined;
|
|
8900
8960
|
context?: string[] | null | undefined;
|
|
8901
8961
|
prompt?: string | null | undefined;
|
|
8902
|
-
|
|
8962
|
+
matching?: Record<string, unknown> | undefined;
|
|
8903
8963
|
}) | ({
|
|
8904
8964
|
options: {
|
|
8905
8965
|
value: string;
|
|
8906
8966
|
label: string;
|
|
8967
|
+
struct?: unknown;
|
|
8907
8968
|
}[];
|
|
8908
8969
|
type: "enum";
|
|
8909
8970
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8943,7 +9004,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
8943
9004
|
formula?: string | null | undefined;
|
|
8944
9005
|
context?: string[] | null | undefined;
|
|
8945
9006
|
prompt?: string | null | undefined;
|
|
8946
|
-
|
|
9007
|
+
matching?: Record<string, unknown> | undefined;
|
|
8947
9008
|
}) | ({
|
|
8948
9009
|
id: string;
|
|
8949
9010
|
label: string;
|
|
@@ -9006,7 +9067,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9006
9067
|
formula?: string | null | undefined;
|
|
9007
9068
|
context?: string[] | null | undefined;
|
|
9008
9069
|
prompt?: string | null | undefined;
|
|
9009
|
-
|
|
9070
|
+
matching?: Record<string, unknown> | undefined;
|
|
9010
9071
|
}) | ({
|
|
9011
9072
|
type: "date";
|
|
9012
9073
|
format?: string | null | undefined;
|
|
@@ -9046,7 +9107,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9046
9107
|
formula?: string | null | undefined;
|
|
9047
9108
|
context?: string[] | null | undefined;
|
|
9048
9109
|
prompt?: string | null | undefined;
|
|
9049
|
-
|
|
9110
|
+
matching?: Record<string, unknown> | undefined;
|
|
9050
9111
|
}) | ({
|
|
9051
9112
|
type: "number";
|
|
9052
9113
|
format?: string | null | undefined;
|
|
@@ -9091,11 +9152,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9091
9152
|
formula?: string | null | undefined;
|
|
9092
9153
|
context?: string[] | null | undefined;
|
|
9093
9154
|
prompt?: string | null | undefined;
|
|
9094
|
-
|
|
9155
|
+
matching?: Record<string, unknown> | undefined;
|
|
9095
9156
|
}) | ({
|
|
9096
9157
|
options: {
|
|
9097
9158
|
value: string;
|
|
9098
9159
|
label: string;
|
|
9160
|
+
struct?: unknown;
|
|
9099
9161
|
}[];
|
|
9100
9162
|
type: "enum";
|
|
9101
9163
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9135,7 +9197,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9135
9197
|
formula?: string | null | undefined;
|
|
9136
9198
|
context?: string[] | null | undefined;
|
|
9137
9199
|
prompt?: string | null | undefined;
|
|
9138
|
-
|
|
9200
|
+
matching?: Record<string, unknown> | undefined;
|
|
9139
9201
|
}) | ({
|
|
9140
9202
|
id: string;
|
|
9141
9203
|
label: string;
|
|
@@ -9208,7 +9270,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9208
9270
|
formula?: string | null | undefined;
|
|
9209
9271
|
context?: string[] | null | undefined;
|
|
9210
9272
|
prompt?: string | null | undefined;
|
|
9211
|
-
|
|
9273
|
+
matching?: Record<string, unknown> | undefined;
|
|
9212
9274
|
}) | ({
|
|
9213
9275
|
type: "date";
|
|
9214
9276
|
format?: string | null | undefined;
|
|
@@ -9248,7 +9310,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9248
9310
|
formula?: string | null | undefined;
|
|
9249
9311
|
context?: string[] | null | undefined;
|
|
9250
9312
|
prompt?: string | null | undefined;
|
|
9251
|
-
|
|
9313
|
+
matching?: Record<string, unknown> | undefined;
|
|
9252
9314
|
}) | ({
|
|
9253
9315
|
type: "number";
|
|
9254
9316
|
format?: string | null | undefined;
|
|
@@ -9293,11 +9355,12 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9293
9355
|
formula?: string | null | undefined;
|
|
9294
9356
|
context?: string[] | null | undefined;
|
|
9295
9357
|
prompt?: string | null | undefined;
|
|
9296
|
-
|
|
9358
|
+
matching?: Record<string, unknown> | undefined;
|
|
9297
9359
|
}) | ({
|
|
9298
9360
|
options: {
|
|
9299
9361
|
value: string;
|
|
9300
9362
|
label: string;
|
|
9363
|
+
struct?: unknown;
|
|
9301
9364
|
}[];
|
|
9302
9365
|
type: "enum";
|
|
9303
9366
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9337,7 +9400,7 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9337
9400
|
formula?: string | null | undefined;
|
|
9338
9401
|
context?: string[] | null | undefined;
|
|
9339
9402
|
prompt?: string | null | undefined;
|
|
9340
|
-
|
|
9403
|
+
matching?: Record<string, unknown> | undefined;
|
|
9341
9404
|
}) | ({
|
|
9342
9405
|
id: string;
|
|
9343
9406
|
label: string;
|
|
@@ -9391,15 +9454,25 @@ export declare const list: (query?: SchemaListQuery) => {
|
|
|
9391
9454
|
totalPages: number;
|
|
9392
9455
|
};
|
|
9393
9456
|
}>;
|
|
9394
|
-
readonly query:
|
|
9395
|
-
|
|
9396
|
-
id
|
|
9397
|
-
name
|
|
9398
|
-
}
|
|
9457
|
+
readonly query: {
|
|
9458
|
+
readonly includeTotal: true;
|
|
9459
|
+
readonly id?: number;
|
|
9460
|
+
readonly name?: string;
|
|
9461
|
+
};
|
|
9462
|
+
readonly querySchema: z.ZodIntersection<z.ZodObject<{
|
|
9463
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
9464
|
+
name: z.ZodOptional<z.ZodString>;
|
|
9465
|
+
}, "strip", z.ZodTypeAny, {
|
|
9399
9466
|
id?: number | undefined;
|
|
9400
9467
|
name?: string | undefined;
|
|
9401
9468
|
}, {
|
|
9402
9469
|
id?: number | undefined;
|
|
9403
9470
|
name?: string | undefined;
|
|
9404
|
-
}
|
|
9471
|
+
}>, z.ZodObject<{
|
|
9472
|
+
includeTotal: z.ZodOptional<z.ZodBoolean>;
|
|
9473
|
+
}, "strip", z.ZodTypeAny, {
|
|
9474
|
+
includeTotal?: boolean | undefined;
|
|
9475
|
+
}, {
|
|
9476
|
+
includeTotal?: boolean | undefined;
|
|
9477
|
+
}>>;
|
|
9405
9478
|
};
|