@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.
Files changed (1011) hide show
  1. package/index.js +4 -4
  2. package/index.js.map +1 -1
  3. package/package.json +1 -1
  4. package/src/annotations/endpoints/editPages.js.map +1 -1
  5. package/src/annotations/endpoints/editPages.schema.js +2 -0
  6. package/src/annotations/endpoints/editPages.schema.js.map +1 -1
  7. package/src/annotations/endpoints/editPagesInPlace.schema.js +1 -0
  8. package/src/annotations/endpoints/editPagesInPlace.schema.js.map +1 -1
  9. package/src/annotations/endpoints/list.js +3 -2
  10. package/src/annotations/endpoints/list.js.map +1 -1
  11. package/src/annotations/index.js +20 -0
  12. package/src/annotations/index.js.map +1 -0
  13. package/src/annotations/mocks/annotation.js +24 -0
  14. package/src/annotations/mocks/annotation.js.map +1 -0
  15. package/src/annotations/mocks/index.js +18 -0
  16. package/src/annotations/mocks/index.js.map +1 -0
  17. package/src/annotations/models/annotation.schema.js +1 -0
  18. package/src/annotations/models/annotation.schema.js.map +1 -1
  19. package/src/annotations/models/annotationData.schema.js +7 -0
  20. package/src/annotations/models/annotationData.schema.js.map +1 -1
  21. package/src/annotations/models/annotationListSideload.schema.js +5 -0
  22. package/src/annotations/models/annotationListSideload.schema.js.map +1 -1
  23. package/src/annotations/models/editPages.schema.js +10 -1
  24. package/src/annotations/models/editPages.schema.js.map +1 -1
  25. package/src/authentication/index.js +19 -0
  26. package/src/authentication/index.js.map +1 -0
  27. package/src/{rules/models/schemaRule.js → authentication/models/authInfo.js} +1 -1
  28. package/src/authentication/models/authInfo.js.map +1 -0
  29. package/src/authentication/models/index.js +19 -0
  30. package/src/authentication/models/index.js.map +1 -0
  31. package/src/automationBlockers/index.js +19 -0
  32. package/src/automationBlockers/index.js.map +1 -0
  33. package/src/automationBlockers/models/automationBlocker.js.map +1 -0
  34. package/src/automationBlockers/models/automationBlocker.schema.js +43 -10
  35. package/src/automationBlockers/models/automationBlocker.schema.js.map +1 -1
  36. package/src/automationBlockers/models/index.js +19 -0
  37. package/src/automationBlockers/models/index.js.map +1 -0
  38. package/src/billing/endpoints/getHistory.schema.js +14 -0
  39. package/src/billing/endpoints/getHistory.schema.js.map +1 -0
  40. package/src/billing/endpoints/index.js +22 -0
  41. package/src/billing/endpoints/index.js.map +1 -0
  42. package/src/billing/index.js +19 -0
  43. package/src/billing/index.js.map +1 -0
  44. package/src/billing/models/billingHistory.js +3 -0
  45. package/src/billing/models/billingHistory.js.map +1 -0
  46. package/src/{rule-templates/models/ruleTemplate.js → billing/models/billingStats.js} +1 -1
  47. package/src/billing/models/billingStats.js.map +1 -0
  48. package/src/billing/models/index.js +21 -0
  49. package/src/billing/models/index.js.map +1 -0
  50. package/src/connectors/endpoints/list.js +3 -2
  51. package/src/connectors/endpoints/list.js.map +1 -1
  52. package/src/connectors/index.js +19 -0
  53. package/src/connectors/index.js.map +1 -0
  54. package/src/connectors/models/connector.js +3 -0
  55. package/src/connectors/models/connector.js.map +1 -0
  56. package/src/connectors/models/index.js +19 -0
  57. package/src/connectors/models/index.js.map +1 -0
  58. package/src/dedicatedEngineSchema/index.js +19 -0
  59. package/src/dedicatedEngineSchema/index.js.map +1 -0
  60. package/src/dedicatedEngineSchema/models/index.js +25 -0
  61. package/src/dedicatedEngineSchema/models/index.js.map +1 -0
  62. package/src/dedicatedEngineSchema/models/integrityValidationResults.js +3 -0
  63. package/src/dedicatedEngineSchema/models/integrityValidationResults.js.map +1 -0
  64. package/src/dedicatedEngines/endpoints/list.js +3 -2
  65. package/src/dedicatedEngines/endpoints/list.js.map +1 -1
  66. package/src/dedicatedEngines/index.js +19 -0
  67. package/src/dedicatedEngines/index.js.map +1 -0
  68. package/src/dedicatedEngines/models/dedicatedEngine.js +3 -0
  69. package/src/dedicatedEngines/models/dedicatedEngine.js.map +1 -0
  70. package/src/dedicatedEngines/models/index.js +18 -0
  71. package/src/dedicatedEngines/models/index.js.map +1 -0
  72. package/src/deleteRecommendations/endpoints/list.js +3 -2
  73. package/src/deleteRecommendations/endpoints/list.js.map +1 -1
  74. package/src/deleteRecommendations/index.js +19 -0
  75. package/src/deleteRecommendations/index.js.map +1 -0
  76. package/src/deleteRecommendations/models/deleteRecommendation.js +3 -0
  77. package/src/deleteRecommendations/models/deleteRecommendation.js.map +1 -0
  78. package/src/deleteRecommendations/models/index.js +18 -0
  79. package/src/deleteRecommendations/models/index.js.map +1 -0
  80. package/src/documentRelations/endpoints/list.js +3 -2
  81. package/src/documentRelations/endpoints/list.js.map +1 -1
  82. package/src/documentRelations/index.js +19 -0
  83. package/src/documentRelations/index.js.map +1 -0
  84. package/src/documentRelations/models/index.js +18 -0
  85. package/src/documentRelations/models/index.js.map +1 -0
  86. package/src/documentRelations/models/relation.js +3 -0
  87. package/src/documentRelations/models/relation.js.map +1 -0
  88. package/src/documentRelations/models/relation.schema.js +18 -0
  89. package/src/documentRelations/models/relation.schema.js.map +1 -0
  90. package/src/documents/endpoints/index.js +3 -1
  91. package/src/documents/endpoints/index.js.map +1 -1
  92. package/src/documents/endpoints/list.js +3 -2
  93. package/src/documents/endpoints/list.js.map +1 -1
  94. package/src/documents/index.js +20 -0
  95. package/src/documents/index.js.map +1 -0
  96. package/src/documents/mocks/document.js +19 -0
  97. package/src/documents/mocks/document.js.map +1 -0
  98. package/src/documents/mocks/index.js +18 -0
  99. package/src/documents/mocks/index.js.map +1 -0
  100. package/src/documents/models/index.js +19 -0
  101. package/src/documents/models/index.js.map +1 -0
  102. package/src/email/endpoints/get.js +2 -2
  103. package/src/email/endpoints/get.js.map +1 -1
  104. package/src/email/endpoints/index.js +3 -1
  105. package/src/email/endpoints/index.js.map +1 -1
  106. package/src/email/endpoints/list.js +3 -2
  107. package/src/email/endpoints/list.js.map +1 -1
  108. package/src/email/index.js +20 -0
  109. package/src/email/index.js.map +1 -0
  110. package/src/email/mocks/email.js +49 -0
  111. package/src/email/mocks/email.js.map +1 -0
  112. package/src/email/mocks/index.js +18 -0
  113. package/src/email/mocks/index.js.map +1 -0
  114. package/src/email/models/email.js +3 -0
  115. package/src/email/models/email.js.map +1 -0
  116. package/src/email/models/index.js +19 -0
  117. package/src/email/models/index.js.map +1 -0
  118. package/src/emailTemplates/endpoints/list.js +3 -2
  119. package/src/emailTemplates/endpoints/list.js.map +1 -1
  120. package/src/emailTemplates/endpoints/list.schema.js +1 -1
  121. package/src/emailTemplates/endpoints/list.schema.js.map +1 -1
  122. package/src/emailTemplates/index.js +20 -0
  123. package/src/emailTemplates/index.js.map +1 -0
  124. package/src/emailTemplates/mocks/emailTemplate.js +26 -0
  125. package/src/emailTemplates/mocks/emailTemplate.js.map +1 -0
  126. package/src/emailTemplates/mocks/index.js +18 -0
  127. package/src/emailTemplates/mocks/index.js.map +1 -0
  128. package/src/emailTemplates/models/index.js +18 -0
  129. package/src/emailTemplates/models/index.js.map +1 -0
  130. package/src/emailTemplatesStats/endpoints/list.js +3 -2
  131. package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
  132. package/src/emailTemplatesStats/index.js +19 -0
  133. package/src/emailTemplatesStats/index.js.map +1 -0
  134. package/src/emailTemplatesStats/models/emailTemplateStats.js +3 -0
  135. package/src/emailTemplatesStats/models/emailTemplateStats.js.map +1 -0
  136. package/src/emailTemplatesStats/models/index.js +18 -0
  137. package/src/emailTemplatesStats/models/index.js.map +1 -0
  138. package/src/emailThreads/endpoints/list.js +3 -2
  139. package/src/emailThreads/endpoints/list.js.map +1 -1
  140. package/src/emailThreads/index.js +20 -0
  141. package/src/emailThreads/index.js.map +1 -0
  142. package/src/emailThreads/mocks/emailThread.js +30 -0
  143. package/src/emailThreads/mocks/emailThread.js.map +1 -0
  144. package/src/emailThreads/mocks/index.js +18 -0
  145. package/src/emailThreads/mocks/index.js.map +1 -0
  146. package/src/emailThreads/models/emailThreads.js +3 -0
  147. package/src/emailThreads/models/emailThreads.js.map +1 -0
  148. package/src/emailThreads/models/index.js +19 -0
  149. package/src/emailThreads/models/index.js.map +1 -0
  150. package/src/engineFields/endpoints/list.js +3 -2
  151. package/src/engineFields/endpoints/list.js.map +1 -1
  152. package/src/engineFields/index.js +19 -0
  153. package/src/engineFields/index.js.map +1 -0
  154. package/src/engineFields/models/index.js +20 -0
  155. package/src/engineFields/models/index.js.map +1 -0
  156. package/src/engineFields/models/preTrainedField.js +3 -0
  157. package/src/engineFields/models/preTrainedField.js.map +1 -0
  158. package/src/engines/endpoints/list.js +3 -2
  159. package/src/engines/endpoints/list.js.map +1 -1
  160. package/src/engines/endpoints/queueStats.js +3 -2
  161. package/src/engines/endpoints/queueStats.js.map +1 -1
  162. package/src/engines/index.js +19 -0
  163. package/src/engines/index.js.map +1 -0
  164. package/src/engines/models/engineQueueStatsItem.js +3 -0
  165. package/src/engines/models/engineQueueStatsItem.js.map +1 -0
  166. package/src/engines/models/index.js +18 -0
  167. package/src/engines/models/index.js.map +1 -0
  168. package/src/genericEngines/endpoints/list.js +3 -2
  169. package/src/genericEngines/endpoints/list.js.map +1 -1
  170. package/src/genericEngines/index.js +19 -0
  171. package/src/genericEngines/index.js.map +1 -0
  172. package/src/genericEngines/models/genericEngine.js +3 -0
  173. package/src/genericEngines/models/genericEngine.js.map +1 -0
  174. package/src/genericEngines/models/index.js +18 -0
  175. package/src/genericEngines/models/index.js.map +1 -0
  176. package/src/groups/endpoints/list.js +3 -0
  177. package/src/groups/endpoints/list.js.map +1 -1
  178. package/src/groups/endpoints/list.schema.js +12 -0
  179. package/src/groups/endpoints/list.schema.js.map +1 -0
  180. package/src/groups/index.js +19 -0
  181. package/src/groups/index.js.map +1 -0
  182. package/src/groups/models/group.js +3 -0
  183. package/src/groups/models/group.js.map +1 -0
  184. package/src/groups/models/index.js +18 -0
  185. package/src/groups/models/index.js.map +1 -0
  186. package/src/hookInterfaces/endpoints/list.js +3 -2
  187. package/src/hookInterfaces/endpoints/list.js.map +1 -1
  188. package/src/hookInterfaces/index.js +19 -0
  189. package/src/hookInterfaces/index.js.map +1 -0
  190. package/src/hookTemplates/endpoints/list.js +3 -2
  191. package/src/hookTemplates/endpoints/list.js.map +1 -1
  192. package/src/hookTemplates/index.js +19 -0
  193. package/src/hookTemplates/index.js.map +1 -0
  194. package/src/hookTemplates/models/hookTemplate.js +3 -0
  195. package/src/hookTemplates/models/hookTemplate.js.map +1 -0
  196. package/src/hookTemplates/models/hookTemplate.schema.js +2 -1
  197. package/src/hookTemplates/models/hookTemplate.schema.js.map +1 -1
  198. package/src/hookTemplates/models/index.js +21 -0
  199. package/src/hookTemplates/models/index.js.map +1 -0
  200. package/src/hooks/endpoints/createFromTemplate.js.map +1 -1
  201. package/src/hooks/endpoints/createFromTemplate.schema.js +2 -2
  202. package/src/hooks/endpoints/createFromTemplate.schema.js.map +1 -1
  203. package/src/hooks/endpoints/duplicate.js +16 -0
  204. package/src/hooks/endpoints/duplicate.js.map +1 -0
  205. package/src/hooks/endpoints/duplicate.schema.js +11 -0
  206. package/src/hooks/endpoints/duplicate.schema.js.map +1 -0
  207. package/src/hooks/endpoints/index.js +2 -0
  208. package/src/hooks/endpoints/index.js.map +1 -1
  209. package/src/hooks/endpoints/list.js +3 -2
  210. package/src/hooks/endpoints/list.js.map +1 -1
  211. package/src/hooks/endpoints/list.schema.js +3 -2
  212. package/src/hooks/endpoints/list.schema.js.map +1 -1
  213. package/src/hooks/endpoints/runLogs.js +3 -0
  214. package/src/hooks/endpoints/runLogs.js.map +1 -1
  215. package/src/hooks/endpoints/runs.js +6 -3
  216. package/src/hooks/endpoints/runs.js.map +1 -1
  217. package/src/hooks/endpoints/runs.schema.js +3 -4
  218. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  219. package/src/hooks/index.js +19 -0
  220. package/src/hooks/index.js.map +1 -0
  221. package/src/hooks/models/event.js +59 -0
  222. package/src/hooks/models/event.js.map +1 -0
  223. package/src/hooks/models/event.schema.js +7 -0
  224. package/src/hooks/models/event.schema.js.map +1 -0
  225. package/src/hooks/models/hook.schema.js +2 -1
  226. package/src/hooks/models/hook.schema.js.map +1 -1
  227. package/src/hooks/models/hookConfig.schema.js +1 -1
  228. package/src/hooks/models/hookConfig.schema.js.map +1 -1
  229. package/src/hooks/models/hookUtils.schema.js +1 -21
  230. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  231. package/src/hooks/models/index.js +29 -0
  232. package/src/hooks/models/index.js.map +1 -0
  233. package/src/hooks/models/run.schema.js +5 -4
  234. package/src/hooks/models/run.schema.js.map +1 -1
  235. package/src/hooks/models/values.js +15 -0
  236. package/src/hooks/models/values.js.map +1 -0
  237. package/src/inboxes/endpoints/list.js +3 -2
  238. package/src/inboxes/endpoints/list.js.map +1 -1
  239. package/src/inboxes/index.js +20 -0
  240. package/src/inboxes/index.js.map +1 -0
  241. package/src/inboxes/mocks/inbox.js +21 -0
  242. package/src/inboxes/mocks/inbox.js.map +1 -0
  243. package/src/inboxes/mocks/index.js +18 -0
  244. package/src/inboxes/mocks/index.js.map +1 -0
  245. package/src/inboxes/models/index.js +18 -0
  246. package/src/inboxes/models/index.js.map +1 -0
  247. package/src/internal/endpoints/computedFieldSummary.js +15 -0
  248. package/src/internal/endpoints/computedFieldSummary.js.map +1 -0
  249. package/src/internal/endpoints/computedFieldSummary.schema.js +21 -0
  250. package/src/internal/endpoints/computedFieldSummary.schema.js.map +1 -0
  251. package/src/internal/endpoints/getMetabaseJWT.js +13 -0
  252. package/src/internal/endpoints/getMetabaseJWT.js.map +1 -0
  253. package/src/internal/endpoints/getMetabaseJWT.schema.js +8 -0
  254. package/src/internal/endpoints/getMetabaseJWT.schema.js.map +1 -0
  255. package/src/internal/endpoints/index.js +11 -1
  256. package/src/internal/endpoints/index.js.map +1 -1
  257. package/src/internal/endpoints/reportSummary.js +15 -0
  258. package/src/internal/endpoints/reportSummary.js.map +1 -0
  259. package/src/internal/endpoints/reportSummary.schema.js +12 -0
  260. package/src/internal/endpoints/reportSummary.schema.js.map +1 -0
  261. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  262. package/src/internal/endpoints/rules/evaluateRules.schema.js +5 -6
  263. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  264. package/src/internal/endpoints/rules/suggestRule.schema.js +4 -4
  265. package/src/internal/endpoints/rules/suggestRule.schema.js.map +1 -1
  266. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js +4 -4
  267. package/src/internal/endpoints/rules/suggestTriggerCondition.schema.js.map +1 -1
  268. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js +4 -4
  269. package/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.js.map +1 -1
  270. package/src/internal/endpoints/schemas/evaluateFormulas.js.map +1 -1
  271. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
  272. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  273. package/src/internal/endpoints/schemas/formulasInfo.schema.js +7 -1
  274. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  275. package/src/internal/endpoints/schemas/suggestComputedField.js +13 -0
  276. package/src/internal/endpoints/schemas/suggestComputedField.js.map +1 -0
  277. package/src/internal/endpoints/schemas/suggestComputedField.schema.js +21 -0
  278. package/src/internal/endpoints/schemas/suggestComputedField.schema.js.map +1 -0
  279. package/src/internal/endpoints/suggestReport.js +15 -0
  280. package/src/internal/endpoints/suggestReport.js.map +1 -0
  281. package/src/internal/endpoints/suggestReport.schema.js +13 -0
  282. package/src/internal/endpoints/suggestReport.schema.js.map +1 -0
  283. package/src/internal/index.js +18 -0
  284. package/src/internal/index.js.map +1 -0
  285. package/src/labels/endpoints/list.js +3 -2
  286. package/src/labels/endpoints/list.js.map +1 -1
  287. package/src/labels/index.js +19 -0
  288. package/src/labels/index.js.map +1 -0
  289. package/src/labels/models/index.js +19 -0
  290. package/src/labels/models/index.js.map +1 -0
  291. package/src/memberships/index.js +19 -0
  292. package/src/memberships/index.js.map +1 -0
  293. package/src/memberships/models/index.js +18 -0
  294. package/src/memberships/models/index.js.map +1 -0
  295. package/src/memberships/models/membership.js +3 -0
  296. package/src/memberships/models/membership.js.map +1 -0
  297. package/src/organization/endpoints/list.js +3 -2
  298. package/src/organization/endpoints/list.js.map +1 -1
  299. package/src/organization/endpoints/patch.schema.js +6 -0
  300. package/src/organization/endpoints/patch.schema.js.map +1 -0
  301. package/src/organization/index.js +20 -0
  302. package/src/organization/index.js.map +1 -0
  303. package/src/organization/mocks/index.js +18 -0
  304. package/src/organization/mocks/index.js.map +1 -0
  305. package/src/organization/mocks/organization.js +15 -0
  306. package/src/organization/mocks/organization.js.map +1 -0
  307. package/src/organization/models/emailLimits.js +3 -0
  308. package/src/organization/models/emailLimits.js.map +1 -0
  309. package/src/organization/models/index.js +23 -0
  310. package/src/organization/models/index.js.map +1 -0
  311. package/src/organization/models/limits.js +3 -0
  312. package/src/organization/models/limits.js.map +1 -0
  313. package/src/organizationGroups/endpoints/organizations.js +3 -2
  314. package/src/organizationGroups/endpoints/organizations.js.map +1 -1
  315. package/src/organizationGroups/endpoints/queues.js +3 -2
  316. package/src/organizationGroups/endpoints/queues.js.map +1 -1
  317. package/src/organizationGroups/endpoints/workspaces.js +3 -2
  318. package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
  319. package/src/organizationGroups/index.js +19 -0
  320. package/src/organizationGroups/index.js.map +1 -0
  321. package/src/organizationGroups/models/index.js +23 -0
  322. package/src/organizationGroups/models/index.js.map +1 -0
  323. package/src/organizationGroups/models/organizationGroupOrganization.js +3 -0
  324. package/src/organizationGroups/models/organizationGroupOrganization.js.map +1 -0
  325. package/src/organizationGroups/models/organizationGroupQueue.js +3 -0
  326. package/src/organizationGroups/models/organizationGroupQueue.js.map +1 -0
  327. package/src/organizationGroups/models/organizationGroupWorkspace.js +3 -0
  328. package/src/organizationGroups/models/organizationGroupWorkspace.js.map +1 -0
  329. package/src/pages/endpoints/list.js +3 -2
  330. package/src/pages/endpoints/list.js.map +1 -1
  331. package/src/pages/endpoints/list.schema.js +13 -3
  332. package/src/pages/endpoints/list.schema.js.map +1 -1
  333. package/src/pages/index.js +19 -0
  334. package/src/pages/index.js.map +1 -0
  335. package/src/pages/models/index.js +18 -0
  336. package/src/pages/models/index.js.map +1 -0
  337. package/src/pages/models/page.js +3 -0
  338. package/src/pages/models/page.js.map +1 -0
  339. package/src/queues/endpoints/automation.schema.js +2 -2
  340. package/src/queues/endpoints/automation.schema.js.map +1 -1
  341. package/src/queues/endpoints/automationSetupCurrentStats.js +13 -0
  342. package/src/queues/endpoints/automationSetupCurrentStats.js.map +1 -0
  343. package/src/queues/endpoints/automationSetupProjections.js +17 -0
  344. package/src/queues/endpoints/automationSetupProjections.js.map +1 -0
  345. package/src/queues/endpoints/duplicate.js.map +1 -1
  346. package/src/queues/endpoints/duplicate.schema.js +1 -0
  347. package/src/queues/endpoints/duplicate.schema.js.map +1 -1
  348. package/src/queues/endpoints/getAutomationTargets.js +14 -0
  349. package/src/queues/endpoints/getAutomationTargets.js.map +1 -0
  350. package/src/queues/endpoints/index.js +8 -2
  351. package/src/queues/endpoints/index.js.map +1 -1
  352. package/src/queues/endpoints/list.js +5 -3
  353. package/src/queues/endpoints/list.js.map +1 -1
  354. package/src/queues/endpoints/list.schema.js +5 -3
  355. package/src/queues/endpoints/list.schema.js.map +1 -1
  356. package/src/queues/endpoints/saveAutomationTarget.js +16 -0
  357. package/src/queues/endpoints/saveAutomationTarget.js.map +1 -0
  358. package/src/queues/index.js +20 -0
  359. package/src/queues/index.js.map +1 -0
  360. package/src/queues/mocks/automation.js +19 -0
  361. package/src/queues/mocks/automation.js.map +1 -0
  362. package/src/queues/mocks/index.js +19 -0
  363. package/src/queues/mocks/index.js.map +1 -0
  364. package/src/queues/mocks/queue.js +33 -0
  365. package/src/queues/mocks/queue.js.map +1 -0
  366. package/src/queues/models/automationResponseAutomationBlocker.js +3 -0
  367. package/src/queues/models/automationResponseAutomationBlocker.js.map +1 -0
  368. package/src/queues/models/automationResponseAutomationBlocker.schema.js +24 -0
  369. package/src/queues/models/automationResponseAutomationBlocker.schema.js.map +1 -0
  370. package/src/queues/models/automationSetup.schema.js +50 -31
  371. package/src/queues/models/automationSetup.schema.js.map +1 -1
  372. package/src/queues/models/index.js +31 -0
  373. package/src/queues/models/index.js.map +1 -0
  374. package/src/queues/models/queueSettings.schema.js +45 -3
  375. package/src/queues/models/queueSettings.schema.js.map +1 -1
  376. package/src/queues/models/relatedObjectsCounts.js +3 -0
  377. package/src/queues/models/relatedObjectsCounts.js.map +1 -0
  378. package/src/queues/models/vendorEmailNotificationsSettings.js +3 -0
  379. package/src/queues/models/vendorEmailNotificationsSettings.js.map +1 -0
  380. package/src/queues/models/vendorEmailNotificationsSettings.schema.js +16 -0
  381. package/src/queues/models/vendorEmailNotificationsSettings.schema.js.map +1 -0
  382. package/src/relations/endpoints/list.js +3 -2
  383. package/src/relations/endpoints/list.js.map +1 -1
  384. package/src/relations/index.js +19 -0
  385. package/src/relations/index.js.map +1 -0
  386. package/src/relations/models/index.js +19 -0
  387. package/src/relations/models/index.js.map +1 -0
  388. package/src/rules/endpoints/create.js +2 -2
  389. package/src/rules/endpoints/create.js.map +1 -1
  390. package/src/rules/endpoints/create.schema.js +5 -2
  391. package/src/rules/endpoints/create.schema.js.map +1 -1
  392. package/src/rules/endpoints/get.js +2 -2
  393. package/src/rules/endpoints/get.js.map +1 -1
  394. package/src/rules/endpoints/index.js.map +1 -1
  395. package/src/rules/endpoints/list.js +5 -4
  396. package/src/rules/endpoints/list.js.map +1 -1
  397. package/src/rules/endpoints/list.schema.js +4 -1
  398. package/src/rules/endpoints/list.schema.js.map +1 -1
  399. package/src/rules/endpoints/patch.js +2 -2
  400. package/src/rules/endpoints/patch.js.map +1 -1
  401. package/src/rules/endpoints/patch.schema.js +2 -2
  402. package/src/rules/endpoints/patch.schema.js.map +1 -1
  403. package/src/rules/index.js +18 -0
  404. package/src/rules/index.js.map +1 -0
  405. package/src/rules/models/queueRule.js +3 -0
  406. package/src/rules/models/queueRule.js.map +1 -0
  407. package/src/rules/models/{schemaRule.schema.js → queueRule.schema.js} +9 -12
  408. package/src/rules/models/queueRule.schema.js.map +1 -0
  409. package/src/rulesExecutionLogs/endpoints/get.js +13 -0
  410. package/src/rulesExecutionLogs/endpoints/get.js.map +1 -0
  411. package/src/rulesExecutionLogs/endpoints/index.js +10 -0
  412. package/src/rulesExecutionLogs/endpoints/index.js.map +1 -0
  413. package/src/rulesExecutionLogs/endpoints/list.js +18 -0
  414. package/src/rulesExecutionLogs/endpoints/list.js.map +1 -0
  415. package/src/rulesExecutionLogs/endpoints/list.schema.js +17 -0
  416. package/src/rulesExecutionLogs/endpoints/list.schema.js.map +1 -0
  417. package/src/rulesExecutionLogs/index.js +19 -0
  418. package/src/rulesExecutionLogs/index.js.map +1 -0
  419. package/src/rulesExecutionLogs/models/index.js +3 -0
  420. package/src/rulesExecutionLogs/models/index.js.map +1 -0
  421. package/src/rulesExecutionLogs/models/ruleExecutionLog.js +3 -0
  422. package/src/rulesExecutionLogs/models/ruleExecutionLog.js.map +1 -0
  423. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js +32 -0
  424. package/src/rulesExecutionLogs/models/ruleExecutionLog.schema.js.map +1 -0
  425. package/src/schemaFields/index.js +19 -0
  426. package/src/schemaFields/index.js.map +1 -0
  427. package/src/schemaFields/models/index.js +19 -0
  428. package/src/schemaFields/models/index.js.map +1 -0
  429. package/src/schemas/endpoints/get.js +12 -1
  430. package/src/schemas/endpoints/get.js.map +1 -1
  431. package/src/schemas/endpoints/index.js +3 -0
  432. package/src/schemas/endpoints/index.js.map +1 -1
  433. package/src/schemas/endpoints/list.js +3 -2
  434. package/src/schemas/endpoints/list.js.map +1 -1
  435. package/src/schemas/endpoints/patch.js +12 -1
  436. package/src/schemas/endpoints/patch.js.map +1 -1
  437. package/src/schemas/endpoints/patch.schema.js +3 -1
  438. package/src/schemas/endpoints/patch.schema.js.map +1 -1
  439. package/src/schemas/endpoints/validate.js +13 -2
  440. package/src/schemas/endpoints/validate.js.map +1 -1
  441. package/src/schemas/index.js +20 -0
  442. package/src/schemas/index.js.map +1 -0
  443. package/src/schemas/mocks/index.js +19 -0
  444. package/src/schemas/mocks/index.js.map +1 -0
  445. package/src/schemas/mocks/schema.js +12 -0
  446. package/src/schemas/mocks/schema.js.map +1 -0
  447. package/src/schemas/mocks/schemaItem.js +64 -0
  448. package/src/schemas/mocks/schemaItem.js.map +1 -0
  449. package/src/schemas/models/index.js +49 -0
  450. package/src/schemas/models/index.js.map +1 -0
  451. package/src/schemas/models/list.js +3 -0
  452. package/src/schemas/models/list.js.map +1 -0
  453. package/src/schemas/models/list.schema.js +23 -0
  454. package/src/schemas/models/list.schema.js.map +1 -0
  455. package/src/schemas/models/rawSchema.js +3 -0
  456. package/src/schemas/models/rawSchema.js.map +1 -0
  457. package/src/schemas/models/rawSchema.schema.js +16 -0
  458. package/src/schemas/models/rawSchema.schema.js.map +1 -0
  459. package/src/schemas/models/schema.schema.js +2 -0
  460. package/src/schemas/models/schema.schema.js.map +1 -1
  461. package/src/schemas/models/schemaDatapointBase.schema.js +2 -2
  462. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  463. package/src/schemas/models/schemaDatapointEnum.schema.js +1 -0
  464. package/src/schemas/models/schemaDatapointEnum.schema.js.map +1 -1
  465. package/src/shared/index.js +18 -0
  466. package/src/shared/index.js.map +1 -0
  467. package/src/shared/models/annotationListTable.schema.js +1 -0
  468. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  469. package/src/shared/models/index.js +23 -0
  470. package/src/shared/models/index.js.map +1 -0
  471. package/src/shared/models/message.schema.js +7 -3
  472. package/src/shared/models/message.schema.js.map +1 -1
  473. package/src/suggestedEdit/index.js +19 -0
  474. package/src/suggestedEdit/index.js.map +1 -0
  475. package/src/suggestedEdit/models/index.js +21 -0
  476. package/src/suggestedEdit/models/index.js.map +1 -0
  477. package/src/suggestedEdit/models/suggestedDocument.js +3 -0
  478. package/src/suggestedEdit/models/suggestedDocument.js.map +1 -0
  479. package/src/suggestedEdit/models/suggestedDocument.schema.js +3 -0
  480. package/src/suggestedEdit/models/suggestedDocument.schema.js.map +1 -1
  481. package/src/suggestedEdit/models/suggestedEdit.js +3 -0
  482. package/src/suggestedEdit/models/suggestedEdit.js.map +1 -0
  483. package/src/surveys/endpoints/get.schema.js +10 -0
  484. package/src/surveys/endpoints/get.schema.js.map +1 -0
  485. package/src/surveys/endpoints/list.js +3 -2
  486. package/src/surveys/endpoints/list.js.map +1 -1
  487. package/src/surveys/index.js +19 -0
  488. package/src/surveys/index.js.map +1 -0
  489. package/src/surveys/models/index.js +21 -0
  490. package/src/surveys/models/index.js.map +1 -0
  491. package/src/surveys/models/question.js +3 -0
  492. package/src/surveys/models/question.js.map +1 -0
  493. package/src/surveys/models/question.schema.js +11 -0
  494. package/src/surveys/models/question.schema.js.map +1 -0
  495. package/src/surveys/models/survey.js +3 -0
  496. package/src/surveys/models/survey.js.map +1 -0
  497. package/src/surveys/models/surveyTemplate.js +3 -0
  498. package/src/surveys/models/surveyTemplate.js.map +1 -0
  499. package/src/surveys/models/surveyTemplate.schema.js +11 -0
  500. package/src/surveys/models/surveyTemplate.schema.js.map +1 -0
  501. package/src/tasks/index.js +20 -0
  502. package/src/tasks/index.js.map +1 -0
  503. package/src/tasks/mocks/asyncTask.js +14 -0
  504. package/src/tasks/mocks/asyncTask.js.map +1 -0
  505. package/src/tasks/mocks/index.js +18 -0
  506. package/src/tasks/mocks/index.js.map +1 -0
  507. package/src/tasks/models/asyncTask.js +3 -0
  508. package/src/tasks/models/asyncTask.js.map +1 -0
  509. package/src/tasks/models/asyncTaskResult.js +3 -0
  510. package/src/tasks/models/asyncTaskResult.js.map +1 -0
  511. package/src/tasks/models/asyncTaskResult.schema.js +13 -0
  512. package/src/tasks/models/asyncTaskResult.schema.js.map +1 -0
  513. package/src/tasks/models/index.js +21 -0
  514. package/src/tasks/models/index.js.map +1 -0
  515. package/src/triggers/endpoints/list.js +3 -2
  516. package/src/triggers/endpoints/list.js.map +1 -1
  517. package/src/triggers/index.js +19 -0
  518. package/src/triggers/index.js.map +1 -0
  519. package/src/triggers/models/index.js +18 -0
  520. package/src/triggers/models/index.js.map +1 -0
  521. package/src/uploads/index.js +19 -0
  522. package/src/uploads/index.js.map +1 -0
  523. package/src/uploads/models/index.js +19 -0
  524. package/src/uploads/models/index.js.map +1 -0
  525. package/src/uploads/models/upload.js +3 -0
  526. package/src/uploads/models/upload.js.map +1 -0
  527. package/src/users/endpoints/index.js.map +1 -1
  528. package/src/users/endpoints/list.js +3 -2
  529. package/src/users/endpoints/list.js.map +1 -1
  530. package/src/users/endpoints/list.schema.js +2 -1
  531. package/src/users/endpoints/list.schema.js.map +1 -1
  532. package/src/users/index.js +20 -0
  533. package/src/users/index.js.map +1 -0
  534. package/src/users/mocks/index.js +18 -0
  535. package/src/users/mocks/index.js.map +1 -0
  536. package/src/users/mocks/user.js +14 -0
  537. package/src/users/mocks/user.js.map +1 -0
  538. package/src/users/models/resetPassword.js +3 -0
  539. package/src/users/models/resetPassword.js.map +1 -0
  540. package/src/utils/index.js +37 -0
  541. package/src/utils/index.js.map +1 -0
  542. package/src/utils/mockUtils.js +13 -0
  543. package/src/utils/mockUtils.js.map +1 -0
  544. package/src/utils.schema.js +9 -0
  545. package/src/utils.schema.js.map +1 -0
  546. package/src/workflowActivities/endpoints/list.js +3 -2
  547. package/src/workflowActivities/endpoints/list.js.map +1 -1
  548. package/src/workflowActivities/index.js +19 -0
  549. package/src/workflowActivities/index.js.map +1 -0
  550. package/src/workflowActivities/models/index.js +18 -0
  551. package/src/workflowActivities/models/index.js.map +1 -0
  552. package/src/workflowRuns/endpoints/list.js +3 -2
  553. package/src/workflowRuns/endpoints/list.js.map +1 -1
  554. package/src/workflowRuns/index.js +19 -0
  555. package/src/workflowRuns/index.js.map +1 -0
  556. package/src/workflowRuns/models/index.js +19 -0
  557. package/src/workflowRuns/models/index.js.map +1 -0
  558. package/src/workflowSteps/endpoints/list.js +3 -2
  559. package/src/workflowSteps/endpoints/list.js.map +1 -1
  560. package/src/workflowSteps/index.js +19 -0
  561. package/src/workflowSteps/index.js.map +1 -0
  562. package/src/workflowSteps/models/index.js +18 -0
  563. package/src/workflowSteps/models/index.js.map +1 -0
  564. package/src/workflows/endpoints/list.js +3 -2
  565. package/src/workflows/endpoints/list.js.map +1 -1
  566. package/src/workflows/index.js +19 -0
  567. package/src/workflows/index.js.map +1 -0
  568. package/src/workflows/models/index.js +18 -0
  569. package/src/workflows/models/index.js.map +1 -0
  570. package/src/workspaces/endpoints/list.js +3 -2
  571. package/src/workspaces/endpoints/list.js.map +1 -1
  572. package/src/workspaces/index.js +19 -0
  573. package/src/workspaces/index.js.map +1 -0
  574. package/src/workspaces/models/index.js +18 -0
  575. package/src/workspaces/models/index.js.map +1 -0
  576. package/types/index.d.ts +6531 -2434
  577. package/types/src/annotations/endpoints/editPages.d.ts +14 -0
  578. package/types/src/annotations/endpoints/editPages.schema.d.ts +12 -0
  579. package/types/src/annotations/endpoints/editPagesInPlace.d.ts +6 -0
  580. package/types/src/annotations/endpoints/editPagesInPlace.schema.d.ts +5 -0
  581. package/types/src/annotations/endpoints/get.d.ts +52 -21
  582. package/types/src/annotations/endpoints/getContent.d.ts +456 -0
  583. package/types/src/annotations/endpoints/index.d.ts +1934 -155
  584. package/types/src/annotations/endpoints/list.d.ts +1118 -570
  585. package/types/src/annotations/endpoints/patch.d.ts +104 -42
  586. package/types/src/annotations/endpoints/patch.schema.d.ts +52 -21
  587. package/types/src/annotations/endpoints/search.d.ts +571 -42
  588. package/types/src/annotations/endpoints/startEditPages.d.ts +72 -0
  589. package/types/src/annotations/endpoints/updateContent.d.ts +23 -0
  590. package/types/src/annotations/endpoints/validate.d.ts +42 -0
  591. package/types/src/annotations/endpoints/validate.schema.d.ts +42 -0
  592. package/types/src/annotations/index.d.ts +3 -0
  593. package/types/src/annotations/mocks/annotation.d.ts +8 -0
  594. package/types/src/annotations/mocks/index.d.ts +1 -0
  595. package/types/src/annotations/models/annotation.d.ts +1 -0
  596. package/types/src/annotations/models/annotation.schema.d.ts +52 -21
  597. package/types/src/annotations/models/annotationData.d.ts +5 -0
  598. package/types/src/annotations/models/annotationData.schema.d.ts +819 -0
  599. package/types/src/annotations/models/annotationListSideload.d.ts +4 -1
  600. package/types/src/annotations/models/annotationListSideload.schema.d.ts +504 -16
  601. package/types/src/annotations/models/editPages.d.ts +9 -1
  602. package/types/src/annotations/models/editPages.schema.d.ts +172 -0
  603. package/types/src/authentication/endpoints/index.d.ts +1 -1
  604. package/types/src/authentication/index.d.ts +2 -0
  605. package/types/src/authentication/models/authInfo.d.ts +4 -0
  606. package/types/src/authentication/models/index.d.ts +2 -0
  607. package/types/src/automationBlockers/endpoints/get.d.ts +350 -114
  608. package/types/src/automationBlockers/endpoints/index.d.ts +350 -114
  609. package/types/src/automationBlockers/index.d.ts +2 -0
  610. package/types/src/automationBlockers/models/automationBlocker.d.ts +55 -0
  611. package/types/src/automationBlockers/models/automationBlocker.schema.d.ts +1376 -6
  612. package/types/src/automationBlockers/models/index.d.ts +2 -0
  613. package/types/src/billing/endpoints/getHistory.schema.d.ts +26 -0
  614. package/types/src/billing/endpoints/index.d.ts +5 -0
  615. package/types/src/billing/index.d.ts +2 -0
  616. package/types/src/billing/models/billingHistory.d.ts +40 -0
  617. package/types/src/billing/models/billingStats.d.ts +21 -0
  618. package/types/src/billing/models/index.d.ts +4 -0
  619. package/types/src/connectors/endpoints/index.d.ts +15 -2
  620. package/types/src/connectors/endpoints/list.d.ts +46 -32
  621. package/types/src/connectors/index.d.ts +2 -0
  622. package/types/src/connectors/models/connector.d.ts +15 -0
  623. package/types/src/connectors/models/index.d.ts +2 -0
  624. package/types/src/dedicatedEngineSchema/index.d.ts +2 -0
  625. package/types/src/dedicatedEngineSchema/models/index.d.ts +9 -0
  626. package/types/src/dedicatedEngineSchema/models/integrityValidationResults.d.ts +31 -0
  627. package/types/src/dedicatedEngines/endpoints/index.d.ts +21 -3
  628. package/types/src/dedicatedEngines/endpoints/list.d.ts +49 -30
  629. package/types/src/dedicatedEngines/index.d.ts +2 -0
  630. package/types/src/dedicatedEngines/models/dedicatedEngine.d.ts +10 -0
  631. package/types/src/dedicatedEngines/models/index.d.ts +1 -0
  632. package/types/src/deleteRecommendations/endpoints/index.d.ts +12 -3
  633. package/types/src/deleteRecommendations/endpoints/list.d.ts +31 -21
  634. package/types/src/deleteRecommendations/index.d.ts +2 -0
  635. package/types/src/deleteRecommendations/models/deleteRecommendation.d.ts +10 -0
  636. package/types/src/deleteRecommendations/models/index.d.ts +1 -0
  637. package/types/src/documentRelations/endpoints/index.d.ts +17 -2
  638. package/types/src/documentRelations/endpoints/list.d.ts +44 -28
  639. package/types/src/documentRelations/index.d.ts +2 -0
  640. package/types/src/documentRelations/models/index.d.ts +1 -0
  641. package/types/src/documentRelations/models/relation.d.ts +10 -0
  642. package/types/src/documentRelations/models/relation.schema.d.ts +24 -0
  643. package/types/src/documents/endpoints/index.d.ts +22 -3
  644. package/types/src/documents/endpoints/list.d.ts +58 -39
  645. package/types/src/documents/index.d.ts +3 -0
  646. package/types/src/documents/mocks/document.d.ts +8 -0
  647. package/types/src/documents/mocks/index.d.ts +1 -0
  648. package/types/src/documents/models/index.d.ts +2 -0
  649. package/types/src/email/endpoints/get.d.ts +3 -3
  650. package/types/src/email/endpoints/index.d.ts +33 -4
  651. package/types/src/email/endpoints/list.d.ts +108 -79
  652. package/types/src/email/index.d.ts +3 -0
  653. package/types/src/email/mocks/email.d.ts +9 -0
  654. package/types/src/email/mocks/index.d.ts +1 -0
  655. package/types/src/email/models/email.d.ts +39 -0
  656. package/types/src/email/models/index.d.ts +2 -0
  657. package/types/src/emailTemplates/endpoints/index.d.ts +20 -7
  658. package/types/src/emailTemplates/endpoints/list.d.ts +84 -70
  659. package/types/src/emailTemplates/endpoints/list.schema.d.ts +3 -3
  660. package/types/src/emailTemplates/index.d.ts +3 -0
  661. package/types/src/emailTemplates/mocks/emailTemplate.d.ts +54 -0
  662. package/types/src/emailTemplates/mocks/index.d.ts +1 -0
  663. package/types/src/emailTemplates/models/index.d.ts +1 -0
  664. package/types/src/emailTemplatesStats/endpoints/index.d.ts +14 -3
  665. package/types/src/emailTemplatesStats/endpoints/list.d.ts +32 -20
  666. package/types/src/emailTemplatesStats/index.d.ts +2 -0
  667. package/types/src/emailTemplatesStats/models/emailTemplateStats.d.ts +6 -0
  668. package/types/src/emailTemplatesStats/models/index.d.ts +1 -0
  669. package/types/src/emailThreads/endpoints/index.d.ts +23 -2
  670. package/types/src/emailThreads/endpoints/list.d.ts +74 -52
  671. package/types/src/emailThreads/index.d.ts +3 -0
  672. package/types/src/emailThreads/mocks/emailThread.d.ts +8 -0
  673. package/types/src/emailThreads/mocks/index.d.ts +1 -0
  674. package/types/src/emailThreads/models/emailThreads.d.ts +32 -0
  675. package/types/src/emailThreads/models/index.d.ts +2 -0
  676. package/types/src/engineFields/endpoints/index.d.ts +20 -6
  677. package/types/src/engineFields/endpoints/list.d.ts +46 -31
  678. package/types/src/engineFields/endpoints/listPreTrainedFields.d.ts +4 -4
  679. package/types/src/engineFields/index.d.ts +2 -0
  680. package/types/src/engineFields/models/index.d.ts +3 -0
  681. package/types/src/engineFields/models/preTrainedField.d.ts +11 -0
  682. package/types/src/engineFields/models/preTrainedField.schema.d.ts +2 -2
  683. package/types/src/engines/endpoints/index.d.ts +213 -20
  684. package/types/src/engines/endpoints/list.d.ts +40 -27
  685. package/types/src/engines/endpoints/queueStats.d.ts +322 -140
  686. package/types/src/engines/endpoints/queueStats.schema.d.ts +186 -15
  687. package/types/src/engines/index.d.ts +2 -0
  688. package/types/src/engines/models/engineQueueStatsItem.d.ts +7 -0
  689. package/types/src/engines/models/index.d.ts +1 -0
  690. package/types/src/genericEngines/endpoints/index.d.ts +21 -3
  691. package/types/src/genericEngines/endpoints/list.d.ts +49 -30
  692. package/types/src/genericEngines/index.d.ts +2 -0
  693. package/types/src/genericEngines/models/genericEngine.d.ts +9 -0
  694. package/types/src/genericEngines/models/index.d.ts +1 -0
  695. package/types/src/groups/endpoints/index.d.ts +10 -0
  696. package/types/src/groups/endpoints/list.d.ts +24 -13
  697. package/types/src/groups/endpoints/list.schema.d.ts +11 -0
  698. package/types/src/groups/index.d.ts +2 -0
  699. package/types/src/groups/models/group.d.ts +7 -0
  700. package/types/src/groups/models/index.d.ts +1 -0
  701. package/types/src/hookInterfaces/endpoints/index.d.ts +16 -2
  702. package/types/src/hookInterfaces/endpoints/list.d.ts +45 -30
  703. package/types/src/hookInterfaces/index.d.ts +2 -0
  704. package/types/src/hookTemplates/endpoints/get.d.ts +14 -14
  705. package/types/src/hookTemplates/endpoints/index.d.ts +49 -38
  706. package/types/src/hookTemplates/endpoints/list.d.ts +181 -169
  707. package/types/src/hookTemplates/index.d.ts +2 -0
  708. package/types/src/hookTemplates/models/hookTemplate.d.ts +45 -0
  709. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +14 -14
  710. package/types/src/hookTemplates/models/index.d.ts +2 -0
  711. package/types/src/hooks/endpoints/create.d.ts +19 -19
  712. package/types/src/hooks/endpoints/create.schema.d.ts +10 -10
  713. package/types/src/hooks/endpoints/createFromTemplate.d.ts +18 -18
  714. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  715. package/types/src/hooks/endpoints/duplicate.d.ts +502 -0
  716. package/types/src/hooks/endpoints/duplicate.schema.d.ts +17 -0
  717. package/types/src/hooks/endpoints/get.d.ts +14 -14
  718. package/types/src/hooks/endpoints/index.d.ts +826 -230
  719. package/types/src/hooks/endpoints/list.d.ts +190 -167
  720. package/types/src/hooks/endpoints/list.schema.d.ts +6 -3
  721. package/types/src/hooks/endpoints/patch.d.ts +28 -28
  722. package/types/src/hooks/endpoints/patch.schema.d.ts +14 -14
  723. package/types/src/hooks/endpoints/runLogs.d.ts +24 -13
  724. package/types/src/hooks/endpoints/runs.d.ts +302 -233
  725. package/types/src/hooks/endpoints/runs.schema.d.ts +6 -502
  726. package/types/src/hooks/endpoints/test.d.ts +5 -5
  727. package/types/src/hooks/endpoints/test.schema.d.ts +5 -5
  728. package/types/src/hooks/index.d.ts +2 -0
  729. package/types/src/hooks/models/event.d.ts +6 -0
  730. package/types/src/hooks/models/event.schema.d.ts +2 -0
  731. package/types/src/hooks/models/hook.d.ts +2 -1
  732. package/types/src/hooks/models/hook.schema.d.ts +31 -31
  733. package/types/src/hooks/models/hookConfig.d.ts +1 -1
  734. package/types/src/hooks/models/hookConfig.schema.d.ts +3 -3
  735. package/types/src/hooks/models/hookUtils.d.ts +0 -1
  736. package/types/src/hooks/models/hookUtils.schema.d.ts +0 -1
  737. package/types/src/hooks/models/index.d.ts +9 -0
  738. package/types/src/hooks/models/run.d.ts +5 -4
  739. package/types/src/hooks/models/run.schema.d.ts +75 -60
  740. package/types/src/hooks/models/values.d.ts +6 -0
  741. package/types/src/inboxes/endpoints/index.d.ts +12 -3
  742. package/types/src/inboxes/endpoints/list.d.ts +49 -39
  743. package/types/src/inboxes/index.d.ts +3 -0
  744. package/types/src/inboxes/mocks/inbox.d.ts +4 -0
  745. package/types/src/inboxes/mocks/index.d.ts +1 -0
  746. package/types/src/inboxes/models/index.d.ts +1 -0
  747. package/types/src/internal/endpoints/computedFieldSummary.d.ts +7871 -0
  748. package/types/src/internal/endpoints/computedFieldSummary.schema.d.ts +7889 -0
  749. package/types/src/internal/endpoints/getMetabaseJWT.d.ts +11 -0
  750. package/types/src/internal/endpoints/getMetabaseJWT.schema.d.ts +8 -0
  751. package/types/src/internal/endpoints/index.d.ts +8191 -22536
  752. package/types/src/internal/endpoints/reportSummary.d.ts +17 -0
  753. package/types/src/internal/endpoints/reportSummary.schema.d.ts +20 -0
  754. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +370 -7858
  755. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +365 -7852
  756. package/types/src/internal/endpoints/rules/suggestRule.d.ts +7 -7745
  757. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +3 -7751
  758. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +17 -7760
  759. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +13 -7756
  760. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +17 -7760
  761. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +13 -7756
  762. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +695 -167
  763. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +693 -165
  764. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +188 -144
  765. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +188 -144
  766. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +188 -144
  767. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +188 -144
  768. package/types/src/internal/endpoints/schemas/suggestComputedField.d.ts +7839 -0
  769. package/types/src/internal/endpoints/schemas/suggestComputedField.schema.d.ts +7836 -0
  770. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +188 -144
  771. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +188 -144
  772. package/types/src/internal/endpoints/suggestReport.d.ts +16 -0
  773. package/types/src/internal/endpoints/suggestReport.schema.d.ts +27 -0
  774. package/types/src/internal/index.d.ts +1 -0
  775. package/types/src/labels/endpoints/index.d.ts +14 -4
  776. package/types/src/labels/endpoints/list.d.ts +31 -20
  777. package/types/src/labels/index.d.ts +2 -0
  778. package/types/src/labels/models/index.d.ts +2 -0
  779. package/types/src/memberships/index.d.ts +2 -0
  780. package/types/src/memberships/models/index.d.ts +1 -0
  781. package/types/src/memberships/models/membership.d.ts +9 -0
  782. package/types/src/organization/endpoints/create.d.ts +11 -11
  783. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  784. package/types/src/organization/endpoints/get.d.ts +9 -9
  785. package/types/src/organization/endpoints/index.d.ts +66 -55
  786. package/types/src/organization/endpoints/list.d.ts +72 -60
  787. package/types/src/organization/endpoints/patch.d.ts +18 -18
  788. package/types/src/organization/endpoints/patch.schema.d.ts +182 -0
  789. package/types/src/organization/index.d.ts +3 -0
  790. package/types/src/organization/mocks/index.d.ts +1 -0
  791. package/types/src/organization/mocks/organization.d.ts +4 -0
  792. package/types/src/organization/models/emailLimits.d.ts +10 -0
  793. package/types/src/organization/models/index.d.ts +6 -0
  794. package/types/src/organization/models/limits.d.ts +4 -0
  795. package/types/src/organization/models/organization.schema.d.ts +9 -9
  796. package/types/src/organizationGroups/endpoints/index.d.ts +36 -15
  797. package/types/src/organizationGroups/endpoints/organizations.d.ts +28 -20
  798. package/types/src/organizationGroups/endpoints/queues.d.ts +33 -25
  799. package/types/src/organizationGroups/endpoints/workspaces.d.ts +32 -24
  800. package/types/src/organizationGroups/index.d.ts +2 -0
  801. package/types/src/organizationGroups/models/index.d.ts +6 -0
  802. package/types/src/organizationGroups/models/organizationGroupOrganization.d.ts +6 -0
  803. package/types/src/organizationGroups/models/organizationGroupQueue.d.ts +8 -0
  804. package/types/src/organizationGroups/models/organizationGroupWorkspace.d.ts +7 -0
  805. package/types/src/pages/endpoints/index.d.ts +35 -12
  806. package/types/src/pages/endpoints/list.d.ts +64 -37
  807. package/types/src/pages/endpoints/list.schema.d.ts +18 -9
  808. package/types/src/pages/index.d.ts +2 -0
  809. package/types/src/pages/models/index.d.ts +1 -0
  810. package/types/src/pages/models/page.d.ts +14 -0
  811. package/types/src/queues/endpoints/automation.d.ts +12 -12
  812. package/types/src/queues/endpoints/automation.schema.d.ts +10 -10
  813. package/types/src/queues/endpoints/automationSetupCurrentStats.d.ts +133 -0
  814. package/types/src/queues/endpoints/automationSetupProjections.d.ts +424 -0
  815. package/types/src/queues/endpoints/create.d.ts +144 -11
  816. package/types/src/queues/endpoints/createFromTemplate.d.ts +144 -11
  817. package/types/src/queues/endpoints/duplicate.d.ts +148 -11
  818. package/types/src/queues/endpoints/duplicate.schema.d.ts +3 -0
  819. package/types/src/queues/endpoints/get.d.ts +144 -11
  820. package/types/src/queues/endpoints/getAutomationTargets.d.ts +77 -0
  821. package/types/src/queues/endpoints/index.d.ts +1610 -415
  822. package/types/src/queues/endpoints/list.d.ts +197 -21
  823. package/types/src/queues/endpoints/list.schema.d.ts +15 -9
  824. package/types/src/queues/endpoints/patch.d.ts +286 -20
  825. package/types/src/queues/endpoints/patch.schema.d.ts +142 -9
  826. package/types/src/queues/endpoints/saveAutomationTarget.d.ts +50 -0
  827. package/types/src/queues/index.d.ts +3 -0
  828. package/types/src/queues/mocks/automation.d.ts +10 -0
  829. package/types/src/queues/mocks/index.d.ts +2 -0
  830. package/types/src/queues/mocks/queue.d.ts +4 -0
  831. package/types/src/queues/models/automationBlocker.schema.d.ts +2 -2
  832. package/types/src/queues/models/automationResponseAutomationBlocker.d.ts +17 -0
  833. package/types/src/queues/models/automationResponseAutomationBlocker.schema.d.ts +53 -0
  834. package/types/src/queues/models/automationSetup.d.ts +39 -25
  835. package/types/src/queues/models/automationSetup.schema.d.ts +647 -559
  836. package/types/src/queues/models/index.d.ts +14 -0
  837. package/types/src/queues/models/queue.schema.d.ts +144 -11
  838. package/types/src/queues/models/queueSettings.d.ts +33 -2
  839. package/types/src/queues/models/queueSettings.schema.d.ts +207 -12
  840. package/types/src/queues/models/relatedObjectsCounts.d.ts +5 -0
  841. package/types/src/queues/models/vendorEmailNotificationsSettings.d.ts +9 -0
  842. package/types/src/queues/models/vendorEmailNotificationsSettings.schema.d.ts +211 -0
  843. package/types/src/relations/endpoints/index.d.ts +16 -3
  844. package/types/src/relations/endpoints/list.d.ts +62 -48
  845. package/types/src/relations/index.d.ts +2 -0
  846. package/types/src/relations/models/index.d.ts +2 -0
  847. package/types/src/rules/endpoints/create.d.ts +40 -70
  848. package/types/src/rules/endpoints/create.schema.d.ts +31 -48
  849. package/types/src/rules/endpoints/get.d.ts +6 -19
  850. package/types/src/rules/endpoints/index.d.ts +98 -160
  851. package/types/src/rules/endpoints/list.d.ts +76 -67
  852. package/types/src/rules/endpoints/list.schema.d.ts +12 -3
  853. package/types/src/rules/endpoints/patch.d.ts +15 -41
  854. package/types/src/rules/endpoints/patch.schema.d.ts +6 -19
  855. package/types/src/rules/index.d.ts +1 -0
  856. package/types/src/rules/models/{schemaRule.d.ts → queueRule.d.ts} +7 -10
  857. package/types/src/rules/models/{schemaRule.schema.d.ts → queueRule.schema.d.ts} +9 -28
  858. package/types/src/rulesExecutionLogs/endpoints/get.d.ts +77 -0
  859. package/types/src/rulesExecutionLogs/endpoints/index.d.ts +288 -0
  860. package/types/src/rulesExecutionLogs/endpoints/list.d.ts +224 -0
  861. package/types/src/rulesExecutionLogs/endpoints/list.schema.d.ts +38 -0
  862. package/types/src/rulesExecutionLogs/index.d.ts +2 -0
  863. package/types/src/rulesExecutionLogs/models/index.d.ts +1 -0
  864. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.d.ts +23 -0
  865. package/types/src/rulesExecutionLogs/models/ruleExecutionLog.schema.d.ts +94 -0
  866. package/types/src/schemaFields/index.d.ts +2 -0
  867. package/types/src/schemaFields/models/index.d.ts +2 -0
  868. package/types/src/schemas/endpoints/create.d.ts +194 -144
  869. package/types/src/schemas/endpoints/get.d.ts +236 -144
  870. package/types/src/schemas/endpoints/index.d.ts +6 -3
  871. package/types/src/schemas/endpoints/list.d.ts +1133 -1060
  872. package/types/src/schemas/endpoints/patch.d.ts +451 -288
  873. package/types/src/schemas/endpoints/patch.schema.d.ts +222 -144
  874. package/types/src/schemas/endpoints/validate.d.ts +446 -304
  875. package/types/src/schemas/index.d.ts +3 -0
  876. package/types/src/schemas/mocks/index.d.ts +2 -0
  877. package/types/src/schemas/mocks/schema.d.ts +4 -0
  878. package/types/src/schemas/mocks/schemaItem.d.ts +37 -0
  879. package/types/src/schemas/models/index.d.ts +32 -0
  880. package/types/src/schemas/models/list.d.ts +18 -0
  881. package/types/src/schemas/models/list.schema.d.ts +66 -0
  882. package/types/src/schemas/models/rawSchema.d.ts +11 -0
  883. package/types/src/schemas/models/rawSchema.schema.d.ts +29 -0
  884. package/types/src/schemas/models/schema.d.ts +2 -0
  885. package/types/src/schemas/models/schema.schema.d.ts +194 -144
  886. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +17 -12
  887. package/types/src/schemas/models/schemaDatapointBase.d.ts +1 -1
  888. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +3 -3
  889. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +3 -3
  890. package/types/src/schemas/models/schemaDatapointEnum.d.ts +1 -0
  891. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +14 -3
  892. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +3 -3
  893. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +3 -3
  894. package/types/src/schemas/models/schemaItem.schema.d.ts +108 -80
  895. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +64 -48
  896. package/types/src/schemas/models/schemaSection.schema.d.ts +148 -112
  897. package/types/src/schemas/models/schemaTuple.schema.d.ts +27 -20
  898. package/types/src/shared/index.d.ts +1 -0
  899. package/types/src/shared/models/annotationListTable.d.ts +1 -1
  900. package/types/src/shared/models/annotationListTable.schema.d.ts +15 -15
  901. package/types/src/shared/models/index.d.ts +6 -0
  902. package/types/src/shared/models/message.d.ts +7 -3
  903. package/types/src/shared/models/message.schema.d.ts +35 -15
  904. package/types/src/suggestedEdit/endpoints/get.d.ts +17 -0
  905. package/types/src/suggestedEdit/endpoints/index.d.ts +17 -0
  906. package/types/src/suggestedEdit/index.d.ts +2 -0
  907. package/types/src/suggestedEdit/models/index.d.ts +4 -0
  908. package/types/src/suggestedEdit/models/suggestedDocument.d.ts +12 -0
  909. package/types/src/suggestedEdit/models/suggestedDocument.schema.d.ts +11 -0
  910. package/types/src/suggestedEdit/models/suggestedEdit.d.ts +8 -0
  911. package/types/src/suggestedEdit/models/suggestedEdit.schema.d.ts +17 -0
  912. package/types/src/surveys/endpoints/get.schema.d.ts +8 -0
  913. package/types/src/surveys/endpoints/index.d.ts +14 -3
  914. package/types/src/surveys/endpoints/list.d.ts +41 -29
  915. package/types/src/surveys/index.d.ts +2 -0
  916. package/types/src/surveys/models/index.d.ts +4 -0
  917. package/types/src/surveys/models/question.d.ts +6 -0
  918. package/types/src/surveys/models/question.schema.d.ts +15 -0
  919. package/types/src/surveys/models/survey.d.ts +13 -0
  920. package/types/src/surveys/models/surveyTemplate.d.ts +6 -0
  921. package/types/src/surveys/models/surveyTemplate.schema.d.ts +34 -0
  922. package/types/src/tasks/index.d.ts +3 -0
  923. package/types/src/tasks/mocks/asyncTask.d.ts +17 -0
  924. package/types/src/tasks/mocks/index.d.ts +1 -0
  925. package/types/src/tasks/models/asyncTask.d.ts +17 -0
  926. package/types/src/tasks/models/asyncTaskResult.d.ts +8 -0
  927. package/types/src/tasks/models/asyncTaskResult.schema.d.ts +20 -0
  928. package/types/src/tasks/models/index.d.ts +4 -0
  929. package/types/src/triggers/endpoints/create.d.ts +2 -2
  930. package/types/src/triggers/endpoints/get.d.ts +2 -2
  931. package/types/src/triggers/endpoints/index.d.ts +25 -18
  932. package/types/src/triggers/endpoints/list.d.ts +40 -32
  933. package/types/src/triggers/endpoints/patch.d.ts +2 -2
  934. package/types/src/triggers/index.d.ts +2 -0
  935. package/types/src/triggers/models/index.d.ts +1 -0
  936. package/types/src/triggers/models/trigger.schema.d.ts +2 -2
  937. package/types/src/uploads/index.d.ts +2 -0
  938. package/types/src/uploads/models/index.d.ts +2 -0
  939. package/types/src/uploads/models/upload.d.ts +13 -0
  940. package/types/src/users/endpoints/index.d.ts +33 -6
  941. package/types/src/users/endpoints/list.d.ts +79 -51
  942. package/types/src/users/endpoints/list.schema.d.ts +6 -3
  943. package/types/src/users/index.d.ts +3 -0
  944. package/types/src/users/mocks/index.d.ts +1 -0
  945. package/types/src/users/mocks/user.d.ts +4 -0
  946. package/types/src/users/models/resetPassword.d.ts +3 -0
  947. package/types/src/utils/index.d.ts +20 -0
  948. package/types/src/utils/mockUtils.d.ts +15 -0
  949. package/types/src/utils.schema.d.ts +1 -0
  950. package/types/src/workflowActivities/endpoints/get.d.ts +2 -2
  951. package/types/src/workflowActivities/endpoints/index.d.ts +20 -9
  952. package/types/src/workflowActivities/endpoints/list.d.ts +46 -34
  953. package/types/src/workflowActivities/index.d.ts +2 -0
  954. package/types/src/workflowActivities/models/index.d.ts +1 -0
  955. package/types/src/workflowActivities/models/workflowActivity.schema.d.ts +2 -2
  956. package/types/src/workflowRuns/endpoints/index.d.ts +15 -3
  957. package/types/src/workflowRuns/endpoints/list.d.ts +38 -25
  958. package/types/src/workflowRuns/index.d.ts +2 -0
  959. package/types/src/workflowRuns/models/index.d.ts +2 -0
  960. package/types/src/workflowSteps/endpoints/index.d.ts +15 -3
  961. package/types/src/workflowSteps/endpoints/list.d.ts +40 -27
  962. package/types/src/workflowSteps/index.d.ts +2 -0
  963. package/types/src/workflowSteps/models/index.d.ts +1 -0
  964. package/types/src/workflows/endpoints/index.d.ts +13 -2
  965. package/types/src/workflows/endpoints/list.d.ts +36 -24
  966. package/types/src/workflows/index.d.ts +2 -0
  967. package/types/src/workflows/models/index.d.ts +1 -0
  968. package/types/src/workspaces/endpoints/index.d.ts +16 -2
  969. package/types/src/workspaces/endpoints/list.d.ts +43 -28
  970. package/types/src/workspaces/index.d.ts +2 -0
  971. package/types/src/workspaces/models/index.d.ts +1 -0
  972. package/src/queues/endpoints/automationSetup.js +0 -15
  973. package/src/queues/endpoints/automationSetup.js.map +0 -1
  974. package/src/queues/models/automationBlocker.js.map +0 -1
  975. package/src/rule-templates/endpoints/create.js +0 -16
  976. package/src/rule-templates/endpoints/create.js.map +0 -1
  977. package/src/rule-templates/endpoints/create.schema.js +0 -6
  978. package/src/rule-templates/endpoints/create.schema.js.map +0 -1
  979. package/src/rule-templates/endpoints/delete.js +0 -13
  980. package/src/rule-templates/endpoints/delete.js.map +0 -1
  981. package/src/rule-templates/endpoints/get.js +0 -13
  982. package/src/rule-templates/endpoints/get.js.map +0 -1
  983. package/src/rule-templates/endpoints/index.js +0 -16
  984. package/src/rule-templates/endpoints/index.js.map +0 -1
  985. package/src/rule-templates/endpoints/list.js +0 -17
  986. package/src/rule-templates/endpoints/list.js.map +0 -1
  987. package/src/rule-templates/endpoints/list.schema.js +0 -6
  988. package/src/rule-templates/endpoints/list.schema.js.map +0 -1
  989. package/src/rule-templates/endpoints/patch.js +0 -16
  990. package/src/rule-templates/endpoints/patch.js.map +0 -1
  991. package/src/rule-templates/endpoints/patch.schema.js +0 -6
  992. package/src/rule-templates/endpoints/patch.schema.js.map +0 -1
  993. package/src/rule-templates/models/ruleTemplate.js.map +0 -1
  994. package/src/rule-templates/models/ruleTemplate.schema.js +0 -17
  995. package/src/rule-templates/models/ruleTemplate.schema.js.map +0 -1
  996. package/src/rules/models/schemaRule.js.map +0 -1
  997. package/src/rules/models/schemaRule.schema.js.map +0 -1
  998. package/types/src/queues/endpoints/automationSetup.d.ts +0 -462
  999. package/types/src/queues/models/automationBlocker.d.ts +0 -17
  1000. package/types/src/rule-templates/endpoints/create.d.ts +0 -153
  1001. package/types/src/rule-templates/endpoints/create.schema.d.ts +0 -74
  1002. package/types/src/rule-templates/endpoints/delete.d.ts +0 -7
  1003. package/types/src/rule-templates/endpoints/get.d.ts +0 -78
  1004. package/types/src/rule-templates/endpoints/index.d.ts +0 -544
  1005. package/types/src/rule-templates/endpoints/list.d.ts +0 -160
  1006. package/types/src/rule-templates/endpoints/list.schema.d.ts +0 -11
  1007. package/types/src/rule-templates/endpoints/patch.d.ts +0 -154
  1008. package/types/src/rule-templates/endpoints/patch.schema.d.ts +0 -74
  1009. package/types/src/rule-templates/models/ruleTemplate.d.ts +0 -12
  1010. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +0 -74
  1011. /package/src/{queues → automationBlockers}/models/automationBlocker.js +0 -0
