@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,6 +1,8 @@
|
|
|
1
1
|
import { ID } from '../../utils/codecUtils';
|
|
2
|
+
import { RawSchema } from '../models/rawSchema';
|
|
2
3
|
import { Schema } from '../models/schema';
|
|
3
4
|
export type PatchSchemaPayload = Partial<Schema>;
|
|
5
|
+
export type PatchRawSchemaPayload = Partial<RawSchema>;
|
|
4
6
|
export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
5
7
|
readonly endpoint: `/schemas/${number}`;
|
|
6
8
|
readonly method: "PATCH";
|
|
@@ -126,7 +128,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
126
128
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
127
129
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
128
130
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
129
|
-
|
|
131
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
130
132
|
}, "strip", import("zod").ZodTypeAny, {
|
|
131
133
|
suggest?: true | undefined;
|
|
132
134
|
canExport?: boolean | null | undefined;
|
|
@@ -155,7 +157,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
155
157
|
formula?: string | null | undefined;
|
|
156
158
|
context?: string[] | null | undefined;
|
|
157
159
|
prompt?: string | null | undefined;
|
|
158
|
-
|
|
160
|
+
matching?: Record<string, unknown> | undefined;
|
|
159
161
|
}, {
|
|
160
162
|
suggest?: true | undefined;
|
|
161
163
|
canExport?: boolean | null | undefined;
|
|
@@ -184,7 +186,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
184
186
|
formula?: string | null | undefined;
|
|
185
187
|
context?: string[] | null | undefined;
|
|
186
188
|
prompt?: string | null | undefined;
|
|
187
|
-
|
|
189
|
+
matching?: Record<string, unknown> | undefined;
|
|
188
190
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
189
191
|
type: import("zod").ZodLiteral<"date">;
|
|
190
192
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -284,7 +286,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
284
286
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
285
287
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
286
288
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
287
|
-
|
|
289
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
288
290
|
}, "strip", import("zod").ZodTypeAny, {
|
|
289
291
|
suggest?: true | undefined;
|
|
290
292
|
canExport?: boolean | null | undefined;
|
|
@@ -313,7 +315,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
313
315
|
formula?: string | null | undefined;
|
|
314
316
|
context?: string[] | null | undefined;
|
|
315
317
|
prompt?: string | null | undefined;
|
|
316
|
-
|
|
318
|
+
matching?: Record<string, unknown> | undefined;
|
|
317
319
|
}, {
|
|
318
320
|
suggest?: true | undefined;
|
|
319
321
|
canExport?: boolean | null | undefined;
|
|
@@ -342,7 +344,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
342
344
|
formula?: string | null | undefined;
|
|
343
345
|
context?: string[] | null | undefined;
|
|
344
346
|
prompt?: string | null | undefined;
|
|
345
|
-
|
|
347
|
+
matching?: Record<string, unknown> | undefined;
|
|
346
348
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
347
349
|
type: import("zod").ZodLiteral<"number">;
|
|
348
350
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -469,7 +471,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
469
471
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
470
472
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
471
473
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
472
|
-
|
|
474
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
473
475
|
}, "strip", import("zod").ZodTypeAny, {
|
|
474
476
|
suggest?: true | undefined;
|
|
475
477
|
canExport?: boolean | null | undefined;
|
|
@@ -498,7 +500,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
498
500
|
formula?: string | null | undefined;
|
|
499
501
|
context?: string[] | null | undefined;
|
|
500
502
|
prompt?: string | null | undefined;
|
|
501
|
-
|
|
503
|
+
matching?: Record<string, unknown> | undefined;
|
|
502
504
|
}, {
|
|
503
505
|
suggest?: true | undefined;
|
|
504
506
|
canExport?: boolean | null | undefined;
|
|
@@ -527,24 +529,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
527
529
|
formula?: string | null | undefined;
|
|
528
530
|
context?: string[] | null | undefined;
|
|
529
531
|
prompt?: string | null | undefined;
|
|
530
|
-
|
|
532
|
+
matching?: Record<string, unknown> | undefined;
|
|
531
533
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
532
534
|
type: import("zod").ZodLiteral<"enum">;
|
|
533
535
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
534
536
|
value: import("zod").ZodString;
|
|
535
537
|
label: import("zod").ZodString;
|
|
538
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
536
539
|
}, "strip", import("zod").ZodTypeAny, {
|
|
537
540
|
value: string;
|
|
538
541
|
label: string;
|
|
542
|
+
struct?: unknown;
|
|
539
543
|
}, {
|
|
540
544
|
value: string;
|
|
541
545
|
label: string;
|
|
546
|
+
struct?: unknown;
|
|
542
547
|
}>, "many">;
|
|
543
548
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
544
549
|
}, "strip", import("zod").ZodTypeAny, {
|
|
545
550
|
options: {
|
|
546
551
|
value: string;
|
|
547
552
|
label: string;
|
|
553
|
+
struct?: unknown;
|
|
548
554
|
}[];
|
|
549
555
|
type: "enum";
|
|
550
556
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -552,6 +558,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
552
558
|
options: {
|
|
553
559
|
value: string;
|
|
554
560
|
label: string;
|
|
561
|
+
struct?: unknown;
|
|
555
562
|
}[];
|
|
556
563
|
type: "enum";
|
|
557
564
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -645,7 +652,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
645
652
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
646
653
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
647
654
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
648
|
-
|
|
655
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
649
656
|
}, "strip", import("zod").ZodTypeAny, {
|
|
650
657
|
suggest?: true | undefined;
|
|
651
658
|
canExport?: boolean | null | undefined;
|
|
@@ -674,7 +681,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
674
681
|
formula?: string | null | undefined;
|
|
675
682
|
context?: string[] | null | undefined;
|
|
676
683
|
prompt?: string | null | undefined;
|
|
677
|
-
|
|
684
|
+
matching?: Record<string, unknown> | undefined;
|
|
678
685
|
}, {
|
|
679
686
|
suggest?: true | undefined;
|
|
680
687
|
canExport?: boolean | null | undefined;
|
|
@@ -703,7 +710,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
703
710
|
formula?: string | null | undefined;
|
|
704
711
|
context?: string[] | null | undefined;
|
|
705
712
|
prompt?: string | null | undefined;
|
|
706
|
-
|
|
713
|
+
matching?: Record<string, unknown> | undefined;
|
|
707
714
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
708
715
|
id: import("zod").ZodString;
|
|
709
716
|
label: import("zod").ZodString;
|
|
@@ -844,7 +851,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
844
851
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
845
852
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
846
853
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
847
|
-
|
|
854
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
848
855
|
}, "strip", import("zod").ZodTypeAny, {
|
|
849
856
|
suggest?: true | undefined;
|
|
850
857
|
canExport?: boolean | null | undefined;
|
|
@@ -873,7 +880,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
873
880
|
formula?: string | null | undefined;
|
|
874
881
|
context?: string[] | null | undefined;
|
|
875
882
|
prompt?: string | null | undefined;
|
|
876
|
-
|
|
883
|
+
matching?: Record<string, unknown> | undefined;
|
|
877
884
|
}, {
|
|
878
885
|
suggest?: true | undefined;
|
|
879
886
|
canExport?: boolean | null | undefined;
|
|
@@ -902,7 +909,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
902
909
|
formula?: string | null | undefined;
|
|
903
910
|
context?: string[] | null | undefined;
|
|
904
911
|
prompt?: string | null | undefined;
|
|
905
|
-
|
|
912
|
+
matching?: Record<string, unknown> | undefined;
|
|
906
913
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
907
914
|
type: import("zod").ZodLiteral<"date">;
|
|
908
915
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1002,7 +1009,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1002
1009
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1003
1010
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1004
1011
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1005
|
-
|
|
1012
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1006
1013
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1007
1014
|
suggest?: true | undefined;
|
|
1008
1015
|
canExport?: boolean | null | undefined;
|
|
@@ -1031,7 +1038,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1031
1038
|
formula?: string | null | undefined;
|
|
1032
1039
|
context?: string[] | null | undefined;
|
|
1033
1040
|
prompt?: string | null | undefined;
|
|
1034
|
-
|
|
1041
|
+
matching?: Record<string, unknown> | undefined;
|
|
1035
1042
|
}, {
|
|
1036
1043
|
suggest?: true | undefined;
|
|
1037
1044
|
canExport?: boolean | null | undefined;
|
|
@@ -1060,7 +1067,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1060
1067
|
formula?: string | null | undefined;
|
|
1061
1068
|
context?: string[] | null | undefined;
|
|
1062
1069
|
prompt?: string | null | undefined;
|
|
1063
|
-
|
|
1070
|
+
matching?: Record<string, unknown> | undefined;
|
|
1064
1071
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1065
1072
|
type: import("zod").ZodLiteral<"number">;
|
|
1066
1073
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1187,7 +1194,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1187
1194
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1188
1195
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1189
1196
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1190
|
-
|
|
1197
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1191
1198
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1192
1199
|
suggest?: true | undefined;
|
|
1193
1200
|
canExport?: boolean | null | undefined;
|
|
@@ -1216,7 +1223,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1216
1223
|
formula?: string | null | undefined;
|
|
1217
1224
|
context?: string[] | null | undefined;
|
|
1218
1225
|
prompt?: string | null | undefined;
|
|
1219
|
-
|
|
1226
|
+
matching?: Record<string, unknown> | undefined;
|
|
1220
1227
|
}, {
|
|
1221
1228
|
suggest?: true | undefined;
|
|
1222
1229
|
canExport?: boolean | null | undefined;
|
|
@@ -1245,24 +1252,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1245
1252
|
formula?: string | null | undefined;
|
|
1246
1253
|
context?: string[] | null | undefined;
|
|
1247
1254
|
prompt?: string | null | undefined;
|
|
1248
|
-
|
|
1255
|
+
matching?: Record<string, unknown> | undefined;
|
|
1249
1256
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1250
1257
|
type: import("zod").ZodLiteral<"enum">;
|
|
1251
1258
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1252
1259
|
value: import("zod").ZodString;
|
|
1253
1260
|
label: import("zod").ZodString;
|
|
1261
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1254
1262
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1255
1263
|
value: string;
|
|
1256
1264
|
label: string;
|
|
1265
|
+
struct?: unknown;
|
|
1257
1266
|
}, {
|
|
1258
1267
|
value: string;
|
|
1259
1268
|
label: string;
|
|
1269
|
+
struct?: unknown;
|
|
1260
1270
|
}>, "many">;
|
|
1261
1271
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
1262
1272
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1263
1273
|
options: {
|
|
1264
1274
|
value: string;
|
|
1265
1275
|
label: string;
|
|
1276
|
+
struct?: unknown;
|
|
1266
1277
|
}[];
|
|
1267
1278
|
type: "enum";
|
|
1268
1279
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1270,6 +1281,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1270
1281
|
options: {
|
|
1271
1282
|
value: string;
|
|
1272
1283
|
label: string;
|
|
1284
|
+
struct?: unknown;
|
|
1273
1285
|
}[];
|
|
1274
1286
|
type: "enum";
|
|
1275
1287
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1363,7 +1375,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1363
1375
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1364
1376
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1365
1377
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1366
|
-
|
|
1378
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1367
1379
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1368
1380
|
suggest?: true | undefined;
|
|
1369
1381
|
canExport?: boolean | null | undefined;
|
|
@@ -1392,7 +1404,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1392
1404
|
formula?: string | null | undefined;
|
|
1393
1405
|
context?: string[] | null | undefined;
|
|
1394
1406
|
prompt?: string | null | undefined;
|
|
1395
|
-
|
|
1407
|
+
matching?: Record<string, unknown> | undefined;
|
|
1396
1408
|
}, {
|
|
1397
1409
|
suggest?: true | undefined;
|
|
1398
1410
|
canExport?: boolean | null | undefined;
|
|
@@ -1421,7 +1433,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1421
1433
|
formula?: string | null | undefined;
|
|
1422
1434
|
context?: string[] | null | undefined;
|
|
1423
1435
|
prompt?: string | null | undefined;
|
|
1424
|
-
|
|
1436
|
+
matching?: Record<string, unknown> | undefined;
|
|
1425
1437
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1426
1438
|
id: import("zod").ZodString;
|
|
1427
1439
|
label: import("zod").ZodString;
|
|
@@ -1505,7 +1517,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1505
1517
|
formula?: string | null | undefined;
|
|
1506
1518
|
context?: string[] | null | undefined;
|
|
1507
1519
|
prompt?: string | null | undefined;
|
|
1508
|
-
|
|
1520
|
+
matching?: Record<string, unknown> | undefined;
|
|
1509
1521
|
}) | ({
|
|
1510
1522
|
type: "date";
|
|
1511
1523
|
format?: string | null | undefined;
|
|
@@ -1545,7 +1557,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1545
1557
|
formula?: string | null | undefined;
|
|
1546
1558
|
context?: string[] | null | undefined;
|
|
1547
1559
|
prompt?: string | null | undefined;
|
|
1548
|
-
|
|
1560
|
+
matching?: Record<string, unknown> | undefined;
|
|
1549
1561
|
}) | ({
|
|
1550
1562
|
type: "number";
|
|
1551
1563
|
format?: string | null | undefined;
|
|
@@ -1590,11 +1602,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1590
1602
|
formula?: string | null | undefined;
|
|
1591
1603
|
context?: string[] | null | undefined;
|
|
1592
1604
|
prompt?: string | null | undefined;
|
|
1593
|
-
|
|
1605
|
+
matching?: Record<string, unknown> | undefined;
|
|
1594
1606
|
}) | ({
|
|
1595
1607
|
options: {
|
|
1596
1608
|
value: string;
|
|
1597
1609
|
label: string;
|
|
1610
|
+
struct?: unknown;
|
|
1598
1611
|
}[];
|
|
1599
1612
|
type: "enum";
|
|
1600
1613
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1634,7 +1647,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1634
1647
|
formula?: string | null | undefined;
|
|
1635
1648
|
context?: string[] | null | undefined;
|
|
1636
1649
|
prompt?: string | null | undefined;
|
|
1637
|
-
|
|
1650
|
+
matching?: Record<string, unknown> | undefined;
|
|
1638
1651
|
}) | ({
|
|
1639
1652
|
id: string;
|
|
1640
1653
|
label: string;
|
|
@@ -1691,7 +1704,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1691
1704
|
formula?: string | null | undefined;
|
|
1692
1705
|
context?: string[] | null | undefined;
|
|
1693
1706
|
prompt?: string | null | undefined;
|
|
1694
|
-
|
|
1707
|
+
matching?: Record<string, unknown> | undefined;
|
|
1695
1708
|
}) | ({
|
|
1696
1709
|
type: "date";
|
|
1697
1710
|
format?: string | null | undefined;
|
|
@@ -1731,7 +1744,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1731
1744
|
formula?: string | null | undefined;
|
|
1732
1745
|
context?: string[] | null | undefined;
|
|
1733
1746
|
prompt?: string | null | undefined;
|
|
1734
|
-
|
|
1747
|
+
matching?: Record<string, unknown> | undefined;
|
|
1735
1748
|
}) | ({
|
|
1736
1749
|
type: "number";
|
|
1737
1750
|
format?: string | null | undefined;
|
|
@@ -1776,11 +1789,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1776
1789
|
formula?: string | null | undefined;
|
|
1777
1790
|
context?: string[] | null | undefined;
|
|
1778
1791
|
prompt?: string | null | undefined;
|
|
1779
|
-
|
|
1792
|
+
matching?: Record<string, unknown> | undefined;
|
|
1780
1793
|
}) | ({
|
|
1781
1794
|
options: {
|
|
1782
1795
|
value: string;
|
|
1783
1796
|
label: string;
|
|
1797
|
+
struct?: unknown;
|
|
1784
1798
|
}[];
|
|
1785
1799
|
type: "enum";
|
|
1786
1800
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1820,7 +1834,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1820
1834
|
formula?: string | null | undefined;
|
|
1821
1835
|
context?: string[] | null | undefined;
|
|
1822
1836
|
prompt?: string | null | undefined;
|
|
1823
|
-
|
|
1837
|
+
matching?: Record<string, unknown> | undefined;
|
|
1824
1838
|
}) | ({
|
|
1825
1839
|
id: string;
|
|
1826
1840
|
label: string;
|
|
@@ -1953,7 +1967,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1953
1967
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1954
1968
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1955
1969
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1956
|
-
|
|
1970
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1957
1971
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1958
1972
|
suggest?: true | undefined;
|
|
1959
1973
|
canExport?: boolean | null | undefined;
|
|
@@ -1982,7 +1996,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
1982
1996
|
formula?: string | null | undefined;
|
|
1983
1997
|
context?: string[] | null | undefined;
|
|
1984
1998
|
prompt?: string | null | undefined;
|
|
1985
|
-
|
|
1999
|
+
matching?: Record<string, unknown> | undefined;
|
|
1986
2000
|
}, {
|
|
1987
2001
|
suggest?: true | undefined;
|
|
1988
2002
|
canExport?: boolean | null | undefined;
|
|
@@ -2011,7 +2025,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2011
2025
|
formula?: string | null | undefined;
|
|
2012
2026
|
context?: string[] | null | undefined;
|
|
2013
2027
|
prompt?: string | null | undefined;
|
|
2014
|
-
|
|
2028
|
+
matching?: Record<string, unknown> | undefined;
|
|
2015
2029
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2016
2030
|
type: import("zod").ZodLiteral<"date">;
|
|
2017
2031
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2111,7 +2125,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2111
2125
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2112
2126
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2113
2127
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2114
|
-
|
|
2128
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2115
2129
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2116
2130
|
suggest?: true | undefined;
|
|
2117
2131
|
canExport?: boolean | null | undefined;
|
|
@@ -2140,7 +2154,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2140
2154
|
formula?: string | null | undefined;
|
|
2141
2155
|
context?: string[] | null | undefined;
|
|
2142
2156
|
prompt?: string | null | undefined;
|
|
2143
|
-
|
|
2157
|
+
matching?: Record<string, unknown> | undefined;
|
|
2144
2158
|
}, {
|
|
2145
2159
|
suggest?: true | undefined;
|
|
2146
2160
|
canExport?: boolean | null | undefined;
|
|
@@ -2169,7 +2183,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2169
2183
|
formula?: string | null | undefined;
|
|
2170
2184
|
context?: string[] | null | undefined;
|
|
2171
2185
|
prompt?: string | null | undefined;
|
|
2172
|
-
|
|
2186
|
+
matching?: Record<string, unknown> | undefined;
|
|
2173
2187
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2174
2188
|
type: import("zod").ZodLiteral<"number">;
|
|
2175
2189
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2296,7 +2310,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2296
2310
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2297
2311
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2298
2312
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2299
|
-
|
|
2313
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2300
2314
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2301
2315
|
suggest?: true | undefined;
|
|
2302
2316
|
canExport?: boolean | null | undefined;
|
|
@@ -2325,7 +2339,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2325
2339
|
formula?: string | null | undefined;
|
|
2326
2340
|
context?: string[] | null | undefined;
|
|
2327
2341
|
prompt?: string | null | undefined;
|
|
2328
|
-
|
|
2342
|
+
matching?: Record<string, unknown> | undefined;
|
|
2329
2343
|
}, {
|
|
2330
2344
|
suggest?: true | undefined;
|
|
2331
2345
|
canExport?: boolean | null | undefined;
|
|
@@ -2354,24 +2368,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2354
2368
|
formula?: string | null | undefined;
|
|
2355
2369
|
context?: string[] | null | undefined;
|
|
2356
2370
|
prompt?: string | null | undefined;
|
|
2357
|
-
|
|
2371
|
+
matching?: Record<string, unknown> | undefined;
|
|
2358
2372
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2359
2373
|
type: import("zod").ZodLiteral<"enum">;
|
|
2360
2374
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2361
2375
|
value: import("zod").ZodString;
|
|
2362
2376
|
label: import("zod").ZodString;
|
|
2377
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2363
2378
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2364
2379
|
value: string;
|
|
2365
2380
|
label: string;
|
|
2381
|
+
struct?: unknown;
|
|
2366
2382
|
}, {
|
|
2367
2383
|
value: string;
|
|
2368
2384
|
label: string;
|
|
2385
|
+
struct?: unknown;
|
|
2369
2386
|
}>, "many">;
|
|
2370
2387
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
2371
2388
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2372
2389
|
options: {
|
|
2373
2390
|
value: string;
|
|
2374
2391
|
label: string;
|
|
2392
|
+
struct?: unknown;
|
|
2375
2393
|
}[];
|
|
2376
2394
|
type: "enum";
|
|
2377
2395
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2379,6 +2397,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2379
2397
|
options: {
|
|
2380
2398
|
value: string;
|
|
2381
2399
|
label: string;
|
|
2400
|
+
struct?: unknown;
|
|
2382
2401
|
}[];
|
|
2383
2402
|
type: "enum";
|
|
2384
2403
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2472,7 +2491,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2472
2491
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2473
2492
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2474
2493
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2475
|
-
|
|
2494
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2476
2495
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2477
2496
|
suggest?: true | undefined;
|
|
2478
2497
|
canExport?: boolean | null | undefined;
|
|
@@ -2501,7 +2520,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2501
2520
|
formula?: string | null | undefined;
|
|
2502
2521
|
context?: string[] | null | undefined;
|
|
2503
2522
|
prompt?: string | null | undefined;
|
|
2504
|
-
|
|
2523
|
+
matching?: Record<string, unknown> | undefined;
|
|
2505
2524
|
}, {
|
|
2506
2525
|
suggest?: true | undefined;
|
|
2507
2526
|
canExport?: boolean | null | undefined;
|
|
@@ -2530,7 +2549,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2530
2549
|
formula?: string | null | undefined;
|
|
2531
2550
|
context?: string[] | null | undefined;
|
|
2532
2551
|
prompt?: string | null | undefined;
|
|
2533
|
-
|
|
2552
|
+
matching?: Record<string, unknown> | undefined;
|
|
2534
2553
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2535
2554
|
id: import("zod").ZodString;
|
|
2536
2555
|
label: import("zod").ZodString;
|
|
@@ -2613,7 +2632,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2613
2632
|
formula?: string | null | undefined;
|
|
2614
2633
|
context?: string[] | null | undefined;
|
|
2615
2634
|
prompt?: string | null | undefined;
|
|
2616
|
-
|
|
2635
|
+
matching?: Record<string, unknown> | undefined;
|
|
2617
2636
|
}) | ({
|
|
2618
2637
|
type: "date";
|
|
2619
2638
|
format?: string | null | undefined;
|
|
@@ -2653,7 +2672,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2653
2672
|
formula?: string | null | undefined;
|
|
2654
2673
|
context?: string[] | null | undefined;
|
|
2655
2674
|
prompt?: string | null | undefined;
|
|
2656
|
-
|
|
2675
|
+
matching?: Record<string, unknown> | undefined;
|
|
2657
2676
|
}) | ({
|
|
2658
2677
|
type: "number";
|
|
2659
2678
|
format?: string | null | undefined;
|
|
@@ -2698,11 +2717,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2698
2717
|
formula?: string | null | undefined;
|
|
2699
2718
|
context?: string[] | null | undefined;
|
|
2700
2719
|
prompt?: string | null | undefined;
|
|
2701
|
-
|
|
2720
|
+
matching?: Record<string, unknown> | undefined;
|
|
2702
2721
|
}) | ({
|
|
2703
2722
|
options: {
|
|
2704
2723
|
value: string;
|
|
2705
2724
|
label: string;
|
|
2725
|
+
struct?: unknown;
|
|
2706
2726
|
}[];
|
|
2707
2727
|
type: "enum";
|
|
2708
2728
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2742,7 +2762,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2742
2762
|
formula?: string | null | undefined;
|
|
2743
2763
|
context?: string[] | null | undefined;
|
|
2744
2764
|
prompt?: string | null | undefined;
|
|
2745
|
-
|
|
2765
|
+
matching?: Record<string, unknown> | undefined;
|
|
2746
2766
|
}) | ({
|
|
2747
2767
|
id: string;
|
|
2748
2768
|
label: string;
|
|
@@ -2797,7 +2817,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2797
2817
|
formula?: string | null | undefined;
|
|
2798
2818
|
context?: string[] | null | undefined;
|
|
2799
2819
|
prompt?: string | null | undefined;
|
|
2800
|
-
|
|
2820
|
+
matching?: Record<string, unknown> | undefined;
|
|
2801
2821
|
}) | ({
|
|
2802
2822
|
type: "date";
|
|
2803
2823
|
format?: string | null | undefined;
|
|
@@ -2837,7 +2857,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2837
2857
|
formula?: string | null | undefined;
|
|
2838
2858
|
context?: string[] | null | undefined;
|
|
2839
2859
|
prompt?: string | null | undefined;
|
|
2840
|
-
|
|
2860
|
+
matching?: Record<string, unknown> | undefined;
|
|
2841
2861
|
}) | ({
|
|
2842
2862
|
type: "number";
|
|
2843
2863
|
format?: string | null | undefined;
|
|
@@ -2882,11 +2902,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2882
2902
|
formula?: string | null | undefined;
|
|
2883
2903
|
context?: string[] | null | undefined;
|
|
2884
2904
|
prompt?: string | null | undefined;
|
|
2885
|
-
|
|
2905
|
+
matching?: Record<string, unknown> | undefined;
|
|
2886
2906
|
}) | ({
|
|
2887
2907
|
options: {
|
|
2888
2908
|
value: string;
|
|
2889
2909
|
label: string;
|
|
2910
|
+
struct?: unknown;
|
|
2890
2911
|
}[];
|
|
2891
2912
|
type: "enum";
|
|
2892
2913
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2926,7 +2947,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
2926
2947
|
formula?: string | null | undefined;
|
|
2927
2948
|
context?: string[] | null | undefined;
|
|
2928
2949
|
prompt?: string | null | undefined;
|
|
2929
|
-
|
|
2950
|
+
matching?: Record<string, unknown> | undefined;
|
|
2930
2951
|
}) | ({
|
|
2931
2952
|
id: string;
|
|
2932
2953
|
label: string;
|
|
@@ -3100,7 +3121,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3100
3121
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3101
3122
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3102
3123
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3103
|
-
|
|
3124
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3104
3125
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3105
3126
|
suggest?: true | undefined;
|
|
3106
3127
|
canExport?: boolean | null | undefined;
|
|
@@ -3129,7 +3150,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3129
3150
|
formula?: string | null | undefined;
|
|
3130
3151
|
context?: string[] | null | undefined;
|
|
3131
3152
|
prompt?: string | null | undefined;
|
|
3132
|
-
|
|
3153
|
+
matching?: Record<string, unknown> | undefined;
|
|
3133
3154
|
}, {
|
|
3134
3155
|
suggest?: true | undefined;
|
|
3135
3156
|
canExport?: boolean | null | undefined;
|
|
@@ -3158,7 +3179,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3158
3179
|
formula?: string | null | undefined;
|
|
3159
3180
|
context?: string[] | null | undefined;
|
|
3160
3181
|
prompt?: string | null | undefined;
|
|
3161
|
-
|
|
3182
|
+
matching?: Record<string, unknown> | undefined;
|
|
3162
3183
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3163
3184
|
type: import("zod").ZodLiteral<"date">;
|
|
3164
3185
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3258,7 +3279,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3258
3279
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3259
3280
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3260
3281
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3261
|
-
|
|
3282
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3262
3283
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3263
3284
|
suggest?: true | undefined;
|
|
3264
3285
|
canExport?: boolean | null | undefined;
|
|
@@ -3287,7 +3308,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3287
3308
|
formula?: string | null | undefined;
|
|
3288
3309
|
context?: string[] | null | undefined;
|
|
3289
3310
|
prompt?: string | null | undefined;
|
|
3290
|
-
|
|
3311
|
+
matching?: Record<string, unknown> | undefined;
|
|
3291
3312
|
}, {
|
|
3292
3313
|
suggest?: true | undefined;
|
|
3293
3314
|
canExport?: boolean | null | undefined;
|
|
@@ -3316,7 +3337,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3316
3337
|
formula?: string | null | undefined;
|
|
3317
3338
|
context?: string[] | null | undefined;
|
|
3318
3339
|
prompt?: string | null | undefined;
|
|
3319
|
-
|
|
3340
|
+
matching?: Record<string, unknown> | undefined;
|
|
3320
3341
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3321
3342
|
type: import("zod").ZodLiteral<"number">;
|
|
3322
3343
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3443,7 +3464,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3443
3464
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3444
3465
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3445
3466
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3446
|
-
|
|
3467
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3447
3468
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3448
3469
|
suggest?: true | undefined;
|
|
3449
3470
|
canExport?: boolean | null | undefined;
|
|
@@ -3472,7 +3493,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3472
3493
|
formula?: string | null | undefined;
|
|
3473
3494
|
context?: string[] | null | undefined;
|
|
3474
3495
|
prompt?: string | null | undefined;
|
|
3475
|
-
|
|
3496
|
+
matching?: Record<string, unknown> | undefined;
|
|
3476
3497
|
}, {
|
|
3477
3498
|
suggest?: true | undefined;
|
|
3478
3499
|
canExport?: boolean | null | undefined;
|
|
@@ -3501,24 +3522,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3501
3522
|
formula?: string | null | undefined;
|
|
3502
3523
|
context?: string[] | null | undefined;
|
|
3503
3524
|
prompt?: string | null | undefined;
|
|
3504
|
-
|
|
3525
|
+
matching?: Record<string, unknown> | undefined;
|
|
3505
3526
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3506
3527
|
type: import("zod").ZodLiteral<"enum">;
|
|
3507
3528
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3508
3529
|
value: import("zod").ZodString;
|
|
3509
3530
|
label: import("zod").ZodString;
|
|
3531
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3510
3532
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3511
3533
|
value: string;
|
|
3512
3534
|
label: string;
|
|
3535
|
+
struct?: unknown;
|
|
3513
3536
|
}, {
|
|
3514
3537
|
value: string;
|
|
3515
3538
|
label: string;
|
|
3539
|
+
struct?: unknown;
|
|
3516
3540
|
}>, "many">;
|
|
3517
3541
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
3518
3542
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3519
3543
|
options: {
|
|
3520
3544
|
value: string;
|
|
3521
3545
|
label: string;
|
|
3546
|
+
struct?: unknown;
|
|
3522
3547
|
}[];
|
|
3523
3548
|
type: "enum";
|
|
3524
3549
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3526,6 +3551,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3526
3551
|
options: {
|
|
3527
3552
|
value: string;
|
|
3528
3553
|
label: string;
|
|
3554
|
+
struct?: unknown;
|
|
3529
3555
|
}[];
|
|
3530
3556
|
type: "enum";
|
|
3531
3557
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3619,7 +3645,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3619
3645
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3620
3646
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3621
3647
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3622
|
-
|
|
3648
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3623
3649
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3624
3650
|
suggest?: true | undefined;
|
|
3625
3651
|
canExport?: boolean | null | undefined;
|
|
@@ -3648,7 +3674,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3648
3674
|
formula?: string | null | undefined;
|
|
3649
3675
|
context?: string[] | null | undefined;
|
|
3650
3676
|
prompt?: string | null | undefined;
|
|
3651
|
-
|
|
3677
|
+
matching?: Record<string, unknown> | undefined;
|
|
3652
3678
|
}, {
|
|
3653
3679
|
suggest?: true | undefined;
|
|
3654
3680
|
canExport?: boolean | null | undefined;
|
|
@@ -3677,7 +3703,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3677
3703
|
formula?: string | null | undefined;
|
|
3678
3704
|
context?: string[] | null | undefined;
|
|
3679
3705
|
prompt?: string | null | undefined;
|
|
3680
|
-
|
|
3706
|
+
matching?: Record<string, unknown> | undefined;
|
|
3681
3707
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3682
3708
|
id: import("zod").ZodString;
|
|
3683
3709
|
label: import("zod").ZodString;
|
|
@@ -3761,7 +3787,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3761
3787
|
formula?: string | null | undefined;
|
|
3762
3788
|
context?: string[] | null | undefined;
|
|
3763
3789
|
prompt?: string | null | undefined;
|
|
3764
|
-
|
|
3790
|
+
matching?: Record<string, unknown> | undefined;
|
|
3765
3791
|
}) | ({
|
|
3766
3792
|
type: "date";
|
|
3767
3793
|
format?: string | null | undefined;
|
|
@@ -3801,7 +3827,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3801
3827
|
formula?: string | null | undefined;
|
|
3802
3828
|
context?: string[] | null | undefined;
|
|
3803
3829
|
prompt?: string | null | undefined;
|
|
3804
|
-
|
|
3830
|
+
matching?: Record<string, unknown> | undefined;
|
|
3805
3831
|
}) | ({
|
|
3806
3832
|
type: "number";
|
|
3807
3833
|
format?: string | null | undefined;
|
|
@@ -3846,11 +3872,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3846
3872
|
formula?: string | null | undefined;
|
|
3847
3873
|
context?: string[] | null | undefined;
|
|
3848
3874
|
prompt?: string | null | undefined;
|
|
3849
|
-
|
|
3875
|
+
matching?: Record<string, unknown> | undefined;
|
|
3850
3876
|
}) | ({
|
|
3851
3877
|
options: {
|
|
3852
3878
|
value: string;
|
|
3853
3879
|
label: string;
|
|
3880
|
+
struct?: unknown;
|
|
3854
3881
|
}[];
|
|
3855
3882
|
type: "enum";
|
|
3856
3883
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3890,7 +3917,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3890
3917
|
formula?: string | null | undefined;
|
|
3891
3918
|
context?: string[] | null | undefined;
|
|
3892
3919
|
prompt?: string | null | undefined;
|
|
3893
|
-
|
|
3920
|
+
matching?: Record<string, unknown> | undefined;
|
|
3894
3921
|
}) | ({
|
|
3895
3922
|
id: string;
|
|
3896
3923
|
label: string;
|
|
@@ -3947,7 +3974,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3947
3974
|
formula?: string | null | undefined;
|
|
3948
3975
|
context?: string[] | null | undefined;
|
|
3949
3976
|
prompt?: string | null | undefined;
|
|
3950
|
-
|
|
3977
|
+
matching?: Record<string, unknown> | undefined;
|
|
3951
3978
|
}) | ({
|
|
3952
3979
|
type: "date";
|
|
3953
3980
|
format?: string | null | undefined;
|
|
@@ -3987,7 +4014,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
3987
4014
|
formula?: string | null | undefined;
|
|
3988
4015
|
context?: string[] | null | undefined;
|
|
3989
4016
|
prompt?: string | null | undefined;
|
|
3990
|
-
|
|
4017
|
+
matching?: Record<string, unknown> | undefined;
|
|
3991
4018
|
}) | ({
|
|
3992
4019
|
type: "number";
|
|
3993
4020
|
format?: string | null | undefined;
|
|
@@ -4032,11 +4059,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4032
4059
|
formula?: string | null | undefined;
|
|
4033
4060
|
context?: string[] | null | undefined;
|
|
4034
4061
|
prompt?: string | null | undefined;
|
|
4035
|
-
|
|
4062
|
+
matching?: Record<string, unknown> | undefined;
|
|
4036
4063
|
}) | ({
|
|
4037
4064
|
options: {
|
|
4038
4065
|
value: string;
|
|
4039
4066
|
label: string;
|
|
4067
|
+
struct?: unknown;
|
|
4040
4068
|
}[];
|
|
4041
4069
|
type: "enum";
|
|
4042
4070
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4076,7 +4104,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4076
4104
|
formula?: string | null | undefined;
|
|
4077
4105
|
context?: string[] | null | undefined;
|
|
4078
4106
|
prompt?: string | null | undefined;
|
|
4079
|
-
|
|
4107
|
+
matching?: Record<string, unknown> | undefined;
|
|
4080
4108
|
}) | ({
|
|
4081
4109
|
id: string;
|
|
4082
4110
|
label: string;
|
|
@@ -4153,7 +4181,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4153
4181
|
formula?: string | null | undefined;
|
|
4154
4182
|
context?: string[] | null | undefined;
|
|
4155
4183
|
prompt?: string | null | undefined;
|
|
4156
|
-
|
|
4184
|
+
matching?: Record<string, unknown> | undefined;
|
|
4157
4185
|
}) | ({
|
|
4158
4186
|
type: "date";
|
|
4159
4187
|
format?: string | null | undefined;
|
|
@@ -4193,7 +4221,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4193
4221
|
formula?: string | null | undefined;
|
|
4194
4222
|
context?: string[] | null | undefined;
|
|
4195
4223
|
prompt?: string | null | undefined;
|
|
4196
|
-
|
|
4224
|
+
matching?: Record<string, unknown> | undefined;
|
|
4197
4225
|
}) | ({
|
|
4198
4226
|
type: "number";
|
|
4199
4227
|
format?: string | null | undefined;
|
|
@@ -4238,11 +4266,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4238
4266
|
formula?: string | null | undefined;
|
|
4239
4267
|
context?: string[] | null | undefined;
|
|
4240
4268
|
prompt?: string | null | undefined;
|
|
4241
|
-
|
|
4269
|
+
matching?: Record<string, unknown> | undefined;
|
|
4242
4270
|
}) | ({
|
|
4243
4271
|
options: {
|
|
4244
4272
|
value: string;
|
|
4245
4273
|
label: string;
|
|
4274
|
+
struct?: unknown;
|
|
4246
4275
|
}[];
|
|
4247
4276
|
type: "enum";
|
|
4248
4277
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4282,7 +4311,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4282
4311
|
formula?: string | null | undefined;
|
|
4283
4312
|
context?: string[] | null | undefined;
|
|
4284
4313
|
prompt?: string | null | undefined;
|
|
4285
|
-
|
|
4314
|
+
matching?: Record<string, unknown> | undefined;
|
|
4286
4315
|
}) | ({
|
|
4287
4316
|
id: string;
|
|
4288
4317
|
label: string;
|
|
@@ -4347,7 +4376,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4347
4376
|
formula?: string | null | undefined;
|
|
4348
4377
|
context?: string[] | null | undefined;
|
|
4349
4378
|
prompt?: string | null | undefined;
|
|
4350
|
-
|
|
4379
|
+
matching?: Record<string, unknown> | undefined;
|
|
4351
4380
|
}) | ({
|
|
4352
4381
|
type: "date";
|
|
4353
4382
|
format?: string | null | undefined;
|
|
@@ -4387,7 +4416,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4387
4416
|
formula?: string | null | undefined;
|
|
4388
4417
|
context?: string[] | null | undefined;
|
|
4389
4418
|
prompt?: string | null | undefined;
|
|
4390
|
-
|
|
4419
|
+
matching?: Record<string, unknown> | undefined;
|
|
4391
4420
|
}) | ({
|
|
4392
4421
|
type: "number";
|
|
4393
4422
|
format?: string | null | undefined;
|
|
@@ -4432,11 +4461,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4432
4461
|
formula?: string | null | undefined;
|
|
4433
4462
|
context?: string[] | null | undefined;
|
|
4434
4463
|
prompt?: string | null | undefined;
|
|
4435
|
-
|
|
4464
|
+
matching?: Record<string, unknown> | undefined;
|
|
4436
4465
|
}) | ({
|
|
4437
4466
|
options: {
|
|
4438
4467
|
value: string;
|
|
4439
4468
|
label: string;
|
|
4469
|
+
struct?: unknown;
|
|
4440
4470
|
}[];
|
|
4441
4471
|
type: "enum";
|
|
4442
4472
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4476,7 +4506,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4476
4506
|
formula?: string | null | undefined;
|
|
4477
4507
|
context?: string[] | null | undefined;
|
|
4478
4508
|
prompt?: string | null | undefined;
|
|
4479
|
-
|
|
4509
|
+
matching?: Record<string, unknown> | undefined;
|
|
4480
4510
|
}) | ({
|
|
4481
4511
|
id: string;
|
|
4482
4512
|
label: string;
|
|
@@ -4601,7 +4631,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4601
4631
|
formula?: string | null | undefined;
|
|
4602
4632
|
context?: string[] | null | undefined;
|
|
4603
4633
|
prompt?: string | null | undefined;
|
|
4604
|
-
|
|
4634
|
+
matching?: Record<string, unknown> | undefined;
|
|
4605
4635
|
}) | ({
|
|
4606
4636
|
type: "date";
|
|
4607
4637
|
format?: string | null | undefined;
|
|
@@ -4641,7 +4671,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4641
4671
|
formula?: string | null | undefined;
|
|
4642
4672
|
context?: string[] | null | undefined;
|
|
4643
4673
|
prompt?: string | null | undefined;
|
|
4644
|
-
|
|
4674
|
+
matching?: Record<string, unknown> | undefined;
|
|
4645
4675
|
}) | ({
|
|
4646
4676
|
type: "number";
|
|
4647
4677
|
format?: string | null | undefined;
|
|
@@ -4686,11 +4716,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4686
4716
|
formula?: string | null | undefined;
|
|
4687
4717
|
context?: string[] | null | undefined;
|
|
4688
4718
|
prompt?: string | null | undefined;
|
|
4689
|
-
|
|
4719
|
+
matching?: Record<string, unknown> | undefined;
|
|
4690
4720
|
}) | ({
|
|
4691
4721
|
options: {
|
|
4692
4722
|
value: string;
|
|
4693
4723
|
label: string;
|
|
4724
|
+
struct?: unknown;
|
|
4694
4725
|
}[];
|
|
4695
4726
|
type: "enum";
|
|
4696
4727
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4730,7 +4761,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4730
4761
|
formula?: string | null | undefined;
|
|
4731
4762
|
context?: string[] | null | undefined;
|
|
4732
4763
|
prompt?: string | null | undefined;
|
|
4733
|
-
|
|
4764
|
+
matching?: Record<string, unknown> | undefined;
|
|
4734
4765
|
}) | ({
|
|
4735
4766
|
id: string;
|
|
4736
4767
|
label: string;
|
|
@@ -4784,7 +4815,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4784
4815
|
formula?: string | null | undefined;
|
|
4785
4816
|
context?: string[] | null | undefined;
|
|
4786
4817
|
prompt?: string | null | undefined;
|
|
4787
|
-
|
|
4818
|
+
matching?: Record<string, unknown> | undefined;
|
|
4788
4819
|
}) | ({
|
|
4789
4820
|
type: "date";
|
|
4790
4821
|
format?: string | null | undefined;
|
|
@@ -4824,7 +4855,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4824
4855
|
formula?: string | null | undefined;
|
|
4825
4856
|
context?: string[] | null | undefined;
|
|
4826
4857
|
prompt?: string | null | undefined;
|
|
4827
|
-
|
|
4858
|
+
matching?: Record<string, unknown> | undefined;
|
|
4828
4859
|
}) | ({
|
|
4829
4860
|
type: "number";
|
|
4830
4861
|
format?: string | null | undefined;
|
|
@@ -4869,11 +4900,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4869
4900
|
formula?: string | null | undefined;
|
|
4870
4901
|
context?: string[] | null | undefined;
|
|
4871
4902
|
prompt?: string | null | undefined;
|
|
4872
|
-
|
|
4903
|
+
matching?: Record<string, unknown> | undefined;
|
|
4873
4904
|
}) | ({
|
|
4874
4905
|
options: {
|
|
4875
4906
|
value: string;
|
|
4876
4907
|
label: string;
|
|
4908
|
+
struct?: unknown;
|
|
4877
4909
|
}[];
|
|
4878
4910
|
type: "enum";
|
|
4879
4911
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4913,7 +4945,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4913
4945
|
formula?: string | null | undefined;
|
|
4914
4946
|
context?: string[] | null | undefined;
|
|
4915
4947
|
prompt?: string | null | undefined;
|
|
4916
|
-
|
|
4948
|
+
matching?: Record<string, unknown> | undefined;
|
|
4917
4949
|
}) | ({
|
|
4918
4950
|
id: string;
|
|
4919
4951
|
label: string;
|
|
@@ -4976,7 +5008,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
4976
5008
|
formula?: string | null | undefined;
|
|
4977
5009
|
context?: string[] | null | undefined;
|
|
4978
5010
|
prompt?: string | null | undefined;
|
|
4979
|
-
|
|
5011
|
+
matching?: Record<string, unknown> | undefined;
|
|
4980
5012
|
}) | ({
|
|
4981
5013
|
type: "date";
|
|
4982
5014
|
format?: string | null | undefined;
|
|
@@ -5016,7 +5048,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5016
5048
|
formula?: string | null | undefined;
|
|
5017
5049
|
context?: string[] | null | undefined;
|
|
5018
5050
|
prompt?: string | null | undefined;
|
|
5019
|
-
|
|
5051
|
+
matching?: Record<string, unknown> | undefined;
|
|
5020
5052
|
}) | ({
|
|
5021
5053
|
type: "number";
|
|
5022
5054
|
format?: string | null | undefined;
|
|
@@ -5061,11 +5093,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5061
5093
|
formula?: string | null | undefined;
|
|
5062
5094
|
context?: string[] | null | undefined;
|
|
5063
5095
|
prompt?: string | null | undefined;
|
|
5064
|
-
|
|
5096
|
+
matching?: Record<string, unknown> | undefined;
|
|
5065
5097
|
}) | ({
|
|
5066
5098
|
options: {
|
|
5067
5099
|
value: string;
|
|
5068
5100
|
label: string;
|
|
5101
|
+
struct?: unknown;
|
|
5069
5102
|
}[];
|
|
5070
5103
|
type: "enum";
|
|
5071
5104
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5105,7 +5138,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5105
5138
|
formula?: string | null | undefined;
|
|
5106
5139
|
context?: string[] | null | undefined;
|
|
5107
5140
|
prompt?: string | null | undefined;
|
|
5108
|
-
|
|
5141
|
+
matching?: Record<string, unknown> | undefined;
|
|
5109
5142
|
}) | ({
|
|
5110
5143
|
id: string;
|
|
5111
5144
|
label: string;
|
|
@@ -5178,7 +5211,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5178
5211
|
formula?: string | null | undefined;
|
|
5179
5212
|
context?: string[] | null | undefined;
|
|
5180
5213
|
prompt?: string | null | undefined;
|
|
5181
|
-
|
|
5214
|
+
matching?: Record<string, unknown> | undefined;
|
|
5182
5215
|
}) | ({
|
|
5183
5216
|
type: "date";
|
|
5184
5217
|
format?: string | null | undefined;
|
|
@@ -5218,7 +5251,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5218
5251
|
formula?: string | null | undefined;
|
|
5219
5252
|
context?: string[] | null | undefined;
|
|
5220
5253
|
prompt?: string | null | undefined;
|
|
5221
|
-
|
|
5254
|
+
matching?: Record<string, unknown> | undefined;
|
|
5222
5255
|
}) | ({
|
|
5223
5256
|
type: "number";
|
|
5224
5257
|
format?: string | null | undefined;
|
|
@@ -5263,11 +5296,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5263
5296
|
formula?: string | null | undefined;
|
|
5264
5297
|
context?: string[] | null | undefined;
|
|
5265
5298
|
prompt?: string | null | undefined;
|
|
5266
|
-
|
|
5299
|
+
matching?: Record<string, unknown> | undefined;
|
|
5267
5300
|
}) | ({
|
|
5268
5301
|
options: {
|
|
5269
5302
|
value: string;
|
|
5270
5303
|
label: string;
|
|
5304
|
+
struct?: unknown;
|
|
5271
5305
|
}[];
|
|
5272
5306
|
type: "enum";
|
|
5273
5307
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5307,7 +5341,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5307
5341
|
formula?: string | null | undefined;
|
|
5308
5342
|
context?: string[] | null | undefined;
|
|
5309
5343
|
prompt?: string | null | undefined;
|
|
5310
|
-
|
|
5344
|
+
matching?: Record<string, unknown> | undefined;
|
|
5311
5345
|
}) | ({
|
|
5312
5346
|
id: string;
|
|
5313
5347
|
label: string;
|
|
@@ -5391,7 +5425,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5391
5425
|
formula?: string | null | undefined;
|
|
5392
5426
|
context?: string[] | null | undefined;
|
|
5393
5427
|
prompt?: string | null | undefined;
|
|
5394
|
-
|
|
5428
|
+
matching?: Record<string, unknown> | undefined;
|
|
5395
5429
|
}) | ({
|
|
5396
5430
|
type: "date";
|
|
5397
5431
|
format?: string | null | undefined;
|
|
@@ -5431,7 +5465,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5431
5465
|
formula?: string | null | undefined;
|
|
5432
5466
|
context?: string[] | null | undefined;
|
|
5433
5467
|
prompt?: string | null | undefined;
|
|
5434
|
-
|
|
5468
|
+
matching?: Record<string, unknown> | undefined;
|
|
5435
5469
|
}) | ({
|
|
5436
5470
|
type: "number";
|
|
5437
5471
|
format?: string | null | undefined;
|
|
@@ -5476,11 +5510,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5476
5510
|
formula?: string | null | undefined;
|
|
5477
5511
|
context?: string[] | null | undefined;
|
|
5478
5512
|
prompt?: string | null | undefined;
|
|
5479
|
-
|
|
5513
|
+
matching?: Record<string, unknown> | undefined;
|
|
5480
5514
|
}) | ({
|
|
5481
5515
|
options: {
|
|
5482
5516
|
value: string;
|
|
5483
5517
|
label: string;
|
|
5518
|
+
struct?: unknown;
|
|
5484
5519
|
}[];
|
|
5485
5520
|
type: "enum";
|
|
5486
5521
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5520,7 +5555,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5520
5555
|
formula?: string | null | undefined;
|
|
5521
5556
|
context?: string[] | null | undefined;
|
|
5522
5557
|
prompt?: string | null | undefined;
|
|
5523
|
-
|
|
5558
|
+
matching?: Record<string, unknown> | undefined;
|
|
5524
5559
|
}) | ({
|
|
5525
5560
|
id: string;
|
|
5526
5561
|
label: string;
|
|
@@ -5574,7 +5609,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5574
5609
|
formula?: string | null | undefined;
|
|
5575
5610
|
context?: string[] | null | undefined;
|
|
5576
5611
|
prompt?: string | null | undefined;
|
|
5577
|
-
|
|
5612
|
+
matching?: Record<string, unknown> | undefined;
|
|
5578
5613
|
}) | ({
|
|
5579
5614
|
type: "date";
|
|
5580
5615
|
format?: string | null | undefined;
|
|
@@ -5614,7 +5649,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5614
5649
|
formula?: string | null | undefined;
|
|
5615
5650
|
context?: string[] | null | undefined;
|
|
5616
5651
|
prompt?: string | null | undefined;
|
|
5617
|
-
|
|
5652
|
+
matching?: Record<string, unknown> | undefined;
|
|
5618
5653
|
}) | ({
|
|
5619
5654
|
type: "number";
|
|
5620
5655
|
format?: string | null | undefined;
|
|
@@ -5659,11 +5694,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5659
5694
|
formula?: string | null | undefined;
|
|
5660
5695
|
context?: string[] | null | undefined;
|
|
5661
5696
|
prompt?: string | null | undefined;
|
|
5662
|
-
|
|
5697
|
+
matching?: Record<string, unknown> | undefined;
|
|
5663
5698
|
}) | ({
|
|
5664
5699
|
options: {
|
|
5665
5700
|
value: string;
|
|
5666
5701
|
label: string;
|
|
5702
|
+
struct?: unknown;
|
|
5667
5703
|
}[];
|
|
5668
5704
|
type: "enum";
|
|
5669
5705
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5703,7 +5739,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5703
5739
|
formula?: string | null | undefined;
|
|
5704
5740
|
context?: string[] | null | undefined;
|
|
5705
5741
|
prompt?: string | null | undefined;
|
|
5706
|
-
|
|
5742
|
+
matching?: Record<string, unknown> | undefined;
|
|
5707
5743
|
}) | ({
|
|
5708
5744
|
id: string;
|
|
5709
5745
|
label: string;
|
|
@@ -5766,7 +5802,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5766
5802
|
formula?: string | null | undefined;
|
|
5767
5803
|
context?: string[] | null | undefined;
|
|
5768
5804
|
prompt?: string | null | undefined;
|
|
5769
|
-
|
|
5805
|
+
matching?: Record<string, unknown> | undefined;
|
|
5770
5806
|
}) | ({
|
|
5771
5807
|
type: "date";
|
|
5772
5808
|
format?: string | null | undefined;
|
|
@@ -5806,7 +5842,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5806
5842
|
formula?: string | null | undefined;
|
|
5807
5843
|
context?: string[] | null | undefined;
|
|
5808
5844
|
prompt?: string | null | undefined;
|
|
5809
|
-
|
|
5845
|
+
matching?: Record<string, unknown> | undefined;
|
|
5810
5846
|
}) | ({
|
|
5811
5847
|
type: "number";
|
|
5812
5848
|
format?: string | null | undefined;
|
|
@@ -5851,11 +5887,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5851
5887
|
formula?: string | null | undefined;
|
|
5852
5888
|
context?: string[] | null | undefined;
|
|
5853
5889
|
prompt?: string | null | undefined;
|
|
5854
|
-
|
|
5890
|
+
matching?: Record<string, unknown> | undefined;
|
|
5855
5891
|
}) | ({
|
|
5856
5892
|
options: {
|
|
5857
5893
|
value: string;
|
|
5858
5894
|
label: string;
|
|
5895
|
+
struct?: unknown;
|
|
5859
5896
|
}[];
|
|
5860
5897
|
type: "enum";
|
|
5861
5898
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5895,7 +5932,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5895
5932
|
formula?: string | null | undefined;
|
|
5896
5933
|
context?: string[] | null | undefined;
|
|
5897
5934
|
prompt?: string | null | undefined;
|
|
5898
|
-
|
|
5935
|
+
matching?: Record<string, unknown> | undefined;
|
|
5899
5936
|
}) | ({
|
|
5900
5937
|
id: string;
|
|
5901
5938
|
label: string;
|
|
@@ -5968,7 +6005,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
5968
6005
|
formula?: string | null | undefined;
|
|
5969
6006
|
context?: string[] | null | undefined;
|
|
5970
6007
|
prompt?: string | null | undefined;
|
|
5971
|
-
|
|
6008
|
+
matching?: Record<string, unknown> | undefined;
|
|
5972
6009
|
}) | ({
|
|
5973
6010
|
type: "date";
|
|
5974
6011
|
format?: string | null | undefined;
|
|
@@ -6008,7 +6045,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6008
6045
|
formula?: string | null | undefined;
|
|
6009
6046
|
context?: string[] | null | undefined;
|
|
6010
6047
|
prompt?: string | null | undefined;
|
|
6011
|
-
|
|
6048
|
+
matching?: Record<string, unknown> | undefined;
|
|
6012
6049
|
}) | ({
|
|
6013
6050
|
type: "number";
|
|
6014
6051
|
format?: string | null | undefined;
|
|
@@ -6053,11 +6090,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6053
6090
|
formula?: string | null | undefined;
|
|
6054
6091
|
context?: string[] | null | undefined;
|
|
6055
6092
|
prompt?: string | null | undefined;
|
|
6056
|
-
|
|
6093
|
+
matching?: Record<string, unknown> | undefined;
|
|
6057
6094
|
}) | ({
|
|
6058
6095
|
options: {
|
|
6059
6096
|
value: string;
|
|
6060
6097
|
label: string;
|
|
6098
|
+
struct?: unknown;
|
|
6061
6099
|
}[];
|
|
6062
6100
|
type: "enum";
|
|
6063
6101
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6097,7 +6135,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6097
6135
|
formula?: string | null | undefined;
|
|
6098
6136
|
context?: string[] | null | undefined;
|
|
6099
6137
|
prompt?: string | null | undefined;
|
|
6100
|
-
|
|
6138
|
+
matching?: Record<string, unknown> | undefined;
|
|
6101
6139
|
}) | ({
|
|
6102
6140
|
id: string;
|
|
6103
6141
|
label: string;
|
|
@@ -6143,11 +6181,15 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6143
6181
|
category: "section";
|
|
6144
6182
|
icon?: string | null | undefined;
|
|
6145
6183
|
}>>, "many">>;
|
|
6184
|
+
modifiedBy: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6185
|
+
modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6146
6186
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6147
6187
|
url: string;
|
|
6148
6188
|
id: number;
|
|
6189
|
+
modifiedAt: string | null;
|
|
6149
6190
|
name: string;
|
|
6150
6191
|
queues: string[];
|
|
6192
|
+
modifiedBy: string | null;
|
|
6151
6193
|
metadata?: unknown;
|
|
6152
6194
|
content?: ({
|
|
6153
6195
|
id: string;
|
|
@@ -6194,7 +6236,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6194
6236
|
formula?: string | null | undefined;
|
|
6195
6237
|
context?: string[] | null | undefined;
|
|
6196
6238
|
prompt?: string | null | undefined;
|
|
6197
|
-
|
|
6239
|
+
matching?: Record<string, unknown> | undefined;
|
|
6198
6240
|
}) | ({
|
|
6199
6241
|
type: "date";
|
|
6200
6242
|
format?: string | null | undefined;
|
|
@@ -6234,7 +6276,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6234
6276
|
formula?: string | null | undefined;
|
|
6235
6277
|
context?: string[] | null | undefined;
|
|
6236
6278
|
prompt?: string | null | undefined;
|
|
6237
|
-
|
|
6279
|
+
matching?: Record<string, unknown> | undefined;
|
|
6238
6280
|
}) | ({
|
|
6239
6281
|
type: "number";
|
|
6240
6282
|
format?: string | null | undefined;
|
|
@@ -6279,11 +6321,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6279
6321
|
formula?: string | null | undefined;
|
|
6280
6322
|
context?: string[] | null | undefined;
|
|
6281
6323
|
prompt?: string | null | undefined;
|
|
6282
|
-
|
|
6324
|
+
matching?: Record<string, unknown> | undefined;
|
|
6283
6325
|
}) | ({
|
|
6284
6326
|
options: {
|
|
6285
6327
|
value: string;
|
|
6286
6328
|
label: string;
|
|
6329
|
+
struct?: unknown;
|
|
6287
6330
|
}[];
|
|
6288
6331
|
type: "enum";
|
|
6289
6332
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6323,7 +6366,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6323
6366
|
formula?: string | null | undefined;
|
|
6324
6367
|
context?: string[] | null | undefined;
|
|
6325
6368
|
prompt?: string | null | undefined;
|
|
6326
|
-
|
|
6369
|
+
matching?: Record<string, unknown> | undefined;
|
|
6327
6370
|
}) | ({
|
|
6328
6371
|
id: string;
|
|
6329
6372
|
label: string;
|
|
@@ -6377,7 +6420,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6377
6420
|
formula?: string | null | undefined;
|
|
6378
6421
|
context?: string[] | null | undefined;
|
|
6379
6422
|
prompt?: string | null | undefined;
|
|
6380
|
-
|
|
6423
|
+
matching?: Record<string, unknown> | undefined;
|
|
6381
6424
|
}) | ({
|
|
6382
6425
|
type: "date";
|
|
6383
6426
|
format?: string | null | undefined;
|
|
@@ -6417,7 +6460,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6417
6460
|
formula?: string | null | undefined;
|
|
6418
6461
|
context?: string[] | null | undefined;
|
|
6419
6462
|
prompt?: string | null | undefined;
|
|
6420
|
-
|
|
6463
|
+
matching?: Record<string, unknown> | undefined;
|
|
6421
6464
|
}) | ({
|
|
6422
6465
|
type: "number";
|
|
6423
6466
|
format?: string | null | undefined;
|
|
@@ -6462,11 +6505,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6462
6505
|
formula?: string | null | undefined;
|
|
6463
6506
|
context?: string[] | null | undefined;
|
|
6464
6507
|
prompt?: string | null | undefined;
|
|
6465
|
-
|
|
6508
|
+
matching?: Record<string, unknown> | undefined;
|
|
6466
6509
|
}) | ({
|
|
6467
6510
|
options: {
|
|
6468
6511
|
value: string;
|
|
6469
6512
|
label: string;
|
|
6513
|
+
struct?: unknown;
|
|
6470
6514
|
}[];
|
|
6471
6515
|
type: "enum";
|
|
6472
6516
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6506,7 +6550,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6506
6550
|
formula?: string | null | undefined;
|
|
6507
6551
|
context?: string[] | null | undefined;
|
|
6508
6552
|
prompt?: string | null | undefined;
|
|
6509
|
-
|
|
6553
|
+
matching?: Record<string, unknown> | undefined;
|
|
6510
6554
|
}) | ({
|
|
6511
6555
|
id: string;
|
|
6512
6556
|
label: string;
|
|
@@ -6569,7 +6613,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6569
6613
|
formula?: string | null | undefined;
|
|
6570
6614
|
context?: string[] | null | undefined;
|
|
6571
6615
|
prompt?: string | null | undefined;
|
|
6572
|
-
|
|
6616
|
+
matching?: Record<string, unknown> | undefined;
|
|
6573
6617
|
}) | ({
|
|
6574
6618
|
type: "date";
|
|
6575
6619
|
format?: string | null | undefined;
|
|
@@ -6609,7 +6653,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6609
6653
|
formula?: string | null | undefined;
|
|
6610
6654
|
context?: string[] | null | undefined;
|
|
6611
6655
|
prompt?: string | null | undefined;
|
|
6612
|
-
|
|
6656
|
+
matching?: Record<string, unknown> | undefined;
|
|
6613
6657
|
}) | ({
|
|
6614
6658
|
type: "number";
|
|
6615
6659
|
format?: string | null | undefined;
|
|
@@ -6654,11 +6698,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6654
6698
|
formula?: string | null | undefined;
|
|
6655
6699
|
context?: string[] | null | undefined;
|
|
6656
6700
|
prompt?: string | null | undefined;
|
|
6657
|
-
|
|
6701
|
+
matching?: Record<string, unknown> | undefined;
|
|
6658
6702
|
}) | ({
|
|
6659
6703
|
options: {
|
|
6660
6704
|
value: string;
|
|
6661
6705
|
label: string;
|
|
6706
|
+
struct?: unknown;
|
|
6662
6707
|
}[];
|
|
6663
6708
|
type: "enum";
|
|
6664
6709
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6698,7 +6743,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6698
6743
|
formula?: string | null | undefined;
|
|
6699
6744
|
context?: string[] | null | undefined;
|
|
6700
6745
|
prompt?: string | null | undefined;
|
|
6701
|
-
|
|
6746
|
+
matching?: Record<string, unknown> | undefined;
|
|
6702
6747
|
}) | ({
|
|
6703
6748
|
id: string;
|
|
6704
6749
|
label: string;
|
|
@@ -6771,7 +6816,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6771
6816
|
formula?: string | null | undefined;
|
|
6772
6817
|
context?: string[] | null | undefined;
|
|
6773
6818
|
prompt?: string | null | undefined;
|
|
6774
|
-
|
|
6819
|
+
matching?: Record<string, unknown> | undefined;
|
|
6775
6820
|
}) | ({
|
|
6776
6821
|
type: "date";
|
|
6777
6822
|
format?: string | null | undefined;
|
|
@@ -6811,7 +6856,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6811
6856
|
formula?: string | null | undefined;
|
|
6812
6857
|
context?: string[] | null | undefined;
|
|
6813
6858
|
prompt?: string | null | undefined;
|
|
6814
|
-
|
|
6859
|
+
matching?: Record<string, unknown> | undefined;
|
|
6815
6860
|
}) | ({
|
|
6816
6861
|
type: "number";
|
|
6817
6862
|
format?: string | null | undefined;
|
|
@@ -6856,11 +6901,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6856
6901
|
formula?: string | null | undefined;
|
|
6857
6902
|
context?: string[] | null | undefined;
|
|
6858
6903
|
prompt?: string | null | undefined;
|
|
6859
|
-
|
|
6904
|
+
matching?: Record<string, unknown> | undefined;
|
|
6860
6905
|
}) | ({
|
|
6861
6906
|
options: {
|
|
6862
6907
|
value: string;
|
|
6863
6908
|
label: string;
|
|
6909
|
+
struct?: unknown;
|
|
6864
6910
|
}[];
|
|
6865
6911
|
type: "enum";
|
|
6866
6912
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6900,7 +6946,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6900
6946
|
formula?: string | null | undefined;
|
|
6901
6947
|
context?: string[] | null | undefined;
|
|
6902
6948
|
prompt?: string | null | undefined;
|
|
6903
|
-
|
|
6949
|
+
matching?: Record<string, unknown> | undefined;
|
|
6904
6950
|
}) | ({
|
|
6905
6951
|
id: string;
|
|
6906
6952
|
label: string;
|
|
@@ -6949,8 +6995,10 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6949
6995
|
}, {
|
|
6950
6996
|
url: string;
|
|
6951
6997
|
id: number;
|
|
6998
|
+
modifiedAt: string | null;
|
|
6952
6999
|
name: string;
|
|
6953
7000
|
queues: string[];
|
|
7001
|
+
modifiedBy: string | null;
|
|
6954
7002
|
metadata?: unknown;
|
|
6955
7003
|
content?: ({
|
|
6956
7004
|
id: string;
|
|
@@ -6997,7 +7045,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
6997
7045
|
formula?: string | null | undefined;
|
|
6998
7046
|
context?: string[] | null | undefined;
|
|
6999
7047
|
prompt?: string | null | undefined;
|
|
7000
|
-
|
|
7048
|
+
matching?: Record<string, unknown> | undefined;
|
|
7001
7049
|
}) | ({
|
|
7002
7050
|
type: "date";
|
|
7003
7051
|
format?: string | null | undefined;
|
|
@@ -7037,7 +7085,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7037
7085
|
formula?: string | null | undefined;
|
|
7038
7086
|
context?: string[] | null | undefined;
|
|
7039
7087
|
prompt?: string | null | undefined;
|
|
7040
|
-
|
|
7088
|
+
matching?: Record<string, unknown> | undefined;
|
|
7041
7089
|
}) | ({
|
|
7042
7090
|
type: "number";
|
|
7043
7091
|
format?: string | null | undefined;
|
|
@@ -7082,11 +7130,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7082
7130
|
formula?: string | null | undefined;
|
|
7083
7131
|
context?: string[] | null | undefined;
|
|
7084
7132
|
prompt?: string | null | undefined;
|
|
7085
|
-
|
|
7133
|
+
matching?: Record<string, unknown> | undefined;
|
|
7086
7134
|
}) | ({
|
|
7087
7135
|
options: {
|
|
7088
7136
|
value: string;
|
|
7089
7137
|
label: string;
|
|
7138
|
+
struct?: unknown;
|
|
7090
7139
|
}[];
|
|
7091
7140
|
type: "enum";
|
|
7092
7141
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7126,7 +7175,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7126
7175
|
formula?: string | null | undefined;
|
|
7127
7176
|
context?: string[] | null | undefined;
|
|
7128
7177
|
prompt?: string | null | undefined;
|
|
7129
|
-
|
|
7178
|
+
matching?: Record<string, unknown> | undefined;
|
|
7130
7179
|
}) | ({
|
|
7131
7180
|
id: string;
|
|
7132
7181
|
label: string;
|
|
@@ -7180,7 +7229,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7180
7229
|
formula?: string | null | undefined;
|
|
7181
7230
|
context?: string[] | null | undefined;
|
|
7182
7231
|
prompt?: string | null | undefined;
|
|
7183
|
-
|
|
7232
|
+
matching?: Record<string, unknown> | undefined;
|
|
7184
7233
|
}) | ({
|
|
7185
7234
|
type: "date";
|
|
7186
7235
|
format?: string | null | undefined;
|
|
@@ -7220,7 +7269,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7220
7269
|
formula?: string | null | undefined;
|
|
7221
7270
|
context?: string[] | null | undefined;
|
|
7222
7271
|
prompt?: string | null | undefined;
|
|
7223
|
-
|
|
7272
|
+
matching?: Record<string, unknown> | undefined;
|
|
7224
7273
|
}) | ({
|
|
7225
7274
|
type: "number";
|
|
7226
7275
|
format?: string | null | undefined;
|
|
@@ -7265,11 +7314,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7265
7314
|
formula?: string | null | undefined;
|
|
7266
7315
|
context?: string[] | null | undefined;
|
|
7267
7316
|
prompt?: string | null | undefined;
|
|
7268
|
-
|
|
7317
|
+
matching?: Record<string, unknown> | undefined;
|
|
7269
7318
|
}) | ({
|
|
7270
7319
|
options: {
|
|
7271
7320
|
value: string;
|
|
7272
7321
|
label: string;
|
|
7322
|
+
struct?: unknown;
|
|
7273
7323
|
}[];
|
|
7274
7324
|
type: "enum";
|
|
7275
7325
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7309,7 +7359,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7309
7359
|
formula?: string | null | undefined;
|
|
7310
7360
|
context?: string[] | null | undefined;
|
|
7311
7361
|
prompt?: string | null | undefined;
|
|
7312
|
-
|
|
7362
|
+
matching?: Record<string, unknown> | undefined;
|
|
7313
7363
|
}) | ({
|
|
7314
7364
|
id: string;
|
|
7315
7365
|
label: string;
|
|
@@ -7372,7 +7422,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7372
7422
|
formula?: string | null | undefined;
|
|
7373
7423
|
context?: string[] | null | undefined;
|
|
7374
7424
|
prompt?: string | null | undefined;
|
|
7375
|
-
|
|
7425
|
+
matching?: Record<string, unknown> | undefined;
|
|
7376
7426
|
}) | ({
|
|
7377
7427
|
type: "date";
|
|
7378
7428
|
format?: string | null | undefined;
|
|
@@ -7412,7 +7462,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7412
7462
|
formula?: string | null | undefined;
|
|
7413
7463
|
context?: string[] | null | undefined;
|
|
7414
7464
|
prompt?: string | null | undefined;
|
|
7415
|
-
|
|
7465
|
+
matching?: Record<string, unknown> | undefined;
|
|
7416
7466
|
}) | ({
|
|
7417
7467
|
type: "number";
|
|
7418
7468
|
format?: string | null | undefined;
|
|
@@ -7457,11 +7507,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7457
7507
|
formula?: string | null | undefined;
|
|
7458
7508
|
context?: string[] | null | undefined;
|
|
7459
7509
|
prompt?: string | null | undefined;
|
|
7460
|
-
|
|
7510
|
+
matching?: Record<string, unknown> | undefined;
|
|
7461
7511
|
}) | ({
|
|
7462
7512
|
options: {
|
|
7463
7513
|
value: string;
|
|
7464
7514
|
label: string;
|
|
7515
|
+
struct?: unknown;
|
|
7465
7516
|
}[];
|
|
7466
7517
|
type: "enum";
|
|
7467
7518
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7501,7 +7552,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7501
7552
|
formula?: string | null | undefined;
|
|
7502
7553
|
context?: string[] | null | undefined;
|
|
7503
7554
|
prompt?: string | null | undefined;
|
|
7504
|
-
|
|
7555
|
+
matching?: Record<string, unknown> | undefined;
|
|
7505
7556
|
}) | ({
|
|
7506
7557
|
id: string;
|
|
7507
7558
|
label: string;
|
|
@@ -7574,7 +7625,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7574
7625
|
formula?: string | null | undefined;
|
|
7575
7626
|
context?: string[] | null | undefined;
|
|
7576
7627
|
prompt?: string | null | undefined;
|
|
7577
|
-
|
|
7628
|
+
matching?: Record<string, unknown> | undefined;
|
|
7578
7629
|
}) | ({
|
|
7579
7630
|
type: "date";
|
|
7580
7631
|
format?: string | null | undefined;
|
|
@@ -7614,7 +7665,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7614
7665
|
formula?: string | null | undefined;
|
|
7615
7666
|
context?: string[] | null | undefined;
|
|
7616
7667
|
prompt?: string | null | undefined;
|
|
7617
|
-
|
|
7668
|
+
matching?: Record<string, unknown> | undefined;
|
|
7618
7669
|
}) | ({
|
|
7619
7670
|
type: "number";
|
|
7620
7671
|
format?: string | null | undefined;
|
|
@@ -7659,11 +7710,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7659
7710
|
formula?: string | null | undefined;
|
|
7660
7711
|
context?: string[] | null | undefined;
|
|
7661
7712
|
prompt?: string | null | undefined;
|
|
7662
|
-
|
|
7713
|
+
matching?: Record<string, unknown> | undefined;
|
|
7663
7714
|
}) | ({
|
|
7664
7715
|
options: {
|
|
7665
7716
|
value: string;
|
|
7666
7717
|
label: string;
|
|
7718
|
+
struct?: unknown;
|
|
7667
7719
|
}[];
|
|
7668
7720
|
type: "enum";
|
|
7669
7721
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7703,7 +7755,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7703
7755
|
formula?: string | null | undefined;
|
|
7704
7756
|
context?: string[] | null | undefined;
|
|
7705
7757
|
prompt?: string | null | undefined;
|
|
7706
|
-
|
|
7758
|
+
matching?: Record<string, unknown> | undefined;
|
|
7707
7759
|
}) | ({
|
|
7708
7760
|
id: string;
|
|
7709
7761
|
label: string;
|
|
@@ -7872,7 +7924,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7872
7924
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
7873
7925
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
7874
7926
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
7875
|
-
|
|
7927
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
7876
7928
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7877
7929
|
suggest?: true | undefined;
|
|
7878
7930
|
canExport?: boolean | null | undefined;
|
|
@@ -7901,7 +7953,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7901
7953
|
formula?: string | null | undefined;
|
|
7902
7954
|
context?: string[] | null | undefined;
|
|
7903
7955
|
prompt?: string | null | undefined;
|
|
7904
|
-
|
|
7956
|
+
matching?: Record<string, unknown> | undefined;
|
|
7905
7957
|
}, {
|
|
7906
7958
|
suggest?: true | undefined;
|
|
7907
7959
|
canExport?: boolean | null | undefined;
|
|
@@ -7930,7 +7982,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
7930
7982
|
formula?: string | null | undefined;
|
|
7931
7983
|
context?: string[] | null | undefined;
|
|
7932
7984
|
prompt?: string | null | undefined;
|
|
7933
|
-
|
|
7985
|
+
matching?: Record<string, unknown> | undefined;
|
|
7934
7986
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
7935
7987
|
type: import("zod").ZodLiteral<"date">;
|
|
7936
7988
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -8030,7 +8082,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8030
8082
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8031
8083
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
8032
8084
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8033
|
-
|
|
8085
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
8034
8086
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8035
8087
|
suggest?: true | undefined;
|
|
8036
8088
|
canExport?: boolean | null | undefined;
|
|
@@ -8059,7 +8111,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8059
8111
|
formula?: string | null | undefined;
|
|
8060
8112
|
context?: string[] | null | undefined;
|
|
8061
8113
|
prompt?: string | null | undefined;
|
|
8062
|
-
|
|
8114
|
+
matching?: Record<string, unknown> | undefined;
|
|
8063
8115
|
}, {
|
|
8064
8116
|
suggest?: true | undefined;
|
|
8065
8117
|
canExport?: boolean | null | undefined;
|
|
@@ -8088,7 +8140,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8088
8140
|
formula?: string | null | undefined;
|
|
8089
8141
|
context?: string[] | null | undefined;
|
|
8090
8142
|
prompt?: string | null | undefined;
|
|
8091
|
-
|
|
8143
|
+
matching?: Record<string, unknown> | undefined;
|
|
8092
8144
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
8093
8145
|
type: import("zod").ZodLiteral<"number">;
|
|
8094
8146
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -8215,7 +8267,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8215
8267
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8216
8268
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
8217
8269
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8218
|
-
|
|
8270
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
8219
8271
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8220
8272
|
suggest?: true | undefined;
|
|
8221
8273
|
canExport?: boolean | null | undefined;
|
|
@@ -8244,7 +8296,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8244
8296
|
formula?: string | null | undefined;
|
|
8245
8297
|
context?: string[] | null | undefined;
|
|
8246
8298
|
prompt?: string | null | undefined;
|
|
8247
|
-
|
|
8299
|
+
matching?: Record<string, unknown> | undefined;
|
|
8248
8300
|
}, {
|
|
8249
8301
|
suggest?: true | undefined;
|
|
8250
8302
|
canExport?: boolean | null | undefined;
|
|
@@ -8273,24 +8325,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8273
8325
|
formula?: string | null | undefined;
|
|
8274
8326
|
context?: string[] | null | undefined;
|
|
8275
8327
|
prompt?: string | null | undefined;
|
|
8276
|
-
|
|
8328
|
+
matching?: Record<string, unknown> | undefined;
|
|
8277
8329
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
8278
8330
|
type: import("zod").ZodLiteral<"enum">;
|
|
8279
8331
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
8280
8332
|
value: import("zod").ZodString;
|
|
8281
8333
|
label: import("zod").ZodString;
|
|
8334
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
8282
8335
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8283
8336
|
value: string;
|
|
8284
8337
|
label: string;
|
|
8338
|
+
struct?: unknown;
|
|
8285
8339
|
}, {
|
|
8286
8340
|
value: string;
|
|
8287
8341
|
label: string;
|
|
8342
|
+
struct?: unknown;
|
|
8288
8343
|
}>, "many">;
|
|
8289
8344
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
8290
8345
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8291
8346
|
options: {
|
|
8292
8347
|
value: string;
|
|
8293
8348
|
label: string;
|
|
8349
|
+
struct?: unknown;
|
|
8294
8350
|
}[];
|
|
8295
8351
|
type: "enum";
|
|
8296
8352
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8298,6 +8354,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8298
8354
|
options: {
|
|
8299
8355
|
value: string;
|
|
8300
8356
|
label: string;
|
|
8357
|
+
struct?: unknown;
|
|
8301
8358
|
}[];
|
|
8302
8359
|
type: "enum";
|
|
8303
8360
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -8391,7 +8448,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8391
8448
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8392
8449
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
8393
8450
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8394
|
-
|
|
8451
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
8395
8452
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8396
8453
|
suggest?: true | undefined;
|
|
8397
8454
|
canExport?: boolean | null | undefined;
|
|
@@ -8420,7 +8477,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8420
8477
|
formula?: string | null | undefined;
|
|
8421
8478
|
context?: string[] | null | undefined;
|
|
8422
8479
|
prompt?: string | null | undefined;
|
|
8423
|
-
|
|
8480
|
+
matching?: Record<string, unknown> | undefined;
|
|
8424
8481
|
}, {
|
|
8425
8482
|
suggest?: true | undefined;
|
|
8426
8483
|
canExport?: boolean | null | undefined;
|
|
@@ -8449,7 +8506,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8449
8506
|
formula?: string | null | undefined;
|
|
8450
8507
|
context?: string[] | null | undefined;
|
|
8451
8508
|
prompt?: string | null | undefined;
|
|
8452
|
-
|
|
8509
|
+
matching?: Record<string, unknown> | undefined;
|
|
8453
8510
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
8454
8511
|
id: import("zod").ZodString;
|
|
8455
8512
|
label: import("zod").ZodString;
|
|
@@ -8590,7 +8647,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8590
8647
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8591
8648
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
8592
8649
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8593
|
-
|
|
8650
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
8594
8651
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8595
8652
|
suggest?: true | undefined;
|
|
8596
8653
|
canExport?: boolean | null | undefined;
|
|
@@ -8619,7 +8676,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8619
8676
|
formula?: string | null | undefined;
|
|
8620
8677
|
context?: string[] | null | undefined;
|
|
8621
8678
|
prompt?: string | null | undefined;
|
|
8622
|
-
|
|
8679
|
+
matching?: Record<string, unknown> | undefined;
|
|
8623
8680
|
}, {
|
|
8624
8681
|
suggest?: true | undefined;
|
|
8625
8682
|
canExport?: boolean | null | undefined;
|
|
@@ -8648,7 +8705,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8648
8705
|
formula?: string | null | undefined;
|
|
8649
8706
|
context?: string[] | null | undefined;
|
|
8650
8707
|
prompt?: string | null | undefined;
|
|
8651
|
-
|
|
8708
|
+
matching?: Record<string, unknown> | undefined;
|
|
8652
8709
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
8653
8710
|
type: import("zod").ZodLiteral<"date">;
|
|
8654
8711
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -8748,7 +8805,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8748
8805
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8749
8806
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
8750
8807
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8751
|
-
|
|
8808
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
8752
8809
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8753
8810
|
suggest?: true | undefined;
|
|
8754
8811
|
canExport?: boolean | null | undefined;
|
|
@@ -8777,7 +8834,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8777
8834
|
formula?: string | null | undefined;
|
|
8778
8835
|
context?: string[] | null | undefined;
|
|
8779
8836
|
prompt?: string | null | undefined;
|
|
8780
|
-
|
|
8837
|
+
matching?: Record<string, unknown> | undefined;
|
|
8781
8838
|
}, {
|
|
8782
8839
|
suggest?: true | undefined;
|
|
8783
8840
|
canExport?: boolean | null | undefined;
|
|
@@ -8806,7 +8863,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8806
8863
|
formula?: string | null | undefined;
|
|
8807
8864
|
context?: string[] | null | undefined;
|
|
8808
8865
|
prompt?: string | null | undefined;
|
|
8809
|
-
|
|
8866
|
+
matching?: Record<string, unknown> | undefined;
|
|
8810
8867
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
8811
8868
|
type: import("zod").ZodLiteral<"number">;
|
|
8812
8869
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -8933,7 +8990,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8933
8990
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8934
8991
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
8935
8992
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
8936
|
-
|
|
8993
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
8937
8994
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8938
8995
|
suggest?: true | undefined;
|
|
8939
8996
|
canExport?: boolean | null | undefined;
|
|
@@ -8962,7 +9019,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8962
9019
|
formula?: string | null | undefined;
|
|
8963
9020
|
context?: string[] | null | undefined;
|
|
8964
9021
|
prompt?: string | null | undefined;
|
|
8965
|
-
|
|
9022
|
+
matching?: Record<string, unknown> | undefined;
|
|
8966
9023
|
}, {
|
|
8967
9024
|
suggest?: true | undefined;
|
|
8968
9025
|
canExport?: boolean | null | undefined;
|
|
@@ -8991,24 +9048,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
8991
9048
|
formula?: string | null | undefined;
|
|
8992
9049
|
context?: string[] | null | undefined;
|
|
8993
9050
|
prompt?: string | null | undefined;
|
|
8994
|
-
|
|
9051
|
+
matching?: Record<string, unknown> | undefined;
|
|
8995
9052
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
8996
9053
|
type: import("zod").ZodLiteral<"enum">;
|
|
8997
9054
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
8998
9055
|
value: import("zod").ZodString;
|
|
8999
9056
|
label: import("zod").ZodString;
|
|
9057
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
9000
9058
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9001
9059
|
value: string;
|
|
9002
9060
|
label: string;
|
|
9061
|
+
struct?: unknown;
|
|
9003
9062
|
}, {
|
|
9004
9063
|
value: string;
|
|
9005
9064
|
label: string;
|
|
9065
|
+
struct?: unknown;
|
|
9006
9066
|
}>, "many">;
|
|
9007
9067
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
9008
9068
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9009
9069
|
options: {
|
|
9010
9070
|
value: string;
|
|
9011
9071
|
label: string;
|
|
9072
|
+
struct?: unknown;
|
|
9012
9073
|
}[];
|
|
9013
9074
|
type: "enum";
|
|
9014
9075
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9016,6 +9077,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9016
9077
|
options: {
|
|
9017
9078
|
value: string;
|
|
9018
9079
|
label: string;
|
|
9080
|
+
struct?: unknown;
|
|
9019
9081
|
}[];
|
|
9020
9082
|
type: "enum";
|
|
9021
9083
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9109,7 +9171,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9109
9171
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
9110
9172
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
9111
9173
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
9112
|
-
|
|
9174
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
9113
9175
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9114
9176
|
suggest?: true | undefined;
|
|
9115
9177
|
canExport?: boolean | null | undefined;
|
|
@@ -9138,7 +9200,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9138
9200
|
formula?: string | null | undefined;
|
|
9139
9201
|
context?: string[] | null | undefined;
|
|
9140
9202
|
prompt?: string | null | undefined;
|
|
9141
|
-
|
|
9203
|
+
matching?: Record<string, unknown> | undefined;
|
|
9142
9204
|
}, {
|
|
9143
9205
|
suggest?: true | undefined;
|
|
9144
9206
|
canExport?: boolean | null | undefined;
|
|
@@ -9167,7 +9229,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9167
9229
|
formula?: string | null | undefined;
|
|
9168
9230
|
context?: string[] | null | undefined;
|
|
9169
9231
|
prompt?: string | null | undefined;
|
|
9170
|
-
|
|
9232
|
+
matching?: Record<string, unknown> | undefined;
|
|
9171
9233
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
9172
9234
|
id: import("zod").ZodString;
|
|
9173
9235
|
label: import("zod").ZodString;
|
|
@@ -9251,7 +9313,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9251
9313
|
formula?: string | null | undefined;
|
|
9252
9314
|
context?: string[] | null | undefined;
|
|
9253
9315
|
prompt?: string | null | undefined;
|
|
9254
|
-
|
|
9316
|
+
matching?: Record<string, unknown> | undefined;
|
|
9255
9317
|
}) | ({
|
|
9256
9318
|
type: "date";
|
|
9257
9319
|
format?: string | null | undefined;
|
|
@@ -9291,7 +9353,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9291
9353
|
formula?: string | null | undefined;
|
|
9292
9354
|
context?: string[] | null | undefined;
|
|
9293
9355
|
prompt?: string | null | undefined;
|
|
9294
|
-
|
|
9356
|
+
matching?: Record<string, unknown> | undefined;
|
|
9295
9357
|
}) | ({
|
|
9296
9358
|
type: "number";
|
|
9297
9359
|
format?: string | null | undefined;
|
|
@@ -9336,11 +9398,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9336
9398
|
formula?: string | null | undefined;
|
|
9337
9399
|
context?: string[] | null | undefined;
|
|
9338
9400
|
prompt?: string | null | undefined;
|
|
9339
|
-
|
|
9401
|
+
matching?: Record<string, unknown> | undefined;
|
|
9340
9402
|
}) | ({
|
|
9341
9403
|
options: {
|
|
9342
9404
|
value: string;
|
|
9343
9405
|
label: string;
|
|
9406
|
+
struct?: unknown;
|
|
9344
9407
|
}[];
|
|
9345
9408
|
type: "enum";
|
|
9346
9409
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9380,7 +9443,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9380
9443
|
formula?: string | null | undefined;
|
|
9381
9444
|
context?: string[] | null | undefined;
|
|
9382
9445
|
prompt?: string | null | undefined;
|
|
9383
|
-
|
|
9446
|
+
matching?: Record<string, unknown> | undefined;
|
|
9384
9447
|
}) | ({
|
|
9385
9448
|
id: string;
|
|
9386
9449
|
label: string;
|
|
@@ -9437,7 +9500,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9437
9500
|
formula?: string | null | undefined;
|
|
9438
9501
|
context?: string[] | null | undefined;
|
|
9439
9502
|
prompt?: string | null | undefined;
|
|
9440
|
-
|
|
9503
|
+
matching?: Record<string, unknown> | undefined;
|
|
9441
9504
|
}) | ({
|
|
9442
9505
|
type: "date";
|
|
9443
9506
|
format?: string | null | undefined;
|
|
@@ -9477,7 +9540,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9477
9540
|
formula?: string | null | undefined;
|
|
9478
9541
|
context?: string[] | null | undefined;
|
|
9479
9542
|
prompt?: string | null | undefined;
|
|
9480
|
-
|
|
9543
|
+
matching?: Record<string, unknown> | undefined;
|
|
9481
9544
|
}) | ({
|
|
9482
9545
|
type: "number";
|
|
9483
9546
|
format?: string | null | undefined;
|
|
@@ -9522,11 +9585,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9522
9585
|
formula?: string | null | undefined;
|
|
9523
9586
|
context?: string[] | null | undefined;
|
|
9524
9587
|
prompt?: string | null | undefined;
|
|
9525
|
-
|
|
9588
|
+
matching?: Record<string, unknown> | undefined;
|
|
9526
9589
|
}) | ({
|
|
9527
9590
|
options: {
|
|
9528
9591
|
value: string;
|
|
9529
9592
|
label: string;
|
|
9593
|
+
struct?: unknown;
|
|
9530
9594
|
}[];
|
|
9531
9595
|
type: "enum";
|
|
9532
9596
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -9566,7 +9630,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9566
9630
|
formula?: string | null | undefined;
|
|
9567
9631
|
context?: string[] | null | undefined;
|
|
9568
9632
|
prompt?: string | null | undefined;
|
|
9569
|
-
|
|
9633
|
+
matching?: Record<string, unknown> | undefined;
|
|
9570
9634
|
}) | ({
|
|
9571
9635
|
id: string;
|
|
9572
9636
|
label: string;
|
|
@@ -9699,7 +9763,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9699
9763
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
9700
9764
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
9701
9765
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
9702
|
-
|
|
9766
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
9703
9767
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9704
9768
|
suggest?: true | undefined;
|
|
9705
9769
|
canExport?: boolean | null | undefined;
|
|
@@ -9728,7 +9792,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9728
9792
|
formula?: string | null | undefined;
|
|
9729
9793
|
context?: string[] | null | undefined;
|
|
9730
9794
|
prompt?: string | null | undefined;
|
|
9731
|
-
|
|
9795
|
+
matching?: Record<string, unknown> | undefined;
|
|
9732
9796
|
}, {
|
|
9733
9797
|
suggest?: true | undefined;
|
|
9734
9798
|
canExport?: boolean | null | undefined;
|
|
@@ -9757,7 +9821,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9757
9821
|
formula?: string | null | undefined;
|
|
9758
9822
|
context?: string[] | null | undefined;
|
|
9759
9823
|
prompt?: string | null | undefined;
|
|
9760
|
-
|
|
9824
|
+
matching?: Record<string, unknown> | undefined;
|
|
9761
9825
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
9762
9826
|
type: import("zod").ZodLiteral<"date">;
|
|
9763
9827
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -9857,7 +9921,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9857
9921
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
9858
9922
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
9859
9923
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
9860
|
-
|
|
9924
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
9861
9925
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9862
9926
|
suggest?: true | undefined;
|
|
9863
9927
|
canExport?: boolean | null | undefined;
|
|
@@ -9886,7 +9950,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9886
9950
|
formula?: string | null | undefined;
|
|
9887
9951
|
context?: string[] | null | undefined;
|
|
9888
9952
|
prompt?: string | null | undefined;
|
|
9889
|
-
|
|
9953
|
+
matching?: Record<string, unknown> | undefined;
|
|
9890
9954
|
}, {
|
|
9891
9955
|
suggest?: true | undefined;
|
|
9892
9956
|
canExport?: boolean | null | undefined;
|
|
@@ -9915,7 +9979,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
9915
9979
|
formula?: string | null | undefined;
|
|
9916
9980
|
context?: string[] | null | undefined;
|
|
9917
9981
|
prompt?: string | null | undefined;
|
|
9918
|
-
|
|
9982
|
+
matching?: Record<string, unknown> | undefined;
|
|
9919
9983
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
9920
9984
|
type: import("zod").ZodLiteral<"number">;
|
|
9921
9985
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -10042,7 +10106,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10042
10106
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
10043
10107
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
10044
10108
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
10045
|
-
|
|
10109
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
10046
10110
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10047
10111
|
suggest?: true | undefined;
|
|
10048
10112
|
canExport?: boolean | null | undefined;
|
|
@@ -10071,7 +10135,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10071
10135
|
formula?: string | null | undefined;
|
|
10072
10136
|
context?: string[] | null | undefined;
|
|
10073
10137
|
prompt?: string | null | undefined;
|
|
10074
|
-
|
|
10138
|
+
matching?: Record<string, unknown> | undefined;
|
|
10075
10139
|
}, {
|
|
10076
10140
|
suggest?: true | undefined;
|
|
10077
10141
|
canExport?: boolean | null | undefined;
|
|
@@ -10100,24 +10164,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10100
10164
|
formula?: string | null | undefined;
|
|
10101
10165
|
context?: string[] | null | undefined;
|
|
10102
10166
|
prompt?: string | null | undefined;
|
|
10103
|
-
|
|
10167
|
+
matching?: Record<string, unknown> | undefined;
|
|
10104
10168
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
10105
10169
|
type: import("zod").ZodLiteral<"enum">;
|
|
10106
10170
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
10107
10171
|
value: import("zod").ZodString;
|
|
10108
10172
|
label: import("zod").ZodString;
|
|
10173
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
10109
10174
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10110
10175
|
value: string;
|
|
10111
10176
|
label: string;
|
|
10177
|
+
struct?: unknown;
|
|
10112
10178
|
}, {
|
|
10113
10179
|
value: string;
|
|
10114
10180
|
label: string;
|
|
10181
|
+
struct?: unknown;
|
|
10115
10182
|
}>, "many">;
|
|
10116
10183
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
10117
10184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10118
10185
|
options: {
|
|
10119
10186
|
value: string;
|
|
10120
10187
|
label: string;
|
|
10188
|
+
struct?: unknown;
|
|
10121
10189
|
}[];
|
|
10122
10190
|
type: "enum";
|
|
10123
10191
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10125,6 +10193,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10125
10193
|
options: {
|
|
10126
10194
|
value: string;
|
|
10127
10195
|
label: string;
|
|
10196
|
+
struct?: unknown;
|
|
10128
10197
|
}[];
|
|
10129
10198
|
type: "enum";
|
|
10130
10199
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10218,7 +10287,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10218
10287
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
10219
10288
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
10220
10289
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
10221
|
-
|
|
10290
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
10222
10291
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10223
10292
|
suggest?: true | undefined;
|
|
10224
10293
|
canExport?: boolean | null | undefined;
|
|
@@ -10247,7 +10316,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10247
10316
|
formula?: string | null | undefined;
|
|
10248
10317
|
context?: string[] | null | undefined;
|
|
10249
10318
|
prompt?: string | null | undefined;
|
|
10250
|
-
|
|
10319
|
+
matching?: Record<string, unknown> | undefined;
|
|
10251
10320
|
}, {
|
|
10252
10321
|
suggest?: true | undefined;
|
|
10253
10322
|
canExport?: boolean | null | undefined;
|
|
@@ -10276,7 +10345,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10276
10345
|
formula?: string | null | undefined;
|
|
10277
10346
|
context?: string[] | null | undefined;
|
|
10278
10347
|
prompt?: string | null | undefined;
|
|
10279
|
-
|
|
10348
|
+
matching?: Record<string, unknown> | undefined;
|
|
10280
10349
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
10281
10350
|
id: import("zod").ZodString;
|
|
10282
10351
|
label: import("zod").ZodString;
|
|
@@ -10359,7 +10428,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10359
10428
|
formula?: string | null | undefined;
|
|
10360
10429
|
context?: string[] | null | undefined;
|
|
10361
10430
|
prompt?: string | null | undefined;
|
|
10362
|
-
|
|
10431
|
+
matching?: Record<string, unknown> | undefined;
|
|
10363
10432
|
}) | ({
|
|
10364
10433
|
type: "date";
|
|
10365
10434
|
format?: string | null | undefined;
|
|
@@ -10399,7 +10468,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10399
10468
|
formula?: string | null | undefined;
|
|
10400
10469
|
context?: string[] | null | undefined;
|
|
10401
10470
|
prompt?: string | null | undefined;
|
|
10402
|
-
|
|
10471
|
+
matching?: Record<string, unknown> | undefined;
|
|
10403
10472
|
}) | ({
|
|
10404
10473
|
type: "number";
|
|
10405
10474
|
format?: string | null | undefined;
|
|
@@ -10444,11 +10513,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10444
10513
|
formula?: string | null | undefined;
|
|
10445
10514
|
context?: string[] | null | undefined;
|
|
10446
10515
|
prompt?: string | null | undefined;
|
|
10447
|
-
|
|
10516
|
+
matching?: Record<string, unknown> | undefined;
|
|
10448
10517
|
}) | ({
|
|
10449
10518
|
options: {
|
|
10450
10519
|
value: string;
|
|
10451
10520
|
label: string;
|
|
10521
|
+
struct?: unknown;
|
|
10452
10522
|
}[];
|
|
10453
10523
|
type: "enum";
|
|
10454
10524
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10488,7 +10558,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10488
10558
|
formula?: string | null | undefined;
|
|
10489
10559
|
context?: string[] | null | undefined;
|
|
10490
10560
|
prompt?: string | null | undefined;
|
|
10491
|
-
|
|
10561
|
+
matching?: Record<string, unknown> | undefined;
|
|
10492
10562
|
}) | ({
|
|
10493
10563
|
id: string;
|
|
10494
10564
|
label: string;
|
|
@@ -10543,7 +10613,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10543
10613
|
formula?: string | null | undefined;
|
|
10544
10614
|
context?: string[] | null | undefined;
|
|
10545
10615
|
prompt?: string | null | undefined;
|
|
10546
|
-
|
|
10616
|
+
matching?: Record<string, unknown> | undefined;
|
|
10547
10617
|
}) | ({
|
|
10548
10618
|
type: "date";
|
|
10549
10619
|
format?: string | null | undefined;
|
|
@@ -10583,7 +10653,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10583
10653
|
formula?: string | null | undefined;
|
|
10584
10654
|
context?: string[] | null | undefined;
|
|
10585
10655
|
prompt?: string | null | undefined;
|
|
10586
|
-
|
|
10656
|
+
matching?: Record<string, unknown> | undefined;
|
|
10587
10657
|
}) | ({
|
|
10588
10658
|
type: "number";
|
|
10589
10659
|
format?: string | null | undefined;
|
|
@@ -10628,11 +10698,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10628
10698
|
formula?: string | null | undefined;
|
|
10629
10699
|
context?: string[] | null | undefined;
|
|
10630
10700
|
prompt?: string | null | undefined;
|
|
10631
|
-
|
|
10701
|
+
matching?: Record<string, unknown> | undefined;
|
|
10632
10702
|
}) | ({
|
|
10633
10703
|
options: {
|
|
10634
10704
|
value: string;
|
|
10635
10705
|
label: string;
|
|
10706
|
+
struct?: unknown;
|
|
10636
10707
|
}[];
|
|
10637
10708
|
type: "enum";
|
|
10638
10709
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -10672,7 +10743,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10672
10743
|
formula?: string | null | undefined;
|
|
10673
10744
|
context?: string[] | null | undefined;
|
|
10674
10745
|
prompt?: string | null | undefined;
|
|
10675
|
-
|
|
10746
|
+
matching?: Record<string, unknown> | undefined;
|
|
10676
10747
|
}) | ({
|
|
10677
10748
|
id: string;
|
|
10678
10749
|
label: string;
|
|
@@ -10846,7 +10917,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10846
10917
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
10847
10918
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
10848
10919
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
10849
|
-
|
|
10920
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
10850
10921
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10851
10922
|
suggest?: true | undefined;
|
|
10852
10923
|
canExport?: boolean | null | undefined;
|
|
@@ -10875,7 +10946,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10875
10946
|
formula?: string | null | undefined;
|
|
10876
10947
|
context?: string[] | null | undefined;
|
|
10877
10948
|
prompt?: string | null | undefined;
|
|
10878
|
-
|
|
10949
|
+
matching?: Record<string, unknown> | undefined;
|
|
10879
10950
|
}, {
|
|
10880
10951
|
suggest?: true | undefined;
|
|
10881
10952
|
canExport?: boolean | null | undefined;
|
|
@@ -10904,7 +10975,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
10904
10975
|
formula?: string | null | undefined;
|
|
10905
10976
|
context?: string[] | null | undefined;
|
|
10906
10977
|
prompt?: string | null | undefined;
|
|
10907
|
-
|
|
10978
|
+
matching?: Record<string, unknown> | undefined;
|
|
10908
10979
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
10909
10980
|
type: import("zod").ZodLiteral<"date">;
|
|
10910
10981
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -11004,7 +11075,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11004
11075
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11005
11076
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
11006
11077
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11007
|
-
|
|
11078
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
11008
11079
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11009
11080
|
suggest?: true | undefined;
|
|
11010
11081
|
canExport?: boolean | null | undefined;
|
|
@@ -11033,7 +11104,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11033
11104
|
formula?: string | null | undefined;
|
|
11034
11105
|
context?: string[] | null | undefined;
|
|
11035
11106
|
prompt?: string | null | undefined;
|
|
11036
|
-
|
|
11107
|
+
matching?: Record<string, unknown> | undefined;
|
|
11037
11108
|
}, {
|
|
11038
11109
|
suggest?: true | undefined;
|
|
11039
11110
|
canExport?: boolean | null | undefined;
|
|
@@ -11062,7 +11133,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11062
11133
|
formula?: string | null | undefined;
|
|
11063
11134
|
context?: string[] | null | undefined;
|
|
11064
11135
|
prompt?: string | null | undefined;
|
|
11065
|
-
|
|
11136
|
+
matching?: Record<string, unknown> | undefined;
|
|
11066
11137
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
11067
11138
|
type: import("zod").ZodLiteral<"number">;
|
|
11068
11139
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -11189,7 +11260,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11189
11260
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11190
11261
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
11191
11262
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11192
|
-
|
|
11263
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
11193
11264
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11194
11265
|
suggest?: true | undefined;
|
|
11195
11266
|
canExport?: boolean | null | undefined;
|
|
@@ -11218,7 +11289,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11218
11289
|
formula?: string | null | undefined;
|
|
11219
11290
|
context?: string[] | null | undefined;
|
|
11220
11291
|
prompt?: string | null | undefined;
|
|
11221
|
-
|
|
11292
|
+
matching?: Record<string, unknown> | undefined;
|
|
11222
11293
|
}, {
|
|
11223
11294
|
suggest?: true | undefined;
|
|
11224
11295
|
canExport?: boolean | null | undefined;
|
|
@@ -11247,24 +11318,28 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11247
11318
|
formula?: string | null | undefined;
|
|
11248
11319
|
context?: string[] | null | undefined;
|
|
11249
11320
|
prompt?: string | null | undefined;
|
|
11250
|
-
|
|
11321
|
+
matching?: Record<string, unknown> | undefined;
|
|
11251
11322
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
11252
11323
|
type: import("zod").ZodLiteral<"enum">;
|
|
11253
11324
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
11254
11325
|
value: import("zod").ZodString;
|
|
11255
11326
|
label: import("zod").ZodString;
|
|
11327
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
11256
11328
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11257
11329
|
value: string;
|
|
11258
11330
|
label: string;
|
|
11331
|
+
struct?: unknown;
|
|
11259
11332
|
}, {
|
|
11260
11333
|
value: string;
|
|
11261
11334
|
label: string;
|
|
11335
|
+
struct?: unknown;
|
|
11262
11336
|
}>, "many">;
|
|
11263
11337
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
11264
11338
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11265
11339
|
options: {
|
|
11266
11340
|
value: string;
|
|
11267
11341
|
label: string;
|
|
11342
|
+
struct?: unknown;
|
|
11268
11343
|
}[];
|
|
11269
11344
|
type: "enum";
|
|
11270
11345
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -11272,6 +11347,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11272
11347
|
options: {
|
|
11273
11348
|
value: string;
|
|
11274
11349
|
label: string;
|
|
11350
|
+
struct?: unknown;
|
|
11275
11351
|
}[];
|
|
11276
11352
|
type: "enum";
|
|
11277
11353
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -11365,7 +11441,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11365
11441
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11366
11442
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
11367
11443
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
11368
|
-
|
|
11444
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
11369
11445
|
}, "strip", import("zod").ZodTypeAny, {
|
|
11370
11446
|
suggest?: true | undefined;
|
|
11371
11447
|
canExport?: boolean | null | undefined;
|
|
@@ -11394,7 +11470,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11394
11470
|
formula?: string | null | undefined;
|
|
11395
11471
|
context?: string[] | null | undefined;
|
|
11396
11472
|
prompt?: string | null | undefined;
|
|
11397
|
-
|
|
11473
|
+
matching?: Record<string, unknown> | undefined;
|
|
11398
11474
|
}, {
|
|
11399
11475
|
suggest?: true | undefined;
|
|
11400
11476
|
canExport?: boolean | null | undefined;
|
|
@@ -11423,7 +11499,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11423
11499
|
formula?: string | null | undefined;
|
|
11424
11500
|
context?: string[] | null | undefined;
|
|
11425
11501
|
prompt?: string | null | undefined;
|
|
11426
|
-
|
|
11502
|
+
matching?: Record<string, unknown> | undefined;
|
|
11427
11503
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
11428
11504
|
id: import("zod").ZodString;
|
|
11429
11505
|
label: import("zod").ZodString;
|
|
@@ -11507,7 +11583,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11507
11583
|
formula?: string | null | undefined;
|
|
11508
11584
|
context?: string[] | null | undefined;
|
|
11509
11585
|
prompt?: string | null | undefined;
|
|
11510
|
-
|
|
11586
|
+
matching?: Record<string, unknown> | undefined;
|
|
11511
11587
|
}) | ({
|
|
11512
11588
|
type: "date";
|
|
11513
11589
|
format?: string | null | undefined;
|
|
@@ -11547,7 +11623,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11547
11623
|
formula?: string | null | undefined;
|
|
11548
11624
|
context?: string[] | null | undefined;
|
|
11549
11625
|
prompt?: string | null | undefined;
|
|
11550
|
-
|
|
11626
|
+
matching?: Record<string, unknown> | undefined;
|
|
11551
11627
|
}) | ({
|
|
11552
11628
|
type: "number";
|
|
11553
11629
|
format?: string | null | undefined;
|
|
@@ -11592,11 +11668,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11592
11668
|
formula?: string | null | undefined;
|
|
11593
11669
|
context?: string[] | null | undefined;
|
|
11594
11670
|
prompt?: string | null | undefined;
|
|
11595
|
-
|
|
11671
|
+
matching?: Record<string, unknown> | undefined;
|
|
11596
11672
|
}) | ({
|
|
11597
11673
|
options: {
|
|
11598
11674
|
value: string;
|
|
11599
11675
|
label: string;
|
|
11676
|
+
struct?: unknown;
|
|
11600
11677
|
}[];
|
|
11601
11678
|
type: "enum";
|
|
11602
11679
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -11636,7 +11713,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11636
11713
|
formula?: string | null | undefined;
|
|
11637
11714
|
context?: string[] | null | undefined;
|
|
11638
11715
|
prompt?: string | null | undefined;
|
|
11639
|
-
|
|
11716
|
+
matching?: Record<string, unknown> | undefined;
|
|
11640
11717
|
}) | ({
|
|
11641
11718
|
id: string;
|
|
11642
11719
|
label: string;
|
|
@@ -11693,7 +11770,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11693
11770
|
formula?: string | null | undefined;
|
|
11694
11771
|
context?: string[] | null | undefined;
|
|
11695
11772
|
prompt?: string | null | undefined;
|
|
11696
|
-
|
|
11773
|
+
matching?: Record<string, unknown> | undefined;
|
|
11697
11774
|
}) | ({
|
|
11698
11775
|
type: "date";
|
|
11699
11776
|
format?: string | null | undefined;
|
|
@@ -11733,7 +11810,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11733
11810
|
formula?: string | null | undefined;
|
|
11734
11811
|
context?: string[] | null | undefined;
|
|
11735
11812
|
prompt?: string | null | undefined;
|
|
11736
|
-
|
|
11813
|
+
matching?: Record<string, unknown> | undefined;
|
|
11737
11814
|
}) | ({
|
|
11738
11815
|
type: "number";
|
|
11739
11816
|
format?: string | null | undefined;
|
|
@@ -11778,11 +11855,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11778
11855
|
formula?: string | null | undefined;
|
|
11779
11856
|
context?: string[] | null | undefined;
|
|
11780
11857
|
prompt?: string | null | undefined;
|
|
11781
|
-
|
|
11858
|
+
matching?: Record<string, unknown> | undefined;
|
|
11782
11859
|
}) | ({
|
|
11783
11860
|
options: {
|
|
11784
11861
|
value: string;
|
|
11785
11862
|
label: string;
|
|
11863
|
+
struct?: unknown;
|
|
11786
11864
|
}[];
|
|
11787
11865
|
type: "enum";
|
|
11788
11866
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -11822,7 +11900,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11822
11900
|
formula?: string | null | undefined;
|
|
11823
11901
|
context?: string[] | null | undefined;
|
|
11824
11902
|
prompt?: string | null | undefined;
|
|
11825
|
-
|
|
11903
|
+
matching?: Record<string, unknown> | undefined;
|
|
11826
11904
|
}) | ({
|
|
11827
11905
|
id: string;
|
|
11828
11906
|
label: string;
|
|
@@ -11899,7 +11977,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11899
11977
|
formula?: string | null | undefined;
|
|
11900
11978
|
context?: string[] | null | undefined;
|
|
11901
11979
|
prompt?: string | null | undefined;
|
|
11902
|
-
|
|
11980
|
+
matching?: Record<string, unknown> | undefined;
|
|
11903
11981
|
}) | ({
|
|
11904
11982
|
type: "date";
|
|
11905
11983
|
format?: string | null | undefined;
|
|
@@ -11939,7 +12017,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11939
12017
|
formula?: string | null | undefined;
|
|
11940
12018
|
context?: string[] | null | undefined;
|
|
11941
12019
|
prompt?: string | null | undefined;
|
|
11942
|
-
|
|
12020
|
+
matching?: Record<string, unknown> | undefined;
|
|
11943
12021
|
}) | ({
|
|
11944
12022
|
type: "number";
|
|
11945
12023
|
format?: string | null | undefined;
|
|
@@ -11984,11 +12062,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
11984
12062
|
formula?: string | null | undefined;
|
|
11985
12063
|
context?: string[] | null | undefined;
|
|
11986
12064
|
prompt?: string | null | undefined;
|
|
11987
|
-
|
|
12065
|
+
matching?: Record<string, unknown> | undefined;
|
|
11988
12066
|
}) | ({
|
|
11989
12067
|
options: {
|
|
11990
12068
|
value: string;
|
|
11991
12069
|
label: string;
|
|
12070
|
+
struct?: unknown;
|
|
11992
12071
|
}[];
|
|
11993
12072
|
type: "enum";
|
|
11994
12073
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -12028,7 +12107,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12028
12107
|
formula?: string | null | undefined;
|
|
12029
12108
|
context?: string[] | null | undefined;
|
|
12030
12109
|
prompt?: string | null | undefined;
|
|
12031
|
-
|
|
12110
|
+
matching?: Record<string, unknown> | undefined;
|
|
12032
12111
|
}) | ({
|
|
12033
12112
|
id: string;
|
|
12034
12113
|
label: string;
|
|
@@ -12093,7 +12172,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12093
12172
|
formula?: string | null | undefined;
|
|
12094
12173
|
context?: string[] | null | undefined;
|
|
12095
12174
|
prompt?: string | null | undefined;
|
|
12096
|
-
|
|
12175
|
+
matching?: Record<string, unknown> | undefined;
|
|
12097
12176
|
}) | ({
|
|
12098
12177
|
type: "date";
|
|
12099
12178
|
format?: string | null | undefined;
|
|
@@ -12133,7 +12212,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12133
12212
|
formula?: string | null | undefined;
|
|
12134
12213
|
context?: string[] | null | undefined;
|
|
12135
12214
|
prompt?: string | null | undefined;
|
|
12136
|
-
|
|
12215
|
+
matching?: Record<string, unknown> | undefined;
|
|
12137
12216
|
}) | ({
|
|
12138
12217
|
type: "number";
|
|
12139
12218
|
format?: string | null | undefined;
|
|
@@ -12178,11 +12257,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12178
12257
|
formula?: string | null | undefined;
|
|
12179
12258
|
context?: string[] | null | undefined;
|
|
12180
12259
|
prompt?: string | null | undefined;
|
|
12181
|
-
|
|
12260
|
+
matching?: Record<string, unknown> | undefined;
|
|
12182
12261
|
}) | ({
|
|
12183
12262
|
options: {
|
|
12184
12263
|
value: string;
|
|
12185
12264
|
label: string;
|
|
12265
|
+
struct?: unknown;
|
|
12186
12266
|
}[];
|
|
12187
12267
|
type: "enum";
|
|
12188
12268
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -12222,7 +12302,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12222
12302
|
formula?: string | null | undefined;
|
|
12223
12303
|
context?: string[] | null | undefined;
|
|
12224
12304
|
prompt?: string | null | undefined;
|
|
12225
|
-
|
|
12305
|
+
matching?: Record<string, unknown> | undefined;
|
|
12226
12306
|
}) | ({
|
|
12227
12307
|
id: string;
|
|
12228
12308
|
label: string;
|
|
@@ -12347,7 +12427,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12347
12427
|
formula?: string | null | undefined;
|
|
12348
12428
|
context?: string[] | null | undefined;
|
|
12349
12429
|
prompt?: string | null | undefined;
|
|
12350
|
-
|
|
12430
|
+
matching?: Record<string, unknown> | undefined;
|
|
12351
12431
|
}) | ({
|
|
12352
12432
|
type: "date";
|
|
12353
12433
|
format?: string | null | undefined;
|
|
@@ -12387,7 +12467,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12387
12467
|
formula?: string | null | undefined;
|
|
12388
12468
|
context?: string[] | null | undefined;
|
|
12389
12469
|
prompt?: string | null | undefined;
|
|
12390
|
-
|
|
12470
|
+
matching?: Record<string, unknown> | undefined;
|
|
12391
12471
|
}) | ({
|
|
12392
12472
|
type: "number";
|
|
12393
12473
|
format?: string | null | undefined;
|
|
@@ -12432,11 +12512,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12432
12512
|
formula?: string | null | undefined;
|
|
12433
12513
|
context?: string[] | null | undefined;
|
|
12434
12514
|
prompt?: string | null | undefined;
|
|
12435
|
-
|
|
12515
|
+
matching?: Record<string, unknown> | undefined;
|
|
12436
12516
|
}) | ({
|
|
12437
12517
|
options: {
|
|
12438
12518
|
value: string;
|
|
12439
12519
|
label: string;
|
|
12520
|
+
struct?: unknown;
|
|
12440
12521
|
}[];
|
|
12441
12522
|
type: "enum";
|
|
12442
12523
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -12476,7 +12557,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12476
12557
|
formula?: string | null | undefined;
|
|
12477
12558
|
context?: string[] | null | undefined;
|
|
12478
12559
|
prompt?: string | null | undefined;
|
|
12479
|
-
|
|
12560
|
+
matching?: Record<string, unknown> | undefined;
|
|
12480
12561
|
}) | ({
|
|
12481
12562
|
id: string;
|
|
12482
12563
|
label: string;
|
|
@@ -12530,7 +12611,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12530
12611
|
formula?: string | null | undefined;
|
|
12531
12612
|
context?: string[] | null | undefined;
|
|
12532
12613
|
prompt?: string | null | undefined;
|
|
12533
|
-
|
|
12614
|
+
matching?: Record<string, unknown> | undefined;
|
|
12534
12615
|
}) | ({
|
|
12535
12616
|
type: "date";
|
|
12536
12617
|
format?: string | null | undefined;
|
|
@@ -12570,7 +12651,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12570
12651
|
formula?: string | null | undefined;
|
|
12571
12652
|
context?: string[] | null | undefined;
|
|
12572
12653
|
prompt?: string | null | undefined;
|
|
12573
|
-
|
|
12654
|
+
matching?: Record<string, unknown> | undefined;
|
|
12574
12655
|
}) | ({
|
|
12575
12656
|
type: "number";
|
|
12576
12657
|
format?: string | null | undefined;
|
|
@@ -12615,11 +12696,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12615
12696
|
formula?: string | null | undefined;
|
|
12616
12697
|
context?: string[] | null | undefined;
|
|
12617
12698
|
prompt?: string | null | undefined;
|
|
12618
|
-
|
|
12699
|
+
matching?: Record<string, unknown> | undefined;
|
|
12619
12700
|
}) | ({
|
|
12620
12701
|
options: {
|
|
12621
12702
|
value: string;
|
|
12622
12703
|
label: string;
|
|
12704
|
+
struct?: unknown;
|
|
12623
12705
|
}[];
|
|
12624
12706
|
type: "enum";
|
|
12625
12707
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -12659,7 +12741,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12659
12741
|
formula?: string | null | undefined;
|
|
12660
12742
|
context?: string[] | null | undefined;
|
|
12661
12743
|
prompt?: string | null | undefined;
|
|
12662
|
-
|
|
12744
|
+
matching?: Record<string, unknown> | undefined;
|
|
12663
12745
|
}) | ({
|
|
12664
12746
|
id: string;
|
|
12665
12747
|
label: string;
|
|
@@ -12722,7 +12804,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12722
12804
|
formula?: string | null | undefined;
|
|
12723
12805
|
context?: string[] | null | undefined;
|
|
12724
12806
|
prompt?: string | null | undefined;
|
|
12725
|
-
|
|
12807
|
+
matching?: Record<string, unknown> | undefined;
|
|
12726
12808
|
}) | ({
|
|
12727
12809
|
type: "date";
|
|
12728
12810
|
format?: string | null | undefined;
|
|
@@ -12762,7 +12844,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12762
12844
|
formula?: string | null | undefined;
|
|
12763
12845
|
context?: string[] | null | undefined;
|
|
12764
12846
|
prompt?: string | null | undefined;
|
|
12765
|
-
|
|
12847
|
+
matching?: Record<string, unknown> | undefined;
|
|
12766
12848
|
}) | ({
|
|
12767
12849
|
type: "number";
|
|
12768
12850
|
format?: string | null | undefined;
|
|
@@ -12807,11 +12889,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12807
12889
|
formula?: string | null | undefined;
|
|
12808
12890
|
context?: string[] | null | undefined;
|
|
12809
12891
|
prompt?: string | null | undefined;
|
|
12810
|
-
|
|
12892
|
+
matching?: Record<string, unknown> | undefined;
|
|
12811
12893
|
}) | ({
|
|
12812
12894
|
options: {
|
|
12813
12895
|
value: string;
|
|
12814
12896
|
label: string;
|
|
12897
|
+
struct?: unknown;
|
|
12815
12898
|
}[];
|
|
12816
12899
|
type: "enum";
|
|
12817
12900
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -12851,7 +12934,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12851
12934
|
formula?: string | null | undefined;
|
|
12852
12935
|
context?: string[] | null | undefined;
|
|
12853
12936
|
prompt?: string | null | undefined;
|
|
12854
|
-
|
|
12937
|
+
matching?: Record<string, unknown> | undefined;
|
|
12855
12938
|
}) | ({
|
|
12856
12939
|
id: string;
|
|
12857
12940
|
label: string;
|
|
@@ -12924,7 +13007,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12924
13007
|
formula?: string | null | undefined;
|
|
12925
13008
|
context?: string[] | null | undefined;
|
|
12926
13009
|
prompt?: string | null | undefined;
|
|
12927
|
-
|
|
13010
|
+
matching?: Record<string, unknown> | undefined;
|
|
12928
13011
|
}) | ({
|
|
12929
13012
|
type: "date";
|
|
12930
13013
|
format?: string | null | undefined;
|
|
@@ -12964,7 +13047,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
12964
13047
|
formula?: string | null | undefined;
|
|
12965
13048
|
context?: string[] | null | undefined;
|
|
12966
13049
|
prompt?: string | null | undefined;
|
|
12967
|
-
|
|
13050
|
+
matching?: Record<string, unknown> | undefined;
|
|
12968
13051
|
}) | ({
|
|
12969
13052
|
type: "number";
|
|
12970
13053
|
format?: string | null | undefined;
|
|
@@ -13009,11 +13092,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13009
13092
|
formula?: string | null | undefined;
|
|
13010
13093
|
context?: string[] | null | undefined;
|
|
13011
13094
|
prompt?: string | null | undefined;
|
|
13012
|
-
|
|
13095
|
+
matching?: Record<string, unknown> | undefined;
|
|
13013
13096
|
}) | ({
|
|
13014
13097
|
options: {
|
|
13015
13098
|
value: string;
|
|
13016
13099
|
label: string;
|
|
13100
|
+
struct?: unknown;
|
|
13017
13101
|
}[];
|
|
13018
13102
|
type: "enum";
|
|
13019
13103
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -13053,7 +13137,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13053
13137
|
formula?: string | null | undefined;
|
|
13054
13138
|
context?: string[] | null | undefined;
|
|
13055
13139
|
prompt?: string | null | undefined;
|
|
13056
|
-
|
|
13140
|
+
matching?: Record<string, unknown> | undefined;
|
|
13057
13141
|
}) | ({
|
|
13058
13142
|
id: string;
|
|
13059
13143
|
label: string;
|
|
@@ -13137,7 +13221,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13137
13221
|
formula?: string | null | undefined;
|
|
13138
13222
|
context?: string[] | null | undefined;
|
|
13139
13223
|
prompt?: string | null | undefined;
|
|
13140
|
-
|
|
13224
|
+
matching?: Record<string, unknown> | undefined;
|
|
13141
13225
|
}) | ({
|
|
13142
13226
|
type: "date";
|
|
13143
13227
|
format?: string | null | undefined;
|
|
@@ -13177,7 +13261,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13177
13261
|
formula?: string | null | undefined;
|
|
13178
13262
|
context?: string[] | null | undefined;
|
|
13179
13263
|
prompt?: string | null | undefined;
|
|
13180
|
-
|
|
13264
|
+
matching?: Record<string, unknown> | undefined;
|
|
13181
13265
|
}) | ({
|
|
13182
13266
|
type: "number";
|
|
13183
13267
|
format?: string | null | undefined;
|
|
@@ -13222,11 +13306,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13222
13306
|
formula?: string | null | undefined;
|
|
13223
13307
|
context?: string[] | null | undefined;
|
|
13224
13308
|
prompt?: string | null | undefined;
|
|
13225
|
-
|
|
13309
|
+
matching?: Record<string, unknown> | undefined;
|
|
13226
13310
|
}) | ({
|
|
13227
13311
|
options: {
|
|
13228
13312
|
value: string;
|
|
13229
13313
|
label: string;
|
|
13314
|
+
struct?: unknown;
|
|
13230
13315
|
}[];
|
|
13231
13316
|
type: "enum";
|
|
13232
13317
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -13266,7 +13351,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13266
13351
|
formula?: string | null | undefined;
|
|
13267
13352
|
context?: string[] | null | undefined;
|
|
13268
13353
|
prompt?: string | null | undefined;
|
|
13269
|
-
|
|
13354
|
+
matching?: Record<string, unknown> | undefined;
|
|
13270
13355
|
}) | ({
|
|
13271
13356
|
id: string;
|
|
13272
13357
|
label: string;
|
|
@@ -13320,7 +13405,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13320
13405
|
formula?: string | null | undefined;
|
|
13321
13406
|
context?: string[] | null | undefined;
|
|
13322
13407
|
prompt?: string | null | undefined;
|
|
13323
|
-
|
|
13408
|
+
matching?: Record<string, unknown> | undefined;
|
|
13324
13409
|
}) | ({
|
|
13325
13410
|
type: "date";
|
|
13326
13411
|
format?: string | null | undefined;
|
|
@@ -13360,7 +13445,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13360
13445
|
formula?: string | null | undefined;
|
|
13361
13446
|
context?: string[] | null | undefined;
|
|
13362
13447
|
prompt?: string | null | undefined;
|
|
13363
|
-
|
|
13448
|
+
matching?: Record<string, unknown> | undefined;
|
|
13364
13449
|
}) | ({
|
|
13365
13450
|
type: "number";
|
|
13366
13451
|
format?: string | null | undefined;
|
|
@@ -13405,11 +13490,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13405
13490
|
formula?: string | null | undefined;
|
|
13406
13491
|
context?: string[] | null | undefined;
|
|
13407
13492
|
prompt?: string | null | undefined;
|
|
13408
|
-
|
|
13493
|
+
matching?: Record<string, unknown> | undefined;
|
|
13409
13494
|
}) | ({
|
|
13410
13495
|
options: {
|
|
13411
13496
|
value: string;
|
|
13412
13497
|
label: string;
|
|
13498
|
+
struct?: unknown;
|
|
13413
13499
|
}[];
|
|
13414
13500
|
type: "enum";
|
|
13415
13501
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -13449,7 +13535,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13449
13535
|
formula?: string | null | undefined;
|
|
13450
13536
|
context?: string[] | null | undefined;
|
|
13451
13537
|
prompt?: string | null | undefined;
|
|
13452
|
-
|
|
13538
|
+
matching?: Record<string, unknown> | undefined;
|
|
13453
13539
|
}) | ({
|
|
13454
13540
|
id: string;
|
|
13455
13541
|
label: string;
|
|
@@ -13512,7 +13598,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13512
13598
|
formula?: string | null | undefined;
|
|
13513
13599
|
context?: string[] | null | undefined;
|
|
13514
13600
|
prompt?: string | null | undefined;
|
|
13515
|
-
|
|
13601
|
+
matching?: Record<string, unknown> | undefined;
|
|
13516
13602
|
}) | ({
|
|
13517
13603
|
type: "date";
|
|
13518
13604
|
format?: string | null | undefined;
|
|
@@ -13552,7 +13638,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13552
13638
|
formula?: string | null | undefined;
|
|
13553
13639
|
context?: string[] | null | undefined;
|
|
13554
13640
|
prompt?: string | null | undefined;
|
|
13555
|
-
|
|
13641
|
+
matching?: Record<string, unknown> | undefined;
|
|
13556
13642
|
}) | ({
|
|
13557
13643
|
type: "number";
|
|
13558
13644
|
format?: string | null | undefined;
|
|
@@ -13597,11 +13683,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13597
13683
|
formula?: string | null | undefined;
|
|
13598
13684
|
context?: string[] | null | undefined;
|
|
13599
13685
|
prompt?: string | null | undefined;
|
|
13600
|
-
|
|
13686
|
+
matching?: Record<string, unknown> | undefined;
|
|
13601
13687
|
}) | ({
|
|
13602
13688
|
options: {
|
|
13603
13689
|
value: string;
|
|
13604
13690
|
label: string;
|
|
13691
|
+
struct?: unknown;
|
|
13605
13692
|
}[];
|
|
13606
13693
|
type: "enum";
|
|
13607
13694
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -13641,7 +13728,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13641
13728
|
formula?: string | null | undefined;
|
|
13642
13729
|
context?: string[] | null | undefined;
|
|
13643
13730
|
prompt?: string | null | undefined;
|
|
13644
|
-
|
|
13731
|
+
matching?: Record<string, unknown> | undefined;
|
|
13645
13732
|
}) | ({
|
|
13646
13733
|
id: string;
|
|
13647
13734
|
label: string;
|
|
@@ -13714,7 +13801,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13714
13801
|
formula?: string | null | undefined;
|
|
13715
13802
|
context?: string[] | null | undefined;
|
|
13716
13803
|
prompt?: string | null | undefined;
|
|
13717
|
-
|
|
13804
|
+
matching?: Record<string, unknown> | undefined;
|
|
13718
13805
|
}) | ({
|
|
13719
13806
|
type: "date";
|
|
13720
13807
|
format?: string | null | undefined;
|
|
@@ -13754,7 +13841,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13754
13841
|
formula?: string | null | undefined;
|
|
13755
13842
|
context?: string[] | null | undefined;
|
|
13756
13843
|
prompt?: string | null | undefined;
|
|
13757
|
-
|
|
13844
|
+
matching?: Record<string, unknown> | undefined;
|
|
13758
13845
|
}) | ({
|
|
13759
13846
|
type: "number";
|
|
13760
13847
|
format?: string | null | undefined;
|
|
@@ -13799,11 +13886,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13799
13886
|
formula?: string | null | undefined;
|
|
13800
13887
|
context?: string[] | null | undefined;
|
|
13801
13888
|
prompt?: string | null | undefined;
|
|
13802
|
-
|
|
13889
|
+
matching?: Record<string, unknown> | undefined;
|
|
13803
13890
|
}) | ({
|
|
13804
13891
|
options: {
|
|
13805
13892
|
value: string;
|
|
13806
13893
|
label: string;
|
|
13894
|
+
struct?: unknown;
|
|
13807
13895
|
}[];
|
|
13808
13896
|
type: "enum";
|
|
13809
13897
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -13843,7 +13931,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13843
13931
|
formula?: string | null | undefined;
|
|
13844
13932
|
context?: string[] | null | undefined;
|
|
13845
13933
|
prompt?: string | null | undefined;
|
|
13846
|
-
|
|
13934
|
+
matching?: Record<string, unknown> | undefined;
|
|
13847
13935
|
}) | ({
|
|
13848
13936
|
id: string;
|
|
13849
13937
|
label: string;
|
|
@@ -13889,6 +13977,8 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13889
13977
|
category: "section";
|
|
13890
13978
|
icon?: string | null | undefined;
|
|
13891
13979
|
}>>, "many">>>;
|
|
13980
|
+
modifiedBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
13981
|
+
modifiedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
13892
13982
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13893
13983
|
id?: number | undefined;
|
|
13894
13984
|
name?: string | undefined;
|
|
@@ -13940,7 +14030,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13940
14030
|
formula?: string | null | undefined;
|
|
13941
14031
|
context?: string[] | null | undefined;
|
|
13942
14032
|
prompt?: string | null | undefined;
|
|
13943
|
-
|
|
14033
|
+
matching?: Record<string, unknown> | undefined;
|
|
13944
14034
|
}) | ({
|
|
13945
14035
|
type: "date";
|
|
13946
14036
|
format?: string | null | undefined;
|
|
@@ -13980,7 +14070,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
13980
14070
|
formula?: string | null | undefined;
|
|
13981
14071
|
context?: string[] | null | undefined;
|
|
13982
14072
|
prompt?: string | null | undefined;
|
|
13983
|
-
|
|
14073
|
+
matching?: Record<string, unknown> | undefined;
|
|
13984
14074
|
}) | ({
|
|
13985
14075
|
type: "number";
|
|
13986
14076
|
format?: string | null | undefined;
|
|
@@ -14025,11 +14115,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14025
14115
|
formula?: string | null | undefined;
|
|
14026
14116
|
context?: string[] | null | undefined;
|
|
14027
14117
|
prompt?: string | null | undefined;
|
|
14028
|
-
|
|
14118
|
+
matching?: Record<string, unknown> | undefined;
|
|
14029
14119
|
}) | ({
|
|
14030
14120
|
options: {
|
|
14031
14121
|
value: string;
|
|
14032
14122
|
label: string;
|
|
14123
|
+
struct?: unknown;
|
|
14033
14124
|
}[];
|
|
14034
14125
|
type: "enum";
|
|
14035
14126
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -14069,7 +14160,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14069
14160
|
formula?: string | null | undefined;
|
|
14070
14161
|
context?: string[] | null | undefined;
|
|
14071
14162
|
prompt?: string | null | undefined;
|
|
14072
|
-
|
|
14163
|
+
matching?: Record<string, unknown> | undefined;
|
|
14073
14164
|
}) | ({
|
|
14074
14165
|
id: string;
|
|
14075
14166
|
label: string;
|
|
@@ -14123,7 +14214,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14123
14214
|
formula?: string | null | undefined;
|
|
14124
14215
|
context?: string[] | null | undefined;
|
|
14125
14216
|
prompt?: string | null | undefined;
|
|
14126
|
-
|
|
14217
|
+
matching?: Record<string, unknown> | undefined;
|
|
14127
14218
|
}) | ({
|
|
14128
14219
|
type: "date";
|
|
14129
14220
|
format?: string | null | undefined;
|
|
@@ -14163,7 +14254,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14163
14254
|
formula?: string | null | undefined;
|
|
14164
14255
|
context?: string[] | null | undefined;
|
|
14165
14256
|
prompt?: string | null | undefined;
|
|
14166
|
-
|
|
14257
|
+
matching?: Record<string, unknown> | undefined;
|
|
14167
14258
|
}) | ({
|
|
14168
14259
|
type: "number";
|
|
14169
14260
|
format?: string | null | undefined;
|
|
@@ -14208,11 +14299,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14208
14299
|
formula?: string | null | undefined;
|
|
14209
14300
|
context?: string[] | null | undefined;
|
|
14210
14301
|
prompt?: string | null | undefined;
|
|
14211
|
-
|
|
14302
|
+
matching?: Record<string, unknown> | undefined;
|
|
14212
14303
|
}) | ({
|
|
14213
14304
|
options: {
|
|
14214
14305
|
value: string;
|
|
14215
14306
|
label: string;
|
|
14307
|
+
struct?: unknown;
|
|
14216
14308
|
}[];
|
|
14217
14309
|
type: "enum";
|
|
14218
14310
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -14252,7 +14344,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14252
14344
|
formula?: string | null | undefined;
|
|
14253
14345
|
context?: string[] | null | undefined;
|
|
14254
14346
|
prompt?: string | null | undefined;
|
|
14255
|
-
|
|
14347
|
+
matching?: Record<string, unknown> | undefined;
|
|
14256
14348
|
}) | ({
|
|
14257
14349
|
id: string;
|
|
14258
14350
|
label: string;
|
|
@@ -14315,7 +14407,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14315
14407
|
formula?: string | null | undefined;
|
|
14316
14408
|
context?: string[] | null | undefined;
|
|
14317
14409
|
prompt?: string | null | undefined;
|
|
14318
|
-
|
|
14410
|
+
matching?: Record<string, unknown> | undefined;
|
|
14319
14411
|
}) | ({
|
|
14320
14412
|
type: "date";
|
|
14321
14413
|
format?: string | null | undefined;
|
|
@@ -14355,7 +14447,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14355
14447
|
formula?: string | null | undefined;
|
|
14356
14448
|
context?: string[] | null | undefined;
|
|
14357
14449
|
prompt?: string | null | undefined;
|
|
14358
|
-
|
|
14450
|
+
matching?: Record<string, unknown> | undefined;
|
|
14359
14451
|
}) | ({
|
|
14360
14452
|
type: "number";
|
|
14361
14453
|
format?: string | null | undefined;
|
|
@@ -14400,11 +14492,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14400
14492
|
formula?: string | null | undefined;
|
|
14401
14493
|
context?: string[] | null | undefined;
|
|
14402
14494
|
prompt?: string | null | undefined;
|
|
14403
|
-
|
|
14495
|
+
matching?: Record<string, unknown> | undefined;
|
|
14404
14496
|
}) | ({
|
|
14405
14497
|
options: {
|
|
14406
14498
|
value: string;
|
|
14407
14499
|
label: string;
|
|
14500
|
+
struct?: unknown;
|
|
14408
14501
|
}[];
|
|
14409
14502
|
type: "enum";
|
|
14410
14503
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -14444,7 +14537,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14444
14537
|
formula?: string | null | undefined;
|
|
14445
14538
|
context?: string[] | null | undefined;
|
|
14446
14539
|
prompt?: string | null | undefined;
|
|
14447
|
-
|
|
14540
|
+
matching?: Record<string, unknown> | undefined;
|
|
14448
14541
|
}) | ({
|
|
14449
14542
|
id: string;
|
|
14450
14543
|
label: string;
|
|
@@ -14517,7 +14610,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14517
14610
|
formula?: string | null | undefined;
|
|
14518
14611
|
context?: string[] | null | undefined;
|
|
14519
14612
|
prompt?: string | null | undefined;
|
|
14520
|
-
|
|
14613
|
+
matching?: Record<string, unknown> | undefined;
|
|
14521
14614
|
}) | ({
|
|
14522
14615
|
type: "date";
|
|
14523
14616
|
format?: string | null | undefined;
|
|
@@ -14557,7 +14650,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14557
14650
|
formula?: string | null | undefined;
|
|
14558
14651
|
context?: string[] | null | undefined;
|
|
14559
14652
|
prompt?: string | null | undefined;
|
|
14560
|
-
|
|
14653
|
+
matching?: Record<string, unknown> | undefined;
|
|
14561
14654
|
}) | ({
|
|
14562
14655
|
type: "number";
|
|
14563
14656
|
format?: string | null | undefined;
|
|
@@ -14602,11 +14695,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14602
14695
|
formula?: string | null | undefined;
|
|
14603
14696
|
context?: string[] | null | undefined;
|
|
14604
14697
|
prompt?: string | null | undefined;
|
|
14605
|
-
|
|
14698
|
+
matching?: Record<string, unknown> | undefined;
|
|
14606
14699
|
}) | ({
|
|
14607
14700
|
options: {
|
|
14608
14701
|
value: string;
|
|
14609
14702
|
label: string;
|
|
14703
|
+
struct?: unknown;
|
|
14610
14704
|
}[];
|
|
14611
14705
|
type: "enum";
|
|
14612
14706
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -14646,7 +14740,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14646
14740
|
formula?: string | null | undefined;
|
|
14647
14741
|
context?: string[] | null | undefined;
|
|
14648
14742
|
prompt?: string | null | undefined;
|
|
14649
|
-
|
|
14743
|
+
matching?: Record<string, unknown> | undefined;
|
|
14650
14744
|
}) | ({
|
|
14651
14745
|
id: string;
|
|
14652
14746
|
label: string;
|
|
@@ -14692,6 +14786,8 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14692
14786
|
category: "section";
|
|
14693
14787
|
icon?: string | null | undefined;
|
|
14694
14788
|
})[] | undefined;
|
|
14789
|
+
modifiedBy?: string | null | undefined;
|
|
14790
|
+
modifiedAt?: string | null | undefined;
|
|
14695
14791
|
}, {
|
|
14696
14792
|
id?: number | undefined;
|
|
14697
14793
|
name?: string | undefined;
|
|
@@ -14743,7 +14839,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14743
14839
|
formula?: string | null | undefined;
|
|
14744
14840
|
context?: string[] | null | undefined;
|
|
14745
14841
|
prompt?: string | null | undefined;
|
|
14746
|
-
|
|
14842
|
+
matching?: Record<string, unknown> | undefined;
|
|
14747
14843
|
}) | ({
|
|
14748
14844
|
type: "date";
|
|
14749
14845
|
format?: string | null | undefined;
|
|
@@ -14783,7 +14879,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14783
14879
|
formula?: string | null | undefined;
|
|
14784
14880
|
context?: string[] | null | undefined;
|
|
14785
14881
|
prompt?: string | null | undefined;
|
|
14786
|
-
|
|
14882
|
+
matching?: Record<string, unknown> | undefined;
|
|
14787
14883
|
}) | ({
|
|
14788
14884
|
type: "number";
|
|
14789
14885
|
format?: string | null | undefined;
|
|
@@ -14828,11 +14924,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14828
14924
|
formula?: string | null | undefined;
|
|
14829
14925
|
context?: string[] | null | undefined;
|
|
14830
14926
|
prompt?: string | null | undefined;
|
|
14831
|
-
|
|
14927
|
+
matching?: Record<string, unknown> | undefined;
|
|
14832
14928
|
}) | ({
|
|
14833
14929
|
options: {
|
|
14834
14930
|
value: string;
|
|
14835
14931
|
label: string;
|
|
14932
|
+
struct?: unknown;
|
|
14836
14933
|
}[];
|
|
14837
14934
|
type: "enum";
|
|
14838
14935
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -14872,7 +14969,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14872
14969
|
formula?: string | null | undefined;
|
|
14873
14970
|
context?: string[] | null | undefined;
|
|
14874
14971
|
prompt?: string | null | undefined;
|
|
14875
|
-
|
|
14972
|
+
matching?: Record<string, unknown> | undefined;
|
|
14876
14973
|
}) | ({
|
|
14877
14974
|
id: string;
|
|
14878
14975
|
label: string;
|
|
@@ -14926,7 +15023,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14926
15023
|
formula?: string | null | undefined;
|
|
14927
15024
|
context?: string[] | null | undefined;
|
|
14928
15025
|
prompt?: string | null | undefined;
|
|
14929
|
-
|
|
15026
|
+
matching?: Record<string, unknown> | undefined;
|
|
14930
15027
|
}) | ({
|
|
14931
15028
|
type: "date";
|
|
14932
15029
|
format?: string | null | undefined;
|
|
@@ -14966,7 +15063,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
14966
15063
|
formula?: string | null | undefined;
|
|
14967
15064
|
context?: string[] | null | undefined;
|
|
14968
15065
|
prompt?: string | null | undefined;
|
|
14969
|
-
|
|
15066
|
+
matching?: Record<string, unknown> | undefined;
|
|
14970
15067
|
}) | ({
|
|
14971
15068
|
type: "number";
|
|
14972
15069
|
format?: string | null | undefined;
|
|
@@ -15011,11 +15108,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15011
15108
|
formula?: string | null | undefined;
|
|
15012
15109
|
context?: string[] | null | undefined;
|
|
15013
15110
|
prompt?: string | null | undefined;
|
|
15014
|
-
|
|
15111
|
+
matching?: Record<string, unknown> | undefined;
|
|
15015
15112
|
}) | ({
|
|
15016
15113
|
options: {
|
|
15017
15114
|
value: string;
|
|
15018
15115
|
label: string;
|
|
15116
|
+
struct?: unknown;
|
|
15019
15117
|
}[];
|
|
15020
15118
|
type: "enum";
|
|
15021
15119
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -15055,7 +15153,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15055
15153
|
formula?: string | null | undefined;
|
|
15056
15154
|
context?: string[] | null | undefined;
|
|
15057
15155
|
prompt?: string | null | undefined;
|
|
15058
|
-
|
|
15156
|
+
matching?: Record<string, unknown> | undefined;
|
|
15059
15157
|
}) | ({
|
|
15060
15158
|
id: string;
|
|
15061
15159
|
label: string;
|
|
@@ -15118,7 +15216,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15118
15216
|
formula?: string | null | undefined;
|
|
15119
15217
|
context?: string[] | null | undefined;
|
|
15120
15218
|
prompt?: string | null | undefined;
|
|
15121
|
-
|
|
15219
|
+
matching?: Record<string, unknown> | undefined;
|
|
15122
15220
|
}) | ({
|
|
15123
15221
|
type: "date";
|
|
15124
15222
|
format?: string | null | undefined;
|
|
@@ -15158,7 +15256,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15158
15256
|
formula?: string | null | undefined;
|
|
15159
15257
|
context?: string[] | null | undefined;
|
|
15160
15258
|
prompt?: string | null | undefined;
|
|
15161
|
-
|
|
15259
|
+
matching?: Record<string, unknown> | undefined;
|
|
15162
15260
|
}) | ({
|
|
15163
15261
|
type: "number";
|
|
15164
15262
|
format?: string | null | undefined;
|
|
@@ -15203,11 +15301,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15203
15301
|
formula?: string | null | undefined;
|
|
15204
15302
|
context?: string[] | null | undefined;
|
|
15205
15303
|
prompt?: string | null | undefined;
|
|
15206
|
-
|
|
15304
|
+
matching?: Record<string, unknown> | undefined;
|
|
15207
15305
|
}) | ({
|
|
15208
15306
|
options: {
|
|
15209
15307
|
value: string;
|
|
15210
15308
|
label: string;
|
|
15309
|
+
struct?: unknown;
|
|
15211
15310
|
}[];
|
|
15212
15311
|
type: "enum";
|
|
15213
15312
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -15247,7 +15346,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15247
15346
|
formula?: string | null | undefined;
|
|
15248
15347
|
context?: string[] | null | undefined;
|
|
15249
15348
|
prompt?: string | null | undefined;
|
|
15250
|
-
|
|
15349
|
+
matching?: Record<string, unknown> | undefined;
|
|
15251
15350
|
}) | ({
|
|
15252
15351
|
id: string;
|
|
15253
15352
|
label: string;
|
|
@@ -15320,7 +15419,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15320
15419
|
formula?: string | null | undefined;
|
|
15321
15420
|
context?: string[] | null | undefined;
|
|
15322
15421
|
prompt?: string | null | undefined;
|
|
15323
|
-
|
|
15422
|
+
matching?: Record<string, unknown> | undefined;
|
|
15324
15423
|
}) | ({
|
|
15325
15424
|
type: "date";
|
|
15326
15425
|
format?: string | null | undefined;
|
|
@@ -15360,7 +15459,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15360
15459
|
formula?: string | null | undefined;
|
|
15361
15460
|
context?: string[] | null | undefined;
|
|
15362
15461
|
prompt?: string | null | undefined;
|
|
15363
|
-
|
|
15462
|
+
matching?: Record<string, unknown> | undefined;
|
|
15364
15463
|
}) | ({
|
|
15365
15464
|
type: "number";
|
|
15366
15465
|
format?: string | null | undefined;
|
|
@@ -15405,11 +15504,12 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15405
15504
|
formula?: string | null | undefined;
|
|
15406
15505
|
context?: string[] | null | undefined;
|
|
15407
15506
|
prompt?: string | null | undefined;
|
|
15408
|
-
|
|
15507
|
+
matching?: Record<string, unknown> | undefined;
|
|
15409
15508
|
}) | ({
|
|
15410
15509
|
options: {
|
|
15411
15510
|
value: string;
|
|
15412
15511
|
label: string;
|
|
15512
|
+
struct?: unknown;
|
|
15413
15513
|
}[];
|
|
15414
15514
|
type: "enum";
|
|
15415
15515
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -15449,7 +15549,7 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15449
15549
|
formula?: string | null | undefined;
|
|
15450
15550
|
context?: string[] | null | undefined;
|
|
15451
15551
|
prompt?: string | null | undefined;
|
|
15452
|
-
|
|
15552
|
+
matching?: Record<string, unknown> | undefined;
|
|
15453
15553
|
}) | ({
|
|
15454
15554
|
id: string;
|
|
15455
15555
|
label: string;
|
|
@@ -15495,6 +15595,69 @@ export declare const patch: (schemaId: ID, payload: PatchSchemaPayload) => {
|
|
|
15495
15595
|
category: "section";
|
|
15496
15596
|
icon?: string | null | undefined;
|
|
15497
15597
|
})[] | undefined;
|
|
15598
|
+
modifiedBy?: string | null | undefined;
|
|
15599
|
+
modifiedAt?: string | null | undefined;
|
|
15498
15600
|
}>;
|
|
15499
15601
|
readonly payload: Partial<Schema>;
|
|
15500
15602
|
};
|
|
15603
|
+
export declare const patchRaw: (schemaId: ID, payload: PatchRawSchemaPayload) => {
|
|
15604
|
+
readonly endpoint: `/schemas/${number}`;
|
|
15605
|
+
readonly method: "PATCH";
|
|
15606
|
+
readonly responseSchema: import("zod").ZodObject<{
|
|
15607
|
+
id: import("zod").ZodNumber;
|
|
15608
|
+
name: import("zod").ZodString;
|
|
15609
|
+
url: import("zod").ZodString;
|
|
15610
|
+
queues: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
15611
|
+
metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
15612
|
+
content: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
15613
|
+
modifiedBy: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15614
|
+
modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15615
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
15616
|
+
url: string;
|
|
15617
|
+
id: number;
|
|
15618
|
+
modifiedAt: string | null;
|
|
15619
|
+
name: string;
|
|
15620
|
+
queues: string[];
|
|
15621
|
+
modifiedBy: string | null;
|
|
15622
|
+
metadata?: unknown;
|
|
15623
|
+
content?: unknown;
|
|
15624
|
+
}, {
|
|
15625
|
+
url: string;
|
|
15626
|
+
id: number;
|
|
15627
|
+
modifiedAt: string | null;
|
|
15628
|
+
name: string;
|
|
15629
|
+
queues: string[];
|
|
15630
|
+
modifiedBy: string | null;
|
|
15631
|
+
metadata?: unknown;
|
|
15632
|
+
content?: unknown;
|
|
15633
|
+
}>;
|
|
15634
|
+
readonly payloadSchema: import("zod").ZodObject<{
|
|
15635
|
+
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
15636
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15637
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15638
|
+
queues: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
15639
|
+
metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
15640
|
+
content: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodUnknown>>;
|
|
15641
|
+
modifiedBy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
15642
|
+
modifiedAt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
15643
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
15644
|
+
id?: number | undefined;
|
|
15645
|
+
name?: string | undefined;
|
|
15646
|
+
url?: string | undefined;
|
|
15647
|
+
queues?: string[] | undefined;
|
|
15648
|
+
metadata?: unknown;
|
|
15649
|
+
content?: unknown;
|
|
15650
|
+
modifiedBy?: string | null | undefined;
|
|
15651
|
+
modifiedAt?: string | null | undefined;
|
|
15652
|
+
}, {
|
|
15653
|
+
id?: number | undefined;
|
|
15654
|
+
name?: string | undefined;
|
|
15655
|
+
url?: string | undefined;
|
|
15656
|
+
queues?: string[] | undefined;
|
|
15657
|
+
metadata?: unknown;
|
|
15658
|
+
content?: unknown;
|
|
15659
|
+
modifiedBy?: string | null | undefined;
|
|
15660
|
+
modifiedAt?: string | null | undefined;
|
|
15661
|
+
}>;
|
|
15662
|
+
readonly payload: Partial<RawSchema>;
|
|
15663
|
+
};
|