@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
|
@@ -127,7 +127,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
127
127
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
128
128
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
129
129
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
130
|
-
|
|
130
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
131
131
|
}, "strip", import("zod").ZodTypeAny, {
|
|
132
132
|
suggest?: true | undefined;
|
|
133
133
|
canExport?: boolean | null | undefined;
|
|
@@ -156,7 +156,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
156
156
|
formula?: string | null | undefined;
|
|
157
157
|
context?: string[] | null | undefined;
|
|
158
158
|
prompt?: string | null | undefined;
|
|
159
|
-
|
|
159
|
+
matching?: Record<string, unknown> | undefined;
|
|
160
160
|
}, {
|
|
161
161
|
suggest?: true | undefined;
|
|
162
162
|
canExport?: boolean | null | undefined;
|
|
@@ -185,7 +185,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
185
185
|
formula?: string | null | undefined;
|
|
186
186
|
context?: string[] | null | undefined;
|
|
187
187
|
prompt?: string | null | undefined;
|
|
188
|
-
|
|
188
|
+
matching?: Record<string, unknown> | undefined;
|
|
189
189
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
190
190
|
type: import("zod").ZodLiteral<"date">;
|
|
191
191
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -285,7 +285,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
285
285
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
286
286
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
287
287
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
288
|
-
|
|
288
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
289
289
|
}, "strip", import("zod").ZodTypeAny, {
|
|
290
290
|
suggest?: true | undefined;
|
|
291
291
|
canExport?: boolean | null | undefined;
|
|
@@ -314,7 +314,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
314
314
|
formula?: string | null | undefined;
|
|
315
315
|
context?: string[] | null | undefined;
|
|
316
316
|
prompt?: string | null | undefined;
|
|
317
|
-
|
|
317
|
+
matching?: Record<string, unknown> | undefined;
|
|
318
318
|
}, {
|
|
319
319
|
suggest?: true | undefined;
|
|
320
320
|
canExport?: boolean | null | undefined;
|
|
@@ -343,7 +343,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
343
343
|
formula?: string | null | undefined;
|
|
344
344
|
context?: string[] | null | undefined;
|
|
345
345
|
prompt?: string | null | undefined;
|
|
346
|
-
|
|
346
|
+
matching?: Record<string, unknown> | undefined;
|
|
347
347
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
348
348
|
type: import("zod").ZodLiteral<"number">;
|
|
349
349
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -470,7 +470,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
470
470
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
471
471
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
472
472
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
473
|
-
|
|
473
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
474
474
|
}, "strip", import("zod").ZodTypeAny, {
|
|
475
475
|
suggest?: true | undefined;
|
|
476
476
|
canExport?: boolean | null | undefined;
|
|
@@ -499,7 +499,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
499
499
|
formula?: string | null | undefined;
|
|
500
500
|
context?: string[] | null | undefined;
|
|
501
501
|
prompt?: string | null | undefined;
|
|
502
|
-
|
|
502
|
+
matching?: Record<string, unknown> | undefined;
|
|
503
503
|
}, {
|
|
504
504
|
suggest?: true | undefined;
|
|
505
505
|
canExport?: boolean | null | undefined;
|
|
@@ -528,24 +528,28 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
528
528
|
formula?: string | null | undefined;
|
|
529
529
|
context?: string[] | null | undefined;
|
|
530
530
|
prompt?: string | null | undefined;
|
|
531
|
-
|
|
531
|
+
matching?: Record<string, unknown> | undefined;
|
|
532
532
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
533
533
|
type: import("zod").ZodLiteral<"enum">;
|
|
534
534
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
535
535
|
value: import("zod").ZodString;
|
|
536
536
|
label: import("zod").ZodString;
|
|
537
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
537
538
|
}, "strip", import("zod").ZodTypeAny, {
|
|
538
539
|
value: string;
|
|
539
540
|
label: string;
|
|
541
|
+
struct?: unknown;
|
|
540
542
|
}, {
|
|
541
543
|
value: string;
|
|
542
544
|
label: string;
|
|
545
|
+
struct?: unknown;
|
|
543
546
|
}>, "many">;
|
|
544
547
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
545
548
|
}, "strip", import("zod").ZodTypeAny, {
|
|
546
549
|
options: {
|
|
547
550
|
value: string;
|
|
548
551
|
label: string;
|
|
552
|
+
struct?: unknown;
|
|
549
553
|
}[];
|
|
550
554
|
type: "enum";
|
|
551
555
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -553,6 +557,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
553
557
|
options: {
|
|
554
558
|
value: string;
|
|
555
559
|
label: string;
|
|
560
|
+
struct?: unknown;
|
|
556
561
|
}[];
|
|
557
562
|
type: "enum";
|
|
558
563
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -646,7 +651,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
646
651
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
647
652
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
648
653
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
649
|
-
|
|
654
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
650
655
|
}, "strip", import("zod").ZodTypeAny, {
|
|
651
656
|
suggest?: true | undefined;
|
|
652
657
|
canExport?: boolean | null | undefined;
|
|
@@ -675,7 +680,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
675
680
|
formula?: string | null | undefined;
|
|
676
681
|
context?: string[] | null | undefined;
|
|
677
682
|
prompt?: string | null | undefined;
|
|
678
|
-
|
|
683
|
+
matching?: Record<string, unknown> | undefined;
|
|
679
684
|
}, {
|
|
680
685
|
suggest?: true | undefined;
|
|
681
686
|
canExport?: boolean | null | undefined;
|
|
@@ -704,7 +709,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
704
709
|
formula?: string | null | undefined;
|
|
705
710
|
context?: string[] | null | undefined;
|
|
706
711
|
prompt?: string | null | undefined;
|
|
707
|
-
|
|
712
|
+
matching?: Record<string, unknown> | undefined;
|
|
708
713
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
709
714
|
id: import("zod").ZodString;
|
|
710
715
|
label: import("zod").ZodString;
|
|
@@ -845,7 +850,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
845
850
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
846
851
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
847
852
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
848
|
-
|
|
853
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
849
854
|
}, "strip", import("zod").ZodTypeAny, {
|
|
850
855
|
suggest?: true | undefined;
|
|
851
856
|
canExport?: boolean | null | undefined;
|
|
@@ -874,7 +879,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
874
879
|
formula?: string | null | undefined;
|
|
875
880
|
context?: string[] | null | undefined;
|
|
876
881
|
prompt?: string | null | undefined;
|
|
877
|
-
|
|
882
|
+
matching?: Record<string, unknown> | undefined;
|
|
878
883
|
}, {
|
|
879
884
|
suggest?: true | undefined;
|
|
880
885
|
canExport?: boolean | null | undefined;
|
|
@@ -903,7 +908,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
903
908
|
formula?: string | null | undefined;
|
|
904
909
|
context?: string[] | null | undefined;
|
|
905
910
|
prompt?: string | null | undefined;
|
|
906
|
-
|
|
911
|
+
matching?: Record<string, unknown> | undefined;
|
|
907
912
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
908
913
|
type: import("zod").ZodLiteral<"date">;
|
|
909
914
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1003,7 +1008,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1003
1008
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1004
1009
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1005
1010
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1006
|
-
|
|
1011
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1007
1012
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1008
1013
|
suggest?: true | undefined;
|
|
1009
1014
|
canExport?: boolean | null | undefined;
|
|
@@ -1032,7 +1037,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1032
1037
|
formula?: string | null | undefined;
|
|
1033
1038
|
context?: string[] | null | undefined;
|
|
1034
1039
|
prompt?: string | null | undefined;
|
|
1035
|
-
|
|
1040
|
+
matching?: Record<string, unknown> | undefined;
|
|
1036
1041
|
}, {
|
|
1037
1042
|
suggest?: true | undefined;
|
|
1038
1043
|
canExport?: boolean | null | undefined;
|
|
@@ -1061,7 +1066,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1061
1066
|
formula?: string | null | undefined;
|
|
1062
1067
|
context?: string[] | null | undefined;
|
|
1063
1068
|
prompt?: string | null | undefined;
|
|
1064
|
-
|
|
1069
|
+
matching?: Record<string, unknown> | undefined;
|
|
1065
1070
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1066
1071
|
type: import("zod").ZodLiteral<"number">;
|
|
1067
1072
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -1188,7 +1193,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1188
1193
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1189
1194
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1190
1195
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1191
|
-
|
|
1196
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1192
1197
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1193
1198
|
suggest?: true | undefined;
|
|
1194
1199
|
canExport?: boolean | null | undefined;
|
|
@@ -1217,7 +1222,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1217
1222
|
formula?: string | null | undefined;
|
|
1218
1223
|
context?: string[] | null | undefined;
|
|
1219
1224
|
prompt?: string | null | undefined;
|
|
1220
|
-
|
|
1225
|
+
matching?: Record<string, unknown> | undefined;
|
|
1221
1226
|
}, {
|
|
1222
1227
|
suggest?: true | undefined;
|
|
1223
1228
|
canExport?: boolean | null | undefined;
|
|
@@ -1246,24 +1251,28 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1246
1251
|
formula?: string | null | undefined;
|
|
1247
1252
|
context?: string[] | null | undefined;
|
|
1248
1253
|
prompt?: string | null | undefined;
|
|
1249
|
-
|
|
1254
|
+
matching?: Record<string, unknown> | undefined;
|
|
1250
1255
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1251
1256
|
type: import("zod").ZodLiteral<"enum">;
|
|
1252
1257
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1253
1258
|
value: import("zod").ZodString;
|
|
1254
1259
|
label: import("zod").ZodString;
|
|
1260
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1255
1261
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1256
1262
|
value: string;
|
|
1257
1263
|
label: string;
|
|
1264
|
+
struct?: unknown;
|
|
1258
1265
|
}, {
|
|
1259
1266
|
value: string;
|
|
1260
1267
|
label: string;
|
|
1268
|
+
struct?: unknown;
|
|
1261
1269
|
}>, "many">;
|
|
1262
1270
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
1263
1271
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1264
1272
|
options: {
|
|
1265
1273
|
value: string;
|
|
1266
1274
|
label: string;
|
|
1275
|
+
struct?: unknown;
|
|
1267
1276
|
}[];
|
|
1268
1277
|
type: "enum";
|
|
1269
1278
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1271,6 +1280,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1271
1280
|
options: {
|
|
1272
1281
|
value: string;
|
|
1273
1282
|
label: string;
|
|
1283
|
+
struct?: unknown;
|
|
1274
1284
|
}[];
|
|
1275
1285
|
type: "enum";
|
|
1276
1286
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1364,7 +1374,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1364
1374
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1365
1375
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1366
1376
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1367
|
-
|
|
1377
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1368
1378
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1369
1379
|
suggest?: true | undefined;
|
|
1370
1380
|
canExport?: boolean | null | undefined;
|
|
@@ -1393,7 +1403,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1393
1403
|
formula?: string | null | undefined;
|
|
1394
1404
|
context?: string[] | null | undefined;
|
|
1395
1405
|
prompt?: string | null | undefined;
|
|
1396
|
-
|
|
1406
|
+
matching?: Record<string, unknown> | undefined;
|
|
1397
1407
|
}, {
|
|
1398
1408
|
suggest?: true | undefined;
|
|
1399
1409
|
canExport?: boolean | null | undefined;
|
|
@@ -1422,7 +1432,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1422
1432
|
formula?: string | null | undefined;
|
|
1423
1433
|
context?: string[] | null | undefined;
|
|
1424
1434
|
prompt?: string | null | undefined;
|
|
1425
|
-
|
|
1435
|
+
matching?: Record<string, unknown> | undefined;
|
|
1426
1436
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
1427
1437
|
id: import("zod").ZodString;
|
|
1428
1438
|
label: import("zod").ZodString;
|
|
@@ -1506,7 +1516,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1506
1516
|
formula?: string | null | undefined;
|
|
1507
1517
|
context?: string[] | null | undefined;
|
|
1508
1518
|
prompt?: string | null | undefined;
|
|
1509
|
-
|
|
1519
|
+
matching?: Record<string, unknown> | undefined;
|
|
1510
1520
|
}) | ({
|
|
1511
1521
|
type: "date";
|
|
1512
1522
|
format?: string | null | undefined;
|
|
@@ -1546,7 +1556,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1546
1556
|
formula?: string | null | undefined;
|
|
1547
1557
|
context?: string[] | null | undefined;
|
|
1548
1558
|
prompt?: string | null | undefined;
|
|
1549
|
-
|
|
1559
|
+
matching?: Record<string, unknown> | undefined;
|
|
1550
1560
|
}) | ({
|
|
1551
1561
|
type: "number";
|
|
1552
1562
|
format?: string | null | undefined;
|
|
@@ -1591,11 +1601,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1591
1601
|
formula?: string | null | undefined;
|
|
1592
1602
|
context?: string[] | null | undefined;
|
|
1593
1603
|
prompt?: string | null | undefined;
|
|
1594
|
-
|
|
1604
|
+
matching?: Record<string, unknown> | undefined;
|
|
1595
1605
|
}) | ({
|
|
1596
1606
|
options: {
|
|
1597
1607
|
value: string;
|
|
1598
1608
|
label: string;
|
|
1609
|
+
struct?: unknown;
|
|
1599
1610
|
}[];
|
|
1600
1611
|
type: "enum";
|
|
1601
1612
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1635,7 +1646,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1635
1646
|
formula?: string | null | undefined;
|
|
1636
1647
|
context?: string[] | null | undefined;
|
|
1637
1648
|
prompt?: string | null | undefined;
|
|
1638
|
-
|
|
1649
|
+
matching?: Record<string, unknown> | undefined;
|
|
1639
1650
|
}) | ({
|
|
1640
1651
|
id: string;
|
|
1641
1652
|
label: string;
|
|
@@ -1692,7 +1703,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1692
1703
|
formula?: string | null | undefined;
|
|
1693
1704
|
context?: string[] | null | undefined;
|
|
1694
1705
|
prompt?: string | null | undefined;
|
|
1695
|
-
|
|
1706
|
+
matching?: Record<string, unknown> | undefined;
|
|
1696
1707
|
}) | ({
|
|
1697
1708
|
type: "date";
|
|
1698
1709
|
format?: string | null | undefined;
|
|
@@ -1732,7 +1743,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1732
1743
|
formula?: string | null | undefined;
|
|
1733
1744
|
context?: string[] | null | undefined;
|
|
1734
1745
|
prompt?: string | null | undefined;
|
|
1735
|
-
|
|
1746
|
+
matching?: Record<string, unknown> | undefined;
|
|
1736
1747
|
}) | ({
|
|
1737
1748
|
type: "number";
|
|
1738
1749
|
format?: string | null | undefined;
|
|
@@ -1777,11 +1788,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1777
1788
|
formula?: string | null | undefined;
|
|
1778
1789
|
context?: string[] | null | undefined;
|
|
1779
1790
|
prompt?: string | null | undefined;
|
|
1780
|
-
|
|
1791
|
+
matching?: Record<string, unknown> | undefined;
|
|
1781
1792
|
}) | ({
|
|
1782
1793
|
options: {
|
|
1783
1794
|
value: string;
|
|
1784
1795
|
label: string;
|
|
1796
|
+
struct?: unknown;
|
|
1785
1797
|
}[];
|
|
1786
1798
|
type: "enum";
|
|
1787
1799
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -1821,7 +1833,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1821
1833
|
formula?: string | null | undefined;
|
|
1822
1834
|
context?: string[] | null | undefined;
|
|
1823
1835
|
prompt?: string | null | undefined;
|
|
1824
|
-
|
|
1836
|
+
matching?: Record<string, unknown> | undefined;
|
|
1825
1837
|
}) | ({
|
|
1826
1838
|
id: string;
|
|
1827
1839
|
label: string;
|
|
@@ -1954,7 +1966,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1954
1966
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1955
1967
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
1956
1968
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1957
|
-
|
|
1969
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1958
1970
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1959
1971
|
suggest?: true | undefined;
|
|
1960
1972
|
canExport?: boolean | null | undefined;
|
|
@@ -1983,7 +1995,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
1983
1995
|
formula?: string | null | undefined;
|
|
1984
1996
|
context?: string[] | null | undefined;
|
|
1985
1997
|
prompt?: string | null | undefined;
|
|
1986
|
-
|
|
1998
|
+
matching?: Record<string, unknown> | undefined;
|
|
1987
1999
|
}, {
|
|
1988
2000
|
suggest?: true | undefined;
|
|
1989
2001
|
canExport?: boolean | null | undefined;
|
|
@@ -2012,7 +2024,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2012
2024
|
formula?: string | null | undefined;
|
|
2013
2025
|
context?: string[] | null | undefined;
|
|
2014
2026
|
prompt?: string | null | undefined;
|
|
2015
|
-
|
|
2027
|
+
matching?: Record<string, unknown> | undefined;
|
|
2016
2028
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2017
2029
|
type: import("zod").ZodLiteral<"date">;
|
|
2018
2030
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2112,7 +2124,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2112
2124
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2113
2125
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2114
2126
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2115
|
-
|
|
2127
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2116
2128
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2117
2129
|
suggest?: true | undefined;
|
|
2118
2130
|
canExport?: boolean | null | undefined;
|
|
@@ -2141,7 +2153,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2141
2153
|
formula?: string | null | undefined;
|
|
2142
2154
|
context?: string[] | null | undefined;
|
|
2143
2155
|
prompt?: string | null | undefined;
|
|
2144
|
-
|
|
2156
|
+
matching?: Record<string, unknown> | undefined;
|
|
2145
2157
|
}, {
|
|
2146
2158
|
suggest?: true | undefined;
|
|
2147
2159
|
canExport?: boolean | null | undefined;
|
|
@@ -2170,7 +2182,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2170
2182
|
formula?: string | null | undefined;
|
|
2171
2183
|
context?: string[] | null | undefined;
|
|
2172
2184
|
prompt?: string | null | undefined;
|
|
2173
|
-
|
|
2185
|
+
matching?: Record<string, unknown> | undefined;
|
|
2174
2186
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2175
2187
|
type: import("zod").ZodLiteral<"number">;
|
|
2176
2188
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -2297,7 +2309,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2297
2309
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2298
2310
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2299
2311
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2300
|
-
|
|
2312
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2301
2313
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2302
2314
|
suggest?: true | undefined;
|
|
2303
2315
|
canExport?: boolean | null | undefined;
|
|
@@ -2326,7 +2338,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2326
2338
|
formula?: string | null | undefined;
|
|
2327
2339
|
context?: string[] | null | undefined;
|
|
2328
2340
|
prompt?: string | null | undefined;
|
|
2329
|
-
|
|
2341
|
+
matching?: Record<string, unknown> | undefined;
|
|
2330
2342
|
}, {
|
|
2331
2343
|
suggest?: true | undefined;
|
|
2332
2344
|
canExport?: boolean | null | undefined;
|
|
@@ -2355,24 +2367,28 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2355
2367
|
formula?: string | null | undefined;
|
|
2356
2368
|
context?: string[] | null | undefined;
|
|
2357
2369
|
prompt?: string | null | undefined;
|
|
2358
|
-
|
|
2370
|
+
matching?: Record<string, unknown> | undefined;
|
|
2359
2371
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2360
2372
|
type: import("zod").ZodLiteral<"enum">;
|
|
2361
2373
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
2362
2374
|
value: import("zod").ZodString;
|
|
2363
2375
|
label: import("zod").ZodString;
|
|
2376
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
2364
2377
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2365
2378
|
value: string;
|
|
2366
2379
|
label: string;
|
|
2380
|
+
struct?: unknown;
|
|
2367
2381
|
}, {
|
|
2368
2382
|
value: string;
|
|
2369
2383
|
label: string;
|
|
2384
|
+
struct?: unknown;
|
|
2370
2385
|
}>, "many">;
|
|
2371
2386
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
2372
2387
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2373
2388
|
options: {
|
|
2374
2389
|
value: string;
|
|
2375
2390
|
label: string;
|
|
2391
|
+
struct?: unknown;
|
|
2376
2392
|
}[];
|
|
2377
2393
|
type: "enum";
|
|
2378
2394
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2380,6 +2396,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2380
2396
|
options: {
|
|
2381
2397
|
value: string;
|
|
2382
2398
|
label: string;
|
|
2399
|
+
struct?: unknown;
|
|
2383
2400
|
}[];
|
|
2384
2401
|
type: "enum";
|
|
2385
2402
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2473,7 +2490,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2473
2490
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2474
2491
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
2475
2492
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2476
|
-
|
|
2493
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
2477
2494
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2478
2495
|
suggest?: true | undefined;
|
|
2479
2496
|
canExport?: boolean | null | undefined;
|
|
@@ -2502,7 +2519,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2502
2519
|
formula?: string | null | undefined;
|
|
2503
2520
|
context?: string[] | null | undefined;
|
|
2504
2521
|
prompt?: string | null | undefined;
|
|
2505
|
-
|
|
2522
|
+
matching?: Record<string, unknown> | undefined;
|
|
2506
2523
|
}, {
|
|
2507
2524
|
suggest?: true | undefined;
|
|
2508
2525
|
canExport?: boolean | null | undefined;
|
|
@@ -2531,7 +2548,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2531
2548
|
formula?: string | null | undefined;
|
|
2532
2549
|
context?: string[] | null | undefined;
|
|
2533
2550
|
prompt?: string | null | undefined;
|
|
2534
|
-
|
|
2551
|
+
matching?: Record<string, unknown> | undefined;
|
|
2535
2552
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
2536
2553
|
id: import("zod").ZodString;
|
|
2537
2554
|
label: import("zod").ZodString;
|
|
@@ -2614,7 +2631,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2614
2631
|
formula?: string | null | undefined;
|
|
2615
2632
|
context?: string[] | null | undefined;
|
|
2616
2633
|
prompt?: string | null | undefined;
|
|
2617
|
-
|
|
2634
|
+
matching?: Record<string, unknown> | undefined;
|
|
2618
2635
|
}) | ({
|
|
2619
2636
|
type: "date";
|
|
2620
2637
|
format?: string | null | undefined;
|
|
@@ -2654,7 +2671,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2654
2671
|
formula?: string | null | undefined;
|
|
2655
2672
|
context?: string[] | null | undefined;
|
|
2656
2673
|
prompt?: string | null | undefined;
|
|
2657
|
-
|
|
2674
|
+
matching?: Record<string, unknown> | undefined;
|
|
2658
2675
|
}) | ({
|
|
2659
2676
|
type: "number";
|
|
2660
2677
|
format?: string | null | undefined;
|
|
@@ -2699,11 +2716,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2699
2716
|
formula?: string | null | undefined;
|
|
2700
2717
|
context?: string[] | null | undefined;
|
|
2701
2718
|
prompt?: string | null | undefined;
|
|
2702
|
-
|
|
2719
|
+
matching?: Record<string, unknown> | undefined;
|
|
2703
2720
|
}) | ({
|
|
2704
2721
|
options: {
|
|
2705
2722
|
value: string;
|
|
2706
2723
|
label: string;
|
|
2724
|
+
struct?: unknown;
|
|
2707
2725
|
}[];
|
|
2708
2726
|
type: "enum";
|
|
2709
2727
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2743,7 +2761,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2743
2761
|
formula?: string | null | undefined;
|
|
2744
2762
|
context?: string[] | null | undefined;
|
|
2745
2763
|
prompt?: string | null | undefined;
|
|
2746
|
-
|
|
2764
|
+
matching?: Record<string, unknown> | undefined;
|
|
2747
2765
|
}) | ({
|
|
2748
2766
|
id: string;
|
|
2749
2767
|
label: string;
|
|
@@ -2798,7 +2816,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2798
2816
|
formula?: string | null | undefined;
|
|
2799
2817
|
context?: string[] | null | undefined;
|
|
2800
2818
|
prompt?: string | null | undefined;
|
|
2801
|
-
|
|
2819
|
+
matching?: Record<string, unknown> | undefined;
|
|
2802
2820
|
}) | ({
|
|
2803
2821
|
type: "date";
|
|
2804
2822
|
format?: string | null | undefined;
|
|
@@ -2838,7 +2856,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2838
2856
|
formula?: string | null | undefined;
|
|
2839
2857
|
context?: string[] | null | undefined;
|
|
2840
2858
|
prompt?: string | null | undefined;
|
|
2841
|
-
|
|
2859
|
+
matching?: Record<string, unknown> | undefined;
|
|
2842
2860
|
}) | ({
|
|
2843
2861
|
type: "number";
|
|
2844
2862
|
format?: string | null | undefined;
|
|
@@ -2883,11 +2901,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2883
2901
|
formula?: string | null | undefined;
|
|
2884
2902
|
context?: string[] | null | undefined;
|
|
2885
2903
|
prompt?: string | null | undefined;
|
|
2886
|
-
|
|
2904
|
+
matching?: Record<string, unknown> | undefined;
|
|
2887
2905
|
}) | ({
|
|
2888
2906
|
options: {
|
|
2889
2907
|
value: string;
|
|
2890
2908
|
label: string;
|
|
2909
|
+
struct?: unknown;
|
|
2891
2910
|
}[];
|
|
2892
2911
|
type: "enum";
|
|
2893
2912
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -2927,7 +2946,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
2927
2946
|
formula?: string | null | undefined;
|
|
2928
2947
|
context?: string[] | null | undefined;
|
|
2929
2948
|
prompt?: string | null | undefined;
|
|
2930
|
-
|
|
2949
|
+
matching?: Record<string, unknown> | undefined;
|
|
2931
2950
|
}) | ({
|
|
2932
2951
|
id: string;
|
|
2933
2952
|
label: string;
|
|
@@ -3101,7 +3120,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3101
3120
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3102
3121
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3103
3122
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3104
|
-
|
|
3123
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3105
3124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3106
3125
|
suggest?: true | undefined;
|
|
3107
3126
|
canExport?: boolean | null | undefined;
|
|
@@ -3130,7 +3149,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3130
3149
|
formula?: string | null | undefined;
|
|
3131
3150
|
context?: string[] | null | undefined;
|
|
3132
3151
|
prompt?: string | null | undefined;
|
|
3133
|
-
|
|
3152
|
+
matching?: Record<string, unknown> | undefined;
|
|
3134
3153
|
}, {
|
|
3135
3154
|
suggest?: true | undefined;
|
|
3136
3155
|
canExport?: boolean | null | undefined;
|
|
@@ -3159,7 +3178,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3159
3178
|
formula?: string | null | undefined;
|
|
3160
3179
|
context?: string[] | null | undefined;
|
|
3161
3180
|
prompt?: string | null | undefined;
|
|
3162
|
-
|
|
3181
|
+
matching?: Record<string, unknown> | undefined;
|
|
3163
3182
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3164
3183
|
type: import("zod").ZodLiteral<"date">;
|
|
3165
3184
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3259,7 +3278,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3259
3278
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3260
3279
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3261
3280
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3262
|
-
|
|
3281
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3263
3282
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3264
3283
|
suggest?: true | undefined;
|
|
3265
3284
|
canExport?: boolean | null | undefined;
|
|
@@ -3288,7 +3307,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3288
3307
|
formula?: string | null | undefined;
|
|
3289
3308
|
context?: string[] | null | undefined;
|
|
3290
3309
|
prompt?: string | null | undefined;
|
|
3291
|
-
|
|
3310
|
+
matching?: Record<string, unknown> | undefined;
|
|
3292
3311
|
}, {
|
|
3293
3312
|
suggest?: true | undefined;
|
|
3294
3313
|
canExport?: boolean | null | undefined;
|
|
@@ -3317,7 +3336,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3317
3336
|
formula?: string | null | undefined;
|
|
3318
3337
|
context?: string[] | null | undefined;
|
|
3319
3338
|
prompt?: string | null | undefined;
|
|
3320
|
-
|
|
3339
|
+
matching?: Record<string, unknown> | undefined;
|
|
3321
3340
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3322
3341
|
type: import("zod").ZodLiteral<"number">;
|
|
3323
3342
|
format: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -3444,7 +3463,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3444
3463
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3445
3464
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3446
3465
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3447
|
-
|
|
3466
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3448
3467
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3449
3468
|
suggest?: true | undefined;
|
|
3450
3469
|
canExport?: boolean | null | undefined;
|
|
@@ -3473,7 +3492,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3473
3492
|
formula?: string | null | undefined;
|
|
3474
3493
|
context?: string[] | null | undefined;
|
|
3475
3494
|
prompt?: string | null | undefined;
|
|
3476
|
-
|
|
3495
|
+
matching?: Record<string, unknown> | undefined;
|
|
3477
3496
|
}, {
|
|
3478
3497
|
suggest?: true | undefined;
|
|
3479
3498
|
canExport?: boolean | null | undefined;
|
|
@@ -3502,24 +3521,28 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3502
3521
|
formula?: string | null | undefined;
|
|
3503
3522
|
context?: string[] | null | undefined;
|
|
3504
3523
|
prompt?: string | null | undefined;
|
|
3505
|
-
|
|
3524
|
+
matching?: Record<string, unknown> | undefined;
|
|
3506
3525
|
}>>>, import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3507
3526
|
type: import("zod").ZodLiteral<"enum">;
|
|
3508
3527
|
options: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3509
3528
|
value: import("zod").ZodString;
|
|
3510
3529
|
label: import("zod").ZodString;
|
|
3530
|
+
struct: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
3511
3531
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3512
3532
|
value: string;
|
|
3513
3533
|
label: string;
|
|
3534
|
+
struct?: unknown;
|
|
3514
3535
|
}, {
|
|
3515
3536
|
value: string;
|
|
3516
3537
|
label: string;
|
|
3538
|
+
struct?: unknown;
|
|
3517
3539
|
}>, "many">;
|
|
3518
3540
|
enumValueType: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodLiteral<"string">, import("zod").ZodLiteral<"number">, import("zod").ZodLiteral<"date">]>>;
|
|
3519
3541
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3520
3542
|
options: {
|
|
3521
3543
|
value: string;
|
|
3522
3544
|
label: string;
|
|
3545
|
+
struct?: unknown;
|
|
3523
3546
|
}[];
|
|
3524
3547
|
type: "enum";
|
|
3525
3548
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3527,6 +3550,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3527
3550
|
options: {
|
|
3528
3551
|
value: string;
|
|
3529
3552
|
label: string;
|
|
3553
|
+
struct?: unknown;
|
|
3530
3554
|
}[];
|
|
3531
3555
|
type: "enum";
|
|
3532
3556
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3620,7 +3644,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3620
3644
|
formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3621
3645
|
context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3622
3646
|
prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3623
|
-
|
|
3647
|
+
matching: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3624
3648
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3625
3649
|
suggest?: true | undefined;
|
|
3626
3650
|
canExport?: boolean | null | undefined;
|
|
@@ -3649,7 +3673,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3649
3673
|
formula?: string | null | undefined;
|
|
3650
3674
|
context?: string[] | null | undefined;
|
|
3651
3675
|
prompt?: string | null | undefined;
|
|
3652
|
-
|
|
3676
|
+
matching?: Record<string, unknown> | undefined;
|
|
3653
3677
|
}, {
|
|
3654
3678
|
suggest?: true | undefined;
|
|
3655
3679
|
canExport?: boolean | null | undefined;
|
|
@@ -3678,7 +3702,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3678
3702
|
formula?: string | null | undefined;
|
|
3679
3703
|
context?: string[] | null | undefined;
|
|
3680
3704
|
prompt?: string | null | undefined;
|
|
3681
|
-
|
|
3705
|
+
matching?: Record<string, unknown> | undefined;
|
|
3682
3706
|
}>>>, import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
3683
3707
|
id: import("zod").ZodString;
|
|
3684
3708
|
label: import("zod").ZodString;
|
|
@@ -3762,7 +3786,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3762
3786
|
formula?: string | null | undefined;
|
|
3763
3787
|
context?: string[] | null | undefined;
|
|
3764
3788
|
prompt?: string | null | undefined;
|
|
3765
|
-
|
|
3789
|
+
matching?: Record<string, unknown> | undefined;
|
|
3766
3790
|
}) | ({
|
|
3767
3791
|
type: "date";
|
|
3768
3792
|
format?: string | null | undefined;
|
|
@@ -3802,7 +3826,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3802
3826
|
formula?: string | null | undefined;
|
|
3803
3827
|
context?: string[] | null | undefined;
|
|
3804
3828
|
prompt?: string | null | undefined;
|
|
3805
|
-
|
|
3829
|
+
matching?: Record<string, unknown> | undefined;
|
|
3806
3830
|
}) | ({
|
|
3807
3831
|
type: "number";
|
|
3808
3832
|
format?: string | null | undefined;
|
|
@@ -3847,11 +3871,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3847
3871
|
formula?: string | null | undefined;
|
|
3848
3872
|
context?: string[] | null | undefined;
|
|
3849
3873
|
prompt?: string | null | undefined;
|
|
3850
|
-
|
|
3874
|
+
matching?: Record<string, unknown> | undefined;
|
|
3851
3875
|
}) | ({
|
|
3852
3876
|
options: {
|
|
3853
3877
|
value: string;
|
|
3854
3878
|
label: string;
|
|
3879
|
+
struct?: unknown;
|
|
3855
3880
|
}[];
|
|
3856
3881
|
type: "enum";
|
|
3857
3882
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -3891,7 +3916,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3891
3916
|
formula?: string | null | undefined;
|
|
3892
3917
|
context?: string[] | null | undefined;
|
|
3893
3918
|
prompt?: string | null | undefined;
|
|
3894
|
-
|
|
3919
|
+
matching?: Record<string, unknown> | undefined;
|
|
3895
3920
|
}) | ({
|
|
3896
3921
|
id: string;
|
|
3897
3922
|
label: string;
|
|
@@ -3948,7 +3973,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3948
3973
|
formula?: string | null | undefined;
|
|
3949
3974
|
context?: string[] | null | undefined;
|
|
3950
3975
|
prompt?: string | null | undefined;
|
|
3951
|
-
|
|
3976
|
+
matching?: Record<string, unknown> | undefined;
|
|
3952
3977
|
}) | ({
|
|
3953
3978
|
type: "date";
|
|
3954
3979
|
format?: string | null | undefined;
|
|
@@ -3988,7 +4013,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
3988
4013
|
formula?: string | null | undefined;
|
|
3989
4014
|
context?: string[] | null | undefined;
|
|
3990
4015
|
prompt?: string | null | undefined;
|
|
3991
|
-
|
|
4016
|
+
matching?: Record<string, unknown> | undefined;
|
|
3992
4017
|
}) | ({
|
|
3993
4018
|
type: "number";
|
|
3994
4019
|
format?: string | null | undefined;
|
|
@@ -4033,11 +4058,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4033
4058
|
formula?: string | null | undefined;
|
|
4034
4059
|
context?: string[] | null | undefined;
|
|
4035
4060
|
prompt?: string | null | undefined;
|
|
4036
|
-
|
|
4061
|
+
matching?: Record<string, unknown> | undefined;
|
|
4037
4062
|
}) | ({
|
|
4038
4063
|
options: {
|
|
4039
4064
|
value: string;
|
|
4040
4065
|
label: string;
|
|
4066
|
+
struct?: unknown;
|
|
4041
4067
|
}[];
|
|
4042
4068
|
type: "enum";
|
|
4043
4069
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4077,7 +4103,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4077
4103
|
formula?: string | null | undefined;
|
|
4078
4104
|
context?: string[] | null | undefined;
|
|
4079
4105
|
prompt?: string | null | undefined;
|
|
4080
|
-
|
|
4106
|
+
matching?: Record<string, unknown> | undefined;
|
|
4081
4107
|
}) | ({
|
|
4082
4108
|
id: string;
|
|
4083
4109
|
label: string;
|
|
@@ -4154,7 +4180,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4154
4180
|
formula?: string | null | undefined;
|
|
4155
4181
|
context?: string[] | null | undefined;
|
|
4156
4182
|
prompt?: string | null | undefined;
|
|
4157
|
-
|
|
4183
|
+
matching?: Record<string, unknown> | undefined;
|
|
4158
4184
|
}) | ({
|
|
4159
4185
|
type: "date";
|
|
4160
4186
|
format?: string | null | undefined;
|
|
@@ -4194,7 +4220,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4194
4220
|
formula?: string | null | undefined;
|
|
4195
4221
|
context?: string[] | null | undefined;
|
|
4196
4222
|
prompt?: string | null | undefined;
|
|
4197
|
-
|
|
4223
|
+
matching?: Record<string, unknown> | undefined;
|
|
4198
4224
|
}) | ({
|
|
4199
4225
|
type: "number";
|
|
4200
4226
|
format?: string | null | undefined;
|
|
@@ -4239,11 +4265,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4239
4265
|
formula?: string | null | undefined;
|
|
4240
4266
|
context?: string[] | null | undefined;
|
|
4241
4267
|
prompt?: string | null | undefined;
|
|
4242
|
-
|
|
4268
|
+
matching?: Record<string, unknown> | undefined;
|
|
4243
4269
|
}) | ({
|
|
4244
4270
|
options: {
|
|
4245
4271
|
value: string;
|
|
4246
4272
|
label: string;
|
|
4273
|
+
struct?: unknown;
|
|
4247
4274
|
}[];
|
|
4248
4275
|
type: "enum";
|
|
4249
4276
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4283,7 +4310,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4283
4310
|
formula?: string | null | undefined;
|
|
4284
4311
|
context?: string[] | null | undefined;
|
|
4285
4312
|
prompt?: string | null | undefined;
|
|
4286
|
-
|
|
4313
|
+
matching?: Record<string, unknown> | undefined;
|
|
4287
4314
|
}) | ({
|
|
4288
4315
|
id: string;
|
|
4289
4316
|
label: string;
|
|
@@ -4348,7 +4375,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4348
4375
|
formula?: string | null | undefined;
|
|
4349
4376
|
context?: string[] | null | undefined;
|
|
4350
4377
|
prompt?: string | null | undefined;
|
|
4351
|
-
|
|
4378
|
+
matching?: Record<string, unknown> | undefined;
|
|
4352
4379
|
}) | ({
|
|
4353
4380
|
type: "date";
|
|
4354
4381
|
format?: string | null | undefined;
|
|
@@ -4388,7 +4415,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4388
4415
|
formula?: string | null | undefined;
|
|
4389
4416
|
context?: string[] | null | undefined;
|
|
4390
4417
|
prompt?: string | null | undefined;
|
|
4391
|
-
|
|
4418
|
+
matching?: Record<string, unknown> | undefined;
|
|
4392
4419
|
}) | ({
|
|
4393
4420
|
type: "number";
|
|
4394
4421
|
format?: string | null | undefined;
|
|
@@ -4433,11 +4460,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4433
4460
|
formula?: string | null | undefined;
|
|
4434
4461
|
context?: string[] | null | undefined;
|
|
4435
4462
|
prompt?: string | null | undefined;
|
|
4436
|
-
|
|
4463
|
+
matching?: Record<string, unknown> | undefined;
|
|
4437
4464
|
}) | ({
|
|
4438
4465
|
options: {
|
|
4439
4466
|
value: string;
|
|
4440
4467
|
label: string;
|
|
4468
|
+
struct?: unknown;
|
|
4441
4469
|
}[];
|
|
4442
4470
|
type: "enum";
|
|
4443
4471
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4477,7 +4505,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4477
4505
|
formula?: string | null | undefined;
|
|
4478
4506
|
context?: string[] | null | undefined;
|
|
4479
4507
|
prompt?: string | null | undefined;
|
|
4480
|
-
|
|
4508
|
+
matching?: Record<string, unknown> | undefined;
|
|
4481
4509
|
}) | ({
|
|
4482
4510
|
id: string;
|
|
4483
4511
|
label: string;
|
|
@@ -4602,7 +4630,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4602
4630
|
formula?: string | null | undefined;
|
|
4603
4631
|
context?: string[] | null | undefined;
|
|
4604
4632
|
prompt?: string | null | undefined;
|
|
4605
|
-
|
|
4633
|
+
matching?: Record<string, unknown> | undefined;
|
|
4606
4634
|
}) | ({
|
|
4607
4635
|
type: "date";
|
|
4608
4636
|
format?: string | null | undefined;
|
|
@@ -4642,7 +4670,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4642
4670
|
formula?: string | null | undefined;
|
|
4643
4671
|
context?: string[] | null | undefined;
|
|
4644
4672
|
prompt?: string | null | undefined;
|
|
4645
|
-
|
|
4673
|
+
matching?: Record<string, unknown> | undefined;
|
|
4646
4674
|
}) | ({
|
|
4647
4675
|
type: "number";
|
|
4648
4676
|
format?: string | null | undefined;
|
|
@@ -4687,11 +4715,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4687
4715
|
formula?: string | null | undefined;
|
|
4688
4716
|
context?: string[] | null | undefined;
|
|
4689
4717
|
prompt?: string | null | undefined;
|
|
4690
|
-
|
|
4718
|
+
matching?: Record<string, unknown> | undefined;
|
|
4691
4719
|
}) | ({
|
|
4692
4720
|
options: {
|
|
4693
4721
|
value: string;
|
|
4694
4722
|
label: string;
|
|
4723
|
+
struct?: unknown;
|
|
4695
4724
|
}[];
|
|
4696
4725
|
type: "enum";
|
|
4697
4726
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4731,7 +4760,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4731
4760
|
formula?: string | null | undefined;
|
|
4732
4761
|
context?: string[] | null | undefined;
|
|
4733
4762
|
prompt?: string | null | undefined;
|
|
4734
|
-
|
|
4763
|
+
matching?: Record<string, unknown> | undefined;
|
|
4735
4764
|
}) | ({
|
|
4736
4765
|
id: string;
|
|
4737
4766
|
label: string;
|
|
@@ -4785,7 +4814,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4785
4814
|
formula?: string | null | undefined;
|
|
4786
4815
|
context?: string[] | null | undefined;
|
|
4787
4816
|
prompt?: string | null | undefined;
|
|
4788
|
-
|
|
4817
|
+
matching?: Record<string, unknown> | undefined;
|
|
4789
4818
|
}) | ({
|
|
4790
4819
|
type: "date";
|
|
4791
4820
|
format?: string | null | undefined;
|
|
@@ -4825,7 +4854,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4825
4854
|
formula?: string | null | undefined;
|
|
4826
4855
|
context?: string[] | null | undefined;
|
|
4827
4856
|
prompt?: string | null | undefined;
|
|
4828
|
-
|
|
4857
|
+
matching?: Record<string, unknown> | undefined;
|
|
4829
4858
|
}) | ({
|
|
4830
4859
|
type: "number";
|
|
4831
4860
|
format?: string | null | undefined;
|
|
@@ -4870,11 +4899,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4870
4899
|
formula?: string | null | undefined;
|
|
4871
4900
|
context?: string[] | null | undefined;
|
|
4872
4901
|
prompt?: string | null | undefined;
|
|
4873
|
-
|
|
4902
|
+
matching?: Record<string, unknown> | undefined;
|
|
4874
4903
|
}) | ({
|
|
4875
4904
|
options: {
|
|
4876
4905
|
value: string;
|
|
4877
4906
|
label: string;
|
|
4907
|
+
struct?: unknown;
|
|
4878
4908
|
}[];
|
|
4879
4909
|
type: "enum";
|
|
4880
4910
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -4914,7 +4944,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4914
4944
|
formula?: string | null | undefined;
|
|
4915
4945
|
context?: string[] | null | undefined;
|
|
4916
4946
|
prompt?: string | null | undefined;
|
|
4917
|
-
|
|
4947
|
+
matching?: Record<string, unknown> | undefined;
|
|
4918
4948
|
}) | ({
|
|
4919
4949
|
id: string;
|
|
4920
4950
|
label: string;
|
|
@@ -4977,7 +5007,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
4977
5007
|
formula?: string | null | undefined;
|
|
4978
5008
|
context?: string[] | null | undefined;
|
|
4979
5009
|
prompt?: string | null | undefined;
|
|
4980
|
-
|
|
5010
|
+
matching?: Record<string, unknown> | undefined;
|
|
4981
5011
|
}) | ({
|
|
4982
5012
|
type: "date";
|
|
4983
5013
|
format?: string | null | undefined;
|
|
@@ -5017,7 +5047,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5017
5047
|
formula?: string | null | undefined;
|
|
5018
5048
|
context?: string[] | null | undefined;
|
|
5019
5049
|
prompt?: string | null | undefined;
|
|
5020
|
-
|
|
5050
|
+
matching?: Record<string, unknown> | undefined;
|
|
5021
5051
|
}) | ({
|
|
5022
5052
|
type: "number";
|
|
5023
5053
|
format?: string | null | undefined;
|
|
@@ -5062,11 +5092,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5062
5092
|
formula?: string | null | undefined;
|
|
5063
5093
|
context?: string[] | null | undefined;
|
|
5064
5094
|
prompt?: string | null | undefined;
|
|
5065
|
-
|
|
5095
|
+
matching?: Record<string, unknown> | undefined;
|
|
5066
5096
|
}) | ({
|
|
5067
5097
|
options: {
|
|
5068
5098
|
value: string;
|
|
5069
5099
|
label: string;
|
|
5100
|
+
struct?: unknown;
|
|
5070
5101
|
}[];
|
|
5071
5102
|
type: "enum";
|
|
5072
5103
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5106,7 +5137,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5106
5137
|
formula?: string | null | undefined;
|
|
5107
5138
|
context?: string[] | null | undefined;
|
|
5108
5139
|
prompt?: string | null | undefined;
|
|
5109
|
-
|
|
5140
|
+
matching?: Record<string, unknown> | undefined;
|
|
5110
5141
|
}) | ({
|
|
5111
5142
|
id: string;
|
|
5112
5143
|
label: string;
|
|
@@ -5179,7 +5210,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5179
5210
|
formula?: string | null | undefined;
|
|
5180
5211
|
context?: string[] | null | undefined;
|
|
5181
5212
|
prompt?: string | null | undefined;
|
|
5182
|
-
|
|
5213
|
+
matching?: Record<string, unknown> | undefined;
|
|
5183
5214
|
}) | ({
|
|
5184
5215
|
type: "date";
|
|
5185
5216
|
format?: string | null | undefined;
|
|
@@ -5219,7 +5250,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5219
5250
|
formula?: string | null | undefined;
|
|
5220
5251
|
context?: string[] | null | undefined;
|
|
5221
5252
|
prompt?: string | null | undefined;
|
|
5222
|
-
|
|
5253
|
+
matching?: Record<string, unknown> | undefined;
|
|
5223
5254
|
}) | ({
|
|
5224
5255
|
type: "number";
|
|
5225
5256
|
format?: string | null | undefined;
|
|
@@ -5264,11 +5295,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5264
5295
|
formula?: string | null | undefined;
|
|
5265
5296
|
context?: string[] | null | undefined;
|
|
5266
5297
|
prompt?: string | null | undefined;
|
|
5267
|
-
|
|
5298
|
+
matching?: Record<string, unknown> | undefined;
|
|
5268
5299
|
}) | ({
|
|
5269
5300
|
options: {
|
|
5270
5301
|
value: string;
|
|
5271
5302
|
label: string;
|
|
5303
|
+
struct?: unknown;
|
|
5272
5304
|
}[];
|
|
5273
5305
|
type: "enum";
|
|
5274
5306
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5308,7 +5340,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5308
5340
|
formula?: string | null | undefined;
|
|
5309
5341
|
context?: string[] | null | undefined;
|
|
5310
5342
|
prompt?: string | null | undefined;
|
|
5311
|
-
|
|
5343
|
+
matching?: Record<string, unknown> | undefined;
|
|
5312
5344
|
}) | ({
|
|
5313
5345
|
id: string;
|
|
5314
5346
|
label: string;
|
|
@@ -5392,7 +5424,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5392
5424
|
formula?: string | null | undefined;
|
|
5393
5425
|
context?: string[] | null | undefined;
|
|
5394
5426
|
prompt?: string | null | undefined;
|
|
5395
|
-
|
|
5427
|
+
matching?: Record<string, unknown> | undefined;
|
|
5396
5428
|
}) | ({
|
|
5397
5429
|
type: "date";
|
|
5398
5430
|
format?: string | null | undefined;
|
|
@@ -5432,7 +5464,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5432
5464
|
formula?: string | null | undefined;
|
|
5433
5465
|
context?: string[] | null | undefined;
|
|
5434
5466
|
prompt?: string | null | undefined;
|
|
5435
|
-
|
|
5467
|
+
matching?: Record<string, unknown> | undefined;
|
|
5436
5468
|
}) | ({
|
|
5437
5469
|
type: "number";
|
|
5438
5470
|
format?: string | null | undefined;
|
|
@@ -5477,11 +5509,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5477
5509
|
formula?: string | null | undefined;
|
|
5478
5510
|
context?: string[] | null | undefined;
|
|
5479
5511
|
prompt?: string | null | undefined;
|
|
5480
|
-
|
|
5512
|
+
matching?: Record<string, unknown> | undefined;
|
|
5481
5513
|
}) | ({
|
|
5482
5514
|
options: {
|
|
5483
5515
|
value: string;
|
|
5484
5516
|
label: string;
|
|
5517
|
+
struct?: unknown;
|
|
5485
5518
|
}[];
|
|
5486
5519
|
type: "enum";
|
|
5487
5520
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5521,7 +5554,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5521
5554
|
formula?: string | null | undefined;
|
|
5522
5555
|
context?: string[] | null | undefined;
|
|
5523
5556
|
prompt?: string | null | undefined;
|
|
5524
|
-
|
|
5557
|
+
matching?: Record<string, unknown> | undefined;
|
|
5525
5558
|
}) | ({
|
|
5526
5559
|
id: string;
|
|
5527
5560
|
label: string;
|
|
@@ -5575,7 +5608,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5575
5608
|
formula?: string | null | undefined;
|
|
5576
5609
|
context?: string[] | null | undefined;
|
|
5577
5610
|
prompt?: string | null | undefined;
|
|
5578
|
-
|
|
5611
|
+
matching?: Record<string, unknown> | undefined;
|
|
5579
5612
|
}) | ({
|
|
5580
5613
|
type: "date";
|
|
5581
5614
|
format?: string | null | undefined;
|
|
@@ -5615,7 +5648,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5615
5648
|
formula?: string | null | undefined;
|
|
5616
5649
|
context?: string[] | null | undefined;
|
|
5617
5650
|
prompt?: string | null | undefined;
|
|
5618
|
-
|
|
5651
|
+
matching?: Record<string, unknown> | undefined;
|
|
5619
5652
|
}) | ({
|
|
5620
5653
|
type: "number";
|
|
5621
5654
|
format?: string | null | undefined;
|
|
@@ -5660,11 +5693,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5660
5693
|
formula?: string | null | undefined;
|
|
5661
5694
|
context?: string[] | null | undefined;
|
|
5662
5695
|
prompt?: string | null | undefined;
|
|
5663
|
-
|
|
5696
|
+
matching?: Record<string, unknown> | undefined;
|
|
5664
5697
|
}) | ({
|
|
5665
5698
|
options: {
|
|
5666
5699
|
value: string;
|
|
5667
5700
|
label: string;
|
|
5701
|
+
struct?: unknown;
|
|
5668
5702
|
}[];
|
|
5669
5703
|
type: "enum";
|
|
5670
5704
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5704,7 +5738,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5704
5738
|
formula?: string | null | undefined;
|
|
5705
5739
|
context?: string[] | null | undefined;
|
|
5706
5740
|
prompt?: string | null | undefined;
|
|
5707
|
-
|
|
5741
|
+
matching?: Record<string, unknown> | undefined;
|
|
5708
5742
|
}) | ({
|
|
5709
5743
|
id: string;
|
|
5710
5744
|
label: string;
|
|
@@ -5767,7 +5801,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5767
5801
|
formula?: string | null | undefined;
|
|
5768
5802
|
context?: string[] | null | undefined;
|
|
5769
5803
|
prompt?: string | null | undefined;
|
|
5770
|
-
|
|
5804
|
+
matching?: Record<string, unknown> | undefined;
|
|
5771
5805
|
}) | ({
|
|
5772
5806
|
type: "date";
|
|
5773
5807
|
format?: string | null | undefined;
|
|
@@ -5807,7 +5841,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5807
5841
|
formula?: string | null | undefined;
|
|
5808
5842
|
context?: string[] | null | undefined;
|
|
5809
5843
|
prompt?: string | null | undefined;
|
|
5810
|
-
|
|
5844
|
+
matching?: Record<string, unknown> | undefined;
|
|
5811
5845
|
}) | ({
|
|
5812
5846
|
type: "number";
|
|
5813
5847
|
format?: string | null | undefined;
|
|
@@ -5852,11 +5886,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5852
5886
|
formula?: string | null | undefined;
|
|
5853
5887
|
context?: string[] | null | undefined;
|
|
5854
5888
|
prompt?: string | null | undefined;
|
|
5855
|
-
|
|
5889
|
+
matching?: Record<string, unknown> | undefined;
|
|
5856
5890
|
}) | ({
|
|
5857
5891
|
options: {
|
|
5858
5892
|
value: string;
|
|
5859
5893
|
label: string;
|
|
5894
|
+
struct?: unknown;
|
|
5860
5895
|
}[];
|
|
5861
5896
|
type: "enum";
|
|
5862
5897
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -5896,7 +5931,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5896
5931
|
formula?: string | null | undefined;
|
|
5897
5932
|
context?: string[] | null | undefined;
|
|
5898
5933
|
prompt?: string | null | undefined;
|
|
5899
|
-
|
|
5934
|
+
matching?: Record<string, unknown> | undefined;
|
|
5900
5935
|
}) | ({
|
|
5901
5936
|
id: string;
|
|
5902
5937
|
label: string;
|
|
@@ -5969,7 +6004,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
5969
6004
|
formula?: string | null | undefined;
|
|
5970
6005
|
context?: string[] | null | undefined;
|
|
5971
6006
|
prompt?: string | null | undefined;
|
|
5972
|
-
|
|
6007
|
+
matching?: Record<string, unknown> | undefined;
|
|
5973
6008
|
}) | ({
|
|
5974
6009
|
type: "date";
|
|
5975
6010
|
format?: string | null | undefined;
|
|
@@ -6009,7 +6044,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6009
6044
|
formula?: string | null | undefined;
|
|
6010
6045
|
context?: string[] | null | undefined;
|
|
6011
6046
|
prompt?: string | null | undefined;
|
|
6012
|
-
|
|
6047
|
+
matching?: Record<string, unknown> | undefined;
|
|
6013
6048
|
}) | ({
|
|
6014
6049
|
type: "number";
|
|
6015
6050
|
format?: string | null | undefined;
|
|
@@ -6054,11 +6089,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6054
6089
|
formula?: string | null | undefined;
|
|
6055
6090
|
context?: string[] | null | undefined;
|
|
6056
6091
|
prompt?: string | null | undefined;
|
|
6057
|
-
|
|
6092
|
+
matching?: Record<string, unknown> | undefined;
|
|
6058
6093
|
}) | ({
|
|
6059
6094
|
options: {
|
|
6060
6095
|
value: string;
|
|
6061
6096
|
label: string;
|
|
6097
|
+
struct?: unknown;
|
|
6062
6098
|
}[];
|
|
6063
6099
|
type: "enum";
|
|
6064
6100
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6098,7 +6134,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6098
6134
|
formula?: string | null | undefined;
|
|
6099
6135
|
context?: string[] | null | undefined;
|
|
6100
6136
|
prompt?: string | null | undefined;
|
|
6101
|
-
|
|
6137
|
+
matching?: Record<string, unknown> | undefined;
|
|
6102
6138
|
}) | ({
|
|
6103
6139
|
id: string;
|
|
6104
6140
|
label: string;
|
|
@@ -6144,11 +6180,15 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6144
6180
|
category: "section";
|
|
6145
6181
|
icon?: string | null | undefined;
|
|
6146
6182
|
}>>, "many">>;
|
|
6183
|
+
modifiedBy: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6184
|
+
modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6147
6185
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6148
6186
|
url: string;
|
|
6149
6187
|
id: number;
|
|
6188
|
+
modifiedAt: string | null;
|
|
6150
6189
|
name: string;
|
|
6151
6190
|
queues: string[];
|
|
6191
|
+
modifiedBy: string | null;
|
|
6152
6192
|
metadata?: unknown;
|
|
6153
6193
|
content?: ({
|
|
6154
6194
|
id: string;
|
|
@@ -6195,7 +6235,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6195
6235
|
formula?: string | null | undefined;
|
|
6196
6236
|
context?: string[] | null | undefined;
|
|
6197
6237
|
prompt?: string | null | undefined;
|
|
6198
|
-
|
|
6238
|
+
matching?: Record<string, unknown> | undefined;
|
|
6199
6239
|
}) | ({
|
|
6200
6240
|
type: "date";
|
|
6201
6241
|
format?: string | null | undefined;
|
|
@@ -6235,7 +6275,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6235
6275
|
formula?: string | null | undefined;
|
|
6236
6276
|
context?: string[] | null | undefined;
|
|
6237
6277
|
prompt?: string | null | undefined;
|
|
6238
|
-
|
|
6278
|
+
matching?: Record<string, unknown> | undefined;
|
|
6239
6279
|
}) | ({
|
|
6240
6280
|
type: "number";
|
|
6241
6281
|
format?: string | null | undefined;
|
|
@@ -6280,11 +6320,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6280
6320
|
formula?: string | null | undefined;
|
|
6281
6321
|
context?: string[] | null | undefined;
|
|
6282
6322
|
prompt?: string | null | undefined;
|
|
6283
|
-
|
|
6323
|
+
matching?: Record<string, unknown> | undefined;
|
|
6284
6324
|
}) | ({
|
|
6285
6325
|
options: {
|
|
6286
6326
|
value: string;
|
|
6287
6327
|
label: string;
|
|
6328
|
+
struct?: unknown;
|
|
6288
6329
|
}[];
|
|
6289
6330
|
type: "enum";
|
|
6290
6331
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6324,7 +6365,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6324
6365
|
formula?: string | null | undefined;
|
|
6325
6366
|
context?: string[] | null | undefined;
|
|
6326
6367
|
prompt?: string | null | undefined;
|
|
6327
|
-
|
|
6368
|
+
matching?: Record<string, unknown> | undefined;
|
|
6328
6369
|
}) | ({
|
|
6329
6370
|
id: string;
|
|
6330
6371
|
label: string;
|
|
@@ -6378,7 +6419,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6378
6419
|
formula?: string | null | undefined;
|
|
6379
6420
|
context?: string[] | null | undefined;
|
|
6380
6421
|
prompt?: string | null | undefined;
|
|
6381
|
-
|
|
6422
|
+
matching?: Record<string, unknown> | undefined;
|
|
6382
6423
|
}) | ({
|
|
6383
6424
|
type: "date";
|
|
6384
6425
|
format?: string | null | undefined;
|
|
@@ -6418,7 +6459,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6418
6459
|
formula?: string | null | undefined;
|
|
6419
6460
|
context?: string[] | null | undefined;
|
|
6420
6461
|
prompt?: string | null | undefined;
|
|
6421
|
-
|
|
6462
|
+
matching?: Record<string, unknown> | undefined;
|
|
6422
6463
|
}) | ({
|
|
6423
6464
|
type: "number";
|
|
6424
6465
|
format?: string | null | undefined;
|
|
@@ -6463,11 +6504,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6463
6504
|
formula?: string | null | undefined;
|
|
6464
6505
|
context?: string[] | null | undefined;
|
|
6465
6506
|
prompt?: string | null | undefined;
|
|
6466
|
-
|
|
6507
|
+
matching?: Record<string, unknown> | undefined;
|
|
6467
6508
|
}) | ({
|
|
6468
6509
|
options: {
|
|
6469
6510
|
value: string;
|
|
6470
6511
|
label: string;
|
|
6512
|
+
struct?: unknown;
|
|
6471
6513
|
}[];
|
|
6472
6514
|
type: "enum";
|
|
6473
6515
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6507,7 +6549,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6507
6549
|
formula?: string | null | undefined;
|
|
6508
6550
|
context?: string[] | null | undefined;
|
|
6509
6551
|
prompt?: string | null | undefined;
|
|
6510
|
-
|
|
6552
|
+
matching?: Record<string, unknown> | undefined;
|
|
6511
6553
|
}) | ({
|
|
6512
6554
|
id: string;
|
|
6513
6555
|
label: string;
|
|
@@ -6570,7 +6612,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6570
6612
|
formula?: string | null | undefined;
|
|
6571
6613
|
context?: string[] | null | undefined;
|
|
6572
6614
|
prompt?: string | null | undefined;
|
|
6573
|
-
|
|
6615
|
+
matching?: Record<string, unknown> | undefined;
|
|
6574
6616
|
}) | ({
|
|
6575
6617
|
type: "date";
|
|
6576
6618
|
format?: string | null | undefined;
|
|
@@ -6610,7 +6652,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6610
6652
|
formula?: string | null | undefined;
|
|
6611
6653
|
context?: string[] | null | undefined;
|
|
6612
6654
|
prompt?: string | null | undefined;
|
|
6613
|
-
|
|
6655
|
+
matching?: Record<string, unknown> | undefined;
|
|
6614
6656
|
}) | ({
|
|
6615
6657
|
type: "number";
|
|
6616
6658
|
format?: string | null | undefined;
|
|
@@ -6655,11 +6697,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6655
6697
|
formula?: string | null | undefined;
|
|
6656
6698
|
context?: string[] | null | undefined;
|
|
6657
6699
|
prompt?: string | null | undefined;
|
|
6658
|
-
|
|
6700
|
+
matching?: Record<string, unknown> | undefined;
|
|
6659
6701
|
}) | ({
|
|
6660
6702
|
options: {
|
|
6661
6703
|
value: string;
|
|
6662
6704
|
label: string;
|
|
6705
|
+
struct?: unknown;
|
|
6663
6706
|
}[];
|
|
6664
6707
|
type: "enum";
|
|
6665
6708
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6699,7 +6742,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6699
6742
|
formula?: string | null | undefined;
|
|
6700
6743
|
context?: string[] | null | undefined;
|
|
6701
6744
|
prompt?: string | null | undefined;
|
|
6702
|
-
|
|
6745
|
+
matching?: Record<string, unknown> | undefined;
|
|
6703
6746
|
}) | ({
|
|
6704
6747
|
id: string;
|
|
6705
6748
|
label: string;
|
|
@@ -6772,7 +6815,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6772
6815
|
formula?: string | null | undefined;
|
|
6773
6816
|
context?: string[] | null | undefined;
|
|
6774
6817
|
prompt?: string | null | undefined;
|
|
6775
|
-
|
|
6818
|
+
matching?: Record<string, unknown> | undefined;
|
|
6776
6819
|
}) | ({
|
|
6777
6820
|
type: "date";
|
|
6778
6821
|
format?: string | null | undefined;
|
|
@@ -6812,7 +6855,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6812
6855
|
formula?: string | null | undefined;
|
|
6813
6856
|
context?: string[] | null | undefined;
|
|
6814
6857
|
prompt?: string | null | undefined;
|
|
6815
|
-
|
|
6858
|
+
matching?: Record<string, unknown> | undefined;
|
|
6816
6859
|
}) | ({
|
|
6817
6860
|
type: "number";
|
|
6818
6861
|
format?: string | null | undefined;
|
|
@@ -6857,11 +6900,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6857
6900
|
formula?: string | null | undefined;
|
|
6858
6901
|
context?: string[] | null | undefined;
|
|
6859
6902
|
prompt?: string | null | undefined;
|
|
6860
|
-
|
|
6903
|
+
matching?: Record<string, unknown> | undefined;
|
|
6861
6904
|
}) | ({
|
|
6862
6905
|
options: {
|
|
6863
6906
|
value: string;
|
|
6864
6907
|
label: string;
|
|
6908
|
+
struct?: unknown;
|
|
6865
6909
|
}[];
|
|
6866
6910
|
type: "enum";
|
|
6867
6911
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -6901,7 +6945,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6901
6945
|
formula?: string | null | undefined;
|
|
6902
6946
|
context?: string[] | null | undefined;
|
|
6903
6947
|
prompt?: string | null | undefined;
|
|
6904
|
-
|
|
6948
|
+
matching?: Record<string, unknown> | undefined;
|
|
6905
6949
|
}) | ({
|
|
6906
6950
|
id: string;
|
|
6907
6951
|
label: string;
|
|
@@ -6950,8 +6994,10 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6950
6994
|
}, {
|
|
6951
6995
|
url: string;
|
|
6952
6996
|
id: number;
|
|
6997
|
+
modifiedAt: string | null;
|
|
6953
6998
|
name: string;
|
|
6954
6999
|
queues: string[];
|
|
7000
|
+
modifiedBy: string | null;
|
|
6955
7001
|
metadata?: unknown;
|
|
6956
7002
|
content?: ({
|
|
6957
7003
|
id: string;
|
|
@@ -6998,7 +7044,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
6998
7044
|
formula?: string | null | undefined;
|
|
6999
7045
|
context?: string[] | null | undefined;
|
|
7000
7046
|
prompt?: string | null | undefined;
|
|
7001
|
-
|
|
7047
|
+
matching?: Record<string, unknown> | undefined;
|
|
7002
7048
|
}) | ({
|
|
7003
7049
|
type: "date";
|
|
7004
7050
|
format?: string | null | undefined;
|
|
@@ -7038,7 +7084,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7038
7084
|
formula?: string | null | undefined;
|
|
7039
7085
|
context?: string[] | null | undefined;
|
|
7040
7086
|
prompt?: string | null | undefined;
|
|
7041
|
-
|
|
7087
|
+
matching?: Record<string, unknown> | undefined;
|
|
7042
7088
|
}) | ({
|
|
7043
7089
|
type: "number";
|
|
7044
7090
|
format?: string | null | undefined;
|
|
@@ -7083,11 +7129,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7083
7129
|
formula?: string | null | undefined;
|
|
7084
7130
|
context?: string[] | null | undefined;
|
|
7085
7131
|
prompt?: string | null | undefined;
|
|
7086
|
-
|
|
7132
|
+
matching?: Record<string, unknown> | undefined;
|
|
7087
7133
|
}) | ({
|
|
7088
7134
|
options: {
|
|
7089
7135
|
value: string;
|
|
7090
7136
|
label: string;
|
|
7137
|
+
struct?: unknown;
|
|
7091
7138
|
}[];
|
|
7092
7139
|
type: "enum";
|
|
7093
7140
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7127,7 +7174,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7127
7174
|
formula?: string | null | undefined;
|
|
7128
7175
|
context?: string[] | null | undefined;
|
|
7129
7176
|
prompt?: string | null | undefined;
|
|
7130
|
-
|
|
7177
|
+
matching?: Record<string, unknown> | undefined;
|
|
7131
7178
|
}) | ({
|
|
7132
7179
|
id: string;
|
|
7133
7180
|
label: string;
|
|
@@ -7181,7 +7228,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7181
7228
|
formula?: string | null | undefined;
|
|
7182
7229
|
context?: string[] | null | undefined;
|
|
7183
7230
|
prompt?: string | null | undefined;
|
|
7184
|
-
|
|
7231
|
+
matching?: Record<string, unknown> | undefined;
|
|
7185
7232
|
}) | ({
|
|
7186
7233
|
type: "date";
|
|
7187
7234
|
format?: string | null | undefined;
|
|
@@ -7221,7 +7268,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7221
7268
|
formula?: string | null | undefined;
|
|
7222
7269
|
context?: string[] | null | undefined;
|
|
7223
7270
|
prompt?: string | null | undefined;
|
|
7224
|
-
|
|
7271
|
+
matching?: Record<string, unknown> | undefined;
|
|
7225
7272
|
}) | ({
|
|
7226
7273
|
type: "number";
|
|
7227
7274
|
format?: string | null | undefined;
|
|
@@ -7266,11 +7313,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7266
7313
|
formula?: string | null | undefined;
|
|
7267
7314
|
context?: string[] | null | undefined;
|
|
7268
7315
|
prompt?: string | null | undefined;
|
|
7269
|
-
|
|
7316
|
+
matching?: Record<string, unknown> | undefined;
|
|
7270
7317
|
}) | ({
|
|
7271
7318
|
options: {
|
|
7272
7319
|
value: string;
|
|
7273
7320
|
label: string;
|
|
7321
|
+
struct?: unknown;
|
|
7274
7322
|
}[];
|
|
7275
7323
|
type: "enum";
|
|
7276
7324
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7310,7 +7358,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7310
7358
|
formula?: string | null | undefined;
|
|
7311
7359
|
context?: string[] | null | undefined;
|
|
7312
7360
|
prompt?: string | null | undefined;
|
|
7313
|
-
|
|
7361
|
+
matching?: Record<string, unknown> | undefined;
|
|
7314
7362
|
}) | ({
|
|
7315
7363
|
id: string;
|
|
7316
7364
|
label: string;
|
|
@@ -7373,7 +7421,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7373
7421
|
formula?: string | null | undefined;
|
|
7374
7422
|
context?: string[] | null | undefined;
|
|
7375
7423
|
prompt?: string | null | undefined;
|
|
7376
|
-
|
|
7424
|
+
matching?: Record<string, unknown> | undefined;
|
|
7377
7425
|
}) | ({
|
|
7378
7426
|
type: "date";
|
|
7379
7427
|
format?: string | null | undefined;
|
|
@@ -7413,7 +7461,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7413
7461
|
formula?: string | null | undefined;
|
|
7414
7462
|
context?: string[] | null | undefined;
|
|
7415
7463
|
prompt?: string | null | undefined;
|
|
7416
|
-
|
|
7464
|
+
matching?: Record<string, unknown> | undefined;
|
|
7417
7465
|
}) | ({
|
|
7418
7466
|
type: "number";
|
|
7419
7467
|
format?: string | null | undefined;
|
|
@@ -7458,11 +7506,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7458
7506
|
formula?: string | null | undefined;
|
|
7459
7507
|
context?: string[] | null | undefined;
|
|
7460
7508
|
prompt?: string | null | undefined;
|
|
7461
|
-
|
|
7509
|
+
matching?: Record<string, unknown> | undefined;
|
|
7462
7510
|
}) | ({
|
|
7463
7511
|
options: {
|
|
7464
7512
|
value: string;
|
|
7465
7513
|
label: string;
|
|
7514
|
+
struct?: unknown;
|
|
7466
7515
|
}[];
|
|
7467
7516
|
type: "enum";
|
|
7468
7517
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7502,7 +7551,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7502
7551
|
formula?: string | null | undefined;
|
|
7503
7552
|
context?: string[] | null | undefined;
|
|
7504
7553
|
prompt?: string | null | undefined;
|
|
7505
|
-
|
|
7554
|
+
matching?: Record<string, unknown> | undefined;
|
|
7506
7555
|
}) | ({
|
|
7507
7556
|
id: string;
|
|
7508
7557
|
label: string;
|
|
@@ -7575,7 +7624,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7575
7624
|
formula?: string | null | undefined;
|
|
7576
7625
|
context?: string[] | null | undefined;
|
|
7577
7626
|
prompt?: string | null | undefined;
|
|
7578
|
-
|
|
7627
|
+
matching?: Record<string, unknown> | undefined;
|
|
7579
7628
|
}) | ({
|
|
7580
7629
|
type: "date";
|
|
7581
7630
|
format?: string | null | undefined;
|
|
@@ -7615,7 +7664,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7615
7664
|
formula?: string | null | undefined;
|
|
7616
7665
|
context?: string[] | null | undefined;
|
|
7617
7666
|
prompt?: string | null | undefined;
|
|
7618
|
-
|
|
7667
|
+
matching?: Record<string, unknown> | undefined;
|
|
7619
7668
|
}) | ({
|
|
7620
7669
|
type: "number";
|
|
7621
7670
|
format?: string | null | undefined;
|
|
@@ -7660,11 +7709,12 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7660
7709
|
formula?: string | null | undefined;
|
|
7661
7710
|
context?: string[] | null | undefined;
|
|
7662
7711
|
prompt?: string | null | undefined;
|
|
7663
|
-
|
|
7712
|
+
matching?: Record<string, unknown> | undefined;
|
|
7664
7713
|
}) | ({
|
|
7665
7714
|
options: {
|
|
7666
7715
|
value: string;
|
|
7667
7716
|
label: string;
|
|
7717
|
+
struct?: unknown;
|
|
7668
7718
|
}[];
|
|
7669
7719
|
type: "enum";
|
|
7670
7720
|
enumValueType?: "string" | "number" | "date" | undefined;
|
|
@@ -7704,7 +7754,7 @@ export declare const create: (payload: CreateSchemaPayload) => {
|
|
|
7704
7754
|
formula?: string | null | undefined;
|
|
7705
7755
|
context?: string[] | null | undefined;
|
|
7706
7756
|
prompt?: string | null | undefined;
|
|
7707
|
-
|
|
7757
|
+
matching?: Record<string, unknown> | undefined;
|
|
7708
7758
|
}) | ({
|
|
7709
7759
|
id: string;
|
|
7710
7760
|
label: string;
|