@@ -127,7 +127,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
127
127
  formula: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
128
128
  context: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
129
129
  prompt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
130
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
156
156
  formula?: string | null | undefined;
157
157
  context?: string[] | null | undefined;
158
158
  prompt?: string | null | undefined;
159
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
185
185
  formula?: string | null | undefined;
186
186
  context?: string[] | null | undefined;
187
187
  prompt?: string | null | undefined;
188
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
314
314
  formula?: string | null | undefined;
315
315
  context?: string[] | null | undefined;
316
316
  prompt?: string | null | undefined;
317
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
343
343
  formula?: string | null | undefined;
344
344
  context?: string[] | null | undefined;
345
345
  prompt?: string | null | undefined;
346
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
499
499
  formula?: string | null | undefined;
500
500
  context?: string[] | null | undefined;
501
501
  prompt?: string | null | undefined;
502
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
528
528
  formula?: string | null | undefined;
529
529
  context?: string[] | null | undefined;
530
530
  prompt?: string | null | undefined;
531
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
675
680
  formula?: string | null | undefined;
676
681
  context?: string[] | null | undefined;
677
682
  prompt?: string | null | undefined;
678
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
704
709
  formula?: string | null | undefined;
705
710
  context?: string[] | null | undefined;
706
711
  prompt?: string | null | undefined;
707
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
874
879
  formula?: string | null | undefined;
875
880
  context?: string[] | null | undefined;
876
881
  prompt?: string | null | undefined;
877
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
903
908
  formula?: string | null | undefined;
904
909
  context?: string[] | null | undefined;
905
910
  prompt?: string | null | undefined;
906
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1032
1037
  formula?: string | null | undefined;
1033
1038
  context?: string[] | null | undefined;
1034
1039
  prompt?: string | null | undefined;
1035
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1061
1066
  formula?: string | null | undefined;
1062
1067
  context?: string[] | null | undefined;
1063
1068
  prompt?: string | null | undefined;
1064
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1217
1222
  formula?: string | null | undefined;
1218
1223
  context?: string[] | null | undefined;
1219
1224
  prompt?: string | null | undefined;
1220
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1246
1251
  formula?: string | null | undefined;
1247
1252
  context?: string[] | null | undefined;
1248
1253
  prompt?: string | null | undefined;
1249
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1393
1403
  formula?: string | null | undefined;
1394
1404
  context?: string[] | null | undefined;
1395
1405
  prompt?: string | null | undefined;
1396
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1422
1432
  formula?: string | null | undefined;
1423
1433
  context?: string[] | null | undefined;
1424
1434
  prompt?: string | null | undefined;
1425
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1506
1516
  formula?: string | null | undefined;
1507
1517
  context?: string[] | null | undefined;
1508
1518
  prompt?: string | null | undefined;
1509
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1546
1556
  formula?: string | null | undefined;
1547
1557
  context?: string[] | null | undefined;
1548
1558
  prompt?: string | null | undefined;
1549
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1591
1601
  formula?: string | null | undefined;
1592
1602
  context?: string[] | null | undefined;
1593
1603
  prompt?: string | null | undefined;
1594
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1635
1646
  formula?: string | null | undefined;
1636
1647
  context?: string[] | null | undefined;
1637
1648
  prompt?: string | null | undefined;
1638
- dataset?: Record<string, unknown> | undefined;
1649
+ matching?: Record<string, unknown> | undefined;
1639
1650
  }) | ({
1640
1651
  id: string;
1641
1652
  label: string;
@@ -1692,7 +1703,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
1692
1703
  formula?: string | null | undefined;
1693
1704
  context?: string[] | null | undefined;
1694
1705
  prompt?: string | null | undefined;
1695
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1732
1743
  formula?: string | null | undefined;
1733
1744
  context?: string[] | null | undefined;
1734
1745
  prompt?: string | null | undefined;
1735
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1777
1788
  formula?: string | null | undefined;
1778
1789
  context?: string[] | null | undefined;
1779
1790
  prompt?: string | null | undefined;
1780
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1821
1833
  formula?: string | null | undefined;
1822
1834
  context?: string[] | null | undefined;
1823
1835
  prompt?: string | null | undefined;
1824
- dataset?: Record<string, unknown> | undefined;
1836
+ matching?: Record<string, unknown> | undefined;
1825
1837
  }) | ({
1826
1838
  id: string;
1827
1839
  label: string;
@@ -1954,7 +1966,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
1983
1995
  formula?: string | null | undefined;
1984
1996
  context?: string[] | null | undefined;
1985
1997
  prompt?: string | null | undefined;
1986
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2012
2024
  formula?: string | null | undefined;
2013
2025
  context?: string[] | null | undefined;
2014
2026
  prompt?: string | null | undefined;
2015
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2141
2153
  formula?: string | null | undefined;
2142
2154
  context?: string[] | null | undefined;
2143
2155
  prompt?: string | null | undefined;
2144
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2170
2182
  formula?: string | null | undefined;
2171
2183
  context?: string[] | null | undefined;
2172
2184
  prompt?: string | null | undefined;
2173
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2326
2338
  formula?: string | null | undefined;
2327
2339
  context?: string[] | null | undefined;
2328
2340
  prompt?: string | null | undefined;
2329
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2355
2367
  formula?: string | null | undefined;
2356
2368
  context?: string[] | null | undefined;
2357
2369
  prompt?: string | null | undefined;
2358
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2502
2519
  formula?: string | null | undefined;
2503
2520
  context?: string[] | null | undefined;
2504
2521
  prompt?: string | null | undefined;
2505
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2531
2548
  formula?: string | null | undefined;
2532
2549
  context?: string[] | null | undefined;
2533
2550
  prompt?: string | null | undefined;
2534
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2614
2631
  formula?: string | null | undefined;
2615
2632
  context?: string[] | null | undefined;
2616
2633
  prompt?: string | null | undefined;
2617
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2654
2671
  formula?: string | null | undefined;
2655
2672
  context?: string[] | null | undefined;
2656
2673
  prompt?: string | null | undefined;
2657
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2699
2716
  formula?: string | null | undefined;
2700
2717
  context?: string[] | null | undefined;
2701
2718
  prompt?: string | null | undefined;
2702
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2743
2761
  formula?: string | null | undefined;
2744
2762
  context?: string[] | null | undefined;
2745
2763
  prompt?: string | null | undefined;
2746
- dataset?: Record<string, unknown> | undefined;
2764
+ matching?: Record<string, unknown> | undefined;
2747
2765
  }) | ({
2748
2766
  id: string;
2749
2767
  label: string;
@@ -2798,7 +2816,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
2798
2816
  formula?: string | null | undefined;
2799
2817
  context?: string[] | null | undefined;
2800
2818
  prompt?: string | null | undefined;
2801
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2838
2856
  formula?: string | null | undefined;
2839
2857
  context?: string[] | null | undefined;
2840
2858
  prompt?: string | null | undefined;
2841
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2883
2901
  formula?: string | null | undefined;
2884
2902
  context?: string[] | null | undefined;
2885
2903
  prompt?: string | null | undefined;
2886
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
2927
2946
  formula?: string | null | undefined;
2928
2947
  context?: string[] | null | undefined;
2929
2948
  prompt?: string | null | undefined;
2930
- dataset?: Record<string, unknown> | undefined;
2949
+ matching?: Record<string, unknown> | undefined;
2931
2950
  }) | ({
2932
2951
  id: string;
2933
2952
  label: string;
@@ -3101,7 +3120,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3130
3149
  formula?: string | null | undefined;
3131
3150
  context?: string[] | null | undefined;
3132
3151
  prompt?: string | null | undefined;
3133
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3159
3178
  formula?: string | null | undefined;
3160
3179
  context?: string[] | null | undefined;
3161
3180
  prompt?: string | null | undefined;
3162
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3288
3307
  formula?: string | null | undefined;
3289
3308
  context?: string[] | null | undefined;
3290
3309
  prompt?: string | null | undefined;
3291
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3317
3336
  formula?: string | null | undefined;
3318
3337
  context?: string[] | null | undefined;
3319
3338
  prompt?: string | null | undefined;
3320
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3473
3492
  formula?: string | null | undefined;
3474
3493
  context?: string[] | null | undefined;
3475
3494
  prompt?: string | null | undefined;
3476
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3502
3521
  formula?: string | null | undefined;
3503
3522
  context?: string[] | null | undefined;
3504
3523
  prompt?: string | null | undefined;
3505
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
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
- dataset: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3649
3673
  formula?: string | null | undefined;
3650
3674
  context?: string[] | null | undefined;
3651
3675
  prompt?: string | null | undefined;
3652
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3678
3702
  formula?: string | null | undefined;
3679
3703
  context?: string[] | null | undefined;
3680
3704
  prompt?: string | null | undefined;
3681
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3762
3786
  formula?: string | null | undefined;
3763
3787
  context?: string[] | null | undefined;
3764
3788
  prompt?: string | null | undefined;
3765
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3802
3826
  formula?: string | null | undefined;
3803
3827
  context?: string[] | null | undefined;
3804
3828
  prompt?: string | null | undefined;
3805
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3847
3871
  formula?: string | null | undefined;
3848
3872
  context?: string[] | null | undefined;
3849
3873
  prompt?: string | null | undefined;
3850
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3891
3916
  formula?: string | null | undefined;
3892
3917
  context?: string[] | null | undefined;
3893
3918
  prompt?: string | null | undefined;
3894
- dataset?: Record<string, unknown> | undefined;
3919
+ matching?: Record<string, unknown> | undefined;
3895
3920
  }) | ({
3896
3921
  id: string;
3897
3922
  label: string;
@@ -3948,7 +3973,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
3948
3973
  formula?: string | null | undefined;
3949
3974
  context?: string[] | null | undefined;
3950
3975
  prompt?: string | null | undefined;
3951
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
3988
4013
  formula?: string | null | undefined;
3989
4014
  context?: string[] | null | undefined;
3990
4015
  prompt?: string | null | undefined;
3991
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4033
4058
  formula?: string | null | undefined;
4034
4059
  context?: string[] | null | undefined;
4035
4060
  prompt?: string | null | undefined;
4036
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4077
4103
  formula?: string | null | undefined;
4078
4104
  context?: string[] | null | undefined;
4079
4105
  prompt?: string | null | undefined;
4080
- dataset?: Record<string, unknown> | undefined;
4106
+ matching?: Record<string, unknown> | undefined;
4081
4107
  }) | ({
4082
4108
  id: string;
4083
4109
  label: string;
@@ -4154,7 +4180,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4154
4180
  formula?: string | null | undefined;
4155
4181
  context?: string[] | null | undefined;
4156
4182
  prompt?: string | null | undefined;
4157
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4194
4220
  formula?: string | null | undefined;
4195
4221
  context?: string[] | null | undefined;
4196
4222
  prompt?: string | null | undefined;
4197
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4239
4265
  formula?: string | null | undefined;
4240
4266
  context?: string[] | null | undefined;
4241
4267
  prompt?: string | null | undefined;
4242
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4283
4310
  formula?: string | null | undefined;
4284
4311
  context?: string[] | null | undefined;
4285
4312
  prompt?: string | null | undefined;
4286
- dataset?: Record<string, unknown> | undefined;
4313
+ matching?: Record<string, unknown> | undefined;
4287
4314
  }) | ({
4288
4315
  id: string;
4289
4316
  label: string;
@@ -4348,7 +4375,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4348
4375
  formula?: string | null | undefined;
4349
4376
  context?: string[] | null | undefined;
4350
4377
  prompt?: string | null | undefined;
4351
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4388
4415
  formula?: string | null | undefined;
4389
4416
  context?: string[] | null | undefined;
4390
4417
  prompt?: string | null | undefined;
4391
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4433
4460
  formula?: string | null | undefined;
4434
4461
  context?: string[] | null | undefined;
4435
4462
  prompt?: string | null | undefined;
4436
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4477
4505
  formula?: string | null | undefined;
4478
4506
  context?: string[] | null | undefined;
4479
4507
  prompt?: string | null | undefined;
4480
- dataset?: Record<string, unknown> | undefined;
4508
+ matching?: Record<string, unknown> | undefined;
4481
4509
  }) | ({
4482
4510
  id: string;
4483
4511
  label: string;
@@ -4602,7 +4630,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4602
4630
  formula?: string | null | undefined;
4603
4631
  context?: string[] | null | undefined;
4604
4632
  prompt?: string | null | undefined;
4605
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4642
4670
  formula?: string | null | undefined;
4643
4671
  context?: string[] | null | undefined;
4644
4672
  prompt?: string | null | undefined;
4645
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4687
4715
  formula?: string | null | undefined;
4688
4716
  context?: string[] | null | undefined;
4689
4717
  prompt?: string | null | undefined;
4690
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4731
4760
  formula?: string | null | undefined;
4732
4761
  context?: string[] | null | undefined;
4733
4762
  prompt?: string | null | undefined;
4734
- dataset?: Record<string, unknown> | undefined;
4763
+ matching?: Record<string, unknown> | undefined;
4735
4764
  }) | ({
4736
4765
  id: string;
4737
4766
  label: string;
@@ -4785,7 +4814,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4785
4814
  formula?: string | null | undefined;
4786
4815
  context?: string[] | null | undefined;
4787
4816
  prompt?: string | null | undefined;
4788
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4825
4854
  formula?: string | null | undefined;
4826
4855
  context?: string[] | null | undefined;
4827
4856
  prompt?: string | null | undefined;
4828
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4870
4899
  formula?: string | null | undefined;
4871
4900
  context?: string[] | null | undefined;
4872
4901
  prompt?: string | null | undefined;
4873
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
4914
4944
  formula?: string | null | undefined;
4915
4945
  context?: string[] | null | undefined;
4916
4946
  prompt?: string | null | undefined;
4917
- dataset?: Record<string, unknown> | undefined;
4947
+ matching?: Record<string, unknown> | undefined;
4918
4948
  }) | ({
4919
4949
  id: string;
4920
4950
  label: string;
@@ -4977,7 +5007,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
4977
5007
  formula?: string | null | undefined;
4978
5008
  context?: string[] | null | undefined;
4979
5009
  prompt?: string | null | undefined;
4980
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5017
5047
  formula?: string | null | undefined;
5018
5048
  context?: string[] | null | undefined;
5019
5049
  prompt?: string | null | undefined;
5020
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5062
5092
  formula?: string | null | undefined;
5063
5093
  context?: string[] | null | undefined;
5064
5094
  prompt?: string | null | undefined;
5065
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5106
5137
  formula?: string | null | undefined;
5107
5138
  context?: string[] | null | undefined;
5108
5139
  prompt?: string | null | undefined;
5109
- dataset?: Record<string, unknown> | undefined;
5140
+ matching?: Record<string, unknown> | undefined;
5110
5141
  }) | ({
5111
5142
  id: string;
5112
5143
  label: string;
@@ -5179,7 +5210,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5179
5210
  formula?: string | null | undefined;
5180
5211
  context?: string[] | null | undefined;
5181
5212
  prompt?: string | null | undefined;
5182
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5219
5250
  formula?: string | null | undefined;
5220
5251
  context?: string[] | null | undefined;
5221
5252
  prompt?: string | null | undefined;
5222
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5264
5295
  formula?: string | null | undefined;
5265
5296
  context?: string[] | null | undefined;
5266
5297
  prompt?: string | null | undefined;
5267
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5308
5340
  formula?: string | null | undefined;
5309
5341
  context?: string[] | null | undefined;
5310
5342
  prompt?: string | null | undefined;
5311
- dataset?: Record<string, unknown> | undefined;
5343
+ matching?: Record<string, unknown> | undefined;
5312
5344
  }) | ({
5313
5345
  id: string;
5314
5346
  label: string;
@@ -5392,7 +5424,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5392
5424
  formula?: string | null | undefined;
5393
5425
  context?: string[] | null | undefined;
5394
5426
  prompt?: string | null | undefined;
5395
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5432
5464
  formula?: string | null | undefined;
5433
5465
  context?: string[] | null | undefined;
5434
5466
  prompt?: string | null | undefined;
5435
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5477
5509
  formula?: string | null | undefined;
5478
5510
  context?: string[] | null | undefined;
5479
5511
  prompt?: string | null | undefined;
5480
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5521
5554
  formula?: string | null | undefined;
5522
5555
  context?: string[] | null | undefined;
5523
5556
  prompt?: string | null | undefined;
5524
- dataset?: Record<string, unknown> | undefined;
5557
+ matching?: Record<string, unknown> | undefined;
5525
5558
  }) | ({
5526
5559
  id: string;
5527
5560
  label: string;
@@ -5575,7 +5608,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5575
5608
  formula?: string | null | undefined;
5576
5609
  context?: string[] | null | undefined;
5577
5610
  prompt?: string | null | undefined;
5578
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5615
5648
  formula?: string | null | undefined;
5616
5649
  context?: string[] | null | undefined;
5617
5650
  prompt?: string | null | undefined;
5618
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5660
5693
  formula?: string | null | undefined;
5661
5694
  context?: string[] | null | undefined;
5662
5695
  prompt?: string | null | undefined;
5663
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5704
5738
  formula?: string | null | undefined;
5705
5739
  context?: string[] | null | undefined;
5706
5740
  prompt?: string | null | undefined;
5707
- dataset?: Record<string, unknown> | undefined;
5741
+ matching?: Record<string, unknown> | undefined;
5708
5742
  }) | ({
5709
5743
  id: string;
5710
5744
  label: string;
@@ -5767,7 +5801,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5767
5801
  formula?: string | null | undefined;
5768
5802
  context?: string[] | null | undefined;
5769
5803
  prompt?: string | null | undefined;
5770
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5807
5841
  formula?: string | null | undefined;
5808
5842
  context?: string[] | null | undefined;
5809
5843
  prompt?: string | null | undefined;
5810
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5852
5886
  formula?: string | null | undefined;
5853
5887
  context?: string[] | null | undefined;
5854
5888
  prompt?: string | null | undefined;
5855
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
5896
5931
  formula?: string | null | undefined;
5897
5932
  context?: string[] | null | undefined;
5898
5933
  prompt?: string | null | undefined;
5899
- dataset?: Record<string, unknown> | undefined;
5934
+ matching?: Record<string, unknown> | undefined;
5900
5935
  }) | ({
5901
5936
  id: string;
5902
5937
  label: string;
@@ -5969,7 +6004,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
5969
6004
  formula?: string | null | undefined;
5970
6005
  context?: string[] | null | undefined;
5971
6006
  prompt?: string | null | undefined;
5972
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6009
6044
  formula?: string | null | undefined;
6010
6045
  context?: string[] | null | undefined;
6011
6046
  prompt?: string | null | undefined;
6012
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6054
6089
  formula?: string | null | undefined;
6055
6090
  context?: string[] | null | undefined;
6056
6091
  prompt?: string | null | undefined;
6057
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6098
6134
  formula?: string | null | undefined;
6099
6135
  context?: string[] | null | undefined;
6100
6136
  prompt?: string | null | undefined;
6101
- dataset?: Record<string, unknown> | undefined;
6137
+ matching?: Record<string, unknown> | undefined;
6102
6138
  }) | ({
6103
6139
  id: string;
6104
6140
  label: string;
@@ -6144,11 +6180,15 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6195
6235
  formula?: string | null | undefined;
6196
6236
  context?: string[] | null | undefined;
6197
6237
  prompt?: string | null | undefined;
6198
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6235
6275
  formula?: string | null | undefined;
6236
6276
  context?: string[] | null | undefined;
6237
6277
  prompt?: string | null | undefined;
6238
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6280
6320
  formula?: string | null | undefined;
6281
6321
  context?: string[] | null | undefined;
6282
6322
  prompt?: string | null | undefined;
6283
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6324
6365
  formula?: string | null | undefined;
6325
6366
  context?: string[] | null | undefined;
6326
6367
  prompt?: string | null | undefined;
6327
- dataset?: Record<string, unknown> | undefined;
6368
+ matching?: Record<string, unknown> | undefined;
6328
6369
  }) | ({
6329
6370
  id: string;
6330
6371
  label: string;
@@ -6378,7 +6419,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6378
6419
  formula?: string | null | undefined;
6379
6420
  context?: string[] | null | undefined;
6380
6421
  prompt?: string | null | undefined;
6381
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6418
6459
  formula?: string | null | undefined;
6419
6460
  context?: string[] | null | undefined;
6420
6461
  prompt?: string | null | undefined;
6421
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6463
6504
  formula?: string | null | undefined;
6464
6505
  context?: string[] | null | undefined;
6465
6506
  prompt?: string | null | undefined;
6466
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6507
6549
  formula?: string | null | undefined;
6508
6550
  context?: string[] | null | undefined;
6509
6551
  prompt?: string | null | undefined;
6510
- dataset?: Record<string, unknown> | undefined;
6552
+ matching?: Record<string, unknown> | undefined;
6511
6553
  }) | ({
6512
6554
  id: string;
6513
6555
  label: string;
@@ -6570,7 +6612,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6570
6612
  formula?: string | null | undefined;
6571
6613
  context?: string[] | null | undefined;
6572
6614
  prompt?: string | null | undefined;
6573
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6610
6652
  formula?: string | null | undefined;
6611
6653
  context?: string[] | null | undefined;
6612
6654
  prompt?: string | null | undefined;
6613
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6655
6697
  formula?: string | null | undefined;
6656
6698
  context?: string[] | null | undefined;
6657
6699
  prompt?: string | null | undefined;
6658
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6699
6742
  formula?: string | null | undefined;
6700
6743
  context?: string[] | null | undefined;
6701
6744
  prompt?: string | null | undefined;
6702
- dataset?: Record<string, unknown> | undefined;
6745
+ matching?: Record<string, unknown> | undefined;
6703
6746
  }) | ({
6704
6747
  id: string;
6705
6748
  label: string;
@@ -6772,7 +6815,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
6772
6815
  formula?: string | null | undefined;
6773
6816
  context?: string[] | null | undefined;
6774
6817
  prompt?: string | null | undefined;
6775
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6812
6855
  formula?: string | null | undefined;
6813
6856
  context?: string[] | null | undefined;
6814
6857
  prompt?: string | null | undefined;
6815
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6857
6900
  formula?: string | null | undefined;
6858
6901
  context?: string[] | null | undefined;
6859
6902
  prompt?: string | null | undefined;
6860
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6901
6945
  formula?: string | null | undefined;
6902
6946
  context?: string[] | null | undefined;
6903
6947
  prompt?: string | null | undefined;
6904
- dataset?: Record<string, unknown> | undefined;
6948
+ matching?: Record<string, unknown> | undefined;
6905
6949
  }) | ({
6906
6950
  id: string;
6907
6951
  label: string;
@@ -6950,8 +6994,10 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
6998
7044
  formula?: string | null | undefined;
6999
7045
  context?: string[] | null | undefined;
7000
7046
  prompt?: string | null | undefined;
7001
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7038
7084
  formula?: string | null | undefined;
7039
7085
  context?: string[] | null | undefined;
7040
7086
  prompt?: string | null | undefined;
7041
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7083
7129
  formula?: string | null | undefined;
7084
7130
  context?: string[] | null | undefined;
7085
7131
  prompt?: string | null | undefined;
7086
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7127
7174
  formula?: string | null | undefined;
7128
7175
  context?: string[] | null | undefined;
7129
7176
  prompt?: string | null | undefined;
7130
- dataset?: Record<string, unknown> | undefined;
7177
+ matching?: Record<string, unknown> | undefined;
7131
7178
  }) | ({
7132
7179
  id: string;
7133
7180
  label: string;
@@ -7181,7 +7228,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7181
7228
  formula?: string | null | undefined;
7182
7229
  context?: string[] | null | undefined;
7183
7230
  prompt?: string | null | undefined;
7184
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7221
7268
  formula?: string | null | undefined;
7222
7269
  context?: string[] | null | undefined;
7223
7270
  prompt?: string | null | undefined;
7224
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7266
7313
  formula?: string | null | undefined;
7267
7314
  context?: string[] | null | undefined;
7268
7315
  prompt?: string | null | undefined;
7269
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7310
7358
  formula?: string | null | undefined;
7311
7359
  context?: string[] | null | undefined;
7312
7360
  prompt?: string | null | undefined;
7313
- dataset?: Record<string, unknown> | undefined;
7361
+ matching?: Record<string, unknown> | undefined;
7314
7362
  }) | ({
7315
7363
  id: string;
7316
7364
  label: string;
@@ -7373,7 +7421,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7373
7421
  formula?: string | null | undefined;
7374
7422
  context?: string[] | null | undefined;
7375
7423
  prompt?: string | null | undefined;
7376
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7413
7461
  formula?: string | null | undefined;
7414
7462
  context?: string[] | null | undefined;
7415
7463
  prompt?: string | null | undefined;
7416
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7458
7506
  formula?: string | null | undefined;
7459
7507
  context?: string[] | null | undefined;
7460
7508
  prompt?: string | null | undefined;
7461
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7502
7551
  formula?: string | null | undefined;
7503
7552
  context?: string[] | null | undefined;
7504
7553
  prompt?: string | null | undefined;
7505
- dataset?: Record<string, unknown> | undefined;
7554
+ matching?: Record<string, unknown> | undefined;
7506
7555
  }) | ({
7507
7556
  id: string;
7508
7557
  label: string;
@@ -7575,7 +7624,7 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7575
7624
  formula?: string | null | undefined;
7576
7625
  context?: string[] | null | undefined;
7577
7626
  prompt?: string | null | undefined;
7578
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7615
7664
  formula?: string | null | undefined;
7616
7665
  context?: string[] | null | undefined;
7617
7666
  prompt?: string | null | undefined;
7618
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7660
7709
  formula?: string | null | undefined;
7661
7710
  context?: string[] | null | undefined;
7662
7711
  prompt?: string | null | undefined;
7663
- dataset?: Record<string, unknown> | undefined;
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 get: (schemaId: ID, query?: SchemaGetQuery) => {
7704
7754
  formula?: string | null | undefined;
7705
7755
  context?: string[] | null | undefined;
7706
7756
  prompt?: string | null | undefined;
7707
- dataset?: Record<string, unknown> | undefined;
7757
+ matching?: Record<string, unknown> | undefined;
7708
7758
  }) | ({
7709
7759
  id: string;
7710
7760
  label: string;
@@ -7762,3 +7812,45 @@ export declare const get: (schemaId: ID, query?: SchemaGetQuery) => {
7762
7812
  fields?: ("url" | "content" | "id" | "metadata" | "name" | "queues")[] | undefined;
7763
7813
  }>;
7764
7814
  };
7815
+ export declare const getRaw: (schemaId: ID, query?: SchemaGetQuery) => {
7816
+ readonly endpoint: `/schemas/${number}`;
7817
+ readonly method: "GET";
7818
+ readonly responseSchema: import("zod").ZodObject<{
7819
+ id: import("zod").ZodNumber;
7820
+ name: import("zod").ZodString;
7821
+ url: import("zod").ZodString;
7822
+ queues: import("zod").ZodArray<import("zod").ZodString, "many">;
7823
+ metadata: import("zod").ZodOptional<import("zod").ZodUnknown>;
7824
+ content: import("zod").ZodOptional<import("zod").ZodUnknown>;
7825
+ modifiedBy: import("zod").ZodNullable<import("zod").ZodString>;
7826
+ modifiedAt: import("zod").ZodNullable<import("zod").ZodString>;
7827
+ }, "strip", import("zod").ZodTypeAny, {
7828
+ url: string;
7829
+ id: number;
7830
+ modifiedAt: string | null;
7831
+ name: string;
7832
+ queues: string[];
7833
+ modifiedBy: string | null;
7834
+ metadata?: unknown;
7835
+ content?: unknown;
7836
+ }, {
7837
+ url: string;
7838
+ id: number;
7839
+ modifiedAt: string | null;
7840
+ name: string;
7841
+ queues: string[];
7842
+ modifiedBy: string | null;
7843
+ metadata?: unknown;
7844
+ content?: unknown;
7845
+ }>;
7846
+ readonly query: Partial<{
7847
+ fields: ("id" | "name" | "url" | "queues" | "metadata" | "content")[];
7848
+ }>;
7849
+ readonly querySchema: import("zod").ZodObject<{
7850
+ fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodLiteral<"id">, import("zod").ZodLiteral<"name">, import("zod").ZodLiteral<"url">, import("zod").ZodLiteral<"queues">, import("zod").ZodLiteral<"metadata">, import("zod").ZodLiteral<"content">]>, "many">>;
7851
+ }, "strip", import("zod").ZodTypeAny, {
7852
+ fields?: ("url" | "content" | "id" | "metadata" | "name" | "queues")[] | undefined;
7853
+ }, {
7854
+ fields?: ("url" | "content" | "id" | "metadata" | "name" | "queues")[] | undefined;
7855
+ }>;
7856
+ };